diff --git a/DarwinsParadox/Assertions.inl b/DarwinsParadox/Assertions.inl index 32701db..3a044ca 100644 --- a/DarwinsParadox/Assertions.inl +++ b/DarwinsParadox/Assertions.inl @@ -476,19 +476,6 @@ 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_FOverriddenPropertyNodeID \ -static_assert(alignof(FOverriddenPropertyNodeID) == 0x000008, "Wrong alignment on FOverriddenPropertyNodeID"); \ -static_assert(sizeof(FOverriddenPropertyNodeID) == 0x000010, "Wrong size on FOverriddenPropertyNodeID"); \ -static_assert(offsetof(FOverriddenPropertyNodeID, Path) == 0x000000, "Member 'FOverriddenPropertyNodeID::Path' has a wrong offset!"); \ -static_assert(offsetof(FOverriddenPropertyNodeID, Object) == 0x000008, "Member 'FOverriddenPropertyNodeID::Object' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FOverriddenPropertyNode \ -static_assert(alignof(FOverriddenPropertyNode) == 0x000008, "Wrong alignment on FOverriddenPropertyNode"); \ -static_assert(sizeof(FOverriddenPropertyNode) == 0x000068, "Wrong size on FOverriddenPropertyNode"); \ -static_assert(offsetof(FOverriddenPropertyNode, NodeID) == 0x000000, "Member 'FOverriddenPropertyNode::NodeID' has a wrong offset!"); \ -static_assert(offsetof(FOverriddenPropertyNode, Operation) == 0x000010, "Member 'FOverriddenPropertyNode::Operation' has a wrong offset!"); \ -static_assert(offsetof(FOverriddenPropertyNode, SubPropertyNodeKeys) == 0x000018, "Member 'FOverriddenPropertyNode::SubPropertyNodeKeys' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FFrameNumber \ static_assert(alignof(FFrameNumber) == 0x000004, "Wrong alignment on FFrameNumber"); \ static_assert(sizeof(FFrameNumber) == 0x000004, "Wrong size on FFrameNumber"); \ @@ -506,22 +493,6 @@ static_assert(sizeof(FFrameNumberRange) == 0x000010, "Wrong size on FFrameNumber 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_FObjectCookedMetaDataStore \ -static_assert(alignof(FObjectCookedMetaDataStore) == 0x000008, "Wrong alignment on FObjectCookedMetaDataStore"); \ -static_assert(sizeof(FObjectCookedMetaDataStore) == 0x000050, "Wrong size on FObjectCookedMetaDataStore"); \ -static_assert(offsetof(FObjectCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FObjectCookedMetaDataStore::ObjectMetaData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFieldCookedMetaDataStore \ -static_assert(alignof(FFieldCookedMetaDataStore) == 0x000008, "Wrong alignment on FFieldCookedMetaDataStore"); \ -static_assert(sizeof(FFieldCookedMetaDataStore) == 0x000050, "Wrong size on FFieldCookedMetaDataStore"); \ -static_assert(offsetof(FFieldCookedMetaDataStore, FieldMetaData) == 0x000000, "Member 'FFieldCookedMetaDataStore::FieldMetaData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStructCookedMetaDataStore \ -static_assert(alignof(FStructCookedMetaDataStore) == 0x000008, "Wrong alignment on FStructCookedMetaDataStore"); \ -static_assert(sizeof(FStructCookedMetaDataStore) == 0x0000A0, "Wrong size on FStructCookedMetaDataStore"); \ -static_assert(offsetof(FStructCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FStructCookedMetaDataStore::ObjectMetaData' has a wrong offset!"); \ -static_assert(offsetof(FStructCookedMetaDataStore, PropertiesMetaData) == 0x000050, "Member 'FStructCookedMetaDataStore::PropertiesMetaData' 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"); \ @@ -627,6 +598,11 @@ static_assert(offsetof(FInterpCurveFloat, Points) == 0x000000, "Member 'FInterpC 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_FObjectCookedMetaDataStore \ +static_assert(alignof(FObjectCookedMetaDataStore) == 0x000008, "Wrong alignment on FObjectCookedMetaDataStore"); \ +static_assert(sizeof(FObjectCookedMetaDataStore) == 0x000050, "Wrong size on FObjectCookedMetaDataStore"); \ +static_assert(offsetof(FObjectCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FObjectCookedMetaDataStore::ObjectMetaData' 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"); \ @@ -1029,12 +1005,36 @@ static_assert(offsetof(FVector4f, Y) == 0x000004, "Member 'FVector4f::Y' has a w static_assert(offsetof(FVector4f, Z) == 0x000008, "Member 'FVector4f::Z' has a wrong offset!"); \ static_assert(offsetof(FVector4f, W) == 0x00000C, "Member 'FVector4f::W' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FOverriddenPropertyNodeID \ +static_assert(alignof(FOverriddenPropertyNodeID) == 0x000008, "Wrong alignment on FOverriddenPropertyNodeID"); \ +static_assert(sizeof(FOverriddenPropertyNodeID) == 0x000010, "Wrong size on FOverriddenPropertyNodeID"); \ +static_assert(offsetof(FOverriddenPropertyNodeID, Path) == 0x000000, "Member 'FOverriddenPropertyNodeID::Path' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNodeID, Object) == 0x000008, "Member 'FOverriddenPropertyNodeID::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverriddenPropertyNode \ +static_assert(alignof(FOverriddenPropertyNode) == 0x000008, "Wrong alignment on FOverriddenPropertyNode"); \ +static_assert(sizeof(FOverriddenPropertyNode) == 0x000068, "Wrong size on FOverriddenPropertyNode"); \ +static_assert(offsetof(FOverriddenPropertyNode, NodeID) == 0x000000, "Member 'FOverriddenPropertyNode::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNode, Operation) == 0x000010, "Member 'FOverriddenPropertyNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNode, SubPropertyNodeKeys) == 0x000018, "Member 'FOverriddenPropertyNode::SubPropertyNodeKeys' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FOverriddenPropertySet \ static_assert(alignof(FOverriddenPropertySet) == 0x000008, "Wrong alignment on FOverriddenPropertySet"); \ static_assert(sizeof(FOverriddenPropertySet) == 0x000060, "Wrong size on FOverriddenPropertySet"); \ static_assert(offsetof(FOverriddenPropertySet, Owner) == 0x000000, "Member 'FOverriddenPropertySet::Owner' has a wrong offset!"); \ static_assert(offsetof(FOverriddenPropertySet, OverriddenPropertyNodes) == 0x000008, "Member 'FOverriddenPropertySet::OverriddenPropertyNodes' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FFieldCookedMetaDataStore \ +static_assert(alignof(FFieldCookedMetaDataStore) == 0x000008, "Wrong alignment on FFieldCookedMetaDataStore"); \ +static_assert(sizeof(FFieldCookedMetaDataStore) == 0x000050, "Wrong size on FFieldCookedMetaDataStore"); \ +static_assert(offsetof(FFieldCookedMetaDataStore, FieldMetaData) == 0x000000, "Member 'FFieldCookedMetaDataStore::FieldMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructCookedMetaDataStore \ +static_assert(alignof(FStructCookedMetaDataStore) == 0x000008, "Wrong alignment on FStructCookedMetaDataStore"); \ +static_assert(sizeof(FStructCookedMetaDataStore) == 0x0000A0, "Wrong size on FStructCookedMetaDataStore"); \ +static_assert(offsetof(FStructCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FStructCookedMetaDataStore::ObjectMetaData' has a wrong offset!"); \ +static_assert(offsetof(FStructCookedMetaDataStore, PropertiesMetaData) == 0x000050, "Member 'FStructCookedMetaDataStore::PropertiesMetaData' 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"); \ @@ -1305,26 +1305,6 @@ static_assert(sizeof(UMulticastDelegatePropertyWrapper) == 0x000030, "Wrong size static_assert(alignof(UMulticastInlineDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastInlineDelegatePropertyWrapper"); \ static_assert(sizeof(UMulticastInlineDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastInlineDelegatePropertyWrapper"); \ -#define DUMPER7_ASSERTS_WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget \ -static_assert(alignof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget) == 0x000004, "Wrong alignment on WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget"); \ -static_assert(sizeof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget) == 0x000024, "Wrong size on WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget"); \ -static_assert(offsetof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget, EntryPoint) == 0x000000, "Member 'WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SwitchWidget_C_OnConstruct \ -static_assert(alignof(WBP_SwitchWidget_C_OnConstruct) == 0x000004, "Wrong alignment on WBP_SwitchWidget_C_OnConstruct"); \ -static_assert(sizeof(WBP_SwitchWidget_C_OnConstruct) == 0x000020, "Wrong size on WBP_SwitchWidget_C_OnConstruct"); \ -static_assert(offsetof(WBP_SwitchWidget_C_OnConstruct, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SwitchWidget_C_OnConstruct::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_SwitchWidget_C_OnConstruct, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SwitchWidget_C_OnConstruct::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SwitchWidget_C \ -static_assert(alignof(UWBP_SwitchWidget_C) == 0x000008, "Wrong alignment on UWBP_SwitchWidget_C"); \ -static_assert(sizeof(UWBP_SwitchWidget_C) == 0x000320, "Wrong size on UWBP_SwitchWidget_C"); \ -static_assert(offsetof(UWBP_SwitchWidget_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_SwitchWidget_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SwitchWidget_C, OnEnabled) == 0x000300, "Member 'UWBP_SwitchWidget_C::OnEnabled' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SwitchWidget_C, OnDisabled) == 0x000310, "Member 'UWBP_SwitchWidget_C::OnDisabled' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FAxis \ static_assert(alignof(FAxis) == 0x000008, "Wrong alignment on FAxis"); \ static_assert(sizeof(FAxis) == 0x000020, "Wrong size on FAxis"); \ @@ -1495,6 +1475,14 @@ static_assert(offsetof(UPlatformSettingsManager, SettingsMap) == 0x000028, "Memb static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ static_assert(sizeof(FInputEvent) == 0x000020, "Wrong size on FInputEvent"); \ +#define DUMPER7_ASSERTS_FGeometry \ +static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); \ +static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); \ + +#define DUMPER7_ASSERTS_FPointerEvent \ +static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ +static_assert(sizeof(FPointerEvent) == 0x000078, "Wrong size on FPointerEvent"); \ + #define DUMPER7_ASSERTS_FDeprecateSlateVector2D \ static_assert(alignof(FDeprecateSlateVector2D) == 0x000004, "Wrong alignment on FDeprecateSlateVector2D"); \ static_assert(sizeof(FDeprecateSlateVector2D) == 0x000008, "Wrong size on FDeprecateSlateVector2D"); \ @@ -1537,14 +1525,59 @@ static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000090, "Member 'FSlate static_assert(offsetof(FSlateBrush, ResourceName) == 0x000098, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, UVRegion) == 0x0000A0, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSlateWidgetStyle \ +static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ +static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ + +#define DUMPER7_ASSERTS_FScrollBoxStyle \ +static_assert(alignof(FScrollBoxStyle) == 0x000010, "Wrong alignment on FScrollBoxStyle"); \ +static_assert(sizeof(FScrollBoxStyle) == 0x000370, "Wrong size on FScrollBoxStyle"); \ +static_assert(offsetof(FScrollBoxStyle, BarThickness) == 0x000008, "Member 'FScrollBoxStyle::BarThickness' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000010, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x0000E0, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x0001B0, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x000280, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, HorizontalScrolledContentPadding) == 0x000350, "Member 'FScrollBoxStyle::HorizontalScrolledContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, VerticalScrolledContentPadding) == 0x000360, "Member 'FScrollBoxStyle::VerticalScrolledContentPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStyleColorList \ +static_assert(alignof(FStyleColorList) == 0x000008, "Wrong alignment on FStyleColorList"); \ +static_assert(sizeof(FStyleColorList) == 0x0007A0, "Wrong size on FStyleColorList"); \ +static_assert(offsetof(FStyleColorList, StyleColors) == 0x000000, "Member 'FStyleColorList::StyleColors' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSlateSound \ static_assert(alignof(FSlateSound) == 0x000008, "Wrong alignment on FSlateSound"); \ static_assert(sizeof(FSlateSound) == 0x000018, "Wrong size on FSlateSound"); \ static_assert(offsetof(FSlateSound, ResourceObject) == 0x000000, "Member 'FSlateSound::ResourceObject' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSlateWidgetStyle \ -static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ -static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ +#define DUMPER7_ASSERTS_FCheckBoxStyle \ +static_assert(alignof(FCheckBoxStyle) == 0x000010, "Wrong alignment on FCheckBoxStyle"); \ +static_assert(sizeof(FCheckBoxStyle) == 0x000AD0, "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) == 0x0000E0, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x0001B0, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x000280, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x000350, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x000420, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x0004F0, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x0005C0, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000690, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, Padding) == 0x000760, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundImage) == 0x000770, "Member 'FCheckBoxStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundHoveredImage) == 0x000840, "Member 'FCheckBoxStyle::BackgroundHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundPressedImage) == 0x000910, "Member 'FCheckBoxStyle::BackgroundPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x0009E0, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredForeground) == 0x0009F4, "Member 'FCheckBoxStyle::HoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, PressedForeground) == 0x000A08, "Member 'FCheckBoxStyle::PressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedForeground) == 0x000A1C, "Member 'FCheckBoxStyle::CheckedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredForeground) == 0x000A30, "Member 'FCheckBoxStyle::CheckedHoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedForeground) == 0x000A44, "Member 'FCheckBoxStyle::CheckedPressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedForeground) == 0x000A58, "Member 'FCheckBoxStyle::UndeterminedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x000A6C, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000A80, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x000A98, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x000AB0, "Member 'FCheckBoxStyle::HoveredSlateSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FButtonStyle \ static_assert(alignof(FButtonStyle) == 0x000010, "Wrong alignment on FButtonStyle"); \ @@ -1562,6 +1595,28 @@ static_assert(offsetof(FButtonStyle, PressedPadding) == 0x0003B0, "Member 'FButt static_assert(offsetof(FButtonStyle, PressedSlateSound) == 0x0003C0, "Member 'FButtonStyle::PressedSlateSound' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, HoveredSlateSound) == 0x0003D8, "Member 'FButtonStyle::HoveredSlateSound' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FComboButtonStyle \ +static_assert(alignof(FComboButtonStyle) == 0x000010, "Wrong alignment on FComboButtonStyle"); \ +static_assert(sizeof(FComboButtonStyle) == 0x000600, "Wrong size on FComboButtonStyle"); \ +static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000010, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x000400, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x0004D0, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x0004D8, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x0004F0, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x0005C0, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ContentPadding) == 0x0005D0, "Member 'FComboButtonStyle::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowPadding) == 0x0005E0, "Member 'FComboButtonStyle::DownArrowPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowAlign) == 0x0005F0, "Member 'FComboButtonStyle::DownArrowAlign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboBoxStyle \ +static_assert(alignof(FComboBoxStyle) == 0x000010, "Wrong alignment on FComboBoxStyle"); \ +static_assert(sizeof(FComboBoxStyle) == 0x000660, "Wrong size on FComboBoxStyle"); \ +static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000010, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x000610, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x000628, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, ContentPadding) == 0x000640, "Member 'FComboBoxStyle::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, MenuRowPadding) == 0x000650, "Member 'FComboBoxStyle::MenuRowPadding' 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"); \ @@ -1600,65 +1655,6 @@ static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x000260, "Member 'FT static_assert(offsetof(FTextBlockStyle, TransformPolicy) == 0x000330, "Member 'FTextBlockStyle::TransformPolicy' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, OverflowPolicy) == 0x000331, "Member 'FTextBlockStyle::OverflowPolicy' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FWindowStyle \ -static_assert(alignof(FWindowStyle) == 0x000010, "Wrong alignment on FWindowStyle"); \ -static_assert(sizeof(FWindowStyle) == 0x001940, "Wrong size on FWindowStyle"); \ -static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000010, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x000400, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x0007F0, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x000BE0, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x000FD0, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x001310, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x0013E0, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x0014B0, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x001580, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x0015A0, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, OutlineColor) == 0x001670, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, BorderBrush) == 0x001690, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, BorderColor) == 0x001760, "Member 'FWindowStyle::BorderColor' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x001780, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x001850, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, WindowCornerRadius) == 0x001920, "Member 'FWindowStyle::WindowCornerRadius' has a wrong offset!"); \ -static_assert(offsetof(FWindowStyle, BorderPadding) == 0x001924, "Member 'FWindowStyle::BorderPadding' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FGeometry \ -static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); \ -static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); \ - -#define DUMPER7_ASSERTS_FScrollBorderStyle \ -static_assert(alignof(FScrollBorderStyle) == 0x000010, "Wrong alignment on FScrollBorderStyle"); \ -static_assert(sizeof(FScrollBorderStyle) == 0x0001B0, "Wrong size on FScrollBorderStyle"); \ -static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000010, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); \ -static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x0000E0, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPointerEvent \ -static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ -static_assert(sizeof(FPointerEvent) == 0x000078, "Wrong size on FPointerEvent"); \ - -#define DUMPER7_ASSERTS_FTableViewStyle \ -static_assert(alignof(FTableViewStyle) == 0x000010, "Wrong alignment on FTableViewStyle"); \ -static_assert(sizeof(FTableViewStyle) == 0x0000E0, "Wrong size on FTableViewStyle"); \ -static_assert(offsetof(FTableViewStyle, BackgroundBrush) == 0x000010, "Member 'FTableViewStyle::BackgroundBrush' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFontData \ -static_assert(alignof(FFontData) == 0x000008, "Wrong alignment on FFontData"); \ -static_assert(sizeof(FFontData) == 0x000028, "Wrong size on FFontData"); \ -static_assert(offsetof(FFontData, FontFilename) == 0x000000, "Member 'FFontData::FontFilename' has a wrong offset!"); \ -static_assert(offsetof(FFontData, Hinting) == 0x000014, "Member 'FFontData::Hinting' has a wrong offset!"); \ -static_assert(offsetof(FFontData, LoadingPolicy) == 0x000015, "Member 'FFontData::LoadingPolicy' has a wrong offset!"); \ -static_assert(offsetof(FFontData, SubFaceIndex) == 0x000018, "Member 'FFontData::SubFaceIndex' has a wrong offset!"); \ -static_assert(offsetof(FFontData, FontFaceAsset) == 0x000020, "Member 'FFontData::FontFaceAsset' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTypefaceEntry \ -static_assert(alignof(FTypefaceEntry) == 0x000008, "Wrong alignment on FTypefaceEntry"); \ -static_assert(sizeof(FTypefaceEntry) == 0x000030, "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_FFocusEvent \ -static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ -static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ - #define DUMPER7_ASSERTS_FScrollBarStyle \ static_assert(alignof(FScrollBarStyle) == 0x000010, "Wrong alignment on FScrollBarStyle"); \ static_assert(sizeof(FScrollBarStyle) == 0x000770, "Wrong size on FScrollBarStyle"); \ @@ -1704,6 +1700,38 @@ static_assert(offsetof(FSearchBoxStyle, bLeftAlignButtons) == 0x001240, "Member static_assert(offsetof(FSearchBoxStyle, bLeftAlignSearchResultButtons) == 0x001241, "Member 'FSearchBoxStyle::bLeftAlignSearchResultButtons' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, bLeftAlignGlassImageAndClearButton) == 0x001242, "Member 'FSearchBoxStyle::bLeftAlignGlassImageAndClearButton' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FInlineEditableTextBlockStyle \ +static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000010, "Wrong alignment on FInlineEditableTextBlockStyle"); \ +static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x0011D0, "Wrong size on FInlineEditableTextBlockStyle"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000010, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000E90, "Member 'FInlineEditableTextBlockStyle::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontData \ +static_assert(alignof(FFontData) == 0x000008, "Wrong alignment on FFontData"); \ +static_assert(sizeof(FFontData) == 0x000028, "Wrong size on FFontData"); \ +static_assert(offsetof(FFontData, FontFilename) == 0x000000, "Member 'FFontData::FontFilename' has a wrong offset!"); \ +static_assert(offsetof(FFontData, Hinting) == 0x000014, "Member 'FFontData::Hinting' has a wrong offset!"); \ +static_assert(offsetof(FFontData, LoadingPolicy) == 0x000015, "Member 'FFontData::LoadingPolicy' has a wrong offset!"); \ +static_assert(offsetof(FFontData, SubFaceIndex) == 0x000018, "Member 'FFontData::SubFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FFontData, FontFaceAsset) == 0x000020, "Member 'FFontData::FontFaceAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypefaceEntry \ +static_assert(alignof(FTypefaceEntry) == 0x000008, "Wrong alignment on FTypefaceEntry"); \ +static_assert(sizeof(FTypefaceEntry) == 0x000030, "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_FTableRowStyle \ static_assert(alignof(FTableRowStyle) == 0x000010, "Wrong alignment on FTableRowStyle"); \ static_assert(sizeof(FTableRowStyle) == 0x000D50, "Wrong size on FTableRowStyle"); \ @@ -1727,39 +1755,25 @@ static_assert(offsetof(FTableRowStyle, DropIndicator_Below) == 0x000AE0, "Member static_assert(offsetof(FTableRowStyle, ActiveHighlightedBrush) == 0x000BB0, "Member 'FTableRowStyle::ActiveHighlightedBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, InactiveHighlightedBrush) == 0x000C80, "Member 'FTableRowStyle::InactiveHighlightedBrush' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FProgressBarStyle \ -static_assert(alignof(FProgressBarStyle) == 0x000010, "Wrong alignment on FProgressBarStyle"); \ -static_assert(sizeof(FProgressBarStyle) == 0x000290, "Wrong size on FProgressBarStyle"); \ -static_assert(offsetof(FProgressBarStyle, BackgroundImage) == 0x000010, "Member 'FProgressBarStyle::BackgroundImage' has a wrong offset!"); \ -static_assert(offsetof(FProgressBarStyle, FillImage) == 0x0000E0, "Member 'FProgressBarStyle::FillImage' has a wrong offset!"); \ -static_assert(offsetof(FProgressBarStyle, MarqueeImage) == 0x0001B0, "Member 'FProgressBarStyle::MarqueeImage' has a wrong offset!"); \ -static_assert(offsetof(FProgressBarStyle, EnableFillAnimation) == 0x000280, "Member 'FProgressBarStyle::EnableFillAnimation' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FFocusEvent \ +static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ +static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ -#define DUMPER7_ASSERTS_FComboButtonStyle \ -static_assert(alignof(FComboButtonStyle) == 0x000010, "Wrong alignment on FComboButtonStyle"); \ -static_assert(sizeof(FComboButtonStyle) == 0x000600, "Wrong size on FComboButtonStyle"); \ -static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000010, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x000400, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x0004D0, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x0004D8, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x0004F0, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x0005C0, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, ContentPadding) == 0x0005D0, "Member 'FComboButtonStyle::ContentPadding' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, DownArrowPadding) == 0x0005E0, "Member 'FComboButtonStyle::DownArrowPadding' has a wrong offset!"); \ -static_assert(offsetof(FComboButtonStyle, DownArrowAlign) == 0x0005F0, "Member 'FComboButtonStyle::DownArrowAlign' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSegmentedControlStyle \ +static_assert(alignof(FSegmentedControlStyle) == 0x000010, "Wrong alignment on FSegmentedControlStyle"); \ +static_assert(sizeof(FSegmentedControlStyle) == 0x002160, "Wrong size on FSegmentedControlStyle"); \ +static_assert(offsetof(FSegmentedControlStyle, ControlStyle) == 0x000010, "Member 'FSegmentedControlStyle::ControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, FirstControlStyle) == 0x000AE0, "Member 'FSegmentedControlStyle::FirstControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, LastControlStyle) == 0x0015B0, "Member 'FSegmentedControlStyle::LastControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, BackgroundBrush) == 0x002080, "Member 'FSegmentedControlStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, UniformPadding) == 0x002150, "Member 'FSegmentedControlStyle::UniformPadding' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FComboBoxStyle \ -static_assert(alignof(FComboBoxStyle) == 0x000010, "Wrong alignment on FComboBoxStyle"); \ -static_assert(sizeof(FComboBoxStyle) == 0x000660, "Wrong size on FComboBoxStyle"); \ -static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000010, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x000610, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); \ -static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x000628, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); \ -static_assert(offsetof(FComboBoxStyle, ContentPadding) == 0x000640, "Member 'FComboBoxStyle::ContentPadding' has a wrong offset!"); \ -static_assert(offsetof(FComboBoxStyle, MenuRowPadding) == 0x000650, "Member 'FComboBoxStyle::MenuRowPadding' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStyleTheme \ -static_assert(alignof(FStyleTheme) == 0x000008, "Wrong alignment on FStyleTheme"); \ -static_assert(sizeof(FStyleTheme) == 0x000040, "Wrong size on FStyleTheme"); \ +#define DUMPER7_ASSERTS_FExpandableAreaStyle \ +static_assert(alignof(FExpandableAreaStyle) == 0x000010, "Wrong alignment on FExpandableAreaStyle"); \ +static_assert(sizeof(FExpandableAreaStyle) == 0x0001C0, "Wrong size on FExpandableAreaStyle"); \ +static_assert(offsetof(FExpandableAreaStyle, CollapsedImage) == 0x000010, "Member 'FExpandableAreaStyle::CollapsedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, ExpandedImage) == 0x0000E0, "Member 'FExpandableAreaStyle::ExpandedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, RolloutAnimationSeconds) == 0x0001B0, "Member 'FExpandableAreaStyle::RolloutAnimationSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditableTextStyle \ static_assert(alignof(FEditableTextStyle) == 0x000010, "Wrong alignment on FEditableTextStyle"); \ @@ -1770,31 +1784,31 @@ static_assert(offsetof(FEditableTextStyle, BackgroundImageSelected) == 0x000080, static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000150, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); \ static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x000220, "Member 'FEditableTextStyle::CaretImage' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDockTabStyle \ -static_assert(alignof(FDockTabStyle) == 0x000010, "Wrong alignment on FDockTabStyle"); \ -static_assert(sizeof(FDockTabStyle) == 0x000D80, "Wrong size on FDockTabStyle"); \ -static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000010, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x000400, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x0004D0, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x0005A0, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x000670, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000740, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x000810, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x0008E0, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, TabTextStyle) == 0x0009B0, "Member 'FDockTabStyle::TabTextStyle' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, TabPadding) == 0x000CF0, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, IconSize) == 0x000D00, "Member 'FDockTabStyle::IconSize' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x000D08, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, FlashColor) == 0x000D0C, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, NormalForegroundColor) == 0x000D20, "Member 'FDockTabStyle::NormalForegroundColor' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, HoveredForegroundColor) == 0x000D34, "Member 'FDockTabStyle::HoveredForegroundColor' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, ActiveForegroundColor) == 0x000D48, "Member 'FDockTabStyle::ActiveForegroundColor' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, ForegroundForegroundColor) == 0x000D5C, "Member 'FDockTabStyle::ForegroundForegroundColor' has a wrong offset!"); \ -static_assert(offsetof(FDockTabStyle, IconBorderPadding) == 0x000D70, "Member 'FDockTabStyle::IconBorderPadding' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTableViewStyle \ +static_assert(alignof(FTableViewStyle) == 0x000010, "Wrong alignment on FTableViewStyle"); \ +static_assert(sizeof(FTableViewStyle) == 0x0000E0, "Wrong size on FTableViewStyle"); \ +static_assert(offsetof(FTableViewStyle, BackgroundBrush) == 0x000010, "Member 'FTableViewStyle::BackgroundBrush' 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_FProgressBarStyle \ +static_assert(alignof(FProgressBarStyle) == 0x000010, "Wrong alignment on FProgressBarStyle"); \ +static_assert(sizeof(FProgressBarStyle) == 0x000290, "Wrong size on FProgressBarStyle"); \ +static_assert(offsetof(FProgressBarStyle, BackgroundImage) == 0x000010, "Member 'FProgressBarStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, FillImage) == 0x0000E0, "Member 'FProgressBarStyle::FillImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, MarqueeImage) == 0x0001B0, "Member 'FProgressBarStyle::MarqueeImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, EnableFillAnimation) == 0x000280, "Member 'FProgressBarStyle::EnableFillAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableColumnHeaderStyle \ +static_assert(alignof(FTableColumnHeaderStyle) == 0x000010, "Wrong alignment on FTableColumnHeaderStyle"); \ +static_assert(sizeof(FTableColumnHeaderStyle) == 0x000760, "Wrong size on FTableColumnHeaderStyle"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000010, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x0000E0, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x0001B0, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x000280, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x000350, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x000420, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x0004F0, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0005C0, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000690, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpinBoxStyle \ static_assert(alignof(FSpinBoxStyle) == 0x000010, "Wrong alignment on FSpinBoxStyle"); \ @@ -1814,6 +1828,11 @@ static_assert(offsetof(FSpinBoxStyle, InsetPadding) == 0x0005E4, "Member 'FSpinB static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ static_assert(sizeof(FCharacterEvent) == 0x000028, "Wrong size on FCharacterEvent"); \ +#define DUMPER7_ASSERTS_FFontSdfSettings \ +static_assert(alignof(FFontSdfSettings) == 0x000004, "Wrong alignment on FFontSdfSettings"); \ +static_assert(sizeof(FFontSdfSettings) == 0x000004, "Wrong size on FFontSdfSettings"); \ +static_assert(offsetof(FFontSdfSettings, BasePpem) == 0x000000, "Member 'FFontSdfSettings::BasePpem' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FKeyEvent \ static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ static_assert(sizeof(FKeyEvent) == 0x000040, "Wrong size on FKeyEvent"); \ @@ -1830,22 +1849,6 @@ static_assert(sizeof(FAnalogInputEvent) == 0x000048, "Wrong size on FAnalogInput static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ static_assert(sizeof(FMotionEvent) == 0x000080, "Wrong size on FMotionEvent"); \ -#define DUMPER7_ASSERTS_FFontSdfSettings \ -static_assert(alignof(FFontSdfSettings) == 0x000004, "Wrong alignment on FFontSdfSettings"); \ -static_assert(sizeof(FFontSdfSettings) == 0x000004, "Wrong size on FFontSdfSettings"); \ -static_assert(offsetof(FFontSdfSettings, BasePpem) == 0x000000, "Member 'FFontSdfSettings::BasePpem' 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"); \ @@ -1860,43 +1863,9 @@ static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'F static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); \ static_assert(offsetof(FCompositeFont, bEnableAscentDescentOverride) == 0x000038, "Member 'FCompositeFont::bEnableAscentDescentOverride' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCheckBoxStyle \ -static_assert(alignof(FCheckBoxStyle) == 0x000010, "Wrong alignment on FCheckBoxStyle"); \ -static_assert(sizeof(FCheckBoxStyle) == 0x000AD0, "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) == 0x0000E0, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x0001B0, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x000280, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x000350, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x000420, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x0004F0, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x0005C0, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000690, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, Padding) == 0x000760, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, BackgroundImage) == 0x000770, "Member 'FCheckBoxStyle::BackgroundImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, BackgroundHoveredImage) == 0x000840, "Member 'FCheckBoxStyle::BackgroundHoveredImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, BackgroundPressedImage) == 0x000910, "Member 'FCheckBoxStyle::BackgroundPressedImage' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x0009E0, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, HoveredForeground) == 0x0009F4, "Member 'FCheckBoxStyle::HoveredForeground' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, PressedForeground) == 0x000A08, "Member 'FCheckBoxStyle::PressedForeground' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, CheckedForeground) == 0x000A1C, "Member 'FCheckBoxStyle::CheckedForeground' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, CheckedHoveredForeground) == 0x000A30, "Member 'FCheckBoxStyle::CheckedHoveredForeground' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, CheckedPressedForeground) == 0x000A44, "Member 'FCheckBoxStyle::CheckedPressedForeground' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, UndeterminedForeground) == 0x000A58, "Member 'FCheckBoxStyle::UndeterminedForeground' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x000A6C, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000A80, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x000A98, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); \ -static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x000AB0, "Member 'FCheckBoxStyle::HoveredSlateSound' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSegmentedControlStyle \ -static_assert(alignof(FSegmentedControlStyle) == 0x000010, "Wrong alignment on FSegmentedControlStyle"); \ -static_assert(sizeof(FSegmentedControlStyle) == 0x002160, "Wrong size on FSegmentedControlStyle"); \ -static_assert(offsetof(FSegmentedControlStyle, ControlStyle) == 0x000010, "Member 'FSegmentedControlStyle::ControlStyle' has a wrong offset!"); \ -static_assert(offsetof(FSegmentedControlStyle, FirstControlStyle) == 0x000AE0, "Member 'FSegmentedControlStyle::FirstControlStyle' has a wrong offset!"); \ -static_assert(offsetof(FSegmentedControlStyle, LastControlStyle) == 0x0015B0, "Member 'FSegmentedControlStyle::LastControlStyle' has a wrong offset!"); \ -static_assert(offsetof(FSegmentedControlStyle, BackgroundBrush) == 0x002080, "Member 'FSegmentedControlStyle::BackgroundBrush' has a wrong offset!"); \ -static_assert(offsetof(FSegmentedControlStyle, UniformPadding) == 0x002150, "Member 'FSegmentedControlStyle::UniformPadding' 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_FHyperlinkStyle \ static_assert(alignof(FHyperlinkStyle) == 0x000010, "Wrong alignment on FHyperlinkStyle"); \ @@ -1905,19 +1874,6 @@ static_assert(offsetof(FHyperlinkStyle, UnderlineStyle) == 0x000010, "Member 'FH static_assert(offsetof(FHyperlinkStyle, TextStyle) == 0x000400, "Member 'FHyperlinkStyle::TextStyle' has a wrong offset!"); \ static_assert(offsetof(FHyperlinkStyle, Padding) == 0x000740, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FInlineEditableTextBlockStyle \ -static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000010, "Wrong alignment on FInlineEditableTextBlockStyle"); \ -static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x0011D0, "Wrong size on FInlineEditableTextBlockStyle"); \ -static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000010, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ -static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000E90, "Member 'FInlineEditableTextBlockStyle::TextStyle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FExpandableAreaStyle \ -static_assert(alignof(FExpandableAreaStyle) == 0x000010, "Wrong alignment on FExpandableAreaStyle"); \ -static_assert(sizeof(FExpandableAreaStyle) == 0x0001C0, "Wrong size on FExpandableAreaStyle"); \ -static_assert(offsetof(FExpandableAreaStyle, CollapsedImage) == 0x000010, "Member 'FExpandableAreaStyle::CollapsedImage' has a wrong offset!"); \ -static_assert(offsetof(FExpandableAreaStyle, ExpandedImage) == 0x0000E0, "Member 'FExpandableAreaStyle::ExpandedImage' has a wrong offset!"); \ -static_assert(offsetof(FExpandableAreaStyle, RolloutAnimationSeconds) == 0x0001B0, "Member 'FExpandableAreaStyle::RolloutAnimationSeconds' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSliderStyle \ static_assert(alignof(FSliderStyle) == 0x000010, "Wrong alignment on FSliderStyle"); \ static_assert(sizeof(FSliderStyle) == 0x000500, "Wrong size on FSliderStyle"); \ @@ -1951,19 +1907,6 @@ static_assert(sizeof(FSplitterStyle) == 0x0001B0, "Wrong size on FSplitterStyle" static_assert(offsetof(FSplitterStyle, HandleNormalBrush) == 0x000010, "Member 'FSplitterStyle::HandleNormalBrush' has a wrong offset!"); \ static_assert(offsetof(FSplitterStyle, HandleHighlightBrush) == 0x0000E0, "Member 'FSplitterStyle::HandleHighlightBrush' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTableColumnHeaderStyle \ -static_assert(alignof(FTableColumnHeaderStyle) == 0x000010, "Wrong alignment on FTableColumnHeaderStyle"); \ -static_assert(sizeof(FTableColumnHeaderStyle) == 0x000760, "Wrong size on FTableColumnHeaderStyle"); \ -static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000010, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x0000E0, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x0001B0, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x000280, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x000350, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x000420, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x0004F0, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0005C0, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); \ -static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000690, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FHeaderRowStyle \ static_assert(alignof(FHeaderRowStyle) == 0x000010, "Wrong alignment on FHeaderRowStyle"); \ static_assert(sizeof(FHeaderRowStyle) == 0x001260, "Wrong size on FHeaderRowStyle"); \ @@ -1976,21 +1919,58 @@ static_assert(offsetof(FHeaderRowStyle, ForegroundColor) == 0x001160, "Member 'F static_assert(offsetof(FHeaderRowStyle, HorizontalSeparatorBrush) == 0x001180, "Member 'FHeaderRowStyle::HorizontalSeparatorBrush' has a wrong offset!"); \ static_assert(offsetof(FHeaderRowStyle, HorizontalSeparatorThickness) == 0x001250, "Member 'FHeaderRowStyle::HorizontalSeparatorThickness' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FScrollBoxStyle \ -static_assert(alignof(FScrollBoxStyle) == 0x000010, "Wrong alignment on FScrollBoxStyle"); \ -static_assert(sizeof(FScrollBoxStyle) == 0x000370, "Wrong size on FScrollBoxStyle"); \ -static_assert(offsetof(FScrollBoxStyle, BarThickness) == 0x000008, "Member 'FScrollBoxStyle::BarThickness' has a wrong offset!"); \ -static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000010, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); \ -static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x0000E0, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ -static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x0001B0, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ -static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x000280, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ -static_assert(offsetof(FScrollBoxStyle, HorizontalScrolledContentPadding) == 0x000350, "Member 'FScrollBoxStyle::HorizontalScrolledContentPadding' has a wrong offset!"); \ -static_assert(offsetof(FScrollBoxStyle, VerticalScrolledContentPadding) == 0x000360, "Member 'FScrollBoxStyle::VerticalScrolledContentPadding' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDockTabStyle \ +static_assert(alignof(FDockTabStyle) == 0x000010, "Wrong alignment on FDockTabStyle"); \ +static_assert(sizeof(FDockTabStyle) == 0x000D80, "Wrong size on FDockTabStyle"); \ +static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000010, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x000400, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x0004D0, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x0005A0, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x000670, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000740, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x000810, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x0008E0, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabTextStyle) == 0x0009B0, "Member 'FDockTabStyle::TabTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabPadding) == 0x000CF0, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconSize) == 0x000D00, "Member 'FDockTabStyle::IconSize' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x000D08, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, FlashColor) == 0x000D0C, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalForegroundColor) == 0x000D20, "Member 'FDockTabStyle::NormalForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredForegroundColor) == 0x000D34, "Member 'FDockTabStyle::HoveredForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ActiveForegroundColor) == 0x000D48, "Member 'FDockTabStyle::ActiveForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundForegroundColor) == 0x000D5C, "Member 'FDockTabStyle::ForegroundForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconBorderPadding) == 0x000D70, "Member 'FDockTabStyle::IconBorderPadding' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FStyleColorList \ -static_assert(alignof(FStyleColorList) == 0x000008, "Wrong alignment on FStyleColorList"); \ -static_assert(sizeof(FStyleColorList) == 0x0007A0, "Wrong size on FStyleColorList"); \ -static_assert(offsetof(FStyleColorList, StyleColors) == 0x000000, "Member 'FStyleColorList::StyleColors' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FScrollBorderStyle \ +static_assert(alignof(FScrollBorderStyle) == 0x000010, "Wrong alignment on FScrollBorderStyle"); \ +static_assert(sizeof(FScrollBorderStyle) == 0x0001B0, "Wrong size on FScrollBorderStyle"); \ +static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000010, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x0000E0, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWindowStyle \ +static_assert(alignof(FWindowStyle) == 0x000010, "Wrong alignment on FWindowStyle"); \ +static_assert(sizeof(FWindowStyle) == 0x001940, "Wrong size on FWindowStyle"); \ +static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000010, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x000400, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x0007F0, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x000BE0, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x000FD0, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x001310, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x0013E0, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x0014B0, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x001580, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x0015A0, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineColor) == 0x001670, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderBrush) == 0x001690, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderColor) == 0x001760, "Member 'FWindowStyle::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x001780, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x001850, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, WindowCornerRadius) == 0x001920, "Member 'FWindowStyle::WindowCornerRadius' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderPadding) == 0x001924, "Member 'FWindowStyle::BorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStyleTheme \ +static_assert(alignof(FStyleTheme) == 0x000008, "Wrong alignment on FStyleTheme"); \ +static_assert(sizeof(FStyleTheme) == 0x000040, "Wrong size on FStyleTheme"); \ #define DUMPER7_ASSERTS_FToolBarStyle \ static_assert(alignof(FToolBarStyle) == 0x000010, "Wrong alignment on FToolBarStyle"); \ @@ -2060,193 +2040,6 @@ static_assert(sizeof(USlateThemeManager) == 0x0007D8, "Wrong size on USlateTheme static_assert(offsetof(USlateThemeManager, CurrentThemeId) == 0x000028, "Member 'USlateThemeManager::CurrentThemeId' has a wrong offset!"); \ static_assert(offsetof(USlateThemeManager, ActiveColors) == 0x000038, "Member 'USlateThemeManager::ActiveColors' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ -static_assert(alignof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ -static_assert(sizeof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ -static_assert(alignof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ -static_assert(sizeof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature \ -static_assert(alignof(BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature"); \ -static_assert(sizeof(BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature"); \ -static_assert(offsetof(BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_ExecuteUbergraph_BP_Valve \ -static_assert(alignof(BP_Valve_C_ExecuteUbergraph_BP_Valve) == 0x000010, "Wrong alignment on BP_Valve_C_ExecuteUbergraph_BP_Valve"); \ -static_assert(sizeof(BP_Valve_C_ExecuteUbergraph_BP_Valve) == 0x000510, "Wrong size on BP_Valve_C_ExecuteUbergraph_BP_Valve"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, EntryPoint) == 0x000000, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_byte_Variable) == 0x000004, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable) == 0x000008, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable_1) == 0x000010, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_bool_Variable) == 0x000018, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_AsCH_Darwin_1) == 0x000040, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_AsCH_Darwin_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable_2) == 0x000050, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000058, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000060, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000068, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000070, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000074, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000080, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000E8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherComp) == 0x0000F8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000100, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_bFromSweep) == 0x000104, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_SweepResult) == 0x000108, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000200, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_UseCamAim_1) == 0x000201, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_UseCamAim_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_TargetLogation) == 0x000208, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_TargetLogation' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_HomingTargetComp) == 0x000220, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_HomingTargetComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteractAnimToPlay_AnimToPlay) == 0x000228, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteractAnimToPlay_AnimToPlay' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteracAnimLocation_ReturnValue) == 0x000230, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteracAnimLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000248, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetPlayLength_ReturnValue) == 0x000340, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable_3) == 0x000348, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_byte_Variable_1) == 0x000350, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_UseCamAim) == 0x000351, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_ScreenX) == 0x000358, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_ScreenX' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_ScreenY) == 0x000360, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_ScreenY' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_CrosshairColor) == 0x000368, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_CrosshairColor' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_IsPlaying_ReturnValue) == 0x000378, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteractAnimToPlay_AnimToPlay_1) == 0x000380, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteractAnimToPlay_AnimToPlay_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetPlayLength_ReturnValue_1) == 0x000388, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000390, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000398, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000399, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_SwitchEnum_CmpSuccess_1) == 0x00039A, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteracAnimLocation_ReturnValue_1) == 0x0003A0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteracAnimLocation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_CanJumpOutWater) == 0x0003B8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_CanJumpOutWater' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0003C0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_Events) == 0x0004B8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_Events' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_On_Off) == 0x0004B9, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_On_Off' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_Index) == 0x0004BC, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_Index' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_Actor) == 0x0004C0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_Actor' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x0004C8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Select_Default) == 0x0004D0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Select_Default_1) == 0x0004D8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Select_Default_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x0004E0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Select_Default_2) == 0x0004E8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Select_Default_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_IsOverlappingActor_ReturnValue) == 0x0004F0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x0004F8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_Delay_Duration_ImplicitCast) == 0x000500, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_GameEvents \ -static_assert(alignof(BP_Valve_C_GameEvents) == 0x000008, "Wrong alignment on BP_Valve_C_GameEvents"); \ -static_assert(sizeof(BP_Valve_C_GameEvents) == 0x000010, "Wrong size on BP_Valve_C_GameEvents"); \ -static_assert(offsetof(BP_Valve_C_GameEvents, Events) == 0x000000, "Member 'BP_Valve_C_GameEvents::Events' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_GameEvents, Off) == 0x000001, "Member 'BP_Valve_C_GameEvents::Off' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_GameEvents, Index_0) == 0x000004, "Member 'BP_Valve_C_GameEvents::Index_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_GameEvents, Actor) == 0x000008, "Member 'BP_Valve_C_GameEvents::Actor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_InteracAnimLocation \ -static_assert(alignof(BP_Valve_C_InteracAnimLocation) == 0x000008, "Wrong alignment on BP_Valve_C_InteracAnimLocation"); \ -static_assert(sizeof(BP_Valve_C_InteracAnimLocation) == 0x0000D0, "Wrong size on BP_Valve_C_InteracAnimLocation"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, ReturnValue) == 0x000000, "Member 'BP_Valve_C_InteracAnimLocation::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_byte_Variable) == 0x000018, "Member 'BP_Valve_C_InteracAnimLocation::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable) == 0x000020, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable_1) == 0x000038, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_byte_Variable_1) == 0x000050, "Member 'BP_Valve_C_InteracAnimLocation::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable_2) == 0x000058, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable_3) == 0x000070, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, K2Node_Select_Default) == 0x000088, "Member 'BP_Valve_C_InteracAnimLocation::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, K2Node_Select_Default_1) == 0x0000A0, "Member 'BP_Valve_C_InteracAnimLocation::K2Node_Select_Default_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteracAnimLocation, CallFunc_SelectVector_ReturnValue) == 0x0000B8, "Member 'BP_Valve_C_InteracAnimLocation::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_InteractAnimToPlay \ -static_assert(alignof(BP_Valve_C_InteractAnimToPlay) == 0x000008, "Wrong alignment on BP_Valve_C_InteractAnimToPlay"); \ -static_assert(sizeof(BP_Valve_C_InteractAnimToPlay) == 0x000028, "Wrong size on BP_Valve_C_InteractAnimToPlay"); \ -static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, AnimToPlay) == 0x000000, "Member 'BP_Valve_C_InteractAnimToPlay::AnimToPlay' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, Temp_byte_Variable) == 0x000008, "Member 'BP_Valve_C_InteractAnimToPlay::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, Temp_object_Variable) == 0x000010, "Member 'BP_Valve_C_InteractAnimToPlay::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, Temp_object_Variable_1) == 0x000018, "Member 'BP_Valve_C_InteractAnimToPlay::Temp_object_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, K2Node_Select_Default) == 0x000020, "Member 'BP_Valve_C_InteractAnimToPlay::K2Node_Select_Default' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_JumpOutWater \ -static_assert(alignof(BP_Valve_C_JumpOutWater) == 0x000001, "Wrong alignment on BP_Valve_C_JumpOutWater"); \ -static_assert(sizeof(BP_Valve_C_JumpOutWater) == 0x000001, "Wrong size on BP_Valve_C_JumpOutWater"); \ -static_assert(offsetof(BP_Valve_C_JumpOutWater, CanJumpOutWater) == 0x000000, "Member 'BP_Valve_C_JumpOutWater::CanJumpOutWater' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_PlayerCrosshair \ -static_assert(alignof(BP_Valve_C_PlayerCrosshair) == 0x000008, "Wrong alignment on BP_Valve_C_PlayerCrosshair"); \ -static_assert(sizeof(BP_Valve_C_PlayerCrosshair) == 0x000028, "Wrong size on BP_Valve_C_PlayerCrosshair"); \ -static_assert(offsetof(BP_Valve_C_PlayerCrosshair, UseCamAim) == 0x000000, "Member 'BP_Valve_C_PlayerCrosshair::UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_PlayerCrosshair, ScreenX) == 0x000008, "Member 'BP_Valve_C_PlayerCrosshair::ScreenX' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_PlayerCrosshair, ScreenY) == 0x000010, "Member 'BP_Valve_C_PlayerCrosshair::ScreenY' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_PlayerCrosshair, CrosshairColor) == 0x000018, "Member 'BP_Valve_C_PlayerCrosshair::CrosshairColor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_SetEnable \ -static_assert(alignof(BP_Valve_C_SetEnable) == 0x000001, "Wrong alignment on BP_Valve_C_SetEnable"); \ -static_assert(sizeof(BP_Valve_C_SetEnable) == 0x000005, "Wrong size on BP_Valve_C_SetEnable"); \ -static_assert(offsetof(BP_Valve_C_SetEnable, bEnabled_0) == 0x000000, "Member 'BP_Valve_C_SetEnable::bEnabled_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_SetEnable, Temp_byte_Variable) == 0x000001, "Member 'BP_Valve_C_SetEnable::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_SetEnable, Temp_byte_Variable_1) == 0x000002, "Member 'BP_Valve_C_SetEnable::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_SetEnable, Temp_bool_Variable) == 0x000003, "Member 'BP_Valve_C_SetEnable::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_SetEnable, K2Node_Select_Default) == 0x000004, "Member 'BP_Valve_C_SetEnable::K2Node_Select_Default' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_UserConstructionScript \ -static_assert(alignof(BP_Valve_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Valve_C_UserConstructionScript"); \ -static_assert(sizeof(BP_Valve_C_UserConstructionScript) == 0x000130, "Wrong size on BP_Valve_C_UserConstructionScript"); \ -static_assert(offsetof(BP_Valve_C_UserConstructionScript, CallFunc_InteractAnimToPlay_AnimToPlay) == 0x000000, "Member 'BP_Valve_C_UserConstructionScript::CallFunc_InteractAnimToPlay_AnimToPlay' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_UserConstructionScript, CallFunc_InteracAnimLocation_ReturnValue) == 0x000008, "Member 'BP_Valve_C_UserConstructionScript::CallFunc_InteracAnimLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_UserConstructionScript, K2Node_MakeStruct_SingleAnimationPlayData) == 0x000020, "Member 'BP_Valve_C_UserConstructionScript::K2Node_MakeStruct_SingleAnimationPlayData' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000038, "Member 'BP_Valve_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Valve_C_WeaponIni \ -static_assert(alignof(BP_Valve_C_WeaponIni) == 0x000008, "Wrong alignment on BP_Valve_C_WeaponIni"); \ -static_assert(sizeof(BP_Valve_C_WeaponIni) == 0x000028, "Wrong size on BP_Valve_C_WeaponIni"); \ -static_assert(offsetof(BP_Valve_C_WeaponIni, UseCamAim) == 0x000000, "Member 'BP_Valve_C_WeaponIni::UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_WeaponIni, TargetLogation) == 0x000008, "Member 'BP_Valve_C_WeaponIni::TargetLogation' has a wrong offset!"); \ -static_assert(offsetof(BP_Valve_C_WeaponIni, HomingTargetComp) == 0x000020, "Member 'BP_Valve_C_WeaponIni::HomingTargetComp' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Valve_C \ -static_assert(alignof(ABP_Valve_C) == 0x000008, "Wrong alignment on ABP_Valve_C"); \ -static_assert(sizeof(ABP_Valve_C) == 0x000358, "Wrong size on ABP_Valve_C"); \ -static_assert(offsetof(ABP_Valve_C, UberGraphFrame) == 0x000290, "Member 'ABP_Valve_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, ZPlayerDistance) == 0x000298, "Member 'ABP_Valve_C::ZPlayerDistance' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, ZHelpWidget) == 0x0002A0, "Member 'ABP_Valve_C::ZHelpWidget' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, BP_ObjectHelpComponent) == 0x0002A8, "Member 'ABP_Valve_C::BP_ObjectHelpComponent' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, ZPlayerEventListener) == 0x0002B0, "Member 'ABP_Valve_C::ZPlayerEventListener' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, ZGameControlTurnRight) == 0x0002B8, "Member 'ABP_Valve_C::ZGameControlTurnRight' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, ZGameControlTurnLeft) == 0x0002C0, "Member 'ABP_Valve_C::ZGameControlTurnLeft' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, TriggerBox) == 0x0002C8, "Member 'ABP_Valve_C::TriggerBox' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, Arrow_Interact_Transform) == 0x0002D0, "Member 'ABP_Valve_C::Arrow_Interact_Transform' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, Scene) == 0x0002D8, "Member 'ABP_Valve_C::Scene' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, SKM_Valve) == 0x0002E0, "Member 'ABP_Valve_C::SKM_Valve' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, ResetOnRespawn) == 0x0002E8, "Member 'ABP_Valve_C::ResetOnRespawn' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, StartEnum_Interact) == 0x0002E9, "Member 'ABP_Valve_C::StartEnum_Interact' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, Enum_Interact) == 0x0002EA, "Member 'ABP_Valve_C::Enum_Interact' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, NewWalkSpeed) == 0x0002F0, "Member 'ABP_Valve_C::NewWalkSpeed' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, In_Water) == 0x0002F8, "Member 'ABP_Valve_C::In_Water' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, IsGameAction_L) == 0x0002F9, "Member 'ABP_Valve_C::IsGameAction_L' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, Game_Action_L) == 0x000300, "Member 'ABP_Valve_C::Game_Action_L' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, Double_Action) == 0x000310, "Member 'ABP_Valve_C::Double_Action' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, SingleDoOnce) == 0x000311, "Member 'ABP_Valve_C::SingleDoOnce' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, DoReverse) == 0x000312, "Member 'ABP_Valve_C::DoReverse' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, ReverseCooldown) == 0x000314, "Member 'ABP_Valve_C::ReverseCooldown' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, Game_Action_R) == 0x000318, "Member 'ABP_Valve_C::Game_Action_R' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, Debug) == 0x000328, "Member 'ABP_Valve_C::Debug' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, OnInteracted) == 0x000330, "Member 'ABP_Valve_C::OnInteracted' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, bEnabled) == 0x000340, "Member 'ABP_Valve_C::bEnabled' has a wrong offset!"); \ -static_assert(offsetof(ABP_Valve_C, OnInteractionAnimStart) == 0x000348, "Member 'ABP_Valve_C::OnInteractionAnimStart' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSharedImageConstRefBlueprint \ static_assert(alignof(FSharedImageConstRefBlueprint) == 0x000008, "Wrong alignment on FSharedImageConstRefBlueprint"); \ static_assert(sizeof(FSharedImageConstRefBlueprint) == 0x000008, "Wrong size on FSharedImageConstRefBlueprint"); \ @@ -2298,17 +2091,23 @@ static_assert(offsetof(SharedImageConstRefBlueprintFns_IsValid, ReturnValue) == static_assert(alignof(USharedImageConstRefBlueprintFns) == 0x000008, "Wrong alignment on USharedImageConstRefBlueprintFns"); \ static_assert(sizeof(USharedImageConstRefBlueprintFns) == 0x000028, "Wrong size on USharedImageConstRefBlueprintFns"); \ -#define DUMPER7_ASSERTS_FCharRange \ -static_assert(alignof(FCharRange) == 0x000002, "Wrong alignment on FCharRange"); \ -static_assert(sizeof(FCharRange) == 0x000004, "Wrong size on FCharRange"); \ -static_assert(offsetof(FCharRange, First) == 0x000000, "Member 'FCharRange::First' has a wrong offset!"); \ -static_assert(offsetof(FCharRange, Last) == 0x000002, "Member 'FCharRange::Last' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCustomizedToolMenuEntry \ +static_assert(alignof(FCustomizedToolMenuEntry) == 0x000004, "Wrong alignment on FCustomizedToolMenuEntry"); \ +static_assert(sizeof(FCustomizedToolMenuEntry) == 0x000004, "Wrong size on FCustomizedToolMenuEntry"); \ +static_assert(offsetof(FCustomizedToolMenuEntry, Visibility) == 0x000000, "Member 'FCustomizedToolMenuEntry::Visibility' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnchors \ -static_assert(alignof(FAnchors) == 0x000008, "Wrong alignment on FAnchors"); \ -static_assert(sizeof(FAnchors) == 0x000020, "Wrong size on FAnchors"); \ -static_assert(offsetof(FAnchors, Minimum) == 0x000000, "Member 'FAnchors::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FAnchors, Maximum) == 0x000010, "Member 'FAnchors::Maximum' 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_FToolMenuProfile \ +static_assert(alignof(FToolMenuProfile) == 0x000008, "Wrong alignment on FToolMenuProfile"); \ +static_assert(sizeof(FToolMenuProfile) == 0x0001A0, "Wrong size on FToolMenuProfile"); \ +static_assert(offsetof(FToolMenuProfile, Name) == 0x000000, "Member 'FToolMenuProfile::Name' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, Entries) == 0x000008, "Member 'FToolMenuProfile::Entries' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, Sections) == 0x000058, "Member 'FToolMenuProfile::Sections' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, SuppressExtenders) == 0x0000A8, "Member 'FToolMenuProfile::SuppressExtenders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVirtualKeyboardOptions \ static_assert(alignof(FVirtualKeyboardOptions) == 0x000001, "Wrong alignment on FVirtualKeyboardOptions"); \ @@ -2320,33 +2119,27 @@ 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_FCharRangeList \ -static_assert(alignof(FCharRangeList) == 0x000008, "Wrong alignment on FCharRangeList"); \ -static_assert(sizeof(FCharRangeList) == 0x000010, "Wrong size on FCharRangeList"); \ -static_assert(offsetof(FCharRangeList, Ranges) == 0x000000, "Member 'FCharRangeList::Ranges' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCustomizedToolMenuEntry \ -static_assert(alignof(FCustomizedToolMenuEntry) == 0x000004, "Wrong alignment on FCustomizedToolMenuEntry"); \ -static_assert(sizeof(FCustomizedToolMenuEntry) == 0x000004, "Wrong size on FCustomizedToolMenuEntry"); \ -static_assert(offsetof(FCustomizedToolMenuEntry, Visibility) == 0x000000, "Member 'FCustomizedToolMenuEntry::Visibility' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCustomizedToolMenuSection \ -static_assert(alignof(FCustomizedToolMenuSection) == 0x000004, "Wrong alignment on FCustomizedToolMenuSection"); \ -static_assert(sizeof(FCustomizedToolMenuSection) == 0x000004, "Wrong size on FCustomizedToolMenuSection"); \ -static_assert(offsetof(FCustomizedToolMenuSection, Visibility) == 0x000000, "Member 'FCustomizedToolMenuSection::Visibility' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCustomizedToolMenuNameArray \ static_assert(alignof(FCustomizedToolMenuNameArray) == 0x000008, "Wrong alignment on FCustomizedToolMenuNameArray"); \ static_assert(sizeof(FCustomizedToolMenuNameArray) == 0x000010, "Wrong size on FCustomizedToolMenuNameArray"); \ static_assert(offsetof(FCustomizedToolMenuNameArray, Names) == 0x000000, "Member 'FCustomizedToolMenuNameArray::Names' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FToolMenuProfile \ -static_assert(alignof(FToolMenuProfile) == 0x000008, "Wrong alignment on FToolMenuProfile"); \ -static_assert(sizeof(FToolMenuProfile) == 0x0001A0, "Wrong size on FToolMenuProfile"); \ -static_assert(offsetof(FToolMenuProfile, Name) == 0x000000, "Member 'FToolMenuProfile::Name' has a wrong offset!"); \ -static_assert(offsetof(FToolMenuProfile, Entries) == 0x000008, "Member 'FToolMenuProfile::Entries' has a wrong offset!"); \ -static_assert(offsetof(FToolMenuProfile, Sections) == 0x000058, "Member 'FToolMenuProfile::Sections' has a wrong offset!"); \ -static_assert(offsetof(FToolMenuProfile, SuppressExtenders) == 0x0000A8, "Member 'FToolMenuProfile::SuppressExtenders' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnchors \ +static_assert(alignof(FAnchors) == 0x000008, "Wrong alignment on FAnchors"); \ +static_assert(sizeof(FAnchors) == 0x000020, "Wrong size on FAnchors"); \ +static_assert(offsetof(FAnchors, Minimum) == 0x000000, "Member 'FAnchors::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FAnchors, Maximum) == 0x000010, "Member 'FAnchors::Maximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharRange \ +static_assert(alignof(FCharRange) == 0x000002, "Wrong alignment on FCharRange"); \ +static_assert(sizeof(FCharRange) == 0x000004, "Wrong size on FCharRange"); \ +static_assert(offsetof(FCharRange, First) == 0x000000, "Member 'FCharRange::First' has a wrong offset!"); \ +static_assert(offsetof(FCharRange, Last) == 0x000002, "Member 'FCharRange::Last' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharRangeList \ +static_assert(alignof(FCharRangeList) == 0x000008, "Wrong alignment on FCharRangeList"); \ +static_assert(sizeof(FCharRangeList) == 0x000010, "Wrong size on FCharRangeList"); \ +static_assert(offsetof(FCharRangeList, Ranges) == 0x000000, "Member 'FCharRangeList::Ranges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenu \ static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ @@ -2540,28 +2333,6 @@ static_assert(alignof(UHudSettings) == 0x000008, "Wrong alignment on UHudSetting 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_BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul \ -static_assert(alignof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul) == 0x000008, "Wrong alignment on BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul"); \ -static_assert(sizeof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul) == 0x000038, "Wrong size on BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul"); \ -static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, EntryPoint) == 0x000000, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, Temp_delegate_Variable) == 0x000010, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, K2Node_Event_Pawn) == 0x000028, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, K2Node_Event_DeathActorInstigator) == 0x000030, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Soul_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_Soul_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Soul_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_Soul_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Soul_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_Soul_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Soul_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Soul_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Soul_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_Soul_C \ -static_assert(alignof(ABP_Death_Soul_C) == 0x000008, "Wrong alignment on ABP_Death_Soul_C"); \ -static_assert(sizeof(ABP_Death_Soul_C) == 0x000308, "Wrong size on ABP_Death_Soul_C"); \ -static_assert(offsetof(ABP_Death_Soul_C, UberGraphFrame_BP_Death_Soul_C) == 0x0002F8, "Member 'ABP_Death_Soul_C::UberGraphFrame_BP_Death_Soul_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Soul_C, Niagara) == 0x000300, "Member 'ABP_Death_Soul_C::Niagara' 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"); \ @@ -2619,6 +2390,11 @@ static_assert(offsetof(UBuildPatchManifest, FileManifestList) == 0x0000F0, "Memb 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_FPhysicalMaterialDamageModifier \ +static_assert(alignof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong alignment on FPhysicalMaterialDamageModifier"); \ +static_assert(sizeof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong size on FPhysicalMaterialDamageModifier"); \ +static_assert(offsetof(FPhysicalMaterialDamageModifier, DamageThresholdMultiplier) == 0x000000, "Member 'FPhysicalMaterialDamageModifier::DamageThresholdMultiplier' 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"); \ @@ -2630,11 +2406,6 @@ static_assert(offsetof(FPhysicalMaterialStrength, TensileStrength) == 0x000000, static_assert(offsetof(FPhysicalMaterialStrength, CompressionStrength) == 0x000004, "Member 'FPhysicalMaterialStrength::CompressionStrength' has a wrong offset!"); \ static_assert(offsetof(FPhysicalMaterialStrength, ShearStrength) == 0x000008, "Member 'FPhysicalMaterialStrength::ShearStrength' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPhysicalMaterialDamageModifier \ -static_assert(alignof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong alignment on FPhysicalMaterialDamageModifier"); \ -static_assert(sizeof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong size on FPhysicalMaterialDamageModifier"); \ -static_assert(offsetof(FPhysicalMaterialDamageModifier, DamageThresholdMultiplier) == 0x000000, "Member 'FPhysicalMaterialDamageModifier::DamageThresholdMultiplier' 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"); \ @@ -4038,12 +3809,6 @@ static_assert(sizeof(FDataflowConnection) == 0x000040, "Wrong size on FDataflowC static_assert(alignof(FDataflowInput) == 0x000008, "Wrong alignment on FDataflowInput"); \ static_assert(sizeof(FDataflowInput) == 0x000048, "Wrong size on FDataflowInput"); \ -#define DUMPER7_ASSERTS_FNodeColors \ -static_assert(alignof(FNodeColors) == 0x000004, "Wrong alignment on FNodeColors"); \ -static_assert(sizeof(FNodeColors) == 0x000020, "Wrong size on FNodeColors"); \ -static_assert(offsetof(FNodeColors, NodeTitleColor) == 0x000000, "Member 'FNodeColors::NodeTitleColor' has a wrong offset!"); \ -static_assert(offsetof(FNodeColors, NodeBodyTintColor) == 0x000010, "Member 'FNodeColors::NodeBodyTintColor' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FDataflowOutput \ static_assert(alignof(FDataflowOutput) == 0x000008, "Wrong alignment on FDataflowOutput"); \ static_assert(sizeof(FDataflowOutput) == 0x000068, "Wrong size on FDataflowOutput"); \ @@ -4076,6 +3841,12 @@ static_assert(sizeof(FDataflowVertexSelection) == 0x000020, "Wrong size on FData static_assert(alignof(FDataflowFaceSelection) == 0x000008, "Wrong alignment on FDataflowFaceSelection"); \ static_assert(sizeof(FDataflowFaceSelection) == 0x000020, "Wrong size on FDataflowFaceSelection"); \ +#define DUMPER7_ASSERTS_FNodeColors \ +static_assert(alignof(FNodeColors) == 0x000004, "Wrong alignment on FNodeColors"); \ +static_assert(sizeof(FNodeColors) == 0x000020, "Wrong size on FNodeColors"); \ +static_assert(offsetof(FNodeColors, NodeTitleColor) == 0x000000, "Member 'FNodeColors::NodeTitleColor' has a wrong offset!"); \ +static_assert(offsetof(FNodeColors, NodeBodyTintColor) == 0x000010, "Member 'FNodeColors::NodeBodyTintColor' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FDataflowTerminalNode \ static_assert(alignof(FDataflowTerminalNode) == 0x000008, "Wrong alignment on FDataflowTerminalNode"); \ static_assert(sizeof(FDataflowTerminalNode) == 0x0000E8, "Wrong size on FDataflowTerminalNode"); \ @@ -4369,6 +4140,26 @@ static_assert(alignof(UWaveformTransformationChain) == 0x000008, "Wrong alignmen static_assert(sizeof(UWaveformTransformationChain) == 0x000038, "Wrong size on UWaveformTransformationChain"); \ static_assert(offsetof(UWaveformTransformationChain, Transformations) == 0x000028, "Member 'UWaveformTransformationChain::Transformations' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UBP_LocomotionState_Water_C \ +static_assert(alignof(UBP_LocomotionState_Water_C) == 0x000008, "Wrong alignment on UBP_LocomotionState_Water_C"); \ +static_assert(sizeof(UBP_LocomotionState_Water_C) == 0x000098, "Wrong size on UBP_LocomotionState_Water_C"); \ + +#define DUMPER7_ASSERTS_FTypedElementWidgetConstructor \ +static_assert(alignof(FTypedElementWidgetConstructor) == 0x000008, "Wrong alignment on FTypedElementWidgetConstructor"); \ +static_assert(sizeof(FTypedElementWidgetConstructor) == 0x000028, "Wrong size on FTypedElementWidgetConstructor"); \ + +#define DUMPER7_ASSERTS_FTypedElementDataStorageTag \ +static_assert(alignof(FTypedElementDataStorageTag) == 0x000001, "Wrong alignment on FTypedElementDataStorageTag"); \ +static_assert(sizeof(FTypedElementDataStorageTag) == 0x000001, "Wrong size on FTypedElementDataStorageTag"); \ + +#define DUMPER7_ASSERTS_FSCCInChangelistTag \ +static_assert(alignof(FSCCInChangelistTag) == 0x000001, "Wrong alignment on FSCCInChangelistTag"); \ +static_assert(sizeof(FSCCInChangelistTag) == 0x000001, "Wrong size on FSCCInChangelistTag"); \ + +#define DUMPER7_ASSERTS_FScriptTypedElementHandle \ +static_assert(alignof(FScriptTypedElementHandle) == 0x000008, "Wrong alignment on FScriptTypedElementHandle"); \ +static_assert(sizeof(FScriptTypedElementHandle) == 0x000008, "Wrong size on FScriptTypedElementHandle"); \ + #define DUMPER7_ASSERTS_FTypedElementDataStorageColumn \ static_assert(alignof(FTypedElementDataStorageColumn) == 0x000001, "Wrong alignment on FTypedElementDataStorageColumn"); \ static_assert(sizeof(FTypedElementDataStorageColumn) == 0x000001, "Wrong size on FTypedElementDataStorageColumn"); \ @@ -4379,14 +4170,6 @@ static_assert(sizeof(FTypedElementAlertColumn) == 0x000020, "Wrong size on FType static_assert(offsetof(FTypedElementAlertColumn, Message) == 0x000000, "Member 'FTypedElementAlertColumn::Message' has a wrong offset!"); \ static_assert(offsetof(FTypedElementAlertColumn, AlertType) == 0x00001A, "Member 'FTypedElementAlertColumn::AlertType' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTypedElementPackageUnresolvedReference \ -static_assert(alignof(FTypedElementPackageUnresolvedReference) == 0x000008, "Wrong alignment on FTypedElementPackageUnresolvedReference"); \ -static_assert(sizeof(FTypedElementPackageUnresolvedReference) == 0x000018, "Wrong size on FTypedElementPackageUnresolvedReference"); \ - -#define DUMPER7_ASSERTS_FScriptTypedElementHandle \ -static_assert(alignof(FScriptTypedElementHandle) == 0x000008, "Wrong alignment on FScriptTypedElementHandle"); \ -static_assert(sizeof(FScriptTypedElementHandle) == 0x000008, "Wrong size on FScriptTypedElementHandle"); \ - #define DUMPER7_ASSERTS_FTypedElementChildAlertColumn \ static_assert(alignof(FTypedElementChildAlertColumn) == 0x000008, "Wrong alignment on FTypedElementChildAlertColumn"); \ static_assert(sizeof(FTypedElementChildAlertColumn) == 0x000010, "Wrong size on FTypedElementChildAlertColumn"); \ @@ -4399,14 +4182,6 @@ static_assert(sizeof(FTypedElementUObjectColumn) == 0x000008, "Wrong size on FTy static_assert(alignof(FTypedElementExternalObjectColumn) == 0x000008, "Wrong alignment on FTypedElementExternalObjectColumn"); \ static_assert(sizeof(FTypedElementExternalObjectColumn) == 0x000008, "Wrong size on FTypedElementExternalObjectColumn"); \ -#define DUMPER7_ASSERTS_FTypedElementDataStorageTag \ -static_assert(alignof(FTypedElementDataStorageTag) == 0x000001, "Wrong alignment on FTypedElementDataStorageTag"); \ -static_assert(sizeof(FTypedElementDataStorageTag) == 0x000001, "Wrong size on FTypedElementDataStorageTag"); \ - -#define DUMPER7_ASSERTS_FTypedElementWidgetConstructor \ -static_assert(alignof(FTypedElementWidgetConstructor) == 0x000008, "Wrong alignment on FTypedElementWidgetConstructor"); \ -static_assert(sizeof(FTypedElementWidgetConstructor) == 0x000028, "Wrong size on FTypedElementWidgetConstructor"); \ - #define DUMPER7_ASSERTS_FTypedElementParentColumn \ static_assert(alignof(FTypedElementParentColumn) == 0x000008, "Wrong alignment on FTypedElementParentColumn"); \ static_assert(sizeof(FTypedElementParentColumn) == 0x000008, "Wrong size on FTypedElementParentColumn"); \ @@ -4450,6 +4225,10 @@ static_assert(sizeof(FTypedElementRowReferenceColumn) == 0x000008, "Wrong size o static_assert(alignof(FObjectOverrideColumn) == 0x000001, "Wrong alignment on FObjectOverrideColumn"); \ static_assert(sizeof(FObjectOverrideColumn) == 0x000001, "Wrong size on FObjectOverrideColumn"); \ +#define DUMPER7_ASSERTS_FTypedElementPackageUnresolvedReference \ +static_assert(alignof(FTypedElementPackageUnresolvedReference) == 0x000008, "Wrong alignment on FTypedElementPackageUnresolvedReference"); \ +static_assert(sizeof(FTypedElementPackageUnresolvedReference) == 0x000018, "Wrong size on FTypedElementPackageUnresolvedReference"); \ + #define DUMPER7_ASSERTS_FTypedElementPackageReference \ static_assert(alignof(FTypedElementPackageReference) == 0x000008, "Wrong alignment on FTypedElementPackageReference"); \ static_assert(sizeof(FTypedElementPackageReference) == 0x000008, "Wrong size on FTypedElementPackageReference"); \ @@ -4468,10 +4247,6 @@ static_assert(alignof(FTypedElementPivotOffset) == 0x000008, "Wrong alignment on static_assert(sizeof(FTypedElementPivotOffset) == 0x000018, "Wrong size on FTypedElementPivotOffset"); \ static_assert(offsetof(FTypedElementPivotOffset, Offset) == 0x000000, "Member 'FTypedElementPivotOffset::Offset' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSCCInChangelistTag \ -static_assert(alignof(FSCCInChangelistTag) == 0x000001, "Wrong alignment on FSCCInChangelistTag"); \ -static_assert(sizeof(FSCCInChangelistTag) == 0x000001, "Wrong size on FSCCInChangelistTag"); \ - #define DUMPER7_ASSERTS_FSCCStagedTag \ static_assert(alignof(FSCCStagedTag) == 0x000001, "Wrong alignment on FSCCStagedTag"); \ static_assert(sizeof(FSCCStagedTag) == 0x000001, "Wrong size on FSCCStagedTag"); \ @@ -5219,6 +4994,21 @@ static_assert(offsetof(FJsonObjectWrapper, JsonString) == 0x000000, "Member 'FJs static_assert(alignof(UJsonUtilitiesDummyObject) == 0x000008, "Wrong alignment on UJsonUtilitiesDummyObject"); \ static_assert(sizeof(UJsonUtilitiesDummyObject) == 0x000028, "Wrong size on UJsonUtilitiesDummyObject"); \ +#define DUMPER7_ASSERTS_UWBP_ControllerSwitch_C \ +static_assert(alignof(UWBP_ControllerSwitch_C) == 0x000008, "Wrong alignment on UWBP_ControllerSwitch_C"); \ +static_assert(sizeof(UWBP_ControllerSwitch_C) == 0x000390, "Wrong size on UWBP_ControllerSwitch_C"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Bindings_SW) == 0x000338, "Member 'UWBP_ControllerSwitch_C::Controller_Bindings_SW' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon) == 0x000340, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_1) == 0x000348, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_2) == 0x000350, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_3) == 0x000358, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_4) == 0x000360, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_5) == 0x000368, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_6) == 0x000370, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_7) == 0x000378, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_8) == 0x000380, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Switch) == 0x000388, "Member 'UWBP_ControllerSwitch_C::Controller_Switch' 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"); \ @@ -5513,69 +5303,112 @@ static_assert(sizeof(IAssetRegistry) == 0x000001, "Wrong size on IAssetRegistry" static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ static_assert(sizeof(UAssetRegistryImpl) == 0x000E48, "Wrong size on UAssetRegistryImpl"); \ -#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit \ -static_assert(alignof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit) == 0x000008, "Wrong alignment on BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit"); \ -static_assert(sizeof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit) == 0x0000D8, "Wrong size on BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, EntryPoint) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_4) == 0x000010, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_3) == 0x000028, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_2) == 0x000040, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_1) == 0x000058, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName) == 0x000070, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_4) == 0x000078, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, Temp_name_Variable) == 0x000088, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::Temp_name_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, Temp_delegate_Variable) == 0x000090, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_PostEvent_ReturnValue) == 0x0000A0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_Event_Pawn) == 0x0000A8, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_Event_DeathActorInstigator) == 0x0000B0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_DynamicCast_AsCH_Exosuit) == 0x0000B8, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_DynamicCast_AsCH_Exosuit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000C1, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000C8, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_Highlight \ +static_assert(alignof(WBP_ButtonBase_Menu_C_Highlight) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_Highlight"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_Highlight) == 0x000001, "Wrong size on WBP_ButtonBase_Menu_C_Highlight"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_Highlight, Value) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_Highlight::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D \ -static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_SetHighlight \ +static_assert(alignof(WBP_ButtonBase_Menu_C_SetHighlight) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_SetHighlight"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_SetHighlight) == 0x000001, "Wrong size on WBP_ButtonBase_Menu_C_SetHighlight"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetHighlight, Value) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_SetHighlight::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D \ -static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_Set_Notification \ +static_assert(alignof(WBP_ButtonBase_Menu_C_Set_Notification) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_Set_Notification"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_Set_Notification) == 0x000005, "Wrong size on WBP_ButtonBase_Menu_C_Set_Notification"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, bShouldNotify) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::bShouldNotify' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, Temp_bool_Variable) == 0x000001, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, Temp_byte_Variable) == 0x000002, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, K2Node_Select_Default) == 0x000004, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::K2Node_Select_Default' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Explode_ExoSuit_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Explode_ExoSuit_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_SetRowStyleText \ +static_assert(alignof(WBP_ButtonBase_Menu_C_SetRowStyleText) == 0x000008, "Wrong alignment on WBP_ButtonBase_Menu_C_SetRowStyleText"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_SetRowStyleText) == 0x0000B0, "Wrong size on WBP_ButtonBase_Menu_C_SetRowStyleText"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, RowStyleName) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::RowStyleName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, TextTransformPolicy) == 0x000010, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, TempText) == 0x000018, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::TempText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_TextToUpper_ReturnValue) == 0x000080, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_TextToLower_ReturnValue) == 0x0000A0, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D \ -static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D \ -static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_ButtonBase_Menu_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_Menu_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_Menu_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D \ -static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ -static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_OnCultureChanged_Event \ +static_assert(alignof(WBP_ButtonBase_Menu_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_ButtonBase_Menu_C_OnCultureChanged_Event"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_ButtonBase_Menu_C_OnCultureChanged_Event"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_Death_Explode_ExoSuit_C \ -static_assert(alignof(ABP_Death_Explode_ExoSuit_C) == 0x000008, "Wrong alignment on ABP_Death_Explode_ExoSuit_C"); \ -static_assert(sizeof(ABP_Death_Explode_ExoSuit_C) == 0x000310, "Wrong size on ABP_Death_Explode_ExoSuit_C"); \ -static_assert(offsetof(ABP_Death_Explode_ExoSuit_C, UberGraphFrame_BP_Death_Explode_ExoSuit_C) == 0x0002F8, "Member 'ABP_Death_Explode_ExoSuit_C::UberGraphFrame_BP_Death_Explode_ExoSuit_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Explode_ExoSuit_C, Dust) == 0x000300, "Member 'ABP_Death_Explode_ExoSuit_C::Dust' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Explode_ExoSuit_C, Elec) == 0x000308, "Member 'ABP_Death_Explode_ExoSuit_C::Elec' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_PreConstruct \ +static_assert(alignof(WBP_ButtonBase_Menu_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_PreConstruct"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonBase_Menu_C_PreConstruct"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu \ +static_assert(alignof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu) == 0x000008, "Wrong alignment on WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu"); \ +static_assert(sizeof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu) == 0x0000A0, "Wrong size on WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, EntryPoint) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_BreakVector2D_X) == 0x000018, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_Event_InFocusEvent_1) == 0x000028, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_Event_InFocusEvent) == 0x000030, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_CustomEvent_NewCulture) == 0x000038, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_IsVisible_ReturnValue) == 0x000048, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_GetZGameInstance_ReturnValue) == 0x000050, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_GetUIController_ReturnValue) == 0x000058, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, Temp_delegate_Variable) == 0x000060, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_DynamicCast_AsBP_UIController) == 0x000070, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_DynamicCast_AsBP_UIController' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_PostEvent_ReturnValue) == 0x00007C, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, Temp_delegate_Variable_1) == 0x000080, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_PostEvent_ReturnValue_1) == 0x000090, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_Event_IsDesignTime) == 0x000094, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000098, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast) == 0x00009C, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ButtonBase_Menu_C \ +static_assert(alignof(UWBP_ButtonBase_Menu_C) == 0x000010, "Wrong alignment on UWBP_ButtonBase_Menu_C"); \ +static_assert(sizeof(UWBP_ButtonBase_Menu_C) == 0x0007F0, "Wrong size on UWBP_ButtonBase_Menu_C"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ButtonBase_Menu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Button) == 0x000300, "Member 'UWBP_ButtonBase_Menu_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, HoverBG) == 0x000308, "Member 'UWBP_ButtonBase_Menu_C::HoverBG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark) == 0x000310, "Member 'UWBP_ButtonBase_Menu_C::Mark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, SizeBox_1) == 0x000318, "Member 'UWBP_ButtonBase_Menu_C::SizeBox_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, WBP_RichText) == 0x000320, "Member 'UWBP_ButtonBase_Menu_C::WBP_RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnClicked) == 0x000328, "Member 'UWBP_ButtonBase_Menu_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnFocusOn) == 0x000338, "Member 'UWBP_ButtonBase_Menu_C::OnFocusOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnFocusOff) == 0x000348, "Member 'UWBP_ButtonBase_Menu_C::OnFocusOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Button_Text) == 0x000358, "Member 'UWBP_ButtonBase_Menu_C::Button_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Focused) == 0x000368, "Member 'UWBP_ButtonBase_Menu_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Style) == 0x000370, "Member 'UWBP_ButtonBase_Menu_C::Style' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, FocusedSound) == 0x000760, "Member 'UWBP_ButtonBase_Menu_C::FocusedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, HoveredStyleName) == 0x000768, "Member 'UWBP_ButtonBase_Menu_C::HoveredStyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, NormalStyleName) == 0x000778, "Member 'UWBP_ButtonBase_Menu_C::NormalStyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, MinSize) == 0x000788, "Member 'UWBP_ButtonBase_Menu_C::MinSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, ButtonTextPadding) == 0x000798, "Member 'UWBP_ButtonBase_Menu_C::ButtonTextPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_0) == 0x0007A8, "Member 'UWBP_ButtonBase_Menu_C::Mark_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_1) == 0x0007B0, "Member 'UWBP_ButtonBase_Menu_C::Mark_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_2) == 0x0007B8, "Member 'UWBP_ButtonBase_Menu_C::Mark_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_3) == 0x0007C0, "Member 'UWBP_ButtonBase_Menu_C::Mark_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, Marked) == 0x0007C8, "Member 'UWBP_ButtonBase_Menu_C::Marked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnReleased) == 0x0007D0, "Member 'UWBP_ButtonBase_Menu_C::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, ValidationSound) == 0x0007E0, "Member 'UWBP_ButtonBase_Menu_C::ValidationSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_Menu_C, bStayHighlighted) == 0x0007E8, "Member 'UWBP_ButtonBase_Menu_C::bStayHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHandlerComponentFactory \ static_assert(alignof(UHandlerComponentFactory) == 0x000008, "Wrong alignment on UHandlerComponentFactory"); \ @@ -5734,93 +5567,25 @@ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, NumFixedVerts) == 0x00 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_FBlueprintInputDelegateBinding \ -static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ -static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ +#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_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_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_FAnimSubsystem \ -static_assert(alignof(FAnimSubsystem) == 0x000008, "Wrong alignment on FAnimSubsystem"); \ -static_assert(sizeof(FAnimSubsystem) == 0x000008, "Wrong size on FAnimSubsystem"); \ - -#define DUMPER7_ASSERTS_FAnimSubsystem_BlendSpaceGraph \ -static_assert(alignof(FAnimSubsystem_BlendSpaceGraph) == 0x000008, "Wrong alignment on FAnimSubsystem_BlendSpaceGraph"); \ -static_assert(sizeof(FAnimSubsystem_BlendSpaceGraph) == 0x000018, "Wrong size on FAnimSubsystem_BlendSpaceGraph"); \ -static_assert(offsetof(FAnimSubsystem_BlendSpaceGraph, BlendSpaces) == 0x000008, "Member 'FAnimSubsystem_BlendSpaceGraph::BlendSpaces' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FHardwareDeviceIdentifier \ -static_assert(alignof(FHardwareDeviceIdentifier) == 0x000004, "Wrong alignment on FHardwareDeviceIdentifier"); \ -static_assert(sizeof(FHardwareDeviceIdentifier) == 0x000018, "Wrong size on FHardwareDeviceIdentifier"); \ -static_assert(offsetof(FHardwareDeviceIdentifier, InputClassName) == 0x000000, "Member 'FHardwareDeviceIdentifier::InputClassName' has a wrong offset!"); \ -static_assert(offsetof(FHardwareDeviceIdentifier, HardwareDeviceIdentifier) == 0x000008, "Member 'FHardwareDeviceIdentifier::HardwareDeviceIdentifier' has a wrong offset!"); \ -static_assert(offsetof(FHardwareDeviceIdentifier, PrimaryDeviceType) == 0x000010, "Member 'FHardwareDeviceIdentifier::PrimaryDeviceType' has a wrong offset!"); \ -static_assert(offsetof(FHardwareDeviceIdentifier, SupportedFeaturesMask) == 0x000014, "Member 'FHardwareDeviceIdentifier::SupportedFeaturesMask' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSpriteCategoryInfo \ -static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ -static_assert(sizeof(FSpriteCategoryInfo) == 0x000028, "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) == 0x000018, "Member 'FSpriteCategoryInfo::Description' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFormatArgumentData \ -static_assert(alignof(FFormatArgumentData) == 0x000008, "Wrong alignment on FFormatArgumentData"); \ -static_assert(sizeof(FFormatArgumentData) == 0x000048, "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) == 0x000028, "Member 'FFormatArgumentData::ArgumentValueInt' has a wrong offset!"); \ -static_assert(offsetof(FFormatArgumentData, ArgumentValueFloat) == 0x000030, "Member 'FFormatArgumentData::ArgumentValueFloat' has a wrong offset!"); \ -static_assert(offsetof(FFormatArgumentData, ArgumentValueDouble) == 0x000038, "Member 'FFormatArgumentData::ArgumentValueDouble' has a wrong offset!"); \ -static_assert(offsetof(FFormatArgumentData, ArgumentValueGender) == 0x000040, "Member 'FFormatArgumentData::ArgumentValueGender' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FActivatedCells \ -static_assert(alignof(FActivatedCells) == 0x000008, "Wrong alignment on FActivatedCells"); \ -static_assert(sizeof(FActivatedCells) == 0x0000A0, "Wrong size on FActivatedCells"); \ -static_assert(offsetof(FActivatedCells, Cells) == 0x000000, "Member 'FActivatedCells::Cells' 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_FFXSystemSpawnParameters \ -static_assert(alignof(FFXSystemSpawnParameters) == 0x000008, "Wrong alignment on FFXSystemSpawnParameters"); \ -static_assert(sizeof(FFXSystemSpawnParameters) == 0x000070, "Wrong size on FFXSystemSpawnParameters"); \ -static_assert(offsetof(FFXSystemSpawnParameters, WorldContextObject) == 0x000000, "Member 'FFXSystemSpawnParameters::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, SystemTemplate) == 0x000008, "Member 'FFXSystemSpawnParameters::SystemTemplate' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, Location) == 0x000010, "Member 'FFXSystemSpawnParameters::Location' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, Rotation) == 0x000028, "Member 'FFXSystemSpawnParameters::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, Scale) == 0x000040, "Member 'FFXSystemSpawnParameters::Scale' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, AttachToComponent) == 0x000058, "Member 'FFXSystemSpawnParameters::AttachToComponent' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, AttachPointName) == 0x000060, "Member 'FFXSystemSpawnParameters::AttachPointName' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, LocationType) == 0x000068, "Member 'FFXSystemSpawnParameters::LocationType' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, bAutoDestroy) == 0x000069, "Member 'FFXSystemSpawnParameters::bAutoDestroy' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, bAutoActivate) == 0x00006A, "Member 'FFXSystemSpawnParameters::bAutoActivate' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, PoolingMethod) == 0x00006B, "Member 'FFXSystemSpawnParameters::PoolingMethod' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, bPreCullCheck) == 0x00006C, "Member 'FFXSystemSpawnParameters::bPreCullCheck' has a wrong offset!"); \ -static_assert(offsetof(FFXSystemSpawnParameters, bIsPlayerEffect) == 0x00006D, "Member 'FFXSystemSpawnParameters::bIsPlayerEffect' 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_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_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_FMaterialInput \ static_assert(alignof(FMaterialInput) == 0x000008, "Wrong alignment on FMaterialInput"); \ @@ -5834,143 +5599,56 @@ static_assert(offsetof(FMaterialInput, MaskG) == 0x00001C, "Member 'FMaterialInp static_assert(offsetof(FMaterialInput, MaskB) == 0x000020, "Member 'FMaterialInput::MaskB' has a wrong offset!"); \ static_assert(offsetof(FMaterialInput, MaskA) == 0x000024, "Member 'FMaterialInput::MaskA' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimationCurveIdentifier \ -static_assert(alignof(FAnimationCurveIdentifier) == 0x000004, "Wrong alignment on FAnimationCurveIdentifier"); \ -static_assert(sizeof(FAnimationCurveIdentifier) == 0x00000C, "Wrong size on FAnimationCurveIdentifier"); \ -static_assert(offsetof(FAnimationCurveIdentifier, CurveName) == 0x000000, "Member 'FAnimationCurveIdentifier::CurveName' has a wrong offset!"); \ -static_assert(offsetof(FAnimationCurveIdentifier, CurveType) == 0x000008, "Member 'FAnimationCurveIdentifier::CurveType' has a wrong offset!"); \ -static_assert(offsetof(FAnimationCurveIdentifier, Channel) == 0x000009, "Member 'FAnimationCurveIdentifier::Channel' has a wrong offset!"); \ -static_assert(offsetof(FAnimationCurveIdentifier, Axis) == 0x00000A, "Member 'FAnimationCurveIdentifier::Axis' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSubstrateMaterialInput \ +static_assert(alignof(FSubstrateMaterialInput) == 0x000008, "Wrong alignment on FSubstrateMaterialInput"); \ +static_assert(sizeof(FSubstrateMaterialInput) == 0x000028, "Wrong size on FSubstrateMaterialInput"); \ -#define DUMPER7_ASSERTS_FEmptyPayload \ -static_assert(alignof(FEmptyPayload) == 0x000001, "Wrong alignment on FEmptyPayload"); \ -static_assert(sizeof(FEmptyPayload) == 0x000001, "Wrong size on FEmptyPayload"); \ +#define DUMPER7_ASSERTS_FFormatArgumentData \ +static_assert(alignof(FFormatArgumentData) == 0x000008, "Wrong alignment on FFormatArgumentData"); \ +static_assert(sizeof(FFormatArgumentData) == 0x000048, "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) == 0x000028, "Member 'FFormatArgumentData::ArgumentValueInt' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueFloat) == 0x000030, "Member 'FFormatArgumentData::ArgumentValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueDouble) == 0x000038, "Member 'FFormatArgumentData::ArgumentValueDouble' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueGender) == 0x000040, "Member 'FFormatArgumentData::ArgumentValueGender' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCurvePayload \ -static_assert(alignof(FCurvePayload) == 0x000004, "Wrong alignment on FCurvePayload"); \ -static_assert(sizeof(FCurvePayload) == 0x00000C, "Wrong size on FCurvePayload"); \ -static_assert(offsetof(FCurvePayload, Identifier) == 0x000000, "Member 'FCurvePayload::Identifier' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataProxy"); \ +static_assert(offsetof(FNetworkPhysicsRewindDataProxy, Owner) == 0x000008, "Member 'FNetworkPhysicsRewindDataProxy::Owner' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCurveFlagsChangedPayload \ -static_assert(alignof(FCurveFlagsChangedPayload) == 0x000004, "Wrong alignment on FCurveFlagsChangedPayload"); \ -static_assert(sizeof(FCurveFlagsChangedPayload) == 0x000010, "Wrong size on FCurveFlagsChangedPayload"); \ -static_assert(offsetof(FCurveFlagsChangedPayload, OldFlags) == 0x00000C, "Member 'FCurveFlagsChangedPayload::OldFlags' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataStateProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataStateProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataStateProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataStateProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataStateProxy"); \ -#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_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_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_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_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_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_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_FColorMaterialInput \ -static_assert(alignof(FColorMaterialInput) == 0x000008, "Wrong alignment on FColorMaterialInput"); \ -static_assert(sizeof(FColorMaterialInput) == 0x000030, "Wrong size on FColorMaterialInput"); \ -static_assert(offsetof(FColorMaterialInput, Constant) == 0x00002C, "Member 'FColorMaterialInput::Constant' 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_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_FSkeletalMeshBuildSettings \ -static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ -static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000018, "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!"); \ -static_assert(offsetof(FSkeletalMeshBuildSettings, BoneInfluenceLimit) == 0x000014, "Member 'FSkeletalMeshBuildSettings::BoneInfluenceLimit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSectionReference \ -static_assert(alignof(FSectionReference) == 0x000004, "Wrong alignment on FSectionReference"); \ -static_assert(sizeof(FSectionReference) == 0x000004, "Wrong size on FSectionReference"); \ -static_assert(offsetof(FSectionReference, SectionIndex) == 0x000000, "Member 'FSectionReference::SectionIndex' 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_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_FSkeletalMeshVertexAttributeInfo \ -static_assert(alignof(FSkeletalMeshVertexAttributeInfo) == 0x000004, "Wrong alignment on FSkeletalMeshVertexAttributeInfo"); \ -static_assert(sizeof(FSkeletalMeshVertexAttributeInfo) == 0x000010, "Wrong size on FSkeletalMeshVertexAttributeInfo"); \ -static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, EnabledForRender) == 0x000000, "Member 'FSkeletalMeshVertexAttributeInfo::EnabledForRender' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, Name) == 0x000004, "Member 'FSkeletalMeshVertexAttributeInfo::Name' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, DataType) == 0x00000C, "Member 'FSkeletalMeshVertexAttributeInfo::DataType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBoneReference \ -static_assert(alignof(FBoneReference) == 0x000004, "Wrong alignment on FBoneReference"); \ -static_assert(sizeof(FBoneReference) == 0x000010, "Wrong size on FBoneReference"); \ -static_assert(offsetof(FBoneReference, BoneName) == 0x000000, "Member 'FBoneReference::BoneName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSkeletalMeshLODInfo \ -static_assert(alignof(FSkeletalMeshLODInfo) == 0x000008, "Wrong alignment on FSkeletalMeshLODInfo"); \ -static_assert(sizeof(FSkeletalMeshLODInfo) == 0x0000F0, "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) == 0x000030, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000070, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000080, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, SectionsToPrioritize) == 0x000090, "Member 'FSkeletalMeshLODInfo::SectionsToPrioritize' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x0000A8, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, SourceImportFilename) == 0x0000B8, "Member 'FSkeletalMeshLODInfo::SourceImportFilename' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000C8, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, MorphTargetPositionErrorTolerance) == 0x0000CC, "Member 'FSkeletalMeshLODInfo::MorphTargetPositionErrorTolerance' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshLODInfo, VertexAttributes) == 0x0000D8, "Member 'FSkeletalMeshLODInfo::VertexAttributes' 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) == 0x0000C8, "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, MaxTransitionsRequests) == 0x000018, "Member 'FAnimNode_StateMachine::MaxTransitionsRequests' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x00001C, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x00001D, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bCreateNotifyMetaData) == 0x00001E, "Member 'FAnimNode_StateMachine::bCreateNotifyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bAllowConduitEntryStates) == 0x00001F, "Member 'FAnimNode_StateMachine::bAllowConduitEntryStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpressionInput \ static_assert(alignof(FExpressionInput) == 0x000008, "Wrong alignment on FExpressionInput"); \ @@ -5984,34 +5662,48 @@ static_assert(offsetof(FExpressionInput, MaskG) == 0x00001C, "Member 'FExpressio static_assert(offsetof(FExpressionInput, MaskB) == 0x000020, "Member 'FExpressionInput::MaskB' has a wrong offset!"); \ static_assert(offsetof(FExpressionInput, MaskA) == 0x000024, "Member 'FExpressionInput::MaskA' 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_FMaterialAttributesInput \ +static_assert(alignof(FMaterialAttributesInput) == 0x000008, "Wrong alignment on FMaterialAttributesInput"); \ +static_assert(sizeof(FMaterialAttributesInput) == 0x000030, "Wrong size on FMaterialAttributesInput"); \ +static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedMask) == 0x000028, "Member 'FMaterialAttributesInput::PropertyConnectedMask' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSlotEvaluationPose \ -static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ -static_assert(sizeof(FSlotEvaluationPose) == 0x000080, "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_FBlendSpaceTriangleEdgeInfo \ +static_assert(alignof(FBlendSpaceTriangleEdgeInfo) == 0x000008, "Wrong alignment on FBlendSpaceTriangleEdgeInfo"); \ +static_assert(sizeof(FBlendSpaceTriangleEdgeInfo) == 0x000028, "Wrong size on FBlendSpaceTriangleEdgeInfo"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, Normal) == 0x000000, "Member 'FBlendSpaceTriangleEdgeInfo::Normal' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, NeighbourTriangleIndex) == 0x000010, "Member 'FBlendSpaceTriangleEdgeInfo::NeighbourTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, AdjacentPerimeterTriangleIndices) == 0x000014, "Member 'FBlendSpaceTriangleEdgeInfo::AdjacentPerimeterTriangleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, AdjacentPerimeterVertexIndices) == 0x00001C, "Member 'FBlendSpaceTriangleEdgeInfo::AdjacentPerimeterVertexIndices' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FScreenMessageString \ -static_assert(alignof(FScreenMessageString) == 0x000008, "Wrong alignment on FScreenMessageString"); \ -static_assert(sizeof(FScreenMessageString) == 0x000038, "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) == 0x000028, "Member 'FScreenMessageString::TextScale' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBlendSpaceTriangle \ +static_assert(alignof(FBlendSpaceTriangle) == 0x000008, "Wrong alignment on FBlendSpaceTriangle"); \ +static_assert(sizeof(FBlendSpaceTriangle) == 0x0000B8, "Wrong size on FBlendSpaceTriangle"); \ +static_assert(offsetof(FBlendSpaceTriangle, SampleIndices) == 0x000000, "Member 'FBlendSpaceTriangle::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangle, Vertices) == 0x000010, "Member 'FBlendSpaceTriangle::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangle, EdgeInfo) == 0x000040, "Member 'FBlendSpaceTriangle::EdgeInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvolutionBloomSettings \ +static_assert(alignof(FConvolutionBloomSettings) == 0x000008, "Wrong alignment on FConvolutionBloomSettings"); \ +static_assert(sizeof(FConvolutionBloomSettings) == 0x000030, "Wrong size on FConvolutionBloomSettings"); \ +static_assert(offsetof(FConvolutionBloomSettings, Texture) == 0x000000, "Member 'FConvolutionBloomSettings::Texture' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, ScatterDispersion) == 0x000008, "Member 'FConvolutionBloomSettings::ScatterDispersion' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, Size) == 0x00000C, "Member 'FConvolutionBloomSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, CenterUV) == 0x000010, "Member 'FConvolutionBloomSettings::CenterUV' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMin) == 0x000020, "Member 'FConvolutionBloomSettings::PreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMax) == 0x000024, "Member 'FConvolutionBloomSettings::PreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMult) == 0x000028, "Member 'FConvolutionBloomSettings::PreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, BufferScale) == 0x00002C, "Member 'FConvolutionBloomSettings::BufferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorMaterialInput \ +static_assert(alignof(FColorMaterialInput) == 0x000008, "Wrong alignment on FColorMaterialInput"); \ +static_assert(sizeof(FColorMaterialInput) == 0x000030, "Wrong size on FColorMaterialInput"); \ +static_assert(offsetof(FColorMaterialInput, Constant) == 0x00002C, "Member 'FColorMaterialInput::Constant' 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_FDistributionLookupTable \ static_assert(alignof(FDistributionLookupTable) == 0x000008, "Wrong alignment on FDistributionLookupTable"); \ @@ -6025,6 +5717,45 @@ static_assert(offsetof(FDistributionLookupTable, EntryStride) == 0x00001A, "Memb 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_FAnimBlueprintDebugData \ +static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ +static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ + +#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_FDropNoteInfo \ +static_assert(alignof(FDropNoteInfo) == 0x000008, "Wrong alignment on FDropNoteInfo"); \ +static_assert(sizeof(FDropNoteInfo) == 0x000040, "Wrong size on FDropNoteInfo"); \ +static_assert(offsetof(FDropNoteInfo, Location) == 0x000000, "Member 'FDropNoteInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FDropNoteInfo, Rotation) == 0x000018, "Member 'FDropNoteInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FDropNoteInfo, Comment) == 0x000030, "Member 'FDropNoteInfo::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStringAnimationAttribute \ +static_assert(alignof(FStringAnimationAttribute) == 0x000008, "Wrong alignment on FStringAnimationAttribute"); \ +static_assert(sizeof(FStringAnimationAttribute) == 0x000010, "Wrong size on FStringAnimationAttribute"); \ +static_assert(offsetof(FStringAnimationAttribute, Value) == 0x000000, "Member 'FStringAnimationAttribute::Value' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FExpressionOutput \ static_assert(alignof(FExpressionOutput) == 0x000004, "Wrong alignment on FExpressionOutput"); \ static_assert(sizeof(FExpressionOutput) == 0x00001C, "Wrong size on FExpressionOutput"); \ @@ -6035,194 +5766,159 @@ static_assert(offsetof(FExpressionOutput, MaskG) == 0x000010, "Member 'FExpressi static_assert(offsetof(FExpressionOutput, MaskB) == 0x000014, "Member 'FExpressionOutput::MaskB' has a wrong offset!"); \ static_assert(offsetof(FExpressionOutput, MaskA) == 0x000018, "Member 'FExpressionOutput::MaskA' 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_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_FIntegerAnimationAttribute \ -static_assert(alignof(FIntegerAnimationAttribute) == 0x000004, "Wrong alignment on FIntegerAnimationAttribute"); \ -static_assert(sizeof(FIntegerAnimationAttribute) == 0x000004, "Wrong size on FIntegerAnimationAttribute"); \ -static_assert(offsetof(FIntegerAnimationAttribute, Value) == 0x000000, "Member 'FIntegerAnimationAttribute::Value' 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_FRealCurve \ -static_assert(alignof(FRealCurve) == 0x000008, "Wrong alignment on FRealCurve"); \ -static_assert(sizeof(FRealCurve) == 0x000070, "Wrong size on FRealCurve"); \ -static_assert(offsetof(FRealCurve, DefaultValue) == 0x000068, "Member 'FRealCurve::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(FRealCurve, PreInfinityExtrap) == 0x00006C, "Member 'FRealCurve::PreInfinityExtrap' has a wrong offset!"); \ -static_assert(offsetof(FRealCurve, PostInfinityExtrap) == 0x00006D, "Member 'FRealCurve::PostInfinityExtrap' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRichCurve \ -static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ -static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ -static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRuntimeFloatCurve \ -static_assert(alignof(FRuntimeFloatCurve) == 0x000008, "Wrong alignment on FRuntimeFloatCurve"); \ -static_assert(sizeof(FRuntimeFloatCurve) == 0x000088, "Wrong size on FRuntimeFloatCurve"); \ -static_assert(offsetof(FRuntimeFloatCurve, EditorCurveData) == 0x000000, "Member 'FRuntimeFloatCurve::EditorCurveData' has a wrong offset!"); \ -static_assert(offsetof(FRuntimeFloatCurve, ExternalCurve) == 0x000080, "Member 'FRuntimeFloatCurve::ExternalCurve' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_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_FClusterUnionBoneData \ -static_assert(alignof(FClusterUnionBoneData) == 0x000004, "Wrong alignment on FClusterUnionBoneData"); \ -static_assert(sizeof(FClusterUnionBoneData) == 0x000008, "Wrong size on FClusterUnionBoneData"); \ - -#define DUMPER7_ASSERTS_FAnimationAttributeIdentifier \ -static_assert(alignof(FAnimationAttributeIdentifier) == 0x000008, "Wrong alignment on FAnimationAttributeIdentifier"); \ -static_assert(sizeof(FAnimationAttributeIdentifier) == 0x000040, "Wrong size on FAnimationAttributeIdentifier"); \ -static_assert(offsetof(FAnimationAttributeIdentifier, Name) == 0x000000, "Member 'FAnimationAttributeIdentifier::Name' has a wrong offset!"); \ -static_assert(offsetof(FAnimationAttributeIdentifier, BoneName) == 0x000008, "Member 'FAnimationAttributeIdentifier::BoneName' has a wrong offset!"); \ -static_assert(offsetof(FAnimationAttributeIdentifier, BoneIndex) == 0x000010, "Member 'FAnimationAttributeIdentifier::BoneIndex' has a wrong offset!"); \ -static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStruct) == 0x000018, "Member 'FAnimationAttributeIdentifier::ScriptStruct' has a wrong offset!"); \ -static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStructPath) == 0x000020, "Member 'FAnimationAttributeIdentifier::ScriptStructPath' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNetViewer \ +static_assert(alignof(FNetViewer) == 0x000008, "Wrong alignment on FNetViewer"); \ +static_assert(sizeof(FNetViewer) == 0x000048, "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) == 0x000030, "Member 'FNetViewer::ViewDir' 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_FImportFactorySettingValues \ -static_assert(alignof(FImportFactorySettingValues) == 0x000008, "Wrong alignment on FImportFactorySettingValues"); \ -static_assert(sizeof(FImportFactorySettingValues) == 0x000020, "Wrong size on FImportFactorySettingValues"); \ -static_assert(offsetof(FImportFactorySettingValues, SettingName) == 0x000000, "Member 'FImportFactorySettingValues::SettingName' has a wrong offset!"); \ -static_assert(offsetof(FImportFactorySettingValues, Value) == 0x000010, "Member 'FImportFactorySettingValues::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FEditorImportWorkflowDefinition \ -static_assert(alignof(FEditorImportWorkflowDefinition) == 0x000008, "Wrong alignment on FEditorImportWorkflowDefinition"); \ -static_assert(sizeof(FEditorImportWorkflowDefinition) == 0x000020, "Wrong size on FEditorImportWorkflowDefinition"); \ -static_assert(offsetof(FEditorImportWorkflowDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportWorkflowDefinition::ImportFilePath' has a wrong offset!"); \ -static_assert(offsetof(FEditorImportWorkflowDefinition, FactorySettings) == 0x000010, "Member 'FEditorImportWorkflowDefinition::FactorySettings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBuildPromotionImportWorkflowSettings \ -static_assert(alignof(FBuildPromotionImportWorkflowSettings) == 0x000008, "Wrong alignment on FBuildPromotionImportWorkflowSettings"); \ -static_assert(sizeof(FBuildPromotionImportWorkflowSettings) == 0x000150, "Wrong size on FBuildPromotionImportWorkflowSettings"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Diffuse) == 0x000000, "Member 'FBuildPromotionImportWorkflowSettings::Diffuse' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Normal) == 0x000020, "Member 'FBuildPromotionImportWorkflowSettings::Normal' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, StaticMesh) == 0x000040, "Member 'FBuildPromotionImportWorkflowSettings::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, ReimportStaticMesh) == 0x000060, "Member 'FBuildPromotionImportWorkflowSettings::ReimportStaticMesh' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, BlendShapeMesh) == 0x000080, "Member 'FBuildPromotionImportWorkflowSettings::BlendShapeMesh' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, MorphMesh) == 0x0000A0, "Member 'FBuildPromotionImportWorkflowSettings::MorphMesh' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SkeletalMesh) == 0x0000C0, "Member 'FBuildPromotionImportWorkflowSettings::SkeletalMesh' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Animation) == 0x0000E0, "Member 'FBuildPromotionImportWorkflowSettings::Animation' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Sound) == 0x000100, "Member 'FBuildPromotionImportWorkflowSettings::Sound' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SurroundSound) == 0x000120, "Member 'FBuildPromotionImportWorkflowSettings::SurroundSound' has a wrong offset!"); \ -static_assert(offsetof(FBuildPromotionImportWorkflowSettings, OtherAssetsToImport) == 0x000140, "Member 'FBuildPromotionImportWorkflowSettings::OtherAssetsToImport' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_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_FMaterialAttributesInput \ -static_assert(alignof(FMaterialAttributesInput) == 0x000008, "Wrong alignment on FMaterialAttributesInput"); \ -static_assert(sizeof(FMaterialAttributesInput) == 0x000030, "Wrong size on FMaterialAttributesInput"); \ -static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedMask) == 0x000028, "Member 'FMaterialAttributesInput::PropertyConnectedMask' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimSubsystemInstance \ -static_assert(alignof(FAnimSubsystemInstance) == 0x000008, "Wrong alignment on FAnimSubsystemInstance"); \ -static_assert(sizeof(FAnimSubsystemInstance) == 0x000008, "Wrong size on FAnimSubsystemInstance"); \ - -#define DUMPER7_ASSERTS_FLinkedAnimLayerInstanceData \ -static_assert(alignof(FLinkedAnimLayerInstanceData) == 0x000008, "Wrong alignment on FLinkedAnimLayerInstanceData"); \ -static_assert(sizeof(FLinkedAnimLayerInstanceData) == 0x000060, "Wrong size on FLinkedAnimLayerInstanceData"); \ -static_assert(offsetof(FLinkedAnimLayerInstanceData, Instance) == 0x000000, "Member 'FLinkedAnimLayerInstanceData::Instance' has a wrong offset!"); \ -static_assert(offsetof(FLinkedAnimLayerInstanceData, LinkedFunctions) == 0x000008, "Member 'FLinkedAnimLayerInstanceData::LinkedFunctions' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FLinkedAnimLayerClassData \ -static_assert(alignof(FLinkedAnimLayerClassData) == 0x000008, "Wrong alignment on FLinkedAnimLayerClassData"); \ -static_assert(sizeof(FLinkedAnimLayerClassData) == 0x000020, "Wrong size on FLinkedAnimLayerClassData"); \ -static_assert(offsetof(FLinkedAnimLayerClassData, InstancesData) == 0x000008, "Member 'FLinkedAnimLayerClassData::InstancesData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimSubsystem_SharedLinkedAnimLayers \ -static_assert(alignof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000008, "Wrong alignment on FAnimSubsystem_SharedLinkedAnimLayers"); \ -static_assert(sizeof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000028, "Wrong size on FAnimSubsystem_SharedLinkedAnimLayers"); \ -static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, ClassesData) == 0x000008, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::ClassesData' has a wrong offset!"); \ -static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, PersistentClasses) == 0x000018, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::PersistentClasses' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTransformAnimationAttribute \ -static_assert(alignof(FTransformAnimationAttribute) == 0x000010, "Wrong alignment on FTransformAnimationAttribute"); \ -static_assert(sizeof(FTransformAnimationAttribute) == 0x000060, "Wrong size on FTransformAnimationAttribute"); \ -static_assert(offsetof(FTransformAnimationAttribute, Value) == 0x000000, "Member 'FTransformAnimationAttribute::Value' 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!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnUnload) == 0x00000F, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnUnload' 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_FBodyInstanceAsyncPhysicsTickHandle \ +static_assert(alignof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong alignment on FBodyInstanceAsyncPhysicsTickHandle"); \ +static_assert(sizeof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong size on FBodyInstanceAsyncPhysicsTickHandle"); \ + +#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_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_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_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_FKLevelSetElem \ +static_assert(alignof(FKLevelSetElem) == 0x000010, "Wrong alignment on FKLevelSetElem"); \ +static_assert(sizeof(FKLevelSetElem) == 0x0000A0, "Wrong size on FKLevelSetElem"); \ +static_assert(offsetof(FKLevelSetElem, Transform) == 0x000030, "Member 'FKLevelSetElem::Transform' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FScalarMaterialInput \ static_assert(alignof(FScalarMaterialInput) == 0x000008, "Wrong alignment on FScalarMaterialInput"); \ static_assert(sizeof(FScalarMaterialInput) == 0x000030, "Wrong size on FScalarMaterialInput"); \ static_assert(offsetof(FScalarMaterialInput, Constant) == 0x00002C, "Member 'FScalarMaterialInput::Constant' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAlphaBlendArgs \ -static_assert(alignof(FAlphaBlendArgs) == 0x000008, "Wrong alignment on FAlphaBlendArgs"); \ -static_assert(sizeof(FAlphaBlendArgs) == 0x000010, "Wrong size on FAlphaBlendArgs"); \ -static_assert(offsetof(FAlphaBlendArgs, CustomCurve) == 0x000000, "Member 'FAlphaBlendArgs::CustomCurve' has a wrong offset!"); \ -static_assert(offsetof(FAlphaBlendArgs, BlendTime) == 0x000008, "Member 'FAlphaBlendArgs::BlendTime' has a wrong offset!"); \ -static_assert(offsetof(FAlphaBlendArgs, BlendOption) == 0x00000C, "Member 'FAlphaBlendArgs::BlendOption' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMontageBlendSettings \ -static_assert(alignof(FMontageBlendSettings) == 0x000008, "Wrong alignment on FMontageBlendSettings"); \ -static_assert(sizeof(FMontageBlendSettings) == 0x000020, "Wrong size on FMontageBlendSettings"); \ -static_assert(offsetof(FMontageBlendSettings, BlendProfile) == 0x000000, "Member 'FMontageBlendSettings::BlendProfile' has a wrong offset!"); \ -static_assert(offsetof(FMontageBlendSettings, Blend) == 0x000008, "Member 'FMontageBlendSettings::Blend' has a wrong offset!"); \ -static_assert(offsetof(FMontageBlendSettings, BlendMode) == 0x000018, "Member 'FMontageBlendSettings::BlendMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FChaosRemovalEvent \ -static_assert(alignof(FChaosRemovalEvent) == 0x000008, "Wrong alignment on FChaosRemovalEvent"); \ -static_assert(sizeof(FChaosRemovalEvent) == 0x000028, "Wrong size on FChaosRemovalEvent"); \ -static_assert(offsetof(FChaosRemovalEvent, Component) == 0x000000, "Member 'FChaosRemovalEvent::Component' has a wrong offset!"); \ -static_assert(offsetof(FChaosRemovalEvent, Location) == 0x000008, "Member 'FChaosRemovalEvent::Location' has a wrong offset!"); \ -static_assert(offsetof(FChaosRemovalEvent, Mass) == 0x000020, "Member 'FChaosRemovalEvent::Mass' 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_FCharacterNetworkSerializationPackedBits \ -static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ -static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x0000C8, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ - -#define DUMPER7_ASSERTS_FActorPlacementDataLayers \ -static_assert(alignof(FActorPlacementDataLayers) == 0x000008, "Wrong alignment on FActorPlacementDataLayers"); \ -static_assert(sizeof(FActorPlacementDataLayers) == 0x000028, "Wrong size on FActorPlacementDataLayers"); \ -static_assert(offsetof(FActorPlacementDataLayers, DataLayerInstanceNames) == 0x000000, "Member 'FActorPlacementDataLayers::DataLayerInstanceNames' has a wrong offset!"); \ -static_assert(offsetof(FActorPlacementDataLayers, ExternalDataLayerName) == 0x000010, "Member 'FActorPlacementDataLayers::ExternalDataLayerName' has a wrong offset!"); \ -static_assert(offsetof(FActorPlacementDataLayers, CurrentColorizedDataLayerInstanceName) == 0x000018, "Member 'FActorPlacementDataLayers::CurrentColorizedDataLayerInstanceName' has a wrong offset!"); \ -static_assert(offsetof(FActorPlacementDataLayers, ContextID) == 0x000020, "Member 'FActorPlacementDataLayers::ContextID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAssetManagerSearchRules \ -static_assert(alignof(FAssetManagerSearchRules) == 0x000008, "Wrong alignment on FAssetManagerSearchRules"); \ -static_assert(sizeof(FAssetManagerSearchRules) == 0x000050, "Wrong size on FAssetManagerSearchRules"); \ -static_assert(offsetof(FAssetManagerSearchRules, AssetScanPaths) == 0x000000, "Member 'FAssetManagerSearchRules::AssetScanPaths' has a wrong offset!"); \ -static_assert(offsetof(FAssetManagerSearchRules, IncludePatterns) == 0x000010, "Member 'FAssetManagerSearchRules::IncludePatterns' has a wrong offset!"); \ -static_assert(offsetof(FAssetManagerSearchRules, ExcludePatterns) == 0x000020, "Member 'FAssetManagerSearchRules::ExcludePatterns' has a wrong offset!"); \ -static_assert(offsetof(FAssetManagerSearchRules, AssetBaseClass) == 0x000030, "Member 'FAssetManagerSearchRules::AssetBaseClass' has a wrong offset!"); \ -static_assert(offsetof(FAssetManagerSearchRules, bHasBlueprintClasses) == 0x000038, "Member 'FAssetManagerSearchRules::bHasBlueprintClasses' has a wrong offset!"); \ -static_assert(offsetof(FAssetManagerSearchRules, bForceSynchronousScan) == 0x000039, "Member 'FAssetManagerSearchRules::bForceSynchronousScan' has a wrong offset!"); \ -static_assert(offsetof(FAssetManagerSearchRules, bSkipVirtualPathExpansion) == 0x00003A, "Member 'FAssetManagerSearchRules::bSkipVirtualPathExpansion' has a wrong offset!"); \ -static_assert(offsetof(FAssetManagerSearchRules, bSkipManagerIncludeCheck) == 0x00003B, "Member 'FAssetManagerSearchRules::bSkipManagerIncludeCheck' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_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_FShadingModelMaterialInput \ static_assert(alignof(FShadingModelMaterialInput) == 0x000008, "Wrong alignment on FShadingModelMaterialInput"); \ static_assert(sizeof(FShadingModelMaterialInput) == 0x000028, "Wrong size on FShadingModelMaterialInput"); \ +#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_FSpatialHashSettings \ +static_assert(alignof(FSpatialHashSettings) == 0x000001, "Wrong alignment on FSpatialHashSettings"); \ +static_assert(sizeof(FSpatialHashSettings) == 0x000002, "Wrong size on FSpatialHashSettings"); \ +static_assert(offsetof(FSpatialHashSettings, bUseAlignedGridLevels) == 0x000000, "Member 'FSpatialHashSettings::bUseAlignedGridLevels' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashSettings, bSnapNonAlignedGridLevelsToLowerLevels) == 0x000001, "Member 'FSpatialHashSettings::bSnapNonAlignedGridLevelsToLowerLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashStreamingGridLayerCell \ +static_assert(alignof(FSpatialHashStreamingGridLayerCell) == 0x000008, "Wrong alignment on FSpatialHashStreamingGridLayerCell"); \ +static_assert(sizeof(FSpatialHashStreamingGridLayerCell) == 0x000010, "Wrong size on FSpatialHashStreamingGridLayerCell"); \ +static_assert(offsetof(FSpatialHashStreamingGridLayerCell, GridCells) == 0x000000, "Member 'FSpatialHashStreamingGridLayerCell::GridCells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashStreamingGridLevel \ +static_assert(alignof(FSpatialHashStreamingGridLevel) == 0x000008, "Wrong alignment on FSpatialHashStreamingGridLevel"); \ +static_assert(sizeof(FSpatialHashStreamingGridLevel) == 0x000060, "Wrong size on FSpatialHashStreamingGridLevel"); \ +static_assert(offsetof(FSpatialHashStreamingGridLevel, LayerCells) == 0x000000, "Member 'FSpatialHashStreamingGridLevel::LayerCells' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGridLevel, LayerCellsMapping) == 0x000010, "Member 'FSpatialHashStreamingGridLevel::LayerCellsMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashStreamingGrid \ +static_assert(alignof(FSpatialHashStreamingGrid) == 0x000008, "Wrong alignment on FSpatialHashStreamingGrid"); \ +static_assert(sizeof(FSpatialHashStreamingGrid) == 0x0000B8, "Wrong size on FSpatialHashStreamingGrid"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, GridName) == 0x000000, "Member 'FSpatialHashStreamingGrid::GridName' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, Origin) == 0x000008, "Member 'FSpatialHashStreamingGrid::Origin' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, CellSize) == 0x000020, "Member 'FSpatialHashStreamingGrid::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, LoadingRange) == 0x000024, "Member 'FSpatialHashStreamingGrid::LoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, bBlockOnSlowStreaming) == 0x000028, "Member 'FSpatialHashStreamingGrid::bBlockOnSlowStreaming' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, DebugColor) == 0x00002C, "Member 'FSpatialHashStreamingGrid::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, GridLevels) == 0x000040, "Member 'FSpatialHashStreamingGrid::GridLevels' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, WorldBounds) == 0x000050, "Member 'FSpatialHashStreamingGrid::WorldBounds' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, bClientOnlyVisible) == 0x000088, "Member 'FSpatialHashStreamingGrid::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, HLODLayer) == 0x000090, "Member 'FSpatialHashStreamingGrid::HLODLayer' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, GridIndex) == 0x000098, "Member 'FSpatialHashStreamingGrid::GridIndex' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, Settings) == 0x00009C, "Member 'FSpatialHashStreamingGrid::Settings' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, InjectedGridLevels) == 0x0000A8, "Member 'FSpatialHashStreamingGrid::InjectedGridLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2MaterialInput \ +static_assert(alignof(FVector2MaterialInput) == 0x000008, "Wrong alignment on FVector2MaterialInput"); \ +static_assert(sizeof(FVector2MaterialInput) == 0x000038, "Wrong size on FVector2MaterialInput"); \ +static_assert(offsetof(FVector2MaterialInput, ConstantX) == 0x00002C, "Member 'FVector2MaterialInput::ConstantX' has a wrong offset!"); \ +static_assert(offsetof(FVector2MaterialInput, ConstantY) == 0x000030, "Member 'FVector2MaterialInput::ConstantY' 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"); \ @@ -6232,203 +5928,11 @@ static_assert(offsetof(FFilmStockSettings, Shoulder) == 0x000008, "Member 'FFilm 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_FSubstrateMaterialInput \ -static_assert(alignof(FSubstrateMaterialInput) == 0x000008, "Wrong alignment on FSubstrateMaterialInput"); \ -static_assert(sizeof(FSubstrateMaterialInput) == 0x000028, "Wrong size on FSubstrateMaterialInput"); \ - -#define DUMPER7_ASSERTS_FInertializationRequest \ -static_assert(alignof(FInertializationRequest) == 0x000008, "Wrong alignment on FInertializationRequest"); \ -static_assert(sizeof(FInertializationRequest) == 0x000050, "Wrong size on FInertializationRequest"); \ -static_assert(offsetof(FInertializationRequest, duration) == 0x000000, "Member 'FInertializationRequest::duration' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, BlendProfile) == 0x000008, "Member 'FInertializationRequest::BlendProfile' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, bUseBlendMode) == 0x000010, "Member 'FInertializationRequest::bUseBlendMode' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, BlendMode) == 0x000011, "Member 'FInertializationRequest::BlendMode' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, CustomBlendCurve) == 0x000018, "Member 'FInertializationRequest::CustomBlendCurve' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, Description) == 0x000020, "Member 'FInertializationRequest::Description' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, DescriptionString) == 0x000030, "Member 'FInertializationRequest::DescriptionString' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, NodeID) == 0x000040, "Member 'FInertializationRequest::NodeID' has a wrong offset!"); \ -static_assert(offsetof(FInertializationRequest, AnimInstance) == 0x000048, "Member 'FInertializationRequest::AnimInstance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMaterialExpressionCollection \ -static_assert(alignof(FMaterialExpressionCollection) == 0x000008, "Wrong alignment on FMaterialExpressionCollection"); \ -static_assert(sizeof(FMaterialExpressionCollection) == 0x000030, "Wrong size on FMaterialExpressionCollection"); \ -static_assert(offsetof(FMaterialExpressionCollection, Expressions) == 0x000000, "Member 'FMaterialExpressionCollection::Expressions' has a wrong offset!"); \ -static_assert(offsetof(FMaterialExpressionCollection, EditorComments) == 0x000010, "Member 'FMaterialExpressionCollection::EditorComments' has a wrong offset!"); \ -static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecBegin) == 0x000020, "Member 'FMaterialExpressionCollection::ExpressionExecBegin' has a wrong offset!"); \ -static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecEnd) == 0x000028, "Member 'FMaterialExpressionCollection::ExpressionExecEnd' 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) == 0x000008, "Member 'FPoseLinkBase::LinkID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPoseLink \ -static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ -static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ - -#define DUMPER7_ASSERTS_FAnimNode_Base \ -static_assert(alignof(FAnimNode_Base) == 0x000008, "Wrong alignment on FAnimNode_Base"); \ -static_assert(sizeof(FAnimNode_Base) == 0x000010, "Wrong size on FAnimNode_Base"); \ - -#define DUMPER7_ASSERTS_FAnimNode_Root \ -static_assert(alignof(FAnimNode_Root) == 0x000008, "Wrong alignment on FAnimNode_Root"); \ -static_assert(sizeof(FAnimNode_Root) == 0x000020, "Wrong size on FAnimNode_Root"); \ -static_assert(offsetof(FAnimNode_Root, Result) == 0x000010, "Member 'FAnimNode_Root::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRPCDoSState \ -static_assert(alignof(FRPCDoSState) == 0x000008, "Wrong alignment on FRPCDoSState"); \ -static_assert(sizeof(FRPCDoSState) == 0x000048, "Wrong size on FRPCDoSState"); \ -static_assert(offsetof(FRPCDoSState, bLogEscalate) == 0x000008, "Member 'FRPCDoSState::bLogEscalate' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, bSendEscalateAnalytics) == 0x000009, "Member 'FRPCDoSState::bSendEscalateAnalytics' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, bKickPlayer) == 0x00000A, "Member 'FRPCDoSState::bKickPlayer' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, bTrackRecentRPCs) == 0x00000B, "Member 'FRPCDoSState::bTrackRecentRPCs' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, EscalateQuotaRPCsPerFrame) == 0x00000C, "Member 'FRPCDoSState::EscalateQuotaRPCsPerFrame' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, EscalateTimeQuotaMSPerFrame) == 0x00000E, "Member 'FRPCDoSState::EscalateTimeQuotaMSPerFrame' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, EscalateQuotaRPCsPerPeriod) == 0x000010, "Member 'FRPCDoSState::EscalateQuotaRPCsPerPeriod' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, EscalateTimeQuotaMSPerPeriod) == 0x000012, "Member 'FRPCDoSState::EscalateTimeQuotaMSPerPeriod' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, EscalateQuotaTimePeriod) == 0x000014, "Member 'FRPCDoSState::EscalateQuotaTimePeriod' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, EscalationCountTolerance) == 0x000015, "Member 'FRPCDoSState::EscalationCountTolerance' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, EscalationTimeToleranceMS) == 0x000016, "Member 'FRPCDoSState::EscalationTimeToleranceMS' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, RPCRepeatLimitPerPeriod) == 0x000018, "Member 'FRPCDoSState::RPCRepeatLimitPerPeriod' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, RPCRepeatLimitMSPerPeriod) == 0x00001A, "Member 'FRPCDoSState::RPCRepeatLimitMSPerPeriod' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, RPCRepeatLimitTimePeriod) == 0x00001C, "Member 'FRPCDoSState::RPCRepeatLimitTimePeriod' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, CooloffTime) == 0x00001E, "Member 'FRPCDoSState::CooloffTime' has a wrong offset!"); \ -static_assert(offsetof(FRPCDoSState, AutoEscalateTime) == 0x000020, "Member 'FRPCDoSState::AutoEscalateTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FVector2MaterialInput \ -static_assert(alignof(FVector2MaterialInput) == 0x000008, "Wrong alignment on FVector2MaterialInput"); \ -static_assert(sizeof(FVector2MaterialInput) == 0x000038, "Wrong size on FVector2MaterialInput"); \ -static_assert(offsetof(FVector2MaterialInput, ConstantX) == 0x00002C, "Member 'FVector2MaterialInput::ConstantX' has a wrong offset!"); \ -static_assert(offsetof(FVector2MaterialInput, ConstantY) == 0x000030, "Member 'FVector2MaterialInput::ConstantY' 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_FHardwareCursorReference \ -static_assert(alignof(FHardwareCursorReference) == 0x000008, "Wrong alignment on FHardwareCursorReference"); \ -static_assert(sizeof(FHardwareCursorReference) == 0x000018, "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_FAnimBlueprintDebugData \ -static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ -static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ - -#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_FVectorMaterialInput \ -static_assert(alignof(FVectorMaterialInput) == 0x000008, "Wrong alignment on FVectorMaterialInput"); \ -static_assert(sizeof(FVectorMaterialInput) == 0x000038, "Wrong size on FVectorMaterialInput"); \ -static_assert(offsetof(FVectorMaterialInput, Constant) == 0x00002C, "Member 'FVectorMaterialInput::Constant' 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_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_FDataCacheDuplicatedObjectData \ -static_assert(alignof(FDataCacheDuplicatedObjectData) == 0x000008, "Wrong alignment on FDataCacheDuplicatedObjectData"); \ -static_assert(sizeof(FDataCacheDuplicatedObjectData) == 0x000010, "Wrong size on FDataCacheDuplicatedObjectData"); \ - -#define DUMPER7_ASSERTS_FInstanceCacheDataBase \ -static_assert(alignof(FInstanceCacheDataBase) == 0x000008, "Wrong alignment on FInstanceCacheDataBase"); \ -static_assert(sizeof(FInstanceCacheDataBase) == 0x000058, "Wrong size on FInstanceCacheDataBase"); \ -static_assert(offsetof(FInstanceCacheDataBase, SavedProperties) == 0x000008, "Member 'FInstanceCacheDataBase::SavedProperties' has a wrong offset!"); \ -static_assert(offsetof(FInstanceCacheDataBase, UniqueTransientPackage) == 0x000018, "Member 'FInstanceCacheDataBase::UniqueTransientPackage' has a wrong offset!"); \ -static_assert(offsetof(FInstanceCacheDataBase, DuplicatedObjects) == 0x000028, "Member 'FInstanceCacheDataBase::DuplicatedObjects' has a wrong offset!"); \ -static_assert(offsetof(FInstanceCacheDataBase, ReferencedObjects) == 0x000038, "Member 'FInstanceCacheDataBase::ReferencedObjects' has a wrong offset!"); \ -static_assert(offsetof(FInstanceCacheDataBase, ReferencedNames) == 0x000048, "Member 'FInstanceCacheDataBase::ReferencedNames' has a wrong offset!"); \ - -#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) == 0x000058, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ -static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000060, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ -static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000064, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' 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_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_FChaosBreakEvent \ -static_assert(alignof(FChaosBreakEvent) == 0x000008, "Wrong alignment on FChaosBreakEvent"); \ -static_assert(sizeof(FChaosBreakEvent) == 0x000078, "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) == 0x000020, "Member 'FChaosBreakEvent::Velocity' has a wrong offset!"); \ -static_assert(offsetof(FChaosBreakEvent, AngularVelocity) == 0x000038, "Member 'FChaosBreakEvent::AngularVelocity' has a wrong offset!"); \ -static_assert(offsetof(FChaosBreakEvent, Extents) == 0x000050, "Member 'FChaosBreakEvent::Extents' has a wrong offset!"); \ -static_assert(offsetof(FChaosBreakEvent, Mass) == 0x000068, "Member 'FChaosBreakEvent::Mass' has a wrong offset!"); \ -static_assert(offsetof(FChaosBreakEvent, Index) == 0x00006C, "Member 'FChaosBreakEvent::Index' has a wrong offset!"); \ -static_assert(offsetof(FChaosBreakEvent, bFromCrumble) == 0x000070, "Member 'FChaosBreakEvent::bFromCrumble' 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_FSoundModulationDestinationSettings \ -static_assert(alignof(FSoundModulationDestinationSettings) == 0x000008, "Wrong alignment on FSoundModulationDestinationSettings"); \ -static_assert(sizeof(FSoundModulationDestinationSettings) == 0x000058, "Wrong size on FSoundModulationDestinationSettings"); \ -static_assert(offsetof(FSoundModulationDestinationSettings, Value) == 0x000000, "Member 'FSoundModulationDestinationSettings::Value' has a wrong offset!"); \ -static_assert(offsetof(FSoundModulationDestinationSettings, Modulators) == 0x000008, "Member 'FSoundModulationDestinationSettings::Modulators' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ -static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ -static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000160, "Wrong size on FSoundModulationDefaultSettings"); \ -static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ -static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000058, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ -static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x0000B0, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ -static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000108, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSoundClassProperties \ -static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ -static_assert(sizeof(FSoundClassProperties) == 0x000198, "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) == 0x000188, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ -static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000189, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ -static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000190, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimDataModelNotifPayload \ -static_assert(alignof(FAnimDataModelNotifPayload) == 0x000008, "Wrong alignment on FAnimDataModelNotifPayload"); \ -static_assert(sizeof(FAnimDataModelNotifPayload) == 0x000010, "Wrong size on FAnimDataModelNotifPayload"); \ - #define DUMPER7_ASSERTS_FMaterialParameterInfo \ static_assert(alignof(FMaterialParameterInfo) == 0x000004, "Wrong alignment on FMaterialParameterInfo"); \ static_assert(sizeof(FMaterialParameterInfo) == 0x000010, "Wrong size on FMaterialParameterInfo"); \ @@ -6436,301 +5940,16 @@ static_assert(offsetof(FMaterialParameterInfo, Name) == 0x000000, "Member 'FMate static_assert(offsetof(FMaterialParameterInfo, Association) == 0x000008, "Member 'FMaterialParameterInfo::Association' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterInfo, Index) == 0x00000C, "Member 'FMaterialParameterInfo::Index' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FStaticParameterBase \ -static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ -static_assert(sizeof(FStaticParameterBase) == 0x000024, "Wrong size on FStaticParameterBase"); \ -static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000010, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ -static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000014, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FConstraintInstanceAccessor \ +static_assert(alignof(FConstraintInstanceAccessor) == 0x000004, "Wrong alignment on FConstraintInstanceAccessor"); \ +static_assert(sizeof(FConstraintInstanceAccessor) == 0x00000C, "Wrong size on FConstraintInstanceAccessor"); \ +static_assert(offsetof(FConstraintInstanceAccessor, Owner) == 0x000000, "Member 'FConstraintInstanceAccessor::Owner' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstanceAccessor, Index) == 0x000008, "Member 'FConstraintInstanceAccessor::Index' 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_FMaterialLayersFunctionsEditorOnlyData \ -static_assert(alignof(FMaterialLayersFunctionsEditorOnlyData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsEditorOnlyData"); \ -static_assert(sizeof(FMaterialLayersFunctionsEditorOnlyData) == 0x000070, "Wrong size on FMaterialLayersFunctionsEditorOnlyData"); \ -static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerStates) == 0x000000, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerStates' has a wrong offset!"); \ -static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerNames) == 0x000010, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerNames' has a wrong offset!"); \ -static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToLayerRelatives) == 0x000020, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToLayerRelatives' has a wrong offset!"); \ -static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToBlendRelatives) == 0x000030, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToBlendRelatives' has a wrong offset!"); \ -static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerGuids) == 0x000040, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerGuids' has a wrong offset!"); \ -static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerLinkStates) == 0x000050, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerLinkStates' has a wrong offset!"); \ -static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, DeletedParentLayerGuids) == 0x000060, "Member 'FMaterialLayersFunctionsEditorOnlyData::DeletedParentLayerGuids' 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) == 0x000034, "Wrong size on FStaticTerrainLayerWeightParameter"); \ -static_assert(offsetof(FStaticTerrainLayerWeightParameter, ParameterInfo) == 0x000000, "Member 'FStaticTerrainLayerWeightParameter::ParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(FStaticTerrainLayerWeightParameter, ExpressionGUID) == 0x000010, "Member 'FStaticTerrainLayerWeightParameter::ExpressionGUID' has a wrong offset!"); \ -static_assert(offsetof(FStaticTerrainLayerWeightParameter, bOverride) == 0x000020, "Member 'FStaticTerrainLayerWeightParameter::bOverride' has a wrong offset!"); \ -static_assert(offsetof(FStaticTerrainLayerWeightParameter, LayerName) == 0x000024, "Member 'FStaticTerrainLayerWeightParameter::LayerName' has a wrong offset!"); \ -static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x00002C, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ -static_assert(offsetof(FStaticTerrainLayerWeightParameter, bIsRepeatedLayer) == 0x000030, "Member 'FStaticTerrainLayerWeightParameter::bIsRepeatedLayer' has a wrong offset!"); \ -static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x000031, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStaticParameterSetEditorOnlyData \ -static_assert(alignof(FStaticParameterSetEditorOnlyData) == 0x000008, "Wrong alignment on FStaticParameterSetEditorOnlyData"); \ -static_assert(sizeof(FStaticParameterSetEditorOnlyData) == 0x0000A0, "Wrong size on FStaticParameterSetEditorOnlyData"); \ -static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetEditorOnlyData::StaticSwitchParameters' has a wrong offset!"); \ -static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSetEditorOnlyData::StaticComponentMaskParameters' has a wrong offset!"); \ -static_assert(offsetof(FStaticParameterSetEditorOnlyData, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSetEditorOnlyData::TerrainLayerWeightParameters' has a wrong offset!"); \ -static_assert(offsetof(FStaticParameterSetEditorOnlyData, MaterialLayers) == 0x000030, "Member 'FStaticParameterSetEditorOnlyData::MaterialLayers' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCollisionChaosEventBodyInfo \ -static_assert(alignof(FCollisionChaosEventBodyInfo) == 0x000008, "Wrong alignment on FCollisionChaosEventBodyInfo"); \ -static_assert(sizeof(FCollisionChaosEventBodyInfo) == 0x000070, "Wrong size on FCollisionChaosEventBodyInfo"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, Velocity) == 0x000000, "Member 'FCollisionChaosEventBodyInfo::Velocity' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, DeltaVelocity) == 0x000018, "Member 'FCollisionChaosEventBodyInfo::DeltaVelocity' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, AngularVelocity) == 0x000030, "Member 'FCollisionChaosEventBodyInfo::AngularVelocity' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, Mass) == 0x000048, "Member 'FCollisionChaosEventBodyInfo::Mass' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, PhysMaterial) == 0x000050, "Member 'FCollisionChaosEventBodyInfo::PhysMaterial' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, Component) == 0x000058, "Member 'FCollisionChaosEventBodyInfo::Component' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, BodyIndex) == 0x000060, "Member 'FCollisionChaosEventBodyInfo::BodyIndex' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEventBodyInfo, BoneName) == 0x000064, "Member 'FCollisionChaosEventBodyInfo::BoneName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCollisionChaosEvent \ -static_assert(alignof(FCollisionChaosEvent) == 0x000008, "Wrong alignment on FCollisionChaosEvent"); \ -static_assert(sizeof(FCollisionChaosEvent) == 0x000130, "Wrong size on FCollisionChaosEvent"); \ -static_assert(offsetof(FCollisionChaosEvent, Location) == 0x000000, "Member 'FCollisionChaosEvent::Location' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEvent, AccumulatedImpulse) == 0x000018, "Member 'FCollisionChaosEvent::AccumulatedImpulse' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEvent, Normal) == 0x000030, "Member 'FCollisionChaosEvent::Normal' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEvent, PenetrationDepth) == 0x000048, "Member 'FCollisionChaosEvent::PenetrationDepth' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEvent, Body1) == 0x000050, "Member 'FCollisionChaosEvent::Body1' has a wrong offset!"); \ -static_assert(offsetof(FCollisionChaosEvent, Body2) == 0x0000C0, "Member 'FCollisionChaosEvent::Body2' 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_FBatchedPoint \ -static_assert(alignof(FBatchedPoint) == 0x000008, "Wrong alignment on FBatchedPoint"); \ -static_assert(sizeof(FBatchedPoint) == 0x000038, "Wrong size on FBatchedPoint"); \ -static_assert(offsetof(FBatchedPoint, Position) == 0x000000, "Member 'FBatchedPoint::Position' has a wrong offset!"); \ -static_assert(offsetof(FBatchedPoint, Color) == 0x000018, "Member 'FBatchedPoint::Color' has a wrong offset!"); \ -static_assert(offsetof(FBatchedPoint, PointSize) == 0x000028, "Member 'FBatchedPoint::PointSize' has a wrong offset!"); \ -static_assert(offsetof(FBatchedPoint, RemainingLifeTime) == 0x00002C, "Member 'FBatchedPoint::RemainingLifeTime' has a wrong offset!"); \ -static_assert(offsetof(FBatchedPoint, DepthPriority) == 0x000030, "Member 'FBatchedPoint::DepthPriority' has a wrong offset!"); \ -static_assert(offsetof(FBatchedPoint, BatchID) == 0x000034, "Member 'FBatchedPoint::BatchID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFloatAnimationAttribute \ -static_assert(alignof(FFloatAnimationAttribute) == 0x000004, "Wrong alignment on FFloatAnimationAttribute"); \ -static_assert(sizeof(FFloatAnimationAttribute) == 0x000004, "Wrong size on FFloatAnimationAttribute"); \ -static_assert(offsetof(FFloatAnimationAttribute, Value) == 0x000000, "Member 'FFloatAnimationAttribute::Value' 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_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_FKConvexElem \ -static_assert(alignof(FKConvexElem) == 0x000010, "Wrong alignment on FKConvexElem"); \ -static_assert(sizeof(FKConvexElem) == 0x000100, "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) == 0x000090, "Member 'FKConvexElem::Transform' 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_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_FActorComponentTickFunction \ -static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ -static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ - -#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_FChaosCrumblingEvent \ -static_assert(alignof(FChaosCrumblingEvent) == 0x000010, "Wrong alignment on FChaosCrumblingEvent"); \ -static_assert(sizeof(FChaosCrumblingEvent) == 0x0000C0, "Wrong size on FChaosCrumblingEvent"); \ -static_assert(offsetof(FChaosCrumblingEvent, Component) == 0x000000, "Member 'FChaosCrumblingEvent::Component' has a wrong offset!"); \ -static_assert(offsetof(FChaosCrumblingEvent, Location) == 0x000008, "Member 'FChaosCrumblingEvent::Location' has a wrong offset!"); \ -static_assert(offsetof(FChaosCrumblingEvent, orientation) == 0x000020, "Member 'FChaosCrumblingEvent::orientation' has a wrong offset!"); \ -static_assert(offsetof(FChaosCrumblingEvent, LinearVelocity) == 0x000040, "Member 'FChaosCrumblingEvent::LinearVelocity' has a wrong offset!"); \ -static_assert(offsetof(FChaosCrumblingEvent, AngularVelocity) == 0x000058, "Member 'FChaosCrumblingEvent::AngularVelocity' has a wrong offset!"); \ -static_assert(offsetof(FChaosCrumblingEvent, Mass) == 0x000070, "Member 'FChaosCrumblingEvent::Mass' has a wrong offset!"); \ -static_assert(offsetof(FChaosCrumblingEvent, LocalBounds) == 0x000078, "Member 'FChaosCrumblingEvent::LocalBounds' has a wrong offset!"); \ -static_assert(offsetof(FChaosCrumblingEvent, Children) == 0x0000B0, "Member 'FChaosCrumblingEvent::Children' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMeshDisplacementMap \ -static_assert(alignof(FMeshDisplacementMap) == 0x000008, "Wrong alignment on FMeshDisplacementMap"); \ -static_assert(sizeof(FMeshDisplacementMap) == 0x000010, "Wrong size on FMeshDisplacementMap"); \ -static_assert(offsetof(FMeshDisplacementMap, Texture) == 0x000000, "Member 'FMeshDisplacementMap::Texture' has a wrong offset!"); \ -static_assert(offsetof(FMeshDisplacementMap, Magnitude) == 0x000008, "Member 'FMeshDisplacementMap::Magnitude' has a wrong offset!"); \ -static_assert(offsetof(FMeshDisplacementMap, Center) == 0x00000C, "Member 'FMeshDisplacementMap::Center' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBaseComponentReference \ -static_assert(alignof(FBaseComponentReference) == 0x000008, "Wrong alignment on FBaseComponentReference"); \ -static_assert(sizeof(FBaseComponentReference) == 0x000020, "Wrong size on FBaseComponentReference"); \ -static_assert(offsetof(FBaseComponentReference, ComponentProperty) == 0x000000, "Member 'FBaseComponentReference::ComponentProperty' has a wrong offset!"); \ -static_assert(offsetof(FBaseComponentReference, PathToComponent) == 0x000008, "Member 'FBaseComponentReference::PathToComponent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSoftComponentReference \ -static_assert(alignof(FSoftComponentReference) == 0x000008, "Wrong alignment on FSoftComponentReference"); \ -static_assert(sizeof(FSoftComponentReference) == 0x000048, "Wrong size on FSoftComponentReference"); \ -static_assert(offsetof(FSoftComponentReference, OtherActor) == 0x000020, "Member 'FSoftComponentReference::OtherActor' 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_FAnimGraphBlendOptions \ -static_assert(alignof(FAnimGraphBlendOptions) == 0x000008, "Wrong alignment on FAnimGraphBlendOptions"); \ -static_assert(sizeof(FAnimGraphBlendOptions) == 0x000020, "Wrong size on FAnimGraphBlendOptions"); \ -static_assert(offsetof(FAnimGraphBlendOptions, BlendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::BlendInTime' has a wrong offset!"); \ -static_assert(offsetof(FAnimGraphBlendOptions, BlendInProfile) == 0x000008, "Member 'FAnimGraphBlendOptions::BlendInProfile' has a wrong offset!"); \ -static_assert(offsetof(FAnimGraphBlendOptions, BlendOutTime) == 0x000010, "Member 'FAnimGraphBlendOptions::BlendOutTime' has a wrong offset!"); \ -static_assert(offsetof(FAnimGraphBlendOptions, BlendOutProfile) == 0x000018, "Member 'FAnimGraphBlendOptions::BlendOutProfile' 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_FNamedTransform \ -static_assert(alignof(FNamedTransform) == 0x000010, "Wrong alignment on FNamedTransform"); \ -static_assert(sizeof(FNamedTransform) == 0x000070, "Wrong size on FNamedTransform"); \ -static_assert(offsetof(FNamedTransform, Value) == 0x000000, "Member 'FNamedTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FNamedTransform, Name) == 0x000060, "Member 'FNamedTransform::Name' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FVector_NetQuantize \ -static_assert(alignof(FVector_NetQuantize) == 0x000008, "Wrong alignment on FVector_NetQuantize"); \ -static_assert(sizeof(FVector_NetQuantize) == 0x000018, "Wrong size on FVector_NetQuantize"); \ - -#define DUMPER7_ASSERTS_FVector_NetQuantizeNormal \ -static_assert(alignof(FVector_NetQuantizeNormal) == 0x000008, "Wrong alignment on FVector_NetQuantizeNormal"); \ -static_assert(sizeof(FVector_NetQuantizeNormal) == 0x000018, "Wrong size on FVector_NetQuantizeNormal"); \ - -#define DUMPER7_ASSERTS_FActorInstanceHandle \ -static_assert(alignof(FActorInstanceHandle) == 0x000008, "Wrong alignment on FActorInstanceHandle"); \ -static_assert(sizeof(FActorInstanceHandle) == 0x000020, "Wrong size on FActorInstanceHandle"); \ -static_assert(offsetof(FActorInstanceHandle, ReferenceObject) == 0x000000, "Member 'FActorInstanceHandle::ReferenceObject' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FHitResult \ -static_assert(alignof(FHitResult) == 0x000008, "Wrong alignment on FHitResult"); \ -static_assert(sizeof(FHitResult) == 0x0000F8, "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) == 0x000010, "Member 'FHitResult::Location' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, ImpactPoint) == 0x000028, "Member 'FHitResult::ImpactPoint' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, Normal) == 0x000040, "Member 'FHitResult::Normal' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, ImpactNormal) == 0x000058, "Member 'FHitResult::ImpactNormal' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, TraceStart) == 0x000070, "Member 'FHitResult::TraceStart' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, TraceEnd) == 0x000088, "Member 'FHitResult::TraceEnd' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, PenetrationDepth) == 0x0000A0, "Member 'FHitResult::PenetrationDepth' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, MyItem) == 0x0000A4, "Member 'FHitResult::MyItem' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, Item) == 0x0000A8, "Member 'FHitResult::Item' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, ElementIndex) == 0x0000AC, "Member 'FHitResult::ElementIndex' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, PhysMaterial) == 0x0000B0, "Member 'FHitResult::PhysMaterial' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, HitObjectHandle) == 0x0000B8, "Member 'FHitResult::HitObjectHandle' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, Component) == 0x0000D8, "Member 'FHitResult::Component' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, BoneName) == 0x0000E8, "Member 'FHitResult::BoneName' has a wrong offset!"); \ -static_assert(offsetof(FHitResult, MyBoneName) == 0x0000F0, "Member 'FHitResult::MyBoneName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FNavAgentSelector \ -static_assert(alignof(FNavAgentSelector) == 0x000004, "Wrong alignment on FNavAgentSelector"); \ -static_assert(sizeof(FNavAgentSelector) == 0x000004, "Wrong size on FNavAgentSelector"); \ - -#define DUMPER7_ASSERTS_FNavigationLinkBase \ -static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ -static_assert(sizeof(FNavigationLinkBase) == 0x000040, "Wrong size on FNavigationLinkBase"); \ -static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ -static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ -static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x000018, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ -static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x00001C, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ -static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000020, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ -static_assert(offsetof(FNavigationLinkBase, Direction) == 0x000028, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ -static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000030, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBroadphaseSettings \ -static_assert(alignof(FBroadphaseSettings) == 0x000008, "Wrong alignment on FBroadphaseSettings"); \ -static_assert(sizeof(FBroadphaseSettings) == 0x000080, "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) == 0x000008, "Member 'FBroadphaseSettings::MBPBounds' has a wrong offset!"); \ -static_assert(offsetof(FBroadphaseSettings, MBPOuterBounds) == 0x000040, "Member 'FBroadphaseSettings::MBPOuterBounds' has a wrong offset!"); \ -static_assert(offsetof(FBroadphaseSettings, MBPNumSubdivs) == 0x000078, "Member 'FBroadphaseSettings::MBPNumSubdivs' 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) == 0x000020, "Member 'FComponentReference::OtherActor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSwitchCustomInput \ -static_assert(alignof(FSwitchCustomInput) == 0x000008, "Wrong alignment on FSwitchCustomInput"); \ -static_assert(sizeof(FSwitchCustomInput) == 0x000030, "Wrong size on FSwitchCustomInput"); \ -static_assert(offsetof(FSwitchCustomInput, InputName) == 0x000000, "Member 'FSwitchCustomInput::InputName' has a wrong offset!"); \ -static_assert(offsetof(FSwitchCustomInput, Input) == 0x000008, "Member 'FSwitchCustomInput::Input' 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_FUniqueNetIdReplNetSerializerStringStruct \ -static_assert(alignof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerStringStruct"); \ -static_assert(sizeof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerStringStruct"); \ -static_assert(offsetof(FUniqueNetIdReplNetSerializerStringStruct, String) == 0x000000, "Member 'FUniqueNetIdReplNetSerializerStringStruct::String' 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_FInertializationBoneDiff \ -static_assert(alignof(FInertializationBoneDiff) == 0x000008, "Wrong alignment on FInertializationBoneDiff"); \ -static_assert(sizeof(FInertializationBoneDiff) == 0x000060, "Wrong size on FInertializationBoneDiff"); \ - -#define DUMPER7_ASSERTS_FDeviceTriggerBaseData \ -static_assert(alignof(FDeviceTriggerBaseData) == 0x000001, "Wrong alignment on FDeviceTriggerBaseData"); \ -static_assert(sizeof(FDeviceTriggerBaseData) == 0x000002, "Wrong size on FDeviceTriggerBaseData"); \ -static_assert(offsetof(FDeviceTriggerBaseData, AffectedTriggers) == 0x000000, "Member 'FDeviceTriggerBaseData::AffectedTriggers' has a wrong offset!"); \ -static_assert(offsetof(FDeviceTriggerBaseData, bResetUponCompletion) == 0x000001, "Member 'FDeviceTriggerBaseData::bResetUponCompletion' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_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_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_FSkelMeshSkinWeightInfo \ static_assert(alignof(FSkelMeshSkinWeightInfo) == 0x000004, "Wrong alignment on FSkelMeshSkinWeightInfo"); \ @@ -6738,150 +5957,69 @@ static_assert(sizeof(FSkelMeshSkinWeightInfo) == 0x00003C, "Wrong size on FSkelM 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_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_FVectorMaterialInput \ +static_assert(alignof(FVectorMaterialInput) == 0x000008, "Wrong alignment on FVectorMaterialInput"); \ +static_assert(sizeof(FVectorMaterialInput) == 0x000038, "Wrong size on FVectorMaterialInput"); \ +static_assert(offsetof(FVectorMaterialInput, Constant) == 0x00002C, "Member 'FVectorMaterialInput::Constant' 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_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_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_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_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_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_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_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_FBPVariableDescription \ -static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ -static_assert(sizeof(FBPVariableDescription) == 0x0000C8, "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) == 0x000090, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ -static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x000098, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ -static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A0, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ -static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000A8, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ -static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000B8, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FVector_NetQuantize10 \ +static_assert(alignof(FVector_NetQuantize10) == 0x000008, "Wrong alignment on FVector_NetQuantize10"); \ +static_assert(sizeof(FVector_NetQuantize10) == 0x000018, "Wrong size on FVector_NetQuantize10"); \ -#define DUMPER7_ASSERTS_FNeuralProfileStruct \ -static_assert(alignof(FNeuralProfileStruct) == 0x000008, "Wrong alignment on FNeuralProfileStruct"); \ -static_assert(sizeof(FNeuralProfileStruct) == 0x000048, "Wrong size on FNeuralProfileStruct"); \ -static_assert(offsetof(FNeuralProfileStruct, InputFormat) == 0x000000, "Member 'FNeuralProfileStruct::InputFormat' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, OutputFormat) == 0x000001, "Member 'FNeuralProfileStruct::OutputFormat' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, RuntimeType) == 0x000002, "Member 'FNeuralProfileStruct::RuntimeType' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, NNEModelData) == 0x000008, "Member 'FNeuralProfileStruct::NNEModelData' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, InputDimension) == 0x000010, "Member 'FNeuralProfileStruct::InputDimension' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, OutputDimension) == 0x000020, "Member 'FNeuralProfileStruct::OutputDimension' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, BatchSizeOverride) == 0x000030, "Member 'FNeuralProfileStruct::BatchSizeOverride' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, TileSize) == 0x000034, "Member 'FNeuralProfileStruct::TileSize' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, TileOverlap) == 0x000038, "Member 'FNeuralProfileStruct::TileOverlap' has a wrong offset!"); \ -static_assert(offsetof(FNeuralProfileStruct, TileOverlapResolveType) == 0x000040, "Member 'FNeuralProfileStruct::TileOverlapResolveType' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRootMotionSourceGroup \ +static_assert(alignof(FRootMotionSourceGroup) == 0x000008, "Wrong alignment on FRootMotionSourceGroup"); \ +static_assert(sizeof(FRootMotionSourceGroup) == 0x000048, "Wrong size on FRootMotionSourceGroup"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastAccumulatedSettings) == 0x000029, "Member 'FRootMotionSourceGroup::LastAccumulatedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastPreAdditiveVelocity) == 0x000030, "Member 'FRootMotionSourceGroup::LastPreAdditiveVelocity' 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_FFloatAnimationAttribute \ +static_assert(alignof(FFloatAnimationAttribute) == 0x000004, "Wrong alignment on FFloatAnimationAttribute"); \ +static_assert(sizeof(FFloatAnimationAttribute) == 0x000004, "Wrong size on FFloatAnimationAttribute"); \ +static_assert(offsetof(FFloatAnimationAttribute, Value) == 0x000000, "Member 'FFloatAnimationAttribute::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSubtitleCue \ -static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ -static_assert(sizeof(FSubtitleCue) == 0x000018, "Wrong size on FSubtitleCue"); \ -static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ -static_assert(offsetof(FSubtitleCue, Time) == 0x000010, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimDataModelNotifPayload \ +static_assert(alignof(FAnimDataModelNotifPayload) == 0x000008, "Wrong alignment on FAnimDataModelNotifPayload"); \ +static_assert(sizeof(FAnimDataModelNotifPayload) == 0x000010, "Wrong size on FAnimDataModelNotifPayload"); \ -#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_FRigidBodyContactInfo \ +static_assert(alignof(FRigidBodyContactInfo) == 0x000008, "Wrong alignment on FRigidBodyContactInfo"); \ +static_assert(sizeof(FRigidBodyContactInfo) == 0x000048, "Wrong size on FRigidBodyContactInfo"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPosition) == 0x000000, "Member 'FRigidBodyContactInfo::ContactPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactNormal) == 0x000018, "Member 'FRigidBodyContactInfo::ContactNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPenetration) == 0x000030, "Member 'FRigidBodyContactInfo::ContactPenetration' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, bContactProbe) == 0x000034, "Member 'FRigidBodyContactInfo::bContactProbe' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, PhysMaterial) == 0x000038, "Member 'FRigidBodyContactInfo::PhysMaterial' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCustomInput \ -static_assert(alignof(FCustomInput) == 0x000008, "Wrong alignment on FCustomInput"); \ -static_assert(sizeof(FCustomInput) == 0x000030, "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_FKeyHandleMap \ +static_assert(alignof(FKeyHandleMap) == 0x000008, "Wrong alignment on FKeyHandleMap"); \ +static_assert(sizeof(FKeyHandleMap) == 0x000060, "Wrong size on FKeyHandleMap"); \ -#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_FPlatformInterfaceData \ -static_assert(alignof(FPlatformInterfaceData) == 0x000008, "Wrong alignment on FPlatformInterfaceData"); \ -static_assert(sizeof(FPlatformInterfaceData) == 0x000030, "Wrong size on FPlatformInterfaceData"); \ -static_assert(offsetof(FPlatformInterfaceData, DataName) == 0x000000, "Member 'FPlatformInterfaceData::DataName' has a wrong offset!"); \ -static_assert(offsetof(FPlatformInterfaceData, Type) == 0x000008, "Member 'FPlatformInterfaceData::Type' has a wrong offset!"); \ -static_assert(offsetof(FPlatformInterfaceData, IntValue) == 0x00000C, "Member 'FPlatformInterfaceData::IntValue' has a wrong offset!"); \ -static_assert(offsetof(FPlatformInterfaceData, FloatValue) == 0x000010, "Member 'FPlatformInterfaceData::FloatValue' has a wrong offset!"); \ -static_assert(offsetof(FPlatformInterfaceData, StringValue) == 0x000018, "Member 'FPlatformInterfaceData::StringValue' has a wrong offset!"); \ -static_assert(offsetof(FPlatformInterfaceData, ObjectValue) == 0x000028, "Member 'FPlatformInterfaceData::ObjectValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPlatformInterfaceDelegateResult \ -static_assert(alignof(FPlatformInterfaceDelegateResult) == 0x000008, "Wrong alignment on FPlatformInterfaceDelegateResult"); \ -static_assert(sizeof(FPlatformInterfaceDelegateResult) == 0x000038, "Wrong size on FPlatformInterfaceDelegateResult"); \ -static_assert(offsetof(FPlatformInterfaceDelegateResult, bSuccessful) == 0x000000, "Member 'FPlatformInterfaceDelegateResult::bSuccessful' has a wrong offset!"); \ -static_assert(offsetof(FPlatformInterfaceDelegateResult, Data) == 0x000008, "Member 'FPlatformInterfaceDelegateResult::Data' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMaterialLayersFunctionsRuntimeData \ -static_assert(alignof(FMaterialLayersFunctionsRuntimeData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsRuntimeData"); \ -static_assert(sizeof(FMaterialLayersFunctionsRuntimeData) == 0x000020, "Wrong size on FMaterialLayersFunctionsRuntimeData"); \ -static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Layers) == 0x000000, "Member 'FMaterialLayersFunctionsRuntimeData::Layers' has a wrong offset!"); \ -static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Blends) == 0x000010, "Member 'FMaterialLayersFunctionsRuntimeData::Blends' 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_FEndPhysicsTickFunction \ -static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ -static_assert(sizeof(FEndPhysicsTickFunction) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ - -#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_FLightingChannels \ +static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ +static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ #define DUMPER7_ASSERTS_FCollisionResponseContainer \ static_assert(alignof(FCollisionResponseContainer) == 0x000001, "Wrong alignment on FCollisionResponseContainer"); \ @@ -6919,12 +6057,24 @@ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel16) == 0x000 static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel17) == 0x00001E, "Member 'FCollisionResponseContainer::GameTraceChannel17' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel18) == 0x00001F, "Member 'FCollisionResponseContainer::GameTraceChannel18' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FResponseChannel \ +static_assert(alignof(FResponseChannel) == 0x000004, "Wrong alignment on FResponseChannel"); \ +static_assert(sizeof(FResponseChannel) == 0x00000C, "Wrong size on FResponseChannel"); \ +static_assert(offsetof(FResponseChannel, Channel) == 0x000000, "Member 'FResponseChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(FResponseChannel, Response) == 0x000008, "Member 'FResponseChannel::Response' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCollisionResponse \ static_assert(alignof(FCollisionResponse) == 0x000008, "Wrong alignment on FCollisionResponse"); \ static_assert(sizeof(FCollisionResponse) == 0x000030, "Wrong size on FCollisionResponse"); \ static_assert(offsetof(FCollisionResponse, ResponseToChannels) == 0x000000, "Member 'FCollisionResponse::ResponseToChannels' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponse, ResponseArray) == 0x000020, "Member 'FCollisionResponse::ResponseArray' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_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_FBodyInstance \ static_assert(alignof(FBodyInstance) == 0x000008, "Wrong alignment on FBodyInstance"); \ static_assert(sizeof(FBodyInstance) == 0x000198, "Wrong size on FBodyInstance"); \ @@ -6952,60 +6102,485 @@ static_assert(offsetof(FBodyInstance, CustomSleepThresholdMultiplier) == 0x00015 static_assert(offsetof(FBodyInstance, StabilizationThresholdMultiplier) == 0x000158, "Member 'FBodyInstance::StabilizationThresholdMultiplier' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, PhysicsBlendWeight) == 0x00015C, "Member 'FBodyInstance::PhysicsBlendWeight' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FISMComponentDescriptorBase \ +static_assert(alignof(FISMComponentDescriptorBase) == 0x000008, "Wrong alignment on FISMComponentDescriptorBase"); \ +static_assert(sizeof(FISMComponentDescriptorBase) == 0x0001E8, "Wrong size on FISMComponentDescriptorBase"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Hash) == 0x000008, "Member 'FISMComponentDescriptorBase::Hash' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, ComponentClass) == 0x000010, "Member 'FISMComponentDescriptorBase::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Mobility) == 0x000018, "Member 'FISMComponentDescriptorBase::Mobility' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureRenderPassType) == 0x000019, "Member 'FISMComponentDescriptorBase::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightmapType) == 0x00001A, "Member 'FISMComponentDescriptorBase::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightingChannels) == 0x00001B, "Member 'FISMComponentDescriptorBase::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupId) == 0x00001C, "Member 'FISMComponentDescriptorBase::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupCullingPriority) == 0x000020, "Member 'FISMComponentDescriptorBase::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, bHasCustomNavigableGeometry) == 0x000021, "Member 'FISMComponentDescriptorBase::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilWriteMask) == 0x000022, "Member 'FISMComponentDescriptorBase::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, BodyInstance) == 0x000028, "Member 'FISMComponentDescriptorBase::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceStartCullDistance) == 0x0001C0, "Member 'FISMComponentDescriptorBase::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceEndCullDistance) == 0x0001C4, "Member 'FISMComponentDescriptorBase::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceLODDistanceScale) == 0x0001C8, "Member 'FISMComponentDescriptorBase::InstanceLODDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureCullMips) == 0x0001CC, "Member 'FISMComponentDescriptorBase::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, TranslucencySortPriority) == 0x0001D0, "Member 'FISMComponentDescriptorBase::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, OverriddenLightMapRes) == 0x0001D4, "Member 'FISMComponentDescriptorBase::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilValue) == 0x0001D8, "Member 'FISMComponentDescriptorBase::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, WorldPositionOffsetDisableDistance) == 0x0001E0, "Member 'FISMComponentDescriptorBase::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, ShadowCacheInvalidationBehavior) == 0x0001E4, "Member 'FISMComponentDescriptorBase::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, DetailMode) == 0x0001E5, "Member 'FISMComponentDescriptorBase::DetailMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftISMComponentDescriptor \ +static_assert(alignof(FSoftISMComponentDescriptor) == 0x000008, "Wrong alignment on FSoftISMComponentDescriptor"); \ +static_assert(sizeof(FSoftISMComponentDescriptor) == 0x000258, "Wrong size on FSoftISMComponentDescriptor"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, StaticMesh) == 0x0001E8, "Member 'FSoftISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverrideMaterials) == 0x000210, "Member 'FSoftISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverlayMaterial) == 0x000220, "Member 'FSoftISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, RuntimeVirtualTextures) == 0x000248, "Member 'FSoftISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosBreakEvent \ +static_assert(alignof(FChaosBreakEvent) == 0x000008, "Wrong alignment on FChaosBreakEvent"); \ +static_assert(sizeof(FChaosBreakEvent) == 0x000078, "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) == 0x000020, "Member 'FChaosBreakEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, AngularVelocity) == 0x000038, "Member 'FChaosBreakEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Extents) == 0x000050, "Member 'FChaosBreakEvent::Extents' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Mass) == 0x000068, "Member 'FChaosBreakEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Index) == 0x00006C, "Member 'FChaosBreakEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, bFromCrumble) == 0x000070, "Member 'FChaosBreakEvent::bFromCrumble' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIndexedCurve \ +static_assert(alignof(FIndexedCurve) == 0x000008, "Wrong alignment on FIndexedCurve"); \ +static_assert(sizeof(FIndexedCurve) == 0x000068, "Wrong size on FIndexedCurve"); \ +static_assert(offsetof(FIndexedCurve, KeyHandlesToIndices) == 0x000008, "Member 'FIndexedCurve::KeyHandlesToIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCollisionChaosEventBodyInfo \ +static_assert(alignof(FCollisionChaosEventBodyInfo) == 0x000008, "Wrong alignment on FCollisionChaosEventBodyInfo"); \ +static_assert(sizeof(FCollisionChaosEventBodyInfo) == 0x000070, "Wrong size on FCollisionChaosEventBodyInfo"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Velocity) == 0x000000, "Member 'FCollisionChaosEventBodyInfo::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, DeltaVelocity) == 0x000018, "Member 'FCollisionChaosEventBodyInfo::DeltaVelocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, AngularVelocity) == 0x000030, "Member 'FCollisionChaosEventBodyInfo::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Mass) == 0x000048, "Member 'FCollisionChaosEventBodyInfo::Mass' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, PhysMaterial) == 0x000050, "Member 'FCollisionChaosEventBodyInfo::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Component) == 0x000058, "Member 'FCollisionChaosEventBodyInfo::Component' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, BodyIndex) == 0x000060, "Member 'FCollisionChaosEventBodyInfo::BodyIndex' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, BoneName) == 0x000064, "Member 'FCollisionChaosEventBodyInfo::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionChaosEvent \ +static_assert(alignof(FCollisionChaosEvent) == 0x000008, "Wrong alignment on FCollisionChaosEvent"); \ +static_assert(sizeof(FCollisionChaosEvent) == 0x000130, "Wrong size on FCollisionChaosEvent"); \ +static_assert(offsetof(FCollisionChaosEvent, Location) == 0x000000, "Member 'FCollisionChaosEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, AccumulatedImpulse) == 0x000018, "Member 'FCollisionChaosEvent::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Normal) == 0x000030, "Member 'FCollisionChaosEvent::Normal' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, PenetrationDepth) == 0x000048, "Member 'FCollisionChaosEvent::PenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Body1) == 0x000050, "Member 'FCollisionChaosEvent::Body1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Body2) == 0x0000C0, "Member 'FCollisionChaosEvent::Body2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaintedVertex \ +static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ +static_assert(sizeof(FPaintedVertex) == 0x000040, "Wrong size on FPaintedVertex"); \ +static_assert(offsetof(FPaintedVertex, Position) == 0x000000, "Member 'FPaintedVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Color) == 0x000018, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Normal) == 0x000020, "Member 'FPaintedVertex::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimExecutionContext \ +static_assert(alignof(FAnimExecutionContext) == 0x000008, "Wrong alignment on FAnimExecutionContext"); \ +static_assert(sizeof(FAnimExecutionContext) == 0x000010, "Wrong size on FAnimExecutionContext"); \ + +#define DUMPER7_ASSERTS_FAnimUpdateContext \ +static_assert(alignof(FAnimUpdateContext) == 0x000008, "Wrong alignment on FAnimUpdateContext"); \ +static_assert(sizeof(FAnimUpdateContext) == 0x000010, "Wrong size on FAnimUpdateContext"); \ + +#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_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_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_FActorComponentTickFunction \ +static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ +static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ + +#define DUMPER7_ASSERTS_FChaosCrumblingEvent \ +static_assert(alignof(FChaosCrumblingEvent) == 0x000010, "Wrong alignment on FChaosCrumblingEvent"); \ +static_assert(sizeof(FChaosCrumblingEvent) == 0x0000C0, "Wrong size on FChaosCrumblingEvent"); \ +static_assert(offsetof(FChaosCrumblingEvent, Component) == 0x000000, "Member 'FChaosCrumblingEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Location) == 0x000008, "Member 'FChaosCrumblingEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, orientation) == 0x000020, "Member 'FChaosCrumblingEvent::orientation' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, LinearVelocity) == 0x000040, "Member 'FChaosCrumblingEvent::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, AngularVelocity) == 0x000058, "Member 'FChaosCrumblingEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Mass) == 0x000070, "Member 'FChaosCrumblingEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, LocalBounds) == 0x000078, "Member 'FChaosCrumblingEvent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Children) == 0x0000B0, "Member 'FChaosCrumblingEvent::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerStringStruct \ +static_assert(alignof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerStringStruct"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerStringStruct"); \ +static_assert(offsetof(FUniqueNetIdReplNetSerializerStringStruct, String) == 0x000000, "Member 'FUniqueNetIdReplNetSerializerStringStruct::String' 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_FISMComponentDescriptor \ +static_assert(alignof(FISMComponentDescriptor) == 0x000008, "Wrong alignment on FISMComponentDescriptor"); \ +static_assert(sizeof(FISMComponentDescriptor) == 0x000218, "Wrong size on FISMComponentDescriptor"); \ +static_assert(offsetof(FISMComponentDescriptor, StaticMesh) == 0x0001E8, "Member 'FISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverrideMaterials) == 0x0001F0, "Member 'FISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverlayMaterial) == 0x000200, "Member 'FISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, RuntimeVirtualTextures) == 0x000208, "Member 'FISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODISMComponentDescriptor \ +static_assert(alignof(FHLODISMComponentDescriptor) == 0x000008, "Wrong alignment on FHLODISMComponentDescriptor"); \ +static_assert(sizeof(FHLODISMComponentDescriptor) == 0x000218, "Wrong size on FHLODISMComponentDescriptor"); \ + +#define DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings \ +static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000008, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ +static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000028, "Wrong size on FRootMotionFinishVelocitySettings"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000008, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000020, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseComponentReference \ +static_assert(alignof(FBaseComponentReference) == 0x000008, "Wrong alignment on FBaseComponentReference"); \ +static_assert(sizeof(FBaseComponentReference) == 0x000020, "Wrong size on FBaseComponentReference"); \ +static_assert(offsetof(FBaseComponentReference, ComponentProperty) == 0x000000, "Member 'FBaseComponentReference::ComponentProperty' has a wrong offset!"); \ +static_assert(offsetof(FBaseComponentReference, PathToComponent) == 0x000008, "Member 'FBaseComponentReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftComponentReference \ +static_assert(alignof(FSoftComponentReference) == 0x000008, "Wrong alignment on FSoftComponentReference"); \ +static_assert(sizeof(FSoftComponentReference) == 0x000048, "Wrong size on FSoftComponentReference"); \ +static_assert(offsetof(FSoftComponentReference, OtherActor) == 0x000020, "Member 'FSoftComponentReference::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawDistributionVector \ +static_assert(alignof(FRawDistributionVector) == 0x000008, "Wrong alignment on FRawDistributionVector"); \ +static_assert(sizeof(FRawDistributionVector) == 0x000060, "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) == 0x000040, "Member 'FRawDistributionVector::MaxValueVec' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionVector, Distribution) == 0x000058, "Member 'FRawDistributionVector::Distribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternStartParams \ +static_assert(alignof(FCameraShakePatternStartParams) == 0x000004, "Wrong alignment on FCameraShakePatternStartParams"); \ +static_assert(sizeof(FCameraShakePatternStartParams) == 0x000008, "Wrong size on FCameraShakePatternStartParams"); \ +static_assert(offsetof(FCameraShakePatternStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakePatternStartParams::bIsRestarting' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternStartParams, bOverrideDuration) == 0x000001, "Member 'FCameraShakePatternStartParams::bOverrideDuration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternStartParams, DurationOverride) == 0x000004, "Member 'FCameraShakePatternStartParams::DurationOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantize \ +static_assert(alignof(FVector_NetQuantize) == 0x000008, "Wrong alignment on FVector_NetQuantize"); \ +static_assert(sizeof(FVector_NetQuantize) == 0x000018, "Wrong size on FVector_NetQuantize"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantizeNormal \ +static_assert(alignof(FVector_NetQuantizeNormal) == 0x000008, "Wrong alignment on FVector_NetQuantizeNormal"); \ +static_assert(sizeof(FVector_NetQuantizeNormal) == 0x000018, "Wrong size on FVector_NetQuantizeNormal"); \ + +#define DUMPER7_ASSERTS_FActorInstanceHandle \ +static_assert(alignof(FActorInstanceHandle) == 0x000008, "Wrong alignment on FActorInstanceHandle"); \ +static_assert(sizeof(FActorInstanceHandle) == 0x000020, "Wrong size on FActorInstanceHandle"); \ +static_assert(offsetof(FActorInstanceHandle, ReferenceObject) == 0x000000, "Member 'FActorInstanceHandle::ReferenceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResult \ +static_assert(alignof(FHitResult) == 0x000008, "Wrong alignment on FHitResult"); \ +static_assert(sizeof(FHitResult) == 0x0000F8, "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) == 0x000010, "Member 'FHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactPoint) == 0x000028, "Member 'FHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Normal) == 0x000040, "Member 'FHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactNormal) == 0x000058, "Member 'FHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceStart) == 0x000070, "Member 'FHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceEnd) == 0x000088, "Member 'FHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PenetrationDepth) == 0x0000A0, "Member 'FHitResult::PenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyItem) == 0x0000A4, "Member 'FHitResult::MyItem' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Item) == 0x0000A8, "Member 'FHitResult::Item' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ElementIndex) == 0x0000AC, "Member 'FHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PhysMaterial) == 0x0000B0, "Member 'FHitResult::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, HitObjectHandle) == 0x0000B8, "Member 'FHitResult::HitObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Component) == 0x0000D8, "Member 'FHitResult::Component' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, BoneName) == 0x0000E8, "Member 'FHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyBoneName) == 0x0000F0, "Member 'FHitResult::MyBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceColorCurveData \ +static_assert(alignof(FDeviceColorCurveData) == 0x000008, "Wrong alignment on FDeviceColorCurveData"); \ +static_assert(sizeof(FDeviceColorCurveData) == 0x000010, "Wrong size on FDeviceColorCurveData"); \ +static_assert(offsetof(FDeviceColorCurveData, bEnable) == 0x000000, "Member 'FDeviceColorCurveData::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorCurveData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorCurveData::bResetAfterCompletion' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorCurveData, DeviceColorCurve) == 0x000008, "Member 'FDeviceColorCurveData::DeviceColorCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FComponentReference \ +static_assert(alignof(FComponentReference) == 0x000008, "Wrong alignment on FComponentReference"); \ +static_assert(sizeof(FComponentReference) == 0x000028, "Wrong size on FComponentReference"); \ +static_assert(offsetof(FComponentReference, OtherActor) == 0x000020, "Member 'FComponentReference::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettings \ +static_assert(alignof(FNetworkPhysicsSettings) == 0x000004, "Wrong alignment on FNetworkPhysicsSettings"); \ +static_assert(sizeof(FNetworkPhysicsSettings) == 0x000008, "Wrong size on FNetworkPhysicsSettings"); \ +static_assert(offsetof(FNetworkPhysicsSettings, SimProxyRepMode) == 0x000004, "Member 'FNetworkPhysicsSettings::SimProxyRepMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmptyPayload \ +static_assert(alignof(FEmptyPayload) == 0x000001, "Wrong alignment on FEmptyPayload"); \ +static_assert(sizeof(FEmptyPayload) == 0x000001, "Wrong size on FEmptyPayload"); \ + +#define DUMPER7_ASSERTS_FBracketPayload \ +static_assert(alignof(FBracketPayload) == 0x000008, "Wrong alignment on FBracketPayload"); \ +static_assert(sizeof(FBracketPayload) == 0x000010, "Wrong size on FBracketPayload"); \ +static_assert(offsetof(FBracketPayload, Description) == 0x000000, "Member 'FBracketPayload::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdRepl \ +static_assert(alignof(FUniqueNetIdRepl) == 0x000008, "Wrong alignment on FUniqueNetIdRepl"); \ +static_assert(sizeof(FUniqueNetIdRepl) == 0x000030, "Wrong size on FUniqueNetIdRepl"); \ +static_assert(offsetof(FUniqueNetIdRepl, ReplicationBytes) == 0x000020, "Member 'FUniqueNetIdRepl::ReplicationBytes' 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_FMTDResult \ +static_assert(alignof(FMTDResult) == 0x000008, "Wrong alignment on FMTDResult"); \ +static_assert(sizeof(FMTDResult) == 0x000020, "Wrong size on FMTDResult"); \ +static_assert(offsetof(FMTDResult, Direction) == 0x000000, "Member 'FMTDResult::Direction' has a wrong offset!"); \ +static_assert(offsetof(FMTDResult, Distance) == 0x000018, "Member 'FMTDResult::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedFloatCurve \ +static_assert(alignof(FCachedFloatCurve) == 0x000004, "Wrong alignment on FCachedFloatCurve"); \ +static_assert(sizeof(FCachedFloatCurve) == 0x000008, "Wrong size on FCachedFloatCurve"); \ +static_assert(offsetof(FCachedFloatCurve, CurveName) == 0x000000, "Member 'FCachedFloatCurve::CurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGraphBlendOptions \ +static_assert(alignof(FAnimGraphBlendOptions) == 0x000008, "Wrong alignment on FAnimGraphBlendOptions"); \ +static_assert(sizeof(FAnimGraphBlendOptions) == 0x000020, "Wrong size on FAnimGraphBlendOptions"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInProfile) == 0x000008, "Member 'FAnimGraphBlendOptions::BlendInProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutTime) == 0x000010, "Member 'FAnimGraphBlendOptions::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutProfile) == 0x000018, "Member 'FAnimGraphBlendOptions::BlendOutProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsResimulation \ +static_assert(alignof(FNetworkPhysicsSettingsResimulation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsResimulation"); \ +static_assert(sizeof(FNetworkPhysicsSettingsResimulation) == 0x000058, "Wrong size on FNetworkPhysicsSettingsResimulation"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RedundantInputs) == 0x000004, "Member 'FNetworkPhysicsSettingsResimulation::RedundantInputs' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RedundantStates) == 0x00000C, "Member 'FNetworkPhysicsSettingsResimulation::RedundantStates' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeCorrectionEnabled) == 0x000014, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeCorrectionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeVelocityCorrection) == 0x00001C, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeVelocityCorrection' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, PosStabilityMultiplier) == 0x000024, "Member 'FNetworkPhysicsSettingsResimulation::PosStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RotStabilityMultiplier) == 0x00002C, "Member 'FNetworkPhysicsSettingsResimulation::RotStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, VelStabilityMultiplier) == 0x000034, "Member 'FNetworkPhysicsSettingsResimulation::VelStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, AngVelStabilityMultiplier) == 0x00003C, "Member 'FNetworkPhysicsSettingsResimulation::AngVelStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorThreshold) == 0x000044, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bCompareStateToTriggerRewind) == 0x00004C, "Member 'FNetworkPhysicsSettingsResimulation::bCompareStateToTriggerRewind' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bCompareInputToTriggerRewind) == 0x000054, "Member 'FNetworkPhysicsSettingsResimulation::bCompareInputToTriggerRewind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputDelegateBinding \ +static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputTouchDelegateBinding \ +static_assert(alignof(FBlueprintInputTouchDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputTouchDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputTouchDelegateBinding) == 0x000010, "Wrong size on FBlueprintInputTouchDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputTouchDelegateBinding, InputKeyEvent) == 0x000004, "Member 'FBlueprintInputTouchDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputTouchDelegateBinding, FunctionNameToBind) == 0x000008, "Member 'FBlueprintInputTouchDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSubtitleCue \ +static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ +static_assert(sizeof(FSubtitleCue) == 0x000018, "Wrong size on FSubtitleCue"); \ +static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleCue, Time) == 0x000010, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNeuralProfileStruct \ +static_assert(alignof(FNeuralProfileStruct) == 0x000008, "Wrong alignment on FNeuralProfileStruct"); \ +static_assert(sizeof(FNeuralProfileStruct) == 0x000048, "Wrong size on FNeuralProfileStruct"); \ +static_assert(offsetof(FNeuralProfileStruct, InputFormat) == 0x000000, "Member 'FNeuralProfileStruct::InputFormat' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, OutputFormat) == 0x000001, "Member 'FNeuralProfileStruct::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, RuntimeType) == 0x000002, "Member 'FNeuralProfileStruct::RuntimeType' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, NNEModelData) == 0x000008, "Member 'FNeuralProfileStruct::NNEModelData' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, InputDimension) == 0x000010, "Member 'FNeuralProfileStruct::InputDimension' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, OutputDimension) == 0x000020, "Member 'FNeuralProfileStruct::OutputDimension' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, BatchSizeOverride) == 0x000030, "Member 'FNeuralProfileStruct::BatchSizeOverride' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileSize) == 0x000034, "Member 'FNeuralProfileStruct::TileSize' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileOverlap) == 0x000038, "Member 'FNeuralProfileStruct::TileOverlap' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileOverlapResolveType) == 0x000040, "Member 'FNeuralProfileStruct::TileOverlapResolveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformInterfaceData \ +static_assert(alignof(FPlatformInterfaceData) == 0x000008, "Wrong alignment on FPlatformInterfaceData"); \ +static_assert(sizeof(FPlatformInterfaceData) == 0x000030, "Wrong size on FPlatformInterfaceData"); \ +static_assert(offsetof(FPlatformInterfaceData, DataName) == 0x000000, "Member 'FPlatformInterfaceData::DataName' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, Type) == 0x000008, "Member 'FPlatformInterfaceData::Type' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, IntValue) == 0x00000C, "Member 'FPlatformInterfaceData::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, FloatValue) == 0x000010, "Member 'FPlatformInterfaceData::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, StringValue) == 0x000018, "Member 'FPlatformInterfaceData::StringValue' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, ObjectValue) == 0x000028, "Member 'FPlatformInterfaceData::ObjectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformInterfaceDelegateResult \ +static_assert(alignof(FPlatformInterfaceDelegateResult) == 0x000008, "Wrong alignment on FPlatformInterfaceDelegateResult"); \ +static_assert(sizeof(FPlatformInterfaceDelegateResult) == 0x000038, "Wrong size on FPlatformInterfaceDelegateResult"); \ +static_assert(offsetof(FPlatformInterfaceDelegateResult, bSuccessful) == 0x000000, "Member 'FPlatformInterfaceDelegateResult::bSuccessful' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceDelegateResult, Data) == 0x000008, "Member 'FPlatformInterfaceDelegateResult::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRealCurve \ +static_assert(alignof(FRealCurve) == 0x000008, "Wrong alignment on FRealCurve"); \ +static_assert(sizeof(FRealCurve) == 0x000070, "Wrong size on FRealCurve"); \ +static_assert(offsetof(FRealCurve, DefaultValue) == 0x000068, "Member 'FRealCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FRealCurve, PreInfinityExtrap) == 0x00006C, "Member 'FRealCurve::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FRealCurve, PostInfinityExtrap) == 0x00006D, "Member 'FRealCurve::PostInfinityExtrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichCurve \ +static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ +static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ +static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCurveBase \ +static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ +static_assert(sizeof(FAnimCurveBase) == 0x00000C, "Wrong size on FAnimCurveBase"); \ +static_assert(offsetof(FAnimCurveBase, CurveName) == 0x000000, "Member 'FAnimCurveBase::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000008, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatCurve \ +static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ +static_assert(sizeof(FFloatCurve) == 0x000090, "Wrong size on FFloatCurve"); \ +static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000010, "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_FBranchingPointNotifyPayload \ +static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ +static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ + +#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_FSoundSubmixSendInfoBase \ +static_assert(alignof(FSoundSubmixSendInfoBase) == 0x000008, "Wrong alignment on FSoundSubmixSendInfoBase"); \ +static_assert(sizeof(FSoundSubmixSendInfoBase) == 0x0000B0, "Wrong size on FSoundSubmixSendInfoBase"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfoBase::SendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfoBase::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfoBase::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, DisableManualSendClamp) == 0x000014, "Member 'FSoundSubmixSendInfoBase::DisableManualSendClamp' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfoBase::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendLevel) == 0x00001C, "Member 'FSoundSubmixSendInfoBase::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfoBase::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendDistance) == 0x000024, "Member 'FSoundSubmixSendInfoBase::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfoBase::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttenuationSubmixSendSettings \ +static_assert(alignof(FAttenuationSubmixSendSettings) == 0x000008, "Wrong alignment on FAttenuationSubmixSendSettings"); \ +static_assert(sizeof(FAttenuationSubmixSendSettings) == 0x0000B0, "Wrong size on FAttenuationSubmixSendSettings"); \ + +#define DUMPER7_ASSERTS_FPoseAssetInfluence \ +static_assert(alignof(FPoseAssetInfluence) == 0x000004, "Wrong alignment on FPoseAssetInfluence"); \ +static_assert(sizeof(FPoseAssetInfluence) == 0x000008, "Wrong size on FPoseAssetInfluence"); \ +static_assert(offsetof(FPoseAssetInfluence, PoseIndex) == 0x000000, "Member 'FPoseAssetInfluence::PoseIndex' has a wrong offset!"); \ +static_assert(offsetof(FPoseAssetInfluence, BoneTransformIndex) == 0x000004, "Member 'FPoseAssetInfluence::BoneTransformIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseAssetInfluences \ +static_assert(alignof(FPoseAssetInfluences) == 0x000008, "Wrong alignment on FPoseAssetInfluences"); \ +static_assert(sizeof(FPoseAssetInfluences) == 0x000010, "Wrong size on FPoseAssetInfluences"); \ +static_assert(offsetof(FPoseAssetInfluences, Influences) == 0x000000, "Member 'FPoseAssetInfluences::Influences' 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) == 0x000008, "Member 'FPoseLinkBase::LinkID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseLink \ +static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ +static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ + +#define DUMPER7_ASSERTS_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_FChaosRemovalEvent \ +static_assert(alignof(FChaosRemovalEvent) == 0x000008, "Wrong alignment on FChaosRemovalEvent"); \ +static_assert(sizeof(FChaosRemovalEvent) == 0x000028, "Wrong size on FChaosRemovalEvent"); \ +static_assert(offsetof(FChaosRemovalEvent, Component) == 0x000000, "Member 'FChaosRemovalEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEvent, Location) == 0x000008, "Member 'FChaosRemovalEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEvent, Mass) == 0x000020, "Member 'FChaosRemovalEvent::Mass' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FInterpControlPoint \ static_assert(alignof(FInterpControlPoint) == 0x000008, "Wrong alignment on FInterpControlPoint"); \ static_assert(sizeof(FInterpControlPoint) == 0x000028, "Wrong size on FInterpControlPoint"); \ static_assert(offsetof(FInterpControlPoint, PositionControlPoint) == 0x000000, "Member 'FInterpControlPoint::PositionControlPoint' has a wrong offset!"); \ static_assert(offsetof(FInterpControlPoint, bPositionIsRelative) == 0x000018, "Member 'FInterpControlPoint::bPositionIsRelative' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBaseAttenuationSettings \ -static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ -static_assert(sizeof(FBaseAttenuationSettings) == 0x0000C0, "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, FalloffMode) == 0x00000A, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ -static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ -static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000010, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ -static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000028, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ -static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x00002C, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ -static_assert(offsetof(FBaseAttenuationSettings, ConeSphereRadius) == 0x000030, "Member 'FBaseAttenuationSettings::ConeSphereRadius' has a wrong offset!"); \ -static_assert(offsetof(FBaseAttenuationSettings, ConeSphereFalloffDistance) == 0x000034, "Member 'FBaseAttenuationSettings::ConeSphereFalloffDistance' has a wrong offset!"); \ -static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000038, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' 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_FForceFeedbackAttenuationSettings \ -static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ -static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000C0, "Wrong size on FForceFeedbackAttenuationSettings"); \ +#define DUMPER7_ASSERTS_FAnimationCurveIdentifier \ +static_assert(alignof(FAnimationCurveIdentifier) == 0x000004, "Wrong alignment on FAnimationCurveIdentifier"); \ +static_assert(sizeof(FAnimationCurveIdentifier) == 0x00000C, "Wrong size on FAnimationCurveIdentifier"); \ +static_assert(offsetof(FAnimationCurveIdentifier, CurveName) == 0x000000, "Member 'FAnimationCurveIdentifier::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, CurveType) == 0x000008, "Member 'FAnimationCurveIdentifier::CurveType' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, Channel) == 0x000009, "Member 'FAnimationCurveIdentifier::Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, Axis) == 0x00000A, "Member 'FAnimationCurveIdentifier::Axis' 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_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_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!"); \ -static_assert(offsetof(FBlendParameter, bSnapToGrid) == 0x00001C, "Member 'FBlendParameter::bSnapToGrid' has a wrong offset!"); \ -static_assert(offsetof(FBlendParameter, bWrapInput) == 0x00001D, "Member 'FBlendParameter::bWrapInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAsyncPhysicsTimestamp \ -static_assert(alignof(FAsyncPhysicsTimestamp) == 0x000004, "Wrong alignment on FAsyncPhysicsTimestamp"); \ -static_assert(sizeof(FAsyncPhysicsTimestamp) == 0x000008, "Wrong size on FAsyncPhysicsTimestamp"); \ -static_assert(offsetof(FAsyncPhysicsTimestamp, ServerFrame) == 0x000000, "Member 'FAsyncPhysicsTimestamp::ServerFrame' has a wrong offset!"); \ -static_assert(offsetof(FAsyncPhysicsTimestamp, LocalFrame) == 0x000004, "Member 'FAsyncPhysicsTimestamp::LocalFrame' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNaniteSettings \ +static_assert(alignof(FNaniteSettings) == 0x000001, "Wrong alignment on FNaniteSettings"); \ +static_assert(sizeof(FNaniteSettings) == 0x000001, "Wrong size on FNaniteSettings"); \ +static_assert(offsetof(FNaniteSettings, bAllowMaskedMaterials) == 0x000000, "Member 'FNaniteSettings::bAllowMaskedMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLatentActionInfo \ static_assert(alignof(FLatentActionInfo) == 0x000008, "Wrong alignment on FLatentActionInfo"); \ @@ -7015,194 +6590,234 @@ static_assert(offsetof(FLatentActionInfo, UUID) == 0x000004, "Member 'FLatentAct 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_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_FExpressionExecOutput \ +static_assert(alignof(FExpressionExecOutput) == 0x000008, "Wrong alignment on FExpressionExecOutput"); \ +static_assert(sizeof(FExpressionExecOutput) == 0x000008, "Wrong size on FExpressionExecOutput"); \ +static_assert(offsetof(FExpressionExecOutput, Expression) == 0x000000, "Member 'FExpressionExecOutput::Expression' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCurveRenamedPayload \ -static_assert(alignof(FCurveRenamedPayload) == 0x000004, "Wrong alignment on FCurveRenamedPayload"); \ -static_assert(sizeof(FCurveRenamedPayload) == 0x000018, "Wrong size on FCurveRenamedPayload"); \ -static_assert(offsetof(FCurveRenamedPayload, NewIdentifier) == 0x00000C, "Member 'FCurveRenamedPayload::NewIdentifier' 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_FStringAnimationAttribute \ -static_assert(alignof(FStringAnimationAttribute) == 0x000008, "Wrong alignment on FStringAnimationAttribute"); \ -static_assert(sizeof(FStringAnimationAttribute) == 0x000010, "Wrong size on FStringAnimationAttribute"); \ -static_assert(offsetof(FStringAnimationAttribute, Value) == 0x000000, "Member 'FStringAnimationAttribute::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsPredictiveInterpolation \ +static_assert(alignof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsPredictiveInterpolation"); \ +static_assert(sizeof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000070, "Wrong size on FNetworkPhysicsSettingsPredictiveInterpolation"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeBase) == 0x000004, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeBase' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMin) == 0x00000C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMin' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMultiplier) == 0x000014, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeBase) == 0x00001C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeBase' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMin) == 0x000024, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMin' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMultiplier) == 0x00002C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosInterpolationTimeMultiplier) == 0x000034, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosInterpolationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotInterpolationTimeMultiplier) == 0x00003C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotInterpolationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapPosStrength) == 0x000044, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapPosStrength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapRotStrength) == 0x00004C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapRotStrength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSoftSnapToSource) == 0x000054, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSoftSnapToSource' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSkipVelocityRepOnPosEarlyOut) == 0x00005C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSkipVelocityRepOnPosEarlyOut' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bPostResimWaitForUpdate) == 0x000064, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bPostResimWaitForUpdate' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bDisableSoftSnap) == 0x00006C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bDisableSoftSnap' 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_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_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_FAnimationPotentialTransition \ +static_assert(alignof(FAnimationPotentialTransition) == 0x000008, "Wrong alignment on FAnimationPotentialTransition"); \ +static_assert(sizeof(FAnimationPotentialTransition) == 0x000030, "Wrong size on FAnimationPotentialTransition"); \ -#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, Property) == 0x000000, "Member 'FPropertyAccessIndirection::Property' 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_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_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_FIntegerAnimationAttribute \ +static_assert(alignof(FIntegerAnimationAttribute) == 0x000004, "Wrong alignment on FIntegerAnimationAttribute"); \ +static_assert(sizeof(FIntegerAnimationAttribute) == 0x000004, "Wrong size on FIntegerAnimationAttribute"); \ +static_assert(offsetof(FIntegerAnimationAttribute, Value) == 0x000000, "Member 'FIntegerAnimationAttribute::Value' 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_FTransformAnimationAttribute \ +static_assert(alignof(FTransformAnimationAttribute) == 0x000010, "Wrong alignment on FTransformAnimationAttribute"); \ +static_assert(sizeof(FTransformAnimationAttribute) == 0x000060, "Wrong size on FTransformAnimationAttribute"); \ +static_assert(offsetof(FTransformAnimationAttribute, Value) == 0x000000, "Member 'FTransformAnimationAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterBase \ +static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ +static_assert(sizeof(FStaticParameterBase) == 0x000024, "Wrong size on FStaticParameterBase"); \ +static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000010, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000014, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticSwitchParameter \ +static_assert(alignof(FStaticSwitchParameter) == 0x000004, "Wrong alignment on FStaticSwitchParameter"); \ +static_assert(sizeof(FStaticSwitchParameter) == 0x000028, "Wrong size on FStaticSwitchParameter"); \ +static_assert(offsetof(FStaticSwitchParameter, Value) == 0x000024, "Member 'FStaticSwitchParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticComponentMaskParameter \ +static_assert(alignof(FStaticComponentMaskParameter) == 0x000004, "Wrong alignment on FStaticComponentMaskParameter"); \ +static_assert(sizeof(FStaticComponentMaskParameter) == 0x000028, "Wrong size on FStaticComponentMaskParameter"); \ +static_assert(offsetof(FStaticComponentMaskParameter, R) == 0x000024, "Member 'FStaticComponentMaskParameter::R' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, G) == 0x000025, "Member 'FStaticComponentMaskParameter::G' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, B) == 0x000026, "Member 'FStaticComponentMaskParameter::B' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, A) == 0x000027, "Member 'FStaticComponentMaskParameter::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter \ +static_assert(alignof(FStaticTerrainLayerWeightParameter) == 0x000004, "Wrong alignment on FStaticTerrainLayerWeightParameter"); \ +static_assert(sizeof(FStaticTerrainLayerWeightParameter) == 0x000034, "Wrong size on FStaticTerrainLayerWeightParameter"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, ParameterInfo) == 0x000000, "Member 'FStaticTerrainLayerWeightParameter::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, ExpressionGUID) == 0x000010, "Member 'FStaticTerrainLayerWeightParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bOverride) == 0x000020, "Member 'FStaticTerrainLayerWeightParameter::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, LayerName) == 0x000024, "Member 'FStaticTerrainLayerWeightParameter::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x00002C, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bIsRepeatedLayer) == 0x000030, "Member 'FStaticTerrainLayerWeightParameter::bIsRepeatedLayer' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x000031, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctionsEditorOnlyData \ +static_assert(alignof(FMaterialLayersFunctionsEditorOnlyData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsEditorOnlyData"); \ +static_assert(sizeof(FMaterialLayersFunctionsEditorOnlyData) == 0x000070, "Wrong size on FMaterialLayersFunctionsEditorOnlyData"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerStates) == 0x000000, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerNames) == 0x000010, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToLayerRelatives) == 0x000020, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToLayerRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToBlendRelatives) == 0x000030, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToBlendRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerGuids) == 0x000040, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerGuids' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerLinkStates) == 0x000050, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerLinkStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, DeletedParentLayerGuids) == 0x000060, "Member 'FMaterialLayersFunctionsEditorOnlyData::DeletedParentLayerGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSetEditorOnlyData \ +static_assert(alignof(FStaticParameterSetEditorOnlyData) == 0x000008, "Wrong alignment on FStaticParameterSetEditorOnlyData"); \ +static_assert(sizeof(FStaticParameterSetEditorOnlyData) == 0x0000A0, "Wrong size on FStaticParameterSetEditorOnlyData"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetEditorOnlyData::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSetEditorOnlyData::StaticComponentMaskParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSetEditorOnlyData::TerrainLayerWeightParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, MaterialLayers) == 0x000030, "Member 'FStaticParameterSetEditorOnlyData::MaterialLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorDesc \ +static_assert(alignof(FActorDesc) == 0x000008, "Wrong alignment on FActorDesc"); \ +static_assert(sizeof(FActorDesc) == 0x0000B0, "Wrong size on FActorDesc"); \ +static_assert(offsetof(FActorDesc, Guid) == 0x000000, "Member 'FActorDesc::Guid' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, NativeClass) == 0x000010, "Member 'FActorDesc::NativeClass' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Class) == 0x000018, "Member 'FActorDesc::Class' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Name) == 0x000038, "Member 'FActorDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Label) == 0x000040, "Member 'FActorDesc::Label' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Bounds) == 0x000048, "Member 'FActorDesc::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, RuntimeGrid) == 0x000080, "Member 'FActorDesc::RuntimeGrid' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, bIsSpatiallyLoaded) == 0x000088, "Member 'FActorDesc::bIsSpatiallyLoaded' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, bActorIsEditorOnly) == 0x000089, "Member 'FActorDesc::bActorIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, ActorPackage) == 0x00008C, "Member 'FActorDesc::ActorPackage' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, ActorPath) == 0x000094, "Member 'FActorDesc::ActorPath' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, DataLayerAssets) == 0x0000A0, "Member 'FActorDesc::DataLayerAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorAnimationAttribute \ static_assert(alignof(FVectorAnimationAttribute) == 0x000008, "Wrong alignment on FVectorAnimationAttribute"); \ static_assert(sizeof(FVectorAnimationAttribute) == 0x000018, "Wrong size on FVectorAnimationAttribute"); \ static_assert(offsetof(FVectorAnimationAttribute, Value) == 0x000000, "Member 'FVectorAnimationAttribute::Value' 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_FStaticMeshComponentLODInfo \ +static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ +static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ -#define DUMPER7_ASSERTS_FVector_NetQuantize10 \ -static_assert(alignof(FVector_NetQuantize10) == 0x000008, "Wrong alignment on FVector_NetQuantize10"); \ -static_assert(sizeof(FVector_NetQuantize10) == 0x000018, "Wrong size on FVector_NetQuantize10"); \ +#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_FWorldPartitionPerWorldSettings \ -static_assert(alignof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong alignment on FWorldPartitionPerWorldSettings"); \ -static_assert(sizeof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong size on FWorldPartitionPerWorldSettings"); \ - -#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_FAnimPoseContext \ +static_assert(alignof(FAnimPoseContext) == 0x000008, "Wrong alignment on FAnimPoseContext"); \ +static_assert(sizeof(FAnimPoseContext) == 0x000010, "Wrong size on FAnimPoseContext"); \ #define DUMPER7_ASSERTS_FQuaternionAnimationAttribute \ static_assert(alignof(FQuaternionAnimationAttribute) == 0x000010, "Wrong alignment on FQuaternionAnimationAttribute"); \ static_assert(sizeof(FQuaternionAnimationAttribute) == 0x000020, "Wrong size on FQuaternionAnimationAttribute"); \ static_assert(offsetof(FQuaternionAnimationAttribute, Value) == 0x000000, "Member 'FQuaternionAnimationAttribute::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBodyInstanceAsyncPhysicsTickHandle \ -static_assert(alignof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong alignment on FBodyInstanceAsyncPhysicsTickHandle"); \ -static_assert(sizeof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong size on FBodyInstanceAsyncPhysicsTickHandle"); \ +#define DUMPER7_ASSERTS_FAnimationAttributeIdentifier \ +static_assert(alignof(FAnimationAttributeIdentifier) == 0x000008, "Wrong alignment on FAnimationAttributeIdentifier"); \ +static_assert(sizeof(FAnimationAttributeIdentifier) == 0x000040, "Wrong size on FAnimationAttributeIdentifier"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, Name) == 0x000000, "Member 'FAnimationAttributeIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, BoneName) == 0x000008, "Member 'FAnimationAttributeIdentifier::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, BoneIndex) == 0x000010, "Member 'FAnimationAttributeIdentifier::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStruct) == 0x000018, "Member 'FAnimationAttributeIdentifier::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStructPath) == 0x000020, "Member 'FAnimationAttributeIdentifier::ScriptStructPath' 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_FMaterialOverrideNanite \ +static_assert(alignof(FMaterialOverrideNanite) == 0x000008, "Wrong alignment on FMaterialOverrideNanite"); \ +static_assert(sizeof(FMaterialOverrideNanite) == 0x000038, "Wrong size on FMaterialOverrideNanite"); \ +static_assert(offsetof(FMaterialOverrideNanite, bEnableOverride) == 0x000000, "Member 'FMaterialOverrideNanite::bEnableOverride' has a wrong offset!"); \ +static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterial) == 0x000008, "Member 'FMaterialOverrideNanite::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterialRef) == 0x000010, "Member 'FMaterialOverrideNanite::OverrideMaterialRef' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBracketPayload \ -static_assert(alignof(FBracketPayload) == 0x000008, "Wrong alignment on FBracketPayload"); \ -static_assert(sizeof(FBracketPayload) == 0x000010, "Wrong size on FBracketPayload"); \ -static_assert(offsetof(FBracketPayload, Description) == 0x000000, "Member 'FBracketPayload::Description' 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_FWorldPartitionRuntimeContainerInstance \ -static_assert(alignof(FWorldPartitionRuntimeContainerInstance) == 0x000004, "Wrong alignment on FWorldPartitionRuntimeContainerInstance"); \ -static_assert(sizeof(FWorldPartitionRuntimeContainerInstance) == 0x000018, "Wrong size on FWorldPartitionRuntimeContainerInstance"); \ -static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ActorGuid) == 0x000000, "Member 'FWorldPartitionRuntimeContainerInstance::ActorGuid' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ContainerPackage) == 0x000010, "Member 'FWorldPartitionRuntimeContainerInstance::ContainerPackage' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainer \ -static_assert(alignof(FWorldPartitionRuntimeContainer) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainer"); \ -static_assert(sizeof(FWorldPartitionRuntimeContainer) == 0x000050, "Wrong size on FWorldPartitionRuntimeContainer"); \ -static_assert(offsetof(FWorldPartitionRuntimeContainer, ContainerInstances) == 0x000000, "Member 'FWorldPartitionRuntimeContainer::ContainerInstances' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainerResolver \ -static_assert(alignof(FWorldPartitionRuntimeContainerResolver) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainerResolver"); \ -static_assert(sizeof(FWorldPartitionRuntimeContainerResolver) == 0x000058, "Wrong size on FWorldPartitionRuntimeContainerResolver"); \ -static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, Containers) == 0x000000, "Member 'FWorldPartitionRuntimeContainerResolver::Containers' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, MainContainerPackage) == 0x000050, "Member 'FWorldPartitionRuntimeContainerResolver::MainContainerPackage' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSingleAnimationPlayData \ -static_assert(alignof(FSingleAnimationPlayData) == 0x000008, "Wrong alignment on FSingleAnimationPlayData"); \ -static_assert(sizeof(FSingleAnimationPlayData) == 0x000018, "Wrong size on FSingleAnimationPlayData"); \ -static_assert(offsetof(FSingleAnimationPlayData, AnimToPlay) == 0x000000, "Member 'FSingleAnimationPlayData::AnimToPlay' has a wrong offset!"); \ -static_assert(offsetof(FSingleAnimationPlayData, SavedPosition) == 0x00000C, "Member 'FSingleAnimationPlayData::SavedPosition' has a wrong offset!"); \ -static_assert(offsetof(FSingleAnimationPlayData, SavedPlayRate) == 0x000010, "Member 'FSingleAnimationPlayData::SavedPlayRate' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_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_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_FLightingChannels \ -static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ -static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ +#define DUMPER7_ASSERTS_FHardwareDeviceIdentifier \ +static_assert(alignof(FHardwareDeviceIdentifier) == 0x000004, "Wrong alignment on FHardwareDeviceIdentifier"); \ +static_assert(sizeof(FHardwareDeviceIdentifier) == 0x000018, "Wrong size on FHardwareDeviceIdentifier"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, InputClassName) == 0x000000, "Member 'FHardwareDeviceIdentifier::InputClassName' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, HardwareDeviceIdentifier) == 0x000008, "Member 'FHardwareDeviceIdentifier::HardwareDeviceIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, PrimaryDeviceType) == 0x000010, "Member 'FHardwareDeviceIdentifier::PrimaryDeviceType' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, SupportedFeaturesMask) == 0x000014, "Member 'FHardwareDeviceIdentifier::SupportedFeaturesMask' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNetworkPhysicsData \ -static_assert(alignof(FNetworkPhysicsData) == 0x000008, "Wrong alignment on FNetworkPhysicsData"); \ -static_assert(sizeof(FNetworkPhysicsData) == 0x000018, "Wrong size on FNetworkPhysicsData"); \ -static_assert(offsetof(FNetworkPhysicsData, ServerFrame) == 0x000008, "Member 'FNetworkPhysicsData::ServerFrame' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsData, LocalFrame) == 0x00000C, "Member 'FNetworkPhysicsData::LocalFrame' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsData, InputFrame) == 0x000010, "Member 'FNetworkPhysicsData::InputFrame' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBlendSpaceSegment \ +static_assert(alignof(FBlendSpaceSegment) == 0x000004, "Wrong alignment on FBlendSpaceSegment"); \ +static_assert(sizeof(FBlendSpaceSegment) == 0x000010, "Wrong size on FBlendSpaceSegment"); \ +static_assert(offsetof(FBlendSpaceSegment, SampleIndices) == 0x000000, "Member 'FBlendSpaceSegment::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceSegment, Vertices) == 0x000008, "Member 'FBlendSpaceSegment::Vertices' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimGroupInstance \ -static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ -static_assert(sizeof(FAnimGroupInstance) == 0x000078, "Wrong size on FAnimGroupInstance"); \ +#define DUMPER7_ASSERTS_FBlendSpaceData \ +static_assert(alignof(FBlendSpaceData) == 0x000008, "Wrong alignment on FBlendSpaceData"); \ +static_assert(sizeof(FBlendSpaceData) == 0x000020, "Wrong size on FBlendSpaceData"); \ +static_assert(offsetof(FBlendSpaceData, Segments) == 0x000000, "Member 'FBlendSpaceData::Segments' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceData, Triangles) == 0x000010, "Member 'FBlendSpaceData::Triangles' 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_FStaticMeshBudgetInfo \ -static_assert(alignof(FStaticMeshBudgetInfo) == 0x000008, "Wrong alignment on FStaticMeshBudgetInfo"); \ -static_assert(sizeof(FStaticMeshBudgetInfo) == 0x000010, "Wrong size on FStaticMeshBudgetInfo"); \ -static_assert(offsetof(FStaticMeshBudgetInfo, LodGroupName) == 0x000000, "Member 'FStaticMeshBudgetInfo::LodGroupName' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshBudgetInfo, MinimumExtent) == 0x000008, "Member 'FStaticMeshBudgetInfo::MinimumExtent' 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) == 0x000038, "Wrong size on FNavAgentProperties"); \ -static_assert(offsetof(FNavAgentProperties, AgentRadius) == 0x000004, "Member 'FNavAgentProperties::AgentRadius' has a wrong offset!"); \ -static_assert(offsetof(FNavAgentProperties, AgentHeight) == 0x000008, "Member 'FNavAgentProperties::AgentHeight' has a wrong offset!"); \ -static_assert(offsetof(FNavAgentProperties, AgentStepHeight) == 0x00000C, "Member 'FNavAgentProperties::AgentStepHeight' has a wrong offset!"); \ -static_assert(offsetof(FNavAgentProperties, NavWalkingSearchHeightScale) == 0x000010, "Member 'FNavAgentProperties::NavWalkingSearchHeightScale' has a wrong offset!"); \ -static_assert(offsetof(FNavAgentProperties, PreferredNavData) == 0x000018, "Member 'FNavAgentProperties::PreferredNavData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FNavDataConfig \ -static_assert(alignof(FNavDataConfig) == 0x000008, "Wrong alignment on FNavDataConfig"); \ -static_assert(sizeof(FNavDataConfig) == 0x000088, "Wrong size on FNavDataConfig"); \ -static_assert(offsetof(FNavDataConfig, Name) == 0x000038, "Member 'FNavDataConfig::Name' has a wrong offset!"); \ -static_assert(offsetof(FNavDataConfig, Color) == 0x000040, "Member 'FNavDataConfig::Color' has a wrong offset!"); \ -static_assert(offsetof(FNavDataConfig, DefaultQueryExtent) == 0x000048, "Member 'FNavDataConfig::DefaultQueryExtent' has a wrong offset!"); \ -static_assert(offsetof(FNavDataConfig, NavDataClass) == 0x000060, "Member 'FNavDataConfig::NavDataClass' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerConfig \ +static_assert(alignof(FUniqueNetIdReplNetSerializerConfig) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerConfig"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerConfig) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerConfig"); \ #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_FPerQualityLevelInt \ +static_assert(alignof(FPerQualityLevelInt) == 0x000008, "Wrong alignment on FPerQualityLevelInt"); \ +static_assert(sizeof(FPerQualityLevelInt) == 0x000068, "Wrong size on FPerQualityLevelInt"); \ +static_assert(offsetof(FPerQualityLevelInt, Default) == 0x000010, "Member 'FPerQualityLevelInt::Default' has a wrong offset!"); \ +static_assert(offsetof(FPerQualityLevelInt, PerQuality) == 0x000018, "Member 'FPerQualityLevelInt::PerQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNonBlendableQuaternionAnimationAttribute \ +static_assert(alignof(FNonBlendableQuaternionAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableQuaternionAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableQuaternionAnimationAttribute) == 0x000020, "Wrong size on FNonBlendableQuaternionAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_FRootMotionSourceStatus \ +static_assert(alignof(FRootMotionSourceStatus) == 0x000001, "Wrong alignment on FRootMotionSourceStatus"); \ +static_assert(sizeof(FRootMotionSourceStatus) == 0x000001, "Wrong size on FRootMotionSourceStatus"); \ +static_assert(offsetof(FRootMotionSourceStatus, Flags) == 0x000000, "Member 'FRootMotionSourceStatus::Flags' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRootMotionMovementParams \ static_assert(alignof(FRootMotionMovementParams) == 0x000010, "Wrong alignment on FRootMotionMovementParams"); \ static_assert(sizeof(FRootMotionMovementParams) == 0x000070, "Wrong size on FRootMotionMovementParams"); \ @@ -7210,22 +6825,28 @@ static_assert(offsetof(FRootMotionMovementParams, bHasRootMotion) == 0x000000, " 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_FPerQualityLevelInt \ -static_assert(alignof(FPerQualityLevelInt) == 0x000008, "Wrong alignment on FPerQualityLevelInt"); \ -static_assert(sizeof(FPerQualityLevelInt) == 0x000068, "Wrong size on FPerQualityLevelInt"); \ -static_assert(offsetof(FPerQualityLevelInt, Default) == 0x000010, "Member 'FPerQualityLevelInt::Default' has a wrong offset!"); \ -static_assert(offsetof(FPerQualityLevelInt, PerQuality) == 0x000018, "Member 'FPerQualityLevelInt::PerQuality' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRootMotionSource \ +static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ +static_assert(sizeof(FRootMotionSource) == 0x0000E0, "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) == 0x0000B0, "Member 'FRootMotionSource::FinishVelocityParams' 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_FAnimationGroupReference \ -static_assert(alignof(FAnimationGroupReference) == 0x000004, "Wrong alignment on FAnimationGroupReference"); \ -static_assert(sizeof(FAnimationGroupReference) == 0x000010, "Wrong size on FAnimationGroupReference"); \ -static_assert(offsetof(FAnimationGroupReference, Method) == 0x000000, "Member 'FAnimationGroupReference::Method' has a wrong offset!"); \ -static_assert(offsetof(FAnimationGroupReference, GroupName) == 0x000004, "Member 'FAnimationGroupReference::GroupName' has a wrong offset!"); \ -static_assert(offsetof(FAnimationGroupReference, GroupRole) == 0x00000C, "Member 'FAnimationGroupReference::GroupRole' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPerQualityLevelFloat \ +static_assert(alignof(FPerQualityLevelFloat) == 0x000008, "Wrong alignment on FPerQualityLevelFloat"); \ +static_assert(sizeof(FPerQualityLevelFloat) == 0x000068, "Wrong size on FPerQualityLevelFloat"); \ +static_assert(offsetof(FPerQualityLevelFloat, Default) == 0x000010, "Member 'FPerQualityLevelFloat::Default' has a wrong offset!"); \ +static_assert(offsetof(FPerQualityLevelFloat, PerQuality) == 0x000018, "Member 'FPerQualityLevelFloat::PerQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshSectionInfo \ static_assert(alignof(FMeshSectionInfo) == 0x000004, "Wrong alignment on FMeshSectionInfo"); \ @@ -7237,66 +6858,36 @@ static_assert(offsetof(FMeshSectionInfo, bVisibleInRayTracing) == 0x000006, "Mem static_assert(offsetof(FMeshSectionInfo, bAffectDistanceFieldLighting) == 0x000007, "Member 'FMeshSectionInfo::bAffectDistanceFieldLighting' has a wrong offset!"); \ static_assert(offsetof(FMeshSectionInfo, bForceOpaque) == 0x000008, "Member 'FMeshSectionInfo::bForceOpaque' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPerQualityLevelFloat \ -static_assert(alignof(FPerQualityLevelFloat) == 0x000008, "Wrong alignment on FPerQualityLevelFloat"); \ -static_assert(sizeof(FPerQualityLevelFloat) == 0x000068, "Wrong size on FPerQualityLevelFloat"); \ -static_assert(offsetof(FPerQualityLevelFloat, Default) == 0x000010, "Member 'FPerQualityLevelFloat::Default' has a wrong offset!"); \ -static_assert(offsetof(FPerQualityLevelFloat, PerQuality) == 0x000018, "Member 'FPerQualityLevelFloat::PerQuality' 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_FEncounteredStateMachineStack \ -static_assert(alignof(FEncounteredStateMachineStack) == 0x000008, "Wrong alignment on FEncounteredStateMachineStack"); \ -static_assert(sizeof(FEncounteredStateMachineStack) == 0x000030, "Wrong size on FEncounteredStateMachineStack"); \ +#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_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_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_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_FKeyHandleLookupTable \ static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ static_assert(sizeof(FKeyHandleLookupTable) == 0x000088, "Wrong size on FKeyHandleLookupTable"); \ -#define DUMPER7_ASSERTS_FEdGraphSchemaAction \ -static_assert(alignof(FEdGraphSchemaAction) == 0x000008, "Wrong alignment on FEdGraphSchemaAction"); \ -static_assert(sizeof(FEdGraphSchemaAction) == 0x0000E0, "Wrong size on FEdGraphSchemaAction"); \ -static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000018, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000028, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000038, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000048, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00004C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000050, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000060, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000070, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x000090, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ -static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000D0, "Member 'FEdGraphSchemaAction::SearchText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode \ -static_assert(alignof(FEdGraphSchemaAction_NewNode) == 0x000008, "Wrong alignment on FEdGraphSchemaAction_NewNode"); \ -static_assert(sizeof(FEdGraphSchemaAction_NewNode) == 0x0000E8, "Wrong size on FEdGraphSchemaAction_NewNode"); \ -static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x0000E0, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPoseAssetInfluence \ -static_assert(alignof(FPoseAssetInfluence) == 0x000004, "Wrong alignment on FPoseAssetInfluence"); \ -static_assert(sizeof(FPoseAssetInfluence) == 0x000008, "Wrong size on FPoseAssetInfluence"); \ -static_assert(offsetof(FPoseAssetInfluence, PoseIndex) == 0x000000, "Member 'FPoseAssetInfluence::PoseIndex' has a wrong offset!"); \ -static_assert(offsetof(FPoseAssetInfluence, BoneTransformIndex) == 0x000004, "Member 'FPoseAssetInfluence::BoneTransformIndex' 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_FAnimNode_Root \ +static_assert(alignof(FAnimNode_Root) == 0x000008, "Wrong alignment on FAnimNode_Root"); \ +static_assert(sizeof(FAnimNode_Root) == 0x000020, "Wrong size on FAnimNode_Root"); \ +static_assert(offsetof(FAnimNode_Root, Result) == 0x000010, "Member 'FAnimNode_Root::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputRange \ static_assert(alignof(FInputRange) == 0x000004, "Wrong alignment on FInputRange"); \ @@ -7336,99 +6927,12 @@ static_assert(offsetof(FInputAlphaBoolBlend, bInitialized) == 0x000009, "Member 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_TransitionPoseEvaluator \ -static_assert(alignof(FAnimNode_TransitionPoseEvaluator) == 0x000008, "Wrong alignment on FAnimNode_TransitionPoseEvaluator"); \ -static_assert(sizeof(FAnimNode_TransitionPoseEvaluator) == 0x0000A8, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ -static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x000088, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x000090, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x000091, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBandwidthTestItem \ -static_assert(alignof(FBandwidthTestItem) == 0x000008, "Wrong alignment on FBandwidthTestItem"); \ -static_assert(sizeof(FBandwidthTestItem) == 0x000010, "Wrong size on FBandwidthTestItem"); \ -static_assert(offsetof(FBandwidthTestItem, Kilobyte) == 0x000000, "Member 'FBandwidthTestItem::Kilobyte' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_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_FSoundSubmixSendInfoBase \ -static_assert(alignof(FSoundSubmixSendInfoBase) == 0x000008, "Wrong alignment on FSoundSubmixSendInfoBase"); \ -static_assert(sizeof(FSoundSubmixSendInfoBase) == 0x0000B0, "Wrong size on FSoundSubmixSendInfoBase"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfoBase::SendLevelControlMethod' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfoBase::SoundSubmix' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfoBase::SendLevel' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, DisableManualSendClamp) == 0x000014, "Member 'FSoundSubmixSendInfoBase::DisableManualSendClamp' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfoBase::MinSendLevel' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendLevel) == 0x00001C, "Member 'FSoundSubmixSendInfoBase::MaxSendLevel' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfoBase::MinSendDistance' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendDistance) == 0x000024, "Member 'FSoundSubmixSendInfoBase::MaxSendDistance' has a wrong offset!"); \ -static_assert(offsetof(FSoundSubmixSendInfoBase, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfoBase::CustomSendLevelCurve' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAttenuationSubmixSendSettings \ -static_assert(alignof(FAttenuationSubmixSendSettings) == 0x000008, "Wrong alignment on FAttenuationSubmixSendSettings"); \ -static_assert(sizeof(FAttenuationSubmixSendSettings) == 0x0000B0, "Wrong size on FAttenuationSubmixSendSettings"); \ - -#define DUMPER7_ASSERTS_FSoundAttenuationPluginSettings \ -static_assert(alignof(FSoundAttenuationPluginSettings) == 0x000008, "Wrong alignment on FSoundAttenuationPluginSettings"); \ -static_assert(sizeof(FSoundAttenuationPluginSettings) == 0x000040, "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!"); \ -static_assert(offsetof(FSoundAttenuationPluginSettings, SourceDataOverridePluginSettingsArray) == 0x000030, "Member 'FSoundAttenuationPluginSettings::SourceDataOverridePluginSettingsArray' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSoundAttenuationSettings \ -static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ -static_assert(sizeof(FSoundAttenuationSettings) == 0x0003D0, "Wrong size on FSoundAttenuationSettings"); \ -static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000C2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, AudioLinkSettingsOverride) == 0x0000C8, "Member 'FSoundAttenuationSettings::AudioLinkSettingsOverride' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000D0, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D8, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000160, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0001E8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0001E9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0001EA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0001EB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusStart) == 0x0001EC, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusStart' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusEnd) == 0x0001F0, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusEnd' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusMode) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusMode' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0001F8, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0001FC, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x000200, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x000204, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x000208, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x00020C, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x000210, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x000214, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x000218, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x00021C, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x000220, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000224, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000228, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x00022C, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x000230, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000234, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000238, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x00023C, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x000240, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000244, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000248, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x00024C, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x000250, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000254, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000258, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x00025C, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x000260, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x000264, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x000268, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x00026C, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000270, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002F8, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x000308, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ -static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000390, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FChildActorAttachedActorInfo \ +static_assert(alignof(FChildActorAttachedActorInfo) == 0x000010, "Wrong alignment on FChildActorAttachedActorInfo"); \ +static_assert(sizeof(FChildActorAttachedActorInfo) == 0x000070, "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_FInputScaleBias \ static_assert(alignof(FInputScaleBias) == 0x000004, "Wrong alignment on FInputScaleBias"); \ @@ -7440,38 +6944,121 @@ static_assert(offsetof(FInputScaleBias, Bias) == 0x000004, "Member 'FInputScaleB static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ +#define DUMPER7_ASSERTS_FBatchedLine \ +static_assert(alignof(FBatchedLine) == 0x000008, "Wrong alignment on FBatchedLine"); \ +static_assert(sizeof(FBatchedLine) == 0x000050, "Wrong size on FBatchedLine"); \ +static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, End) == 0x000018, "Member 'FBatchedLine::End' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Color) == 0x000030, "Member 'FBatchedLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Thickness) == 0x000040, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x000044, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000048, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, BatchID) == 0x00004C, "Member 'FBatchedLine::BatchID' 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_FAnimNodeReference \ static_assert(alignof(FAnimNodeReference) == 0x000008, "Wrong alignment on FAnimNodeReference"); \ static_assert(sizeof(FAnimNodeReference) == 0x000010, "Wrong size on FAnimNodeReference"); \ -#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_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_FAnimNode_AssetPlayerRelevancyBase \ static_assert(alignof(FAnimNode_AssetPlayerRelevancyBase) == 0x000008, "Wrong alignment on FAnimNode_AssetPlayerRelevancyBase"); \ static_assert(sizeof(FAnimNode_AssetPlayerRelevancyBase) == 0x000010, "Wrong size on FAnimNode_AssetPlayerRelevancyBase"); \ +#define DUMPER7_ASSERTS_FMaterialProxySettings \ +static_assert(alignof(FMaterialProxySettings) == 0x000008, "Wrong alignment on FMaterialProxySettings"); \ +static_assert(sizeof(FMaterialProxySettings) == 0x0000A0, "Wrong size on FMaterialProxySettings"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSizingType) == 0x000000, "Member 'FMaterialProxySettings::TextureSizingType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSize) == 0x000004, "Member 'FMaterialProxySettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TargetTexelDensityPerMeter) == 0x00000C, "Member 'FMaterialProxySettings::TargetTexelDensityPerMeter' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MeshMaxScreenSizePercent) == 0x000010, "Member 'FMaterialProxySettings::MeshMaxScreenSizePercent' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MeshMinDrawDistance) == 0x000018, "Member 'FMaterialProxySettings::MeshMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, GutterSpace) == 0x000020, "Member 'FMaterialProxySettings::GutterSpace' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicConstant) == 0x000024, "Member 'FMaterialProxySettings::MetallicConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessConstant) == 0x000028, "Member 'FMaterialProxySettings::RoughnessConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyConstant) == 0x00002C, "Member 'FMaterialProxySettings::AnisotropyConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularConstant) == 0x000030, "Member 'FMaterialProxySettings::SpecularConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityConstant) == 0x000034, "Member 'FMaterialProxySettings::OpacityConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskConstant) == 0x000038, "Member 'FMaterialProxySettings::OpacityMaskConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionConstant) == 0x00003C, "Member 'FMaterialProxySettings::AmbientOcclusionConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MaterialMergeType) == 0x000040, "Member 'FMaterialProxySettings::MaterialMergeType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, BlendMode) == 0x000041, "Member 'FMaterialProxySettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, DiffuseTextureSize) == 0x000044, "Member 'FMaterialProxySettings::DiffuseTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, NormalTextureSize) == 0x00004C, "Member 'FMaterialProxySettings::NormalTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TangentTextureSize) == 0x000054, "Member 'FMaterialProxySettings::TangentTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicTextureSize) == 0x00005C, "Member 'FMaterialProxySettings::MetallicTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessTextureSize) == 0x000064, "Member 'FMaterialProxySettings::RoughnessTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyTextureSize) == 0x00006C, "Member 'FMaterialProxySettings::AnisotropyTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularTextureSize) == 0x000074, "Member 'FMaterialProxySettings::SpecularTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, EmissiveTextureSize) == 0x00007C, "Member 'FMaterialProxySettings::EmissiveTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityTextureSize) == 0x000084, "Member 'FMaterialProxySettings::OpacityTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskTextureSize) == 0x00008C, "Member 'FMaterialProxySettings::OpacityMaskTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionTextureSize) == 0x000094, "Member 'FMaterialProxySettings::AmbientOcclusionTextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshApproximationSettings \ +static_assert(alignof(FMeshApproximationSettings) == 0x000008, "Wrong alignment on FMeshApproximationSettings"); \ +static_assert(sizeof(FMeshApproximationSettings) == 0x000128, "Wrong size on FMeshApproximationSettings"); \ +static_assert(offsetof(FMeshApproximationSettings, OutputType) == 0x000000, "Member 'FMeshApproximationSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, ApproximationAccuracy) == 0x000004, "Member 'FMeshApproximationSettings::ApproximationAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, ClampVoxelDimension) == 0x000008, "Member 'FMeshApproximationSettings::ClampVoxelDimension' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bAttemptAutoThickening) == 0x00000C, "Member 'FMeshApproximationSettings::bAttemptAutoThickening' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TargetMinThicknessMultiplier) == 0x000010, "Member 'FMeshApproximationSettings::TargetMinThicknessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bIgnoreTinyParts) == 0x000014, "Member 'FMeshApproximationSettings::bIgnoreTinyParts' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TinyPartSizeMultiplier) == 0x000018, "Member 'FMeshApproximationSettings::TinyPartSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, BaseCapping) == 0x00001C, "Member 'FMeshApproximationSettings::BaseCapping' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, WindingThreshold) == 0x000020, "Member 'FMeshApproximationSettings::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bFillGaps) == 0x000024, "Member 'FMeshApproximationSettings::bFillGaps' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GapDistance) == 0x000028, "Member 'FMeshApproximationSettings::GapDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, OcclusionMethod) == 0x00002C, "Member 'FMeshApproximationSettings::OcclusionMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bOccludeFromBottom) == 0x00002D, "Member 'FMeshApproximationSettings::bOccludeFromBottom' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, SimplifyMethod) == 0x00002E, "Member 'FMeshApproximationSettings::SimplifyMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TargetTriCount) == 0x000030, "Member 'FMeshApproximationSettings::TargetTriCount' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TrianglesPerM) == 0x000034, "Member 'FMeshApproximationSettings::TrianglesPerM' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GeometricDeviation) == 0x000038, "Member 'FMeshApproximationSettings::GeometricDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GroundClipping) == 0x00003C, "Member 'FMeshApproximationSettings::GroundClipping' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GroundClippingZHeight) == 0x000040, "Member 'FMeshApproximationSettings::GroundClippingZHeight' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEstimateHardNormals) == 0x000044, "Member 'FMeshApproximationSettings::bEstimateHardNormals' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, HardNormalAngle) == 0x000048, "Member 'FMeshApproximationSettings::HardNormalAngle' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, UVGenerationMethod) == 0x00004C, "Member 'FMeshApproximationSettings::UVGenerationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, InitialPatchCount) == 0x000050, "Member 'FMeshApproximationSettings::InitialPatchCount' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, CurvatureAlignment) == 0x000054, "Member 'FMeshApproximationSettings::CurvatureAlignment' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MergingThreshold) == 0x000058, "Member 'FMeshApproximationSettings::MergingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MaxAngleDeviation) == 0x00005C, "Member 'FMeshApproximationSettings::MaxAngleDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bGenerateNaniteEnabledMesh) == 0x000060, "Member 'FMeshApproximationSettings::bGenerateNaniteEnabledMesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackTarget) == 0x000061, "Member 'FMeshApproximationSettings::NaniteFallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackPercentTriangles) == 0x000064, "Member 'FMeshApproximationSettings::NaniteFallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackRelativeError) == 0x000068, "Member 'FMeshApproximationSettings::NaniteFallbackRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bSupportRayTracing) == 0x00006C, "Member 'FMeshApproximationSettings::bSupportRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bAllowDistanceField) == 0x00006D, "Member 'FMeshApproximationSettings::bAllowDistanceField' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MultiSamplingAA) == 0x000070, "Member 'FMeshApproximationSettings::MultiSamplingAA' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, RenderCaptureResolution) == 0x000074, "Member 'FMeshApproximationSettings::RenderCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MaterialSettings) == 0x000078, "Member 'FMeshApproximationSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, CaptureFieldOfView) == 0x000118, "Member 'FMeshApproximationSettings::CaptureFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NearPlaneDist) == 0x00011C, "Member 'FMeshApproximationSettings::NearPlaneDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bUseRenderLODMeshes) == 0x000120, "Member 'FMeshApproximationSettings::bUseRenderLODMeshes' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableSimplifyPrePass) == 0x000121, "Member 'FMeshApproximationSettings::bEnableSimplifyPrePass' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableParallelBaking) == 0x000122, "Member 'FMeshApproximationSettings::bEnableParallelBaking' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bPrintDebugMessages) == 0x000123, "Member 'FMeshApproximationSettings::bPrintDebugMessages' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEmitFullDebugMesh) == 0x000124, "Member 'FMeshApproximationSettings::bEmitFullDebugMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellObjectMapping \ +static_assert(alignof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeCellObjectMapping"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong size on FWorldPartitionRuntimeCellObjectMapping"); \ + +#define DUMPER7_ASSERTS_FAssetCompileData \ +static_assert(alignof(FAssetCompileData) == 0x000004, "Wrong alignment on FAssetCompileData"); \ +static_assert(sizeof(FAssetCompileData) == 0x000008, "Wrong size on FAssetCompileData"); \ +static_assert(offsetof(FAssetCompileData, Asset) == 0x000000, "Member 'FAssetCompileData::Asset' 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, BlendWeight) == 0x000020, "Member 'FAnimNode_AssetPlayerBase::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, InternalTimeAccumulator) == 0x000024, "Member 'FAnimNode_AssetPlayerBase::InternalTimeAccumulator' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPerBoneBlendWeight \ -static_assert(alignof(FPerBoneBlendWeight) == 0x000004, "Wrong alignment on FPerBoneBlendWeight"); \ -static_assert(sizeof(FPerBoneBlendWeight) == 0x000008, "Wrong size on FPerBoneBlendWeight"); \ -static_assert(offsetof(FPerBoneBlendWeight, SourceIndex) == 0x000000, "Member 'FPerBoneBlendWeight::SourceIndex' has a wrong offset!"); \ -static_assert(offsetof(FPerBoneBlendWeight, BlendWeight) == 0x000004, "Member 'FPerBoneBlendWeight::BlendWeight' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FBranchFilter \ static_assert(alignof(FBranchFilter) == 0x000004, "Wrong alignment on FBranchFilter"); \ static_assert(sizeof(FBranchFilter) == 0x00000C, "Wrong size on FBranchFilter"); \ @@ -7483,33 +7070,30 @@ static_assert(alignof(FInputBlendPose) == 0x000008, "Wrong alignment on FInputBl 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_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_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_FSkeletalMeshSamplingRegionBuiltData \ -static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ -static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ +#define DUMPER7_ASSERTS_FActorDataLayer \ +static_assert(alignof(FActorDataLayer) == 0x000004, "Wrong alignment on FActorDataLayer"); \ +static_assert(sizeof(FActorDataLayer) == 0x000008, "Wrong size on FActorDataLayer"); \ +static_assert(offsetof(FActorDataLayer, Name) == 0x000000, "Member 'FActorDataLayer::Name' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimNodeConstantData \ -static_assert(alignof(FAnimNodeConstantData) == 0x000008, "Wrong alignment on FAnimNodeConstantData"); \ -static_assert(sizeof(FAnimNodeConstantData) == 0x000018, "Wrong size on FAnimNodeConstantData"); \ -static_assert(offsetof(FAnimNodeConstantData, AnimClassInterface) == 0x000000, "Member 'FAnimNodeConstantData::AnimClassInterface' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeConstantData, NodeIndex) == 0x000010, "Member 'FAnimNodeConstantData::NodeIndex' 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_FAnimInstanceProxy \ static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ static_assert(sizeof(FAnimInstanceProxy) == 0x000740, "Wrong size on FAnimInstanceProxy"); \ -#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_FSocketReference \ static_assert(alignof(FSocketReference) == 0x000010, "Wrong alignment on FSocketReference"); \ static_assert(sizeof(FSocketReference) == 0x000070, "Wrong size on FSocketReference"); \ @@ -7522,61 +7106,93 @@ static_assert(offsetof(FBoneSocketTarget, bUseSocket) == 0x000000, "Member 'FBon 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_FHLODProxyMesh \ -static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ -static_assert(sizeof(FHLODProxyMesh) == 0x000028, "Wrong size on FHLODProxyMesh"); \ -static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ -static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000018, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(FHLODProxyMesh, Key) == 0x000020, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRuntimePartitionStreamingData \ +static_assert(alignof(FRuntimePartitionStreamingData) == 0x000008, "Wrong alignment on FRuntimePartitionStreamingData"); \ +static_assert(sizeof(FRuntimePartitionStreamingData) == 0x000038, "Wrong size on FRuntimePartitionStreamingData"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, Name) == 0x000000, "Member 'FRuntimePartitionStreamingData::Name' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, LoadingRange) == 0x000008, "Member 'FRuntimePartitionStreamingData::LoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, StreamingCells) == 0x000010, "Member 'FRuntimePartitionStreamingData::StreamingCells' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, NonStreamingCells) == 0x000020, "Member 'FRuntimePartitionStreamingData::NonStreamingCells' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimLinkableElement \ -static_assert(alignof(FAnimLinkableElement) == 0x000008, "Wrong alignment on FAnimLinkableElement"); \ -static_assert(sizeof(FAnimLinkableElement) == 0x000030, "Wrong size on FAnimLinkableElement"); \ -static_assert(offsetof(FAnimLinkableElement, LinkedMontage) == 0x000008, "Member 'FAnimLinkableElement::LinkedMontage' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, SlotIndex) == 0x000010, "Member 'FAnimLinkableElement::SlotIndex' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, SegmentIndex) == 0x000014, "Member 'FAnimLinkableElement::SegmentIndex' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, LinkMethod) == 0x000018, "Member 'FAnimLinkableElement::LinkMethod' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, CachedLinkMethod) == 0x000019, "Member 'FAnimLinkableElement::CachedLinkMethod' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, SegmentBeginTime) == 0x00001C, "Member 'FAnimLinkableElement::SegmentBeginTime' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, SegmentLength) == 0x000020, "Member 'FAnimLinkableElement::SegmentLength' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, LinkValue) == 0x000024, "Member 'FAnimLinkableElement::LinkValue' has a wrong offset!"); \ -static_assert(offsetof(FAnimLinkableElement, LinkedSequence) == 0x000028, "Member 'FAnimLinkableElement::LinkedSequence' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FConstraintDrive \ +static_assert(alignof(FConstraintDrive) == 0x000004, "Wrong alignment on FConstraintDrive"); \ +static_assert(sizeof(FConstraintDrive) == 0x000010, "Wrong size on FConstraintDrive"); \ +static_assert(offsetof(FConstraintDrive, Stiffness) == 0x000000, "Member 'FConstraintDrive::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDrive, Damping) == 0x000004, "Member 'FConstraintDrive::Damping' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDrive, MaxForce) == 0x000008, "Member 'FConstraintDrive::MaxForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAngularDriveConstraint \ +static_assert(alignof(FAngularDriveConstraint) == 0x000008, "Wrong alignment on FAngularDriveConstraint"); \ +static_assert(sizeof(FAngularDriveConstraint) == 0x000068, "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) == 0x000048, "Member 'FAngularDriveConstraint::AngularVelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FAngularDriveConstraint, AngularDriveMode) == 0x000060, "Member 'FAngularDriveConstraint::AngularDriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataCacheDuplicatedObjectData \ +static_assert(alignof(FDataCacheDuplicatedObjectData) == 0x000008, "Wrong alignment on FDataCacheDuplicatedObjectData"); \ +static_assert(sizeof(FDataCacheDuplicatedObjectData) == 0x000010, "Wrong size on FDataCacheDuplicatedObjectData"); \ + +#define DUMPER7_ASSERTS_FInstanceCacheDataBase \ +static_assert(alignof(FInstanceCacheDataBase) == 0x000008, "Wrong alignment on FInstanceCacheDataBase"); \ +static_assert(sizeof(FInstanceCacheDataBase) == 0x000058, "Wrong size on FInstanceCacheDataBase"); \ +static_assert(offsetof(FInstanceCacheDataBase, SavedProperties) == 0x000008, "Member 'FInstanceCacheDataBase::SavedProperties' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, UniqueTransientPackage) == 0x000018, "Member 'FInstanceCacheDataBase::UniqueTransientPackage' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, DuplicatedObjects) == 0x000028, "Member 'FInstanceCacheDataBase::DuplicatedObjects' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, ReferencedObjects) == 0x000038, "Member 'FInstanceCacheDataBase::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, ReferencedNames) == 0x000048, "Member 'FInstanceCacheDataBase::ReferencedNames' has a wrong offset!"); \ + +#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) == 0x000058, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000060, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000064, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' 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_FSpatialHashSettings \ -static_assert(alignof(FSpatialHashSettings) == 0x000001, "Wrong alignment on FSpatialHashSettings"); \ -static_assert(sizeof(FSpatialHashSettings) == 0x000002, "Wrong size on FSpatialHashSettings"); \ -static_assert(offsetof(FSpatialHashSettings, bUseAlignedGridLevels) == 0x000000, "Member 'FSpatialHashSettings::bUseAlignedGridLevels' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashSettings, bSnapNonAlignedGridLevelsToLowerLevels) == 0x000001, "Member 'FSpatialHashSettings::bSnapNonAlignedGridLevelsToLowerLevels' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBlueprintInputAxisKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputAxisKeyDelegateBinding) == 0x000028, "Wrong size on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, AxisKey) == 0x000008, "Member 'FBlueprintInputAxisKeyDelegateBinding::AxisKey' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, FunctionNameToBind) == 0x000020, "Member 'FBlueprintInputAxisKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimationRecordingSettings \ -static_assert(alignof(FAnimationRecordingSettings) == 0x000008, "Wrong alignment on FAnimationRecordingSettings"); \ -static_assert(sizeof(FAnimationRecordingSettings) == 0x000040, "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, SampleFrameRate) == 0x000004, "Member 'FAnimationRecordingSettings::SampleFrameRate' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, Length) == 0x00000C, "Member 'FAnimationRecordingSettings::Length' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, Interpolation) == 0x000010, "Member 'FAnimationRecordingSettings::Interpolation' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, InterpMode) == 0x000011, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x000012, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x000014, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, bRecordMorphTargets) == 0x000015, "Member 'FAnimationRecordingSettings::bRecordMorphTargets' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, bRecordAttributeCurves) == 0x000016, "Member 'FAnimationRecordingSettings::bRecordAttributeCurves' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, bRecordMaterialCurves) == 0x000017, "Member 'FAnimationRecordingSettings::bRecordMaterialCurves' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, bTransactRecording) == 0x000018, "Member 'FAnimationRecordingSettings::bTransactRecording' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, IncludeAnimationNames) == 0x000020, "Member 'FAnimationRecordingSettings::IncludeAnimationNames' has a wrong offset!"); \ -static_assert(offsetof(FAnimationRecordingSettings, ExcludeAnimationNames) == 0x000030, "Member 'FAnimationRecordingSettings::ExcludeAnimationNames' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FParameterChannelNames \ +static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ +static_assert(sizeof(FParameterChannelNames) == 0x000040, "Wrong size on FParameterChannelNames"); \ +static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, G) == 0x000010, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, B) == 0x000020, "Member 'FParameterChannelNames::B' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, A) == 0x000030, "Member 'FParameterChannelNames::A' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDoubleVectorParameterValue \ -static_assert(alignof(FDoubleVectorParameterValue) == 0x000010, "Wrong alignment on FDoubleVectorParameterValue"); \ -static_assert(sizeof(FDoubleVectorParameterValue) == 0x000040, "Wrong size on FDoubleVectorParameterValue"); \ -static_assert(offsetof(FDoubleVectorParameterValue, ParameterInfo) == 0x000000, "Member 'FDoubleVectorParameterValue::ParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(FDoubleVectorParameterValue, ParameterValue) == 0x000010, "Member 'FDoubleVectorParameterValue::ParameterValue' has a wrong offset!"); \ -static_assert(offsetof(FDoubleVectorParameterValue, ExpressionGUID) == 0x000030, "Member 'FDoubleVectorParameterValue::ExpressionGUID' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FExponentialHeightFogData \ +static_assert(alignof(FExponentialHeightFogData) == 0x000004, "Wrong alignment on FExponentialHeightFogData"); \ +static_assert(sizeof(FExponentialHeightFogData) == 0x00000C, "Wrong size on FExponentialHeightFogData"); \ +static_assert(offsetof(FExponentialHeightFogData, FogDensity) == 0x000000, "Member 'FExponentialHeightFogData::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogData, FogHeightFalloff) == 0x000004, "Member 'FExponentialHeightFogData::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogData, FogHeightOffset) == 0x000008, "Member 'FExponentialHeightFogData::FogHeightOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneComponentInstanceData \ +static_assert(alignof(FSceneComponentInstanceData) == 0x000008, "Wrong alignment on FSceneComponentInstanceData"); \ +static_assert(sizeof(FSceneComponentInstanceData) == 0x0000B8, "Wrong size on FSceneComponentInstanceData"); \ +static_assert(offsetof(FSceneComponentInstanceData, AttachedInstanceComponents) == 0x000068, "Member 'FSceneComponentInstanceData::AttachedInstanceComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditedDocumentInfo \ +static_assert(alignof(FEditedDocumentInfo) == 0x000008, "Wrong alignment on FEditedDocumentInfo"); \ +static_assert(sizeof(FEditedDocumentInfo) == 0x000040, "Wrong size on FEditedDocumentInfo"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObjectPath) == 0x000000, "Member 'FEditedDocumentInfo::EditedObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedViewOffset) == 0x000020, "Member 'FEditedDocumentInfo::SavedViewOffset' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedZoomAmount) == 0x000030, "Member 'FEditedDocumentInfo::SavedZoomAmount' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObject) == 0x000038, "Member 'FEditedDocumentInfo::EditedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshMergeMeshUVTransforms \ +static_assert(alignof(FSkelMeshMergeMeshUVTransforms) == 0x000008, "Wrong alignment on FSkelMeshMergeMeshUVTransforms"); \ +static_assert(sizeof(FSkelMeshMergeMeshUVTransforms) == 0x000010, "Wrong size on FSkelMeshMergeMeshUVTransforms"); \ +static_assert(offsetof(FSkelMeshMergeMeshUVTransforms, UVTransforms) == 0x000000, "Member 'FSkelMeshMergeMeshUVTransforms::UVTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRepMovement \ static_assert(alignof(FRepMovement) == 0x000008, "Wrong alignment on FRepMovement"); \ @@ -7591,6 +7207,13 @@ static_assert(offsetof(FRepMovement, LocationQuantizationLevel) == 0x00006C, "Me static_assert(offsetof(FRepMovement, VelocityQuantizationLevel) == 0x00006D, "Member 'FRepMovement::VelocityQuantizationLevel' has a wrong offset!"); \ static_assert(offsetof(FRepMovement, RotationQuantizationLevel) == 0x00006E, "Member 'FRepMovement::RotationQuantizationLevel' 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_FVector_NetQuantize100 \ static_assert(alignof(FVector_NetQuantize100) == 0x000008, "Wrong alignment on FVector_NetQuantize100"); \ static_assert(sizeof(FVector_NetQuantize100) == 0x000018, "Wrong size on FVector_NetQuantize100"); \ @@ -7605,85 +7228,44 @@ static_assert(offsetof(FRepAttachment, RotationOffset) == 0x000038, "Member 'FRe static_assert(offsetof(FRepAttachment, AttachSocket) == 0x000050, "Member 'FRepAttachment::AttachSocket' has a wrong offset!"); \ static_assert(offsetof(FRepAttachment, AttachComponent) == 0x000058, "Member 'FRepAttachment::AttachComponent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDebugTextInfo \ -static_assert(alignof(FDebugTextInfo) == 0x000008, "Wrong alignment on FDebugTextInfo"); \ -static_assert(sizeof(FDebugTextInfo) == 0x000080, "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) == 0x000020, "Member 'FDebugTextInfo::SrcActorDesiredOffset' has a wrong offset!"); \ -static_assert(offsetof(FDebugTextInfo, DebugText) == 0x000038, "Member 'FDebugTextInfo::DebugText' has a wrong offset!"); \ -static_assert(offsetof(FDebugTextInfo, TimeRemaining) == 0x000048, "Member 'FDebugTextInfo::TimeRemaining' has a wrong offset!"); \ -static_assert(offsetof(FDebugTextInfo, duration) == 0x00004C, "Member 'FDebugTextInfo::duration' has a wrong offset!"); \ -static_assert(offsetof(FDebugTextInfo, TextColor) == 0x000050, "Member 'FDebugTextInfo::TextColor' has a wrong offset!"); \ -static_assert(offsetof(FDebugTextInfo, OrigActorLocation) == 0x000058, "Member 'FDebugTextInfo::OrigActorLocation' has a wrong offset!"); \ -static_assert(offsetof(FDebugTextInfo, Font) == 0x000070, "Member 'FDebugTextInfo::Font' has a wrong offset!"); \ -static_assert(offsetof(FDebugTextInfo, FontScale) == 0x000078, "Member 'FDebugTextInfo::FontScale' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRawDistributionFloat \ +static_assert(alignof(FRawDistributionFloat) == 0x000008, "Wrong alignment on FRawDistributionFloat"); \ +static_assert(sizeof(FRawDistributionFloat) == 0x000030, "Wrong size on FRawDistributionFloat"); \ +static_assert(offsetof(FRawDistributionFloat, MinValue) == 0x000020, "Member 'FRawDistributionFloat::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionFloat, MaxValue) == 0x000024, "Member 'FRawDistributionFloat::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionFloat, Distribution) == 0x000028, "Member 'FRawDistributionFloat::Distribution' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRootMotionSourceStatus \ -static_assert(alignof(FRootMotionSourceStatus) == 0x000001, "Wrong alignment on FRootMotionSourceStatus"); \ -static_assert(sizeof(FRootMotionSourceStatus) == 0x000001, "Wrong size on FRootMotionSourceStatus"); \ -static_assert(offsetof(FRootMotionSourceStatus, Flags) == 0x000000, "Member 'FRootMotionSourceStatus::Flags' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRootMotionSourceSettings \ -static_assert(alignof(FRootMotionSourceSettings) == 0x000001, "Wrong alignment on FRootMotionSourceSettings"); \ -static_assert(sizeof(FRootMotionSourceSettings) == 0x000001, "Wrong size on FRootMotionSourceSettings"); \ -static_assert(offsetof(FRootMotionSourceSettings, Flags) == 0x000000, "Member 'FRootMotionSourceSettings::Flags' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings \ -static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000008, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ -static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000028, "Wrong size on FRootMotionFinishVelocitySettings"); \ -static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000008, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000020, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRootMotionSource \ -static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ -static_assert(sizeof(FRootMotionSource) == 0x0000E0, "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) == 0x0000B0, "Member 'FRootMotionSource::FinishVelocityParams' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSkelMeshComponentLODInfo \ -static_assert(alignof(FSkelMeshComponentLODInfo) == 0x000008, "Wrong alignment on FSkelMeshComponentLODInfo"); \ -static_assert(sizeof(FSkelMeshComponentLODInfo) == 0x000028, "Wrong size on FSkelMeshComponentLODInfo"); \ -static_assert(offsetof(FSkelMeshComponentLODInfo, HiddenMaterials) == 0x000000, "Member 'FSkelMeshComponentLODInfo::HiddenMaterials' 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_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_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_FActorTickFunction \ static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ static_assert(sizeof(FActorTickFunction) == 0x000030, "Wrong size on FActorTickFunction"); \ -#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_FBroadphaseSettings \ +static_assert(alignof(FBroadphaseSettings) == 0x000008, "Wrong alignment on FBroadphaseSettings"); \ +static_assert(sizeof(FBroadphaseSettings) == 0x000080, "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) == 0x000008, "Member 'FBroadphaseSettings::MBPBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPOuterBounds) == 0x000040, "Member 'FBroadphaseSettings::MBPOuterBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPNumSubdivs) == 0x000078, "Member 'FBroadphaseSettings::MBPNumSubdivs' 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_FActorContainerID \ static_assert(alignof(FActorContainerID) == 0x000004, "Wrong alignment on FActorContainerID"); \ @@ -7696,27 +7278,11 @@ static_assert(sizeof(FWorldPartitionResolveData) == 0x000020, "Wrong size on FWo static_assert(offsetof(FWorldPartitionResolveData, ContainerID) == 0x000000, "Member 'FWorldPartitionResolveData::ContainerID' has a wrong offset!"); \ static_assert(offsetof(FWorldPartitionResolveData, SourceWorldAssetPath) == 0x000010, "Member 'FWorldPartitionResolveData::SourceWorldAssetPath' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBlendSpaceSegment \ -static_assert(alignof(FBlendSpaceSegment) == 0x000004, "Wrong alignment on FBlendSpaceSegment"); \ -static_assert(sizeof(FBlendSpaceSegment) == 0x000010, "Wrong size on FBlendSpaceSegment"); \ -static_assert(offsetof(FBlendSpaceSegment, SampleIndices) == 0x000000, "Member 'FBlendSpaceSegment::SampleIndices' has a wrong offset!"); \ -static_assert(offsetof(FBlendSpaceSegment, Vertices) == 0x000008, "Member 'FBlendSpaceSegment::Vertices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FActorDataLayer \ -static_assert(alignof(FActorDataLayer) == 0x000004, "Wrong alignment on FActorDataLayer"); \ -static_assert(sizeof(FActorDataLayer) == 0x000008, "Wrong size on FActorDataLayer"); \ -static_assert(offsetof(FActorDataLayer, Name) == 0x000000, "Member 'FActorDataLayer::Name' 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_FSlateModifierKeysState \ -static_assert(alignof(FSlateModifierKeysState) == 0x000001, "Wrong alignment on FSlateModifierKeysState"); \ -static_assert(sizeof(FSlateModifierKeysState) == 0x000001, "Wrong size on FSlateModifierKeysState"); \ -static_assert(offsetof(FSlateModifierKeysState, ModifierKeysStateMask) == 0x000000, "Member 'FSlateModifierKeysState::ModifierKeysStateMask' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCustomInput \ +static_assert(alignof(FCustomInput) == 0x000008, "Wrong alignment on FCustomInput"); \ +static_assert(sizeof(FCustomInput) == 0x000030, "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_FActorLocatorFragmentResolveParameter \ static_assert(alignof(FActorLocatorFragmentResolveParameter) == 0x000008, "Wrong alignment on FActorLocatorFragmentResolveParameter"); \ @@ -7725,18 +7291,30 @@ static_assert(offsetof(FActorLocatorFragmentResolveParameter, StreamingWorld) == static_assert(offsetof(FActorLocatorFragmentResolveParameter, ContainerID) == 0x000008, "Member 'FActorLocatorFragmentResolveParameter::ContainerID' has a wrong offset!"); \ static_assert(offsetof(FActorLocatorFragmentResolveParameter, SourceAssetPath) == 0x000018, "Member 'FActorLocatorFragmentResolveParameter::SourceAssetPath' 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_FAnimUpdateRateParameters \ +static_assert(alignof(FAnimUpdateRateParameters) == 0x000008, "Wrong alignment on FAnimUpdateRateParameters"); \ +static_assert(sizeof(FAnimUpdateRateParameters) == 0x000088, "Wrong size on FAnimUpdateRateParameters"); \ +static_assert(offsetof(FAnimUpdateRateParameters, ShiftBucket) == 0x000001, "Member 'FAnimUpdateRateParameters::ShiftBucket' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, UpdateRate) == 0x000004, "Member 'FAnimUpdateRateParameters::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, EvaluationRate) == 0x000008, "Member 'FAnimUpdateRateParameters::EvaluationRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, TickedPoseOffestTime) == 0x00000C, "Member 'FAnimUpdateRateParameters::TickedPoseOffestTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, AdditionalTime) == 0x000010, "Member 'FAnimUpdateRateParameters::AdditionalTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, BaseNonRenderedUpdateRate) == 0x000018, "Member 'FAnimUpdateRateParameters::BaseNonRenderedUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, MaxEvalRateForInterpolation) == 0x00001C, "Member 'FAnimUpdateRateParameters::MaxEvalRateForInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, BaseVisibleDistanceFactorThesholds) == 0x000020, "Member 'FAnimUpdateRateParameters::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, LODToFrameSkipMap) == 0x000030, "Member 'FAnimUpdateRateParameters::LODToFrameSkipMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, SkippedUpdateFrames) == 0x000080, "Member 'FAnimUpdateRateParameters::SkippedUpdateFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, SkippedEvalFrames) == 0x000084, "Member 'FAnimUpdateRateParameters::SkippedEvalFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorLocatorFragment \ static_assert(alignof(FActorLocatorFragment) == 0x000008, "Wrong alignment on FActorLocatorFragment"); \ static_assert(sizeof(FActorLocatorFragment) == 0x000020, "Wrong size on FActorLocatorFragment"); \ static_assert(offsetof(FActorLocatorFragment, Path) == 0x000000, "Member 'FActorLocatorFragment::Path' 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_FAssetLocatorFragment \ +static_assert(alignof(FAssetLocatorFragment) == 0x000004, "Wrong alignment on FAssetLocatorFragment"); \ +static_assert(sizeof(FAssetLocatorFragment) == 0x000010, "Wrong size on FAssetLocatorFragment"); \ +static_assert(offsetof(FAssetLocatorFragment, Path) == 0x000000, "Member 'FAssetLocatorFragment::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKSphereElem \ static_assert(alignof(FKSphereElem) == 0x000008, "Wrong alignment on FKSphereElem"); \ @@ -7761,6 +7339,14 @@ static_assert(offsetof(FKSphylElem, Rotation) == 0x000048, "Member 'FKSphylElem: static_assert(offsetof(FKSphylElem, Radius) == 0x000060, "Member 'FKSphylElem::Radius' has a wrong offset!"); \ static_assert(offsetof(FKSphylElem, Length) == 0x000064, "Member 'FKSphylElem::Length' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FKConvexElem \ +static_assert(alignof(FKConvexElem) == 0x000010, "Wrong alignment on FKConvexElem"); \ +static_assert(sizeof(FKConvexElem) == 0x000100, "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) == 0x000090, "Member 'FKConvexElem::Transform' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FKTaperedCapsuleElem \ static_assert(alignof(FKTaperedCapsuleElem) == 0x000008, "Wrong alignment on FKTaperedCapsuleElem"); \ static_assert(sizeof(FKTaperedCapsuleElem) == 0x000070, "Wrong size on FKTaperedCapsuleElem"); \ @@ -7770,11 +7356,6 @@ static_assert(offsetof(FKTaperedCapsuleElem, Radius0) == 0x000060, "Member 'FKTa static_assert(offsetof(FKTaperedCapsuleElem, Radius1) == 0x000064, "Member 'FKTaperedCapsuleElem::Radius1' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Length) == 0x000068, "Member 'FKTaperedCapsuleElem::Length' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FKLevelSetElem \ -static_assert(alignof(FKLevelSetElem) == 0x000010, "Wrong alignment on FKLevelSetElem"); \ -static_assert(sizeof(FKLevelSetElem) == 0x0000A0, "Wrong size on FKLevelSetElem"); \ -static_assert(offsetof(FKLevelSetElem, Transform) == 0x000030, "Member 'FKLevelSetElem::Transform' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FKSkinnedLevelSetElem \ static_assert(alignof(FKSkinnedLevelSetElem) == 0x000008, "Wrong alignment on FKSkinnedLevelSetElem"); \ static_assert(sizeof(FKSkinnedLevelSetElem) == 0x000038, "Wrong size on FKSkinnedLevelSetElem"); \ @@ -7790,10 +7371,12 @@ static_assert(offsetof(FKAggregateGeom, TaperedCapsuleElems) == 0x000040, "Membe static_assert(offsetof(FKAggregateGeom, LevelSetElems) == 0x000050, "Member 'FKAggregateGeom::LevelSetElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, SkinnedLevelSetElems) == 0x000060, "Member 'FKAggregateGeom::SkinnedLevelSetElems' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FClusterUnionPendingAddData \ -static_assert(alignof(FClusterUnionPendingAddData) == 0x000008, "Wrong alignment on FClusterUnionPendingAddData"); \ -static_assert(sizeof(FClusterUnionPendingAddData) == 0x000050, "Wrong size on FClusterUnionPendingAddData"); \ -static_assert(offsetof(FClusterUnionPendingAddData, BonesData) == 0x000000, "Member 'FClusterUnionPendingAddData::BonesData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMeshDisplacementMap \ +static_assert(alignof(FMeshDisplacementMap) == 0x000008, "Wrong alignment on FMeshDisplacementMap"); \ +static_assert(sizeof(FMeshDisplacementMap) == 0x000010, "Wrong size on FMeshDisplacementMap"); \ +static_assert(offsetof(FMeshDisplacementMap, Texture) == 0x000000, "Member 'FMeshDisplacementMap::Texture' has a wrong offset!"); \ +static_assert(offsetof(FMeshDisplacementMap, Magnitude) == 0x000008, "Member 'FMeshDisplacementMap::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FMeshDisplacementMap, Center) == 0x00000C, "Member 'FMeshDisplacementMap::Center' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightmassLightSettings \ static_assert(alignof(FLightmassLightSettings) == 0x000004, "Wrong alignment on FLightmassLightSettings"); \ @@ -7802,52 +7385,33 @@ static_assert(offsetof(FLightmassLightSettings, IndirectLightingSaturation) == 0 static_assert(offsetof(FLightmassLightSettings, ShadowExponent) == 0x000004, "Member 'FLightmassLightSettings::ShadowExponent' has a wrong offset!"); \ static_assert(offsetof(FLightmassLightSettings, bUseAreaShadowsForStationaryLight) == 0x000008, "Member 'FLightmassLightSettings::bUseAreaShadowsForStationaryLight' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FLightmassPointLightSettings \ -static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ -static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ +#define DUMPER7_ASSERTS_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_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_FMaterialInstanceCachedData \ +static_assert(alignof(FMaterialInstanceCachedData) == 0x000008, "Wrong alignment on FMaterialInstanceCachedData"); \ +static_assert(sizeof(FMaterialInstanceCachedData) == 0x000010, "Wrong size on FMaterialInstanceCachedData"); \ +static_assert(offsetof(FMaterialInstanceCachedData, ParentLayerIndexRemap) == 0x000000, "Member 'FMaterialInstanceCachedData::ParentLayerIndexRemap' 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_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_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_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_FNetworkPhysicsRewindDataProxy \ -static_assert(alignof(FNetworkPhysicsRewindDataProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataProxy"); \ -static_assert(sizeof(FNetworkPhysicsRewindDataProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataProxy"); \ -static_assert(offsetof(FNetworkPhysicsRewindDataProxy, Owner) == 0x000008, "Member 'FNetworkPhysicsRewindDataProxy::Owner' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataInputProxy \ -static_assert(alignof(FNetworkPhysicsRewindDataInputProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataInputProxy"); \ -static_assert(sizeof(FNetworkPhysicsRewindDataInputProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataInputProxy"); \ - -#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_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_FNamedVector \ static_assert(alignof(FNamedVector) == 0x000008, "Wrong alignment on FNamedVector"); \ @@ -7855,12 +7419,24 @@ static_assert(sizeof(FNamedVector) == 0x000020, "Wrong size on FNamedVector"); \ static_assert(offsetof(FNamedVector, Value) == 0x000000, "Member 'FNamedVector::Value' has a wrong offset!"); \ static_assert(offsetof(FNamedVector, Name) == 0x000018, "Member 'FNamedVector::Name' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPOV \ -static_assert(alignof(FPOV) == 0x000008, "Wrong alignment on FPOV"); \ -static_assert(sizeof(FPOV) == 0x000038, "Wrong size on FPOV"); \ -static_assert(offsetof(FPOV, Location) == 0x000000, "Member 'FPOV::Location' has a wrong offset!"); \ -static_assert(offsetof(FPOV, Rotation) == 0x000018, "Member 'FPOV::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FPOV, FOV) == 0x000030, "Member 'FPOV::FOV' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTextSizingParameters \ +static_assert(alignof(FTextSizingParameters) == 0x000008, "Wrong alignment on FTextSizingParameters"); \ +static_assert(sizeof(FTextSizingParameters) == 0x000038, "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) == 0x000020, "Member 'FTextSizingParameters::DrawFont' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, SpacingAdjust) == 0x000028, "Member 'FTextSizingParameters::SpacingAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsPredictionSettings \ +static_assert(alignof(FPhysicsPredictionSettings) == 0x000004, "Wrong alignment on FPhysicsPredictionSettings"); \ +static_assert(sizeof(FPhysicsPredictionSettings) == 0x00000C, "Wrong size on FPhysicsPredictionSettings"); \ +static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsPrediction) == 0x000000, "Member 'FPhysicsPredictionSettings::bEnablePhysicsPrediction' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsResimulation) == 0x000001, "Member 'FPhysicsPredictionSettings::bEnablePhysicsResimulation' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, ResimulationErrorThreshold) == 0x000004, "Member 'FPhysicsPredictionSettings::ResimulationErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, MaxSupportedLatencyPrediction) == 0x000008, "Member 'FPhysicsPredictionSettings::MaxSupportedLatencyPrediction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedColor \ static_assert(alignof(FNamedColor) == 0x000004, "Wrong alignment on FNamedColor"); \ @@ -7868,17 +7444,54 @@ 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_FMeshBuildSettings \ +static_assert(alignof(FMeshBuildSettings) == 0x000008, "Wrong alignment on FMeshBuildSettings"); \ +static_assert(sizeof(FMeshBuildSettings) == 0x000048, "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) == 0x000018, "Member 'FMeshBuildSettings::BuildScale3D' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, DistanceFieldResolutionScale) == 0x000030, "Member 'FMeshBuildSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, DistanceFieldReplacementMesh) == 0x000038, "Member 'FMeshBuildSettings::DistanceFieldReplacementMesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, MaxLumenMeshCards) == 0x000040, "Member 'FMeshBuildSettings::MaxLumenMeshCards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedTransform \ +static_assert(alignof(FNamedTransform) == 0x000010, "Wrong alignment on FNamedTransform"); \ +static_assert(sizeof(FNamedTransform) == 0x000070, "Wrong size on FNamedTransform"); \ +static_assert(offsetof(FNamedTransform, Value) == 0x000000, "Member 'FNamedTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FNamedTransform, Name) == 0x000060, "Member 'FNamedTransform::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDevicePropertyHandle \ +static_assert(alignof(FInputDevicePropertyHandle) == 0x000004, "Wrong alignment on FInputDevicePropertyHandle"); \ +static_assert(sizeof(FInputDevicePropertyHandle) == 0x000004, "Wrong size on FInputDevicePropertyHandle"); \ +static_assert(offsetof(FInputDevicePropertyHandle, InternalId) == 0x000000, "Member 'FInputDevicePropertyHandle::InternalId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ +static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ +static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000070, "Wrong size on FActiveForceFeedbackEffect"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ActiveDeviceProperties) == 0x000020, "Member 'FActiveForceFeedbackEffect::ActiveDeviceProperties' 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_FOverlapResult \ -static_assert(alignof(FOverlapResult) == 0x000008, "Wrong alignment on FOverlapResult"); \ -static_assert(sizeof(FOverlapResult) == 0x000040, "Wrong size on FOverlapResult"); \ -static_assert(offsetof(FOverlapResult, OverlapObjectHandle) == 0x000000, "Member 'FOverlapResult::OverlapObjectHandle' has a wrong offset!"); \ -static_assert(offsetof(FOverlapResult, Component) == 0x000020, "Member 'FOverlapResult::Component' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FComponentSpacePose \ +static_assert(alignof(FComponentSpacePose) == 0x000008, "Wrong alignment on FComponentSpacePose"); \ +static_assert(sizeof(FComponentSpacePose) == 0x000020, "Wrong size on FComponentSpacePose"); \ +static_assert(offsetof(FComponentSpacePose, Transforms) == 0x000000, "Member 'FComponentSpacePose::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FComponentSpacePose, Names) == 0x000010, "Member 'FComponentSpacePose::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterNetworkSerializationPackedBits \ +static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x0000C8, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ + +#define DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits \ +static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ +static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x0000C8, "Wrong size on FCharacterMoveResponsePackedBits"); \ #define DUMPER7_ASSERTS_FRadialDamageParams \ static_assert(alignof(FRadialDamageParams) == 0x000004, "Wrong alignment on FRadialDamageParams"); \ @@ -7889,55 +7502,65 @@ static_assert(offsetof(FRadialDamageParams, InnerRadius) == 0x000008, "Member 'F 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_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_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_FRigidBodyContactInfo \ -static_assert(alignof(FRigidBodyContactInfo) == 0x000008, "Wrong alignment on FRigidBodyContactInfo"); \ -static_assert(sizeof(FRigidBodyContactInfo) == 0x000048, "Wrong size on FRigidBodyContactInfo"); \ -static_assert(offsetof(FRigidBodyContactInfo, ContactPosition) == 0x000000, "Member 'FRigidBodyContactInfo::ContactPosition' has a wrong offset!"); \ -static_assert(offsetof(FRigidBodyContactInfo, ContactNormal) == 0x000018, "Member 'FRigidBodyContactInfo::ContactNormal' has a wrong offset!"); \ -static_assert(offsetof(FRigidBodyContactInfo, ContactPenetration) == 0x000030, "Member 'FRigidBodyContactInfo::ContactPenetration' has a wrong offset!"); \ -static_assert(offsetof(FRigidBodyContactInfo, bContactProbe) == 0x000034, "Member 'FRigidBodyContactInfo::bContactProbe' has a wrong offset!"); \ -static_assert(offsetof(FRigidBodyContactInfo, PhysMaterial) == 0x000038, "Member 'FRigidBodyContactInfo::PhysMaterial' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCollisionImpactData \ -static_assert(alignof(FCollisionImpactData) == 0x000008, "Wrong alignment on FCollisionImpactData"); \ -static_assert(sizeof(FCollisionImpactData) == 0x000048, "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) == 0x000028, "Member 'FCollisionImpactData::TotalFrictionImpulse' has a wrong offset!"); \ -static_assert(offsetof(FCollisionImpactData, bIsVelocityDeltaUnderThreshold) == 0x000040, "Member 'FCollisionImpactData::bIsVelocityDeltaUnderThreshold' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRadialDamageEvent \ +static_assert(alignof(FRadialDamageEvent) == 0x000008, "Wrong alignment on FRadialDamageEvent"); \ +static_assert(sizeof(FRadialDamageEvent) == 0x000050, "Wrong size on FRadialDamageEvent"); \ +static_assert(offsetof(FRadialDamageEvent, Params) == 0x000010, "Member 'FRadialDamageEvent::Params' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, Origin) == 0x000028, "Member 'FRadialDamageEvent::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, ComponentHits) == 0x000040, "Member 'FRadialDamageEvent::ComponentHits' 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_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_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_FAnimCompressedCurveIndexedName \ static_assert(alignof(FAnimCompressedCurveIndexedName) == 0x000004, "Wrong alignment on FAnimCompressedCurveIndexedName"); \ static_assert(sizeof(FAnimCompressedCurveIndexedName) == 0x00000C, "Wrong size on FAnimCompressedCurveIndexedName"); \ static_assert(offsetof(FAnimCompressedCurveIndexedName, CurveName) == 0x000000, "Member 'FAnimCompressedCurveIndexedName::CurveName' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimBlueprintFunction \ -static_assert(alignof(FAnimBlueprintFunction) == 0x000008, "Wrong alignment on FAnimBlueprintFunction"); \ -static_assert(sizeof(FAnimBlueprintFunction) == 0x000078, "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) == 0x000070, "Member 'FAnimBlueprintFunction::bImplemented' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDPMatchingIfCondition \ +static_assert(alignof(FDPMatchingIfCondition) == 0x000008, "Wrong alignment on FDPMatchingIfCondition"); \ +static_assert(sizeof(FDPMatchingIfCondition) == 0x000028, "Wrong size on FDPMatchingIfCondition"); \ +static_assert(offsetof(FDPMatchingIfCondition, Operator) == 0x000000, "Member 'FDPMatchingIfCondition::Operator' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingIfCondition, Arg1) == 0x000008, "Member 'FDPMatchingIfCondition::Arg1' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingIfCondition, Arg2) == 0x000018, "Member 'FDPMatchingIfCondition::Arg2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructBase \ +static_assert(alignof(FDPMatchingRulestructBase) == 0x000008, "Wrong alignment on FDPMatchingRulestructBase"); \ +static_assert(sizeof(FDPMatchingRulestructBase) == 0x000048, "Wrong size on FDPMatchingRulestructBase"); \ +static_assert(offsetof(FDPMatchingRulestructBase, RuleName) == 0x000008, "Member 'FDPMatchingRulestructBase::RuleName' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructBase, IfConditions) == 0x000018, "Member 'FDPMatchingRulestructBase::IfConditions' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructBase, AppendFragments) == 0x000028, "Member 'FDPMatchingRulestructBase::AppendFragments' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructBase, SetUserVar) == 0x000038, "Member 'FDPMatchingRulestructBase::SetUserVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructA \ +static_assert(alignof(FDPMatchingRulestructA) == 0x000008, "Wrong alignment on FDPMatchingRulestructA"); \ +static_assert(sizeof(FDPMatchingRulestructA) == 0x000068, "Wrong size on FDPMatchingRulestructA"); \ +static_assert(offsetof(FDPMatchingRulestructA, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructA::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructA, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructA::OnFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructB \ +static_assert(alignof(FDPMatchingRulestructB) == 0x000008, "Wrong alignment on FDPMatchingRulestructB"); \ +static_assert(sizeof(FDPMatchingRulestructB) == 0x000068, "Wrong size on FDPMatchingRulestructB"); \ +static_assert(offsetof(FDPMatchingRulestructB, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructB::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructB, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructB::OnFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructC \ +static_assert(alignof(FDPMatchingRulestructC) == 0x000008, "Wrong alignment on FDPMatchingRulestructC"); \ +static_assert(sizeof(FDPMatchingRulestructC) == 0x000068, "Wrong size on FDPMatchingRulestructC"); \ +static_assert(offsetof(FDPMatchingRulestructC, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructC::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructC, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructC::OnFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimCurveType \ static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ @@ -7945,15 +7568,6 @@ static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType" static_assert(offsetof(FAnimCurveType, bMaterial) == 0x000000, "Member 'FAnimCurveType::bMaterial' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveType, bMorphtarget) == 0x000001, "Member 'FAnimCurveType::bMorphtarget' 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_FReplicatedStaticActorDestructionInfo \ -static_assert(alignof(FReplicatedStaticActorDestructionInfo) == 0x000008, "Wrong alignment on FReplicatedStaticActorDestructionInfo"); \ -static_assert(sizeof(FReplicatedStaticActorDestructionInfo) == 0x000040, "Wrong size on FReplicatedStaticActorDestructionInfo"); \ -static_assert(offsetof(FReplicatedStaticActorDestructionInfo, ObjClass) == 0x000038, "Member 'FReplicatedStaticActorDestructionInfo::ObjClass' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCurveMetaData \ static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ @@ -7961,75 +7575,59 @@ static_assert(offsetof(FCurveMetaData, LinkedBones) == 0x000000, "Member 'FCurve static_assert(offsetof(FCurveMetaData, MaxLOD) == 0x000010, "Member 'FCurveMetaData::MaxLOD' has a wrong offset!"); \ static_assert(offsetof(FCurveMetaData, Type) == 0x000011, "Member 'FCurveMetaData::Type' 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_FCustomAttributePerBoneData \ +static_assert(alignof(FCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FCustomAttributePerBoneData"); \ +static_assert(sizeof(FCustomAttributePerBoneData) == 0x000001, "Wrong size on FCustomAttributePerBoneData"); \ + +#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_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_FAnimExecutionContext \ -static_assert(alignof(FAnimExecutionContext) == 0x000008, "Wrong alignment on FAnimExecutionContext"); \ -static_assert(sizeof(FAnimExecutionContext) == 0x000010, "Wrong size on FAnimExecutionContext"); \ +#define DUMPER7_ASSERTS_FDepthFieldGlowInfo \ +static_assert(alignof(FDepthFieldGlowInfo) == 0x000008, "Wrong alignment on FDepthFieldGlowInfo"); \ +static_assert(sizeof(FDepthFieldGlowInfo) == 0x000038, "Wrong size on FDepthFieldGlowInfo"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowColor) == 0x000004, "Member 'FDepthFieldGlowInfo::GlowColor' has a wrong offset!"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowOuterRadius) == 0x000018, "Member 'FDepthFieldGlowInfo::GlowOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowInnerRadius) == 0x000028, "Member 'FDepthFieldGlowInfo::GlowInnerRadius' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimComponentSpacePoseContext \ -static_assert(alignof(FAnimComponentSpacePoseContext) == 0x000008, "Wrong alignment on FAnimComponentSpacePoseContext"); \ -static_assert(sizeof(FAnimComponentSpacePoseContext) == 0x000010, "Wrong size on FAnimComponentSpacePoseContext"); \ - -#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_FAnimCurveBase \ -static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ -static_assert(sizeof(FAnimCurveBase) == 0x00000C, "Wrong size on FAnimCurveBase"); \ -static_assert(offsetof(FAnimCurveBase, CurveName) == 0x000000, "Member 'FAnimCurveBase::CurveName' has a wrong offset!"); \ -static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000008, "Member 'FAnimCurveBase::CurveTypeFlags' 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_FFloatCurve \ -static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ -static_assert(sizeof(FFloatCurve) == 0x000090, "Wrong size on FFloatCurve"); \ -static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000010, "Member 'FFloatCurve::FloatCurve' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRawDistributionFloat \ -static_assert(alignof(FRawDistributionFloat) == 0x000008, "Wrong alignment on FRawDistributionFloat"); \ -static_assert(sizeof(FRawDistributionFloat) == 0x000030, "Wrong size on FRawDistributionFloat"); \ -static_assert(offsetof(FRawDistributionFloat, MinValue) == 0x000020, "Member 'FRawDistributionFloat::MinValue' has a wrong offset!"); \ -static_assert(offsetof(FRawDistributionFloat, MaxValue) == 0x000024, "Member 'FRawDistributionFloat::MaxValue' has a wrong offset!"); \ -static_assert(offsetof(FRawDistributionFloat, Distribution) == 0x000028, "Member 'FRawDistributionFloat::Distribution' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FEmitterDynamicParameter \ -static_assert(alignof(FEmitterDynamicParameter) == 0x000008, "Wrong alignment on FEmitterDynamicParameter"); \ -static_assert(sizeof(FEmitterDynamicParameter) == 0x000048, "Wrong size on FEmitterDynamicParameter"); \ -static_assert(offsetof(FEmitterDynamicParameter, ParamName) == 0x000000, "Member 'FEmitterDynamicParameter::ParamName' has a wrong offset!"); \ -static_assert(offsetof(FEmitterDynamicParameter, ValueMethod) == 0x00000C, "Member 'FEmitterDynamicParameter::ValueMethod' has a wrong offset!"); \ -static_assert(offsetof(FEmitterDynamicParameter, ParamValue) == 0x000018, "Member 'FEmitterDynamicParameter::ParamValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSkelMeshMergeMeshUVTransforms \ -static_assert(alignof(FSkelMeshMergeMeshUVTransforms) == 0x000008, "Wrong alignment on FSkelMeshMergeMeshUVTransforms"); \ -static_assert(sizeof(FSkelMeshMergeMeshUVTransforms) == 0x000010, "Wrong size on FSkelMeshMergeMeshUVTransforms"); \ -static_assert(offsetof(FSkelMeshMergeMeshUVTransforms, UVTransforms) == 0x000000, "Member 'FSkelMeshMergeMeshUVTransforms::UVTransforms' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FHLODISMComponentDesc \ +static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ +static_assert(sizeof(FHLODISMComponentDesc) == 0x000030, "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!"); \ +static_assert(offsetof(FHLODISMComponentDesc, InstancesCustomPrimitiveData) == 0x000020, "Member 'FHLODISMComponentDesc::InstancesCustomPrimitiveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorCurve \ static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ static_assert(sizeof(FVectorCurve) == 0x000190, "Wrong size on FVectorCurve"); \ static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000010, "Member 'FVectorCurve::FloatCurves' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSwarmDebugOptions \ -static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ -static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ +#define DUMPER7_ASSERTS_FBakedCustomAttributePerBoneData \ +static_assert(alignof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FBakedCustomAttributePerBoneData"); \ +static_assert(sizeof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong size on FBakedCustomAttributePerBoneData"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_JumpForce \ +static_assert(alignof(FRootMotionSource_JumpForce) == 0x000010, "Wrong alignment on FRootMotionSource_JumpForce"); \ +static_assert(sizeof(FRootMotionSource_JumpForce) == 0x000130, "Wrong size on FRootMotionSource_JumpForce"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x0000D8, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000F0, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000F4, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000F8, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x000100, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x000108, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformCurve \ static_assert(alignof(FTransformCurve) == 0x000008, "Wrong alignment on FTransformCurve"); \ @@ -8038,66 +7636,6 @@ static_assert(offsetof(FTransformCurve, TranslationCurve) == 0x000010, "Member ' static_assert(offsetof(FTransformCurve, RotationCurve) == 0x0001A0, "Member 'FTransformCurve::RotationCurve' has a wrong offset!"); \ static_assert(offsetof(FTransformCurve, ScaleCurve) == 0x000330, "Member 'FTransformCurve::ScaleCurve' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimBlueprintConstantData \ -static_assert(alignof(FAnimBlueprintConstantData) == 0x000001, "Wrong alignment on FAnimBlueprintConstantData"); \ -static_assert(sizeof(FAnimBlueprintConstantData) == 0x000001, "Wrong size on FAnimBlueprintConstantData"); \ - -#define DUMPER7_ASSERTS_FPropertyAccessIndirectionChain \ -static_assert(alignof(FPropertyAccessIndirectionChain) == 0x000008, "Wrong alignment on FPropertyAccessIndirectionChain"); \ -static_assert(sizeof(FPropertyAccessIndirectionChain) == 0x000028, "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!"); \ - -#define DUMPER7_ASSERTS_FCachedFloatCurve \ -static_assert(alignof(FCachedFloatCurve) == 0x000004, "Wrong alignment on FCachedFloatCurve"); \ -static_assert(sizeof(FCachedFloatCurve) == 0x000008, "Wrong size on FCachedFloatCurve"); \ -static_assert(offsetof(FCachedFloatCurve, CurveName) == 0x000000, "Member 'FCachedFloatCurve::CurveName' 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_FISMComponentDescriptorBase \ -static_assert(alignof(FISMComponentDescriptorBase) == 0x000008, "Wrong alignment on FISMComponentDescriptorBase"); \ -static_assert(sizeof(FISMComponentDescriptorBase) == 0x0001E8, "Wrong size on FISMComponentDescriptorBase"); \ -static_assert(offsetof(FISMComponentDescriptorBase, Hash) == 0x000008, "Member 'FISMComponentDescriptorBase::Hash' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, ComponentClass) == 0x000010, "Member 'FISMComponentDescriptorBase::ComponentClass' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, Mobility) == 0x000018, "Member 'FISMComponentDescriptorBase::Mobility' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureRenderPassType) == 0x000019, "Member 'FISMComponentDescriptorBase::VirtualTextureRenderPassType' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, LightmapType) == 0x00001A, "Member 'FISMComponentDescriptorBase::LightmapType' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, LightingChannels) == 0x00001B, "Member 'FISMComponentDescriptorBase::LightingChannels' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupId) == 0x00001C, "Member 'FISMComponentDescriptorBase::RayTracingGroupId' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupCullingPriority) == 0x000020, "Member 'FISMComponentDescriptorBase::RayTracingGroupCullingPriority' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, bHasCustomNavigableGeometry) == 0x000021, "Member 'FISMComponentDescriptorBase::bHasCustomNavigableGeometry' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilWriteMask) == 0x000022, "Member 'FISMComponentDescriptorBase::CustomDepthStencilWriteMask' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, BodyInstance) == 0x000028, "Member 'FISMComponentDescriptorBase::BodyInstance' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, InstanceStartCullDistance) == 0x0001C0, "Member 'FISMComponentDescriptorBase::InstanceStartCullDistance' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, InstanceEndCullDistance) == 0x0001C4, "Member 'FISMComponentDescriptorBase::InstanceEndCullDistance' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, InstanceLODDistanceScale) == 0x0001C8, "Member 'FISMComponentDescriptorBase::InstanceLODDistanceScale' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureCullMips) == 0x0001CC, "Member 'FISMComponentDescriptorBase::VirtualTextureCullMips' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, TranslucencySortPriority) == 0x0001D0, "Member 'FISMComponentDescriptorBase::TranslucencySortPriority' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, OverriddenLightMapRes) == 0x0001D4, "Member 'FISMComponentDescriptorBase::OverriddenLightMapRes' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilValue) == 0x0001D8, "Member 'FISMComponentDescriptorBase::CustomDepthStencilValue' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, WorldPositionOffsetDisableDistance) == 0x0001E0, "Member 'FISMComponentDescriptorBase::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, ShadowCacheInvalidationBehavior) == 0x0001E4, "Member 'FISMComponentDescriptorBase::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptorBase, DetailMode) == 0x0001E5, "Member 'FISMComponentDescriptorBase::DetailMode' 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) == 0x000140, "Wrong size on FRootMotionSource_RadialForce"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, Location) == 0x0000D8, "Member 'FRootMotionSource_RadialForce::Location' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, LocationActor) == 0x0000F0, "Member 'FRootMotionSource_RadialForce::LocationActor' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, Radius) == 0x0000F8, "Member 'FRootMotionSource_RadialForce::Radius' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, Strength) == 0x0000FC, "Member 'FRootMotionSource_RadialForce::Strength' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, bIsPush) == 0x000100, "Member 'FRootMotionSource_RadialForce::bIsPush' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, bNoZForce) == 0x000101, "Member 'FRootMotionSource_RadialForce::bNoZForce' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, StrengthDistanceFalloff) == 0x000108, "Member 'FRootMotionSource_RadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, StrengthOverTime) == 0x000110, "Member 'FRootMotionSource_RadialForce::StrengthOverTime' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, bUseFixedWorldDirection) == 0x000118, "Member 'FRootMotionSource_RadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_RadialForce, FixedWorldDirection) == 0x000120, "Member 'FRootMotionSource_RadialForce::FixedWorldDirection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FAnimationTrackPayload \ static_assert(alignof(FAnimationTrackPayload) == 0x000004, "Wrong alignment on FAnimationTrackPayload"); \ static_assert(sizeof(FAnimationTrackPayload) == 0x000008, "Wrong size on FAnimationTrackPayload"); \ @@ -8108,12 +7646,6 @@ static_assert(alignof(FAnimationTrackAddedPayload) == 0x000004, "Wrong alignment static_assert(sizeof(FAnimationTrackAddedPayload) == 0x00000C, "Wrong size on FAnimationTrackAddedPayload"); \ static_assert(offsetof(FAnimationTrackAddedPayload, TrackIndex) == 0x000008, "Member 'FAnimationTrackAddedPayload::TrackIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimationCurveData \ -static_assert(alignof(FAnimationCurveData) == 0x000008, "Wrong alignment on FAnimationCurveData"); \ -static_assert(sizeof(FAnimationCurveData) == 0x000020, "Wrong size on FAnimationCurveData"); \ -static_assert(offsetof(FAnimationCurveData, FloatCurves) == 0x000000, "Member 'FAnimationCurveData::FloatCurves' has a wrong offset!"); \ -static_assert(offsetof(FAnimationCurveData, TransformCurves) == 0x000010, "Member 'FAnimationCurveData::TransformCurves' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSequenceLengthChangedPayload \ static_assert(alignof(FSequenceLengthChangedPayload) == 0x000004, "Wrong alignment on FSequenceLengthChangedPayload"); \ static_assert(sizeof(FSequenceLengthChangedPayload) == 0x000018, "Wrong size on FSequenceLengthChangedPayload"); \ @@ -8124,29 +7656,21 @@ static_assert(offsetof(FSequenceLengthChangedPayload, PreviousNumberOfFrames) == static_assert(offsetof(FSequenceLengthChangedPayload, Frame0) == 0x000010, "Member 'FSequenceLengthChangedPayload::Frame0' has a wrong offset!"); \ static_assert(offsetof(FSequenceLengthChangedPayload, Frame1) == 0x000014, "Member 'FSequenceLengthChangedPayload::Frame1' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNonBlendableTransformAnimationAttribute \ -static_assert(alignof(FNonBlendableTransformAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableTransformAnimationAttribute"); \ -static_assert(sizeof(FNonBlendableTransformAnimationAttribute) == 0x000060, "Wrong size on FNonBlendableTransformAnimationAttribute"); \ +#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_FFrameRateChangedPayload \ static_assert(alignof(FFrameRateChangedPayload) == 0x000004, "Wrong alignment on FFrameRateChangedPayload"); \ static_assert(sizeof(FFrameRateChangedPayload) == 0x000008, "Wrong size on FFrameRateChangedPayload"); \ static_assert(offsetof(FFrameRateChangedPayload, PreviousFrameRate) == 0x000000, "Member 'FFrameRateChangedPayload::PreviousFrameRate' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FHitResultNetSerializerConfig \ -static_assert(alignof(FHitResultNetSerializerConfig) == 0x000008, "Wrong alignment on FHitResultNetSerializerConfig"); \ -static_assert(sizeof(FHitResultNetSerializerConfig) == 0x000010, "Wrong size on FHitResultNetSerializerConfig"); \ - -#define DUMPER7_ASSERTS_FInputDevicePropertyHandle \ -static_assert(alignof(FInputDevicePropertyHandle) == 0x000004, "Wrong alignment on FInputDevicePropertyHandle"); \ -static_assert(sizeof(FInputDevicePropertyHandle) == 0x000004, "Wrong size on FInputDevicePropertyHandle"); \ -static_assert(offsetof(FInputDevicePropertyHandle, InternalId) == 0x000000, "Member 'FInputDevicePropertyHandle::InternalId' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDeviceTriggerFeedbackData \ -static_assert(alignof(FDeviceTriggerFeedbackData) == 0x000008, "Wrong alignment on FDeviceTriggerFeedbackData"); \ -static_assert(sizeof(FDeviceTriggerFeedbackData) == 0x000010, "Wrong size on FDeviceTriggerFeedbackData"); \ -static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackPositionCurve) == 0x000000, "Member 'FDeviceTriggerFeedbackData::FeedbackPositionCurve' has a wrong offset!"); \ -static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackStrenghCurve) == 0x000008, "Member 'FDeviceTriggerFeedbackData::FeedbackStrenghCurve' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCurvePayload \ +static_assert(alignof(FCurvePayload) == 0x000004, "Wrong alignment on FCurvePayload"); \ +static_assert(sizeof(FCurvePayload) == 0x00000C, "Wrong size on FCurvePayload"); \ +static_assert(offsetof(FCurvePayload, Identifier) == 0x000000, "Member 'FCurvePayload::Identifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurveScaledPayload \ static_assert(alignof(FCurveScaledPayload) == 0x000004, "Wrong alignment on FCurveScaledPayload"); \ @@ -8154,63 +7678,87 @@ static_assert(sizeof(FCurveScaledPayload) == 0x000014, "Wrong size on FCurveScal static_assert(offsetof(FCurveScaledPayload, Factor) == 0x00000C, "Member 'FCurveScaledPayload::Factor' has a wrong offset!"); \ static_assert(offsetof(FCurveScaledPayload, Origin) == 0x000010, "Member 'FCurveScaledPayload::Origin' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCurveRenamedPayload \ +static_assert(alignof(FCurveRenamedPayload) == 0x000004, "Wrong alignment on FCurveRenamedPayload"); \ +static_assert(sizeof(FCurveRenamedPayload) == 0x000018, "Wrong size on FCurveRenamedPayload"); \ +static_assert(offsetof(FCurveRenamedPayload, NewIdentifier) == 0x00000C, "Member 'FCurveRenamedPayload::NewIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveFlagsChangedPayload \ +static_assert(alignof(FCurveFlagsChangedPayload) == 0x000004, "Wrong alignment on FCurveFlagsChangedPayload"); \ +static_assert(sizeof(FCurveFlagsChangedPayload) == 0x000010, "Wrong size on FCurveFlagsChangedPayload"); \ +static_assert(offsetof(FCurveFlagsChangedPayload, OldFlags) == 0x00000C, "Member 'FCurveFlagsChangedPayload::OldFlags' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FAttributePayload \ static_assert(alignof(FAttributePayload) == 0x000008, "Wrong alignment on FAttributePayload"); \ static_assert(sizeof(FAttributePayload) == 0x000040, "Wrong size on FAttributePayload"); \ static_assert(offsetof(FAttributePayload, Identifier) == 0x000000, "Member 'FAttributePayload::Identifier' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FInstancedStaticMeshLightMapInstanceData \ -static_assert(alignof(FInstancedStaticMeshLightMapInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshLightMapInstanceData"); \ -static_assert(sizeof(FInstancedStaticMeshLightMapInstanceData) == 0x000070, "Wrong size on FInstancedStaticMeshLightMapInstanceData"); \ -static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshLightMapInstanceData::Transform' has a wrong offset!"); \ -static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, MapBuildDataIds) == 0x000060, "Member 'FInstancedStaticMeshLightMapInstanceData::MapBuildDataIds' 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_FAnimInstanceLocatorFragment \ static_assert(alignof(FAnimInstanceLocatorFragment) == 0x000004, "Wrong alignment on FAnimInstanceLocatorFragment"); \ static_assert(sizeof(FAnimInstanceLocatorFragment) == 0x000004, "Wrong size on FAnimInstanceLocatorFragment"); \ static_assert(offsetof(FAnimInstanceLocatorFragment, Type) == 0x000000, "Member 'FAnimInstanceLocatorFragment::Type' 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_FSkelMeshMergeSectionMapping \ +static_assert(alignof(FSkelMeshMergeSectionMapping) == 0x000008, "Wrong alignment on FSkelMeshMergeSectionMapping"); \ +static_assert(sizeof(FSkelMeshMergeSectionMapping) == 0x000010, "Wrong size on FSkelMeshMergeSectionMapping"); \ +static_assert(offsetof(FSkelMeshMergeSectionMapping, SectionIDs) == 0x000000, "Member 'FSkelMeshMergeSectionMapping::SectionIDs' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAttributeKey \ -static_assert(alignof(FAttributeKey) == 0x000008, "Wrong alignment on FAttributeKey"); \ -static_assert(sizeof(FAttributeKey) == 0x000018, "Wrong size on FAttributeKey"); \ -static_assert(offsetof(FAttributeKey, Time) == 0x000000, "Member 'FAttributeKey::Time' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimNodeConstantData \ +static_assert(alignof(FAnimNodeConstantData) == 0x000008, "Wrong alignment on FAnimNodeConstantData"); \ +static_assert(sizeof(FAnimNodeConstantData) == 0x000018, "Wrong size on FAnimNodeConstantData"); \ +static_assert(offsetof(FAnimNodeConstantData, AnimClassInterface) == 0x000000, "Member 'FAnimNodeConstantData::AnimClassInterface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeConstantData, NodeIndex) == 0x000010, "Member 'FAnimNodeConstantData::NodeIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAttributeCurve \ -static_assert(alignof(FAttributeCurve) == 0x000008, "Wrong alignment on FAttributeCurve"); \ -static_assert(sizeof(FAttributeCurve) == 0x0000B0, "Wrong size on FAttributeCurve"); \ -static_assert(offsetof(FAttributeCurve, Keys) == 0x000068, "Member 'FAttributeCurve::Keys' has a wrong offset!"); \ -static_assert(offsetof(FAttributeCurve, ScriptStructPath) == 0x000078, "Member 'FAttributeCurve::ScriptStructPath' has a wrong offset!"); \ -static_assert(offsetof(FAttributeCurve, ScriptStruct) == 0x000098, "Member 'FAttributeCurve::ScriptStruct' has a wrong offset!"); \ -static_assert(offsetof(FAttributeCurve, bShouldInterpolate) == 0x0000A0, "Member 'FAttributeCurve::bShouldInterpolate' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSlotEvaluationPose \ +static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ +static_assert(sizeof(FSlotEvaluationPose) == 0x000080, "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_FAnimSubsystem \ +static_assert(alignof(FAnimSubsystem) == 0x000008, "Wrong alignment on FAnimSubsystem"); \ +static_assert(sizeof(FAnimSubsystem) == 0x000008, "Wrong size on FAnimSubsystem"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystemInstance \ +static_assert(alignof(FAnimSubsystemInstance) == 0x000008, "Wrong alignment on FAnimSubsystemInstance"); \ +static_assert(sizeof(FAnimSubsystemInstance) == 0x000008, "Wrong size on FAnimSubsystemInstance"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_BlendSpaceGraph \ +static_assert(alignof(FAnimSubsystem_BlendSpaceGraph) == 0x000008, "Wrong alignment on FAnimSubsystem_BlendSpaceGraph"); \ +static_assert(sizeof(FAnimSubsystem_BlendSpaceGraph) == 0x000018, "Wrong size on FAnimSubsystem_BlendSpaceGraph"); \ +static_assert(offsetof(FAnimSubsystem_BlendSpaceGraph, BlendSpaces) == 0x000008, "Member 'FAnimSubsystem_BlendSpaceGraph::BlendSpaces' 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_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_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_FPredictProjectilePathPointData \ -static_assert(alignof(FPredictProjectilePathPointData) == 0x000008, "Wrong alignment on FPredictProjectilePathPointData"); \ -static_assert(sizeof(FPredictProjectilePathPointData) == 0x000038, "Wrong size on FPredictProjectilePathPointData"); \ -static_assert(offsetof(FPredictProjectilePathPointData, Location) == 0x000000, "Member 'FPredictProjectilePathPointData::Location' has a wrong offset!"); \ -static_assert(offsetof(FPredictProjectilePathPointData, Velocity) == 0x000018, "Member 'FPredictProjectilePathPointData::Velocity' has a wrong offset!"); \ -static_assert(offsetof(FPredictProjectilePathPointData, Time) == 0x000030, "Member 'FPredictProjectilePathPointData::Time' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSoundModulationDestinationSettings \ +static_assert(alignof(FSoundModulationDestinationSettings) == 0x000008, "Wrong alignment on FSoundModulationDestinationSettings"); \ +static_assert(sizeof(FSoundModulationDestinationSettings) == 0x000058, "Wrong size on FSoundModulationDestinationSettings"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Value) == 0x000000, "Member 'FSoundModulationDestinationSettings::Value' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Modulators) == 0x000008, "Member 'FSoundModulationDestinationSettings::Modulators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ +static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ +static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000160, "Wrong size on FSoundModulationDefaultSettings"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000058, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x0000B0, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000108, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNotifyEvent \ static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ @@ -8233,50 +7781,16 @@ static_assert(offsetof(FAnimNotifyEvent, bTriggerOnDedicatedServer) == 0x0000A1, static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A2, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000A4, "Member 'FAnimNotifyEvent::TrackIndex' 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_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_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_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_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_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_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_FRawAnimSequenceTrack \ static_assert(alignof(FRawAnimSequenceTrack) == 0x000008, "Wrong alignment on FRawAnimSequenceTrack"); \ @@ -8285,43 +7799,12 @@ static_assert(offsetof(FRawAnimSequenceTrack, PosKeys) == 0x000000, "Member 'FRa 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_FAssetLocatorFragment \ -static_assert(alignof(FAssetLocatorFragment) == 0x000004, "Wrong alignment on FAssetLocatorFragment"); \ -static_assert(sizeof(FAssetLocatorFragment) == 0x000010, "Wrong size on FAssetLocatorFragment"); \ -static_assert(offsetof(FAssetLocatorFragment, Path) == 0x000000, "Member 'FAssetLocatorFragment::Path' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBasedPosition \ -static_assert(alignof(FBasedPosition) == 0x000008, "Wrong alignment on FBasedPosition"); \ -static_assert(sizeof(FBasedPosition) == 0x000068, "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) == 0x000020, "Member 'FBasedPosition::CachedBaseLocation' has a wrong offset!"); \ -static_assert(offsetof(FBasedPosition, CachedBaseRotation) == 0x000038, "Member 'FBasedPosition::CachedBaseRotation' has a wrong offset!"); \ -static_assert(offsetof(FBasedPosition, CachedTransPosition) == 0x000050, "Member 'FBasedPosition::CachedTransPosition' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FActorFolderSet \ -static_assert(alignof(FActorFolderSet) == 0x000008, "Wrong alignment on FActorFolderSet"); \ -static_assert(sizeof(FActorFolderSet) == 0x000050, "Wrong size on FActorFolderSet"); \ -static_assert(offsetof(FActorFolderSet, ActorFolders) == 0x000000, "Member 'FActorFolderSet::ActorFolders' 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_FISMComponentDescriptor \ -static_assert(alignof(FISMComponentDescriptor) == 0x000008, "Wrong alignment on FISMComponentDescriptor"); \ -static_assert(sizeof(FISMComponentDescriptor) == 0x000218, "Wrong size on FISMComponentDescriptor"); \ -static_assert(offsetof(FISMComponentDescriptor, StaticMesh) == 0x0001E8, "Member 'FISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptor, OverrideMaterials) == 0x0001F0, "Member 'FISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptor, OverlayMaterial) == 0x000200, "Member 'FISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentDescriptor, RuntimeVirtualTextures) == 0x000208, "Member 'FISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FHLODISMComponentDescriptor \ -static_assert(alignof(FHLODISMComponentDescriptor) == 0x000008, "Wrong alignment on FHLODISMComponentDescriptor"); \ -static_assert(sizeof(FHLODISMComponentDescriptor) == 0x000218, "Wrong size on FHLODISMComponentDescriptor"); \ - #define DUMPER7_ASSERTS_FPrimaryAssetRules \ static_assert(alignof(FPrimaryAssetRules) == 0x000004, "Wrong alignment on FPrimaryAssetRules"); \ static_assert(sizeof(FPrimaryAssetRules) == 0x00000C, "Wrong size on FPrimaryAssetRules"); \ @@ -8336,10 +7819,6 @@ static_assert(sizeof(FPrimaryAssetRulesOverride) == 0x00001C, "Wrong size on FPr 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_FSoundNodeEditorData \ -static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ -static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ - #define DUMPER7_ASSERTS_FPrimaryAssetRulesCustomOverride \ static_assert(alignof(FPrimaryAssetRulesCustomOverride) == 0x000008, "Wrong alignment on FPrimaryAssetRulesCustomOverride"); \ static_assert(sizeof(FPrimaryAssetRulesCustomOverride) == 0x000038, "Wrong size on FPrimaryAssetRulesCustomOverride"); \ @@ -8362,6 +7841,23 @@ static_assert(offsetof(FInterpolationParameter, DampingRatio) == 0x000004, "Memb static_assert(offsetof(FInterpolationParameter, MaxSpeed) == 0x000008, "Member 'FInterpolationParameter::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FInterpolationParameter, InterpolationType) == 0x00000C, "Member 'FInterpolationParameter::InterpolationType' 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_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!"); \ +static_assert(offsetof(FBlendParameter, bSnapToGrid) == 0x00001C, "Member 'FBlendParameter::bSnapToGrid' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, bWrapInput) == 0x00001D, "Member 'FBlendParameter::bWrapInput' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FBlendSample \ static_assert(alignof(FBlendSample) == 0x000008, "Wrong alignment on FBlendSample"); \ static_assert(sizeof(FBlendSample) == 0x000028, "Wrong size on FBlendSample"); \ @@ -8369,20 +7865,9 @@ static_assert(offsetof(FBlendSample, Animation) == 0x000000, "Member 'FBlendSamp static_assert(offsetof(FBlendSample, SampleValue) == 0x000008, "Member 'FBlendSample::SampleValue' has a wrong offset!"); \ static_assert(offsetof(FBlendSample, RateScale) == 0x000020, "Member 'FBlendSample::RateScale' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBlendSpaceTriangleEdgeInfo \ -static_assert(alignof(FBlendSpaceTriangleEdgeInfo) == 0x000008, "Wrong alignment on FBlendSpaceTriangleEdgeInfo"); \ -static_assert(sizeof(FBlendSpaceTriangleEdgeInfo) == 0x000028, "Wrong size on FBlendSpaceTriangleEdgeInfo"); \ -static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, Normal) == 0x000000, "Member 'FBlendSpaceTriangleEdgeInfo::Normal' has a wrong offset!"); \ -static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, NeighbourTriangleIndex) == 0x000010, "Member 'FBlendSpaceTriangleEdgeInfo::NeighbourTriangleIndex' has a wrong offset!"); \ -static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, AdjacentPerimeterTriangleIndices) == 0x000014, "Member 'FBlendSpaceTriangleEdgeInfo::AdjacentPerimeterTriangleIndices' has a wrong offset!"); \ -static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, AdjacentPerimeterVertexIndices) == 0x00001C, "Member 'FBlendSpaceTriangleEdgeInfo::AdjacentPerimeterVertexIndices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBlendSpaceTriangle \ -static_assert(alignof(FBlendSpaceTriangle) == 0x000008, "Wrong alignment on FBlendSpaceTriangle"); \ -static_assert(sizeof(FBlendSpaceTriangle) == 0x0000B8, "Wrong size on FBlendSpaceTriangle"); \ -static_assert(offsetof(FBlendSpaceTriangle, SampleIndices) == 0x000000, "Member 'FBlendSpaceTriangle::SampleIndices' has a wrong offset!"); \ -static_assert(offsetof(FBlendSpaceTriangle, Vertices) == 0x000010, "Member 'FBlendSpaceTriangle::Vertices' has a wrong offset!"); \ -static_assert(offsetof(FBlendSpaceTriangle, EdgeInfo) == 0x000040, "Member 'FBlendSpaceTriangle::EdgeInfo' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FConstraintInstanceBase \ +static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ +static_assert(sizeof(FConstraintInstanceBase) == 0x000038, "Wrong size on FConstraintInstanceBase"); \ #define DUMPER7_ASSERTS_FWeightedBlendSample \ static_assert(alignof(FWeightedBlendSample) == 0x000004, "Wrong alignment on FWeightedBlendSample"); \ @@ -8390,11 +7875,70 @@ static_assert(sizeof(FWeightedBlendSample) == 0x000008, "Wrong size on FWeighted static_assert(offsetof(FWeightedBlendSample, SampleIndex) == 0x000000, "Member 'FWeightedBlendSample::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(FWeightedBlendSample, SampleWeight) == 0x000004, "Member 'FWeightedBlendSample::SampleWeight' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBlendSpaceData \ -static_assert(alignof(FBlendSpaceData) == 0x000008, "Wrong alignment on FBlendSpaceData"); \ -static_assert(sizeof(FBlendSpaceData) == 0x000020, "Wrong size on FBlendSpaceData"); \ -static_assert(offsetof(FBlendSpaceData, Segments) == 0x000000, "Member 'FBlendSpaceData::Segments' has a wrong offset!"); \ -static_assert(offsetof(FBlendSpaceData, Triangles) == 0x000010, "Member 'FBlendSpaceData::Triangles' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSkeletalMeshBuildSettings \ +static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ +static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000018, "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!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, BoneInfluenceLimit) == 0x000014, "Member 'FSkeletalMeshBuildSettings::BoneInfluenceLimit' 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_FSectionReference \ +static_assert(alignof(FSectionReference) == 0x000004, "Wrong alignment on FSectionReference"); \ +static_assert(sizeof(FSectionReference) == 0x000004, "Wrong size on FSectionReference"); \ +static_assert(offsetof(FSectionReference, SectionIndex) == 0x000000, "Member 'FSectionReference::SectionIndex' 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_FSkeletalMeshVertexAttributeInfo \ +static_assert(alignof(FSkeletalMeshVertexAttributeInfo) == 0x000004, "Wrong alignment on FSkeletalMeshVertexAttributeInfo"); \ +static_assert(sizeof(FSkeletalMeshVertexAttributeInfo) == 0x000010, "Wrong size on FSkeletalMeshVertexAttributeInfo"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, EnabledForRender) == 0x000000, "Member 'FSkeletalMeshVertexAttributeInfo::EnabledForRender' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, Name) == 0x000004, "Member 'FSkeletalMeshVertexAttributeInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, DataType) == 0x00000C, "Member 'FSkeletalMeshVertexAttributeInfo::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshLODInfo \ +static_assert(alignof(FSkeletalMeshLODInfo) == 0x000008, "Wrong alignment on FSkeletalMeshLODInfo"); \ +static_assert(sizeof(FSkeletalMeshLODInfo) == 0x0000F0, "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) == 0x000030, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000070, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000080, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SectionsToPrioritize) == 0x000090, "Member 'FSkeletalMeshLODInfo::SectionsToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x0000A8, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SourceImportFilename) == 0x0000B8, "Member 'FSkeletalMeshLODInfo::SourceImportFilename' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000C8, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, MorphTargetPositionErrorTolerance) == 0x0000CC, "Member 'FSkeletalMeshLODInfo::MorphTargetPositionErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, VertexAttributes) == 0x0000D8, "Member 'FSkeletalMeshLODInfo::VertexAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditorElement \ static_assert(alignof(FEditorElement) == 0x000004, "Wrong alignment on FEditorElement"); \ @@ -8418,31 +7962,82 @@ static_assert(offsetof(FPerBoneInterpolation, InterpolationSpeedPerSec) == 0x000 static_assert(alignof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong alignment on FBlueprintMacroCosmeticInfo"); \ static_assert(sizeof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong size on FBlueprintMacroCosmeticInfo"); \ -#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_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_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_FMeshReductionSettings \ +static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ +static_assert(sizeof(FMeshReductionSettings) == 0x00002C, "Wrong size on FMeshReductionSettings"); \ +static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxNumOfTriangles) == 0x000004, "Member 'FMeshReductionSettings::MaxNumOfTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000008, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxNumOfVerts) == 0x00000C, "Member 'FMeshReductionSettings::MaxNumOfVerts' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000010, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x000014, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000018, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x00001C, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000020, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x000024, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x000025, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x000026, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000028, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000029, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x00002A, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FEditedDocumentInfo \ -static_assert(alignof(FEditedDocumentInfo) == 0x000008, "Wrong alignment on FEditedDocumentInfo"); \ -static_assert(sizeof(FEditedDocumentInfo) == 0x000040, "Wrong size on FEditedDocumentInfo"); \ -static_assert(offsetof(FEditedDocumentInfo, EditedObjectPath) == 0x000000, "Member 'FEditedDocumentInfo::EditedObjectPath' has a wrong offset!"); \ -static_assert(offsetof(FEditedDocumentInfo, SavedViewOffset) == 0x000020, "Member 'FEditedDocumentInfo::SavedViewOffset' has a wrong offset!"); \ -static_assert(offsetof(FEditedDocumentInfo, SavedZoomAmount) == 0x000030, "Member 'FEditedDocumentInfo::SavedZoomAmount' has a wrong offset!"); \ -static_assert(offsetof(FEditedDocumentInfo, EditedObject) == 0x000038, "Member 'FEditedDocumentInfo::EditedObject' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FStaticMeshSourceModel \ +static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ +static_assert(sizeof(FStaticMeshSourceModel) == 0x000098, "Wrong size on FStaticMeshSourceModel"); \ +static_assert(offsetof(FStaticMeshSourceModel, BuildSettings) == 0x000000, "Member 'FStaticMeshSourceModel::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ReductionSettings) == 0x000048, "Member 'FStaticMeshSourceModel::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionTrianglesCount) == 0x000074, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionTrianglesCount' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionVerticesCount) == 0x000078, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionVerticesCount' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, LODDistance) == 0x00007C, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000080, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000088, "Member 'FStaticMeshSourceModel::SourceImportFilename' 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_FSimpleMemberReference \ +static_assert(alignof(FSimpleMemberReference) == 0x000008, "Wrong alignment on FSimpleMemberReference"); \ +static_assert(sizeof(FSimpleMemberReference) == 0x000020, "Wrong size on FSimpleMemberReference"); \ +static_assert(offsetof(FSimpleMemberReference, MemberParent) == 0x000000, "Member 'FSimpleMemberReference::MemberParent' has a wrong offset!"); \ +static_assert(offsetof(FSimpleMemberReference, MemberName) == 0x000008, "Member 'FSimpleMemberReference::MemberName' has a wrong offset!"); \ +static_assert(offsetof(FSimpleMemberReference, MemberGuid) == 0x000010, "Member 'FSimpleMemberReference::MemberGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphTerminalType \ +static_assert(alignof(FEdGraphTerminalType) == 0x000004, "Wrong alignment on FEdGraphTerminalType"); \ +static_assert(sizeof(FEdGraphTerminalType) == 0x00001C, "Wrong size on FEdGraphTerminalType"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalCategory) == 0x000000, "Member 'FEdGraphTerminalType::TerminalCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategory) == 0x000008, "Member 'FEdGraphTerminalType::TerminalSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategoryObject) == 0x000010, "Member 'FEdGraphTerminalType::TerminalSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsConst) == 0x000018, "Member 'FEdGraphTerminalType::bTerminalIsConst' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsWeakPointer) == 0x000019, "Member 'FEdGraphTerminalType::bTerminalIsWeakPointer' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsUObjectWrapper) == 0x00001A, "Member 'FEdGraphTerminalType::bTerminalIsUObjectWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphPinType \ +static_assert(alignof(FEdGraphPinType) == 0x000008, "Wrong alignment on FEdGraphPinType"); \ +static_assert(sizeof(FEdGraphPinType) == 0x000058, "Wrong size on FEdGraphPinType"); \ +static_assert(offsetof(FEdGraphPinType, PinCategory) == 0x000000, "Member 'FEdGraphPinType::PinCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategory) == 0x000008, "Member 'FEdGraphPinType::PinSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryObject) == 0x000010, "Member 'FEdGraphPinType::PinSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryMemberReference) == 0x000018, "Member 'FEdGraphPinType::PinSubCategoryMemberReference' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinValueType) == 0x000038, "Member 'FEdGraphPinType::PinValueType' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, ContainerType) == 0x000054, "Member 'FEdGraphPinType::ContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPVariableDescription \ +static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ +static_assert(sizeof(FBPVariableDescription) == 0x0000C8, "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) == 0x000090, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x000098, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A0, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000A8, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000B8, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBPEditorBookmarkNode \ static_assert(alignof(FBPEditorBookmarkNode) == 0x000008, "Wrong alignment on FBPEditorBookmarkNode"); \ @@ -8451,6 +8046,12 @@ static_assert(offsetof(FBPEditorBookmarkNode, NodeGuid) == 0x000000, "Member 'FB 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_FTextureSourceLayerColorInfo \ +static_assert(alignof(FTextureSourceLayerColorInfo) == 0x000004, "Wrong alignment on FTextureSourceLayerColorInfo"); \ +static_assert(sizeof(FTextureSourceLayerColorInfo) == 0x000020, "Wrong size on FTextureSourceLayerColorInfo"); \ +static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMin) == 0x000000, "Member 'FTextureSourceLayerColorInfo::ColorMin' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMax) == 0x000010, "Member 'FTextureSourceLayerColorInfo::ColorMax' 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"); \ @@ -8466,14 +8067,14 @@ static_assert(offsetof(FGeomSelection, Type) == 0x000000, "Member 'FGeomSelectio 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_FNonBlendableQuaternionAnimationAttribute \ -static_assert(alignof(FNonBlendableQuaternionAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableQuaternionAnimationAttribute"); \ -static_assert(sizeof(FNonBlendableQuaternionAnimationAttribute) == 0x000020, "Wrong size on FNonBlendableQuaternionAnimationAttribute"); \ - #define DUMPER7_ASSERTS_FNonBlendableVectorAnimationAttribute \ static_assert(alignof(FNonBlendableVectorAnimationAttribute) == 0x000008, "Wrong alignment on FNonBlendableVectorAnimationAttribute"); \ static_assert(sizeof(FNonBlendableVectorAnimationAttribute) == 0x000018, "Wrong size on FNonBlendableVectorAnimationAttribute"); \ +#define DUMPER7_ASSERTS_FNonBlendableTransformAnimationAttribute \ +static_assert(alignof(FNonBlendableTransformAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableTransformAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableTransformAnimationAttribute) == 0x000060, "Wrong size on FNonBlendableTransformAnimationAttribute"); \ + #define DUMPER7_ASSERTS_FNonBlendableFloatAnimationAttribute \ static_assert(alignof(FNonBlendableFloatAnimationAttribute) == 0x000004, "Wrong alignment on FNonBlendableFloatAnimationAttribute"); \ static_assert(sizeof(FNonBlendableFloatAnimationAttribute) == 0x000004, "Wrong size on FNonBlendableFloatAnimationAttribute"); \ @@ -8482,12 +8083,6 @@ static_assert(sizeof(FNonBlendableFloatAnimationAttribute) == 0x000004, "Wrong s static_assert(alignof(FNonBlendableIntegerAnimationAttribute) == 0x000004, "Wrong alignment on FNonBlendableIntegerAnimationAttribute"); \ static_assert(sizeof(FNonBlendableIntegerAnimationAttribute) == 0x000004, "Wrong size on FNonBlendableIntegerAnimationAttribute"); \ -#define DUMPER7_ASSERTS_FTextureSourceLayerColorInfo \ -static_assert(alignof(FTextureSourceLayerColorInfo) == 0x000004, "Wrong alignment on FTextureSourceLayerColorInfo"); \ -static_assert(sizeof(FTextureSourceLayerColorInfo) == 0x000020, "Wrong size on FTextureSourceLayerColorInfo"); \ -static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMin) == 0x000000, "Member 'FTextureSourceLayerColorInfo::ColorMin' has a wrong offset!"); \ -static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMax) == 0x000010, "Member 'FTextureSourceLayerColorInfo::ColorMax' 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"); \ @@ -8725,23 +8320,15 @@ static_assert(offsetof(FMinimalViewInfo, PostProcessBlendWeight) == 0x000068, "M static_assert(offsetof(FMinimalViewInfo, PostProcessSettings) == 0x000070, "Member 'FMinimalViewInfo::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, OffCenterProjectionOffset) == 0x000760, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' 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_FTextSizingParameters \ -static_assert(alignof(FTextSizingParameters) == 0x000008, "Wrong alignment on FTextSizingParameters"); \ -static_assert(sizeof(FTextSizingParameters) == 0x000038, "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) == 0x000020, "Member 'FTextSizingParameters::DrawFont' has a wrong offset!"); \ -static_assert(offsetof(FTextSizingParameters, SpacingAdjust) == 0x000028, "Member 'FTextSizingParameters::SpacingAdjust' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTextureSourceBlock \ +static_assert(alignof(FTextureSourceBlock) == 0x000004, "Wrong alignment on FTextureSourceBlock"); \ +static_assert(sizeof(FTextureSourceBlock) == 0x000018, "Wrong size on FTextureSourceBlock"); \ +static_assert(offsetof(FTextureSourceBlock, BlockX) == 0x000000, "Member 'FTextureSourceBlock::BlockX' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, BlockY) == 0x000004, "Member 'FTextureSourceBlock::BlockY' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, SizeX) == 0x000008, "Member 'FTextureSourceBlock::SizeX' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, SizeY) == 0x00000C, "Member 'FTextureSourceBlock::SizeY' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, NumSlices) == 0x000010, "Member 'FTextureSourceBlock::NumSlices' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, NumMips) == 0x000014, "Member 'FTextureSourceBlock::NumMips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWrappedStringElement \ static_assert(alignof(FWrappedStringElement) == 0x000008, "Wrong alignment on FWrappedStringElement"); \ @@ -8749,19 +8336,15 @@ static_assert(sizeof(FWrappedStringElement) == 0x000020, "Wrong size on FWrapped 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_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_FCharacterServerMovePackedBits \ static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ static_assert(sizeof(FCharacterServerMovePackedBits) == 0x0000C8, "Wrong size on FCharacterServerMovePackedBits"); \ -#define DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits \ -static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ -static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x0000C8, "Wrong size on FCharacterMoveResponsePackedBits"); \ +#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_FTimecodeCustomAttributeNameSettings \ static_assert(alignof(FTimecodeCustomAttributeNameSettings) == 0x000004, "Wrong alignment on FTimecodeCustomAttributeNameSettings"); \ @@ -8774,18 +8357,17 @@ static_assert(offsetof(FTimecodeCustomAttributeNameSettings, SubframeAttributeNa static_assert(offsetof(FTimecodeCustomAttributeNameSettings, RateAttributeName) == 0x000028, "Member 'FTimecodeCustomAttributeNameSettings::RateAttributeName' has a wrong offset!"); \ static_assert(offsetof(FTimecodeCustomAttributeNameSettings, TakenameAttributeName) == 0x000030, "Member 'FTimecodeCustomAttributeNameSettings::TakenameAttributeName' 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_FCustomAttribute \ static_assert(alignof(FCustomAttribute) == 0x000001, "Wrong alignment on FCustomAttribute"); \ static_assert(sizeof(FCustomAttribute) == 0x000001, "Wrong size on FCustomAttribute"); \ -#define DUMPER7_ASSERTS_FCustomAttributePerBoneData \ -static_assert(alignof(FCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FCustomAttributePerBoneData"); \ -static_assert(sizeof(FCustomAttributePerBoneData) == 0x000001, "Wrong size on FCustomAttributePerBoneData"); \ +#define DUMPER7_ASSERTS_FLevelViewportInfo \ +static_assert(alignof(FLevelViewportInfo) == 0x000008, "Wrong alignment on FLevelViewportInfo"); \ +static_assert(sizeof(FLevelViewportInfo) == 0x000038, "Wrong size on FLevelViewportInfo"); \ +static_assert(offsetof(FLevelViewportInfo, CamPosition) == 0x000000, "Member 'FLevelViewportInfo::CamPosition' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamRotation) == 0x000018, "Member 'FLevelViewportInfo::CamRotation' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamOrthoZoom) == 0x000030, "Member 'FLevelViewportInfo::CamOrthoZoom' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamUpdated) == 0x000034, "Member 'FLevelViewportInfo::CamUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedStringCustomAttribute \ static_assert(alignof(FBakedStringCustomAttribute) == 0x000001, "Wrong alignment on FBakedStringCustomAttribute"); \ @@ -8799,16 +8381,6 @@ static_assert(sizeof(FBakedIntegerCustomAttribute) == 0x000001, "Wrong size on F static_assert(alignof(FBakedFloatCustomAttribute) == 0x000001, "Wrong alignment on FBakedFloatCustomAttribute"); \ static_assert(sizeof(FBakedFloatCustomAttribute) == 0x000001, "Wrong size on FBakedFloatCustomAttribute"); \ -#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_FBakedCustomAttributePerBoneData \ -static_assert(alignof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FBakedCustomAttributePerBoneData"); \ -static_assert(sizeof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong size on FBakedCustomAttributePerBoneData"); \ - #define DUMPER7_ASSERTS_FDataLayerInstanceNames \ static_assert(alignof(FDataLayerInstanceNames) == 0x000008, "Wrong alignment on FDataLayerInstanceNames"); \ static_assert(sizeof(FDataLayerInstanceNames) == 0x000018, "Wrong size on FDataLayerInstanceNames"); \ @@ -8821,19 +8393,19 @@ static_assert(sizeof(FDebugDisplayProperty) == 0x000020, "Wrong size on FDebugDi 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_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_FRawDistributionVector \ -static_assert(alignof(FRawDistributionVector) == 0x000008, "Wrong alignment on FRawDistributionVector"); \ -static_assert(sizeof(FRawDistributionVector) == 0x000060, "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) == 0x000040, "Member 'FRawDistributionVector::MaxValueVec' has a wrong offset!"); \ -static_assert(offsetof(FRawDistributionVector, Distribution) == 0x000058, "Member 'FRawDistributionVector::Distribution' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDebugTextInfo \ +static_assert(alignof(FDebugTextInfo) == 0x000008, "Wrong alignment on FDebugTextInfo"); \ +static_assert(sizeof(FDebugTextInfo) == 0x000080, "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) == 0x000020, "Member 'FDebugTextInfo::SrcActorDesiredOffset' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, DebugText) == 0x000038, "Member 'FDebugTextInfo::DebugText' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, TimeRemaining) == 0x000048, "Member 'FDebugTextInfo::TimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, duration) == 0x00004C, "Member 'FDebugTextInfo::duration' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, TextColor) == 0x000050, "Member 'FDebugTextInfo::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, OrigActorLocation) == 0x000058, "Member 'FDebugTextInfo::OrigActorLocation' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, Font) == 0x000070, "Member 'FDebugTextInfo::Font' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, FontScale) == 0x000078, "Member 'FDebugTextInfo::FontScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEdGraphPinReference \ static_assert(alignof(FEdGraphPinReference) == 0x000004, "Wrong alignment on FEdGraphPinReference"); \ @@ -8841,9 +8413,29 @@ static_assert(sizeof(FEdGraphPinReference) == 0x000018, "Wrong size on FEdGraphP 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_FWorldPartitionRuntimeCellObjectMapping \ -static_assert(alignof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeCellObjectMapping"); \ -static_assert(sizeof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong size on FWorldPartitionRuntimeCellObjectMapping"); \ +#define DUMPER7_ASSERTS_FEdGraphSchemaAction \ +static_assert(alignof(FEdGraphSchemaAction) == 0x000008, "Wrong alignment on FEdGraphSchemaAction"); \ +static_assert(sizeof(FEdGraphSchemaAction) == 0x0000E0, "Wrong size on FEdGraphSchemaAction"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000018, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000028, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000038, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000048, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00004C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000050, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000060, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000070, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x000090, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000D0, "Member 'FEdGraphSchemaAction::SearchText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode \ +static_assert(alignof(FEdGraphSchemaAction_NewNode) == 0x000008, "Wrong alignment on FEdGraphSchemaAction_NewNode"); \ +static_assert(sizeof(FEdGraphSchemaAction_NewNode) == 0x0000E8, "Wrong size on FEdGraphSchemaAction_NewNode"); \ +static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x0000E0, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFullyLoadedPackagesInfo \ static_assert(alignof(FFullyLoadedPackagesInfo) == 0x000008, "Wrong alignment on FFullyLoadedPackagesInfo"); \ @@ -8859,11 +8451,6 @@ static_assert(sizeof(FLevelStreamingStatus) == 0x000010, "Wrong size on FLevelSt 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_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_FNetDriverDefinition \ static_assert(alignof(FNetDriverDefinition) == 0x000004, "Wrong alignment on FNetDriverDefinition"); \ static_assert(sizeof(FNetDriverDefinition) == 0x00001C, "Wrong size on FNetDriverDefinition"); \ @@ -8885,18 +8472,6 @@ static_assert(alignof(FNamedNetDriver) == 0x000008, "Wrong alignment on FNamedNe 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_FURL \ -static_assert(alignof(FURL) == 0x000008, "Wrong alignment on FURL"); \ -static_assert(sizeof(FURL) == 0x000068, "Wrong size on FURL"); \ -static_assert(offsetof(FURL, Protocol) == 0x000000, "Member 'FURL::Protocol' has a wrong offset!"); \ -static_assert(offsetof(FURL, Host) == 0x000010, "Member 'FURL::Host' has a wrong offset!"); \ -static_assert(offsetof(FURL, Port) == 0x000020, "Member 'FURL::Port' has a wrong offset!"); \ -static_assert(offsetof(FURL, Valid) == 0x000024, "Member 'FURL::Valid' has a wrong offset!"); \ -static_assert(offsetof(FURL, Map) == 0x000028, "Member 'FURL::Map' has a wrong offset!"); \ -static_assert(offsetof(FURL, RedirectURL) == 0x000038, "Member 'FURL::RedirectURL' has a wrong offset!"); \ -static_assert(offsetof(FURL, Op) == 0x000048, "Member 'FURL::Op' has a wrong offset!"); \ -static_assert(offsetof(FURL, Portal) == 0x000058, "Member 'FURL::Portal' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FWorldContext \ static_assert(alignof(FWorldContext) == 0x000008, "Wrong alignment on FWorldContext"); \ static_assert(sizeof(FWorldContext) == 0x0002C8, "Wrong size on FWorldContext"); \ @@ -8911,33 +8486,15 @@ static_assert(offsetof(FWorldContext, GameViewport) == 0x000200, "Member 'FWorld static_assert(offsetof(FWorldContext, OwningGameInstance) == 0x000208, "Member 'FWorldContext::OwningGameInstance' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, ActiveNetDrivers) == 0x000210, "Member 'FWorldContext::ActiveNetDrivers' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellDebugInfo \ -static_assert(alignof(FWorldPartitionRuntimeCellDebugInfo) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeCellDebugInfo"); \ -static_assert(sizeof(FWorldPartitionRuntimeCellDebugInfo) == 0x000030, "Wrong size on FWorldPartitionRuntimeCellDebugInfo"); \ -static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, Name) == 0x000000, "Member 'FWorldPartitionRuntimeCellDebugInfo::Name' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, GridName) == 0x000010, "Member 'FWorldPartitionRuntimeCellDebugInfo::GridName' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordX) == 0x000018, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordX' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordY) == 0x000020, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordY' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordZ) == 0x000028, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordZ' 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_FDropNoteInfo \ -static_assert(alignof(FDropNoteInfo) == 0x000008, "Wrong alignment on FDropNoteInfo"); \ -static_assert(sizeof(FDropNoteInfo) == 0x000040, "Wrong size on FDropNoteInfo"); \ -static_assert(offsetof(FDropNoteInfo, Location) == 0x000000, "Member 'FDropNoteInfo::Location' has a wrong offset!"); \ -static_assert(offsetof(FDropNoteInfo, Rotation) == 0x000018, "Member 'FDropNoteInfo::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FDropNoteInfo, Comment) == 0x000030, "Member 'FDropNoteInfo::Comment' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FScreenMessageString \ +static_assert(alignof(FScreenMessageString) == 0x000008, "Wrong alignment on FScreenMessageString"); \ +static_assert(sizeof(FScreenMessageString) == 0x000038, "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) == 0x000028, "Member 'FScreenMessageString::TextScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameNameRedirect \ static_assert(alignof(FGameNameRedirect) == 0x000004, "Wrong alignment on FGameNameRedirect"); \ @@ -8945,11 +8502,29 @@ static_assert(sizeof(FGameNameRedirect) == 0x000010, "Wrong size on FGameNameRed 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_FStructRedirect \ -static_assert(alignof(FStructRedirect) == 0x000004, "Wrong alignment on FStructRedirect"); \ -static_assert(sizeof(FStructRedirect) == 0x000010, "Wrong size on FStructRedirect"); \ -static_assert(offsetof(FStructRedirect, OldStructName) == 0x000000, "Member 'FStructRedirect::OldStructName' has a wrong offset!"); \ -static_assert(offsetof(FStructRedirect, NewStructName) == 0x000008, "Member 'FStructRedirect::NewStructName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FClassRedirect \ +static_assert(alignof(FClassRedirect) == 0x000004, "Wrong alignment on FClassRedirect"); \ +static_assert(sizeof(FClassRedirect) == 0x00003C, "Wrong size on FClassRedirect"); \ +static_assert(offsetof(FClassRedirect, ObjectName) == 0x000000, "Member 'FClassRedirect::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, OldClassName) == 0x000008, "Member 'FClassRedirect::OldClassName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassName) == 0x000010, "Member 'FClassRedirect::NewClassName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, OldSubobjName) == 0x000018, "Member 'FClassRedirect::OldSubobjName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewSubobjName) == 0x000020, "Member 'FClassRedirect::NewSubobjName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassClass) == 0x000028, "Member 'FClassRedirect::NewClassClass' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassPackage) == 0x000030, "Member 'FClassRedirect::NewClassPackage' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, InstanceOnly) == 0x000038, "Member 'FClassRedirect::InstanceOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FTickPrerequisite \ static_assert(alignof(FTickPrerequisite) == 0x000008, "Wrong alignment on FTickPrerequisite"); \ @@ -8961,15 +8536,43 @@ static_assert(sizeof(FExposureSettings) == 0x000008, "Wrong size on FExposureSet 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_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_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_FLightmassDirectionalLightSettings \ -static_assert(alignof(FLightmassDirectionalLightSettings) == 0x000004, "Wrong alignment on FLightmassDirectionalLightSettings"); \ -static_assert(sizeof(FLightmassDirectionalLightSettings) == 0x000010, "Wrong size on FLightmassDirectionalLightSettings"); \ -static_assert(offsetof(FLightmassDirectionalLightSettings, LightSourceAngle) == 0x00000C, "Member 'FLightmassDirectionalLightSettings::LightSourceAngle' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollisionImpactData \ +static_assert(alignof(FCollisionImpactData) == 0x000008, "Wrong alignment on FCollisionImpactData"); \ +static_assert(sizeof(FCollisionImpactData) == 0x000048, "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) == 0x000028, "Member 'FCollisionImpactData::TotalFrictionImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, bIsVelocityDeltaUnderThreshold) == 0x000040, "Member 'FCollisionImpactData::bIsVelocityDeltaUnderThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasedPosition \ +static_assert(alignof(FBasedPosition) == 0x000008, "Wrong alignment on FBasedPosition"); \ +static_assert(sizeof(FBasedPosition) == 0x000068, "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) == 0x000020, "Member 'FBasedPosition::CachedBaseLocation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedBaseRotation) == 0x000038, "Member 'FBasedPosition::CachedBaseRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedTransPosition) == 0x000050, "Member 'FBasedPosition::CachedTransPosition' 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_FLightmassPrimitiveSettings \ static_assert(alignof(FLightmassPrimitiveSettings) == 0x000004, "Wrong alignment on FLightmassPrimitiveSettings"); \ @@ -8986,38 +8589,22 @@ static_assert(sizeof(FLightmassDebugOptions) == 0x000010, "Wrong size on FLightm 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_FMTDResult \ -static_assert(alignof(FMTDResult) == 0x000008, "Wrong alignment on FMTDResult"); \ -static_assert(sizeof(FMTDResult) == 0x000020, "Wrong size on FMTDResult"); \ -static_assert(offsetof(FMTDResult, Direction) == 0x000000, "Member 'FMTDResult::Direction' has a wrong offset!"); \ -static_assert(offsetof(FMTDResult, Distance) == 0x000018, "Member 'FMTDResult::Distance' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSwarmDebugOptions \ +static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ +static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ -#define DUMPER7_ASSERTS_FAnimUpdateRateParameters \ -static_assert(alignof(FAnimUpdateRateParameters) == 0x000008, "Wrong alignment on FAnimUpdateRateParameters"); \ -static_assert(sizeof(FAnimUpdateRateParameters) == 0x000088, "Wrong size on FAnimUpdateRateParameters"); \ -static_assert(offsetof(FAnimUpdateRateParameters, ShiftBucket) == 0x000001, "Member 'FAnimUpdateRateParameters::ShiftBucket' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, UpdateRate) == 0x000004, "Member 'FAnimUpdateRateParameters::UpdateRate' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, EvaluationRate) == 0x000008, "Member 'FAnimUpdateRateParameters::EvaluationRate' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, TickedPoseOffestTime) == 0x00000C, "Member 'FAnimUpdateRateParameters::TickedPoseOffestTime' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, AdditionalTime) == 0x000010, "Member 'FAnimUpdateRateParameters::AdditionalTime' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, BaseNonRenderedUpdateRate) == 0x000018, "Member 'FAnimUpdateRateParameters::BaseNonRenderedUpdateRate' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, MaxEvalRateForInterpolation) == 0x00001C, "Member 'FAnimUpdateRateParameters::MaxEvalRateForInterpolation' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, BaseVisibleDistanceFactorThesholds) == 0x000020, "Member 'FAnimUpdateRateParameters::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, LODToFrameSkipMap) == 0x000030, "Member 'FAnimUpdateRateParameters::LODToFrameSkipMap' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, SkippedUpdateFrames) == 0x000080, "Member 'FAnimUpdateRateParameters::SkippedUpdateFrames' has a wrong offset!"); \ -static_assert(offsetof(FAnimUpdateRateParameters, SkippedEvalFrames) == 0x000084, "Member 'FAnimUpdateRateParameters::SkippedEvalFrames' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimSlotDesc \ +static_assert(alignof(FAnimSlotDesc) == 0x000004, "Wrong alignment on FAnimSlotDesc"); \ +static_assert(sizeof(FAnimSlotDesc) == 0x00000C, "Wrong size on FAnimSlotDesc"); \ +static_assert(offsetof(FAnimSlotDesc, SlotName) == 0x000000, "Member 'FAnimSlotDesc::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotDesc, NumChannels) == 0x000008, "Member 'FAnimSlotDesc::NumChannels' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMeshBuildSettings \ -static_assert(alignof(FMeshBuildSettings) == 0x000008, "Wrong alignment on FMeshBuildSettings"); \ -static_assert(sizeof(FMeshBuildSettings) == 0x000048, "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) == 0x000018, "Member 'FMeshBuildSettings::BuildScale3D' has a wrong offset!"); \ -static_assert(offsetof(FMeshBuildSettings, DistanceFieldResolutionScale) == 0x000030, "Member 'FMeshBuildSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ -static_assert(offsetof(FMeshBuildSettings, DistanceFieldReplacementMesh) == 0x000038, "Member 'FMeshBuildSettings::DistanceFieldReplacementMesh' has a wrong offset!"); \ -static_assert(offsetof(FMeshBuildSettings, MaxLumenMeshCards) == 0x000040, "Member 'FMeshBuildSettings::MaxLumenMeshCards' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPOV \ +static_assert(alignof(FPOV) == 0x000008, "Wrong alignment on FPOV"); \ +static_assert(sizeof(FPOV) == 0x000038, "Wrong size on FPOV"); \ +static_assert(offsetof(FPOV, Location) == 0x000000, "Member 'FPOV::Location' has a wrong offset!"); \ +static_assert(offsetof(FPOV, Rotation) == 0x000018, "Member 'FPOV::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FPOV, FOV) == 0x000030, "Member 'FPOV::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshNaniteSettings \ static_assert(alignof(FMeshNaniteSettings) == 0x000008, "Wrong alignment on FMeshNaniteSettings"); \ @@ -9041,23 +8628,41 @@ static_assert(sizeof(FDisplacementScaling) == 0x000008, "Wrong size on FDisplace static_assert(offsetof(FDisplacementScaling, Magnitude) == 0x000000, "Member 'FDisplacementScaling::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FDisplacementScaling, Center) == 0x000004, "Member 'FDisplacementScaling::Center' 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_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_FDepthFieldGlowInfo \ -static_assert(alignof(FDepthFieldGlowInfo) == 0x000008, "Wrong alignment on FDepthFieldGlowInfo"); \ -static_assert(sizeof(FDepthFieldGlowInfo) == 0x000038, "Wrong size on FDepthFieldGlowInfo"); \ -static_assert(offsetof(FDepthFieldGlowInfo, GlowColor) == 0x000004, "Member 'FDepthFieldGlowInfo::GlowColor' has a wrong offset!"); \ -static_assert(offsetof(FDepthFieldGlowInfo, GlowOuterRadius) == 0x000018, "Member 'FDepthFieldGlowInfo::GlowOuterRadius' has a wrong offset!"); \ -static_assert(offsetof(FDepthFieldGlowInfo, GlowInnerRadius) == 0x000028, "Member 'FDepthFieldGlowInfo::GlowInnerRadius' 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_FFontRenderInfo \ static_assert(alignof(FFontRenderInfo) == 0x000008, "Wrong alignment on FFontRenderInfo"); \ static_assert(sizeof(FFontRenderInfo) == 0x000040, "Wrong size on FFontRenderInfo"); \ static_assert(offsetof(FFontRenderInfo, GlowInfo) == 0x000008, "Member 'FFontRenderInfo::GlowInfo' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimationRecordingSettings \ +static_assert(alignof(FAnimationRecordingSettings) == 0x000008, "Wrong alignment on FAnimationRecordingSettings"); \ +static_assert(sizeof(FAnimationRecordingSettings) == 0x000040, "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, SampleFrameRate) == 0x000004, "Member 'FAnimationRecordingSettings::SampleFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, Length) == 0x00000C, "Member 'FAnimationRecordingSettings::Length' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, Interpolation) == 0x000010, "Member 'FAnimationRecordingSettings::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, InterpMode) == 0x000011, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x000012, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x000014, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMorphTargets) == 0x000015, "Member 'FAnimationRecordingSettings::bRecordMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordAttributeCurves) == 0x000016, "Member 'FAnimationRecordingSettings::bRecordAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMaterialCurves) == 0x000017, "Member 'FAnimationRecordingSettings::bRecordMaterialCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bTransactRecording) == 0x000018, "Member 'FAnimationRecordingSettings::bTransactRecording' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, IncludeAnimationNames) == 0x000020, "Member 'FAnimationRecordingSettings::IncludeAnimationNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, ExcludeAnimationNames) == 0x000030, "Member 'FAnimationRecordingSettings::ExcludeAnimationNames' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCanvasUVTri \ static_assert(alignof(FCanvasUVTri) == 0x000008, "Wrong alignment on FCanvasUVTri"); \ static_assert(sizeof(FCanvasUVTri) == 0x000090, "Wrong size on FCanvasUVTri"); \ @@ -9071,46 +8676,53 @@ static_assert(offsetof(FCanvasUVTri, V2_Pos) == 0x000060, "Member 'FCanvasUVTri: static_assert(offsetof(FCanvasUVTri, V2_UV) == 0x000070, "Member 'FCanvasUVTri::V2_UV' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V2_Color) == 0x000080, "Member 'FCanvasUVTri::V2_Color' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSoundWaveCuePoint \ +static_assert(alignof(FSoundWaveCuePoint) == 0x000008, "Wrong alignment on FSoundWaveCuePoint"); \ +static_assert(sizeof(FSoundWaveCuePoint) == 0x000028, "Wrong size on FSoundWaveCuePoint"); \ +static_assert(offsetof(FSoundWaveCuePoint, CuePointID) == 0x000000, "Member 'FSoundWaveCuePoint::CuePointID' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, Label) == 0x000008, "Member 'FSoundWaveCuePoint::Label' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, FramePosition) == 0x000018, "Member 'FSoundWaveCuePoint::FramePosition' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, FrameLength) == 0x00001C, "Member 'FSoundWaveCuePoint::FrameLength' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, bIsLoopRegion) == 0x000020, "Member 'FSoundWaveCuePoint::bIsLoopRegion' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FExternalDataLayerUID \ static_assert(alignof(FExternalDataLayerUID) == 0x000004, "Wrong alignment on FExternalDataLayerUID"); \ static_assert(sizeof(FExternalDataLayerUID) == 0x000004, "Wrong size on FExternalDataLayerUID"); \ static_assert(offsetof(FExternalDataLayerUID, Value) == 0x000000, "Member 'FExternalDataLayerUID::Value' 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_FExternalSpatialAccelerationPayload \ static_assert(alignof(FExternalSpatialAccelerationPayload) == 0x000004, "Wrong alignment on FExternalSpatialAccelerationPayload"); \ static_assert(sizeof(FExternalSpatialAccelerationPayload) == 0x000010, "Wrong size on FExternalSpatialAccelerationPayload"); \ -#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_FActivatedCells \ +static_assert(alignof(FActivatedCells) == 0x000008, "Wrong alignment on FActivatedCells"); \ +static_assert(sizeof(FActivatedCells) == 0x0000A0, "Wrong size on FActivatedCells"); \ +static_assert(offsetof(FActivatedCells, Cells) == 0x000000, "Member 'FActivatedCells::Cells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseAttenuationSettings \ +static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ +static_assert(sizeof(FBaseAttenuationSettings) == 0x0000C0, "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, FalloffMode) == 0x00000A, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000010, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000028, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x00002C, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereRadius) == 0x000030, "Member 'FBaseAttenuationSettings::ConeSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereFalloffDistance) == 0x000034, "Member 'FBaseAttenuationSettings::ConeSphereFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000038, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationGroupReference \ +static_assert(alignof(FAnimationGroupReference) == 0x000004, "Wrong alignment on FAnimationGroupReference"); \ +static_assert(sizeof(FAnimationGroupReference) == 0x000010, "Wrong size on FAnimationGroupReference"); \ +static_assert(offsetof(FAnimationGroupReference, Method) == 0x000000, "Member 'FAnimationGroupReference::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupName) == 0x000004, "Member 'FAnimationGroupReference::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupRole) == 0x00000C, "Member 'FAnimationGroupReference::GroupRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackAttenuationSettings \ +static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ +static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000C0, "Wrong size on FForceFeedbackAttenuationSettings"); \ #define DUMPER7_ASSERTS_FForceFeedbackParameters \ static_assert(alignof(FForceFeedbackParameters) == 0x000004, "Wrong alignment on FForceFeedbackParameters"); \ @@ -9120,6 +8732,18 @@ static_assert(offsetof(FForceFeedbackParameters, bLooping) == 0x000008, "Member 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_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_FPredictProjectilePathParams \ static_assert(alignof(FPredictProjectilePathParams) == 0x000008, "Wrong alignment on FPredictProjectilePathParams"); \ static_assert(sizeof(FPredictProjectilePathParams) == 0x000078, "Wrong size on FPredictProjectilePathParams"); \ @@ -9138,6 +8762,25 @@ static_assert(offsetof(FPredictProjectilePathParams, DrawDebugType) == 0x000068, static_assert(offsetof(FPredictProjectilePathParams, DrawDebugTime) == 0x00006C, "Member 'FPredictProjectilePathParams::DrawDebugTime' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, bTraceComplex) == 0x000070, "Member 'FPredictProjectilePathParams::bTraceComplex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPredictProjectilePathPointData \ +static_assert(alignof(FPredictProjectilePathPointData) == 0x000008, "Wrong alignment on FPredictProjectilePathPointData"); \ +static_assert(sizeof(FPredictProjectilePathPointData) == 0x000038, "Wrong size on FPredictProjectilePathPointData"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Location) == 0x000000, "Member 'FPredictProjectilePathPointData::Location' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Velocity) == 0x000018, "Member 'FPredictProjectilePathPointData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Time) == 0x000030, "Member 'FPredictProjectilePathPointData::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctionsRuntimeData \ +static_assert(alignof(FMaterialLayersFunctionsRuntimeData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsRuntimeData"); \ +static_assert(sizeof(FMaterialLayersFunctionsRuntimeData) == 0x000020, "Wrong size on FMaterialLayersFunctionsRuntimeData"); \ +static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Layers) == 0x000000, "Member 'FMaterialLayersFunctionsRuntimeData::Layers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Blends) == 0x000010, "Member 'FMaterialLayersFunctionsRuntimeData::Blends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSetRuntimeData \ +static_assert(alignof(FStaticParameterSetRuntimeData) == 0x000008, "Wrong alignment on FStaticParameterSetRuntimeData"); \ +static_assert(sizeof(FStaticParameterSetRuntimeData) == 0x000038, "Wrong size on FStaticParameterSetRuntimeData"); \ +static_assert(offsetof(FStaticParameterSetRuntimeData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetRuntimeData::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetRuntimeData, MaterialLayers) == 0x000010, "Member 'FStaticParameterSetRuntimeData::MaterialLayers' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FPredictProjectilePathResult \ static_assert(alignof(FPredictProjectilePathResult) == 0x000008, "Wrong alignment on FPredictProjectilePathResult"); \ static_assert(sizeof(FPredictProjectilePathResult) == 0x000140, "Wrong size on FPredictProjectilePathResult"); \ @@ -9150,11 +8793,22 @@ static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000048, "Wrong size on FActiveHapticFeedbackEffect"); \ static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FHapticFeedbackDetails_Curve \ -static_assert(alignof(FHapticFeedbackDetails_Curve) == 0x000008, "Wrong alignment on FHapticFeedbackDetails_Curve"); \ -static_assert(sizeof(FHapticFeedbackDetails_Curve) == 0x000110, "Wrong size on FHapticFeedbackDetails_Curve"); \ -static_assert(offsetof(FHapticFeedbackDetails_Curve, Frequency) == 0x000000, "Member 'FHapticFeedbackDetails_Curve::Frequency' has a wrong offset!"); \ -static_assert(offsetof(FHapticFeedbackDetails_Curve, Amplitude) == 0x000088, "Member 'FHapticFeedbackDetails_Curve::Amplitude' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FClusterNode_DEPRECATED \ +static_assert(alignof(FClusterNode_DEPRECATED) == 0x000004, "Wrong alignment on FClusterNode_DEPRECATED"); \ +static_assert(sizeof(FClusterNode_DEPRECATED) == 0x000028, "Wrong size on FClusterNode_DEPRECATED"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, BoundMin) == 0x000000, "Member 'FClusterNode_DEPRECATED::BoundMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, FirstChild) == 0x00000C, "Member 'FClusterNode_DEPRECATED::FirstChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, BoundMax) == 0x000010, "Member 'FClusterNode_DEPRECATED::BoundMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, LastChild) == 0x00001C, "Member 'FClusterNode_DEPRECATED::LastChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, FirstInstance) == 0x000020, "Member 'FClusterNode_DEPRECATED::FirstInstance' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, LastInstance) == 0x000024, "Member 'FClusterNode_DEPRECATED::LastInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FClusterNode \ static_assert(alignof(FClusterNode) == 0x000004, "Wrong alignment on FClusterNode"); \ @@ -9168,6 +8822,14 @@ static_assert(offsetof(FClusterNode, LastInstance) == 0x000024, "Member 'FCluste 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_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_FBoneAnimationTrack \ static_assert(alignof(FBoneAnimationTrack) == 0x000008, "Wrong alignment on FBoneAnimationTrack"); \ static_assert(sizeof(FBoneAnimationTrack) == 0x000040, "Wrong size on FBoneAnimationTrack"); \ @@ -9175,23 +8837,98 @@ static_assert(offsetof(FBoneAnimationTrack, InternalTrackData) == 0x000000, "Mem static_assert(offsetof(FBoneAnimationTrack, BoneTreeIndex) == 0x000030, "Member 'FBoneAnimationTrack::BoneTreeIndex' has a wrong offset!"); \ static_assert(offsetof(FBoneAnimationTrack, Name) == 0x000034, "Member 'FBoneAnimationTrack::Name' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimationCurveData \ +static_assert(alignof(FAnimationCurveData) == 0x000008, "Wrong alignment on FAnimationCurveData"); \ +static_assert(sizeof(FAnimationCurveData) == 0x000020, "Wrong size on FAnimationCurveData"); \ +static_assert(offsetof(FAnimationCurveData, FloatCurves) == 0x000000, "Member 'FAnimationCurveData::FloatCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveData, TransformCurves) == 0x000010, "Member 'FAnimationCurveData::TransformCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSet \ +static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ +static_assert(sizeof(FStaticParameterSet) == 0x000038, "Wrong size on FStaticParameterSet"); \ + +#define DUMPER7_ASSERTS_FAttributeKey \ +static_assert(alignof(FAttributeKey) == 0x000008, "Wrong alignment on FAttributeKey"); \ +static_assert(sizeof(FAttributeKey) == 0x000018, "Wrong size on FAttributeKey"); \ +static_assert(offsetof(FAttributeKey, Time) == 0x000000, "Member 'FAttributeKey::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeCurve \ +static_assert(alignof(FAttributeCurve) == 0x000008, "Wrong alignment on FAttributeCurve"); \ +static_assert(sizeof(FAttributeCurve) == 0x0000B0, "Wrong size on FAttributeCurve"); \ +static_assert(offsetof(FAttributeCurve, Keys) == 0x000068, "Member 'FAttributeCurve::Keys' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, ScriptStructPath) == 0x000078, "Member 'FAttributeCurve::ScriptStructPath' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, ScriptStruct) == 0x000098, "Member 'FAttributeCurve::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, bShouldInterpolate) == 0x0000A0, "Member 'FAttributeCurve::bShouldInterpolate' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FAnimatedBoneAttribute \ static_assert(alignof(FAnimatedBoneAttribute) == 0x000008, "Wrong alignment on FAnimatedBoneAttribute"); \ static_assert(sizeof(FAnimatedBoneAttribute) == 0x0000F0, "Wrong size on FAnimatedBoneAttribute"); \ static_assert(offsetof(FAnimatedBoneAttribute, Identifier) == 0x000000, "Member 'FAnimatedBoneAttribute::Identifier' has a wrong offset!"); \ static_assert(offsetof(FAnimatedBoneAttribute, Curve) == 0x000040, "Member 'FAnimatedBoneAttribute::Curve' 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_FInstancedStaticMeshInstanceData \ static_assert(alignof(FInstancedStaticMeshInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshInstanceData"); \ static_assert(sizeof(FInstancedStaticMeshInstanceData) == 0x000080, "Wrong size on FInstancedStaticMeshInstanceData"); \ static_assert(offsetof(FInstancedStaticMeshInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshInstanceData::Transform' 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_FRuntimePartitionDesc \ +static_assert(alignof(FRuntimePartitionDesc) == 0x000001, "Wrong alignment on FRuntimePartitionDesc"); \ +static_assert(sizeof(FRuntimePartitionDesc) == 0x000001, "Wrong size on FRuntimePartitionDesc"); \ + #define DUMPER7_ASSERTS_FInstancedStaticMeshRandomSeed \ static_assert(alignof(FInstancedStaticMeshRandomSeed) == 0x000004, "Wrong alignment on FInstancedStaticMeshRandomSeed"); \ static_assert(sizeof(FInstancedStaticMeshRandomSeed) == 0x000008, "Wrong size on FInstancedStaticMeshRandomSeed"); \ static_assert(offsetof(FInstancedStaticMeshRandomSeed, StartInstanceIndex) == 0x000000, "Member 'FInstancedStaticMeshRandomSeed::StartInstanceIndex' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshRandomSeed, RandomSeed) == 0x000004, "Member 'FInstancedStaticMeshRandomSeed::RandomSeed' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FInstancedStaticMeshLightMapInstanceData \ +static_assert(alignof(FInstancedStaticMeshLightMapInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshLightMapInstanceData) == 0x000070, "Wrong size on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshLightMapInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, MapBuildDataIds) == 0x000060, "Member 'FInstancedStaticMeshLightMapInstanceData::MapBuildDataIds' 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_FTimelineLinearColorTrack \ +static_assert(alignof(FTimelineLinearColorTrack) == 0x000008, "Wrong alignment on FTimelineLinearColorTrack"); \ +static_assert(sizeof(FTimelineLinearColorTrack) == 0x000040, "Wrong size on FTimelineLinearColorTrack"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorCurve) == 0x000000, "Member 'FTimelineLinearColorTrack::LinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, InterpFunc) == 0x000008, "Member 'FTimelineLinearColorTrack::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, TrackName) == 0x000018, "Member 'FTimelineLinearColorTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorPropertyName) == 0x000020, "Member 'FTimelineLinearColorTrack::LinearColorPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeline \ +static_assert(alignof(FTimeline) == 0x000008, "Wrong alignment on FTimeline"); \ +static_assert(sizeof(FTimeline) == 0x000098, "Wrong size on FTimeline"); \ +static_assert(offsetof(FTimeline, LengthMode) == 0x000000, "Member 'FTimeline::LengthMode' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, Length) == 0x000004, "Member 'FTimeline::Length' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, PlayRate) == 0x000008, "Member 'FTimeline::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, Position) == 0x00000C, "Member 'FTimeline::Position' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, Events) == 0x000010, "Member 'FTimeline::Events' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, InterpVectors) == 0x000020, "Member 'FTimeline::InterpVectors' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, InterpFloats) == 0x000030, "Member 'FTimeline::InterpFloats' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, InterpLinearColors) == 0x000040, "Member 'FTimeline::InterpLinearColors' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, TimelinePostUpdateFunc) == 0x000050, "Member 'FTimeline::TimelinePostUpdateFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, TimelineFinishedFunc) == 0x000060, "Member 'FTimeline::TimelineFinishedFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, PropertySetObject) == 0x000070, "Member 'FTimeline::PropertySetObject' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, DirectionPropertyName) == 0x000078, "Member 'FTimeline::DirectionPropertyName' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData \ static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000180, "Wrong size on FInstancedStaticMeshComponentInstanceData"); \ @@ -9202,16 +8939,26 @@ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRand static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, AdditionalRandomSeeds) == 0x000168, "Member 'FInstancedStaticMeshComponentInstanceData::AdditionalRandomSeeds' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, bHasPerInstanceHitProxies) == 0x000178, "Member 'FInstancedStaticMeshComponentInstanceData::bHasPerInstanceHitProxies' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FStreamingRenderAssetPrimitiveInfo \ +static_assert(alignof(FStreamingRenderAssetPrimitiveInfo) == 0x000008, "Wrong alignment on FStreamingRenderAssetPrimitiveInfo"); \ +static_assert(sizeof(FStreamingRenderAssetPrimitiveInfo) == 0x000050, "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) == 0x000040, "Member 'FStreamingRenderAssetPrimitiveInfo::TexelFactor' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, PackedRelativeBox) == 0x000044, "Member 'FStreamingRenderAssetPrimitiveInfo::PackedRelativeBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementPasteOptions \ +static_assert(alignof(FTypedElementPasteOptions) == 0x000008, "Wrong alignment on FTypedElementPasteOptions"); \ +static_assert(sizeof(FTypedElementPasteOptions) == 0x000078, "Wrong size on FTypedElementPasteOptions"); \ +static_assert(offsetof(FTypedElementPasteOptions, SelectionSetToModify) == 0x000000, "Member 'FTypedElementPasteOptions::SelectionSetToModify' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementPasteOptions, bPasteAtLocation) == 0x000008, "Member 'FTypedElementPasteOptions::bPasteAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementPasteOptions, PasteLocation) == 0x000010, "Member 'FTypedElementPasteOptions::PasteLocation' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerNameStruct \ static_assert(alignof(FUniqueNetIdReplNetSerializerNameStruct) == 0x000004, "Wrong alignment on FUniqueNetIdReplNetSerializerNameStruct"); \ static_assert(sizeof(FUniqueNetIdReplNetSerializerNameStruct) == 0x000008, "Wrong size on FUniqueNetIdReplNetSerializerNameStruct"); \ static_assert(offsetof(FUniqueNetIdReplNetSerializerNameStruct, Name) == 0x000000, "Member 'FUniqueNetIdReplNetSerializerNameStruct::Name' 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_FISMClientHandle \ static_assert(alignof(FISMClientHandle) == 0x000004, "Wrong alignment on FISMClientHandle"); \ static_assert(sizeof(FISMClientHandle) == 0x000014, "Wrong size on FISMClientHandle"); \ @@ -9222,51 +8969,6 @@ static_assert(offsetof(FISMClientHandle, Guid) == 0x000004, "Member 'FISMClientH static_assert(alignof(FISMClientInstanceManagerData) == 0x000008, "Wrong alignment on FISMClientInstanceManagerData"); \ static_assert(sizeof(FISMClientInstanceManagerData) == 0x000010, "Wrong size on FISMClientInstanceManagerData"); \ -#define DUMPER7_ASSERTS_FMaterialProxySettings \ -static_assert(alignof(FMaterialProxySettings) == 0x000008, "Wrong alignment on FMaterialProxySettings"); \ -static_assert(sizeof(FMaterialProxySettings) == 0x0000A0, "Wrong size on FMaterialProxySettings"); \ -static_assert(offsetof(FMaterialProxySettings, TextureSizingType) == 0x000000, "Member 'FMaterialProxySettings::TextureSizingType' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, TextureSize) == 0x000004, "Member 'FMaterialProxySettings::TextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, TargetTexelDensityPerMeter) == 0x00000C, "Member 'FMaterialProxySettings::TargetTexelDensityPerMeter' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, MeshMaxScreenSizePercent) == 0x000010, "Member 'FMaterialProxySettings::MeshMaxScreenSizePercent' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, MeshMinDrawDistance) == 0x000018, "Member 'FMaterialProxySettings::MeshMinDrawDistance' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, GutterSpace) == 0x000020, "Member 'FMaterialProxySettings::GutterSpace' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, MetallicConstant) == 0x000024, "Member 'FMaterialProxySettings::MetallicConstant' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, RoughnessConstant) == 0x000028, "Member 'FMaterialProxySettings::RoughnessConstant' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, AnisotropyConstant) == 0x00002C, "Member 'FMaterialProxySettings::AnisotropyConstant' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, SpecularConstant) == 0x000030, "Member 'FMaterialProxySettings::SpecularConstant' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, OpacityConstant) == 0x000034, "Member 'FMaterialProxySettings::OpacityConstant' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, OpacityMaskConstant) == 0x000038, "Member 'FMaterialProxySettings::OpacityMaskConstant' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionConstant) == 0x00003C, "Member 'FMaterialProxySettings::AmbientOcclusionConstant' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, MaterialMergeType) == 0x000040, "Member 'FMaterialProxySettings::MaterialMergeType' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, BlendMode) == 0x000041, "Member 'FMaterialProxySettings::BlendMode' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, DiffuseTextureSize) == 0x000044, "Member 'FMaterialProxySettings::DiffuseTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, NormalTextureSize) == 0x00004C, "Member 'FMaterialProxySettings::NormalTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, TangentTextureSize) == 0x000054, "Member 'FMaterialProxySettings::TangentTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, MetallicTextureSize) == 0x00005C, "Member 'FMaterialProxySettings::MetallicTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, RoughnessTextureSize) == 0x000064, "Member 'FMaterialProxySettings::RoughnessTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, AnisotropyTextureSize) == 0x00006C, "Member 'FMaterialProxySettings::AnisotropyTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, SpecularTextureSize) == 0x000074, "Member 'FMaterialProxySettings::SpecularTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, EmissiveTextureSize) == 0x00007C, "Member 'FMaterialProxySettings::EmissiveTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, OpacityTextureSize) == 0x000084, "Member 'FMaterialProxySettings::OpacityTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, OpacityMaskTextureSize) == 0x00008C, "Member 'FMaterialProxySettings::OpacityMaskTextureSize' has a wrong offset!"); \ -static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionTextureSize) == 0x000094, "Member 'FMaterialProxySettings::AmbientOcclusionTextureSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMeshProxySettings \ -static_assert(alignof(FMeshProxySettings) == 0x000008, "Wrong alignment on FMeshProxySettings"); \ -static_assert(sizeof(FMeshProxySettings) == 0x000100, "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) == 0x0000A8, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ -static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x0000AC, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ -static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x0000B0, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ -static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x0000B4, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ -static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000B8, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ -static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000BC, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ -static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000BD, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ -static_assert(offsetof(FMeshProxySettings, NaniteSettings) == 0x0000C0, "Member 'FMeshProxySettings::NaniteSettings' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FNewLevelInstanceParams \ static_assert(alignof(FNewLevelInstanceParams) == 0x000008, "Wrong alignment on FNewLevelInstanceParams"); \ static_assert(sizeof(FNewLevelInstanceParams) == 0x000048, "Wrong size on FNewLevelInstanceParams"); \ @@ -9283,18 +8985,13 @@ static_assert(offsetof(FNewLevelInstanceParams, bExternalActors) == 0x000041, "M static_assert(offsetof(FNewLevelInstanceParams, bForceExternalActors) == 0x000042, "Member 'FNewLevelInstanceParams::bForceExternalActors' has a wrong offset!"); \ static_assert(offsetof(FNewLevelInstanceParams, bHideCreationType) == 0x000043, "Member 'FNewLevelInstanceParams::bHideCreationType' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FExpressionExecOutput \ -static_assert(alignof(FExpressionExecOutput) == 0x000008, "Wrong alignment on FExpressionExecOutput"); \ -static_assert(sizeof(FExpressionExecOutput) == 0x000008, "Wrong size on FExpressionExecOutput"); \ -static_assert(offsetof(FExpressionExecOutput, Expression) == 0x000000, "Member 'FExpressionExecOutput::Expression' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNodeFunctionRef \ -static_assert(alignof(FAnimNodeFunctionRef) == 0x000008, "Wrong alignment on FAnimNodeFunctionRef"); \ -static_assert(sizeof(FAnimNodeFunctionRef) == 0x000020, "Wrong size on FAnimNodeFunctionRef"); \ -static_assert(offsetof(FAnimNodeFunctionRef, ClassName) == 0x000000, "Member 'FAnimNodeFunctionRef::ClassName' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeFunctionRef, FunctionName) == 0x000008, "Member 'FAnimNodeFunctionRef::FunctionName' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeFunctionRef, Class) == 0x000010, "Member 'FAnimNodeFunctionRef::Class' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeFunctionRef, Function) == 0x000018, "Member 'FAnimNodeFunctionRef::Function' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMaterialExpressionCollection \ +static_assert(alignof(FMaterialExpressionCollection) == 0x000008, "Wrong alignment on FMaterialExpressionCollection"); \ +static_assert(sizeof(FMaterialExpressionCollection) == 0x000030, "Wrong size on FMaterialExpressionCollection"); \ +static_assert(offsetof(FMaterialExpressionCollection, Expressions) == 0x000000, "Member 'FMaterialExpressionCollection::Expressions' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, EditorComments) == 0x000010, "Member 'FMaterialExpressionCollection::EditorComments' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecBegin) == 0x000020, "Member 'FMaterialExpressionCollection::ExpressionExecBegin' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecEnd) == 0x000028, "Member 'FMaterialExpressionCollection::ExpressionExecEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomOutput \ static_assert(alignof(FCustomOutput) == 0x000004, "Wrong alignment on FCustomOutput"); \ @@ -9308,58 +9005,23 @@ 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_FMeshApproximationSettings \ -static_assert(alignof(FMeshApproximationSettings) == 0x000008, "Wrong alignment on FMeshApproximationSettings"); \ -static_assert(sizeof(FMeshApproximationSettings) == 0x000128, "Wrong size on FMeshApproximationSettings"); \ -static_assert(offsetof(FMeshApproximationSettings, OutputType) == 0x000000, "Member 'FMeshApproximationSettings::OutputType' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, ApproximationAccuracy) == 0x000004, "Member 'FMeshApproximationSettings::ApproximationAccuracy' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, ClampVoxelDimension) == 0x000008, "Member 'FMeshApproximationSettings::ClampVoxelDimension' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bAttemptAutoThickening) == 0x00000C, "Member 'FMeshApproximationSettings::bAttemptAutoThickening' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, TargetMinThicknessMultiplier) == 0x000010, "Member 'FMeshApproximationSettings::TargetMinThicknessMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bIgnoreTinyParts) == 0x000014, "Member 'FMeshApproximationSettings::bIgnoreTinyParts' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, TinyPartSizeMultiplier) == 0x000018, "Member 'FMeshApproximationSettings::TinyPartSizeMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, BaseCapping) == 0x00001C, "Member 'FMeshApproximationSettings::BaseCapping' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, WindingThreshold) == 0x000020, "Member 'FMeshApproximationSettings::WindingThreshold' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bFillGaps) == 0x000024, "Member 'FMeshApproximationSettings::bFillGaps' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, GapDistance) == 0x000028, "Member 'FMeshApproximationSettings::GapDistance' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, OcclusionMethod) == 0x00002C, "Member 'FMeshApproximationSettings::OcclusionMethod' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bOccludeFromBottom) == 0x00002D, "Member 'FMeshApproximationSettings::bOccludeFromBottom' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, SimplifyMethod) == 0x00002E, "Member 'FMeshApproximationSettings::SimplifyMethod' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, TargetTriCount) == 0x000030, "Member 'FMeshApproximationSettings::TargetTriCount' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, TrianglesPerM) == 0x000034, "Member 'FMeshApproximationSettings::TrianglesPerM' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, GeometricDeviation) == 0x000038, "Member 'FMeshApproximationSettings::GeometricDeviation' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, GroundClipping) == 0x00003C, "Member 'FMeshApproximationSettings::GroundClipping' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, GroundClippingZHeight) == 0x000040, "Member 'FMeshApproximationSettings::GroundClippingZHeight' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bEstimateHardNormals) == 0x000044, "Member 'FMeshApproximationSettings::bEstimateHardNormals' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, HardNormalAngle) == 0x000048, "Member 'FMeshApproximationSettings::HardNormalAngle' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, UVGenerationMethod) == 0x00004C, "Member 'FMeshApproximationSettings::UVGenerationMethod' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, InitialPatchCount) == 0x000050, "Member 'FMeshApproximationSettings::InitialPatchCount' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, CurvatureAlignment) == 0x000054, "Member 'FMeshApproximationSettings::CurvatureAlignment' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, MergingThreshold) == 0x000058, "Member 'FMeshApproximationSettings::MergingThreshold' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, MaxAngleDeviation) == 0x00005C, "Member 'FMeshApproximationSettings::MaxAngleDeviation' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bGenerateNaniteEnabledMesh) == 0x000060, "Member 'FMeshApproximationSettings::bGenerateNaniteEnabledMesh' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackTarget) == 0x000061, "Member 'FMeshApproximationSettings::NaniteFallbackTarget' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackPercentTriangles) == 0x000064, "Member 'FMeshApproximationSettings::NaniteFallbackPercentTriangles' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackRelativeError) == 0x000068, "Member 'FMeshApproximationSettings::NaniteFallbackRelativeError' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bSupportRayTracing) == 0x00006C, "Member 'FMeshApproximationSettings::bSupportRayTracing' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bAllowDistanceField) == 0x00006D, "Member 'FMeshApproximationSettings::bAllowDistanceField' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, MultiSamplingAA) == 0x000070, "Member 'FMeshApproximationSettings::MultiSamplingAA' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, RenderCaptureResolution) == 0x000074, "Member 'FMeshApproximationSettings::RenderCaptureResolution' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, MaterialSettings) == 0x000078, "Member 'FMeshApproximationSettings::MaterialSettings' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, CaptureFieldOfView) == 0x000118, "Member 'FMeshApproximationSettings::CaptureFieldOfView' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, NearPlaneDist) == 0x00011C, "Member 'FMeshApproximationSettings::NearPlaneDist' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bUseRenderLODMeshes) == 0x000120, "Member 'FMeshApproximationSettings::bUseRenderLODMeshes' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bEnableSimplifyPrePass) == 0x000121, "Member 'FMeshApproximationSettings::bEnableSimplifyPrePass' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bEnableParallelBaking) == 0x000122, "Member 'FMeshApproximationSettings::bEnableParallelBaking' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bPrintDebugMessages) == 0x000123, "Member 'FMeshApproximationSettings::bPrintDebugMessages' has a wrong offset!"); \ -static_assert(offsetof(FMeshApproximationSettings, bEmitFullDebugMesh) == 0x000124, "Member 'FMeshApproximationSettings::bEmitFullDebugMesh' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FDataDrivenShaderPlatformInfoInput \ static_assert(alignof(FDataDrivenShaderPlatformInfoInput) == 0x000004, "Wrong alignment on FDataDrivenShaderPlatformInfoInput"); \ static_assert(sizeof(FDataDrivenShaderPlatformInfoInput) == 0x00000C, "Wrong size on FDataDrivenShaderPlatformInfoInput"); \ static_assert(offsetof(FDataDrivenShaderPlatformInfoInput, InputName) == 0x000000, "Member 'FDataDrivenShaderPlatformInfoInput::InputName' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenShaderPlatformInfoInput, PropertyCondition) == 0x000008, "Member 'FDataDrivenShaderPlatformInfoInput::PropertyCondition' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMeshMergingSettings \ +static_assert(alignof(FMeshMergingSettings) == 0x000008, "Wrong alignment on FMeshMergingSettings"); \ +static_assert(sizeof(FMeshMergingSettings) == 0x000108, "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) == 0x000010, "Member 'FMeshMergingSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, GutterSize) == 0x0000B0, "Member 'FMeshMergingSettings::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, LODSelectionType) == 0x0000B4, "Member 'FMeshMergingSettings::LODSelectionType' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, SpecificLOD) == 0x0000B8, "Member 'FMeshMergingSettings::SpecificLOD' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, NaniteSettings) == 0x0000C0, "Member 'FMeshMergingSettings::NaniteSettings' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FFunctionExpressionInput \ static_assert(alignof(FFunctionExpressionInput) == 0x000008, "Wrong alignment on FFunctionExpressionInput"); \ static_assert(sizeof(FFunctionExpressionInput) == 0x000040, "Wrong size on FFunctionExpressionInput"); \ @@ -9367,10 +9029,6 @@ static_assert(offsetof(FFunctionExpressionInput, ExpressionInput) == 0x000000, " 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_FNavAvoidanceData \ -static_assert(alignof(FNavAvoidanceData) == 0x000008, "Wrong alignment on FNavAvoidanceData"); \ -static_assert(sizeof(FNavAvoidanceData) == 0x000058, "Wrong size on FNavAvoidanceData"); \ - #define DUMPER7_ASSERTS_FFunctionExpressionOutput \ static_assert(alignof(FFunctionExpressionOutput) == 0x000008, "Wrong alignment on FFunctionExpressionOutput"); \ static_assert(sizeof(FFunctionExpressionOutput) == 0x000038, "Wrong size on FFunctionExpressionOutput"); \ @@ -9378,12 +9036,29 @@ static_assert(offsetof(FFunctionExpressionOutput, ExpressionOutput) == 0x000000, 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_FNavLinkAuxiliaryId \ +static_assert(alignof(FNavLinkAuxiliaryId) == 0x000008, "Wrong alignment on FNavLinkAuxiliaryId"); \ +static_assert(sizeof(FNavLinkAuxiliaryId) == 0x000008, "Wrong size on FNavLinkAuxiliaryId"); \ +static_assert(offsetof(FNavLinkAuxiliaryId, ID) == 0x000000, "Member 'FNavLinkAuxiliaryId::ID' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCompositeReroute \ static_assert(alignof(FCompositeReroute) == 0x000008, "Wrong alignment on FCompositeReroute"); \ static_assert(sizeof(FCompositeReroute) == 0x000010, "Wrong size on FCompositeReroute"); \ static_assert(offsetof(FCompositeReroute, Name) == 0x000000, "Member 'FCompositeReroute::Name' has a wrong offset!"); \ static_assert(offsetof(FCompositeReroute, Expression) == 0x000008, "Member 'FCompositeReroute::Expression' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSwitchCustomInput \ +static_assert(alignof(FSwitchCustomInput) == 0x000008, "Wrong alignment on FSwitchCustomInput"); \ +static_assert(sizeof(FSwitchCustomInput) == 0x000030, "Wrong size on FSwitchCustomInput"); \ +static_assert(offsetof(FSwitchCustomInput, InputName) == 0x000000, "Member 'FSwitchCustomInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FSwitchCustomInput, Input) == 0x000008, "Member 'FSwitchCustomInput::Input' 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_FMaterialInstanceBasePropertyOverrides \ static_assert(alignof(FMaterialInstanceBasePropertyOverrides) == 0x000004, "Wrong alignment on FMaterialInstanceBasePropertyOverrides"); \ static_assert(sizeof(FMaterialInstanceBasePropertyOverrides) == 0x000018, "Wrong size on FMaterialInstanceBasePropertyOverrides"); \ @@ -9393,15 +9068,6 @@ static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, OpacityMaskClipVa static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, DisplacementScaling) == 0x00000C, "Member 'FMaterialInstanceBasePropertyOverrides::DisplacementScaling' has a wrong offset!"); \ static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, MaxWorldPositionOffsetDisplacement) == 0x000014, "Member 'FMaterialInstanceBasePropertyOverrides::MaxWorldPositionOffsetDisplacement' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNetViewer \ -static_assert(alignof(FNetViewer) == 0x000008, "Wrong alignment on FNetViewer"); \ -static_assert(sizeof(FNetViewer) == 0x000048, "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) == 0x000030, "Member 'FNetViewer::ViewDir' 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"); \ @@ -9409,6 +9075,34 @@ static_assert(offsetof(FLightmassMaterialInterfaceSettings, EmissiveBoost) == 0x 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_FMeshProxySettings \ +static_assert(alignof(FMeshProxySettings) == 0x000008, "Wrong alignment on FMeshProxySettings"); \ +static_assert(sizeof(FMeshProxySettings) == 0x000100, "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) == 0x0000A8, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x0000AC, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x0000B0, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x0000B4, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000B8, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000BC, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000BD, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NaniteSettings) == 0x0000C0, "Member 'FMeshProxySettings::NaniteSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHierarchicalSimplification \ +static_assert(alignof(FHierarchicalSimplification) == 0x000008, "Wrong alignment on FHierarchicalSimplification"); \ +static_assert(sizeof(FHierarchicalSimplification) == 0x000350, "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, SimplificationMethod) == 0x000009, "Member 'FHierarchicalSimplification::SimplificationMethod' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x000010, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x000110, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ApproximateSettings) == 0x000218, "Member 'FHierarchicalSimplification::ApproximateSettings' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x000340, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x000344, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x000348, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' 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"); \ @@ -9416,15 +9110,16 @@ static_assert(offsetof(FMaterialTextureInfo, SamplingScale) == 0x000000, "Member 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_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_FBlendFilter \ -static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ -static_assert(sizeof(FBlendFilter) == 0x000010, "Wrong size on FBlendFilter"); \ +#define DUMPER7_ASSERTS_FQuartzQuantizationBoundary \ +static_assert(alignof(FQuartzQuantizationBoundary) == 0x000008, "Wrong alignment on FQuartzQuantizationBoundary"); \ +static_assert(sizeof(FQuartzQuantizationBoundary) == 0x000020, "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!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bCancelCommandIfClockIsNotRunning) == 0x00000A, "Member 'FQuartzQuantizationBoundary::bCancelCommandIfClockIsNotRunning' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bResetClockOnQueued) == 0x00000B, "Member 'FQuartzQuantizationBoundary::bResetClockOnQueued' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bResumeClockOnQueued) == 0x00000C, "Member 'FQuartzQuantizationBoundary::bResumeClockOnQueued' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialLayersFunctions \ static_assert(alignof(FMaterialLayersFunctions) == 0x000008, "Wrong alignment on FMaterialLayersFunctions"); \ @@ -9438,18 +9133,16 @@ static_assert(offsetof(FMaterialLayersFunctions, LayerGuids) == 0x0000D0, "Membe static_assert(offsetof(FMaterialLayersFunctions, LayerLinkStates) == 0x0000E0, "Member 'FMaterialLayersFunctions::LayerLinkStates' has a wrong offset!"); \ static_assert(offsetof(FMaterialLayersFunctions, DeletedParentLayerGuids) == 0x0000F0, "Member 'FMaterialLayersFunctions::DeletedParentLayerGuids' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNavLinkId \ -static_assert(alignof(FNavLinkId) == 0x000008, "Wrong alignment on FNavLinkId"); \ -static_assert(sizeof(FNavLinkId) == 0x000008, "Wrong size on FNavLinkId"); \ -static_assert(offsetof(FNavLinkId, ID) == 0x000000, "Member 'FNavLinkId::ID' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_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_FParameterChannelNames \ -static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ -static_assert(sizeof(FParameterChannelNames) == 0x000040, "Wrong size on FParameterChannelNames"); \ -static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ -static_assert(offsetof(FParameterChannelNames, G) == 0x000010, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ -static_assert(offsetof(FParameterChannelNames, B) == 0x000020, "Member 'FParameterChannelNames::B' has a wrong offset!"); \ -static_assert(offsetof(FParameterChannelNames, A) == 0x000030, "Member 'FParameterChannelNames::A' 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_FStaticComponentMaskValue \ static_assert(alignof(FStaticComponentMaskValue) == 0x000001, "Wrong alignment on FStaticComponentMaskValue"); \ @@ -9459,6 +9152,25 @@ static_assert(offsetof(FStaticComponentMaskValue, G) == 0x000001, "Member 'FStat 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_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_FStaticMeshBudgetInfo \ +static_assert(alignof(FStaticMeshBudgetInfo) == 0x000008, "Wrong alignment on FStaticMeshBudgetInfo"); \ +static_assert(sizeof(FStaticMeshBudgetInfo) == 0x000010, "Wrong size on FStaticMeshBudgetInfo"); \ +static_assert(offsetof(FStaticMeshBudgetInfo, LodGroupName) == 0x000000, "Member 'FStaticMeshBudgetInfo::LodGroupName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshBudgetInfo, MinimumExtent) == 0x000008, "Member 'FStaticMeshBudgetInfo::MinimumExtent' 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_FMeshDrawCommandStatsBudget \ static_assert(alignof(FMeshDrawCommandStatsBudget) == 0x000008, "Wrong alignment on FMeshDrawCommandStatsBudget"); \ static_assert(sizeof(FMeshDrawCommandStatsBudget) == 0x000030, "Wrong size on FMeshDrawCommandStatsBudget"); \ @@ -9474,16 +9186,16 @@ static_assert(sizeof(FMeshDrawCommandStatsBudgetTotals) == 0x000008, "Wrong size static_assert(offsetof(FMeshDrawCommandStatsBudgetTotals, PrimitiveBudget) == 0x000000, "Member 'FMeshDrawCommandStatsBudgetTotals::PrimitiveBudget' has a wrong offset!"); \ static_assert(offsetof(FMeshDrawCommandStatsBudgetTotals, Collection) == 0x000004, "Member 'FMeshDrawCommandStatsBudgetTotals::Collection' 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_FStateMachineStateDebugData \ -static_assert(alignof(FStateMachineStateDebugData) == 0x000004, "Wrong alignment on FStateMachineStateDebugData"); \ -static_assert(sizeof(FStateMachineStateDebugData) == 0x000010, "Wrong size on FStateMachineStateDebugData"); \ +#define DUMPER7_ASSERTS_FBlendSampleData \ +static_assert(alignof(FBlendSampleData) == 0x000008, "Wrong alignment on FBlendSampleData"); \ +static_assert(sizeof(FBlendSampleData) == 0x000060, "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, WeightRate) == 0x000014, "Member 'FBlendSampleData::WeightRate' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, Time) == 0x000018, "Member 'FBlendSampleData::Time' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, PreviousTime) == 0x00001C, "Member 'FBlendSampleData::PreviousTime' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, SamplePlayRate) == 0x000020, "Member 'FBlendSampleData::SamplePlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPurchaseInfo \ static_assert(alignof(FPurchaseInfo) == 0x000008, "Wrong alignment on FPurchaseInfo"); \ @@ -9493,28 +9205,32 @@ static_assert(offsetof(FPurchaseInfo, DisplayName) == 0x000010, "Member 'FPurcha 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_FAnimTickRecord \ -static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ -static_assert(sizeof(FAnimTickRecord) == 0x000070, "Wrong size on FAnimTickRecord"); \ -static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FStateMachineDebugData \ +static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ +static_assert(sizeof(FStateMachineDebugData) == 0x000150, "Wrong size on FStateMachineDebugData"); \ + +#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_FNavAvoidanceMask \ static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ -#define DUMPER7_ASSERTS_FTouchInputControl \ -static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ -static_assert(sizeof(FTouchInputControl) == 0x000098, "Wrong size on FTouchInputControl"); \ -static_assert(offsetof(FTouchInputControl, bTreatAsButton) == 0x000000, "Member 'FTouchInputControl::bTreatAsButton' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, Image1) == 0x000008, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, Image2) == 0x000010, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, Center) == 0x000018, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000028, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000038, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000048, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, InputScale) == 0x000058, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000068, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ -static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000080, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimGroupInstance \ +static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ +static_assert(sizeof(FAnimGroupInstance) == 0x000078, "Wrong size on FAnimGroupInstance"); \ + +#define DUMPER7_ASSERTS_FNavigationLinkBase \ +static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ +static_assert(sizeof(FNavigationLinkBase) == 0x000040, "Wrong size on FNavigationLinkBase"); \ +static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x000018, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x00001C, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000020, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, Direction) == 0x000028, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000030, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavigationLink \ static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ @@ -9522,6 +9238,23 @@ static_assert(sizeof(FNavigationLink) == 0x000070, "Wrong size on FNavigationLin static_assert(offsetof(FNavigationLink, Left) == 0x000040, "Member 'FNavigationLink::Left' has a wrong offset!"); \ static_assert(offsetof(FNavigationLink, Right) == 0x000058, "Member 'FNavigationLink::Right' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNavAgentProperties \ +static_assert(alignof(FNavAgentProperties) == 0x000008, "Wrong alignment on FNavAgentProperties"); \ +static_assert(sizeof(FNavAgentProperties) == 0x000038, "Wrong size on FNavAgentProperties"); \ +static_assert(offsetof(FNavAgentProperties, AgentRadius) == 0x000004, "Member 'FNavAgentProperties::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, AgentHeight) == 0x000008, "Member 'FNavAgentProperties::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, AgentStepHeight) == 0x00000C, "Member 'FNavAgentProperties::AgentStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, NavWalkingSearchHeightScale) == 0x000010, "Member 'FNavAgentProperties::NavWalkingSearchHeightScale' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, PreferredNavData) == 0x000018, "Member 'FNavAgentProperties::PreferredNavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavDataConfig \ +static_assert(alignof(FNavDataConfig) == 0x000008, "Wrong alignment on FNavDataConfig"); \ +static_assert(sizeof(FNavDataConfig) == 0x000088, "Wrong size on FNavDataConfig"); \ +static_assert(offsetof(FNavDataConfig, Name) == 0x000038, "Member 'FNavDataConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, Color) == 0x000040, "Member 'FNavDataConfig::Color' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, DefaultQueryExtent) == 0x000048, "Member 'FNavDataConfig::DefaultQueryExtent' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, NavDataClass) == 0x000060, "Member 'FNavDataConfig::NavDataClass' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FNavigationSegmentLink \ static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ static_assert(sizeof(FNavigationSegmentLink) == 0x0000A0, "Wrong size on FNavigationSegmentLink"); \ @@ -9530,48 +9263,23 @@ static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x000058, "Member 'FN static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000070, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000088, "Member 'FNavigationSegmentLink::RightEnd' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNetworkPhysicsSettings \ -static_assert(alignof(FNetworkPhysicsSettings) == 0x000004, "Wrong alignment on FNetworkPhysicsSettings"); \ -static_assert(sizeof(FNetworkPhysicsSettings) == 0x000008, "Wrong size on FNetworkPhysicsSettings"); \ -static_assert(offsetof(FNetworkPhysicsSettings, SimProxyRepMode) == 0x000004, "Member 'FNetworkPhysicsSettings::SimProxyRepMode' 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_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_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_FNetworkPhysicsSettingsPredictiveInterpolation \ -static_assert(alignof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsPredictiveInterpolation"); \ -static_assert(sizeof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000070, "Wrong size on FNetworkPhysicsSettingsPredictiveInterpolation"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeBase) == 0x000004, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeBase' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMin) == 0x00000C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMin' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMultiplier) == 0x000014, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeBase) == 0x00001C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeBase' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMin) == 0x000024, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMin' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMultiplier) == 0x00002C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosInterpolationTimeMultiplier) == 0x000034, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosInterpolationTimeMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotInterpolationTimeMultiplier) == 0x00003C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotInterpolationTimeMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapPosStrength) == 0x000044, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapPosStrength' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapRotStrength) == 0x00004C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapRotStrength' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSoftSnapToSource) == 0x000054, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSoftSnapToSource' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSkipVelocityRepOnPosEarlyOut) == 0x00005C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSkipVelocityRepOnPosEarlyOut' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bPostResimWaitForUpdate) == 0x000064, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bPostResimWaitForUpdate' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bDisableSoftSnap) == 0x00006C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bDisableSoftSnap' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsResimulation \ -static_assert(alignof(FNetworkPhysicsSettingsResimulation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsResimulation"); \ -static_assert(sizeof(FNetworkPhysicsSettingsResimulation) == 0x000058, "Wrong size on FNetworkPhysicsSettingsResimulation"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RedundantInputs) == 0x000004, "Member 'FNetworkPhysicsSettingsResimulation::RedundantInputs' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RedundantStates) == 0x00000C, "Member 'FNetworkPhysicsSettingsResimulation::RedundantStates' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeCorrectionEnabled) == 0x000014, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeCorrectionEnabled' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeVelocityCorrection) == 0x00001C, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeVelocityCorrection' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, PosStabilityMultiplier) == 0x000024, "Member 'FNetworkPhysicsSettingsResimulation::PosStabilityMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RotStabilityMultiplier) == 0x00002C, "Member 'FNetworkPhysicsSettingsResimulation::RotStabilityMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, VelStabilityMultiplier) == 0x000034, "Member 'FNetworkPhysicsSettingsResimulation::VelStabilityMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, AngVelStabilityMultiplier) == 0x00003C, "Member 'FNetworkPhysicsSettingsResimulation::AngVelStabilityMultiplier' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorThreshold) == 0x000044, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorThreshold' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bCompareStateToTriggerRewind) == 0x00004C, "Member 'FNetworkPhysicsSettingsResimulation::bCompareStateToTriggerRewind' has a wrong offset!"); \ -static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bCompareInputToTriggerRewind) == 0x000054, "Member 'FNetworkPhysicsSettingsResimulation::bCompareInputToTriggerRewind' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FOverlapResult \ +static_assert(alignof(FOverlapResult) == 0x000008, "Wrong alignment on FOverlapResult"); \ +static_assert(sizeof(FOverlapResult) == 0x000040, "Wrong size on FOverlapResult"); \ +static_assert(offsetof(FOverlapResult, OverlapObjectHandle) == 0x000000, "Member 'FOverlapResult::OverlapObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FOverlapResult, Component) == 0x000020, "Member 'FOverlapResult::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleBurst \ static_assert(alignof(FParticleBurst) == 0x000004, "Wrong alignment on FParticleBurst"); \ @@ -9586,12 +9294,27 @@ static_assert(sizeof(FParticleCurvePair) == 0x000018, "Wrong size on FParticleCu 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_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_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_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_FParticleEvent_GenerateInfo \ static_assert(alignof(FParticleEvent_GenerateInfo) == 0x000008, "Wrong alignment on FParticleEvent_GenerateInfo"); \ static_assert(sizeof(FParticleEvent_GenerateInfo) == 0x000028, "Wrong size on FParticleEvent_GenerateInfo"); \ @@ -9601,29 +9324,59 @@ static_assert(offsetof(FParticleEvent_GenerateInfo, ParticleFrequency) == 0x0000 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_FAnimPoseContext \ -static_assert(alignof(FAnimPoseContext) == 0x000008, "Wrong alignment on FAnimPoseContext"); \ -static_assert(sizeof(FAnimPoseContext) == 0x000010, "Wrong size on FAnimPoseContext"); \ - #define DUMPER7_ASSERTS_FLocationBoneSocketInfo \ static_assert(alignof(FLocationBoneSocketInfo) == 0x000008, "Wrong alignment on FLocationBoneSocketInfo"); \ static_assert(sizeof(FLocationBoneSocketInfo) == 0x000020, "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_FAnimComponentSpacePoseContext \ +static_assert(alignof(FAnimComponentSpacePoseContext) == 0x000008, "Wrong alignment on FAnimComponentSpacePoseContext"); \ +static_assert(sizeof(FAnimComponentSpacePoseContext) == 0x000010, "Wrong size on FAnimComponentSpacePoseContext"); \ + #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_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_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_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_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_FAnimBlueprintMutableData \ -static_assert(alignof(FAnimBlueprintMutableData) == 0x000001, "Wrong alignment on FAnimBlueprintMutableData"); \ -static_assert(sizeof(FAnimBlueprintMutableData) == 0x000001, "Wrong size on FAnimBlueprintMutableData"); \ +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellDebugInfo \ +static_assert(alignof(FWorldPartitionRuntimeCellDebugInfo) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeCellDebugInfo"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellDebugInfo) == 0x000030, "Wrong size on FWorldPartitionRuntimeCellDebugInfo"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, Name) == 0x000000, "Member 'FWorldPartitionRuntimeCellDebugInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, GridName) == 0x000010, "Member 'FWorldPartitionRuntimeCellDebugInfo::GridName' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordX) == 0x000018, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordX' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordY) == 0x000020, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordY' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordZ) == 0x000028, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPUSpriteLocalVectorFieldInfo \ static_assert(alignof(FGPUSpriteLocalVectorFieldInfo) == 0x000010, "Wrong alignment on FGPUSpriteLocalVectorFieldInfo"); \ @@ -9636,6 +9389,16 @@ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, RotationRate) == 0x0000A0 static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Intensity) == 0x0000B8, "Member 'FGPUSpriteLocalVectorFieldInfo::Intensity' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Tightness) == 0x0000BC, "Member 'FGPUSpriteLocalVectorFieldInfo::Tightness' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimBlueprintConstantData \ +static_assert(alignof(FAnimBlueprintConstantData) == 0x000001, "Wrong alignment on FAnimBlueprintConstantData"); \ +static_assert(sizeof(FAnimBlueprintConstantData) == 0x000001, "Wrong size on FAnimBlueprintConstantData"); \ + +#define DUMPER7_ASSERTS_FRollbackNetStartupActorInfo \ +static_assert(alignof(FRollbackNetStartupActorInfo) == 0x000008, "Wrong alignment on FRollbackNetStartupActorInfo"); \ +static_assert(sizeof(FRollbackNetStartupActorInfo) == 0x0000D0, "Wrong size on FRollbackNetStartupActorInfo"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, Archetype) == 0x000008, "Member 'FRollbackNetStartupActorInfo::Archetype' has a wrong offset!"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000C0, "Member 'FRollbackNetStartupActorInfo::ObjReferences' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGPUSpriteEmitterInfo \ static_assert(alignof(FGPUSpriteEmitterInfo) == 0x000010, "Wrong alignment on FGPUSpriteEmitterInfo"); \ static_assert(sizeof(FGPUSpriteEmitterInfo) == 0x000350, "Wrong size on FGPUSpriteEmitterInfo"); \ @@ -9667,9 +9430,17 @@ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlpha) == 0x000280, "Member static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColorScale) == 0x0002B0, "Member 'FGPUSpriteEmitterInfo::DynamicColorScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlphaScale) == 0x000310, "Member 'FGPUSpriteEmitterInfo::DynamicAlphaScale' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnimInitializationContext \ -static_assert(alignof(FAnimInitializationContext) == 0x000008, "Wrong alignment on FAnimInitializationContext"); \ -static_assert(sizeof(FAnimInitializationContext) == 0x000010, "Wrong size on FAnimInitializationContext"); \ +#define DUMPER7_ASSERTS_FDPMatchingRulestructD \ +static_assert(alignof(FDPMatchingRulestructD) == 0x000008, "Wrong alignment on FDPMatchingRulestructD"); \ +static_assert(sizeof(FDPMatchingRulestructD) == 0x000068, "Wrong size on FDPMatchingRulestructD"); \ +static_assert(offsetof(FDPMatchingRulestructD, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructD::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructD, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructD::OnFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructE \ +static_assert(alignof(FDPMatchingRulestructE) == 0x000008, "Wrong alignment on FDPMatchingRulestructE"); \ +static_assert(sizeof(FDPMatchingRulestructE) == 0x000068, "Wrong size on FDPMatchingRulestructE"); \ +static_assert(offsetof(FDPMatchingRulestructE, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructE::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructE, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructE::OnFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPUSpriteResourceData \ static_assert(alignof(FGPUSpriteResourceData) == 0x000010, "Wrong alignment on FGPUSpriteResourceData"); \ @@ -9714,9 +9485,24 @@ static_assert(offsetof(FGPUSpriteResourceData, PivotOffset) == 0x000220, "Member static_assert(offsetof(FGPUSpriteResourceData, MinFacingCameraBlendDistance) == 0x000234, "Member 'FGPUSpriteResourceData::MinFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, MaxFacingCameraBlendDistance) == 0x000238, "Member 'FGPUSpriteResourceData::MaxFacingCameraBlendDistance' 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_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_FAnimMontageInstance \ +static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ +static_assert(sizeof(FAnimMontageInstance) == 0x0001D8, "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) == 0x000108, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x000118, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000138, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Position) == 0x000148, "Member 'FAnimMontageInstance::Position' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00014C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000150, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x0001B4, "Member 'FAnimMontageInstance::DisableRootMotionCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedEmitterMaterial \ static_assert(alignof(FNamedEmitterMaterial) == 0x000008, "Wrong alignment on FNamedEmitterMaterial"); \ @@ -9737,20 +9523,32 @@ static_assert(offsetof(FParticleSysParam, Color) == 0x000048, "Member 'FParticle static_assert(offsetof(FParticleSysParam, Actor) == 0x000050, "Member 'FParticleSysParam::Actor' has a wrong offset!"); \ static_assert(offsetof(FParticleSysParam, Material) == 0x000058, "Member 'FParticleSysParam::Material' 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_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_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_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_FFXSystemSpawnParameters \ +static_assert(alignof(FFXSystemSpawnParameters) == 0x000008, "Wrong alignment on FFXSystemSpawnParameters"); \ +static_assert(sizeof(FFXSystemSpawnParameters) == 0x000070, "Wrong size on FFXSystemSpawnParameters"); \ +static_assert(offsetof(FFXSystemSpawnParameters, WorldContextObject) == 0x000000, "Member 'FFXSystemSpawnParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, SystemTemplate) == 0x000008, "Member 'FFXSystemSpawnParameters::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Location) == 0x000010, "Member 'FFXSystemSpawnParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Rotation) == 0x000028, "Member 'FFXSystemSpawnParameters::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Scale) == 0x000040, "Member 'FFXSystemSpawnParameters::Scale' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, AttachToComponent) == 0x000058, "Member 'FFXSystemSpawnParameters::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, AttachPointName) == 0x000060, "Member 'FFXSystemSpawnParameters::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, LocationType) == 0x000068, "Member 'FFXSystemSpawnParameters::LocationType' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bAutoDestroy) == 0x000069, "Member 'FFXSystemSpawnParameters::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bAutoActivate) == 0x00006A, "Member 'FFXSystemSpawnParameters::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, PoolingMethod) == 0x00006B, "Member 'FFXSystemSpawnParameters::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bPreCullCheck) == 0x00006C, "Member 'FFXSystemSpawnParameters::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bIsPlayerEffect) == 0x00006D, "Member 'FFXSystemSpawnParameters::bIsPlayerEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleEmitterReplayFrame \ static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ @@ -9760,726 +9558,12 @@ static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FP static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ -#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, TriggerTimeOffset) == 0x000038, "Member 'FBranchingPoint::TriggerTimeOffset' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FPieFixupStructWithSoftObjectPath \ static_assert(alignof(FPieFixupStructWithSoftObjectPath) == 0x000008, "Wrong alignment on FPieFixupStructWithSoftObjectPath"); \ static_assert(sizeof(FPieFixupStructWithSoftObjectPath) == 0x000048, "Wrong size on FPieFixupStructWithSoftObjectPath"); \ static_assert(offsetof(FPieFixupStructWithSoftObjectPath, Path) == 0x000000, "Member 'FPieFixupStructWithSoftObjectPath::Path' has a wrong offset!"); \ static_assert(offsetof(FPieFixupStructWithSoftObjectPath, TypedPtr) == 0x000020, "Member 'FPieFixupStructWithSoftObjectPath::TypedPtr' 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_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_FCameraCacheEntry \ -static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ -static_assert(sizeof(FCameraCacheEntry) == 0x000810, "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_FTViewTarget \ -static_assert(alignof(FTViewTarget) == 0x000010, "Wrong alignment on FTViewTarget"); \ -static_assert(sizeof(FTViewTarget) == 0x000820, "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) == 0x000810, "Member 'FTViewTarget::PlayerState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNodeData \ -static_assert(alignof(FAnimNodeData) == 0x000008, "Wrong alignment on FAnimNodeData"); \ -static_assert(sizeof(FAnimNodeData) == 0x000028, "Wrong size on FAnimNodeData"); \ -static_assert(offsetof(FAnimNodeData, AnimClassInterface) == 0x000000, "Member 'FAnimNodeData::AnimClassInterface' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeData, Entries) == 0x000010, "Member 'FAnimNodeData::Entries' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeData, NodeIndex) == 0x000020, "Member 'FAnimNodeData::NodeIndex' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeData, Flags) == 0x000024, "Member 'FAnimNodeData::Flags' 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_FCompositeSection \ -static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ -static_assert(sizeof(FCompositeSection) == 0x000050, "Wrong size on FCompositeSection"); \ -static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ -static_assert(offsetof(FCompositeSection, NextSectionName) == 0x000038, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ -static_assert(offsetof(FCompositeSection, MetaData) == 0x000040, "Member 'FCompositeSection::MetaData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPrimitiveComponentInstanceData \ -static_assert(alignof(FPrimitiveComponentInstanceData) == 0x000010, "Wrong alignment on FPrimitiveComponentInstanceData"); \ -static_assert(sizeof(FPrimitiveComponentInstanceData) == 0x000130, "Wrong size on FPrimitiveComponentInstanceData"); \ -static_assert(offsetof(FPrimitiveComponentInstanceData, ComponentTransform) == 0x0000C0, "Member 'FPrimitiveComponentInstanceData::ComponentTransform' has a wrong offset!"); \ -static_assert(offsetof(FPrimitiveComponentInstanceData, VisibilityId) == 0x000120, "Member 'FPrimitiveComponentInstanceData::VisibilityId' has a wrong offset!"); \ -static_assert(offsetof(FPrimitiveComponentInstanceData, LODParent) == 0x000128, "Member 'FPrimitiveComponentInstanceData::LODParent' 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_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_FAnimNode_LinkedAnimGraph \ -static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ -static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x0000B8, "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, PendingBlendOutProfile) == 0x000098, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendOutProfile' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_LinkedAnimGraph, PendingBlendInProfile) == 0x0000A8, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendInProfile' 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) == 0x0000C8, "Wrong size on FAnimNode_LinkedAnimLayer"); \ -static_assert(offsetof(FAnimNode_LinkedAnimLayer, Interface) == 0x0000B8, "Member 'FAnimNode_LinkedAnimLayer::Interface' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_LinkedAnimLayer, Layer) == 0x0000C0, "Member 'FAnimNode_LinkedAnimLayer::Layer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FColorGradePerRangeSettings \ -static_assert(alignof(FColorGradePerRangeSettings) == 0x000010, "Wrong alignment on FColorGradePerRangeSettings"); \ -static_assert(sizeof(FColorGradePerRangeSettings) == 0x0000A0, "Wrong size on FColorGradePerRangeSettings"); \ -static_assert(offsetof(FColorGradePerRangeSettings, Saturation) == 0x000000, "Member 'FColorGradePerRangeSettings::Saturation' has a wrong offset!"); \ -static_assert(offsetof(FColorGradePerRangeSettings, Contrast) == 0x000020, "Member 'FColorGradePerRangeSettings::Contrast' has a wrong offset!"); \ -static_assert(offsetof(FColorGradePerRangeSettings, Gamma) == 0x000040, "Member 'FColorGradePerRangeSettings::Gamma' has a wrong offset!"); \ -static_assert(offsetof(FColorGradePerRangeSettings, Gain) == 0x000060, "Member 'FColorGradePerRangeSettings::Gain' has a wrong offset!"); \ -static_assert(offsetof(FColorGradePerRangeSettings, Offset) == 0x000080, "Member 'FColorGradePerRangeSettings::Offset' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FColorGradingSettings \ -static_assert(alignof(FColorGradingSettings) == 0x000010, "Wrong alignment on FColorGradingSettings"); \ -static_assert(sizeof(FColorGradingSettings) == 0x000290, "Wrong size on FColorGradingSettings"); \ -static_assert(offsetof(FColorGradingSettings, Global) == 0x000000, "Member 'FColorGradingSettings::Global' has a wrong offset!"); \ -static_assert(offsetof(FColorGradingSettings, Shadows) == 0x0000A0, "Member 'FColorGradingSettings::Shadows' has a wrong offset!"); \ -static_assert(offsetof(FColorGradingSettings, Midtones) == 0x000140, "Member 'FColorGradingSettings::Midtones' has a wrong offset!"); \ -static_assert(offsetof(FColorGradingSettings, Highlights) == 0x0001E0, "Member 'FColorGradingSettings::Highlights' has a wrong offset!"); \ -static_assert(offsetof(FColorGradingSettings, ShadowsMax) == 0x000280, "Member 'FColorGradingSettings::ShadowsMax' has a wrong offset!"); \ -static_assert(offsetof(FColorGradingSettings, HighlightsMin) == 0x000284, "Member 'FColorGradingSettings::HighlightsMin' has a wrong offset!"); \ -static_assert(offsetof(FColorGradingSettings, HighlightsMax) == 0x000288, "Member 'FColorGradingSettings::HighlightsMax' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FConvolutionBloomSettings \ -static_assert(alignof(FConvolutionBloomSettings) == 0x000008, "Wrong alignment on FConvolutionBloomSettings"); \ -static_assert(sizeof(FConvolutionBloomSettings) == 0x000030, "Wrong size on FConvolutionBloomSettings"); \ -static_assert(offsetof(FConvolutionBloomSettings, Texture) == 0x000000, "Member 'FConvolutionBloomSettings::Texture' has a wrong offset!"); \ -static_assert(offsetof(FConvolutionBloomSettings, ScatterDispersion) == 0x000008, "Member 'FConvolutionBloomSettings::ScatterDispersion' has a wrong offset!"); \ -static_assert(offsetof(FConvolutionBloomSettings, Size) == 0x00000C, "Member 'FConvolutionBloomSettings::Size' has a wrong offset!"); \ -static_assert(offsetof(FConvolutionBloomSettings, CenterUV) == 0x000010, "Member 'FConvolutionBloomSettings::CenterUV' has a wrong offset!"); \ -static_assert(offsetof(FConvolutionBloomSettings, PreFilterMin) == 0x000020, "Member 'FConvolutionBloomSettings::PreFilterMin' has a wrong offset!"); \ -static_assert(offsetof(FConvolutionBloomSettings, PreFilterMax) == 0x000024, "Member 'FConvolutionBloomSettings::PreFilterMax' has a wrong offset!"); \ -static_assert(offsetof(FConvolutionBloomSettings, PreFilterMult) == 0x000028, "Member 'FConvolutionBloomSettings::PreFilterMult' has a wrong offset!"); \ -static_assert(offsetof(FConvolutionBloomSettings, BufferScale) == 0x00002C, "Member 'FConvolutionBloomSettings::BufferScale' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FLensBloomSettings \ -static_assert(alignof(FLensBloomSettings) == 0x000008, "Wrong alignment on FLensBloomSettings"); \ -static_assert(sizeof(FLensBloomSettings) == 0x0000C0, "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) == 0x0000B8, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNode_Inertialization \ -static_assert(alignof(FAnimNode_Inertialization) == 0x000010, "Wrong alignment on FAnimNode_Inertialization"); \ -static_assert(sizeof(FAnimNode_Inertialization) == 0x000440, "Wrong size on FAnimNode_Inertialization"); \ -static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000018, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_Inertialization, DefaultBlendProfile) == 0x000028, "Member 'FAnimNode_Inertialization::DefaultBlendProfile' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_Inertialization, FilteredCurves) == 0x000030, "Member 'FAnimNode_Inertialization::FilteredCurves' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_Inertialization, FilteredBones) == 0x000040, "Member 'FAnimNode_Inertialization::FilteredBones' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_Inertialization, bResetOnBecomingRelevant) == 0x000050, "Member 'FAnimNode_Inertialization::bResetOnBecomingRelevant' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_Inertialization, bForwardRequestsThroughSkippedCachedPoseNodes) == 0x000051, "Member 'FAnimNode_Inertialization::bForwardRequestsThroughSkippedCachedPoseNodes' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_Inertialization, RequestQueue) == 0x000228, "Member 'FAnimNode_Inertialization::RequestQueue' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_Inertialization, InertializationRequestAnimInstance) == 0x000438, "Member 'FAnimNode_Inertialization::InertializationRequestAnimInstance' 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) == 0x0000E8, "Wrong size on FLensSettings"); \ -static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ -static_assert(offsetof(FLensSettings, Imperfections) == 0x0000C0, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ -static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000E0, "Member 'FLensSettings::ChromaticAberration' has a wrong offset!"); \ - -#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_FHLODISMComponentDesc \ -static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ -static_assert(sizeof(FHLODISMComponentDesc) == 0x000030, "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!"); \ -static_assert(offsetof(FHLODISMComponentDesc, InstancesCustomPrimitiveData) == 0x000020, "Member 'FHLODISMComponentDesc::InstancesCustomPrimitiveData' 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_FRootMotionSource_MoveToDynamicForce \ -static_assert(alignof(FRootMotionSource_MoveToDynamicForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToDynamicForce"); \ -static_assert(sizeof(FRootMotionSource_MoveToDynamicForce) == 0x000140, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ -static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x0000D8, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000F0, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x000108, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x000120, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x000128, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x000130, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' 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_FAnimNode_SaveCachedPose \ -static_assert(alignof(FAnimNode_SaveCachedPose) == 0x000008, "Wrong alignment on FAnimNode_SaveCachedPose"); \ -static_assert(sizeof(FAnimNode_SaveCachedPose) == 0x000080, "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_FSkeletalMeshSourceModel \ -static_assert(alignof(FSkeletalMeshSourceModel) == 0x000008, "Wrong alignment on FSkeletalMeshSourceModel"); \ -static_assert(sizeof(FSkeletalMeshSourceModel) == 0x000040, "Wrong size on FSkeletalMeshSourceModel"); \ -static_assert(offsetof(FSkeletalMeshSourceModel, TriangleCount) == 0x000000, "Member 'FSkeletalMeshSourceModel::TriangleCount' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshSourceModel, VertexCount) == 0x000004, "Member 'FSkeletalMeshSourceModel::VertexCount' has a wrong offset!"); \ -static_assert(offsetof(FSkeletalMeshSourceModel, Bounds) == 0x000008, "Member 'FSkeletalMeshSourceModel::Bounds' 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_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_FInputScaleBiasClampConstants \ -static_assert(alignof(FInputScaleBiasClampConstants) == 0x000004, "Wrong alignment on FInputScaleBiasClampConstants"); \ -static_assert(sizeof(FInputScaleBiasClampConstants) == 0x00002C, "Wrong size on FInputScaleBiasClampConstants"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, bMapRange) == 0x000000, "Member 'FInputScaleBiasClampConstants::bMapRange' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, bClampResult) == 0x000001, "Member 'FInputScaleBiasClampConstants::bClampResult' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, bInterpResult) == 0x000002, "Member 'FInputScaleBiasClampConstants::bInterpResult' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, InRange) == 0x000004, "Member 'FInputScaleBiasClampConstants::InRange' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, OutRange) == 0x00000C, "Member 'FInputScaleBiasClampConstants::OutRange' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, Scale) == 0x000014, "Member 'FInputScaleBiasClampConstants::Scale' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, Bias) == 0x000018, "Member 'FInputScaleBiasClampConstants::Bias' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, ClampMin) == 0x00001C, "Member 'FInputScaleBiasClampConstants::ClampMin' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, ClampMax) == 0x000020, "Member 'FInputScaleBiasClampConstants::ClampMax' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, InterpSpeedIncreasing) == 0x000024, "Member 'FInputScaleBiasClampConstants::InterpSpeedIncreasing' has a wrong offset!"); \ -static_assert(offsetof(FInputScaleBiasClampConstants, InterpSpeedDecreasing) == 0x000028, "Member 'FInputScaleBiasClampConstants::InterpSpeedDecreasing' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FInputScaleBiasClampState \ -static_assert(alignof(FInputScaleBiasClampState) == 0x000004, "Wrong alignment on FInputScaleBiasClampState"); \ -static_assert(sizeof(FInputScaleBiasClampState) == 0x000008, "Wrong size on FInputScaleBiasClampState"); \ - -#define DUMPER7_ASSERTS_FAnimNode_SequencePlayerBase \ -static_assert(alignof(FAnimNode_SequencePlayerBase) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayerBase"); \ -static_assert(sizeof(FAnimNode_SequencePlayerBase) == 0x000040, "Wrong size on FAnimNode_SequencePlayerBase"); \ -static_assert(offsetof(FAnimNode_SequencePlayerBase, PlayRateScaleBiasClampState) == 0x000038, "Member 'FAnimNode_SequencePlayerBase::PlayRateScaleBiasClampState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer_Standalone \ -static_assert(alignof(FAnimNode_SequencePlayer_Standalone) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer_Standalone"); \ -static_assert(sizeof(FAnimNode_SequencePlayer_Standalone) == 0x000098, "Wrong size on FAnimNode_SequencePlayer_Standalone"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, GroupName) == 0x000040, "Member 'FAnimNode_SequencePlayer_Standalone::GroupName' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, GroupRole) == 0x000048, "Member 'FAnimNode_SequencePlayer_Standalone::GroupRole' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, Method) == 0x000049, "Member 'FAnimNode_SequencePlayer_Standalone::Method' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bIgnoreForRelevancyTest) == 0x00004A, "Member 'FAnimNode_SequencePlayer_Standalone::bIgnoreForRelevancyTest' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, Sequence) == 0x000050, "Member 'FAnimNode_SequencePlayer_Standalone::Sequence' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRateBasis) == 0x000058, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRateBasis' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRate) == 0x00005C, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRate' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRateScaleBiasClampConstants) == 0x000060, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRateScaleBiasClampConstants' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, StartPosition) == 0x00008C, "Member 'FAnimNode_SequencePlayer_Standalone::StartPosition' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bLoopAnimation) == 0x000090, "Member 'FAnimNode_SequencePlayer_Standalone::bLoopAnimation' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bStartFromMatchingPose) == 0x000091, "Member 'FAnimNode_SequencePlayer_Standalone::bStartFromMatchingPose' 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_FMeshDeformerInstanceSet \ -static_assert(alignof(FMeshDeformerInstanceSet) == 0x000008, "Wrong alignment on FMeshDeformerInstanceSet"); \ -static_assert(sizeof(FMeshDeformerInstanceSet) == 0x000020, "Wrong size on FMeshDeformerInstanceSet"); \ -static_assert(offsetof(FMeshDeformerInstanceSet, DeformerInstances) == 0x000000, "Member 'FMeshDeformerInstanceSet::DeformerInstances' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNotifyEventReference \ -static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ -static_assert(sizeof(FAnimNotifyEventReference) == 0x000030, "Wrong size on FAnimNotifyEventReference"); \ -static_assert(offsetof(FAnimNotifyEventReference, MirrorTable) == 0x000018, "Member 'FAnimNotifyEventReference::MirrorTable' has a wrong offset!"); \ -static_assert(offsetof(FAnimNotifyEventReference, NotifySource) == 0x000020, "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_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_FSoftWorldReference \ -static_assert(alignof(FSoftWorldReference) == 0x000008, "Wrong alignment on FSoftWorldReference"); \ -static_assert(sizeof(FSoftWorldReference) == 0x000028, "Wrong size on FSoftWorldReference"); \ -static_assert(offsetof(FSoftWorldReference, WorldAsset) == 0x000000, "Member 'FSoftWorldReference::WorldAsset' 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) == 0x0000C8, "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, MaxTransitionsRequests) == 0x000018, "Member 'FAnimNode_StateMachine::MaxTransitionsRequests' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x00001C, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x00001D, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_StateMachine, bCreateNotifyMetaData) == 0x00001E, "Member 'FAnimNode_StateMachine::bCreateNotifyMetaData' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_StateMachine, bAllowConduitEntryStates) == 0x00001F, "Member 'FAnimNode_StateMachine::bAllowConduitEntryStates' 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_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_FSoftISMComponentDescriptor \ -static_assert(alignof(FSoftISMComponentDescriptor) == 0x000008, "Wrong alignment on FSoftISMComponentDescriptor"); \ -static_assert(sizeof(FSoftISMComponentDescriptor) == 0x000258, "Wrong size on FSoftISMComponentDescriptor"); \ -static_assert(offsetof(FSoftISMComponentDescriptor, StaticMesh) == 0x0001E8, "Member 'FSoftISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(FSoftISMComponentDescriptor, OverrideMaterials) == 0x000210, "Member 'FSoftISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ -static_assert(offsetof(FSoftISMComponentDescriptor, OverlayMaterial) == 0x000220, "Member 'FSoftISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ -static_assert(offsetof(FSoftISMComponentDescriptor, RuntimeVirtualTextures) == 0x000248, "Member 'FSoftISMComponentDescriptor::RuntimeVirtualTextures' 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_FNetLevelVisibilityTransactionId \ -static_assert(alignof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong alignment on FNetLevelVisibilityTransactionId"); \ -static_assert(sizeof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong size on FNetLevelVisibilityTransactionId"); \ -static_assert(offsetof(FNetLevelVisibilityTransactionId, Data) == 0x000000, "Member 'FNetLevelVisibilityTransactionId::Data' 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_FSoundTimecodeOffset \ -static_assert(alignof(FSoundTimecodeOffset) == 0x000008, "Wrong alignment on FSoundTimecodeOffset"); \ -static_assert(sizeof(FSoundTimecodeOffset) == 0x000008, "Wrong size on FSoundTimecodeOffset"); \ -static_assert(offsetof(FSoundTimecodeOffset, NumOfSecondsSinceMidnight) == 0x000000, "Member 'FSoundTimecodeOffset::NumOfSecondsSinceMidnight' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStreamedAudioPlatformData \ -static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ -static_assert(sizeof(FStreamedAudioPlatformData) == 0x000018, "Wrong size on FStreamedAudioPlatformData"); \ - -#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_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_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_FAnimationFrameSnapshot \ -static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ -static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ - -#define DUMPER7_ASSERTS_FSoundWaveCuePoint \ -static_assert(alignof(FSoundWaveCuePoint) == 0x000008, "Wrong alignment on FSoundWaveCuePoint"); \ -static_assert(sizeof(FSoundWaveCuePoint) == 0x000028, "Wrong size on FSoundWaveCuePoint"); \ -static_assert(offsetof(FSoundWaveCuePoint, CuePointID) == 0x000000, "Member 'FSoundWaveCuePoint::CuePointID' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveCuePoint, Label) == 0x000008, "Member 'FSoundWaveCuePoint::Label' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveCuePoint, FramePosition) == 0x000018, "Member 'FSoundWaveCuePoint::FramePosition' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveCuePoint, FrameLength) == 0x00001C, "Member 'FSoundWaveCuePoint::FrameLength' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveCuePoint, bIsLoopRegion) == 0x000020, "Member 'FSoundWaveCuePoint::bIsLoopRegion' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSoundWaveTimecodeInfo \ -static_assert(alignof(FSoundWaveTimecodeInfo) == 0x000008, "Wrong alignment on FSoundWaveTimecodeInfo"); \ -static_assert(sizeof(FSoundWaveTimecodeInfo) == 0x000070, "Wrong size on FSoundWaveTimecodeInfo"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesSinceMidnight) == 0x000000, "Member 'FSoundWaveTimecodeInfo::NumSamplesSinceMidnight' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesPerSecond) == 0x000008, "Member 'FSoundWaveTimecodeInfo::NumSamplesPerSecond' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, Description) == 0x000010, "Member 'FSoundWaveTimecodeInfo::Description' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorTime) == 0x000020, "Member 'FSoundWaveTimecodeInfo::OriginatorTime' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDate) == 0x000030, "Member 'FSoundWaveTimecodeInfo::OriginatorDate' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDescription) == 0x000040, "Member 'FSoundWaveTimecodeInfo::OriginatorDescription' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorReference) == 0x000050, "Member 'FSoundWaveTimecodeInfo::OriginatorReference' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, TimecodeRate) == 0x000060, "Member 'FSoundWaveTimecodeInfo::TimecodeRate' has a wrong offset!"); \ -static_assert(offsetof(FSoundWaveTimecodeInfo, bTimecodeIsDropFrame) == 0x000068, "Member 'FSoundWaveTimecodeInfo::bTimecodeIsDropFrame' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ -static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ -static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000128, "Wrong size on FStaticMaterialLayersParameter"); \ -static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStaticParameterSetRuntimeData \ -static_assert(alignof(FStaticParameterSetRuntimeData) == 0x000008, "Wrong alignment on FStaticParameterSetRuntimeData"); \ -static_assert(sizeof(FStaticParameterSetRuntimeData) == 0x000038, "Wrong size on FStaticParameterSetRuntimeData"); \ -static_assert(offsetof(FStaticParameterSetRuntimeData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetRuntimeData::StaticSwitchParameters' has a wrong offset!"); \ -static_assert(offsetof(FStaticParameterSetRuntimeData, MaterialLayers) == 0x000010, "Member 'FStaticParameterSetRuntimeData::MaterialLayers' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FISMComponentInstance \ -static_assert(alignof(FISMComponentInstance) == 0x000004, "Wrong alignment on FISMComponentInstance"); \ -static_assert(sizeof(FISMComponentInstance) == 0x00000C, "Wrong size on FISMComponentInstance"); \ -static_assert(offsetof(FISMComponentInstance, ClientIndex) == 0x000000, "Member 'FISMComponentInstance::ClientIndex' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentInstance, InstanceIndex) == 0x000004, "Member 'FISMComponentInstance::InstanceIndex' has a wrong offset!"); \ -static_assert(offsetof(FISMComponentInstance, InstanceSubIndex) == 0x000008, "Member 'FISMComponentInstance::InstanceSubIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStaticParameterSet \ -static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ -static_assert(sizeof(FStaticParameterSet) == 0x000038, "Wrong size on FStaticParameterSet"); \ - -#define DUMPER7_ASSERTS_FDrawToRenderTargetContext \ -static_assert(alignof(FDrawToRenderTargetContext) == 0x000008, "Wrong alignment on FDrawToRenderTargetContext"); \ -static_assert(sizeof(FDrawToRenderTargetContext) == 0x000008, "Wrong size on FDrawToRenderTargetContext"); \ -static_assert(offsetof(FDrawToRenderTargetContext, RenderTarget) == 0x000000, "Member 'FDrawToRenderTargetContext::RenderTarget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FEquirectProps \ -static_assert(alignof(FEquirectProps) == 0x000008, "Wrong alignment on FEquirectProps"); \ -static_assert(sizeof(FEquirectProps) == 0x000098, "Wrong size on FEquirectProps"); \ -static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ -static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000028, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ -static_assert(offsetof(FEquirectProps, LeftScale) == 0x000050, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ -static_assert(offsetof(FEquirectProps, RightScale) == 0x000060, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ -static_assert(offsetof(FEquirectProps, LeftBias) == 0x000070, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ -static_assert(offsetof(FEquirectProps, RightBias) == 0x000080, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ -static_assert(offsetof(FEquirectProps, Radius) == 0x000090, "Member 'FEquirectProps::Radius' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStreamingRenderAssetPrimitiveInfo \ -static_assert(alignof(FStreamingRenderAssetPrimitiveInfo) == 0x000008, "Wrong alignment on FStreamingRenderAssetPrimitiveInfo"); \ -static_assert(sizeof(FStreamingRenderAssetPrimitiveInfo) == 0x000050, "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) == 0x000040, "Member 'FStreamingRenderAssetPrimitiveInfo::TexelFactor' has a wrong offset!"); \ -static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, PackedRelativeBox) == 0x000044, "Member 'FStreamingRenderAssetPrimitiveInfo::PackedRelativeBox' 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_FTimelineEventEntry \ -static_assert(alignof(FTimelineEventEntry) == 0x000004, "Wrong alignment on FTimelineEventEntry"); \ -static_assert(sizeof(FTimelineEventEntry) == 0x000014, "Wrong size on FTimelineEventEntry"); \ -static_assert(offsetof(FTimelineEventEntry, Time) == 0x000000, "Member 'FTimelineEventEntry::Time' has a wrong offset!"); \ -static_assert(offsetof(FTimelineEventEntry, EventFunc) == 0x000004, "Member 'FTimelineEventEntry::EventFunc' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTimelineVectorTrack \ -static_assert(alignof(FTimelineVectorTrack) == 0x000008, "Wrong alignment on FTimelineVectorTrack"); \ -static_assert(sizeof(FTimelineVectorTrack) == 0x000040, "Wrong size on FTimelineVectorTrack"); \ -static_assert(offsetof(FTimelineVectorTrack, VectorCurve) == 0x000000, "Member 'FTimelineVectorTrack::VectorCurve' has a wrong offset!"); \ -static_assert(offsetof(FTimelineVectorTrack, InterpFunc) == 0x000008, "Member 'FTimelineVectorTrack::InterpFunc' has a wrong offset!"); \ -static_assert(offsetof(FTimelineVectorTrack, TrackName) == 0x000018, "Member 'FTimelineVectorTrack::TrackName' has a wrong offset!"); \ -static_assert(offsetof(FTimelineVectorTrack, VectorPropertyName) == 0x000020, "Member 'FTimelineVectorTrack::VectorPropertyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTimelineFloatTrack \ -static_assert(alignof(FTimelineFloatTrack) == 0x000008, "Wrong alignment on FTimelineFloatTrack"); \ -static_assert(sizeof(FTimelineFloatTrack) == 0x000040, "Wrong size on FTimelineFloatTrack"); \ -static_assert(offsetof(FTimelineFloatTrack, FloatCurve) == 0x000000, "Member 'FTimelineFloatTrack::FloatCurve' has a wrong offset!"); \ -static_assert(offsetof(FTimelineFloatTrack, InterpFunc) == 0x000008, "Member 'FTimelineFloatTrack::InterpFunc' has a wrong offset!"); \ -static_assert(offsetof(FTimelineFloatTrack, TrackName) == 0x000018, "Member 'FTimelineFloatTrack::TrackName' has a wrong offset!"); \ -static_assert(offsetof(FTimelineFloatTrack, FloatPropertyName) == 0x000020, "Member 'FTimelineFloatTrack::FloatPropertyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTimelineLinearColorTrack \ -static_assert(alignof(FTimelineLinearColorTrack) == 0x000008, "Wrong alignment on FTimelineLinearColorTrack"); \ -static_assert(sizeof(FTimelineLinearColorTrack) == 0x000040, "Wrong size on FTimelineLinearColorTrack"); \ -static_assert(offsetof(FTimelineLinearColorTrack, LinearColorCurve) == 0x000000, "Member 'FTimelineLinearColorTrack::LinearColorCurve' has a wrong offset!"); \ -static_assert(offsetof(FTimelineLinearColorTrack, InterpFunc) == 0x000008, "Member 'FTimelineLinearColorTrack::InterpFunc' has a wrong offset!"); \ -static_assert(offsetof(FTimelineLinearColorTrack, TrackName) == 0x000018, "Member 'FTimelineLinearColorTrack::TrackName' has a wrong offset!"); \ -static_assert(offsetof(FTimelineLinearColorTrack, LinearColorPropertyName) == 0x000020, "Member 'FTimelineLinearColorTrack::LinearColorPropertyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTimeline \ -static_assert(alignof(FTimeline) == 0x000008, "Wrong alignment on FTimeline"); \ -static_assert(sizeof(FTimeline) == 0x000098, "Wrong size on FTimeline"); \ -static_assert(offsetof(FTimeline, LengthMode) == 0x000000, "Member 'FTimeline::LengthMode' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, Length) == 0x000004, "Member 'FTimeline::Length' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, PlayRate) == 0x000008, "Member 'FTimeline::PlayRate' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, Position) == 0x00000C, "Member 'FTimeline::Position' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, Events) == 0x000010, "Member 'FTimeline::Events' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, InterpVectors) == 0x000020, "Member 'FTimeline::InterpVectors' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, InterpFloats) == 0x000030, "Member 'FTimeline::InterpFloats' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, InterpLinearColors) == 0x000040, "Member 'FTimeline::InterpLinearColors' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, TimelinePostUpdateFunc) == 0x000050, "Member 'FTimeline::TimelinePostUpdateFunc' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, TimelineFinishedFunc) == 0x000060, "Member 'FTimeline::TimelineFinishedFunc' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, PropertySetObject) == 0x000070, "Member 'FTimeline::PropertySetObject' has a wrong offset!"); \ -static_assert(offsetof(FTimeline, DirectionPropertyName) == 0x000078, "Member 'FTimeline::DirectionPropertyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWorldPartitionActorFilter \ -static_assert(alignof(FWorldPartitionActorFilter) == 0x000001, "Wrong alignment on FWorldPartitionActorFilter"); \ -static_assert(sizeof(FWorldPartitionActorFilter) == 0x000001, "Wrong size on FWorldPartitionActorFilter"); \ - -#define DUMPER7_ASSERTS_FRuntimePartitionHLODSetup \ -static_assert(alignof(FRuntimePartitionHLODSetup) == 0x000008, "Wrong alignment on FRuntimePartitionHLODSetup"); \ -static_assert(sizeof(FRuntimePartitionHLODSetup) == 0x000028, "Wrong size on FRuntimePartitionHLODSetup"); \ -static_assert(offsetof(FRuntimePartitionHLODSetup, Name) == 0x000000, "Member 'FRuntimePartitionHLODSetup::Name' has a wrong offset!"); \ -static_assert(offsetof(FRuntimePartitionHLODSetup, HLODLayers) == 0x000008, "Member 'FRuntimePartitionHLODSetup::HLODLayers' has a wrong offset!"); \ -static_assert(offsetof(FRuntimePartitionHLODSetup, bIsSpatiallyLoaded) == 0x000018, "Member 'FRuntimePartitionHLODSetup::bIsSpatiallyLoaded' has a wrong offset!"); \ -static_assert(offsetof(FRuntimePartitionHLODSetup, PartitionLayer) == 0x000020, "Member 'FRuntimePartitionHLODSetup::PartitionLayer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRuntimePartitionDesc \ -static_assert(alignof(FRuntimePartitionDesc) == 0x000001, "Wrong alignment on FRuntimePartitionDesc"); \ -static_assert(sizeof(FRuntimePartitionDesc) == 0x000001, "Wrong size on FRuntimePartitionDesc"); \ - -#define DUMPER7_ASSERTS_FRuntimePartitionStreamingData \ -static_assert(alignof(FRuntimePartitionStreamingData) == 0x000008, "Wrong alignment on FRuntimePartitionStreamingData"); \ -static_assert(sizeof(FRuntimePartitionStreamingData) == 0x000038, "Wrong size on FRuntimePartitionStreamingData"); \ -static_assert(offsetof(FRuntimePartitionStreamingData, Name) == 0x000000, "Member 'FRuntimePartitionStreamingData::Name' has a wrong offset!"); \ -static_assert(offsetof(FRuntimePartitionStreamingData, LoadingRange) == 0x000008, "Member 'FRuntimePartitionStreamingData::LoadingRange' has a wrong offset!"); \ -static_assert(offsetof(FRuntimePartitionStreamingData, StreamingCells) == 0x000010, "Member 'FRuntimePartitionStreamingData::StreamingCells' has a wrong offset!"); \ -static_assert(offsetof(FRuntimePartitionStreamingData, NonStreamingCells) == 0x000020, "Member 'FRuntimePartitionStreamingData::NonStreamingCells' 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_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_FMeshMergingSettings \ -static_assert(alignof(FMeshMergingSettings) == 0x000008, "Wrong alignment on FMeshMergingSettings"); \ -static_assert(sizeof(FMeshMergingSettings) == 0x000108, "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) == 0x000010, "Member 'FMeshMergingSettings::MaterialSettings' has a wrong offset!"); \ -static_assert(offsetof(FMeshMergingSettings, GutterSize) == 0x0000B0, "Member 'FMeshMergingSettings::GutterSize' has a wrong offset!"); \ -static_assert(offsetof(FMeshMergingSettings, LODSelectionType) == 0x0000B4, "Member 'FMeshMergingSettings::LODSelectionType' has a wrong offset!"); \ -static_assert(offsetof(FMeshMergingSettings, SpecificLOD) == 0x0000B8, "Member 'FMeshMergingSettings::SpecificLOD' has a wrong offset!"); \ -static_assert(offsetof(FMeshMergingSettings, NaniteSettings) == 0x0000C0, "Member 'FMeshMergingSettings::NaniteSettings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FHierarchicalSimplification \ -static_assert(alignof(FHierarchicalSimplification) == 0x000008, "Wrong alignment on FHierarchicalSimplification"); \ -static_assert(sizeof(FHierarchicalSimplification) == 0x000350, "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, SimplificationMethod) == 0x000009, "Member 'FHierarchicalSimplification::SimplificationMethod' has a wrong offset!"); \ -static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x000010, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ -static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x000110, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ -static_assert(offsetof(FHierarchicalSimplification, ApproximateSettings) == 0x000218, "Member 'FHierarchicalSimplification::ApproximateSettings' has a wrong offset!"); \ -static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x000340, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ -static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x000344, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ -static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x000348, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' 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_FNaniteSettings \ -static_assert(alignof(FNaniteSettings) == 0x000001, "Wrong alignment on FNaniteSettings"); \ -static_assert(sizeof(FNaniteSettings) == 0x000001, "Wrong size on FNaniteSettings"); \ -static_assert(offsetof(FNaniteSettings, bAllowMaskedMaterials) == 0x000000, "Member 'FNaniteSettings::bAllowMaskedMaterials' 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_FVirtualTextureBuildSettings \ -static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ -static_assert(sizeof(FVirtualTextureBuildSettings) == 0x000008, "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!"); \ - -#define DUMPER7_ASSERTS_FQuartzQuantizationBoundary \ -static_assert(alignof(FQuartzQuantizationBoundary) == 0x000008, "Wrong alignment on FQuartzQuantizationBoundary"); \ -static_assert(sizeof(FQuartzQuantizationBoundary) == 0x000020, "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!"); \ -static_assert(offsetof(FQuartzQuantizationBoundary, bCancelCommandIfClockIsNotRunning) == 0x00000A, "Member 'FQuartzQuantizationBoundary::bCancelCommandIfClockIsNotRunning' has a wrong offset!"); \ -static_assert(offsetof(FQuartzQuantizationBoundary, bResetClockOnQueued) == 0x00000B, "Member 'FQuartzQuantizationBoundary::bResetClockOnQueued' has a wrong offset!"); \ -static_assert(offsetof(FQuartzQuantizationBoundary, bResumeClockOnQueued) == 0x00000C, "Member 'FQuartzQuantizationBoundary::bResumeClockOnQueued' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FNavLinkAuxiliaryId \ -static_assert(alignof(FNavLinkAuxiliaryId) == 0x000008, "Wrong alignment on FNavLinkAuxiliaryId"); \ -static_assert(sizeof(FNavLinkAuxiliaryId) == 0x000008, "Wrong size on FNavLinkAuxiliaryId"); \ -static_assert(offsetof(FNavLinkAuxiliaryId, ID) == 0x000000, "Member 'FNavLinkAuxiliaryId::ID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FEditorMapPerformanceTestDefinition \ -static_assert(alignof(FEditorMapPerformanceTestDefinition) == 0x000008, "Wrong alignment on FEditorMapPerformanceTestDefinition"); \ -static_assert(sizeof(FEditorMapPerformanceTestDefinition) == 0x000028, "Wrong size on FEditorMapPerformanceTestDefinition"); \ -static_assert(offsetof(FEditorMapPerformanceTestDefinition, PerformanceTestmap) == 0x000000, "Member 'FEditorMapPerformanceTestDefinition::PerformanceTestmap' has a wrong offset!"); \ -static_assert(offsetof(FEditorMapPerformanceTestDefinition, TestTimer) == 0x000020, "Member 'FEditorMapPerformanceTestDefinition::TestTimer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMaterialOverrideNanite \ -static_assert(alignof(FMaterialOverrideNanite) == 0x000008, "Wrong alignment on FMaterialOverrideNanite"); \ -static_assert(sizeof(FMaterialOverrideNanite) == 0x000038, "Wrong size on FMaterialOverrideNanite"); \ -static_assert(offsetof(FMaterialOverrideNanite, bEnableOverride) == 0x000000, "Member 'FMaterialOverrideNanite::bEnableOverride' has a wrong offset!"); \ -static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterial) == 0x000008, "Member 'FMaterialOverrideNanite::OverrideMaterial' has a wrong offset!"); \ -static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterialRef) == 0x000010, "Member 'FMaterialOverrideNanite::OverrideMaterialRef' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBlendSampleData \ -static_assert(alignof(FBlendSampleData) == 0x000008, "Wrong alignment on FBlendSampleData"); \ -static_assert(sizeof(FBlendSampleData) == 0x000060, "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, WeightRate) == 0x000014, "Member 'FBlendSampleData::WeightRate' has a wrong offset!"); \ -static_assert(offsetof(FBlendSampleData, Time) == 0x000018, "Member 'FBlendSampleData::Time' has a wrong offset!"); \ -static_assert(offsetof(FBlendSampleData, PreviousTime) == 0x00001C, "Member 'FBlendSampleData::PreviousTime' has a wrong offset!"); \ -static_assert(offsetof(FBlendSampleData, SamplePlayRate) == 0x000020, "Member 'FBlendSampleData::SamplePlayRate' 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_FStateMachineDebugData \ -static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ -static_assert(sizeof(FStateMachineDebugData) == 0x000150, "Wrong size on FStateMachineDebugData"); \ - -#define DUMPER7_ASSERTS_FRPCAnalyticsThreshold \ -static_assert(alignof(FRPCAnalyticsThreshold) == 0x000008, "Wrong alignment on FRPCAnalyticsThreshold"); \ -static_assert(sizeof(FRPCAnalyticsThreshold) == 0x000018, "Wrong size on FRPCAnalyticsThreshold"); \ -static_assert(offsetof(FRPCAnalyticsThreshold, RPC) == 0x000000, "Member 'FRPCAnalyticsThreshold::RPC' has a wrong offset!"); \ -static_assert(offsetof(FRPCAnalyticsThreshold, CountPerSec) == 0x000008, "Member 'FRPCAnalyticsThreshold::CountPerSec' has a wrong offset!"); \ -static_assert(offsetof(FRPCAnalyticsThreshold, TimePerSec) == 0x000010, "Member 'FRPCAnalyticsThreshold::TimePerSec' 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_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_FConstraintInstanceAccessor \ -static_assert(alignof(FConstraintInstanceAccessor) == 0x000004, "Wrong alignment on FConstraintInstanceAccessor"); \ -static_assert(sizeof(FConstraintInstanceAccessor) == 0x00000C, "Wrong size on FConstraintInstanceAccessor"); \ -static_assert(offsetof(FConstraintInstanceAccessor, Owner) == 0x000000, "Member 'FConstraintInstanceAccessor::Owner' has a wrong offset!"); \ -static_assert(offsetof(FConstraintInstanceAccessor, Index) == 0x000008, "Member 'FConstraintInstanceAccessor::Index' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimUpdateContext \ -static_assert(alignof(FAnimUpdateContext) == 0x000008, "Wrong alignment on FAnimUpdateContext"); \ -static_assert(sizeof(FAnimUpdateContext) == 0x000010, "Wrong size on FAnimUpdateContext"); \ - -#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_FAngularDriveConstraint \ -static_assert(alignof(FAngularDriveConstraint) == 0x000008, "Wrong alignment on FAngularDriveConstraint"); \ -static_assert(sizeof(FAngularDriveConstraint) == 0x000068, "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) == 0x000048, "Member 'FAngularDriveConstraint::AngularVelocityTarget' has a wrong offset!"); \ -static_assert(offsetof(FAngularDriveConstraint, AngularDriveMode) == 0x000060, "Member 'FAngularDriveConstraint::AngularDriveMode' 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"); \ @@ -10487,59 +9571,29 @@ static_assert(offsetof(FBranchingPointMarker, NotifyIndex) == 0x000000, "Member 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_FAnimMontageInstance \ -static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ -static_assert(sizeof(FAnimMontageInstance) == 0x0001D8, "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) == 0x000108, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ -static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x000118, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ -static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000138, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ -static_assert(offsetof(FAnimMontageInstance, Position) == 0x000148, "Member 'FAnimMontageInstance::Position' has a wrong offset!"); \ -static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00014C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ -static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000150, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ -static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x0001B4, "Member 'FAnimMontageInstance::DisableRootMotionCount' 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_FSkeletalMeshSamplingLODBuiltData \ -static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ -static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ +#define DUMPER7_ASSERTS_FCameraCacheEntry \ +static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ +static_assert(sizeof(FCameraCacheEntry) == 0x000810, "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_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_FAnimNodeStructData \ -static_assert(alignof(FAnimNodeStructData) == 0x000008, "Wrong alignment on FAnimNodeStructData"); \ -static_assert(sizeof(FAnimNodeStructData) == 0x000058, "Wrong size on FAnimNodeStructData"); \ -static_assert(offsetof(FAnimNodeStructData, NameToIndexMap) == 0x000000, "Member 'FAnimNodeStructData::NameToIndexMap' has a wrong offset!"); \ -static_assert(offsetof(FAnimNodeStructData, NumProperties) == 0x000050, "Member 'FAnimNodeStructData::NumProperties' 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_FPlayerMuteList \ -static_assert(alignof(FPlayerMuteList) == 0x000008, "Wrong alignment on FPlayerMuteList"); \ -static_assert(sizeof(FPlayerMuteList) == 0x000058, "Wrong size on FPlayerMuteList"); \ -static_assert(offsetof(FPlayerMuteList, bHasVoiceHandshakeCompleted) == 0x000050, "Member 'FPlayerMuteList::bHasVoiceHandshakeCompleted' has a wrong offset!"); \ -static_assert(offsetof(FPlayerMuteList, VoiceChannelIdx) == 0x000054, "Member 'FPlayerMuteList::VoiceChannelIdx' 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_FInertializationRequest \ +static_assert(alignof(FInertializationRequest) == 0x000008, "Wrong alignment on FInertializationRequest"); \ +static_assert(sizeof(FInertializationRequest) == 0x000050, "Wrong size on FInertializationRequest"); \ +static_assert(offsetof(FInertializationRequest, duration) == 0x000000, "Member 'FInertializationRequest::duration' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, BlendProfile) == 0x000008, "Member 'FInertializationRequest::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, bUseBlendMode) == 0x000010, "Member 'FInertializationRequest::bUseBlendMode' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, BlendMode) == 0x000011, "Member 'FInertializationRequest::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, CustomBlendCurve) == 0x000018, "Member 'FInertializationRequest::CustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, Description) == 0x000020, "Member 'FInertializationRequest::Description' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, DescriptionString) == 0x000030, "Member 'FInertializationRequest::DescriptionString' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, NodeID) == 0x000040, "Member 'FInertializationRequest::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, AnimInstance) == 0x000048, "Member 'FInertializationRequest::AnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DeadBlending \ static_assert(alignof(FAnimNode_DeadBlending) == 0x000010, "Wrong alignment on FAnimNode_DeadBlending"); \ @@ -10567,80 +9621,18 @@ static_assert(offsetof(FAnimNode_DeadBlending, RequestQueue) == 0x0002D0, "Membe static_assert(offsetof(FAnimNode_DeadBlending, InertializationCustomBlendCurve) == 0x000548, "Member 'FAnimNode_DeadBlending::InertializationCustomBlendCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DeadBlending, InertializationRequestAnimInstance) == 0x000568, "Member 'FAnimNode_DeadBlending::InertializationRequestAnimInstance' 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_FActivateDevicePropertyParams \ +static_assert(alignof(FActivateDevicePropertyParams) == 0x000004, "Wrong alignment on FActivateDevicePropertyParams"); \ +static_assert(sizeof(FActivateDevicePropertyParams) == 0x00000C, "Wrong size on FActivateDevicePropertyParams"); \ +static_assert(offsetof(FActivateDevicePropertyParams, UserId) == 0x000000, "Member 'FActivateDevicePropertyParams::UserId' has a wrong offset!"); \ +static_assert(offsetof(FActivateDevicePropertyParams, DeviceID) == 0x000004, "Member 'FActivateDevicePropertyParams::DeviceID' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FInertializationPose \ -static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ -static_assert(sizeof(FInertializationPose) == 0x0000C0, "Wrong size on FInertializationPose"); \ - -#define DUMPER7_ASSERTS_FInertializationPoseDiff \ -static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ -static_assert(sizeof(FInertializationPoseDiff) == 0x000038, "Wrong size on FInertializationPoseDiff"); \ - -#define DUMPER7_ASSERTS_FSolverIterations \ -static_assert(alignof(FSolverIterations) == 0x000004, "Wrong alignment on FSolverIterations"); \ -static_assert(sizeof(FSolverIterations) == 0x000018, "Wrong size on FSolverIterations"); \ -static_assert(offsetof(FSolverIterations, SolverIterations) == 0x000000, "Member 'FSolverIterations::SolverIterations' has a wrong offset!"); \ -static_assert(offsetof(FSolverIterations, JointIterations) == 0x000004, "Member 'FSolverIterations::JointIterations' has a wrong offset!"); \ -static_assert(offsetof(FSolverIterations, CollisionIterations) == 0x000008, "Member 'FSolverIterations::CollisionIterations' has a wrong offset!"); \ -static_assert(offsetof(FSolverIterations, SolverPushOutIterations) == 0x00000C, "Member 'FSolverIterations::SolverPushOutIterations' has a wrong offset!"); \ -static_assert(offsetof(FSolverIterations, JointPushOutIterations) == 0x000010, "Member 'FSolverIterations::JointPushOutIterations' has a wrong offset!"); \ -static_assert(offsetof(FSolverIterations, CollisionPushOutIterations) == 0x000014, "Member 'FSolverIterations::CollisionPushOutIterations' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNode_LinkedInputPose \ -static_assert(alignof(FAnimNode_LinkedInputPose) == 0x000008, "Wrong alignment on FAnimNode_LinkedInputPose"); \ -static_assert(sizeof(FAnimNode_LinkedInputPose) == 0x0000B8, "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_FSpatialHashRuntimeGrid \ -static_assert(alignof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong alignment on FSpatialHashRuntimeGrid"); \ -static_assert(sizeof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong size on FSpatialHashRuntimeGrid"); \ - -#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer \ -static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ -static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000048, "Wrong size on FAnimNode_SequencePlayer"); \ -static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000040, "Member 'FAnimNode_SequencePlayer::Sequence' 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_FAnimNode_StateResult \ -static_assert(alignof(FAnimNode_StateResult) == 0x000008, "Wrong alignment on FAnimNode_StateResult"); \ -static_assert(sizeof(FAnimNode_StateResult) == 0x000020, "Wrong size on FAnimNode_StateResult"); \ - -#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_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_FAnimNotifyContext \ -static_assert(alignof(FAnimNotifyContext) == 0x000008, "Wrong alignment on FAnimNotifyContext"); \ -static_assert(sizeof(FAnimNotifyContext) == 0x000018, "Wrong size on FAnimNotifyContext"); \ - -#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_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_FTViewTarget \ +static_assert(alignof(FTViewTarget) == 0x000010, "Wrong alignment on FTViewTarget"); \ +static_assert(sizeof(FTViewTarget) == 0x000820, "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) == 0x000810, "Member 'FTViewTarget::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDeviceColorData \ static_assert(alignof(FDeviceColorData) == 0x000004, "Wrong alignment on FDeviceColorData"); \ @@ -10649,17 +9641,1007 @@ static_assert(offsetof(FDeviceColorData, bEnable) == 0x000000, "Member 'FDeviceC static_assert(offsetof(FDeviceColorData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorData::bResetAfterCompletion' has a wrong offset!"); \ static_assert(offsetof(FDeviceColorData, LightColor) == 0x000004, "Member 'FDeviceColorData::LightColor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_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_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_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_FAnimNodeStructData \ +static_assert(alignof(FAnimNodeStructData) == 0x000008, "Wrong alignment on FAnimNodeStructData"); \ +static_assert(sizeof(FAnimNodeStructData) == 0x000058, "Wrong size on FAnimNodeStructData"); \ +static_assert(offsetof(FAnimNodeStructData, NameToIndexMap) == 0x000000, "Member 'FAnimNodeStructData::NameToIndexMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeStructData, NumProperties) == 0x000050, "Member 'FAnimNodeStructData::NumProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteCategoryInfo \ +static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ +static_assert(sizeof(FSpriteCategoryInfo) == 0x000028, "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) == 0x000018, "Member 'FSpriteCategoryInfo::Description' 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_FPrimitiveComponentInstanceData \ +static_assert(alignof(FPrimitiveComponentInstanceData) == 0x000010, "Wrong alignment on FPrimitiveComponentInstanceData"); \ +static_assert(sizeof(FPrimitiveComponentInstanceData) == 0x000130, "Wrong size on FPrimitiveComponentInstanceData"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, ComponentTransform) == 0x0000C0, "Member 'FPrimitiveComponentInstanceData::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, VisibilityId) == 0x000120, "Member 'FPrimitiveComponentInstanceData::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, LODParent) == 0x000128, "Member 'FPrimitiveComponentInstanceData::LODParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimTrack \ +static_assert(alignof(FAnimTrack) == 0x000008, "Wrong alignment on FAnimTrack"); \ +static_assert(sizeof(FAnimTrack) == 0x000010, "Wrong size on FAnimTrack"); \ +static_assert(offsetof(FAnimTrack, AnimSegments) == 0x000000, "Member 'FAnimTrack::AnimSegments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotAnimationTrack \ +static_assert(alignof(FSlotAnimationTrack) == 0x000008, "Wrong alignment on FSlotAnimationTrack"); \ +static_assert(sizeof(FSlotAnimationTrack) == 0x000018, "Wrong size on FSlotAnimationTrack"); \ +static_assert(offsetof(FSlotAnimationTrack, SlotName) == 0x000000, "Member 'FSlotAnimationTrack::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FSlotAnimationTrack, AnimTrack) == 0x000008, "Member 'FSlotAnimationTrack::AnimTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedStaticActorDestructionInfo \ +static_assert(alignof(FReplicatedStaticActorDestructionInfo) == 0x000008, "Wrong alignment on FReplicatedStaticActorDestructionInfo"); \ +static_assert(sizeof(FReplicatedStaticActorDestructionInfo) == 0x000040, "Wrong size on FReplicatedStaticActorDestructionInfo"); \ +static_assert(offsetof(FReplicatedStaticActorDestructionInfo, ObjClass) == 0x000038, "Member 'FReplicatedStaticActorDestructionInfo::ObjClass' 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_FCharacterNetworkSerializationPackedBitsNetSerializerConfig \ +static_assert(alignof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000018, "Wrong size on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ +static_assert(offsetof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig, MaxAllowedDataBits) == 0x000010, "Member 'FCharacterNetworkSerializationPackedBitsNetSerializerConfig::MaxAllowedDataBits' has a wrong offset!"); \ +static_assert(offsetof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig, MaxAllowedObjectReferences) == 0x000014, "Member 'FCharacterNetworkSerializationPackedBitsNetSerializerConfig::MaxAllowedObjectReferences' 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_FWorldPartitionRuntimeContainerInstance \ +static_assert(alignof(FWorldPartitionRuntimeContainerInstance) == 0x000004, "Wrong alignment on FWorldPartitionRuntimeContainerInstance"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainerInstance) == 0x000018, "Wrong size on FWorldPartitionRuntimeContainerInstance"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ActorGuid) == 0x000000, "Member 'FWorldPartitionRuntimeContainerInstance::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ContainerPackage) == 0x000010, "Member 'FWorldPartitionRuntimeContainerInstance::ContainerPackage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainer \ +static_assert(alignof(FWorldPartitionRuntimeContainer) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainer"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainer) == 0x000050, "Wrong size on FWorldPartitionRuntimeContainer"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainer, ContainerInstances) == 0x000000, "Member 'FWorldPartitionRuntimeContainer::ContainerInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainerResolver \ +static_assert(alignof(FWorldPartitionRuntimeContainerResolver) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainerResolver"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainerResolver) == 0x000058, "Wrong size on FWorldPartitionRuntimeContainerResolver"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, Containers) == 0x000000, "Member 'FWorldPartitionRuntimeContainerResolver::Containers' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, MainContainerPackage) == 0x000050, "Member 'FWorldPartitionRuntimeContainerResolver::MainContainerPackage' 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_FWorldPartitionDestructibleHLODDamagedActorState \ +static_assert(alignof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000004, "Wrong alignment on FWorldPartitionDestructibleHLODDamagedActorState"); \ +static_assert(sizeof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000014, "Wrong size on FWorldPartitionDestructibleHLODDamagedActorState"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorIndex) == 0x00000C, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorIndex' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorHealth) == 0x000010, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionDestructibleHLODState \ +static_assert(alignof(FWorldPartitionDestructibleHLODState) == 0x000008, "Wrong alignment on FWorldPartitionDestructibleHLODState"); \ +static_assert(sizeof(FWorldPartitionDestructibleHLODState) == 0x000148, "Wrong size on FWorldPartitionDestructibleHLODState"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODState, DamagedActors) == 0x000108, "Member 'FWorldPartitionDestructibleHLODState::DamagedActors' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODState, OwnerComponent) == 0x000118, "Member 'FWorldPartitionDestructibleHLODState::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorGradePerRangeSettings \ +static_assert(alignof(FColorGradePerRangeSettings) == 0x000010, "Wrong alignment on FColorGradePerRangeSettings"); \ +static_assert(sizeof(FColorGradePerRangeSettings) == 0x0000A0, "Wrong size on FColorGradePerRangeSettings"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Saturation) == 0x000000, "Member 'FColorGradePerRangeSettings::Saturation' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Contrast) == 0x000020, "Member 'FColorGradePerRangeSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gamma) == 0x000040, "Member 'FColorGradePerRangeSettings::Gamma' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gain) == 0x000060, "Member 'FColorGradePerRangeSettings::Gain' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Offset) == 0x000080, "Member 'FColorGradePerRangeSettings::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedInputPose \ +static_assert(alignof(FAnimNode_LinkedInputPose) == 0x000008, "Wrong alignment on FAnimNode_LinkedInputPose"); \ +static_assert(sizeof(FAnimNode_LinkedInputPose) == 0x0000B8, "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_FColorGradingSettings \ +static_assert(alignof(FColorGradingSettings) == 0x000010, "Wrong alignment on FColorGradingSettings"); \ +static_assert(sizeof(FColorGradingSettings) == 0x000290, "Wrong size on FColorGradingSettings"); \ +static_assert(offsetof(FColorGradingSettings, Global) == 0x000000, "Member 'FColorGradingSettings::Global' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Shadows) == 0x0000A0, "Member 'FColorGradingSettings::Shadows' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Midtones) == 0x000140, "Member 'FColorGradingSettings::Midtones' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Highlights) == 0x0001E0, "Member 'FColorGradingSettings::Highlights' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, ShadowsMax) == 0x000280, "Member 'FColorGradingSettings::ShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, HighlightsMin) == 0x000284, "Member 'FColorGradingSettings::HighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, HighlightsMax) == 0x000288, "Member 'FColorGradingSettings::HighlightsMax' 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_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) == 0x0000C0, "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) == 0x0000B8, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CustomProperty \ +static_assert(alignof(FAnimNode_CustomProperty) == 0x000008, "Wrong alignment on FAnimNode_CustomProperty"); \ +static_assert(sizeof(FAnimNode_CustomProperty) == 0x000058, "Wrong size on FAnimNode_CustomProperty"); \ +static_assert(offsetof(FAnimNode_CustomProperty, SourcePropertyNames) == 0x000010, "Member 'FAnimNode_CustomProperty::SourcePropertyNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CustomProperty, DestPropertyNames) == 0x000020, "Member 'FAnimNode_CustomProperty::DestPropertyNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CustomProperty, TargetInstance) == 0x000030, "Member 'FAnimNode_CustomProperty::TargetInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedAnimGraph \ +static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ +static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x0000B8, "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, PendingBlendOutProfile) == 0x000098, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendOutProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, PendingBlendInProfile) == 0x0000A8, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendInProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensSettings \ +static_assert(alignof(FLensSettings) == 0x000008, "Wrong alignment on FLensSettings"); \ +static_assert(sizeof(FLensSettings) == 0x0000E8, "Wrong size on FLensSettings"); \ +static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, Imperfections) == 0x0000C0, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000E0, "Member 'FLensSettings::ChromaticAberration' 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_FInputScaleBiasClampState \ +static_assert(alignof(FInputScaleBiasClampState) == 0x000004, "Wrong alignment on FInputScaleBiasClampState"); \ +static_assert(sizeof(FInputScaleBiasClampState) == 0x000008, "Wrong size on FInputScaleBiasClampState"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayerBase \ +static_assert(alignof(FAnimNode_SequencePlayerBase) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayerBase"); \ +static_assert(sizeof(FAnimNode_SequencePlayerBase) == 0x000040, "Wrong size on FAnimNode_SequencePlayerBase"); \ +static_assert(offsetof(FAnimNode_SequencePlayerBase, PlayRateScaleBiasClampState) == 0x000038, "Member 'FAnimNode_SequencePlayerBase::PlayRateScaleBiasClampState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSourceModel \ +static_assert(alignof(FSkeletalMeshSourceModel) == 0x000008, "Wrong alignment on FSkeletalMeshSourceModel"); \ +static_assert(sizeof(FSkeletalMeshSourceModel) == 0x000040, "Wrong size on FSkeletalMeshSourceModel"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, TriangleCount) == 0x000000, "Member 'FSkeletalMeshSourceModel::TriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, VertexCount) == 0x000004, "Member 'FSkeletalMeshSourceModel::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, Bounds) == 0x000008, "Member 'FSkeletalMeshSourceModel::Bounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPoseDiff \ +static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ +static_assert(sizeof(FInertializationPoseDiff) == 0x000038, "Wrong size on FInertializationPoseDiff"); \ + +#define DUMPER7_ASSERTS_FDeviceTriggerFeedbackData \ +static_assert(alignof(FDeviceTriggerFeedbackData) == 0x000008, "Wrong alignment on FDeviceTriggerFeedbackData"); \ +static_assert(sizeof(FDeviceTriggerFeedbackData) == 0x000010, "Wrong size on FDeviceTriggerFeedbackData"); \ +static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackPositionCurve) == 0x000000, "Member 'FDeviceTriggerFeedbackData::FeedbackPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackStrenghCurve) == 0x000008, "Member 'FDeviceTriggerFeedbackData::FeedbackStrenghCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshComponentLODInfo \ +static_assert(alignof(FSkelMeshComponentLODInfo) == 0x000008, "Wrong alignment on FSkelMeshComponentLODInfo"); \ +static_assert(sizeof(FSkelMeshComponentLODInfo) == 0x000028, "Wrong size on FSkelMeshComponentLODInfo"); \ +static_assert(offsetof(FSkelMeshComponentLODInfo, HiddenMaterials) == 0x000000, "Member 'FSkelMeshComponentLODInfo::HiddenMaterials' 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) == 0x000100, "Wrong size on FRootMotionSource_ConstantForce"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, Force) == 0x0000D8, "Member 'FRootMotionSource_ConstantForce::Force' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, StrengthOverTime) == 0x0000F0, "Member 'FRootMotionSource_ConstantForce::StrengthOverTime' 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_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_FInputScaleBiasClampConstants \ +static_assert(alignof(FInputScaleBiasClampConstants) == 0x000004, "Wrong alignment on FInputScaleBiasClampConstants"); \ +static_assert(sizeof(FInputScaleBiasClampConstants) == 0x00002C, "Wrong size on FInputScaleBiasClampConstants"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, bMapRange) == 0x000000, "Member 'FInputScaleBiasClampConstants::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, bClampResult) == 0x000001, "Member 'FInputScaleBiasClampConstants::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, bInterpResult) == 0x000002, "Member 'FInputScaleBiasClampConstants::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, InRange) == 0x000004, "Member 'FInputScaleBiasClampConstants::InRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, OutRange) == 0x00000C, "Member 'FInputScaleBiasClampConstants::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, Scale) == 0x000014, "Member 'FInputScaleBiasClampConstants::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, Bias) == 0x000018, "Member 'FInputScaleBiasClampConstants::Bias' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, ClampMin) == 0x00001C, "Member 'FInputScaleBiasClampConstants::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, ClampMax) == 0x000020, "Member 'FInputScaleBiasClampConstants::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, InterpSpeedIncreasing) == 0x000024, "Member 'FInputScaleBiasClampConstants::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, InterpSpeedDecreasing) == 0x000028, "Member 'FInputScaleBiasClampConstants::InterpSpeedDecreasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshDeformerInstanceSet \ +static_assert(alignof(FMeshDeformerInstanceSet) == 0x000008, "Wrong alignment on FMeshDeformerInstanceSet"); \ +static_assert(sizeof(FMeshDeformerInstanceSet) == 0x000020, "Wrong size on FMeshDeformerInstanceSet"); \ +static_assert(offsetof(FMeshDeformerInstanceSet, DeformerInstances) == 0x000000, "Member 'FMeshDeformerInstanceSet::DeformerInstances' 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_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_FAnimNotifyContext \ +static_assert(alignof(FAnimNotifyContext) == 0x000008, "Wrong alignment on FAnimNotifyContext"); \ +static_assert(sizeof(FAnimNotifyContext) == 0x000018, "Wrong size on FAnimNotifyContext"); \ + +#define DUMPER7_ASSERTS_FSoftWorldReference \ +static_assert(alignof(FSoftWorldReference) == 0x000008, "Wrong alignment on FSoftWorldReference"); \ +static_assert(sizeof(FSoftWorldReference) == 0x000028, "Wrong size on FSoftWorldReference"); \ +static_assert(offsetof(FSoftWorldReference, WorldAsset) == 0x000000, "Member 'FSoftWorldReference::WorldAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationPluginSettings \ +static_assert(alignof(FSoundAttenuationPluginSettings) == 0x000008, "Wrong alignment on FSoundAttenuationPluginSettings"); \ +static_assert(sizeof(FSoundAttenuationPluginSettings) == 0x000040, "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!"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, SourceDataOverridePluginSettingsArray) == 0x000030, "Member 'FSoundAttenuationPluginSettings::SourceDataOverridePluginSettingsArray' 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) == 0x000020, "Wrong size on FAnimNode_StateResult"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer \ +static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ +static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000048, "Wrong size on FAnimNode_SequencePlayer"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000040, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationSettings \ +static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ +static_assert(sizeof(FSoundAttenuationSettings) == 0x0003D0, "Wrong size on FSoundAttenuationSettings"); \ +static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000C2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AudioLinkSettingsOverride) == 0x0000C8, "Member 'FSoundAttenuationSettings::AudioLinkSettingsOverride' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000D0, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D8, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000160, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0001E8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0001E9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0001EA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0001EB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusStart) == 0x0001EC, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusStart' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusEnd) == 0x0001F0, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusEnd' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusMode) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0001F8, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0001FC, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x000200, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x000204, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x000208, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x00020C, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x000210, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x000214, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x000218, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x00021C, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x000220, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000224, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000228, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x00022C, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x000230, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000234, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000238, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x00023C, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x000240, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000244, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000248, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x00024C, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x000250, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000254, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000258, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x00025C, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x000260, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x000264, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x000268, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x00026C, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000270, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002F8, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x000308, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000390, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectChainEntry \ +static_assert(alignof(FSourceEffectChainEntry) == 0x000008, "Wrong alignment on FSourceEffectChainEntry"); \ +static_assert(sizeof(FSourceEffectChainEntry) == 0x000010, "Wrong size on FSourceEffectChainEntry"); \ +static_assert(offsetof(FSourceEffectChainEntry, Preset) == 0x000000, "Member 'FSourceEffectChainEntry::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEventReference \ +static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ +static_assert(sizeof(FAnimNotifyEventReference) == 0x000030, "Wrong size on FAnimNotifyEventReference"); \ +static_assert(offsetof(FAnimNotifyEventReference, MirrorTable) == 0x000018, "Member 'FAnimNotifyEventReference::MirrorTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventReference, NotifySource) == 0x000020, "Member 'FAnimNotifyEventReference::NotifySource' 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_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_FSoundTimecodeOffset \ +static_assert(alignof(FSoundTimecodeOffset) == 0x000008, "Wrong alignment on FSoundTimecodeOffset"); \ +static_assert(sizeof(FSoundTimecodeOffset) == 0x000008, "Wrong size on FSoundTimecodeOffset"); \ +static_assert(offsetof(FSoundTimecodeOffset, NumOfSecondsSinceMidnight) == 0x000000, "Member 'FSoundTimecodeOffset::NumOfSecondsSinceMidnight' 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_FStreamedAudioPlatformData \ +static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ +static_assert(sizeof(FStreamedAudioPlatformData) == 0x000018, "Wrong size on FStreamedAudioPlatformData"); \ + +#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_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_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_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_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_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_FSoundWaveTimecodeInfo \ +static_assert(alignof(FSoundWaveTimecodeInfo) == 0x000008, "Wrong alignment on FSoundWaveTimecodeInfo"); \ +static_assert(sizeof(FSoundWaveTimecodeInfo) == 0x000070, "Wrong size on FSoundWaveTimecodeInfo"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesSinceMidnight) == 0x000000, "Member 'FSoundWaveTimecodeInfo::NumSamplesSinceMidnight' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesPerSecond) == 0x000008, "Member 'FSoundWaveTimecodeInfo::NumSamplesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, Description) == 0x000010, "Member 'FSoundWaveTimecodeInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorTime) == 0x000020, "Member 'FSoundWaveTimecodeInfo::OriginatorTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDate) == 0x000030, "Member 'FSoundWaveTimecodeInfo::OriginatorDate' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDescription) == 0x000040, "Member 'FSoundWaveTimecodeInfo::OriginatorDescription' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorReference) == 0x000050, "Member 'FSoundWaveTimecodeInfo::OriginatorReference' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, TimecodeRate) == 0x000060, "Member 'FSoundWaveTimecodeInfo::TimecodeRate' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, bTimecodeIsDropFrame) == 0x000068, "Member 'FSoundWaveTimecodeInfo::bTimecodeIsDropFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubsurfaceProfileStruct \ +static_assert(alignof(FSubsurfaceProfileStruct) == 0x000004, "Wrong alignment on FSubsurfaceProfileStruct"); \ +static_assert(sizeof(FSubsurfaceProfileStruct) == 0x00009C, "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, bEnableMeanFreePath) == 0x000029, "Member 'FSubsurfaceProfileStruct::bEnableMeanFreePath' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Tint) == 0x00002C, "Member 'FSubsurfaceProfileStruct::Tint' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatterRadius) == 0x00003C, "Member 'FSubsurfaceProfileStruct::ScatterRadius' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SubsurfaceColor) == 0x000040, "Member 'FSubsurfaceProfileStruct::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, FalloffColor) == 0x000050, "Member 'FSubsurfaceProfileStruct::FalloffColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, BoundaryColorBleed) == 0x000060, "Member 'FSubsurfaceProfileStruct::BoundaryColorBleed' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ExtinctionScale) == 0x000070, "Member 'FSubsurfaceProfileStruct::ExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, NormalScale) == 0x000074, "Member 'FSubsurfaceProfileStruct::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatteringDistribution) == 0x000078, "Member 'FSubsurfaceProfileStruct::ScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, IOR) == 0x00007C, "Member 'FSubsurfaceProfileStruct::IOR' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness0) == 0x000080, "Member 'FSubsurfaceProfileStruct::Roughness0' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness1) == 0x000084, "Member 'FSubsurfaceProfileStruct::Roughness1' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, LobeMix) == 0x000088, "Member 'FSubsurfaceProfileStruct::LobeMix' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, TransmissionTintColor) == 0x00008C, "Member 'FSubsurfaceProfileStruct::TransmissionTintColor' 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_FStaticMaterialLayersParameter \ +static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ +static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000128, "Wrong size on FStaticMaterialLayersParameter"); \ +static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassProperties \ +static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ +static_assert(sizeof(FSoundClassProperties) == 0x000198, "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) == 0x000188, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000189, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000190, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquirectProps \ +static_assert(alignof(FEquirectProps) == 0x000008, "Wrong alignment on FEquirectProps"); \ +static_assert(sizeof(FEquirectProps) == 0x000098, "Wrong size on FEquirectProps"); \ +static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000028, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftScale) == 0x000050, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightScale) == 0x000060, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftBias) == 0x000070, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightBias) == 0x000080, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, Radius) == 0x000090, "Member 'FEquirectProps::Radius' 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_FFloatSpringState \ +static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ +static_assert(sizeof(FFloatSpringState) == 0x00000C, "Wrong size on FFloatSpringState"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricConfig \ +static_assert(alignof(FNetworkMetricConfig) == 0x000008, "Wrong alignment on FNetworkMetricConfig"); \ +static_assert(sizeof(FNetworkMetricConfig) == 0x000038, "Wrong size on FNetworkMetricConfig"); \ +static_assert(offsetof(FNetworkMetricConfig, MetricName) == 0x000000, "Member 'FNetworkMetricConfig::MetricName' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricConfig, Class) == 0x000008, "Member 'FNetworkMetricConfig::Class' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricConfig, EnableMode) == 0x000030, "Member 'FNetworkMetricConfig::EnableMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionActorFilter \ +static_assert(alignof(FWorldPartitionActorFilter) == 0x000001, "Wrong alignment on FWorldPartitionActorFilter"); \ +static_assert(sizeof(FWorldPartitionActorFilter) == 0x000001, "Wrong size on FWorldPartitionActorFilter"); \ + +#define DUMPER7_ASSERTS_FTexturePlatformData \ +static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ +static_assert(sizeof(FTexturePlatformData) == 0x000038, "Wrong size on FTexturePlatformData"); \ + +#define DUMPER7_ASSERTS_FRuntimePartitionHLODSetup \ +static_assert(alignof(FRuntimePartitionHLODSetup) == 0x000008, "Wrong alignment on FRuntimePartitionHLODSetup"); \ +static_assert(sizeof(FRuntimePartitionHLODSetup) == 0x000028, "Wrong size on FRuntimePartitionHLODSetup"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, Name) == 0x000000, "Member 'FRuntimePartitionHLODSetup::Name' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, HLODLayers) == 0x000008, "Member 'FRuntimePartitionHLODSetup::HLODLayers' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, bIsSpatiallyLoaded) == 0x000018, "Member 'FRuntimePartitionHLODSetup::bIsSpatiallyLoaded' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, PartitionLayer) == 0x000020, "Member 'FRuntimePartitionHLODSetup::PartitionLayer' 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_FISMClientInstance \ +static_assert(alignof(FISMClientInstance) == 0x000008, "Wrong alignment on FISMClientInstance"); \ +static_assert(sizeof(FISMClientInstance) == 0x000010, "Wrong size on FISMClientInstance"); \ +static_assert(offsetof(FISMClientInstance, ComponentIndices) == 0x000000, "Member 'FISMClientInstance::ComponentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FISMClientData \ +static_assert(alignof(FISMClientData) == 0x000008, "Wrong alignment on FISMClientData"); \ +static_assert(sizeof(FISMClientData) == 0x000010, "Wrong size on FISMClientData"); \ +static_assert(offsetof(FISMClientData, Instances) == 0x000000, "Member 'FISMClientData::Instances' 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_FChannelDefinition \ +static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ +static_assert(sizeof(FChannelDefinition) == 0x000020, "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!"); \ + +#define DUMPER7_ASSERTS_FNavAvoidanceData \ +static_assert(alignof(FNavAvoidanceData) == 0x000008, "Wrong alignment on FNavAvoidanceData"); \ +static_assert(sizeof(FNavAvoidanceData) == 0x000058, "Wrong size on FNavAvoidanceData"); \ + +#define DUMPER7_ASSERTS_FNavLinkId \ +static_assert(alignof(FNavLinkId) == 0x000008, "Wrong alignment on FNavLinkId"); \ +static_assert(sizeof(FNavLinkId) == 0x000008, "Wrong size on FNavLinkId"); \ +static_assert(offsetof(FNavLinkId, ID) == 0x000000, "Member 'FNavLinkId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAlphaBlendArgs \ +static_assert(alignof(FAlphaBlendArgs) == 0x000008, "Wrong alignment on FAlphaBlendArgs"); \ +static_assert(sizeof(FAlphaBlendArgs) == 0x000010, "Wrong size on FAlphaBlendArgs"); \ +static_assert(offsetof(FAlphaBlendArgs, CustomCurve) == 0x000000, "Member 'FAlphaBlendArgs::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FAlphaBlendArgs, BlendTime) == 0x000008, "Member 'FAlphaBlendArgs::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAlphaBlendArgs, BlendOption) == 0x00000C, "Member 'FAlphaBlendArgs::BlendOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionParameterBase \ +static_assert(alignof(FCollectionParameterBase) == 0x000004, "Wrong alignment on FCollectionParameterBase"); \ +static_assert(sizeof(FCollectionParameterBase) == 0x000018, "Wrong size on FCollectionParameterBase"); \ +static_assert(offsetof(FCollectionParameterBase, ParameterName) == 0x000000, "Member 'FCollectionParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionParameterBase, ID) == 0x000008, "Member 'FCollectionParameterBase::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendFilter \ +static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ +static_assert(sizeof(FBlendFilter) == 0x000010, "Wrong size on FBlendFilter"); \ + +#define DUMPER7_ASSERTS_FAnimTickRecord \ +static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ +static_assert(sizeof(FAnimTickRecord) == 0x000070, "Wrong size on FAnimTickRecord"); \ +static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsData \ +static_assert(alignof(FNetworkPhysicsData) == 0x000008, "Wrong alignment on FNetworkPhysicsData"); \ +static_assert(sizeof(FNetworkPhysicsData) == 0x000018, "Wrong size on FNetworkPhysicsData"); \ +static_assert(offsetof(FNetworkPhysicsData, ServerFrame) == 0x000008, "Member 'FNetworkPhysicsData::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsData, LocalFrame) == 0x00000C, "Member 'FNetworkPhysicsData::LocalFrame' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsData, InputFrame) == 0x000010, "Member 'FNetworkPhysicsData::InputFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsDatas \ +static_assert(alignof(FNetworkPhysicsDatas) == 0x000008, "Wrong alignment on FNetworkPhysicsDatas"); \ +static_assert(sizeof(FNetworkPhysicsDatas) == 0x000018, "Wrong size on FNetworkPhysicsDatas"); \ + +#define DUMPER7_ASSERTS_FEncounteredStateMachineStack \ +static_assert(alignof(FEncounteredStateMachineStack) == 0x000008, "Wrong alignment on FEncounteredStateMachineStack"); \ +static_assert(sizeof(FEncounteredStateMachineStack) == 0x000030, "Wrong size on FEncounteredStateMachineStack"); \ + +#define DUMPER7_ASSERTS_FClusteredComponentData \ +static_assert(alignof(FClusteredComponentData) == 0x000008, "Wrong alignment on FClusteredComponentData"); \ +static_assert(sizeof(FClusteredComponentData) == 0x000028, "Wrong size on FClusteredComponentData"); \ +static_assert(offsetof(FClusteredComponentData, ReplicatedProxyComponent) == 0x000010, "Member 'FClusteredComponentData::ReplicatedProxyComponent' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, Owner) == 0x000018, "Member 'FClusteredComponentData::Owner' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, bWasReplicating) == 0x000020, "Member 'FClusteredComponentData::bWasReplicating' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, bPendingDeletion) == 0x000021, "Member 'FClusteredComponentData::bPendingDeletion' 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_FAnimationFrameSnapshot \ +static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ +static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ + +#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_FAnimBlueprintMutableData \ +static_assert(alignof(FAnimBlueprintMutableData) == 0x000001, "Wrong alignment on FAnimBlueprintMutableData"); \ +static_assert(sizeof(FAnimBlueprintMutableData) == 0x000001, "Wrong size on FAnimBlueprintMutableData"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintFunction \ +static_assert(alignof(FAnimBlueprintFunction) == 0x000008, "Wrong alignment on FAnimBlueprintFunction"); \ +static_assert(sizeof(FAnimBlueprintFunction) == 0x000078, "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) == 0x000070, "Member 'FAnimBlueprintFunction::bImplemented' 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_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_FAnimInitializationContext \ +static_assert(alignof(FAnimInitializationContext) == 0x000008, "Wrong alignment on FAnimInitializationContext"); \ +static_assert(sizeof(FAnimInitializationContext) == 0x000010, "Wrong size on FAnimInitializationContext"); \ + +#define DUMPER7_ASSERTS_FCompositeSection \ +static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ +static_assert(sizeof(FCompositeSection) == 0x000050, "Wrong size on FCompositeSection"); \ +static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, NextSectionName) == 0x000038, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, MetaData) == 0x000040, "Member 'FCompositeSection::MetaData' 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, TriggerTimeOffset) == 0x000038, "Member 'FBranchingPoint::TriggerTimeOffset' 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_FLinearDriveConstraint \ +static_assert(alignof(FLinearDriveConstraint) == 0x000008, "Wrong alignment on FLinearDriveConstraint"); \ +static_assert(sizeof(FLinearDriveConstraint) == 0x000060, "Wrong size on FLinearDriveConstraint"); \ +static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x000018, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000030, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000040, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000050, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintProfileProperties \ +static_assert(alignof(FConstraintProfileProperties) == 0x000008, "Wrong alignment on FConstraintProfileProperties"); \ +static_assert(sizeof(FConstraintProfileProperties) == 0x000158, "Wrong size on FConstraintProfileProperties"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ShockPropagationAlpha) == 0x000010, "Member 'FConstraintProfileProperties::ShockPropagationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000018, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x000020, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ContactTransferScale) == 0x000024, "Member 'FConstraintProfileProperties::ContactTransferScale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000028, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x000044, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x000064, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000088, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000E8, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityType) == 0x000150, "Member 'FConstraintProfileProperties::LinearPlasticityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMontageBlendSettings \ +static_assert(alignof(FMontageBlendSettings) == 0x000008, "Wrong alignment on FMontageBlendSettings"); \ +static_assert(sizeof(FMontageBlendSettings) == 0x000020, "Wrong size on FMontageBlendSettings"); \ +static_assert(offsetof(FMontageBlendSettings, BlendProfile) == 0x000000, "Member 'FMontageBlendSettings::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FMontageBlendSettings, Blend) == 0x000008, "Member 'FMontageBlendSettings::Blend' has a wrong offset!"); \ +static_assert(offsetof(FMontageBlendSettings, BlendMode) == 0x000018, "Member 'FMontageBlendSettings::BlendMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeData \ +static_assert(alignof(FAnimNodeData) == 0x000008, "Wrong alignment on FAnimNodeData"); \ +static_assert(sizeof(FAnimNodeData) == 0x000028, "Wrong size on FAnimNodeData"); \ +static_assert(offsetof(FAnimNodeData, AnimClassInterface) == 0x000000, "Member 'FAnimNodeData::AnimClassInterface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, Entries) == 0x000010, "Member 'FAnimNodeData::Entries' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, NodeIndex) == 0x000020, "Member 'FAnimNodeData::NodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, Flags) == 0x000024, "Member 'FAnimNodeData::Flags' 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_FAnimNodeFunctionRef \ +static_assert(alignof(FAnimNodeFunctionRef) == 0x000008, "Wrong alignment on FAnimNodeFunctionRef"); \ +static_assert(sizeof(FAnimNodeFunctionRef) == 0x000020, "Wrong size on FAnimNodeFunctionRef"); \ +static_assert(offsetof(FAnimNodeFunctionRef, ClassName) == 0x000000, "Member 'FAnimNodeFunctionRef::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeFunctionRef, FunctionName) == 0x000008, "Member 'FAnimNodeFunctionRef::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeFunctionRef, Class) == 0x000010, "Member 'FAnimNodeFunctionRef::Class' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeFunctionRef, Function) == 0x000018, "Member 'FAnimNodeFunctionRef::Function' 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_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_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_FAnimNode_ApplyMeshSpaceAdditive \ +static_assert(alignof(FAnimNode_ApplyMeshSpaceAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyMeshSpaceAdditive"); \ +static_assert(sizeof(FAnimNode_ApplyMeshSpaceAdditive) == 0x0000D0, "Wrong size on FAnimNode_ApplyMeshSpaceAdditive"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, base) == 0x000010, "Member 'FAnimNode_ApplyMeshSpaceAdditive::base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaInputType) == 0x000030, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, ALpha) == 0x000034, "Member 'FAnimNode_ApplyMeshSpaceAdditive::ALpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBias) == 0x000090, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBiasClamp) == 0x000098, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, LODThreshold) == 0x0000C8, "Member 'FAnimNode_ApplyMeshSpaceAdditive::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPose \ +static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ +static_assert(sizeof(FInertializationPose) == 0x0000C0, "Wrong size on FInertializationPose"); \ + +#define DUMPER7_ASSERTS_FInertializationBoneDiff \ +static_assert(alignof(FInertializationBoneDiff) == 0x000008, "Wrong alignment on FInertializationBoneDiff"); \ +static_assert(sizeof(FInertializationBoneDiff) == 0x000060, "Wrong size on FInertializationBoneDiff"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Inertialization \ +static_assert(alignof(FAnimNode_Inertialization) == 0x000010, "Wrong alignment on FAnimNode_Inertialization"); \ +static_assert(sizeof(FAnimNode_Inertialization) == 0x000440, "Wrong size on FAnimNode_Inertialization"); \ +static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000018, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, DefaultBlendProfile) == 0x000028, "Member 'FAnimNode_Inertialization::DefaultBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, FilteredCurves) == 0x000030, "Member 'FAnimNode_Inertialization::FilteredCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, FilteredBones) == 0x000040, "Member 'FAnimNode_Inertialization::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, bResetOnBecomingRelevant) == 0x000050, "Member 'FAnimNode_Inertialization::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, bForwardRequestsThroughSkippedCachedPoseNodes) == 0x000051, "Member 'FAnimNode_Inertialization::bForwardRequestsThroughSkippedCachedPoseNodes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, RequestQueue) == 0x000228, "Member 'FAnimNode_Inertialization::RequestQueue' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, InertializationRequestAnimInstance) == 0x000438, "Member 'FAnimNode_Inertialization::InertializationRequestAnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalAnimationData \ +static_assert(alignof(FPhysicalAnimationData) == 0x000004, "Wrong alignment on FPhysicalAnimationData"); \ +static_assert(sizeof(FPhysicalAnimationData) == 0x000024, "Wrong size on FPhysicalAnimationData"); \ +static_assert(offsetof(FPhysicalAnimationData, BodyName) == 0x000000, "Member 'FPhysicalAnimationData::BodyName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, OrientationStrength) == 0x00000C, "Member 'FPhysicalAnimationData::OrientationStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, AngularVelocityStrength) == 0x000010, "Member 'FPhysicalAnimationData::AngularVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, PositionStrength) == 0x000014, "Member 'FPhysicalAnimationData::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, VelocityStrength) == 0x000018, "Member 'FPhysicalAnimationData::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxLinearForce) == 0x00001C, "Member 'FPhysicalAnimationData::MaxLinearForce' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxAngularForce) == 0x000020, "Member 'FPhysicalAnimationData::MaxAngularForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalAnimationProfile \ +static_assert(alignof(FPhysicalAnimationProfile) == 0x000004, "Wrong alignment on FPhysicalAnimationProfile"); \ +static_assert(sizeof(FPhysicalAnimationProfile) == 0x00002C, "Wrong size on FPhysicalAnimationProfile"); \ +static_assert(offsetof(FPhysicalAnimationProfile, ProfileName) == 0x000000, "Member 'FPhysicalAnimationProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationProfile, PhysicalAnimationData) == 0x000008, "Member 'FPhysicalAnimationProfile::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedAnimLayer \ +static_assert(alignof(FAnimNode_LinkedAnimLayer) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimLayer"); \ +static_assert(sizeof(FAnimNode_LinkedAnimLayer) == 0x0000C8, "Wrong size on FAnimNode_LinkedAnimLayer"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Interface) == 0x0000B8, "Member 'FAnimNode_LinkedAnimLayer::Interface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Layer) == 0x0000C0, "Member 'FAnimNode_LinkedAnimLayer::Layer' 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) == 0x000080, "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_FClusterUnionInitializationData \ +static_assert(alignof(FClusterUnionInitializationData) == 0x000008, "Wrong alignment on FClusterUnionInitializationData"); \ +static_assert(sizeof(FClusterUnionInitializationData) == 0x000018, "Wrong size on FClusterUnionInitializationData"); \ +static_assert(offsetof(FClusterUnionInitializationData, ClusterUnionComponent) == 0x000000, "Member 'FClusterUnionInitializationData::ClusterUnionComponent' has a wrong offset!"); \ +static_assert(offsetof(FClusterUnionInitializationData, ProcessedComponents) == 0x000008, "Member 'FClusterUnionInitializationData::ProcessedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer_Standalone \ +static_assert(alignof(FAnimNode_SequencePlayer_Standalone) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer_Standalone"); \ +static_assert(sizeof(FAnimNode_SequencePlayer_Standalone) == 0x000098, "Wrong size on FAnimNode_SequencePlayer_Standalone"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, GroupName) == 0x000040, "Member 'FAnimNode_SequencePlayer_Standalone::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, GroupRole) == 0x000048, "Member 'FAnimNode_SequencePlayer_Standalone::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, Method) == 0x000049, "Member 'FAnimNode_SequencePlayer_Standalone::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bIgnoreForRelevancyTest) == 0x00004A, "Member 'FAnimNode_SequencePlayer_Standalone::bIgnoreForRelevancyTest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, Sequence) == 0x000050, "Member 'FAnimNode_SequencePlayer_Standalone::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRateBasis) == 0x000058, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRateBasis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRate) == 0x00005C, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRateScaleBiasClampConstants) == 0x000060, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRateScaleBiasClampConstants' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, StartPosition) == 0x00008C, "Member 'FAnimNode_SequencePlayer_Standalone::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bLoopAnimation) == 0x000090, "Member 'FAnimNode_SequencePlayer_Standalone::bLoopAnimation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bStartFromMatchingPose) == 0x000091, "Member 'FAnimNode_SequencePlayer_Standalone::bStartFromMatchingPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshMergeUVTransformMapping \ +static_assert(alignof(FSkelMeshMergeUVTransformMapping) == 0x000008, "Wrong alignment on FSkelMeshMergeUVTransformMapping"); \ +static_assert(sizeof(FSkelMeshMergeUVTransformMapping) == 0x000010, "Wrong size on FSkelMeshMergeUVTransformMapping"); \ +static_assert(offsetof(FSkelMeshMergeUVTransformMapping, UVTransformsPerMesh) == 0x000000, "Member 'FSkelMeshMergeUVTransformMapping::UVTransformsPerMesh' has a wrong offset!"); \ + +#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) == 0x0000A8, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x000088, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x000090, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x000091, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' 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_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_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_FImportFactorySettingValues \ +static_assert(alignof(FImportFactorySettingValues) == 0x000008, "Wrong alignment on FImportFactorySettingValues"); \ +static_assert(sizeof(FImportFactorySettingValues) == 0x000020, "Wrong size on FImportFactorySettingValues"); \ +static_assert(offsetof(FImportFactorySettingValues, SettingName) == 0x000000, "Member 'FImportFactorySettingValues::SettingName' has a wrong offset!"); \ +static_assert(offsetof(FImportFactorySettingValues, Value) == 0x000010, "Member 'FImportFactorySettingValues::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorImportWorkflowDefinition \ +static_assert(alignof(FEditorImportWorkflowDefinition) == 0x000008, "Wrong alignment on FEditorImportWorkflowDefinition"); \ +static_assert(sizeof(FEditorImportWorkflowDefinition) == 0x000020, "Wrong size on FEditorImportWorkflowDefinition"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportWorkflowDefinition::ImportFilePath' has a wrong offset!"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, FactorySettings) == 0x000010, "Member 'FEditorImportWorkflowDefinition::FactorySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionImportWorkflowSettings \ +static_assert(alignof(FBuildPromotionImportWorkflowSettings) == 0x000008, "Wrong alignment on FBuildPromotionImportWorkflowSettings"); \ +static_assert(sizeof(FBuildPromotionImportWorkflowSettings) == 0x000150, "Wrong size on FBuildPromotionImportWorkflowSettings"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Diffuse) == 0x000000, "Member 'FBuildPromotionImportWorkflowSettings::Diffuse' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Normal) == 0x000020, "Member 'FBuildPromotionImportWorkflowSettings::Normal' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, StaticMesh) == 0x000040, "Member 'FBuildPromotionImportWorkflowSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, ReimportStaticMesh) == 0x000060, "Member 'FBuildPromotionImportWorkflowSettings::ReimportStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, BlendShapeMesh) == 0x000080, "Member 'FBuildPromotionImportWorkflowSettings::BlendShapeMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, MorphMesh) == 0x0000A0, "Member 'FBuildPromotionImportWorkflowSettings::MorphMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SkeletalMesh) == 0x0000C0, "Member 'FBuildPromotionImportWorkflowSettings::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Animation) == 0x0000E0, "Member 'FBuildPromotionImportWorkflowSettings::Animation' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Sound) == 0x000100, "Member 'FBuildPromotionImportWorkflowSettings::Sound' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SurroundSound) == 0x000120, "Member 'FBuildPromotionImportWorkflowSettings::SurroundSound' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, OtherAssetsToImport) == 0x000140, "Member 'FBuildPromotionImportWorkflowSettings::OtherAssetsToImport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSoundConcurrencySettings \ +static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ +static_assert(sizeof(FSoundConcurrencySettings) == 0x000020, "Wrong size on FSoundConcurrencySettings"); \ +static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000005, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x000008, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x00000C, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x00001C, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompressedTrack \ static_assert(alignof(FCompressedTrack) == 0x000008, "Wrong alignment on FCompressedTrack"); \ @@ -10704,19 +10686,9 @@ static_assert(offsetof(FAnimationState, StartNotify) == 0x00001C, "Member 'FAnim 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_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_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_FHitResultNetSerializerConfig \ +static_assert(alignof(FHitResultNetSerializerConfig) == 0x000008, "Wrong alignment on FHitResultNetSerializerConfig"); \ +static_assert(sizeof(FHitResultNetSerializerConfig) == 0x000010, "Wrong size on FHitResultNetSerializerConfig"); \ #define DUMPER7_ASSERTS_FAnimationTransitionBetweenStates \ static_assert(alignof(FAnimationTransitionBetweenStates) == 0x000008, "Wrong alignment on FAnimationTransitionBetweenStates"); \ @@ -10767,19 +10739,12 @@ static_assert(offsetof(FBakedAnimationStateMachine, InitialState) == 0x000008, " 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_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_FSpecularProfileStruct \ -static_assert(alignof(FSpecularProfileStruct) == 0x000008, "Wrong alignment on FSpecularProfileStruct"); \ -static_assert(sizeof(FSpecularProfileStruct) == 0x000420, "Wrong size on FSpecularProfileStruct"); \ -static_assert(offsetof(FSpecularProfileStruct, Format) == 0x000000, "Member 'FSpecularProfileStruct::Format' has a wrong offset!"); \ -static_assert(offsetof(FSpecularProfileStruct, ViewColor) == 0x000008, "Member 'FSpecularProfileStruct::ViewColor' has a wrong offset!"); \ -static_assert(offsetof(FSpecularProfileStruct, LightColor) == 0x000210, "Member 'FSpecularProfileStruct::LightColor' has a wrong offset!"); \ -static_assert(offsetof(FSpecularProfileStruct, Texture) == 0x000418, "Member 'FSpecularProfileStruct::Texture' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSelectedFragmentProperties \ +static_assert(alignof(FSelectedFragmentProperties) == 0x000008, "Wrong alignment on FSelectedFragmentProperties"); \ +static_assert(sizeof(FSelectedFragmentProperties) == 0x000020, "Wrong size on FSelectedFragmentProperties"); \ +static_assert(offsetof(FSelectedFragmentProperties, Tag) == 0x000000, "Member 'FSelectedFragmentProperties::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSelectedFragmentProperties, Fragment) == 0x000008, "Member 'FSelectedFragmentProperties::Fragment' has a wrong offset!"); \ +static_assert(offsetof(FSelectedFragmentProperties, bEnabled) == 0x000018, "Member 'FSelectedFragmentProperties::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimSubsystem_Base \ static_assert(alignof(FAnimSubsystem_Base) == 0x000008, "Wrong alignment on FAnimSubsystem_Base"); \ @@ -10831,39 +10796,51 @@ static_assert(alignof(FAnimSubsystem_PropertyAccess) == 0x000008, "Wrong alignme static_assert(sizeof(FAnimSubsystem_PropertyAccess) == 0x000080, "Wrong size on FAnimSubsystem_PropertyAccess"); \ static_assert(offsetof(FAnimSubsystem_PropertyAccess, Library) == 0x000008, "Member 'FAnimSubsystem_PropertyAccess::Library' 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) == 0x000130, "Wrong size on FRootMotionSource_JumpForce"); \ -static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x0000D8, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000F0, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000F4, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000F8, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x000100, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x000108, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRootMotionSourceGroupNetSerializerConfig \ +static_assert(alignof(FRootMotionSourceGroupNetSerializerConfig) == 0x000008, "Wrong alignment on FRootMotionSourceGroupNetSerializerConfig"); \ +static_assert(sizeof(FRootMotionSourceGroupNetSerializerConfig) == 0x000028, "Wrong size on FRootMotionSourceGroupNetSerializerConfig"); \ -#define DUMPER7_ASSERTS_FStreamableTexture \ -static_assert(alignof(FStreamableTexture) == 0x000001, "Wrong alignment on FStreamableTexture"); \ -static_assert(sizeof(FStreamableTexture) == 0x000001, "Wrong size on FStreamableTexture"); \ +#define DUMPER7_ASSERTS_FLinkedAnimLayerInstanceData \ +static_assert(alignof(FLinkedAnimLayerInstanceData) == 0x000008, "Wrong alignment on FLinkedAnimLayerInstanceData"); \ +static_assert(sizeof(FLinkedAnimLayerInstanceData) == 0x000060, "Wrong size on FLinkedAnimLayerInstanceData"); \ +static_assert(offsetof(FLinkedAnimLayerInstanceData, Instance) == 0x000000, "Member 'FLinkedAnimLayerInstanceData::Instance' has a wrong offset!"); \ +static_assert(offsetof(FLinkedAnimLayerInstanceData, LinkedFunctions) == 0x000008, "Member 'FLinkedAnimLayerInstanceData::LinkedFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinkedAnimLayerClassData \ +static_assert(alignof(FLinkedAnimLayerClassData) == 0x000008, "Wrong alignment on FLinkedAnimLayerClassData"); \ +static_assert(sizeof(FLinkedAnimLayerClassData) == 0x000020, "Wrong size on FLinkedAnimLayerClassData"); \ +static_assert(offsetof(FLinkedAnimLayerClassData, InstancesData) == 0x000008, "Member 'FLinkedAnimLayerClassData::InstancesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_SharedLinkedAnimLayers \ +static_assert(alignof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000008, "Wrong alignment on FAnimSubsystem_SharedLinkedAnimLayers"); \ +static_assert(sizeof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000028, "Wrong size on FAnimSubsystem_SharedLinkedAnimLayers"); \ +static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, ClassesData) == 0x000008, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::ClassesData' has a wrong offset!"); \ +static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, PersistentClasses) == 0x000018, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::PersistentClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimSubsystem_Tag \ static_assert(alignof(FAnimSubsystem_Tag) == 0x000008, "Wrong alignment on FAnimSubsystem_Tag"); \ static_assert(sizeof(FAnimSubsystem_Tag) == 0x000060, "Wrong size on FAnimSubsystem_Tag"); \ static_assert(offsetof(FAnimSubsystem_Tag, NodeIndices) == 0x000008, "Member 'FAnimSubsystem_Tag::NodeIndices' 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_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_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_FBlendProfileBoneEntry \ static_assert(alignof(FBlendProfileBoneEntry) == 0x000004, "Wrong alignment on FBlendProfileBoneEntry"); \ static_assert(sizeof(FBlendProfileBoneEntry) == 0x000014, "Wrong size on FBlendProfileBoneEntry"); \ @@ -10881,12 +10858,37 @@ static_assert(alignof(FCachedAnimStateArray) == 0x000008, "Wrong alignment on FC 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_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_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_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_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_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_FCurveEdEntry \ static_assert(alignof(FCurveEdEntry) == 0x000008, "Wrong alignment on FCurveEdEntry"); \ static_assert(sizeof(FCurveEdEntry) == 0x000038, "Wrong size on FCurveEdEntry"); \ @@ -10900,15 +10902,15 @@ static_assert(offsetof(FCurveEdEntry, bClamp) == 0x00002C, "Member 'FCurveEdEntr 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_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_FTextureSource \ -static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ -static_assert(sizeof(FTextureSource) == 0x000070, "Wrong size on FTextureSource"); \ +#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_FExposedValueCopyRecord \ static_assert(alignof(FExposedValueCopyRecord) == 0x000004, "Wrong alignment on FExposedValueCopyRecord"); \ @@ -10957,13 +10959,6 @@ static_assert(offsetof(FMirrorTableRow, Name) == 0x000008, "Member 'FMirrorTable static_assert(offsetof(FMirrorTableRow, MirroredName) == 0x000010, "Member 'FMirrorTableRow::MirroredName' has a wrong offset!"); \ static_assert(offsetof(FMirrorTableRow, MirrorEntryType) == 0x000018, "Member 'FMirrorTableRow::MirrorEntryType' 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_FMirrorFindReplaceExpression \ static_assert(alignof(FMirrorFindReplaceExpression) == 0x000004, "Wrong alignment on FMirrorFindReplaceExpression"); \ static_assert(sizeof(FMirrorFindReplaceExpression) == 0x000014, "Wrong size on FMirrorFindReplaceExpression"); \ @@ -10971,6 +10966,11 @@ static_assert(offsetof(FMirrorFindReplaceExpression, FindExpression) == 0x000000 static_assert(offsetof(FMirrorFindReplaceExpression, ReplaceExpression) == 0x000008, "Member 'FMirrorFindReplaceExpression::ReplaceExpression' has a wrong offset!"); \ static_assert(offsetof(FMirrorFindReplaceExpression, FindReplaceMethod) == 0x000010, "Member 'FMirrorFindReplaceExpression::FindReplaceMethod' 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_FTrajectorySample \ static_assert(alignof(FTrajectorySample) == 0x000010, "Wrong alignment on FTrajectorySample"); \ static_assert(sizeof(FTrajectorySample) == 0x000090, "Wrong size on FTrajectorySample"); \ @@ -10983,34 +10983,32 @@ static_assert(alignof(FTrajectorySampleRange) == 0x000008, "Wrong alignment on F static_assert(sizeof(FTrajectorySampleRange) == 0x000010, "Wrong size on FTrajectorySampleRange"); \ static_assert(offsetof(FTrajectorySampleRange, Samples) == 0x000000, "Member 'FTrajectorySampleRange::Samples' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDeviceTriggerTriggerResistanceData \ -static_assert(alignof(FDeviceTriggerTriggerResistanceData) == 0x000004, "Wrong alignment on FDeviceTriggerTriggerResistanceData"); \ -static_assert(sizeof(FDeviceTriggerTriggerResistanceData) == 0x000010, "Wrong size on FDeviceTriggerTriggerResistanceData"); \ -static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartPosition) == 0x000000, "Member 'FDeviceTriggerTriggerResistanceData::StartPosition' has a wrong offset!"); \ -static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartStrengh) == 0x000004, "Member 'FDeviceTriggerTriggerResistanceData::StartStrengh' has a wrong offset!"); \ -static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndPosition) == 0x000008, "Member 'FDeviceTriggerTriggerResistanceData::EndPosition' has a wrong offset!"); \ -static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndStrengh) == 0x00000C, "Member 'FDeviceTriggerTriggerResistanceData::EndStrengh' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FNodeItem \ static_assert(alignof(FNodeItem) == 0x000010, "Wrong alignment on FNodeItem"); \ static_assert(sizeof(FNodeItem) == 0x000070, "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_FDeviceTriggerTriggerVibrationData \ +static_assert(alignof(FDeviceTriggerTriggerVibrationData) == 0x000008, "Wrong alignment on FDeviceTriggerTriggerVibrationData"); \ +static_assert(sizeof(FDeviceTriggerTriggerVibrationData) == 0x000018, "Wrong size on FDeviceTriggerTriggerVibrationData"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, TriggerPositionCurve) == 0x000000, "Member 'FDeviceTriggerTriggerVibrationData::TriggerPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationFrequencyCurve) == 0x000008, "Member 'FDeviceTriggerTriggerVibrationData::VibrationFrequencyCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationAmplitudeCurve) == 0x000010, "Member 'FDeviceTriggerTriggerVibrationData::VibrationAmplitudeCurve' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FPoseData \ static_assert(alignof(FPoseData) == 0x000008, "Wrong alignment on FPoseData"); \ static_assert(sizeof(FPoseData) == 0x000020, "Wrong size on FPoseData"); \ static_assert(offsetof(FPoseData, LocalSpacePose) == 0x000000, "Member 'FPoseData::LocalSpacePose' has a wrong offset!"); \ static_assert(offsetof(FPoseData, CurveData) == 0x000010, "Member 'FPoseData::CurveData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPoseAssetInfluences \ -static_assert(alignof(FPoseAssetInfluences) == 0x000008, "Wrong alignment on FPoseAssetInfluences"); \ -static_assert(sizeof(FPoseAssetInfluences) == 0x000010, "Wrong size on FPoseAssetInfluences"); \ -static_assert(offsetof(FPoseAssetInfluences, Influences) == 0x000000, "Member 'FPoseAssetInfluences::Influences' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStreamableTextureInstance \ -static_assert(alignof(FStreamableTextureInstance) == 0x000008, "Wrong alignment on FStreamableTextureInstance"); \ -static_assert(sizeof(FStreamableTextureInstance) == 0x000048, "Wrong size on FStreamableTextureInstance"); \ +#define DUMPER7_ASSERTS_FSoundModulationDefaultRoutingSettings \ +static_assert(alignof(FSoundModulationDefaultRoutingSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultRoutingSettings"); \ +static_assert(sizeof(FSoundModulationDefaultRoutingSettings) == 0x000168, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000160, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000161, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000162, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000163, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDataContainer \ static_assert(alignof(FPoseDataContainer) == 0x000008, "Wrong alignment on FPoseDataContainer"); \ @@ -11022,6 +11020,17 @@ static_assert(offsetof(FPoseDataContainer, TrackPoseInfluenceIndices) == 0x00004 static_assert(offsetof(FPoseDataContainer, Poses) == 0x000050, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Curves) == 0x000060, "Member 'FPoseDataContainer::Curves' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FStreamableTextureInstance \ +static_assert(alignof(FStreamableTextureInstance) == 0x000008, "Wrong alignment on FStreamableTextureInstance"); \ +static_assert(sizeof(FStreamableTextureInstance) == 0x000048, "Wrong size on FStreamableTextureInstance"); \ + +#define DUMPER7_ASSERTS_FDynamicTextureInstance \ +static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ +static_assert(sizeof(FDynamicTextureInstance) == 0x000058, "Wrong size on FDynamicTextureInstance"); \ +static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000048, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000050, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000054, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FPreviewAttachedObjectPair \ static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000030, "Wrong size on FPreviewAttachedObjectPair"); \ @@ -11050,10 +11059,6 @@ static_assert(alignof(FBoneNode) == 0x000001, "Wrong alignment on FBoneNode"); \ static_assert(sizeof(FBoneNode) == 0x000001, "Wrong size on FBoneNode"); \ static_assert(offsetof(FBoneNode, TranslationRetargetingMode) == 0x000000, "Member 'FBoneNode::TranslationRetargetingMode' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FFloatSpringState \ -static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ -static_assert(sizeof(FFloatSpringState) == 0x00000C, "Wrong size on FFloatSpringState"); \ - #define DUMPER7_ASSERTS_FReferencePose \ static_assert(alignof(FReferencePose) == 0x000008, "Wrong alignment on FReferencePose"); \ static_assert(sizeof(FReferencePose) == 0x000018, "Wrong size on FReferencePose"); \ @@ -11065,6 +11070,16 @@ static_assert(alignof(FBoneReductionSetting) == 0x000008, "Wrong alignment on FB 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_FTTPropertyTrack \ +static_assert(alignof(FTTPropertyTrack) == 0x000008, "Wrong alignment on FTTPropertyTrack"); \ +static_assert(sizeof(FTTPropertyTrack) == 0x000020, "Wrong size on FTTPropertyTrack"); \ +static_assert(offsetof(FTTPropertyTrack, PropertyName) == 0x000018, "Member 'FTTPropertyTrack::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTFloatTrack \ +static_assert(alignof(FTTFloatTrack) == 0x000008, "Wrong alignment on FTTFloatTrack"); \ +static_assert(sizeof(FTTFloatTrack) == 0x000028, "Wrong size on FTTFloatTrack"); \ +static_assert(offsetof(FTTFloatTrack, CurveFloat) == 0x000020, "Member 'FTTFloatTrack::CurveFloat' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FNameMapping \ static_assert(alignof(FNameMapping) == 0x000004, "Wrong alignment on FNameMapping"); \ static_assert(sizeof(FNameMapping) == 0x000010, "Wrong size on FNameMapping"); \ @@ -11077,13 +11092,6 @@ 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_FNetworkMetricConfig \ -static_assert(alignof(FNetworkMetricConfig) == 0x000008, "Wrong alignment on FNetworkMetricConfig"); \ -static_assert(sizeof(FNetworkMetricConfig) == 0x000038, "Wrong size on FNetworkMetricConfig"); \ -static_assert(offsetof(FNetworkMetricConfig, MetricName) == 0x000000, "Member 'FNetworkMetricConfig::MetricName' has a wrong offset!"); \ -static_assert(offsetof(FNetworkMetricConfig, Class) == 0x000008, "Member 'FNetworkMetricConfig::Class' has a wrong offset!"); \ -static_assert(offsetof(FNetworkMetricConfig, EnableMode) == 0x000030, "Member 'FNetworkMetricConfig::EnableMode' 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"); \ @@ -11091,6 +11099,18 @@ static_assert(offsetof(FVirtualBone, SourceBoneName) == 0x000000, "Member 'FVirt 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_FCurveAtlasColorAdjustments \ +static_assert(alignof(FCurveAtlasColorAdjustments) == 0x000004, "Wrong alignment on FCurveAtlasColorAdjustments"); \ +static_assert(sizeof(FCurveAtlasColorAdjustments) == 0x000024, "Wrong size on FCurveAtlasColorAdjustments"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustBrightness) == 0x000004, "Member 'FCurveAtlasColorAdjustments::AdjustBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustBrightnessCurve) == 0x000008, "Member 'FCurveAtlasColorAdjustments::AdjustBrightnessCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustVibrance) == 0x00000C, "Member 'FCurveAtlasColorAdjustments::AdjustVibrance' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustSaturation) == 0x000010, "Member 'FCurveAtlasColorAdjustments::AdjustSaturation' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustRGBCurve) == 0x000014, "Member 'FCurveAtlasColorAdjustments::AdjustRGBCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustHue) == 0x000018, "Member 'FCurveAtlasColorAdjustments::AdjustHue' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustMinAlpha) == 0x00001C, "Member 'FCurveAtlasColorAdjustments::AdjustMinAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustMaxAlpha) == 0x000020, "Member 'FCurveAtlasColorAdjustments::AdjustMaxAlpha' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSkinWeightProfileInfo \ static_assert(alignof(FSkinWeightProfileInfo) == 0x000004, "Wrong alignment on FSkinWeightProfileInfo"); \ static_assert(sizeof(FSkinWeightProfileInfo) == 0x000010, "Wrong size on FSkinWeightProfileInfo"); \ @@ -11106,22 +11126,28 @@ static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000030, "Wrong static_assert(alignof(FSmartNameMapping) == 0x000008, "Wrong alignment on FSmartNameMapping"); \ static_assert(sizeof(FSmartNameMapping) == 0x000070, "Wrong size on FSmartNameMapping"); \ -#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_FSmartNameContainer \ static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ +#define DUMPER7_ASSERTS_FDoubleVectorParameterValue \ +static_assert(alignof(FDoubleVectorParameterValue) == 0x000010, "Wrong alignment on FDoubleVectorParameterValue"); \ +static_assert(sizeof(FDoubleVectorParameterValue) == 0x000040, "Wrong size on FDoubleVectorParameterValue"); \ +static_assert(offsetof(FDoubleVectorParameterValue, ParameterInfo) == 0x000000, "Member 'FDoubleVectorParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FDoubleVectorParameterValue, ParameterValue) == 0x000010, "Member 'FDoubleVectorParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FDoubleVectorParameterValue, ExpressionGUID) == 0x000030, "Member 'FDoubleVectorParameterValue::ExpressionGUID' 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_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"); \ @@ -11141,10 +11167,11 @@ 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_FAssetCompileData \ -static_assert(alignof(FAssetCompileData) == 0x000004, "Wrong alignment on FAssetCompileData"); \ -static_assert(sizeof(FAssetCompileData) == 0x000008, "Wrong size on FAssetCompileData"); \ -static_assert(offsetof(FAssetCompileData, Asset) == 0x000000, "Member 'FAssetCompileData::Asset' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAnimParentNodeAssetOverride \ +static_assert(alignof(FAnimParentNodeAssetOverride) == 0x000008, "Wrong alignment on FAnimParentNodeAssetOverride"); \ +static_assert(sizeof(FAnimParentNodeAssetOverride) == 0x000018, "Wrong size on FAnimParentNodeAssetOverride"); \ +static_assert(offsetof(FAnimParentNodeAssetOverride, NewAsset) == 0x000000, "Member 'FAnimParentNodeAssetOverride::NewAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimParentNodeAssetOverride, ParentNodeGuid) == 0x000008, "Member 'FAnimParentNodeAssetOverride::ParentNodeGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimaryAssetTypeInfo \ static_assert(alignof(FPrimaryAssetTypeInfo) == 0x000008, "Wrong alignment on FPrimaryAssetTypeInfo"); \ @@ -11161,6 +11188,27 @@ static_assert(offsetof(FPrimaryAssetTypeInfo, AssetScanPaths) == 0x000070, "Memb 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_FMaterialCachedParameterEditorInfo \ +static_assert(alignof(FMaterialCachedParameterEditorInfo) == 0x000008, "Wrong alignment on FMaterialCachedParameterEditorInfo"); \ +static_assert(sizeof(FMaterialCachedParameterEditorInfo) == 0x000030, "Wrong size on FMaterialCachedParameterEditorInfo"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, Description) == 0x000000, "Member 'FMaterialCachedParameterEditorInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, Group) == 0x000010, "Member 'FMaterialCachedParameterEditorInfo::Group' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, SortPriority) == 0x000018, "Member 'FMaterialCachedParameterEditorInfo::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, AssetIndex) == 0x00001C, "Member 'FMaterialCachedParameterEditorInfo::AssetIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, ExpressionGUID) == 0x000020, "Member 'FMaterialCachedParameterEditorInfo::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetManagerSearchRules \ +static_assert(alignof(FAssetManagerSearchRules) == 0x000008, "Wrong alignment on FAssetManagerSearchRules"); \ +static_assert(sizeof(FAssetManagerSearchRules) == 0x000050, "Wrong size on FAssetManagerSearchRules"); \ +static_assert(offsetof(FAssetManagerSearchRules, AssetScanPaths) == 0x000000, "Member 'FAssetManagerSearchRules::AssetScanPaths' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, IncludePatterns) == 0x000010, "Member 'FAssetManagerSearchRules::IncludePatterns' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, ExcludePatterns) == 0x000020, "Member 'FAssetManagerSearchRules::ExcludePatterns' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, AssetBaseClass) == 0x000030, "Member 'FAssetManagerSearchRules::AssetBaseClass' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bHasBlueprintClasses) == 0x000038, "Member 'FAssetManagerSearchRules::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bForceSynchronousScan) == 0x000039, "Member 'FAssetManagerSearchRules::bForceSynchronousScan' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bSkipVirtualPathExpansion) == 0x00003A, "Member 'FAssetManagerSearchRules::bSkipVirtualPathExpansion' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bSkipManagerIncludeCheck) == 0x00003B, "Member 'FAssetManagerSearchRules::bSkipManagerIncludeCheck' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FAudioEffectParameters \ static_assert(alignof(FAudioEffectParameters) == 0x000008, "Wrong alignment on FAudioEffectParameters"); \ static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioEffectParameters"); \ @@ -11169,50 +11217,15 @@ static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioE static_assert(alignof(FAudioReverbEffect) == 0x000008, "Wrong alignment on FAudioReverbEffect"); \ static_assert(sizeof(FAudioReverbEffect) == 0x000048, "Wrong size on FAudioReverbEffect"); \ -#define DUMPER7_ASSERTS_FISMClientInstance \ -static_assert(alignof(FISMClientInstance) == 0x000008, "Wrong alignment on FISMClientInstance"); \ -static_assert(sizeof(FISMClientInstance) == 0x000010, "Wrong size on FISMClientInstance"); \ -static_assert(offsetof(FISMClientInstance, ComponentIndices) == 0x000000, "Member 'FISMClientInstance::ComponentIndices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FISMClientData \ -static_assert(alignof(FISMClientData) == 0x000008, "Wrong alignment on FISMClientData"); \ -static_assert(sizeof(FISMClientData) == 0x000010, "Wrong size on FISMClientData"); \ -static_assert(offsetof(FISMClientData, Instances) == 0x000000, "Member 'FISMClientData::Instances' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FAudioQualitySettings \ static_assert(alignof(FAudioQualitySettings) == 0x000008, "Wrong alignment on FAudioQualitySettings"); \ static_assert(sizeof(FAudioQualitySettings) == 0x000018, "Wrong size on FAudioQualitySettings"); \ static_assert(offsetof(FAudioQualitySettings, DisplayName) == 0x000000, "Member 'FAudioQualitySettings::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FAudioQualitySettings, MaxChannels) == 0x000010, "Member 'FAudioQualitySettings::MaxChannels' 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) == 0x000008, "Member 'FTextureLODGroup::LODBias' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, LODBias_Smaller) == 0x00000C, "Member 'FTextureLODGroup::LODBias_Smaller' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, LODBias_Smallest) == 0x000010, "Member 'FTextureLODGroup::LODBias_Smallest' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, NumStreamedMips) == 0x000018, "Member 'FTextureLODGroup::NumStreamedMips' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MipGenSettings) == 0x00001C, "Member 'FTextureLODGroup::MipGenSettings' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MinLODSize) == 0x000020, "Member 'FTextureLODGroup::MinLODSize' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MaxLODSize) == 0x000024, "Member 'FTextureLODGroup::MaxLODSize' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smaller) == 0x000028, "Member 'FTextureLODGroup::MaxLODSize_Smaller' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smallest) == 0x00002C, "Member 'FTextureLODGroup::MaxLODSize_Smallest' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MaxLODSize_VT) == 0x000030, "Member 'FTextureLODGroup::MaxLODSize_VT' 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) == 0x00003C, "Member 'FTextureLODGroup::MinMagFilter' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MipFilter) == 0x000044, "Member 'FTextureLODGroup::MipFilter' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MipLoadOptions) == 0x00004C, "Member 'FTextureLODGroup::MipLoadOptions' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, HighPriorityLoad) == 0x00004D, "Member 'FTextureLODGroup::HighPriorityLoad' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, DuplicateNonOptionalMips) == 0x00004E, "Member 'FTextureLODGroup::DuplicateNonOptionalMips' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, Downscale) == 0x000050, "Member 'FTextureLODGroup::Downscale' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, DownscaleOptions) == 0x000054, "Member 'FTextureLODGroup::DownscaleOptions' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, VirtualTextureTileCountBias) == 0x000058, "Member 'FTextureLODGroup::VirtualTextureTileCountBias' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, VirtualTextureTileSizeBias) == 0x00005C, "Member 'FTextureLODGroup::VirtualTextureTileSizeBias' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, LossyCompressionAmount) == 0x000060, "Member 'FTextureLODGroup::LossyCompressionAmount' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, CookPlatformTilingDisabled) == 0x000061, "Member 'FTextureLODGroup::CookPlatformTilingDisabled' has a wrong offset!"); \ -static_assert(offsetof(FTextureLODGroup, MaxAniso) == 0x000064, "Member 'FTextureLODGroup::MaxAniso' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FISMComponentData \ +static_assert(alignof(FISMComponentData) == 0x000001, "Wrong alignment on FISMComponentData"); \ +static_assert(sizeof(FISMComponentData) == 0x000001, "Wrong size on FISMComponentData"); \ #define DUMPER7_ASSERTS_FSoundDebugEntry \ static_assert(alignof(FSoundDebugEntry) == 0x000008, "Wrong alignment on FSoundDebugEntry"); \ @@ -11237,13 +11250,11 @@ static_assert(offsetof(FAudioVolumeSubmixSendSettings, ListenerLocationState) == 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_FChannelDefinition \ -static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ -static_assert(sizeof(FChannelDefinition) == 0x000020, "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!"); \ +#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_FAudioVolumeSubmixOverrideSettings \ static_assert(alignof(FAudioVolumeSubmixOverrideSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixOverrideSettings"); \ @@ -11277,25 +11288,44 @@ static_assert(sizeof(FDebuggingInfoForSingleFunction) == 0x000190, "Wrong size o static_assert(alignof(FPointerToUberGraphFrame) == 0x000008, "Wrong alignment on FPointerToUberGraphFrame"); \ static_assert(sizeof(FPointerToUberGraphFrame) == 0x000008, "Wrong size on FPointerToUberGraphFrame"); \ +#define DUMPER7_ASSERTS_FSpatialHashRuntimeGrid \ +static_assert(alignof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong alignment on FSpatialHashRuntimeGrid"); \ +static_assert(sizeof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong size on FSpatialHashRuntimeGrid"); \ + #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_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_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_FWorldPartitionStreamingQuerySource \ -static_assert(alignof(FWorldPartitionStreamingQuerySource) == 0x000008, "Wrong alignment on FWorldPartitionStreamingQuerySource"); \ -static_assert(sizeof(FWorldPartitionStreamingQuerySource) == 0x000108, "Wrong size on FWorldPartitionStreamingQuerySource"); \ -static_assert(offsetof(FWorldPartitionStreamingQuerySource, Location) == 0x000000, "Member 'FWorldPartitionStreamingQuerySource::Location' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionStreamingQuerySource, Radius) == 0x000018, "Member 'FWorldPartitionStreamingQuerySource::Radius' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionStreamingQuerySource, bUseGridLoadingRange) == 0x00001C, "Member 'FWorldPartitionStreamingQuerySource::bUseGridLoadingRange' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionStreamingQuerySource, DataLayers) == 0x000020, "Member 'FWorldPartitionStreamingQuerySource::DataLayers' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionStreamingQuerySource, bDataLayersOnly) == 0x000030, "Member 'FWorldPartitionStreamingQuerySource::bDataLayersOnly' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionStreamingQuerySource, bSpatialQuery) == 0x000031, "Member 'FWorldPartitionStreamingQuerySource::bSpatialQuery' 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_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_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_FBPComponentClassOverride \ static_assert(alignof(FBPComponentClassOverride) == 0x000008, "Wrong alignment on FBPComponentClassOverride"); \ @@ -11307,13 +11337,6 @@ static_assert(offsetof(FBPComponentClassOverride, ComponentClass) == 0x000008, " static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ -#define DUMPER7_ASSERTS_FTypedElementDeletionOptions \ -static_assert(alignof(FTypedElementDeletionOptions) == 0x000001, "Wrong alignment on FTypedElementDeletionOptions"); \ -static_assert(sizeof(FTypedElementDeletionOptions) == 0x000003, "Wrong size on FTypedElementDeletionOptions"); \ -static_assert(offsetof(FTypedElementDeletionOptions, bVerifyDeletionCanHappen) == 0x000000, "Member 'FTypedElementDeletionOptions::bVerifyDeletionCanHappen' has a wrong offset!"); \ -static_assert(offsetof(FTypedElementDeletionOptions, bWarnAboutReferences) == 0x000001, "Member 'FTypedElementDeletionOptions::bWarnAboutReferences' has a wrong offset!"); \ -static_assert(offsetof(FTypedElementDeletionOptions, bWarnAboutSoftReferences) == 0x000002, "Member 'FTypedElementDeletionOptions::bWarnAboutSoftReferences' 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"); \ @@ -11339,20 +11362,10 @@ static_assert(offsetof(FActiveCameraShakeInfo, ShakeInstance) == 0x000000, "Memb 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_FClusteredComponentData \ -static_assert(alignof(FClusteredComponentData) == 0x000008, "Wrong alignment on FClusteredComponentData"); \ -static_assert(sizeof(FClusteredComponentData) == 0x000028, "Wrong size on FClusteredComponentData"); \ -static_assert(offsetof(FClusteredComponentData, ReplicatedProxyComponent) == 0x000010, "Member 'FClusteredComponentData::ReplicatedProxyComponent' has a wrong offset!"); \ -static_assert(offsetof(FClusteredComponentData, Owner) == 0x000018, "Member 'FClusteredComponentData::Owner' has a wrong offset!"); \ -static_assert(offsetof(FClusteredComponentData, bWasReplicating) == 0x000020, "Member 'FClusteredComponentData::bWasReplicating' has a wrong offset!"); \ -static_assert(offsetof(FClusteredComponentData, bPendingDeletion) == 0x000021, "Member 'FClusteredComponentData::bPendingDeletion' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCameraShakePatternStartParams \ -static_assert(alignof(FCameraShakePatternStartParams) == 0x000004, "Wrong alignment on FCameraShakePatternStartParams"); \ -static_assert(sizeof(FCameraShakePatternStartParams) == 0x000008, "Wrong size on FCameraShakePatternStartParams"); \ -static_assert(offsetof(FCameraShakePatternStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakePatternStartParams::bIsRestarting' has a wrong offset!"); \ -static_assert(offsetof(FCameraShakePatternStartParams, bOverrideDuration) == 0x000001, "Member 'FCameraShakePatternStartParams::bOverrideDuration' has a wrong offset!"); \ -static_assert(offsetof(FCameraShakePatternStartParams, DurationOverride) == 0x000004, "Member 'FCameraShakePatternStartParams::DurationOverride' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FClusteredActorData \ +static_assert(alignof(FClusteredActorData) == 0x000008, "Wrong alignment on FClusteredActorData"); \ +static_assert(sizeof(FClusteredActorData) == 0x000058, "Wrong size on FClusteredActorData"); \ +static_assert(offsetof(FClusteredActorData, bWasReplicatingMovement) == 0x000050, "Member 'FClusteredActorData::bWasReplicatingMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraShakePatternUpdateParams \ static_assert(alignof(FCameraShakePatternUpdateParams) == 0x000010, "Wrong alignment on FCameraShakePatternUpdateParams"); \ @@ -11379,6 +11392,12 @@ static_assert(alignof(FCameraShakePatternStopParams) == 0x000001, "Wrong alignme static_assert(sizeof(FCameraShakePatternStopParams) == 0x000001, "Wrong size on FCameraShakePatternStopParams"); \ static_assert(offsetof(FCameraShakePatternStopParams, bImmediately) == 0x000000, "Member 'FCameraShakePatternStopParams::bImmediately' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDPMatchingRulestruct \ +static_assert(alignof(FDPMatchingRulestruct) == 0x000008, "Wrong alignment on FDPMatchingRulestruct"); \ +static_assert(sizeof(FDPMatchingRulestruct) == 0x000068, "Wrong size on FDPMatchingRulestruct"); \ +static_assert(offsetof(FDPMatchingRulestruct, OnTrue) == 0x000048, "Member 'FDPMatchingRulestruct::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestruct, OnFalse) == 0x000058, "Member 'FDPMatchingRulestruct::OnFalse' 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"); \ @@ -11396,17 +11415,6 @@ static_assert(offsetof(FCameraShakeInfo, BlendOut) == 0x00000C, "Member 'FCamera static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ -#define DUMPER7_ASSERTS_FUniqueNetIdRepl \ -static_assert(alignof(FUniqueNetIdRepl) == 0x000008, "Wrong alignment on FUniqueNetIdRepl"); \ -static_assert(sizeof(FUniqueNetIdRepl) == 0x000030, "Wrong size on FUniqueNetIdRepl"); \ -static_assert(offsetof(FUniqueNetIdRepl, ReplicationBytes) == 0x000020, "Member 'FUniqueNetIdRepl::ReplicationBytes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRootMotionSourceGroup \ -static_assert(alignof(FRootMotionSourceGroup) == 0x000008, "Wrong alignment on FRootMotionSourceGroup"); \ -static_assert(sizeof(FRootMotionSourceGroup) == 0x000048, "Wrong size on FRootMotionSourceGroup"); \ -static_assert(offsetof(FRootMotionSourceGroup, LastAccumulatedSettings) == 0x000029, "Member 'FRootMotionSourceGroup::LastAccumulatedSettings' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSourceGroup, LastPreAdditiveVelocity) == 0x000030, "Member 'FRootMotionSourceGroup::LastPreAdditiveVelocity' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRepRootMotionMontage \ static_assert(alignof(FRepRootMotionMontage) == 0x000008, "Wrong alignment on FRepRootMotionMontage"); \ static_assert(sizeof(FRepRootMotionMontage) == 0x0000D8, "Wrong size on FRepRootMotionMontage"); \ @@ -11429,13 +11437,6 @@ static_assert(sizeof(FSimulatedRootMotionReplicatedMove) == 0x0000E0, "Wrong siz 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_FSparseVolumeTextureParameterValue \ -static_assert(alignof(FSparseVolumeTextureParameterValue) == 0x000008, "Wrong alignment on FSparseVolumeTextureParameterValue"); \ -static_assert(sizeof(FSparseVolumeTextureParameterValue) == 0x000028, "Wrong size on FSparseVolumeTextureParameterValue"); \ -static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FSparseVolumeTextureParameterValue::ParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterValue) == 0x000010, "Member 'FSparseVolumeTextureParameterValue::ParameterValue' has a wrong offset!"); \ -static_assert(offsetof(FSparseVolumeTextureParameterValue, ExpressionGUID) == 0x000018, "Member 'FSparseVolumeTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FBasedMovementInfo \ static_assert(alignof(FBasedMovementInfo) == 0x000008, "Wrong alignment on FBasedMovementInfo"); \ static_assert(sizeof(FBasedMovementInfo) == 0x000050, "Wrong size on FBasedMovementInfo"); \ @@ -11448,6 +11449,14 @@ static_assert(offsetof(FBasedMovementInfo, bServerHasBaseComponent) == 0x000048, static_assert(offsetof(FBasedMovementInfo, bRelativeRotation) == 0x000049, "Member 'FBasedMovementInfo::bRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FBasedMovementInfo, bServerHasVelocity) == 0x00004A, "Member 'FBasedMovementInfo::bServerHasVelocity' 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_FFindFloorResult \ static_assert(alignof(FFindFloorResult) == 0x000008, "Wrong alignment on FFindFloorResult"); \ static_assert(sizeof(FFindFloorResult) == 0x000108, "Wrong size on FFindFloorResult"); \ @@ -11479,6 +11488,10 @@ 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_FNetworkPhysicsRewindDataInputProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataInputProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataInputProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataInputProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataInputProxy"); \ + #define DUMPER7_ASSERTS_FBlueprintComponentDelegateBinding \ static_assert(alignof(FBlueprintComponentDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintComponentDelegateBinding"); \ static_assert(sizeof(FBlueprintComponentDelegateBinding) == 0x000018, "Wrong size on FBlueprintComponentDelegateBinding"); \ @@ -11498,17 +11511,16 @@ static_assert(alignof(FActorInstanceData) == 0x000008, "Wrong alignment on FActo static_assert(sizeof(FActorInstanceData) == 0x000060, "Wrong size on FActorInstanceData"); \ static_assert(offsetof(FActorInstanceData, ActorClass) == 0x000058, "Member 'FActorInstanceData::ActorClass' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCharacterNetworkSerializationPackedBitsNetSerializerConfig \ -static_assert(alignof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ -static_assert(sizeof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000018, "Wrong size on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ -static_assert(offsetof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig, MaxAllowedDataBits) == 0x000010, "Member 'FCharacterNetworkSerializationPackedBitsNetSerializerConfig::MaxAllowedDataBits' has a wrong offset!"); \ -static_assert(offsetof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig, MaxAllowedObjectReferences) == 0x000014, "Member 'FCharacterNetworkSerializationPackedBitsNetSerializerConfig::MaxAllowedObjectReferences' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FAudioComponentParam \ static_assert(alignof(FAudioComponentParam) == 0x000008, "Wrong alignment on FAudioComponentParam"); \ static_assert(sizeof(FAudioComponentParam) == 0x0000A8, "Wrong size on FAudioComponentParam"); \ static_assert(offsetof(FAudioComponentParam, SoundWaveParam) == 0x0000A0, "Member 'FAudioComponentParam::SoundWaveParam' 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_FCharacterMovementComponentPostPhysicsTickFunction \ static_assert(alignof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPostPhysicsTickFunction"); \ static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPostPhysicsTickFunction"); \ @@ -11517,64 +11529,6 @@ static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x00 static_assert(alignof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPrePhysicsTickFunction"); \ static_assert(sizeof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPrePhysicsTickFunction"); \ -#define DUMPER7_ASSERTS_FChildActorAttachedActorInfo \ -static_assert(alignof(FChildActorAttachedActorInfo) == 0x000010, "Wrong alignment on FChildActorAttachedActorInfo"); \ -static_assert(sizeof(FChildActorAttachedActorInfo) == 0x000070, "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_FLinearConstraint \ -static_assert(alignof(FLinearConstraint) == 0x000004, "Wrong alignment on FLinearConstraint"); \ -static_assert(sizeof(FLinearConstraint) == 0x00001C, "Wrong size on FLinearConstraint"); \ -static_assert(offsetof(FLinearConstraint, Limit) == 0x000014, "Member 'FLinearConstraint::Limit' has a wrong offset!"); \ -static_assert(offsetof(FLinearConstraint, XMotion) == 0x000018, "Member 'FLinearConstraint::XMotion' has a wrong offset!"); \ -static_assert(offsetof(FLinearConstraint, YMotion) == 0x000019, "Member 'FLinearConstraint::YMotion' has a wrong offset!"); \ -static_assert(offsetof(FLinearConstraint, ZMotion) == 0x00001A, "Member 'FLinearConstraint::ZMotion' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FConeConstraint \ -static_assert(alignof(FConeConstraint) == 0x000004, "Wrong alignment on FConeConstraint"); \ -static_assert(sizeof(FConeConstraint) == 0x000020, "Wrong size on FConeConstraint"); \ -static_assert(offsetof(FConeConstraint, Swing1LimitDegrees) == 0x000014, "Member 'FConeConstraint::Swing1LimitDegrees' has a wrong offset!"); \ -static_assert(offsetof(FConeConstraint, Swing2LimitDegrees) == 0x000018, "Member 'FConeConstraint::Swing2LimitDegrees' has a wrong offset!"); \ -static_assert(offsetof(FConeConstraint, Swing1Motion) == 0x00001C, "Member 'FConeConstraint::Swing1Motion' has a wrong offset!"); \ -static_assert(offsetof(FConeConstraint, Swing2Motion) == 0x00001D, "Member 'FConeConstraint::Swing2Motion' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTwistConstraint \ -static_assert(alignof(FTwistConstraint) == 0x000004, "Wrong alignment on FTwistConstraint"); \ -static_assert(sizeof(FTwistConstraint) == 0x00001C, "Wrong size on FTwistConstraint"); \ -static_assert(offsetof(FTwistConstraint, TwistLimitDegrees) == 0x000014, "Member 'FTwistConstraint::TwistLimitDegrees' has a wrong offset!"); \ -static_assert(offsetof(FTwistConstraint, TwistMotion) == 0x000018, "Member 'FTwistConstraint::TwistMotion' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FLinearDriveConstraint \ -static_assert(alignof(FLinearDriveConstraint) == 0x000008, "Wrong alignment on FLinearDriveConstraint"); \ -static_assert(sizeof(FLinearDriveConstraint) == 0x000060, "Wrong size on FLinearDriveConstraint"); \ -static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ -static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x000018, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ -static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000030, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ -static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000040, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ -static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000050, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FConstraintProfileProperties \ -static_assert(alignof(FConstraintProfileProperties) == 0x000008, "Wrong alignment on FConstraintProfileProperties"); \ -static_assert(sizeof(FConstraintProfileProperties) == 0x000158, "Wrong size on FConstraintProfileProperties"); \ -static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, ShockPropagationAlpha) == 0x000010, "Member 'FConstraintProfileProperties::ShockPropagationAlpha' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000018, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x000020, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, ContactTransferScale) == 0x000024, "Member 'FConstraintProfileProperties::ContactTransferScale' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000028, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x000044, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x000064, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000088, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000E8, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ -static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityType) == 0x000150, "Member 'FConstraintProfileProperties::LinearPlasticityType' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FChildActorComponentInstanceData \ static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000F8, "Wrong size on FChildActorComponentInstanceData"); \ @@ -11594,16 +11548,27 @@ static_assert(offsetof(FPrecomputedLightInstanceData, Transform) == 0x0000C0, "M static_assert(offsetof(FPrecomputedLightInstanceData, LightGuid) == 0x000120, "Member 'FPrecomputedLightInstanceData::LightGuid' has a wrong offset!"); \ static_assert(offsetof(FPrecomputedLightInstanceData, PreviewShadowMapChannel) == 0x000130, "Member 'FPrecomputedLightInstanceData::PreviewShadowMapChannel' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBatchedLine \ -static_assert(alignof(FBatchedLine) == 0x000008, "Wrong alignment on FBatchedLine"); \ -static_assert(sizeof(FBatchedLine) == 0x000050, "Wrong size on FBatchedLine"); \ -static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ -static_assert(offsetof(FBatchedLine, End) == 0x000018, "Member 'FBatchedLine::End' has a wrong offset!"); \ -static_assert(offsetof(FBatchedLine, Color) == 0x000030, "Member 'FBatchedLine::Color' has a wrong offset!"); \ -static_assert(offsetof(FBatchedLine, Thickness) == 0x000040, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ -static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x000044, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ -static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000048, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ -static_assert(offsetof(FBatchedLine, BatchID) == 0x00004C, "Member 'FBatchedLine::BatchID' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBatchedPoint \ +static_assert(alignof(FBatchedPoint) == 0x000008, "Wrong alignment on FBatchedPoint"); \ +static_assert(sizeof(FBatchedPoint) == 0x000038, "Wrong size on FBatchedPoint"); \ +static_assert(offsetof(FBatchedPoint, Position) == 0x000000, "Member 'FBatchedPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, Color) == 0x000018, "Member 'FBatchedPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, PointSize) == 0x000028, "Member 'FBatchedPoint::PointSize' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, RemainingLifeTime) == 0x00002C, "Member 'FBatchedPoint::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, DepthPriority) == 0x000030, "Member 'FBatchedPoint::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, BatchID) == 0x000034, "Member 'FBatchedPoint::BatchID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetLevelVisibilityTransactionId \ +static_assert(alignof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong alignment on FNetLevelVisibilityTransactionId"); \ +static_assert(sizeof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong size on FNetLevelVisibilityTransactionId"); \ +static_assert(offsetof(FNetLevelVisibilityTransactionId, Data) == 0x000000, "Member 'FNetLevelVisibilityTransactionId::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo \ +static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x000018, "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!"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, VisibilityRequestId) == 0x000010, "Member 'FUpdateLevelVisibilityLevelInfo::VisibilityRequestId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLODMappingData \ static_assert(alignof(FLODMappingData) == 0x000008, "Wrong alignment on FLODMappingData"); \ @@ -11626,6 +11591,19 @@ static_assert(offsetof(FMaterialSpriteElement, BaseSizeX) == 0x000014, "Member ' 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_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_FPropertyAccessIndirectionChain \ +static_assert(alignof(FPropertyAccessIndirectionChain) == 0x000008, "Wrong alignment on FPropertyAccessIndirectionChain"); \ +static_assert(sizeof(FPropertyAccessIndirectionChain) == 0x000028, "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!"); \ + #define DUMPER7_ASSERTS_FSkeletalMeshComponentEndPhysicsTickFunction \ static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ @@ -11641,12 +11619,6 @@ static_assert(offsetof(FTentDistribution, TipAltitude) == 0x000000, "Member 'FTe 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_FRootMotionSource_ConstantForce \ -static_assert(alignof(FRootMotionSource_ConstantForce) == 0x000010, "Wrong alignment on FRootMotionSource_ConstantForce"); \ -static_assert(sizeof(FRootMotionSource_ConstantForce) == 0x000100, "Wrong size on FRootMotionSource_ConstantForce"); \ -static_assert(offsetof(FRootMotionSource_ConstantForce, Force) == 0x0000D8, "Member 'FRootMotionSource_ConstantForce::Force' has a wrong offset!"); \ -static_assert(offsetof(FRootMotionSource_ConstantForce, StrengthOverTime) == 0x0000F0, "Member 'FRootMotionSource_ConstantForce::StrengthOverTime' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSplineCurves \ static_assert(alignof(FSplineCurves) == 0x000008, "Wrong alignment on FSplineCurves"); \ static_assert(sizeof(FSplineCurves) == 0x000070, "Wrong size on FSplineCurves"); \ @@ -11657,6 +11629,20 @@ static_assert(offsetof(FSplineCurves, ReparamTable) == 0x000048, "Member 'FSplin 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_FRootMotionSource_RadialForce \ +static_assert(alignof(FRootMotionSource_RadialForce) == 0x000010, "Wrong alignment on FRootMotionSource_RadialForce"); \ +static_assert(sizeof(FRootMotionSource_RadialForce) == 0x000140, "Wrong size on FRootMotionSource_RadialForce"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Location) == 0x0000D8, "Member 'FRootMotionSource_RadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, LocationActor) == 0x0000F0, "Member 'FRootMotionSource_RadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Radius) == 0x0000F8, "Member 'FRootMotionSource_RadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Strength) == 0x0000FC, "Member 'FRootMotionSource_RadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bIsPush) == 0x000100, "Member 'FRootMotionSource_RadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bNoZForce) == 0x000101, "Member 'FRootMotionSource_RadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthDistanceFalloff) == 0x000108, "Member 'FRootMotionSource_RadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthOverTime) == 0x000110, "Member 'FRootMotionSource_RadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bUseFixedWorldDirection) == 0x000118, "Member 'FRootMotionSource_RadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, FixedWorldDirection) == 0x000120, "Member 'FRootMotionSource_RadialForce::FixedWorldDirection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSplinePoint \ static_assert(alignof(FSplinePoint) == 0x000008, "Wrong alignment on FSplinePoint"); \ static_assert(sizeof(FSplinePoint) == 0x000088, "Wrong size on FSplinePoint"); \ @@ -11668,6 +11654,10 @@ static_assert(offsetof(FSplinePoint, Rotation) == 0x000050, "Member 'FSplinePoin static_assert(offsetof(FSplinePoint, Scale) == 0x000068, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Type) == 0x000080, "Member 'FSplinePoint::Type' 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_FSplineInstanceData \ static_assert(alignof(FSplineInstanceData) == 0x000008, "Wrong alignment on FSplineInstanceData"); \ static_assert(sizeof(FSplineInstanceData) == 0x0001A0, "Wrong size on FSplineInstanceData"); \ @@ -11690,25 +11680,6 @@ static_assert(offsetof(FSplineMeshParams, EndRoll) == 0x000098, "Member 'FSpline static_assert(offsetof(FSplineMeshParams, EndOffset) == 0x0000A0, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, NaniteClusterBoundsScale) == 0x0000B0, "Member 'FSplineMeshParams::NaniteClusterBoundsScale' 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) == 0x000050, "Wrong size on FRadialDamageEvent"); \ -static_assert(offsetof(FRadialDamageEvent, Params) == 0x000010, "Member 'FRadialDamageEvent::Params' has a wrong offset!"); \ -static_assert(offsetof(FRadialDamageEvent, Origin) == 0x000028, "Member 'FRadialDamageEvent::Origin' has a wrong offset!"); \ -static_assert(offsetof(FRadialDamageEvent, ComponentHits) == 0x000040, "Member 'FRadialDamageEvent::ComponentHits' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPaintedVertex \ -static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ -static_assert(sizeof(FPaintedVertex) == 0x000040, "Wrong size on FPaintedVertex"); \ -static_assert(offsetof(FPaintedVertex, Position) == 0x000000, "Member 'FPaintedVertex::Position' has a wrong offset!"); \ -static_assert(offsetof(FPaintedVertex, Color) == 0x000018, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ -static_assert(offsetof(FPaintedVertex, Normal) == 0x000020, "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"); \ @@ -11732,29 +11703,11 @@ static_assert(offsetof(FSplineMeshInstanceData, EndPos) == 0x000180, "Member 'FS static_assert(offsetof(FSplineMeshInstanceData, StartTangent) == 0x000198, "Member 'FSplineMeshInstanceData::StartTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshInstanceData, EndTangent) == 0x0001B0, "Member 'FSplineMeshInstanceData::EndTangent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FClusterUnionInitializationData \ -static_assert(alignof(FClusterUnionInitializationData) == 0x000008, "Wrong alignment on FClusterUnionInitializationData"); \ -static_assert(sizeof(FClusterUnionInitializationData) == 0x000018, "Wrong size on FClusterUnionInitializationData"); \ -static_assert(offsetof(FClusterUnionInitializationData, ClusterUnionComponent) == 0x000000, "Member 'FClusterUnionInitializationData::ClusterUnionComponent' has a wrong offset!"); \ -static_assert(offsetof(FClusterUnionInitializationData, ProcessedComponents) == 0x000008, "Member 'FClusterUnionInitializationData::ProcessedComponents' 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_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_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_FRuntimeVectorCurve \ static_assert(alignof(FRuntimeVectorCurve) == 0x000008, "Wrong alignment on FRuntimeVectorCurve"); \ @@ -11762,11 +11715,6 @@ static_assert(sizeof(FRuntimeVectorCurve) == 0x000188, "Wrong size on FRuntimeVe static_assert(offsetof(FRuntimeVectorCurve, VectorCurves) == 0x000000, "Member 'FRuntimeVectorCurve::VectorCurves' has a wrong offset!"); \ static_assert(offsetof(FRuntimeVectorCurve, ExternalCurve) == 0x000180, "Member 'FRuntimeVectorCurve::ExternalCurve' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSkelMeshMergeUVTransformMapping \ -static_assert(alignof(FSkelMeshMergeUVTransformMapping) == 0x000008, "Wrong alignment on FSkelMeshMergeUVTransformMapping"); \ -static_assert(sizeof(FSkelMeshMergeUVTransformMapping) == 0x000010, "Wrong size on FSkelMeshMergeUVTransformMapping"); \ -static_assert(offsetof(FSkelMeshMergeUVTransformMapping, UVTransformsPerMesh) == 0x000000, "Member 'FSkelMeshMergeUVTransformMapping::UVTransformsPerMesh' 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"); \ @@ -11780,58 +11728,6 @@ static_assert(offsetof(FIntegralCurve, Keys) == 0x000068, "Member 'FIntegralCurv 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_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_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_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_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_FActiveDeviceProperty \ -static_assert(alignof(FActiveDeviceProperty) == 0x000008, "Wrong alignment on FActiveDeviceProperty"); \ -static_assert(sizeof(FActiveDeviceProperty) == 0x000020, "Wrong size on FActiveDeviceProperty"); \ -static_assert(offsetof(FActiveDeviceProperty, Property) == 0x000000, "Member 'FActiveDeviceProperty::Property' 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_FDataDrivenConsoleVariable \ static_assert(alignof(FDataDrivenConsoleVariable) == 0x000008, "Wrong alignment on FDataDrivenConsoleVariable"); \ static_assert(sizeof(FDataDrivenConsoleVariable) == 0x000060, "Wrong size on FDataDrivenConsoleVariable"); \ @@ -11847,130 +11743,22 @@ static_assert(alignof(FDebugCameraControllerSettingsViewModeIndex) == 0x000008, 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_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_FRollbackNetStartupActorInfo \ -static_assert(alignof(FRollbackNetStartupActorInfo) == 0x000008, "Wrong alignment on FRollbackNetStartupActorInfo"); \ -static_assert(sizeof(FRollbackNetStartupActorInfo) == 0x0000D0, "Wrong size on FRollbackNetStartupActorInfo"); \ -static_assert(offsetof(FRollbackNetStartupActorInfo, Archetype) == 0x000008, "Member 'FRollbackNetStartupActorInfo::Archetype' has a wrong offset!"); \ -static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000C0, "Member 'FRollbackNetStartupActorInfo::ObjReferences' 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_FSelectedFragmentProperties \ -static_assert(alignof(FSelectedFragmentProperties) == 0x000008, "Wrong alignment on FSelectedFragmentProperties"); \ -static_assert(sizeof(FSelectedFragmentProperties) == 0x000020, "Wrong size on FSelectedFragmentProperties"); \ -static_assert(offsetof(FSelectedFragmentProperties, Tag) == 0x000000, "Member 'FSelectedFragmentProperties::Tag' has a wrong offset!"); \ -static_assert(offsetof(FSelectedFragmentProperties, Fragment) == 0x000008, "Member 'FSelectedFragmentProperties::Fragment' has a wrong offset!"); \ -static_assert(offsetof(FSelectedFragmentProperties, bEnabled) == 0x000018, "Member 'FSelectedFragmentProperties::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDPMatchingIfCondition \ -static_assert(alignof(FDPMatchingIfCondition) == 0x000008, "Wrong alignment on FDPMatchingIfCondition"); \ -static_assert(sizeof(FDPMatchingIfCondition) == 0x000028, "Wrong size on FDPMatchingIfCondition"); \ -static_assert(offsetof(FDPMatchingIfCondition, Operator) == 0x000000, "Member 'FDPMatchingIfCondition::Operator' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingIfCondition, Arg1) == 0x000008, "Member 'FDPMatchingIfCondition::Arg1' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingIfCondition, Arg2) == 0x000018, "Member 'FDPMatchingIfCondition::Arg2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSoundConcurrencySettings \ -static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ -static_assert(sizeof(FSoundConcurrencySettings) == 0x000020, "Wrong size on FSoundConcurrencySettings"); \ -static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ -static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000005, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ -static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x000008, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ -static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x00000C, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ -static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ -static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ -static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ -static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x00001C, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDPMatchingRulestructBase \ -static_assert(alignof(FDPMatchingRulestructBase) == 0x000008, "Wrong alignment on FDPMatchingRulestructBase"); \ -static_assert(sizeof(FDPMatchingRulestructBase) == 0x000048, "Wrong size on FDPMatchingRulestructBase"); \ -static_assert(offsetof(FDPMatchingRulestructBase, RuleName) == 0x000008, "Member 'FDPMatchingRulestructBase::RuleName' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructBase, IfConditions) == 0x000018, "Member 'FDPMatchingRulestructBase::IfConditions' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructBase, AppendFragments) == 0x000028, "Member 'FDPMatchingRulestructBase::AppendFragments' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructBase, SetUserVar) == 0x000038, "Member 'FDPMatchingRulestructBase::SetUserVar' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDPMatchingRulestructA \ -static_assert(alignof(FDPMatchingRulestructA) == 0x000008, "Wrong alignment on FDPMatchingRulestructA"); \ -static_assert(sizeof(FDPMatchingRulestructA) == 0x000068, "Wrong size on FDPMatchingRulestructA"); \ -static_assert(offsetof(FDPMatchingRulestructA, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructA::OnTrue' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructA, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructA::OnFalse' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDPMatchingRulestructB \ -static_assert(alignof(FDPMatchingRulestructB) == 0x000008, "Wrong alignment on FDPMatchingRulestructB"); \ -static_assert(sizeof(FDPMatchingRulestructB) == 0x000068, "Wrong size on FDPMatchingRulestructB"); \ -static_assert(offsetof(FDPMatchingRulestructB, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructB::OnTrue' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructB, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructB::OnFalse' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDPMatchingRulestructC \ -static_assert(alignof(FDPMatchingRulestructC) == 0x000008, "Wrong alignment on FDPMatchingRulestructC"); \ -static_assert(sizeof(FDPMatchingRulestructC) == 0x000068, "Wrong size on FDPMatchingRulestructC"); \ -static_assert(offsetof(FDPMatchingRulestructC, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructC::OnTrue' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructC, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructC::OnFalse' 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_FDPMatchingRulestructD \ -static_assert(alignof(FDPMatchingRulestructD) == 0x000008, "Wrong alignment on FDPMatchingRulestructD"); \ -static_assert(sizeof(FDPMatchingRulestructD) == 0x000068, "Wrong size on FDPMatchingRulestructD"); \ -static_assert(offsetof(FDPMatchingRulestructD, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructD::OnTrue' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructD, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructD::OnFalse' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDPMatchingRulestructE \ -static_assert(alignof(FDPMatchingRulestructE) == 0x000008, "Wrong alignment on FDPMatchingRulestructE"); \ -static_assert(sizeof(FDPMatchingRulestructE) == 0x000068, "Wrong size on FDPMatchingRulestructE"); \ -static_assert(offsetof(FDPMatchingRulestructE, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructE::OnTrue' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestructE, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructE::OnFalse' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDPMatchingRulestruct \ -static_assert(alignof(FDPMatchingRulestruct) == 0x000008, "Wrong alignment on FDPMatchingRulestruct"); \ -static_assert(sizeof(FDPMatchingRulestruct) == 0x000068, "Wrong size on FDPMatchingRulestruct"); \ -static_assert(offsetof(FDPMatchingRulestruct, OnTrue) == 0x000048, "Member 'FDPMatchingRulestruct::OnTrue' has a wrong offset!"); \ -static_assert(offsetof(FDPMatchingRulestruct, OnFalse) == 0x000058, "Member 'FDPMatchingRulestruct::OnFalse' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FDialogueWaveParameter \ static_assert(alignof(FDialogueWaveParameter) == 0x000008, "Wrong alignment on FDialogueWaveParameter"); \ static_assert(sizeof(FDialogueWaveParameter) == 0x000020, "Wrong size on FDialogueWaveParameter"); \ static_assert(offsetof(FDialogueWaveParameter, DialogueWave) == 0x000000, "Member 'FDialogueWaveParameter::DialogueWave' has a wrong offset!"); \ static_assert(offsetof(FDialogueWaveParameter, Context) == 0x000008, "Member 'FDialogueWaveParameter::Context' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGraphReference \ -static_assert(alignof(FGraphReference) == 0x000008, "Wrong alignment on FGraphReference"); \ -static_assert(sizeof(FGraphReference) == 0x000020, "Wrong size on FGraphReference"); \ -static_assert(offsetof(FGraphReference, MacroGraph) == 0x000000, "Member 'FGraphReference::MacroGraph' has a wrong offset!"); \ -static_assert(offsetof(FGraphReference, GraphBlueprint) == 0x000008, "Member 'FGraphReference::GraphBlueprint' has a wrong offset!"); \ -static_assert(offsetof(FGraphReference, GraphGuid) == 0x000010, "Member 'FGraphReference::GraphGuid' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAssetImportInfo \ +static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ +static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ -#define DUMPER7_ASSERTS_FTypedElementPasteOptions \ -static_assert(alignof(FTypedElementPasteOptions) == 0x000008, "Wrong alignment on FTypedElementPasteOptions"); \ -static_assert(sizeof(FTypedElementPasteOptions) == 0x000078, "Wrong size on FTypedElementPasteOptions"); \ -static_assert(offsetof(FTypedElementPasteOptions, SelectionSetToModify) == 0x000000, "Member 'FTypedElementPasteOptions::SelectionSetToModify' has a wrong offset!"); \ -static_assert(offsetof(FTypedElementPasteOptions, bPasteAtLocation) == 0x000008, "Member 'FTypedElementPasteOptions::bPasteAtLocation' has a wrong offset!"); \ -static_assert(offsetof(FTypedElementPasteOptions, PasteLocation) == 0x000010, "Member 'FTypedElementPasteOptions::PasteLocation' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTypedElementDeletionOptions \ +static_assert(alignof(FTypedElementDeletionOptions) == 0x000001, "Wrong alignment on FTypedElementDeletionOptions"); \ +static_assert(sizeof(FTypedElementDeletionOptions) == 0x000003, "Wrong size on FTypedElementDeletionOptions"); \ +static_assert(offsetof(FTypedElementDeletionOptions, bVerifyDeletionCanHappen) == 0x000000, "Member 'FTypedElementDeletionOptions::bVerifyDeletionCanHappen' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementDeletionOptions, bWarnAboutReferences) == 0x000001, "Member 'FTypedElementDeletionOptions::bWarnAboutReferences' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementDeletionOptions, bWarnAboutSoftReferences) == 0x000002, "Member 'FTypedElementDeletionOptions::bWarnAboutSoftReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointDamageEvent \ static_assert(alignof(FPointDamageEvent) == 0x000008, "Wrong alignment on FPointDamageEvent"); \ @@ -11988,41 +11776,34 @@ static_assert(offsetof(FRigidBodyState, LinVel) == 0x000040, "Member 'FRigidBody static_assert(offsetof(FRigidBodyState, AngVel) == 0x000058, "Member 'FRigidBodyState::AngVel' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, Flags) == 0x000070, "Member 'FRigidBodyState::Flags' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ -static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ -static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000070, "Wrong size on FActiveForceFeedbackEffect"); \ -static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ -static_assert(offsetof(FActiveForceFeedbackEffect, ActiveDeviceProperties) == 0x000020, "Member 'FActiveForceFeedbackEffect::ActiveDeviceProperties' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FForceFeedbackEffectOverridenChannelDetails \ static_assert(alignof(FForceFeedbackEffectOverridenChannelDetails) == 0x000008, "Wrong alignment on FForceFeedbackEffectOverridenChannelDetails"); \ static_assert(sizeof(FForceFeedbackEffectOverridenChannelDetails) == 0x000010, "Wrong size on FForceFeedbackEffectOverridenChannelDetails"); \ static_assert(offsetof(FForceFeedbackEffectOverridenChannelDetails, ChannelDetails) == 0x000000, "Member 'FForceFeedbackEffectOverridenChannelDetails::ChannelDetails' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDeviceColorCurveData \ -static_assert(alignof(FDeviceColorCurveData) == 0x000008, "Wrong alignment on FDeviceColorCurveData"); \ -static_assert(sizeof(FDeviceColorCurveData) == 0x000010, "Wrong size on FDeviceColorCurveData"); \ -static_assert(offsetof(FDeviceColorCurveData, bEnable) == 0x000000, "Member 'FDeviceColorCurveData::bEnable' has a wrong offset!"); \ -static_assert(offsetof(FDeviceColorCurveData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorCurveData::bResetAfterCompletion' has a wrong offset!"); \ -static_assert(offsetof(FDeviceColorCurveData, DeviceColorCurve) == 0x000008, "Member 'FDeviceColorCurveData::DeviceColorCurve' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDeviceTriggerBaseData \ +static_assert(alignof(FDeviceTriggerBaseData) == 0x000001, "Wrong alignment on FDeviceTriggerBaseData"); \ +static_assert(sizeof(FDeviceTriggerBaseData) == 0x000002, "Wrong size on FDeviceTriggerBaseData"); \ +static_assert(offsetof(FDeviceTriggerBaseData, AffectedTriggers) == 0x000000, "Member 'FDeviceTriggerBaseData::AffectedTriggers' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerBaseData, bResetUponCompletion) == 0x000001, "Member 'FDeviceTriggerBaseData::bResetUponCompletion' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDeviceTriggerTriggerVibrationData \ -static_assert(alignof(FDeviceTriggerTriggerVibrationData) == 0x000008, "Wrong alignment on FDeviceTriggerTriggerVibrationData"); \ -static_assert(sizeof(FDeviceTriggerTriggerVibrationData) == 0x000018, "Wrong size on FDeviceTriggerTriggerVibrationData"); \ -static_assert(offsetof(FDeviceTriggerTriggerVibrationData, TriggerPositionCurve) == 0x000000, "Member 'FDeviceTriggerTriggerVibrationData::TriggerPositionCurve' has a wrong offset!"); \ -static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationFrequencyCurve) == 0x000008, "Member 'FDeviceTriggerTriggerVibrationData::VibrationFrequencyCurve' has a wrong offset!"); \ -static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationAmplitudeCurve) == 0x000010, "Member 'FDeviceTriggerTriggerVibrationData::VibrationAmplitudeCurve' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDeviceTriggerTriggerResistanceData \ +static_assert(alignof(FDeviceTriggerTriggerResistanceData) == 0x000004, "Wrong alignment on FDeviceTriggerTriggerResistanceData"); \ +static_assert(sizeof(FDeviceTriggerTriggerResistanceData) == 0x000010, "Wrong size on FDeviceTriggerTriggerResistanceData"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartPosition) == 0x000000, "Member 'FDeviceTriggerTriggerResistanceData::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartStrengh) == 0x000004, "Member 'FDeviceTriggerTriggerResistanceData::StartStrengh' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndPosition) == 0x000008, "Member 'FDeviceTriggerTriggerResistanceData::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndStrengh) == 0x00000C, "Member 'FDeviceTriggerTriggerResistanceData::EndStrengh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioBasedVibrationData \ static_assert(alignof(FAudioBasedVibrationData) == 0x000008, "Wrong alignment on FAudioBasedVibrationData"); \ static_assert(sizeof(FAudioBasedVibrationData) == 0x000008, "Wrong size on FAudioBasedVibrationData"); \ static_assert(offsetof(FAudioBasedVibrationData, Sound) == 0x000000, "Member 'FAudioBasedVibrationData::Sound' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FActivateDevicePropertyParams \ -static_assert(alignof(FActivateDevicePropertyParams) == 0x000004, "Wrong alignment on FActivateDevicePropertyParams"); \ -static_assert(sizeof(FActivateDevicePropertyParams) == 0x00000C, "Wrong size on FActivateDevicePropertyParams"); \ -static_assert(offsetof(FActivateDevicePropertyParams, UserId) == 0x000000, "Member 'FActivateDevicePropertyParams::UserId' has a wrong offset!"); \ -static_assert(offsetof(FActivateDevicePropertyParams, DeviceID) == 0x000004, "Member 'FActivateDevicePropertyParams::DeviceID' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FActiveDeviceProperty \ +static_assert(alignof(FActiveDeviceProperty) == 0x000008, "Wrong alignment on FActiveDeviceProperty"); \ +static_assert(sizeof(FActiveDeviceProperty) == 0x000020, "Wrong size on FActiveDeviceProperty"); \ +static_assert(offsetof(FActiveDeviceProperty, Property) == 0x000000, "Member 'FActiveDeviceProperty::Property' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_MoveToForce \ static_assert(alignof(FRootMotionSource_MoveToForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToForce"); \ @@ -12032,20 +11813,57 @@ static_assert(offsetof(FRootMotionSource_MoveToForce, TargetLocation) == 0x0000F static_assert(offsetof(FRootMotionSource_MoveToForce, bRestrictSpeedToExpected) == 0x000108, "Member 'FRootMotionSource_MoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToForce, PathOffsetCurve) == 0x000110, "Member 'FRootMotionSource_MoveToForce::PathOffsetCurve' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRootMotionSourceGroupNetSerializerConfig \ -static_assert(alignof(FRootMotionSourceGroupNetSerializerConfig) == 0x000008, "Wrong alignment on FRootMotionSourceGroupNetSerializerConfig"); \ -static_assert(sizeof(FRootMotionSourceGroupNetSerializerConfig) == 0x000028, "Wrong size on FRootMotionSourceGroupNetSerializerConfig"); \ +#define DUMPER7_ASSERTS_FRootMotionSource_MoveToDynamicForce \ +static_assert(alignof(FRootMotionSource_MoveToDynamicForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(sizeof(FRootMotionSource_MoveToDynamicForce) == 0x000140, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x0000D8, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000F0, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x000108, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x000120, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x000128, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x000130, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerConfig \ -static_assert(alignof(FUniqueNetIdReplNetSerializerConfig) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerConfig"); \ -static_assert(sizeof(FUniqueNetIdReplNetSerializerConfig) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerConfig"); \ +#define DUMPER7_ASSERTS_FTouchInputControl \ +static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ +static_assert(sizeof(FTouchInputControl) == 0x000098, "Wrong size on FTouchInputControl"); \ +static_assert(offsetof(FTouchInputControl, bTreatAsButton) == 0x000000, "Member 'FTouchInputControl::bTreatAsButton' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image1) == 0x000008, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image2) == 0x000010, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Center) == 0x000018, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000028, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000038, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000048, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InputScale) == 0x000058, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000068, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000080, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo \ -static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ -static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x000018, "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!"); \ -static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, VisibilityRequestId) == 0x000010, "Member 'FUpdateLevelVisibilityLevelInfo::VisibilityRequestId' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FHLODProxyMesh \ +static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ +static_assert(sizeof(FHLODProxyMesh) == 0x000028, "Wrong size on FHLODProxyMesh"); \ +static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000018, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, Key) == 0x000020, "Member 'FHLODProxyMesh::Key' 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_FBlueprintInputKeyDelegateBinding \ static_assert(alignof(FBlueprintInputKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputKeyDelegateBinding"); \ @@ -12054,19 +11872,17 @@ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputChord) == 0x00000 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_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_FISMComponentInstance \ +static_assert(alignof(FISMComponentInstance) == 0x000004, "Wrong alignment on FISMComponentInstance"); \ +static_assert(sizeof(FISMComponentInstance) == 0x00000C, "Wrong size on FISMComponentInstance"); \ +static_assert(offsetof(FISMComponentInstance, ClientIndex) == 0x000000, "Member 'FISMComponentInstance::ClientIndex' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentInstance, InstanceIndex) == 0x000004, "Member 'FISMComponentInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentInstance, InstanceSubIndex) == 0x000008, "Member 'FISMComponentInstance::InstanceSubIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FISMComponentData \ -static_assert(alignof(FISMComponentData) == 0x000001, "Wrong alignment on FISMComponentData"); \ -static_assert(sizeof(FISMComponentData) == 0x000001, "Wrong size on FISMComponentData"); \ +#define DUMPER7_ASSERTS_FSlateModifierKeysState \ +static_assert(alignof(FSlateModifierKeysState) == 0x000001, "Wrong alignment on FSlateModifierKeysState"); \ +static_assert(sizeof(FSlateModifierKeysState) == 0x000001, "Wrong size on FSlateModifierKeysState"); \ +static_assert(offsetof(FSlateModifierKeysState, ModifierKeysStateMask) == 0x000000, "Member 'FSlateModifierKeysState::ModifierKeysStateMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorSpringState \ static_assert(alignof(FVectorSpringState) == 0x000008, "Wrong alignment on FVectorSpringState"); \ @@ -12076,6 +11892,22 @@ static_assert(sizeof(FVectorSpringState) == 0x000038, "Wrong size on FVectorSpri static_assert(alignof(FQuaternionSpringState) == 0x000010, "Wrong alignment on FQuaternionSpringState"); \ static_assert(sizeof(FQuaternionSpringState) == 0x000040, "Wrong size on FQuaternionSpringState"); \ +#define DUMPER7_ASSERTS_FDrawToRenderTargetContext \ +static_assert(alignof(FDrawToRenderTargetContext) == 0x000008, "Wrong alignment on FDrawToRenderTargetContext"); \ +static_assert(sizeof(FDrawToRenderTargetContext) == 0x000008, "Wrong size on FDrawToRenderTargetContext"); \ +static_assert(offsetof(FDrawToRenderTargetContext, RenderTarget) == 0x000000, "Member 'FDrawToRenderTargetContext::RenderTarget' 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_FLatentActionManager \ static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ @@ -12086,12 +11918,10 @@ static_assert(sizeof(FLayerActorStats) == 0x000010, "Wrong size on FLayerActorSt 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_FDynamicTextureInstance \ -static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ -static_assert(sizeof(FDynamicTextureInstance) == 0x000058, "Wrong size on FDynamicTextureInstance"); \ -static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000048, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ -static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000050, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ -static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000054, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FActorFolderSet \ +static_assert(alignof(FActorFolderSet) == 0x000008, "Wrong alignment on FActorFolderSet"); \ +static_assert(sizeof(FActorFolderSet) == 0x000050, "Wrong size on FActorFolderSet"); \ +static_assert(offsetof(FActorFolderSet, ActorFolders) == 0x000000, "Member 'FActorFolderSet::ActorFolders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSimplificationDetails \ static_assert(alignof(FLevelSimplificationDetails) == 0x000008, "Wrong alignment on FLevelSimplificationDetails"); \ @@ -12105,26 +11935,11 @@ static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) = static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000150, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000151, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' 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_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_FMaterialCachedParameterEditorInfo \ -static_assert(alignof(FMaterialCachedParameterEditorInfo) == 0x000008, "Wrong alignment on FMaterialCachedParameterEditorInfo"); \ -static_assert(sizeof(FMaterialCachedParameterEditorInfo) == 0x000030, "Wrong size on FMaterialCachedParameterEditorInfo"); \ -static_assert(offsetof(FMaterialCachedParameterEditorInfo, Description) == 0x000000, "Member 'FMaterialCachedParameterEditorInfo::Description' has a wrong offset!"); \ -static_assert(offsetof(FMaterialCachedParameterEditorInfo, Group) == 0x000010, "Member 'FMaterialCachedParameterEditorInfo::Group' has a wrong offset!"); \ -static_assert(offsetof(FMaterialCachedParameterEditorInfo, SortPriority) == 0x000018, "Member 'FMaterialCachedParameterEditorInfo::SortPriority' has a wrong offset!"); \ -static_assert(offsetof(FMaterialCachedParameterEditorInfo, AssetIndex) == 0x00001C, "Member 'FMaterialCachedParameterEditorInfo::AssetIndex' has a wrong offset!"); \ -static_assert(offsetof(FMaterialCachedParameterEditorInfo, ExpressionGUID) == 0x000020, "Member 'FMaterialCachedParameterEditorInfo::ExpressionGUID' 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_FMaterialCachedParameterEntry \ static_assert(alignof(FMaterialCachedParameterEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEntry"); \ @@ -12188,45 +12003,41 @@ static_assert(offsetof(FScalarParameterAtlasInstanceData, bIsUsedAsAtlasPosition 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_FMaterialInstanceCachedData \ -static_assert(alignof(FMaterialInstanceCachedData) == 0x000008, "Wrong alignment on FMaterialInstanceCachedData"); \ -static_assert(sizeof(FMaterialInstanceCachedData) == 0x000010, "Wrong size on FMaterialInstanceCachedData"); \ -static_assert(offsetof(FMaterialInstanceCachedData, ParentLayerIndexRemap) == 0x000000, "Member 'FMaterialInstanceCachedData::ParentLayerIndexRemap' 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_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_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_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_FSparseVolumeTextureParameterValue \ +static_assert(alignof(FSparseVolumeTextureParameterValue) == 0x000008, "Wrong alignment on FSparseVolumeTextureParameterValue"); \ +static_assert(sizeof(FSparseVolumeTextureParameterValue) == 0x000028, "Wrong size on FSparseVolumeTextureParameterValue"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FSparseVolumeTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterValue) == 0x000010, "Member 'FSparseVolumeTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ExpressionGUID) == 0x000018, "Member 'FSparseVolumeTextureParameterValue::ExpressionGUID' 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_FMeshReductionSettings \ -static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ -static_assert(sizeof(FMeshReductionSettings) == 0x00002C, "Wrong size on FMeshReductionSettings"); \ -static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, MaxNumOfTriangles) == 0x000004, "Member 'FMeshReductionSettings::MaxNumOfTriangles' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000008, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, MaxNumOfVerts) == 0x00000C, "Member 'FMeshReductionSettings::MaxNumOfVerts' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000010, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x000014, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000018, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x00001C, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000020, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x000024, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x000025, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x000026, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000028, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000029, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ -static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x00002A, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMemberReference \ +static_assert(alignof(FMemberReference) == 0x000008, "Wrong alignment on FMemberReference"); \ +static_assert(sizeof(FMemberReference) == 0x000038, "Wrong size on FMemberReference"); \ +static_assert(offsetof(FMemberReference, MemberParent) == 0x000000, "Member 'FMemberReference::MemberParent' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, MemberScope) == 0x000008, "Member 'FMemberReference::MemberScope' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, MemberName) == 0x000018, "Member 'FMemberReference::MemberName' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, MemberGuid) == 0x000020, "Member 'FMemberReference::MemberGuid' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, bSelfContext) == 0x000030, "Member 'FMemberReference::bSelfContext' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, bWasDeprecated) == 0x000031, "Member 'FMemberReference::bWasDeprecated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshInstancingSettings \ static_assert(alignof(FMeshInstancingSettings) == 0x000008, "Wrong alignment on FMeshInstancingSettings"); \ @@ -12265,25 +12076,50 @@ static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxReplicatedWriterObj static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxDeltaCompressedObjectCount) == 0x000014, "Member 'FNetDriverReplicationSystemConfig::MaxDeltaCompressedObjectCount' has a wrong offset!"); \ static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxNetObjectGroupCount) == 0x000018, "Member 'FNetDriverReplicationSystemConfig::MaxNetObjectGroupCount' 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_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_FRPCDoSState \ +static_assert(alignof(FRPCDoSState) == 0x000008, "Wrong alignment on FRPCDoSState"); \ +static_assert(sizeof(FRPCDoSState) == 0x000048, "Wrong size on FRPCDoSState"); \ +static_assert(offsetof(FRPCDoSState, bLogEscalate) == 0x000008, "Member 'FRPCDoSState::bLogEscalate' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, bSendEscalateAnalytics) == 0x000009, "Member 'FRPCDoSState::bSendEscalateAnalytics' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, bKickPlayer) == 0x00000A, "Member 'FRPCDoSState::bKickPlayer' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, bTrackRecentRPCs) == 0x00000B, "Member 'FRPCDoSState::bTrackRecentRPCs' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateQuotaRPCsPerFrame) == 0x00000C, "Member 'FRPCDoSState::EscalateQuotaRPCsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateTimeQuotaMSPerFrame) == 0x00000E, "Member 'FRPCDoSState::EscalateTimeQuotaMSPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateQuotaRPCsPerPeriod) == 0x000010, "Member 'FRPCDoSState::EscalateQuotaRPCsPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateTimeQuotaMSPerPeriod) == 0x000012, "Member 'FRPCDoSState::EscalateTimeQuotaMSPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateQuotaTimePeriod) == 0x000014, "Member 'FRPCDoSState::EscalateQuotaTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalationCountTolerance) == 0x000015, "Member 'FRPCDoSState::EscalationCountTolerance' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalationTimeToleranceMS) == 0x000016, "Member 'FRPCDoSState::EscalationTimeToleranceMS' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, RPCRepeatLimitPerPeriod) == 0x000018, "Member 'FRPCDoSState::RPCRepeatLimitPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, RPCRepeatLimitMSPerPeriod) == 0x00001A, "Member 'FRPCDoSState::RPCRepeatLimitMSPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, RPCRepeatLimitTimePeriod) == 0x00001C, "Member 'FRPCDoSState::RPCRepeatLimitTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, CooloffTime) == 0x00001E, "Member 'FRPCDoSState::CooloffTime' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, AutoEscalateTime) == 0x000020, "Member 'FRPCDoSState::AutoEscalateTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRPCDoSStateConfig \ static_assert(alignof(FRPCDoSStateConfig) == 0x000008, "Wrong alignment on FRPCDoSStateConfig"); \ static_assert(sizeof(FRPCDoSStateConfig) == 0x000078, "Wrong size on FRPCDoSStateConfig"); \ -#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_FRPCAnalyticsThreshold \ +static_assert(alignof(FRPCAnalyticsThreshold) == 0x000008, "Wrong alignment on FRPCAnalyticsThreshold"); \ +static_assert(sizeof(FRPCAnalyticsThreshold) == 0x000018, "Wrong size on FRPCAnalyticsThreshold"); \ +static_assert(offsetof(FRPCAnalyticsThreshold, RPC) == 0x000000, "Member 'FRPCAnalyticsThreshold::RPC' has a wrong offset!"); \ +static_assert(offsetof(FRPCAnalyticsThreshold, CountPerSec) == 0x000008, "Member 'FRPCAnalyticsThreshold::CountPerSec' has a wrong offset!"); \ +static_assert(offsetof(FRPCAnalyticsThreshold, TimePerSec) == 0x000010, "Member 'FRPCAnalyticsThreshold::TimePerSec' 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_FParticleSystemWorldManagerTickFunction \ +static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ +static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000030, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ #define DUMPER7_ASSERTS_FWorldPSCPool \ static_assert(alignof(FWorldPSCPool) == 0x000008, "Wrong alignment on FWorldPSCPool"); \ @@ -12299,10 +12135,9 @@ static_assert(alignof(FPerPlatformFrameRate) == 0x000004, "Wrong alignment on FP static_assert(sizeof(FPerPlatformFrameRate) == 0x000008, "Wrong size on FPerPlatformFrameRate"); \ static_assert(offsetof(FPerPlatformFrameRate, Default) == 0x000000, "Member 'FPerPlatformFrameRate::Default' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FClusteredActorData \ -static_assert(alignof(FClusteredActorData) == 0x000008, "Wrong alignment on FClusteredActorData"); \ -static_assert(sizeof(FClusteredActorData) == 0x000058, "Wrong size on FClusteredActorData"); \ -static_assert(offsetof(FClusteredActorData, bWasReplicatingMovement) == 0x000050, "Member 'FClusteredActorData::bWasReplicatingMovement' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FClusterUnionBoneData \ +static_assert(alignof(FClusterUnionBoneData) == 0x000004, "Wrong alignment on FClusterUnionBoneData"); \ +static_assert(sizeof(FClusterUnionBoneData) == 0x000008, "Wrong size on FClusterUnionBoneData"); \ #define DUMPER7_ASSERTS_FClusterUnionReplicatedData \ static_assert(alignof(FClusterUnionReplicatedData) == 0x000001, "Wrong alignment on FClusterUnionReplicatedData"); \ @@ -12310,9 +12145,10 @@ static_assert(sizeof(FClusterUnionReplicatedData) == 0x000002, "Wrong size on FC static_assert(offsetof(FClusterUnionReplicatedData, ObjectState) == 0x000000, "Member 'FClusterUnionReplicatedData::ObjectState' has a wrong offset!"); \ static_assert(offsetof(FClusterUnionReplicatedData, bIsAnchored) == 0x000001, "Member 'FClusterUnionReplicatedData::bIsAnchored' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FConstraintInstanceBase \ -static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ -static_assert(sizeof(FConstraintInstanceBase) == 0x000038, "Wrong size on FConstraintInstanceBase"); \ +#define DUMPER7_ASSERTS_FClusterUnionPendingAddData \ +static_assert(alignof(FClusterUnionPendingAddData) == 0x000008, "Wrong alignment on FClusterUnionPendingAddData"); \ +static_assert(sizeof(FClusterUnionPendingAddData) == 0x000050, "Wrong size on FClusterUnionPendingAddData"); \ +static_assert(offsetof(FClusterUnionPendingAddData, BonesData) == 0x000000, "Member 'FClusterUnionPendingAddData::BonesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintInstance \ static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ @@ -12329,25 +12165,6 @@ static_assert(offsetof(FConstraintInstance, SecAxis2) == 0x0000D0, "Member 'FCon static_assert(offsetof(FConstraintInstance, AngularRotationOffset) == 0x0000E8, "Member 'FConstraintInstance::AngularRotationOffset' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, ProfileInstance) == 0x000108, "Member 'FConstraintInstance::ProfileInstance' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataStateProxy \ -static_assert(alignof(FNetworkPhysicsRewindDataStateProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataStateProxy"); \ -static_assert(sizeof(FNetworkPhysicsRewindDataStateProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataStateProxy"); \ - -#define DUMPER7_ASSERTS_FNetworkPhysicsDatas \ -static_assert(alignof(FNetworkPhysicsDatas) == 0x000008, "Wrong alignment on FNetworkPhysicsDatas"); \ -static_assert(sizeof(FNetworkPhysicsDatas) == 0x000018, "Wrong size on FNetworkPhysicsDatas"); \ - -#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_FPhysicsAssetSolverSettings \ static_assert(alignof(FPhysicsAssetSolverSettings) == 0x000004, "Wrong alignment on FPhysicsAssetSolverSettings"); \ static_assert(sizeof(FPhysicsAssetSolverSettings) == 0x00001C, "Wrong size on FPhysicsAssetSolverSettings"); \ @@ -12359,11 +12176,15 @@ static_assert(offsetof(FPhysicsAssetSolverSettings, MaxDepenetrationVelocity) == static_assert(offsetof(FPhysicsAssetSolverSettings, FixedTimeStep) == 0x000014, "Member 'FPhysicsAssetSolverSettings::FixedTimeStep' has a wrong offset!"); \ static_assert(offsetof(FPhysicsAssetSolverSettings, bUseLinearJointSolver) == 0x000018, "Member 'FPhysicsAssetSolverSettings::bUseLinearJointSolver' 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) == 0x000018, "Wrong size on FSolverIterations"); \ +static_assert(offsetof(FSolverIterations, SolverIterations) == 0x000000, "Member 'FSolverIterations::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointIterations) == 0x000004, "Member 'FSolverIterations::JointIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionIterations) == 0x000008, "Member 'FSolverIterations::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, SolverPushOutIterations) == 0x00000C, "Member 'FSolverIterations::SolverPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointPushOutIterations) == 0x000010, "Member 'FSolverIterations::JointPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionPushOutIterations) == 0x000014, "Member 'FSolverIterations::CollisionPushOutIterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsConstraintProfileHandle \ static_assert(alignof(FPhysicsConstraintProfileHandle) == 0x000008, "Wrong alignment on FPhysicsConstraintProfileHandle"); \ @@ -12377,57 +12198,67 @@ static_assert(sizeof(FPhysicalSurfaceName) == 0x00000C, "Wrong size on FPhysical 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_FPhysicsPredictionSettings \ -static_assert(alignof(FPhysicsPredictionSettings) == 0x000004, "Wrong alignment on FPhysicsPredictionSettings"); \ -static_assert(sizeof(FPhysicsPredictionSettings) == 0x00000C, "Wrong size on FPhysicsPredictionSettings"); \ -static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsPrediction) == 0x000000, "Member 'FPhysicsPredictionSettings::bEnablePhysicsPrediction' has a wrong offset!"); \ -static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsResimulation) == 0x000001, "Member 'FPhysicsPredictionSettings::bEnablePhysicsResimulation' has a wrong offset!"); \ -static_assert(offsetof(FPhysicsPredictionSettings, ResimulationErrorThreshold) == 0x000004, "Member 'FPhysicsPredictionSettings::ResimulationErrorThreshold' has a wrong offset!"); \ -static_assert(offsetof(FPhysicsPredictionSettings, MaxSupportedLatencyPrediction) == 0x000008, "Member 'FPhysicsPredictionSettings::MaxSupportedLatencyPrediction' 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_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!"); \ -static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnUnload) == 0x00000F, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnUnload' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAsyncPhysicsTimestamp \ +static_assert(alignof(FAsyncPhysicsTimestamp) == 0x000004, "Wrong alignment on FAsyncPhysicsTimestamp"); \ +static_assert(sizeof(FAsyncPhysicsTimestamp) == 0x000008, "Wrong size on FAsyncPhysicsTimestamp"); \ +static_assert(offsetof(FAsyncPhysicsTimestamp, ServerFrame) == 0x000000, "Member 'FAsyncPhysicsTimestamp::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAsyncPhysicsTimestamp, LocalFrame) == 0x000004, "Member 'FAsyncPhysicsTimestamp::LocalFrame' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSubsurfaceProfileStruct \ -static_assert(alignof(FSubsurfaceProfileStruct) == 0x000004, "Wrong alignment on FSubsurfaceProfileStruct"); \ -static_assert(sizeof(FSubsurfaceProfileStruct) == 0x00009C, "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, bEnableMeanFreePath) == 0x000029, "Member 'FSubsurfaceProfileStruct::bEnableMeanFreePath' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, Tint) == 0x00002C, "Member 'FSubsurfaceProfileStruct::Tint' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, ScatterRadius) == 0x00003C, "Member 'FSubsurfaceProfileStruct::ScatterRadius' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, SubsurfaceColor) == 0x000040, "Member 'FSubsurfaceProfileStruct::SubsurfaceColor' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, FalloffColor) == 0x000050, "Member 'FSubsurfaceProfileStruct::FalloffColor' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, BoundaryColorBleed) == 0x000060, "Member 'FSubsurfaceProfileStruct::BoundaryColorBleed' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, ExtinctionScale) == 0x000070, "Member 'FSubsurfaceProfileStruct::ExtinctionScale' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, NormalScale) == 0x000074, "Member 'FSubsurfaceProfileStruct::NormalScale' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, ScatteringDistribution) == 0x000078, "Member 'FSubsurfaceProfileStruct::ScatteringDistribution' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, IOR) == 0x00007C, "Member 'FSubsurfaceProfileStruct::IOR' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, Roughness0) == 0x000080, "Member 'FSubsurfaceProfileStruct::Roughness0' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, Roughness1) == 0x000084, "Member 'FSubsurfaceProfileStruct::Roughness1' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, LobeMix) == 0x000088, "Member 'FSubsurfaceProfileStruct::LobeMix' has a wrong offset!"); \ -static_assert(offsetof(FSubsurfaceProfileStruct, TransmissionTintColor) == 0x00008C, "Member 'FSubsurfaceProfileStruct::TransmissionTintColor' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPlayerMuteList \ +static_assert(alignof(FPlayerMuteList) == 0x000008, "Wrong alignment on FPlayerMuteList"); \ +static_assert(sizeof(FPlayerMuteList) == 0x000058, "Wrong size on FPlayerMuteList"); \ +static_assert(offsetof(FPlayerMuteList, bHasVoiceHandshakeCompleted) == 0x000050, "Member 'FPlayerMuteList::bHasVoiceHandshakeCompleted' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMuteList, VoiceChannelIdx) == 0x000054, "Member 'FPlayerMuteList::VoiceChannelIdx' 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, Property) == 0x000000, "Member 'FPropertyAccessIndirection::Property' 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_FSpecularProfileStruct \ +static_assert(alignof(FSpecularProfileStruct) == 0x000008, "Wrong alignment on FSpecularProfileStruct"); \ +static_assert(sizeof(FSpecularProfileStruct) == 0x000420, "Wrong size on FSpecularProfileStruct"); \ +static_assert(offsetof(FSpecularProfileStruct, Format) == 0x000000, "Member 'FSpecularProfileStruct::Format' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, ViewColor) == 0x000008, "Member 'FSpecularProfileStruct::ViewColor' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, LightColor) == 0x000210, "Member 'FSpecularProfileStruct::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, Texture) == 0x000418, "Member 'FSpecularProfileStruct::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRepMovementNetSerializerConfig \ static_assert(alignof(FRepMovementNetSerializerConfig) == 0x000008, "Wrong alignment on FRepMovementNetSerializerConfig"); \ static_assert(sizeof(FRepMovementNetSerializerConfig) == 0x000010, "Wrong size on FRepMovementNetSerializerConfig"); \ -#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_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_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_FClothPhysicsProperties_Legacy \ static_assert(alignof(FClothPhysicsProperties_Legacy) == 0x000004, "Wrong alignment on FClothPhysicsProperties_Legacy"); \ @@ -12475,17 +12306,42 @@ static_assert(offsetof(FSkeletalMeshLODGroupSettings, BakePose) == 0x000048, "Me static_assert(offsetof(FSkeletalMeshLODGroupSettings, ReductionSettings) == 0x000050, "Member 'FSkeletalMeshLODGroupSettings::ReductionSettings' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, bAllowMeshDeformer) == 0x00008C, "Member 'FSkeletalMeshLODGroupSettings::bAllowMeshDeformer' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSkelMeshMergeSectionMapping \ -static_assert(alignof(FSkelMeshMergeSectionMapping) == 0x000008, "Wrong alignment on FSkelMeshMergeSectionMapping"); \ -static_assert(sizeof(FSkelMeshMergeSectionMapping) == 0x000010, "Wrong size on FSkelMeshMergeSectionMapping"); \ -static_assert(offsetof(FSkelMeshMergeSectionMapping, SectionIDs) == 0x000000, "Member 'FSkelMeshMergeSectionMapping::SectionIDs' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ -#define DUMPER7_ASSERTS_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_FSkeletalMeshSamplingLODBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingBuiltData) == 0x000020, "Wrong size on FSkeletalMeshSamplingBuiltData"); \ +static_assert(offsetof(FSkeletalMeshSamplingBuiltData, WholeMeshBuiltData) == 0x000000, "Member 'FSkeletalMeshSamplingBuiltData::WholeMeshBuiltData' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingBuiltData, RegionBuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingBuiltData::RegionBuiltData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FSoundClassEditorData \ +static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ +static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ #define DUMPER7_ASSERTS_FPassiveSoundMixModifier \ static_assert(alignof(FPassiveSoundMixModifier) == 0x000008, "Wrong alignment on FPassiveSoundMixModifier"); \ @@ -12494,6 +12350,10 @@ static_assert(offsetof(FPassiveSoundMixModifier, SoundMix) == 0x000000, "Member 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_FSoundNodeEditorData \ +static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ +static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ + #define DUMPER7_ASSERTS_FAudioEQEffect \ static_assert(alignof(FAudioEQEffect) == 0x000008, "Wrong alignment on FAudioEQEffect"); \ static_assert(sizeof(FAudioEQEffect) == 0x000040, "Wrong size on FAudioEQEffect"); \ @@ -12510,13 +12370,14 @@ static_assert(offsetof(FAudioEQEffect, FrequencyCenter3) == 0x000034, "Member 'F 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) == 0x000168, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ -static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000160, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ -static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000161, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ -static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000162, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ -static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000163, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSoundClassAdjuster \ +static_assert(alignof(FSoundClassAdjuster) == 0x000008, "Wrong alignment on FSoundClassAdjuster"); \ +static_assert(sizeof(FSoundClassAdjuster) == 0x000020, "Wrong size on FSoundClassAdjuster"); \ +static_assert(offsetof(FSoundClassAdjuster, SoundClassObject) == 0x000000, "Member 'FSoundClassAdjuster::SoundClassObject' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, VolumeAdjuster) == 0x000008, "Member 'FSoundClassAdjuster::VolumeAdjuster' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, PitchAdjuster) == 0x00000C, "Member 'FSoundClassAdjuster::PitchAdjuster' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, LowPassFilterFrequency) == 0x000010, "Member 'FSoundClassAdjuster::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, VoiceCenterChannelVolumeAdjuster) == 0x000018, "Member 'FSoundClassAdjuster::VoiceCenterChannelVolumeAdjuster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceDatum \ static_assert(alignof(FDistanceDatum) == 0x000004, "Wrong alignment on FDistanceDatum"); \ @@ -12532,23 +12393,13 @@ static_assert(alignof(FDynamicChildSubmix) == 0x000008, "Wrong alignment on FDyn static_assert(sizeof(FDynamicChildSubmix) == 0x000010, "Wrong size on FDynamicChildSubmix"); \ static_assert(offsetof(FDynamicChildSubmix, ChildSubmixes) == 0x000000, "Member 'FDynamicChildSubmix::ChildSubmixes' 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_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_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_FAssetEditorOrbitCameraPosition \ static_assert(alignof(FAssetEditorOrbitCameraPosition) == 0x000008, "Wrong alignment on FAssetEditorOrbitCameraPosition"); \ @@ -12558,34 +12409,9 @@ static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitPoint) == 0x0000 static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitZoom) == 0x000020, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitZoom' has a wrong offset!"); \ static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitRotation) == 0x000038, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitRotation' 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_FStaticMeshSourceModel \ -static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ -static_assert(sizeof(FStaticMeshSourceModel) == 0x000098, "Wrong size on FStaticMeshSourceModel"); \ -static_assert(offsetof(FStaticMeshSourceModel, BuildSettings) == 0x000000, "Member 'FStaticMeshSourceModel::BuildSettings' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshSourceModel, ReductionSettings) == 0x000048, "Member 'FStaticMeshSourceModel::ReductionSettings' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionTrianglesCount) == 0x000074, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionTrianglesCount' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionVerticesCount) == 0x000078, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionVerticesCount' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshSourceModel, LODDistance) == 0x00007C, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000080, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000088, "Member 'FStaticMeshSourceModel::SourceImportFilename' 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_FStreamableTexture \ +static_assert(alignof(FStreamableTexture) == 0x000001, "Wrong alignment on FStreamableTexture"); \ +static_assert(sizeof(FStreamableTexture) == 0x000001, "Wrong size on FStreamableTexture"); \ #define DUMPER7_ASSERTS_FEditorImportExportTestDefinition \ static_assert(alignof(FEditorImportExportTestDefinition) == 0x000008, "Wrong alignment on FEditorImportExportTestDefinition"); \ @@ -12611,6 +12437,20 @@ static_assert(sizeof(FBuildPromotionNewProjectSettings) == 0x000020, "Wrong size 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_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_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_FBuildPromotionTestSettings \ static_assert(alignof(FBuildPromotionTestSettings) == 0x000008, "Wrong alignment on FBuildPromotionTestSettings"); \ static_assert(sizeof(FBuildPromotionTestSettings) == 0x0001F0, "Wrong size on FBuildPromotionTestSettings"); \ @@ -12620,19 +12460,15 @@ static_assert(offsetof(FBuildPromotionTestSettings, OpenAssets) == 0x000160, "Me 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_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_FEditorMapPerformanceTestDefinition \ +static_assert(alignof(FEditorMapPerformanceTestDefinition) == 0x000008, "Wrong alignment on FEditorMapPerformanceTestDefinition"); \ +static_assert(sizeof(FEditorMapPerformanceTestDefinition) == 0x000028, "Wrong size on FEditorMapPerformanceTestDefinition"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, PerformanceTestmap) == 0x000000, "Member 'FEditorMapPerformanceTestDefinition::PerformanceTestmap' has a wrong offset!"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, TestTimer) == 0x000020, "Member 'FEditorMapPerformanceTestDefinition::TestTimer' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTexturePlatformData \ -static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ -static_assert(sizeof(FTexturePlatformData) == 0x000038, "Wrong size on FTexturePlatformData"); \ +#define DUMPER7_ASSERTS_FTextureSource \ +static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ +static_assert(sizeof(FTextureSource) == 0x000070, "Wrong size on FTextureSource"); \ #define DUMPER7_ASSERTS_FTextureFormatSettings \ static_assert(alignof(FTextureFormatSettings) == 0x000001, "Wrong alignment on FTextureFormatSettings"); \ @@ -12650,6 +12486,35 @@ static_assert(offsetof(FTextureSourceColorSettings, BlueChromaticityCoordinate) static_assert(offsetof(FTextureSourceColorSettings, WhiteChromaticityCoordinate) == 0x000038, "Member 'FTextureSourceColorSettings::WhiteChromaticityCoordinate' has a wrong offset!"); \ static_assert(offsetof(FTextureSourceColorSettings, ChromaticAdaptationMethod) == 0x000048, "Member 'FTextureSourceColorSettings::ChromaticAdaptationMethod' 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) == 0x000008, "Member 'FTextureLODGroup::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smaller) == 0x00000C, "Member 'FTextureLODGroup::LODBias_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smallest) == 0x000010, "Member 'FTextureLODGroup::LODBias_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, NumStreamedMips) == 0x000018, "Member 'FTextureLODGroup::NumStreamedMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipGenSettings) == 0x00001C, "Member 'FTextureLODGroup::MipGenSettings' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinLODSize) == 0x000020, "Member 'FTextureLODGroup::MinLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize) == 0x000024, "Member 'FTextureLODGroup::MaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smaller) == 0x000028, "Member 'FTextureLODGroup::MaxLODSize_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smallest) == 0x00002C, "Member 'FTextureLODGroup::MaxLODSize_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_VT) == 0x000030, "Member 'FTextureLODGroup::MaxLODSize_VT' 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) == 0x00003C, "Member 'FTextureLODGroup::MinMagFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipFilter) == 0x000044, "Member 'FTextureLODGroup::MipFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipLoadOptions) == 0x00004C, "Member 'FTextureLODGroup::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, HighPriorityLoad) == 0x00004D, "Member 'FTextureLODGroup::HighPriorityLoad' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DuplicateNonOptionalMips) == 0x00004E, "Member 'FTextureLODGroup::DuplicateNonOptionalMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, Downscale) == 0x000050, "Member 'FTextureLODGroup::Downscale' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DownscaleOptions) == 0x000054, "Member 'FTextureLODGroup::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileCountBias) == 0x000058, "Member 'FTextureLODGroup::VirtualTextureTileCountBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileSizeBias) == 0x00005C, "Member 'FTextureLODGroup::VirtualTextureTileSizeBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LossyCompressionAmount) == 0x000060, "Member 'FTextureLODGroup::LossyCompressionAmount' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, CookPlatformTilingDisabled) == 0x000061, "Member 'FTextureLODGroup::CookPlatformTilingDisabled' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxAniso) == 0x000064, "Member 'FTextureLODGroup::MaxAniso' 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"); \ @@ -12662,6 +12527,22 @@ 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_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_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_FHardwareCursorReference \ +static_assert(alignof(FHardwareCursorReference) == 0x000008, "Wrong alignment on FHardwareCursorReference"); \ +static_assert(sizeof(FHardwareCursorReference) == 0x000018, "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_FVoiceSettings \ static_assert(alignof(FVoiceSettings) == 0x000008, "Wrong alignment on FVoiceSettings"); \ static_assert(sizeof(FVoiceSettings) == 0x000018, "Wrong size on FVoiceSettings"); \ @@ -12669,6 +12550,12 @@ static_assert(offsetof(FVoiceSettings, ComponentToAttachTo) == 0x000000, "Member 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_FVirtualTextureBuildSettings \ +static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ +static_assert(sizeof(FVirtualTextureBuildSettings) == 0x000008, "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!"); \ + #define DUMPER7_ASSERTS_FVirtualTextureSpacePoolConfig \ static_assert(alignof(FVirtualTextureSpacePoolConfig) == 0x000008, "Wrong alignment on FVirtualTextureSpacePoolConfig"); \ static_assert(sizeof(FVirtualTextureSpacePoolConfig) == 0x000028, "Wrong size on FVirtualTextureSpacePoolConfig"); \ @@ -12681,14 +12568,6 @@ static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x000 static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinScaledSizeInMegabyte) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::MinScaledSizeInMegabyte' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxScaledSizeInMegabyte) == 0x000024, "Member 'FVirtualTextureSpacePoolConfig::MaxScaledSizeInMegabyte' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FLevelViewportInfo \ -static_assert(alignof(FLevelViewportInfo) == 0x000008, "Wrong alignment on FLevelViewportInfo"); \ -static_assert(sizeof(FLevelViewportInfo) == 0x000038, "Wrong size on FLevelViewportInfo"); \ -static_assert(offsetof(FLevelViewportInfo, CamPosition) == 0x000000, "Member 'FLevelViewportInfo::CamPosition' has a wrong offset!"); \ -static_assert(offsetof(FLevelViewportInfo, CamRotation) == 0x000018, "Member 'FLevelViewportInfo::CamRotation' has a wrong offset!"); \ -static_assert(offsetof(FLevelViewportInfo, CamOrthoZoom) == 0x000030, "Member 'FLevelViewportInfo::CamOrthoZoom' has a wrong offset!"); \ -static_assert(offsetof(FLevelViewportInfo, CamUpdated) == 0x000034, "Member 'FLevelViewportInfo::CamUpdated' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FStartPhysicsTickFunction \ static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ static_assert(sizeof(FStartPhysicsTickFunction) == 0x000030, "Wrong size on FStartPhysicsTickFunction"); \ @@ -12702,38 +12581,13 @@ static_assert(offsetof(FLevelCollection, DemoNetDriver) == 0x000018, "Member 'FL 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_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_FActorDesc \ -static_assert(alignof(FActorDesc) == 0x000008, "Wrong alignment on FActorDesc"); \ -static_assert(sizeof(FActorDesc) == 0x0000B0, "Wrong size on FActorDesc"); \ -static_assert(offsetof(FActorDesc, Guid) == 0x000000, "Member 'FActorDesc::Guid' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, NativeClass) == 0x000010, "Member 'FActorDesc::NativeClass' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, Class) == 0x000018, "Member 'FActorDesc::Class' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, Name) == 0x000038, "Member 'FActorDesc::Name' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, Label) == 0x000040, "Member 'FActorDesc::Label' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, Bounds) == 0x000048, "Member 'FActorDesc::Bounds' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, RuntimeGrid) == 0x000080, "Member 'FActorDesc::RuntimeGrid' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, bIsSpatiallyLoaded) == 0x000088, "Member 'FActorDesc::bIsSpatiallyLoaded' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, bActorIsEditorOnly) == 0x000089, "Member 'FActorDesc::bActorIsEditorOnly' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, ActorPackage) == 0x00008C, "Member 'FActorDesc::ActorPackage' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, ActorPath) == 0x000094, "Member 'FActorDesc::ActorPath' has a wrong offset!"); \ -static_assert(offsetof(FActorDesc, DataLayerAssets) == 0x0000A0, "Member 'FActorDesc::DataLayerAssets' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWorldPartitionDestructibleHLODDamagedActorState \ -static_assert(alignof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000004, "Wrong alignment on FWorldPartitionDestructibleHLODDamagedActorState"); \ -static_assert(sizeof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000014, "Wrong size on FWorldPartitionDestructibleHLODDamagedActorState"); \ -static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorIndex) == 0x00000C, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorIndex' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorHealth) == 0x000010, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorHealth' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWorldPartitionDestructibleHLODState \ -static_assert(alignof(FWorldPartitionDestructibleHLODState) == 0x000008, "Wrong alignment on FWorldPartitionDestructibleHLODState"); \ -static_assert(sizeof(FWorldPartitionDestructibleHLODState) == 0x000148, "Wrong size on FWorldPartitionDestructibleHLODState"); \ -static_assert(offsetof(FWorldPartitionDestructibleHLODState, DamagedActors) == 0x000108, "Member 'FWorldPartitionDestructibleHLODState::DamagedActors' has a wrong offset!"); \ -static_assert(offsetof(FWorldPartitionDestructibleHLODState, OwnerComponent) == 0x000118, "Member 'FWorldPartitionDestructibleHLODState::OwnerComponent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FActorPlacementDataLayers \ +static_assert(alignof(FActorPlacementDataLayers) == 0x000008, "Wrong alignment on FActorPlacementDataLayers"); \ +static_assert(sizeof(FActorPlacementDataLayers) == 0x000028, "Wrong size on FActorPlacementDataLayers"); \ +static_assert(offsetof(FActorPlacementDataLayers, DataLayerInstanceNames) == 0x000000, "Member 'FActorPlacementDataLayers::DataLayerInstanceNames' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, ExternalDataLayerName) == 0x000010, "Member 'FActorPlacementDataLayers::ExternalDataLayerName' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, CurrentColorizedDataLayerInstanceName) == 0x000018, "Member 'FActorPlacementDataLayers::CurrentColorizedDataLayerInstanceName' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, ContextID) == 0x000020, "Member 'FActorPlacementDataLayers::ContextID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldPartitionHLODDestructionTag \ static_assert(alignof(FWorldPartitionHLODDestructionTag) == 0x000008, "Wrong alignment on FWorldPartitionHLODDestructionTag"); \ @@ -12741,40 +12595,16 @@ static_assert(sizeof(FWorldPartitionHLODDestructionTag) == 0x000010, "Wrong size static_assert(offsetof(FWorldPartitionHLODDestructionTag, HLODDestructionComponent) == 0x000000, "Member 'FWorldPartitionHLODDestructionTag::HLODDestructionComponent' has a wrong offset!"); \ static_assert(offsetof(FWorldPartitionHLODDestructionTag, ActorIndex) == 0x000008, "Member 'FWorldPartitionHLODDestructionTag::ActorIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FWorldPartitionPerWorldSettings \ +static_assert(alignof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong alignment on FWorldPartitionPerWorldSettings"); \ +static_assert(sizeof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong size on FWorldPartitionPerWorldSettings"); \ + #define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellStreamingData \ static_assert(alignof(FWorldPartitionRuntimeCellStreamingData) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeCellStreamingData"); \ static_assert(sizeof(FWorldPartitionRuntimeCellStreamingData) == 0x000030, "Wrong size on FWorldPartitionRuntimeCellStreamingData"); \ static_assert(offsetof(FWorldPartitionRuntimeCellStreamingData, PackageName) == 0x000000, "Member 'FWorldPartitionRuntimeCellStreamingData::PackageName' has a wrong offset!"); \ static_assert(offsetof(FWorldPartitionRuntimeCellStreamingData, WorldAsset) == 0x000010, "Member 'FWorldPartitionRuntimeCellStreamingData::WorldAsset' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSpatialHashStreamingGridLayerCell \ -static_assert(alignof(FSpatialHashStreamingGridLayerCell) == 0x000008, "Wrong alignment on FSpatialHashStreamingGridLayerCell"); \ -static_assert(sizeof(FSpatialHashStreamingGridLayerCell) == 0x000010, "Wrong size on FSpatialHashStreamingGridLayerCell"); \ -static_assert(offsetof(FSpatialHashStreamingGridLayerCell, GridCells) == 0x000000, "Member 'FSpatialHashStreamingGridLayerCell::GridCells' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSpatialHashStreamingGridLevel \ -static_assert(alignof(FSpatialHashStreamingGridLevel) == 0x000008, "Wrong alignment on FSpatialHashStreamingGridLevel"); \ -static_assert(sizeof(FSpatialHashStreamingGridLevel) == 0x000060, "Wrong size on FSpatialHashStreamingGridLevel"); \ -static_assert(offsetof(FSpatialHashStreamingGridLevel, LayerCells) == 0x000000, "Member 'FSpatialHashStreamingGridLevel::LayerCells' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGridLevel, LayerCellsMapping) == 0x000010, "Member 'FSpatialHashStreamingGridLevel::LayerCellsMapping' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSpatialHashStreamingGrid \ -static_assert(alignof(FSpatialHashStreamingGrid) == 0x000008, "Wrong alignment on FSpatialHashStreamingGrid"); \ -static_assert(sizeof(FSpatialHashStreamingGrid) == 0x0000B8, "Wrong size on FSpatialHashStreamingGrid"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, GridName) == 0x000000, "Member 'FSpatialHashStreamingGrid::GridName' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, Origin) == 0x000008, "Member 'FSpatialHashStreamingGrid::Origin' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, CellSize) == 0x000020, "Member 'FSpatialHashStreamingGrid::CellSize' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, LoadingRange) == 0x000024, "Member 'FSpatialHashStreamingGrid::LoadingRange' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, bBlockOnSlowStreaming) == 0x000028, "Member 'FSpatialHashStreamingGrid::bBlockOnSlowStreaming' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, DebugColor) == 0x00002C, "Member 'FSpatialHashStreamingGrid::DebugColor' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, GridLevels) == 0x000040, "Member 'FSpatialHashStreamingGrid::GridLevels' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, WorldBounds) == 0x000050, "Member 'FSpatialHashStreamingGrid::WorldBounds' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, bClientOnlyVisible) == 0x000088, "Member 'FSpatialHashStreamingGrid::bClientOnlyVisible' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, HLODLayer) == 0x000090, "Member 'FSpatialHashStreamingGrid::HLODLayer' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, GridIndex) == 0x000098, "Member 'FSpatialHashStreamingGrid::GridIndex' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, Settings) == 0x00009C, "Member 'FSpatialHashStreamingGrid::Settings' has a wrong offset!"); \ -static_assert(offsetof(FSpatialHashStreamingGrid, InjectedGridLevels) == 0x0000A8, "Member 'FSpatialHashStreamingGrid::InjectedGridLevels' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FWorldPartitionRuntimeSpatialHashGridPreviewer \ static_assert(alignof(FWorldPartitionRuntimeSpatialHashGridPreviewer) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeSpatialHashGridPreviewer"); \ static_assert(sizeof(FWorldPartitionRuntimeSpatialHashGridPreviewer) == 0x000001, "Wrong size on FWorldPartitionRuntimeSpatialHashGridPreviewer"); \ @@ -12790,30 +12620,33 @@ static_assert(offsetof(FStreamingSourceShape, SectorAngle) == 0x000010, "Member static_assert(offsetof(FStreamingSourceShape, Location) == 0x000018, "Member 'FStreamingSourceShape::Location' has a wrong offset!"); \ static_assert(offsetof(FStreamingSourceShape, Rotation) == 0x000030, "Member 'FStreamingSourceShape::Rotation' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FWorldPartitionStreamingQuerySource \ +static_assert(alignof(FWorldPartitionStreamingQuerySource) == 0x000008, "Wrong alignment on FWorldPartitionStreamingQuerySource"); \ +static_assert(sizeof(FWorldPartitionStreamingQuerySource) == 0x000108, "Wrong size on FWorldPartitionStreamingQuerySource"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, Location) == 0x000000, "Member 'FWorldPartitionStreamingQuerySource::Location' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, Radius) == 0x000018, "Member 'FWorldPartitionStreamingQuerySource::Radius' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bUseGridLoadingRange) == 0x00001C, "Member 'FWorldPartitionStreamingQuerySource::bUseGridLoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, DataLayers) == 0x000020, "Member 'FWorldPartitionStreamingQuerySource::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bDataLayersOnly) == 0x000030, "Member 'FWorldPartitionStreamingQuerySource::bDataLayersOnly' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bSpatialQuery) == 0x000031, "Member 'FWorldPartitionStreamingQuerySource::bSpatialQuery' 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_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_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_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_BlueprintTypeConversions_ConvertArrayType \ static_assert(alignof(BlueprintTypeConversions_ConvertArrayType) == 0x000008, "Wrong alignment on BlueprintTypeConversions_ConvertArrayType"); \ @@ -49001,6 +48834,10 @@ static_assert(offsetof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer, PlayerCont static_assert(alignof(UEyeTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UEyeTrackerFunctionLibrary"); \ static_assert(sizeof(UEyeTrackerFunctionLibrary) == 0x000028, "Wrong size on UEyeTrackerFunctionLibrary"); \ +#define DUMPER7_ASSERTS_UDamage_LavaBlack_C \ +static_assert(alignof(UDamage_LavaBlack_C) == 0x000008, "Wrong alignment on UDamage_LavaBlack_C"); \ +static_assert(sizeof(UDamage_LavaBlack_C) == 0x000040, "Wrong size on UDamage_LavaBlack_C"); \ + #define DUMPER7_ASSERTS_USparseVolumeTextureViewerComponent \ static_assert(alignof(USparseVolumeTextureViewerComponent) == 0x000010, "Wrong alignment on USparseVolumeTextureViewerComponent"); \ static_assert(sizeof(USparseVolumeTextureViewerComponent) == 0x000550, "Wrong size on USparseVolumeTextureViewerComponent"); \ @@ -50311,28 +50148,6 @@ static_assert(sizeof(UTimeSynchronizationSource) == 0x000030, "Wrong size on UTi 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_FCustomMeshTriangle \ -static_assert(alignof(FCustomMeshTriangle) == 0x000008, "Wrong alignment on FCustomMeshTriangle"); \ -static_assert(sizeof(FCustomMeshTriangle) == 0x000048, "Wrong size on FCustomMeshTriangle"); \ -static_assert(offsetof(FCustomMeshTriangle, Vertex0) == 0x000000, "Member 'FCustomMeshTriangle::Vertex0' has a wrong offset!"); \ -static_assert(offsetof(FCustomMeshTriangle, Vertex1) == 0x000018, "Member 'FCustomMeshTriangle::Vertex1' has a wrong offset!"); \ -static_assert(offsetof(FCustomMeshTriangle, Vertex2) == 0x000030, "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) == 0x000560, "Wrong size on UCustomMeshComponent"); \ - #define DUMPER7_ASSERTS_FMovieSceneSequenceID \ static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ @@ -50385,12 +50200,26 @@ static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieS static_assert(alignof(FMovieSceneEvalTemplateBase) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplateBase"); \ static_assert(sizeof(FMovieSceneEvalTemplateBase) == 0x000010, "Wrong size on FMovieSceneEvalTemplateBase"); \ +#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_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_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_FMovieSceneKeyStruct \ static_assert(alignof(FMovieSceneKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyStruct"); \ static_assert(sizeof(FMovieSceneKeyStruct) == 0x000008, "Wrong size on FMovieSceneKeyStruct"); \ @@ -50441,6 +50270,13 @@ static_assert(offsetof(FSectionEvaluationData, Flags) == 0x000008, "Member 'FSec static_assert(alignof(FMovieSceneSegment) == 0x000008, "Wrong alignment on FMovieSceneSegment"); \ static_assert(sizeof(FMovieSceneSegment) == 0x000058, "Wrong size on FMovieSceneSegment"); \ +#define DUMPER7_ASSERTS_FMovieSceneBindingReference \ +static_assert(alignof(FMovieSceneBindingReference) == 0x000008, "Wrong alignment on FMovieSceneBindingReference"); \ +static_assert(sizeof(FMovieSceneBindingReference) == 0x000028, "Wrong size on FMovieSceneBindingReference"); \ +static_assert(offsetof(FMovieSceneBindingReference, ID) == 0x000000, "Member 'FMovieSceneBindingReference::ID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingReference, Locator) == 0x000010, "Member 'FMovieSceneBindingReference::Locator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingReference, ResolveFlags) == 0x000020, "Member 'FMovieSceneBindingReference::ResolveFlags' 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"); \ @@ -50710,6 +50546,11 @@ static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong siz 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_FMovieSceneSequencePlayToParams \ +static_assert(alignof(FMovieSceneSequencePlayToParams) == 0x000001, "Wrong alignment on FMovieSceneSequencePlayToParams"); \ +static_assert(sizeof(FMovieSceneSequencePlayToParams) == 0x000001, "Wrong size on FMovieSceneSequencePlayToParams"); \ +static_assert(offsetof(FMovieSceneSequencePlayToParams, bExclusive) == 0x000000, "Member 'FMovieSceneSequencePlayToParams::bExclusive' 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"); \ @@ -50721,6 +50562,13 @@ static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong 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_FMovieSceneDynamicBindingResolveParams \ +static_assert(alignof(FMovieSceneDynamicBindingResolveParams) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingResolveParams"); \ +static_assert(sizeof(FMovieSceneDynamicBindingResolveParams) == 0x000020, "Wrong size on FMovieSceneDynamicBindingResolveParams"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, Sequence) == 0x000000, "Member 'FMovieSceneDynamicBindingResolveParams::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, ObjectBindingID) == 0x000008, "Member 'FMovieSceneDynamicBindingResolveParams::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, RootSequence) == 0x000018, "Member 'FMovieSceneDynamicBindingResolveParams::RootSequence' 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"); \ @@ -50759,6 +50607,14 @@ static_assert(offsetof(FMovieSceneTemplateGenerationLedger, LastTrackIdentifier) 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_FMovieSceneSequenceReplProperties \ +static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ +static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000014, "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!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownSerialNumber) == 0x000010, "Member 'FMovieSceneSequenceReplProperties::LastKnownSerialNumber' 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"); \ @@ -50810,6 +50666,10 @@ static_assert(alignof(FMovieScenePropertySectionTemplate) == 0x000008, "Wrong al 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_FTestMovieSceneEvalTemplate \ +static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ +static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ + #define DUMPER7_ASSERTS_FMovieSceneTimeWarping \ static_assert(alignof(FMovieSceneTimeWarping) == 0x000004, "Wrong alignment on FMovieSceneTimeWarping"); \ static_assert(sizeof(FMovieSceneTimeWarping) == 0x000008, "Wrong size on FMovieSceneTimeWarping"); \ @@ -50905,11 +50765,6 @@ static_assert(offsetof(FMovieSceneEditorData, MarkedFrames) == 0x000080, "Member 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_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_FMovieSceneObjectBindingID \ static_assert(alignof(FMovieSceneObjectBindingID) == 0x000004, "Wrong alignment on FMovieSceneObjectBindingID"); \ static_assert(sizeof(FMovieSceneObjectBindingID) == 0x000018, "Wrong size on FMovieSceneObjectBindingID"); \ @@ -50954,13 +50809,6 @@ static_assert(sizeof(FMovieSceneBindingProxy) == 0x000018, "Wrong size on FMovie static_assert(offsetof(FMovieSceneBindingProxy, BindingID) == 0x000000, "Member 'FMovieSceneBindingProxy::BindingID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBindingProxy, Sequence) == 0x000010, "Member 'FMovieSceneBindingProxy::Sequence' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMovieSceneBindingReference \ -static_assert(alignof(FMovieSceneBindingReference) == 0x000008, "Wrong alignment on FMovieSceneBindingReference"); \ -static_assert(sizeof(FMovieSceneBindingReference) == 0x000028, "Wrong size on FMovieSceneBindingReference"); \ -static_assert(offsetof(FMovieSceneBindingReference, ID) == 0x000000, "Member 'FMovieSceneBindingReference::ID' has a wrong offset!"); \ -static_assert(offsetof(FMovieSceneBindingReference, Locator) == 0x000010, "Member 'FMovieSceneBindingReference::Locator' has a wrong offset!"); \ -static_assert(offsetof(FMovieSceneBindingReference, ResolveFlags) == 0x000020, "Member 'FMovieSceneBindingReference::ResolveFlags' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMovieSceneBindingReferences \ static_assert(alignof(FMovieSceneBindingReferences) == 0x000008, "Wrong alignment on FMovieSceneBindingReferences"); \ static_assert(sizeof(FMovieSceneBindingReferences) == 0x000010, "Wrong size on FMovieSceneBindingReferences"); \ @@ -50978,13 +50826,6 @@ static_assert(sizeof(FMovieSceneDynamicBinding) == 0x000028, "Wrong size on FMov static_assert(offsetof(FMovieSceneDynamicBinding, Function) == 0x000000, "Member 'FMovieSceneDynamicBinding::Function' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneDynamicBinding, ResolveParamsProperty) == 0x000008, "Member 'FMovieSceneDynamicBinding::ResolveParamsProperty' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingResolveParams \ -static_assert(alignof(FMovieSceneDynamicBindingResolveParams) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingResolveParams"); \ -static_assert(sizeof(FMovieSceneDynamicBindingResolveParams) == 0x000020, "Wrong size on FMovieSceneDynamicBindingResolveParams"); \ -static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, Sequence) == 0x000000, "Member 'FMovieSceneDynamicBindingResolveParams::Sequence' has a wrong offset!"); \ -static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, ObjectBindingID) == 0x000008, "Member 'FMovieSceneDynamicBindingResolveParams::ObjectBindingID' has a wrong offset!"); \ -static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, RootSequence) == 0x000018, "Member 'FMovieSceneDynamicBindingResolveParams::RootSequence' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMovieSceneDynamicBindingResolveResult \ static_assert(alignof(FMovieSceneDynamicBindingResolveResult) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingResolveResult"); \ static_assert(sizeof(FMovieSceneDynamicBindingResolveResult) == 0x000010, "Wrong size on FMovieSceneDynamicBindingResolveResult"); \ @@ -51033,14 +50874,6 @@ static_assert(offsetof(FMovieSceneTimecodeSource, Timecode) == 0x000000, "Member static_assert(alignof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceData"); \ static_assert(sizeof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong size on FMovieSceneSequenceInstanceData"); \ -#define DUMPER7_ASSERTS_FMovieSceneSequenceReplProperties \ -static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ -static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000014, "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!"); \ -static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownSerialNumber) == 0x000010, "Member 'FMovieSceneSequenceReplProperties::LastKnownSerialNumber' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000038, "Wrong size on FMovieSceneSequencePlaybackParams"); \ @@ -51052,11 +50885,6 @@ static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000 static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000035, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, bHasJumped) == 0x000036, "Member 'FMovieSceneSequencePlaybackParams::bHasJumped' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMovieSceneSequencePlayToParams \ -static_assert(alignof(FMovieSceneSequencePlayToParams) == 0x000001, "Wrong alignment on FMovieSceneSequencePlayToParams"); \ -static_assert(sizeof(FMovieSceneSequencePlayToParams) == 0x000001, "Wrong size on FMovieSceneSequencePlayToParams"); \ -static_assert(offsetof(FMovieSceneSequencePlayToParams, bExclusive) == 0x000000, "Member 'FMovieSceneSequencePlayToParams::bExclusive' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMovieSceneSpawnable \ static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ static_assert(sizeof(FMovieSceneSpawnable) == 0x0000F0, "Wrong size on FMovieSceneSpawnable"); \ @@ -51080,24 +50908,11 @@ static_assert(sizeof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong size on FM static_assert(alignof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackDisplayOptions"); \ static_assert(sizeof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong size on FMovieSceneTrackDisplayOptions"); \ -#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_FTestMovieSceneEvalTemplate \ -static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ -static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ - #define DUMPER7_ASSERTS_IMovieSceneBlenderSystemSupport \ static_assert(alignof(IMovieSceneBlenderSystemSupport) == 0x000001, "Wrong alignment on IMovieSceneBlenderSystemSupport"); \ static_assert(sizeof(IMovieSceneBlenderSystemSupport) == 0x000001, "Wrong size on IMovieSceneBlenderSystemSupport"); \ @@ -51849,38 +51664,9 @@ static_assert(sizeof(UMovieSceneSpawnTrack) == 0x0000B8, "Wrong size on UMovieSc static_assert(offsetof(UMovieSceneSpawnTrack, Sections) == 0x000098, "Member 'UMovieSceneSpawnTrack::Sections' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSpawnTrack, ObjectGuid) == 0x0000A8, "Member 'UMovieSceneSpawnTrack::ObjectGuid' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheParams \ -static_assert(alignof(FMovieSceneGeometryCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheParams"); \ -static_assert(sizeof(FMovieSceneGeometryCacheParams) == 0x000048, "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) == 0x000050, "Wrong size on FMovieSceneGeometryCacheSectionTemplateParameters"); \ -static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionStartTime) == 0x000048, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ -static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionEndTime) == 0x00004C, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplate \ -static_assert(alignof(FMovieSceneGeometryCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplate"); \ -static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplate) == 0x000070, "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) == 0x000138, "Wrong size on UMovieSceneGeometryCacheSection"); \ -static_assert(offsetof(UMovieSceneGeometryCacheSection, Params_0) == 0x0000F0, "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) == 0x0000B0, "Wrong size on UMovieSceneGeometryCacheTrack"); \ -static_assert(offsetof(UMovieSceneGeometryCacheTrack, AnimationSections) == 0x0000A0, "Member 'UMovieSceneGeometryCacheTrack::AnimationSections' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCrumblingEventCallbackWrapper \ +static_assert(alignof(FCrumblingEventCallbackWrapper) == 0x000010, "Wrong alignment on FCrumblingEventCallbackWrapper"); \ +static_assert(sizeof(FCrumblingEventCallbackWrapper) == 0x000040, "Wrong size on FCrumblingEventCallbackWrapper"); \ #define DUMPER7_ASSERTS_FChaosPhysicsCollisionInfo \ static_assert(alignof(FChaosPhysicsCollisionInfo) == 0x000008, "Wrong alignment on FChaosPhysicsCollisionInfo"); \ @@ -51905,10 +51691,6 @@ static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000040, "Wrong size on FBr static_assert(alignof(FRemovalEventCallbackWrapper) == 0x000010, "Wrong alignment on FRemovalEventCallbackWrapper"); \ static_assert(sizeof(FRemovalEventCallbackWrapper) == 0x000040, "Wrong size on FRemovalEventCallbackWrapper"); \ -#define DUMPER7_ASSERTS_FCrumblingEventCallbackWrapper \ -static_assert(alignof(FCrumblingEventCallbackWrapper) == 0x000010, "Wrong alignment on FCrumblingEventCallbackWrapper"); \ -static_assert(sizeof(FCrumblingEventCallbackWrapper) == 0x000040, "Wrong size on FCrumblingEventCallbackWrapper"); \ - #define DUMPER7_ASSERTS_FChaosHandlerSet \ static_assert(alignof(FChaosHandlerSet) == 0x000008, "Wrong alignment on FChaosHandlerSet"); \ static_assert(sizeof(FChaosHandlerSet) == 0x000058, "Wrong size on FChaosHandlerSet"); \ @@ -51988,6 +51770,52 @@ static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UCh static_assert(sizeof(UChaosSolverSettings) == 0x000060, "Wrong size on UChaosSolverSettings"); \ static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000040, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FWaveTableData \ +static_assert(alignof(FWaveTableData) == 0x000008, "Wrong alignment on FWaveTableData"); \ +static_assert(sizeof(FWaveTableData) == 0x000020, "Wrong size on FWaveTableData"); \ +static_assert(offsetof(FWaveTableData, BitDepth) == 0x000000, "Member 'FWaveTableData::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableData, Data) == 0x000008, "Member 'FWaveTableData::Data' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableData, FinalValue) == 0x000018, "Member 'FWaveTableData::FinalValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveTableTransform \ +static_assert(alignof(FWaveTableTransform) == 0x000008, "Wrong alignment on FWaveTableTransform"); \ +static_assert(sizeof(FWaveTableTransform) == 0x0000B8, "Wrong size on FWaveTableTransform"); \ +static_assert(offsetof(FWaveTableTransform, Curve) == 0x000000, "Member 'FWaveTableTransform::Curve' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, Scalar) == 0x000004, "Member 'FWaveTableTransform::Scalar' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, CurveCustom) == 0x000008, "Member 'FWaveTableTransform::CurveCustom' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, CurveShared) == 0x000088, "Member 'FWaveTableTransform::CurveShared' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, TableData) == 0x000090, "Member 'FWaveTableTransform::TableData' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, duration) == 0x0000B0, "Member 'FWaveTableTransform::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveTableBankEntry \ +static_assert(alignof(FWaveTableBankEntry) == 0x000008, "Wrong alignment on FWaveTableBankEntry"); \ +static_assert(sizeof(FWaveTableBankEntry) == 0x0000B8, "Wrong size on FWaveTableBankEntry"); \ +static_assert(offsetof(FWaveTableBankEntry, Transform) == 0x000000, "Member 'FWaveTableBankEntry::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveTableSettings \ +static_assert(alignof(FWaveTableSettings) == 0x000008, "Wrong alignment on FWaveTableSettings"); \ +static_assert(sizeof(FWaveTableSettings) == 0x000058, "Wrong size on FWaveTableSettings"); \ +static_assert(offsetof(FWaveTableSettings, FilePath) == 0x000000, "Member 'FWaveTableSettings::FilePath' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, ChannelIndex) == 0x000010, "Member 'FWaveTableSettings::ChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, SourceData) == 0x000018, "Member 'FWaveTableSettings::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, SourceSampleRate) == 0x000038, "Member 'FWaveTableSettings::SourceSampleRate' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, Phase) == 0x00003C, "Member 'FWaveTableSettings::Phase' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, Top) == 0x000040, "Member 'FWaveTableSettings::Top' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, Tail) == 0x000044, "Member 'FWaveTableSettings::Tail' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, FadeIn) == 0x000048, "Member 'FWaveTableSettings::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, FadeOut) == 0x00004C, "Member 'FWaveTableSettings::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, bNormalize) == 0x000050, "Member 'FWaveTableSettings::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, bRemoveOffset) == 0x000051, "Member 'FWaveTableSettings::bRemoveOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveTableBank \ +static_assert(alignof(UWaveTableBank) == 0x000008, "Wrong alignment on UWaveTableBank"); \ +static_assert(sizeof(UWaveTableBank) == 0x000060, "Wrong size on UWaveTableBank"); \ +static_assert(offsetof(UWaveTableBank, SampleMode) == 0x000030, "Member 'UWaveTableBank::SampleMode' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, Resolution) == 0x000031, "Member 'UWaveTableBank::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, SampleRate) == 0x000034, "Member 'UWaveTableBank::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, bBipolar) == 0x000038, "Member 'UWaveTableBank::bBipolar' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, Entries) == 0x000040, "Member 'UWaveTableBank::Entries' 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"); \ @@ -52389,26 +52217,6 @@ static_assert(offsetof(ReturnResultsTerminal_SetReturnResultsTerminal, ReturnVal static_assert(alignof(UReturnResultsTerminal) == 0x000008, "Wrong alignment on UReturnResultsTerminal"); \ static_assert(sizeof(UReturnResultsTerminal) == 0x0000A0, "Wrong size on UReturnResultsTerminal"); \ -#define DUMPER7_ASSERTS_WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen \ -static_assert(alignof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen) == 0x000004, "Wrong alignment on WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen"); \ -static_assert(sizeof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen) == 0x000008, "Wrong size on WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen"); \ -static_assert(offsetof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen, EntryPoint) == 0x000000, "Member 'WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AutoSaveScreen_C_PreConstruct \ -static_assert(alignof(WBP_AutoSaveScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AutoSaveScreen_C_PreConstruct"); \ -static_assert(sizeof(WBP_AutoSaveScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_AutoSaveScreen_C_PreConstruct"); \ -static_assert(offsetof(WBP_AutoSaveScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AutoSaveScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_AutoSaveScreen_C \ -static_assert(alignof(UWBP_AutoSaveScreen_C) == 0x000008, "Wrong alignment on UWBP_AutoSaveScreen_C"); \ -static_assert(sizeof(UWBP_AutoSaveScreen_C) == 0x000340, "Wrong size on UWBP_AutoSaveScreen_C"); \ -static_assert(offsetof(UWBP_AutoSaveScreen_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_AutoSaveScreen_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AutoSaveScreen_C, AutoSaveImage) == 0x000300, "Member 'UWBP_AutoSaveScreen_C::AutoSaveImage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AutoSaveScreen_C, TextBackGround) == 0x000308, "Member 'UWBP_AutoSaveScreen_C::TextBackGround' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AutoSaveScreen_C, WBP_RichText) == 0x000310, "Member 'UWBP_AutoSaveScreen_C::WBP_RichText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AutoSaveScreen_C, MT_SaveImage) == 0x000318, "Member 'UWBP_AutoSaveScreen_C::MT_SaveImage' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FStringValuePair \ static_assert(alignof(FStringValuePair) == 0x000008, "Wrong alignment on FStringValuePair"); \ static_assert(sizeof(FStringValuePair) == 0x000020, "Wrong size on FStringValuePair"); \ @@ -52455,6 +52263,13 @@ static_assert(offsetof(UDataflow, bActive) == 0x000088, "Member 'UDataflow::bAct static_assert(offsetof(UDataflow, Targets) == 0x000090, "Member 'UDataflow::Targets' has a wrong offset!"); \ static_assert(offsetof(UDataflow, Material) == 0x0000A0, "Member 'UDataflow::Material' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FChaosBreakingEventData \ +static_assert(alignof(FChaosBreakingEventData) == 0x000008, "Wrong alignment on FChaosBreakingEventData"); \ +static_assert(sizeof(FChaosBreakingEventData) == 0x000038, "Wrong size on FChaosBreakingEventData"); \ +static_assert(offsetof(FChaosBreakingEventData, Location) == 0x000000, "Member 'FChaosBreakingEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventData, Velocity) == 0x000018, "Member 'FChaosBreakingEventData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventData, Mass) == 0x000030, "Member 'FChaosBreakingEventData::Mass' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGeometryCollectionRepData \ static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ static_assert(sizeof(FGeometryCollectionRepData) == 0x000038, "Wrong size on FGeometryCollectionRepData"); \ @@ -52468,18 +52283,12 @@ static_assert(offsetof(FChaosTrailingEventData, AngularVelocity) == 0x000030, "M static_assert(offsetof(FChaosTrailingEventData, Mass) == 0x000048, "Member 'FChaosTrailingEventData::Mass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, ParticleIndex) == 0x00004C, "Member 'FChaosTrailingEventData::ParticleIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGeometryCollectionCollisionParticleData \ -static_assert(alignof(FGeometryCollectionCollisionParticleData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionParticleData"); \ -static_assert(sizeof(FGeometryCollectionCollisionParticleData) == 0x000008, "Wrong size on FGeometryCollectionCollisionParticleData"); \ -static_assert(offsetof(FGeometryCollectionCollisionParticleData, CollisionParticlesFraction) == 0x000000, "Member 'FGeometryCollectionCollisionParticleData::CollisionParticlesFraction' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionCollisionParticleData, MaximumCollisionParticles) == 0x000004, "Member 'FGeometryCollectionCollisionParticleData::MaximumCollisionParticles' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FChaosBreakingEventData \ -static_assert(alignof(FChaosBreakingEventData) == 0x000008, "Wrong alignment on FChaosBreakingEventData"); \ -static_assert(sizeof(FChaosBreakingEventData) == 0x000038, "Wrong size on FChaosBreakingEventData"); \ -static_assert(offsetof(FChaosBreakingEventData, Location) == 0x000000, "Member 'FChaosBreakingEventData::Location' has a wrong offset!"); \ -static_assert(offsetof(FChaosBreakingEventData, Velocity) == 0x000018, "Member 'FChaosBreakingEventData::Velocity' has a wrong offset!"); \ -static_assert(offsetof(FChaosBreakingEventData, Mass) == 0x000030, "Member 'FChaosBreakingEventData::Mass' 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_FChaosCollisionEventData \ static_assert(alignof(FChaosCollisionEventData) == 0x000008, "Wrong alignment on FChaosCollisionEventData"); \ @@ -52492,6 +52301,10 @@ static_assert(offsetof(FChaosCollisionEventData, Mass1) == 0x000060, "Member 'FC static_assert(offsetof(FChaosCollisionEventData, Mass2) == 0x000064, "Member 'FChaosCollisionEventData::Mass2' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventData, Impulse) == 0x000068, "Member 'FChaosCollisionEventData::Impulse' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGeometryCollectionRepDynamicData \ +static_assert(alignof(FGeometryCollectionRepDynamicData) == 0x000008, "Wrong alignment on FGeometryCollectionRepDynamicData"); \ +static_assert(sizeof(FGeometryCollectionRepDynamicData) == 0x000018, "Wrong size on FGeometryCollectionRepDynamicData"); \ + #define DUMPER7_ASSERTS_FGeometryCollectionLevelSetData \ static_assert(alignof(FGeometryCollectionLevelSetData) == 0x000004, "Wrong alignment on FGeometryCollectionLevelSetData"); \ static_assert(sizeof(FGeometryCollectionLevelSetData) == 0x000010, "Wrong size on FGeometryCollectionLevelSetData"); \ @@ -52500,27 +52313,6 @@ static_assert(offsetof(FGeometryCollectionLevelSetData, MaxLevelSetResolution) = static_assert(offsetof(FGeometryCollectionLevelSetData, MinClusterLevelSetResolution) == 0x000008, "Member 'FGeometryCollectionLevelSetData::MinClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionLevelSetData, MaxClusterLevelSetResolution) == 0x00000C, "Member 'FGeometryCollectionLevelSetData::MaxClusterLevelSetResolution' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGeometryCollectionCollisionTypeData \ -static_assert(alignof(FGeometryCollectionCollisionTypeData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionTypeData"); \ -static_assert(sizeof(FGeometryCollectionCollisionTypeData) == 0x000024, "Wrong size on FGeometryCollectionCollisionTypeData"); \ -static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionType) == 0x000000, "Member 'FGeometryCollectionCollisionTypeData::CollisionType' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionCollisionTypeData, ImplicitType) == 0x000001, "Member 'FGeometryCollectionCollisionTypeData::ImplicitType' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionCollisionTypeData, LevelSet) == 0x000004, "Member 'FGeometryCollectionCollisionTypeData::LevelSet' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionParticles) == 0x000014, "Member 'FGeometryCollectionCollisionTypeData::CollisionParticles' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionObjectReductionPercentage) == 0x00001C, "Member 'FGeometryCollectionCollisionTypeData::CollisionObjectReductionPercentage' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionMarginFraction) == 0x000020, "Member 'FGeometryCollectionCollisionTypeData::CollisionMarginFraction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FGeometryCollectionSizeSpecificData \ -static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000008, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ -static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000020, "Wrong size on FGeometryCollectionSizeSpecificData"); \ -static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionShapes) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::CollisionShapes' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionSizeSpecificData, DamageThreshold) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::DamageThreshold' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FGeometryCollectionRepDynamicData \ -static_assert(alignof(FGeometryCollectionRepDynamicData) == 0x000008, "Wrong alignment on FGeometryCollectionRepDynamicData"); \ -static_assert(sizeof(FGeometryCollectionRepDynamicData) == 0x000018, "Wrong size on FGeometryCollectionRepDynamicData"); \ - #define DUMPER7_ASSERTS_FChaosRemovalEventData \ static_assert(alignof(FChaosRemovalEventData) == 0x000008, "Wrong alignment on FChaosRemovalEventData"); \ static_assert(sizeof(FChaosRemovalEventData) == 0x000020, "Wrong size on FChaosRemovalEventData"); \ @@ -52605,13 +52397,6 @@ static_assert(offsetof(FChaosTrailingEventRequestSettings, SortMethod) == 0x0000 static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ -#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_FGeometryCollectionSource \ static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ static_assert(sizeof(FGeometryCollectionSource) == 0x0000B0, "Wrong size on FGeometryCollectionSource"); \ @@ -52639,6 +52424,29 @@ static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StartCullDistance) = static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, EndCullDistance) == 0x000024, "Member 'FGeometryCollectionEmbeddedExemplar::EndCullDistance' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, InstanceCount) == 0x000028, "Member 'FGeometryCollectionEmbeddedExemplar::InstanceCount' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGeometryCollectionCollisionParticleData \ +static_assert(alignof(FGeometryCollectionCollisionParticleData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionParticleData"); \ +static_assert(sizeof(FGeometryCollectionCollisionParticleData) == 0x000008, "Wrong size on FGeometryCollectionCollisionParticleData"); \ +static_assert(offsetof(FGeometryCollectionCollisionParticleData, CollisionParticlesFraction) == 0x000000, "Member 'FGeometryCollectionCollisionParticleData::CollisionParticlesFraction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionParticleData, MaximumCollisionParticles) == 0x000004, "Member 'FGeometryCollectionCollisionParticleData::MaximumCollisionParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionCollisionTypeData \ +static_assert(alignof(FGeometryCollectionCollisionTypeData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionTypeData"); \ +static_assert(sizeof(FGeometryCollectionCollisionTypeData) == 0x000024, "Wrong size on FGeometryCollectionCollisionTypeData"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionType) == 0x000000, "Member 'FGeometryCollectionCollisionTypeData::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, ImplicitType) == 0x000001, "Member 'FGeometryCollectionCollisionTypeData::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, LevelSet) == 0x000004, "Member 'FGeometryCollectionCollisionTypeData::LevelSet' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionParticles) == 0x000014, "Member 'FGeometryCollectionCollisionTypeData::CollisionParticles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionObjectReductionPercentage) == 0x00001C, "Member 'FGeometryCollectionCollisionTypeData::CollisionObjectReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionMarginFraction) == 0x000020, "Member 'FGeometryCollectionCollisionTypeData::CollisionMarginFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionSizeSpecificData \ +static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000008, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ +static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000020, "Wrong size on FGeometryCollectionSizeSpecificData"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionShapes) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::CollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, DamageThreshold) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::DamageThreshold' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGeometryCollectionProxyMeshData \ static_assert(alignof(FGeometryCollectionProxyMeshData) == 0x000008, "Wrong alignment on FGeometryCollectionProxyMeshData"); \ static_assert(sizeof(FGeometryCollectionProxyMeshData) == 0x000010, "Wrong size on FGeometryCollectionProxyMeshData"); \ @@ -53310,120 +53118,69 @@ static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowStats) static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowBounds) == 0x00056A, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::bShowBounds' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, SelectedComponent) == 0x000570, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::SelectedComponent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion \ -static_assert(alignof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion) == 0x000004, "Wrong alignment on WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion"); \ -static_assert(sizeof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion) == 0x000040, "Wrong size on WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion, EntryPoint) == 0x000000, "Member 'WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion::K2Node_Event_MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit \ +static_assert(alignof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit) == 0x000008, "Wrong alignment on BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit"); \ +static_assert(sizeof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit) == 0x0000D8, "Wrong size on BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, EntryPoint) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_4) == 0x000010, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_3) == 0x000028, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_2) == 0x000040, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName_1) == 0x000058, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CustomEvent_NotifyName) == 0x000070, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_CreateDelegate_OutputDelegate_4) == 0x000078, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, Temp_name_Variable) == 0x000088, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, Temp_delegate_Variable) == 0x000090, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_PostEvent_ReturnValue) == 0x0000A0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_Event_Pawn) == 0x0000A8, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_Event_DeathActorInstigator) == 0x0000B0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_DynamicCast_AsCH_Exosuit) == 0x0000B8, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_DynamicCast_AsCH_Exosuit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000C1, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000C8, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_Death_Explode_ExoSuit_C_ExecuteUbergraph_BP_Death_Explode_ExoSuit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_DebugLocomotion_C_Init \ -static_assert(alignof(WBP_DebugLocomotion_C_Init) == 0x000008, "Wrong alignment on WBP_DebugLocomotion_C_Init"); \ -static_assert(sizeof(WBP_DebugLocomotion_C_Init) == 0x0003B8, "Wrong size on WBP_DebugLocomotion_C_Init"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_DebugLocomotion_C_Init::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_DebugLocomotion_C_Init::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000018, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetWorldManager_ReturnValue) == 0x000038, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetWorldManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugString_ReturnValue) == 0x000040, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetValue_ReturnValue) == 0x000050, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000068, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000078, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_K2_GetPawn_ReturnValue) == 0x0000A8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_2) == 0x0000B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue) == 0x0000B8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000C8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000D8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0000E8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetText_ReturnValue) == 0x0000F8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x000108, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_TextToString_ReturnValue) == 0x000110, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_AsCH_Darwin) == 0x000120, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue) == 0x000130, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000140, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000150, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000160, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000170, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetTimeSeconds_ReturnValue) == 0x000180, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue_2) == 0x000188, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000190, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_3) == 0x000198, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000199, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x0001A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_2) == 0x0001B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_3) == 0x0001C0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_4) == 0x0001D0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001E0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0001F0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000200, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000210, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_AddChild_ReturnValue) == 0x000220, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000228, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000238, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000248, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000258, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue_3) == 0x000268, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetGameplayTagComponent_ReturnValue) == 0x000270, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetGameplayTagComponent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000278, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugInfo_ReturnValue) == 0x000280, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugInfo_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue) == 0x000290, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_6) == 0x0002A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_7) == 0x0002B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0002C0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugInfo_ReturnValue_1) == 0x0002C8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugInfo_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_8) == 0x0002D8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0002E8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_9) == 0x0002F8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_AsCH_Darwin_1) == 0x000308, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_AsCH_Darwin_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_bSuccess_1) == 0x000310, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000318, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_4) == 0x000328, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Array_Get_Item) == 0x000330, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue_2) == 0x000338, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Array_Length_ReturnValue) == 0x000348, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_10) == 0x000350, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Less_IntInt_ReturnValue) == 0x000360, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue_3) == 0x000368, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_11) == 0x000378, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToText_Value_ImplicitCast) == 0x000388, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToText_Value_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000390, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1) == 0x000398, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_2) == 0x0003A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_3) == 0x0003A8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_4) == 0x0003B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_4' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D \ +static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnBlendOut_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_DebugLocomotion_C_Tick \ -static_assert(alignof(WBP_DebugLocomotion_C_Tick) == 0x000004, "Wrong alignment on WBP_DebugLocomotion_C_Tick"); \ -static_assert(sizeof(WBP_DebugLocomotion_C_Tick) == 0x00003C, "Wrong size on WBP_DebugLocomotion_C_Tick"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_DebugLocomotion_C_Tick::MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugLocomotion_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_DebugLocomotion_C_Tick::InDeltaTime' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D \ +static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnCompleted_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_DebugLocomotion_C \ -static_assert(alignof(UWBP_DebugLocomotion_C) == 0x000008, "Wrong alignment on UWBP_DebugLocomotion_C"); \ -static_assert(sizeof(UWBP_DebugLocomotion_C) == 0x000368, "Wrong size on UWBP_DebugLocomotion_C"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_DebugLocomotion_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, ScrollBox_Overlaps) == 0x000300, "Member 'UWBP_DebugLocomotion_C::ScrollBox_Overlaps' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Camo) == 0x000308, "Member 'UWBP_DebugLocomotion_C::Text_Camo' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Controller) == 0x000310, "Member 'UWBP_DebugLocomotion_C::Text_Controller' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Health) == 0x000318, "Member 'UWBP_DebugLocomotion_C::Text_Health' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Interact) == 0x000320, "Member 'UWBP_DebugLocomotion_C::Text_Interact' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Jump) == 0x000328, "Member 'UWBP_DebugLocomotion_C::Text_Jump' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Locomotion) == 0x000330, "Member 'UWBP_DebugLocomotion_C::Text_Locomotion' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_MovementMode) == 0x000338, "Member 'UWBP_DebugLocomotion_C::Text_MovementMode' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_PlayerPawn) == 0x000340, "Member 'UWBP_DebugLocomotion_C::Text_PlayerPawn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Tags) == 0x000348, "Member 'UWBP_DebugLocomotion_C::Text_Tags' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, Text_World) == 0x000350, "Member 'UWBP_DebugLocomotion_C::Text_World' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, TextLevelTransition) == 0x000358, "Member 'UWBP_DebugLocomotion_C::TextLevelTransition' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugLocomotion_C, AbilitiesRefreshTimeStamp) == 0x000360, "Member 'UWBP_DebugLocomotion_C::AbilitiesRefreshTimeStamp' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Explode_ExoSuit_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Explode_ExoSuit_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D \ +static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnInterrupted_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D \ +static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnNotifyBegin_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D \ +static_assert(alignof(BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000004, "Wrong alignment on BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(sizeof(BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D) == 0x000008, "Wrong size on BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D"); \ +static_assert(offsetof(BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D, NotifyName) == 0x000000, "Member 'BP_Death_Explode_ExoSuit_C_OnNotifyEnd_B7D26E324EBBA1C82D5726AFF36B2E4D::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_Explode_ExoSuit_C \ +static_assert(alignof(ABP_Death_Explode_ExoSuit_C) == 0x000008, "Wrong alignment on ABP_Death_Explode_ExoSuit_C"); \ +static_assert(sizeof(ABP_Death_Explode_ExoSuit_C) == 0x000310, "Wrong size on ABP_Death_Explode_ExoSuit_C"); \ +static_assert(offsetof(ABP_Death_Explode_ExoSuit_C, UberGraphFrame_BP_Death_Explode_ExoSuit_C) == 0x0002F8, "Member 'ABP_Death_Explode_ExoSuit_C::UberGraphFrame_BP_Death_Explode_ExoSuit_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Explode_ExoSuit_C, Dust) == 0x000300, "Member 'ABP_Death_Explode_ExoSuit_C::Dust' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Explode_ExoSuit_C, Elec) == 0x000308, "Member 'ABP_Death_Explode_ExoSuit_C::Elec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SkeletalControlBase \ static_assert(alignof(FAnimNode_SkeletalControlBase) == 0x000008, "Wrong alignment on FAnimNode_SkeletalControlBase"); \ @@ -55188,110 +54945,16 @@ static_assert(offsetof(SkeletalControlLibrary_SetAlpha, ReturnValue) == 0x000018 static_assert(alignof(USkeletalControlLibrary) == 0x000008, "Wrong alignment on USkeletalControlLibrary"); \ static_assert(sizeof(USkeletalControlLibrary) == 0x000028, "Wrong size on USkeletalControlLibrary"); \ -#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember \ -static_assert(alignof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember) == 0x000004, "Wrong alignment on WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember"); \ -static_assert(sizeof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember) == 0x000008, "Wrong size on WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember"); \ -static_assert(offsetof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember, EntryPoint) == 0x000000, "Member 'WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_PreConstruct \ -static_assert(alignof(WBP_CreditsTeamMember_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CreditsTeamMember_C_PreConstruct"); \ -static_assert(sizeof(WBP_CreditsTeamMember_C_PreConstruct) == 0x000001, "Wrong size on WBP_CreditsTeamMember_C_PreConstruct"); \ -static_assert(offsetof(WBP_CreditsTeamMember_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CreditsTeamMember_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_SetMemberData \ -static_assert(alignof(WBP_CreditsTeamMember_C_SetMemberData) == 0x000008, "Wrong alignment on WBP_CreditsTeamMember_C_SetMemberData"); \ -static_assert(sizeof(WBP_CreditsTeamMember_C_SetMemberData) == 0x000020, "Wrong size on WBP_CreditsTeamMember_C_SetMemberData"); \ -static_assert(offsetof(WBP_CreditsTeamMember_C_SetMemberData, Title_0) == 0x000000, "Member 'WBP_CreditsTeamMember_C_SetMemberData::Title_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsTeamMember_C_SetMemberData, Param_Name_0) == 0x000010, "Member 'WBP_CreditsTeamMember_C_SetMemberData::Param_Name_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_SetName \ -static_assert(alignof(WBP_CreditsTeamMember_C_SetName) == 0x000008, "Wrong alignment on WBP_CreditsTeamMember_C_SetName"); \ -static_assert(sizeof(WBP_CreditsTeamMember_C_SetName) == 0x000010, "Wrong size on WBP_CreditsTeamMember_C_SetName"); \ -static_assert(offsetof(WBP_CreditsTeamMember_C_SetName, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_CreditsTeamMember_C_SetName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_SetTitle \ -static_assert(alignof(WBP_CreditsTeamMember_C_SetTitle) == 0x000008, "Wrong alignment on WBP_CreditsTeamMember_C_SetTitle"); \ -static_assert(sizeof(WBP_CreditsTeamMember_C_SetTitle) == 0x000010, "Wrong size on WBP_CreditsTeamMember_C_SetTitle"); \ -static_assert(offsetof(WBP_CreditsTeamMember_C_SetTitle, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_CreditsTeamMember_C_SetTitle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CreditsTeamMember_C \ -static_assert(alignof(UWBP_CreditsTeamMember_C) == 0x000008, "Wrong alignment on UWBP_CreditsTeamMember_C"); \ -static_assert(sizeof(UWBP_CreditsTeamMember_C) == 0x000330, "Wrong size on UWBP_CreditsTeamMember_C"); \ -static_assert(offsetof(UWBP_CreditsTeamMember_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsTeamMember_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsTeamMember_C, Name_0) == 0x000300, "Member 'UWBP_CreditsTeamMember_C::Name_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsTeamMember_C, Title) == 0x000308, "Member 'UWBP_CreditsTeamMember_C::Title' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsTeamMember_C, MemberName) == 0x000310, "Member 'UWBP_CreditsTeamMember_C::MemberName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsTeamMember_C, TitleName) == 0x000320, "Member 'UWBP_CreditsTeamMember_C::TitleName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_MenuBase_C_DispatchPlayerInputAction \ -static_assert(alignof(WBP_MenuBase_C_DispatchPlayerInputAction) == 0x000008, "Wrong alignment on WBP_MenuBase_C_DispatchPlayerInputAction"); \ -static_assert(sizeof(WBP_MenuBase_C_DispatchPlayerInputAction) == 0x000078, "Wrong size on WBP_MenuBase_C_DispatchPlayerInputAction"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, InputAction) == 0x000000, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::InputAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, MainPanel) == 0x000030, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::MainPanel' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_GetAllChildren_ReturnValue) == 0x000040, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, K2Node_DynamicCast_AsZUser_Widget) == 0x000060, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::K2Node_DynamicCast_AsZUser_Widget' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_IsVisible_ReturnValue) == 0x000069, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase \ -static_assert(alignof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase) == 0x000004, "Wrong alignment on WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase"); \ -static_assert(sizeof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase) == 0x000014, "Wrong size on WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase"); \ -static_assert(offsetof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase, EntryPoint) == 0x000000, "Member 'WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_MenuBase_C_OnConstruct \ -static_assert(alignof(WBP_MenuBase_C_OnConstruct) == 0x000004, "Wrong alignment on WBP_MenuBase_C_OnConstruct"); \ -static_assert(sizeof(WBP_MenuBase_C_OnConstruct) == 0x000010, "Wrong size on WBP_MenuBase_C_OnConstruct"); \ -static_assert(offsetof(WBP_MenuBase_C_OnConstruct, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_MenuBase_C_OnConstruct::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_MenuBase_C_OnMenuDisplayed_Impl \ -static_assert(alignof(WBP_MenuBase_C_OnMenuDisplayed_Impl) == 0x000008, "Wrong alignment on WBP_MenuBase_C_OnMenuDisplayed_Impl"); \ -static_assert(sizeof(WBP_MenuBase_C_OnMenuDisplayed_Impl) == 0x000008, "Wrong size on WBP_MenuBase_C_OnMenuDisplayed_Impl"); \ -static_assert(offsetof(WBP_MenuBase_C_OnMenuDisplayed_Impl, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_MenuBase_C_OnMenuDisplayed_Impl::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_MenuBase_C_Send_Action_To_Children \ -static_assert(alignof(WBP_MenuBase_C_Send_Action_To_Children) == 0x000008, "Wrong alignment on WBP_MenuBase_C_Send_Action_To_Children"); \ -static_assert(sizeof(WBP_MenuBase_C_Send_Action_To_Children) == 0x000058, "Wrong size on WBP_MenuBase_C_Send_Action_To_Children"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, ActionName) == 0x000000, "Member 'WBP_MenuBase_C_Send_Action_To_Children::ActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, MainPanel) == 0x000008, "Member 'WBP_MenuBase_C_Send_Action_To_Children::MainPanel' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_MenuBase_C_Send_Action_To_Children::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, K2Node_DynamicCast_AsZUser_Widget) == 0x000038, "Member 'WBP_MenuBase_C_Send_Action_To_Children::K2Node_DynamicCast_AsZUser_Widget' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_MenuBase_C_Send_Action_To_Children::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_IsVisible_ReturnValue) == 0x000041, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'WBP_MenuBase_C_Send_Action_To_Children::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_IsVisible_ReturnValue_1) == 0x000050, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_MenuBase_C \ -static_assert(alignof(UWBP_MenuBase_C) == 0x000008, "Wrong alignment on UWBP_MenuBase_C"); \ -static_assert(sizeof(UWBP_MenuBase_C) == 0x000338, "Wrong size on UWBP_MenuBase_C"); \ -static_assert(offsetof(UWBP_MenuBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_MenuBase_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_MenuBase_C, OpeningAnimation) == 0x000300, "Member 'UWBP_MenuBase_C::OpeningAnimation' has a wrong offset!"); \ -static_assert(offsetof(UWBP_MenuBase_C, OnValidateInput) == 0x000308, "Member 'UWBP_MenuBase_C::OnValidateInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_MenuBase_C, OnBackInput) == 0x000318, "Member 'UWBP_MenuBase_C::OnBackInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_MenuBase_C, OnMenuDisplayed) == 0x000328, "Member 'UWBP_MenuBase_C::OnMenuDisplayed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMovieSceneConstraintChannel \ -static_assert(alignof(FMovieSceneConstraintChannel) == 0x000008, "Wrong alignment on FMovieSceneConstraintChannel"); \ -static_assert(sizeof(FMovieSceneConstraintChannel) == 0x000108, "Wrong size on FMovieSceneConstraintChannel"); \ - #define DUMPER7_ASSERTS_FConstraintsInWorld \ static_assert(alignof(FConstraintsInWorld) == 0x000008, "Wrong alignment on FConstraintsInWorld"); \ static_assert(sizeof(FConstraintsInWorld) == 0x000028, "Wrong size on FConstraintsInWorld"); \ static_assert(offsetof(FConstraintsInWorld, World) == 0x000000, "Member 'FConstraintsInWorld::World' has a wrong offset!"); \ static_assert(offsetof(FConstraintsInWorld, Constraints) == 0x000008, "Member 'FConstraintsInWorld::Constraints' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMovieSceneConstraintChannel \ +static_assert(alignof(FMovieSceneConstraintChannel) == 0x000008, "Wrong alignment on FMovieSceneConstraintChannel"); \ +static_assert(sizeof(FMovieSceneConstraintChannel) == 0x000108, "Wrong size on FMovieSceneConstraintChannel"); \ + #define DUMPER7_ASSERTS_FConstraintAndActiveChannel \ static_assert(alignof(FConstraintAndActiveChannel) == 0x000008, "Wrong alignment on FConstraintAndActiveChannel"); \ static_assert(sizeof(FConstraintAndActiveChannel) == 0x000110, "Wrong size on FConstraintAndActiveChannel"); \ @@ -56997,6 +56660,19 @@ static_assert(offsetof(UMovieSceneDoubleVectorTrack, NumChannelsUsed) == 0x0000C static_assert(alignof(UMovieSceneVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneVisibilityTrack"); \ static_assert(sizeof(UMovieSceneVisibilityTrack) == 0x0000C8, "Wrong size on UMovieSceneVisibilityTrack"); \ +#define DUMPER7_ASSERTS_FAnchorData \ +static_assert(alignof(FAnchorData) == 0x000008, "Wrong alignment on FAnchorData"); \ +static_assert(sizeof(FAnchorData) == 0x000040, "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) == 0x000030, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetChild \ +static_assert(alignof(FWidgetChild) == 0x000004, "Wrong alignment on FWidgetChild"); \ +static_assert(sizeof(FWidgetChild) == 0x000010, "Wrong size on FWidgetChild"); \ +static_assert(offsetof(FWidgetChild, WidgetName) == 0x000000, "Member 'FWidgetChild::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetChild, WidgetPtr) == 0x000008, "Member 'FWidgetChild::WidgetPtr' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FEventReply \ static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ static_assert(sizeof(FEventReply) == 0x0000B8, "Wrong size on FEventReply"); \ @@ -57009,18 +56685,16 @@ static_assert(offsetof(FWidgetTransform, Scale) == 0x000010, "Member 'FWidgetTra static_assert(offsetof(FWidgetTransform, Shear) == 0x000020, "Member 'FWidgetTransform::Shear' has a wrong offset!"); \ static_assert(offsetof(FWidgetTransform, Angle) == 0x000030, "Member 'FWidgetTransform::Angle' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FWidgetChild \ -static_assert(alignof(FWidgetChild) == 0x000004, "Wrong alignment on FWidgetChild"); \ -static_assert(sizeof(FWidgetChild) == 0x000010, "Wrong size on FWidgetChild"); \ -static_assert(offsetof(FWidgetChild, WidgetName) == 0x000000, "Member 'FWidgetChild::WidgetName' has a wrong offset!"); \ -static_assert(offsetof(FWidgetChild, WidgetPtr) == 0x000008, "Member 'FWidgetChild::WidgetPtr' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FShapedTextOptions \ static_assert(alignof(FShapedTextOptions) == 0x000001, "Wrong alignment on FShapedTextOptions"); \ static_assert(sizeof(FShapedTextOptions) == 0x000003, "Wrong size on FShapedTextOptions"); \ static_assert(offsetof(FShapedTextOptions, TextShapingMethod) == 0x000001, "Member 'FShapedTextOptions::TextShapingMethod' has a wrong offset!"); \ static_assert(offsetof(FShapedTextOptions, TextFlowDirection) == 0x000002, "Member 'FShapedTextOptions::TextFlowDirection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPaintContext \ +static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ +static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ + #define DUMPER7_ASSERTS_FAnimationEventBinding \ static_assert(alignof(FAnimationEventBinding) == 0x000008, "Wrong alignment on FAnimationEventBinding"); \ static_assert(sizeof(FAnimationEventBinding) == 0x000028, "Wrong size on FAnimationEventBinding"); \ @@ -57029,10 +56703,6 @@ static_assert(offsetof(FAnimationEventBinding, Delegate) == 0x000008, "Member 'F static_assert(offsetof(FAnimationEventBinding, AnimationEvent) == 0x000018, "Member 'FAnimationEventBinding::AnimationEvent' has a wrong offset!"); \ static_assert(offsetof(FAnimationEventBinding, UserTag) == 0x00001C, "Member 'FAnimationEventBinding::UserTag' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPaintContext \ -static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ -static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ - #define DUMPER7_ASSERTS_FNamedSlotBinding \ static_assert(alignof(FNamedSlotBinding) == 0x000008, "Wrong alignment on FNamedSlotBinding"); \ static_assert(sizeof(FNamedSlotBinding) == 0x000010, "Wrong size on FNamedSlotBinding"); \ @@ -57044,6 +56714,10 @@ static_assert(alignof(FQueuedWidgetAnimationTransition) == 0x000008, "Wrong alig static_assert(sizeof(FQueuedWidgetAnimationTransition) == 0x000038, "Wrong size on FQueuedWidgetAnimationTransition"); \ static_assert(offsetof(FQueuedWidgetAnimationTransition, WidgetAnimation) == 0x000000, "Member 'FQueuedWidgetAnimationTransition::WidgetAnimation' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSequenceTickManagerWidgetData \ +static_assert(alignof(FSequenceTickManagerWidgetData) == 0x000001, "Wrong alignment on FSequenceTickManagerWidgetData"); \ +static_assert(sizeof(FSequenceTickManagerWidgetData) == 0x000002, "Wrong size on FSequenceTickManagerWidgetData"); \ + #define DUMPER7_ASSERTS_FUserWidgetPool \ static_assert(alignof(FUserWidgetPool) == 0x000008, "Wrong alignment on FUserWidgetPool"); \ static_assert(sizeof(FUserWidgetPool) == 0x000088, "Wrong size on FUserWidgetPool"); \ @@ -57081,10 +56755,6 @@ static_assert(alignof(FMovieScene2DTransformMask) == 0x000004, "Wrong alignment 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_FSequenceTickManagerWidgetData \ -static_assert(alignof(FSequenceTickManagerWidgetData) == 0x000001, "Wrong alignment on FSequenceTickManagerWidgetData"); \ -static_assert(sizeof(FSequenceTickManagerWidgetData) == 0x000002, "Wrong size on FSequenceTickManagerWidgetData"); \ - #define DUMPER7_ASSERTS_FWidgetAnimationBinding \ static_assert(alignof(FWidgetAnimationBinding) == 0x000004, "Wrong alignment on FWidgetAnimationBinding"); \ static_assert(sizeof(FWidgetAnimationBinding) == 0x000024, "Wrong size on FWidgetAnimationBinding"); \ @@ -57118,13 +56788,6 @@ static_assert(offsetof(FGameViewportWidgetSlot, Alignment) == 0x000030, "Member static_assert(offsetof(FGameViewportWidgetSlot, ZOrder) == 0x000040, "Member 'FGameViewportWidgetSlot::ZOrder' has a wrong offset!"); \ static_assert(offsetof(FGameViewportWidgetSlot, bAutoRemoveOnWorldRemoved) == 0x000044, "Member 'FGameViewportWidgetSlot::bAutoRemoveOnWorldRemoved' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAnchorData \ -static_assert(alignof(FAnchorData) == 0x000008, "Wrong alignment on FAnchorData"); \ -static_assert(sizeof(FAnchorData) == 0x000040, "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) == 0x000030, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRichTextStyleRow \ static_assert(alignof(FRichTextStyleRow) == 0x000010, "Wrong alignment on FRichTextStyleRow"); \ static_assert(sizeof(FRichTextStyleRow) == 0x000350, "Wrong size on FRichTextStyleRow"); \ @@ -57446,7 +57109,7 @@ static_assert(offsetof(UWidget, Slot) == 0x000030, "Member 'UWidget::Slot' has a static_assert(offsetof(UWidget, bIsEnabledDelegate) == 0x000038, "Member 'UWidget::bIsEnabledDelegate' has a wrong offset!"); \ static_assert(offsetof(UWidget, ToolTipText) == 0x000048, "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, 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!"); \ @@ -62624,16 +62287,6 @@ static_assert(offsetof(AudioLinkBlueprintInterface_IsLinkPlaying, ReturnValue) = static_assert(alignof(IAudioLinkBlueprintInterface) == 0x000001, "Wrong alignment on IAudioLinkBlueprintInterface"); \ static_assert(sizeof(IAudioLinkBlueprintInterface) == 0x000001, "Wrong size on IAudioLinkBlueprintInterface"); \ -#define DUMPER7_ASSERTS_FAudioOutputDeviceInfo \ -static_assert(alignof(FAudioOutputDeviceInfo) == 0x000008, "Wrong alignment on FAudioOutputDeviceInfo"); \ -static_assert(sizeof(FAudioOutputDeviceInfo) == 0x000048, "Wrong size on FAudioOutputDeviceInfo"); \ -static_assert(offsetof(FAudioOutputDeviceInfo, Name) == 0x000000, "Member 'FAudioOutputDeviceInfo::Name' has a wrong offset!"); \ -static_assert(offsetof(FAudioOutputDeviceInfo, DeviceID) == 0x000010, "Member 'FAudioOutputDeviceInfo::DeviceID' has a wrong offset!"); \ -static_assert(offsetof(FAudioOutputDeviceInfo, NumChannels) == 0x000020, "Member 'FAudioOutputDeviceInfo::NumChannels' has a wrong offset!"); \ -static_assert(offsetof(FAudioOutputDeviceInfo, SampleRate) == 0x000024, "Member 'FAudioOutputDeviceInfo::SampleRate' has a wrong offset!"); \ -static_assert(offsetof(FAudioOutputDeviceInfo, Format) == 0x000028, "Member 'FAudioOutputDeviceInfo::Format' has a wrong offset!"); \ -static_assert(offsetof(FAudioOutputDeviceInfo, OutputChannelArray) == 0x000030, "Member 'FAudioOutputDeviceInfo::OutputChannelArray' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSubmixEffectDynamicProcessorFilterSettings \ static_assert(alignof(FSubmixEffectDynamicProcessorFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectDynamicProcessorFilterSettings"); \ static_assert(sizeof(FSubmixEffectDynamicProcessorFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectDynamicProcessorFilterSettings"); \ @@ -62661,6 +62314,16 @@ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, OutputGainDb) == 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_FAudioOutputDeviceInfo \ +static_assert(alignof(FAudioOutputDeviceInfo) == 0x000008, "Wrong alignment on FAudioOutputDeviceInfo"); \ +static_assert(sizeof(FAudioOutputDeviceInfo) == 0x000048, "Wrong size on FAudioOutputDeviceInfo"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, Name) == 0x000000, "Member 'FAudioOutputDeviceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, DeviceID) == 0x000010, "Member 'FAudioOutputDeviceInfo::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, NumChannels) == 0x000020, "Member 'FAudioOutputDeviceInfo::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, SampleRate) == 0x000024, "Member 'FAudioOutputDeviceInfo::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, Format) == 0x000028, "Member 'FAudioOutputDeviceInfo::Format' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, OutputChannelArray) == 0x000030, "Member 'FAudioOutputDeviceInfo::OutputChannelArray' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSwapAudioOutputResult \ static_assert(alignof(FSwapAudioOutputResult) == 0x000008, "Wrong alignment on FSwapAudioOutputResult"); \ static_assert(sizeof(FSwapAudioOutputResult) == 0x000028, "Wrong size on FSwapAudioOutputResult"); \ @@ -63497,20 +63160,23 @@ static_assert(offsetof(QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused, bIn static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ static_assert(sizeof(UQuartzSubsystem) == 0x000068, "Wrong size on UQuartzSubsystem"); \ -#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_FGameplayTagNetSerializerConfig \ +static_assert(alignof(FGameplayTagNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagNetSerializerConfig"); \ +static_assert(sizeof(FGameplayTagNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagNetSerializerConfig"); \ #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_FGameplayTagContainerNetSerializerConfig \ -static_assert(alignof(FGameplayTagContainerNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerConfig"); \ -static_assert(sizeof(FGameplayTagContainerNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerConfig"); \ +#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_FGameplayTagContainer \ static_assert(alignof(FGameplayTagContainer) == 0x000008, "Wrong alignment on FGameplayTagContainer"); \ @@ -63518,6 +63184,25 @@ static_assert(sizeof(FGameplayTagContainer) == 0x000020, "Wrong size on FGamepla 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_FGameplayTagContainerNetSerializerSerializationHelper \ +static_assert(alignof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerSerializationHelper"); \ +static_assert(sizeof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerSerializationHelper"); \ +static_assert(offsetof(FGameplayTagContainerNetSerializerSerializationHelper, GameplayTags) == 0x000000, "Member 'FGameplayTagContainerNetSerializerSerializationHelper::GameplayTags' 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_FGameplayTagContainerNetSerializerConfig \ +static_assert(alignof(FGameplayTagContainerNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerConfig"); \ +static_assert(sizeof(FGameplayTagContainerNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerConfig"); \ + +#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_FGameplayTagTableRow \ static_assert(alignof(FGameplayTagTableRow) == 0x000008, "Wrong alignment on FGameplayTagTableRow"); \ static_assert(sizeof(FGameplayTagTableRow) == 0x000020, "Wrong size on FGameplayTagTableRow"); \ @@ -63529,34 +63214,6 @@ static_assert(alignof(FRestrictedGameplayTagTableRow) == 0x000008, "Wrong alignm 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_FGameplayTagContainerNetSerializerSerializationHelper \ -static_assert(alignof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerSerializationHelper"); \ -static_assert(sizeof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerSerializationHelper"); \ -static_assert(offsetof(FGameplayTagContainerNetSerializerSerializationHelper, GameplayTags) == 0x000000, "Member 'FGameplayTagContainerNetSerializerSerializationHelper::GameplayTags' 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_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_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_FGameplayTagNetSerializerConfig \ -static_assert(alignof(FGameplayTagNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagNetSerializerConfig"); \ -static_assert(sizeof(FGameplayTagNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagNetSerializerConfig"); \ - #define DUMPER7_ASSERTS_FGameplayTagSource \ static_assert(alignof(FGameplayTagSource) == 0x000008, "Wrong alignment on FGameplayTagSource"); \ static_assert(sizeof(FGameplayTagSource) == 0x000020, "Wrong size on FGameplayTagSource"); \ @@ -63575,6 +63232,12 @@ static_assert(sizeof(FGameplayTagCategoryRemap) == 0x000020, "Wrong size on FGam 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_FRestrictedConfigInfo \ +static_assert(alignof(FRestrictedConfigInfo) == 0x000008, "Wrong alignment on FRestrictedConfigInfo"); \ +static_assert(sizeof(FRestrictedConfigInfo) == 0x000020, "Wrong size on FRestrictedConfigInfo"); \ +static_assert(offsetof(FRestrictedConfigInfo, RestrictedConfigName) == 0x000000, "Member 'FRestrictedConfigInfo::RestrictedConfigName' has a wrong offset!"); \ +static_assert(offsetof(FRestrictedConfigInfo, Owners) == 0x000010, "Member 'FRestrictedConfigInfo::Owners' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AddGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AddGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_AddGameplayTag"); \ @@ -65488,6 +65151,36 @@ static_assert(sizeof(ULocalizedOverlays) == 0x000080, "Wrong size on ULocalizedO 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_BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished \ +static_assert(alignof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished) == 0x000008, "Wrong alignment on BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished"); \ +static_assert(sizeof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished) == 0x000088, "Wrong size on BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, EntryPoint) == 0x000000, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000018, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_Event_Pawn) == 0x000040, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_Event_DeathActorInstigator) == 0x000048, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_MakeRotator_ReturnValue) == 0x000050, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_DynamicCast_AsCharacter) == 0x000068, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000078, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000080, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Squished_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_Squished_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Squished_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_Squished_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Squished_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_Squished_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Squished_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Squished_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Squished_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_Squished_C \ +static_assert(alignof(ABP_Death_Squished_C) == 0x000008, "Wrong alignment on ABP_Death_Squished_C"); \ +static_assert(sizeof(ABP_Death_Squished_C) == 0x000310, "Wrong size on ABP_Death_Squished_C"); \ +static_assert(offsetof(ABP_Death_Squished_C, UberGraphFrame_BP_Death_Squished_C) == 0x0002F8, "Member 'ABP_Death_Squished_C::UberGraphFrame_BP_Death_Squished_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Squished_C, Squished) == 0x000300, "Member 'ABP_Death_Squished_C::Squished' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Squished_C, Decal) == 0x000308, "Member 'ABP_Death_Squished_C::Decal' 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"); \ @@ -65602,317 +65295,6 @@ static_assert(offsetof(UClothLODDataCommon_Legacy, PhysicalMeshData) == 0x000028 static_assert(offsetof(UClothLODDataCommon_Legacy, ClothPhysicalMeshData) == 0x000030, "Member 'UClothLODDataCommon_Legacy::ClothPhysicalMeshData' has a wrong offset!"); \ static_assert(offsetof(UClothLODDataCommon_Legacy, CollisionData) == 0x000158, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature \ -static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature"); \ -static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature) == 0x000001, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature"); \ -static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature, bShouldDisableChapterSelection) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature::bShouldDisableChapterSelection' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_DisplaySkinNotification \ -static_assert(alignof(WBP_PauseMenu_C_DisplaySkinNotification) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_DisplaySkinNotification"); \ -static_assert(sizeof(WBP_PauseMenu_C_DisplaySkinNotification) == 0x000018, "Wrong size on WBP_PauseMenu_C_DisplaySkinNotification"); \ -static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_IsMGSDemo_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_Greater_IntInt_ReturnValue' 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) == 0x000190, "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, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000008, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000028, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00002C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000030, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_object_Variable) == 0x000038, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000040, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable) == 0x000048, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable_1) == 0x000050, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable_0) == 0x000058, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable_1_0) == 0x000060, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable_1_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_bool_Variable) == 0x000068, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000070, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000078, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000088, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x000098, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_InFocusEvent) == 0x0000A8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue) == 0x0000B0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_bShouldDisableChapterSelection) == 0x0000B1, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_bShouldDisableChapterSelection' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_InputActionName) == 0x0000B4, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_InputActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000BC, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_ResumeGame_Animation) == 0x0000D0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_ResumeGame_Animation' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetZGameInstance_ReturnValue) == 0x0000D8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetUIController_ReturnValue) == 0x0000E0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue) == 0x0000E8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000F0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x0000F8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000100, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue) == 0x000108, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000109, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsValid_ReturnValue) == 0x00010A, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_BooleanAND_ReturnValue) == 0x00010B, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_ResumeGame_Animation_1) == 0x000110, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_ResumeGame_Animation_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_NewInputMode) == 0x000118, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_NewInputMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_bValue) == 0x000119, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_1) == 0x00011A, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_2) == 0x00011B, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_3) == 0x00011C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_4) == 0x00011D, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x00011E, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x00011F, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_BooleanAND_ReturnValue_1) == 0x000120, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_5) == 0x000121, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_BooleanAND_ReturnValue_2) == 0x000122, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetBackInputDelay_Delay) == 0x000128, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetBackInputDelay_Delay' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_delegate_Variable) == 0x000130, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEvent_ReturnValue) == 0x000140, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_6) == 0x000144, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000145, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_delegate_Variable_1) == 0x000148, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000158, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEvent_ReturnValue_1) == 0x00015C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000160, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_bIsDocked) == 0x000168, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_delegate_Variable_2) == 0x00016C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEvent_ReturnValue_2) == 0x00017C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000180, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast) == 0x000188, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Delay_Duration_ImplicitCast) == 0x00018C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_FindWorld \ -static_assert(alignof(WBP_PauseMenu_C_FindWorld) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_FindWorld"); \ -static_assert(sizeof(WBP_PauseMenu_C_FindWorld) == 0x0000C0, "Wrong size on WBP_PauseMenu_C_FindWorld"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, MapName) == 0x000000, "Member 'WBP_PauseMenu_C_FindWorld::MapName' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, MapOutPut) == 0x000010, "Member 'WBP_PauseMenu_C_FindWorld::MapOutPut' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, MapNameToWorld) == 0x000048, "Member 'WBP_PauseMenu_C_FindWorld::MapNameToWorld' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, Temp_int_Array_Index_Variable) == 0x000058, "Member 'WBP_PauseMenu_C_FindWorld::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'WBP_PauseMenu_C_FindWorld::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, K2Node_MakeArray_Array) == 0x000068, "Member 'WBP_PauseMenu_C_FindWorld::K2Node_MakeArray_Array' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x0000B9, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_GetBackInputDelay \ -static_assert(alignof(WBP_PauseMenu_C_GetBackInputDelay) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_GetBackInputDelay"); \ -static_assert(sizeof(WBP_PauseMenu_C_GetBackInputDelay) == 0x000018, "Wrong size on WBP_PauseMenu_C_GetBackInputDelay"); \ -static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, Delay) == 0x000000, "Member 'WBP_PauseMenu_C_GetBackInputDelay::Delay' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_GetBackInputDelay::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, CallFunc_GetInputMode_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_GetBackInputDelay::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'WBP_PauseMenu_C_GetBackInputDelay::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_GetBrush \ -static_assert(alignof(WBP_PauseMenu_C_GetBrush) == 0x000010, "Wrong alignment on WBP_PauseMenu_C_GetBrush"); \ -static_assert(sizeof(WBP_PauseMenu_C_GetBrush) == 0x0000D0, "Wrong size on WBP_PauseMenu_C_GetBrush"); \ -static_assert(offsetof(WBP_PauseMenu_C_GetBrush, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_GetBrush::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_HandleAspectRatio \ -static_assert(alignof(WBP_PauseMenu_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_PauseMenu_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_PauseMenu_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_PauseMenu_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_HandleFocus \ -static_assert(alignof(WBP_PauseMenu_C_HandleFocus) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_HandleFocus"); \ -static_assert(sizeof(WBP_PauseMenu_C_HandleFocus) == 0x000038, "Wrong size on WBP_PauseMenu_C_HandleFocus"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetUIController_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_DynamicCast_AsWBP_Pop_Up) == 0x000018, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_DynamicCast_AsWBP_Pop_Up' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x000022, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetInputMode_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_SwitchEnum_CmpSuccess_1) == 0x000031, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_HandlePauseMenuInput \ -static_assert(alignof(WBP_PauseMenu_C_HandlePauseMenuInput) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_HandlePauseMenuInput"); \ -static_assert(sizeof(WBP_PauseMenu_C_HandlePauseMenuInput) == 0x000020, "Wrong size on WBP_PauseMenu_C_HandlePauseMenuInput"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, InputAction) == 0x000000, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::InputAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, K2Node_SwitchName_CmpSuccess) == 0x000008, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_ResumeGame_Animation) == 0x000010, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_ResumeGame_Animation' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_GetIsEnabled_ReturnValue) == 0x000019, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsVisible_ReturnValue_1) == 0x00001A, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsVisible_ReturnValue_2) == 0x00001B, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0 \ -static_assert(alignof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(sizeof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnAppFocus \ -static_assert(alignof(WBP_PauseMenu_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnAppFocus"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnAppFocus) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnAppFocus"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_PauseMenu_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnFadeOutCompleted \ -static_assert(alignof(WBP_PauseMenu_C_OnFadeOutCompleted) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnFadeOutCompleted"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnFadeOutCompleted) == 0x0000B8, "Wrong size on WBP_PauseMenu_C_OnFadeOutCompleted"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetZGameMode_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_AsDarwin_Game_Mode) == 0x000018, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_AsDarwin_Game_Mode' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_AsBP_Darwin_Player_Controller) == 0x000030, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_AsBP_Darwin_Player_Controller' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetPlayerController_ReturnValue_1) == 0x000040, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_AsBP_Darwin_Player_Controller_1) == 0x000048, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_AsBP_Darwin_Player_Controller_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_FindWorld_MapOutput) == 0x000068, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_FindWorld_MapOutput' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetCurrentLevelName_ReturnValue) == 0x0000A0, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x0000B0, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnInputAction \ -static_assert(alignof(WBP_PauseMenu_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_PauseMenu_C_OnInputAction"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnInputAction) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnInputAction"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_PauseMenu_C_OnInputAction::InputActionName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnInputModeChanged \ -static_assert(alignof(WBP_PauseMenu_C_OnInputModeChanged) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnInputModeChanged"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnInputModeChanged) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnInputModeChanged"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'WBP_PauseMenu_C_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnMainMenuClicked \ -static_assert(alignof(WBP_PauseMenu_C_OnMainMenuClicked) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnMainMenuClicked"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnMainMenuClicked) == 0x000028, "Wrong size on WBP_PauseMenu_C_OnMainMenuClicked"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, Temp_delegate_Variable) == 0x000000, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, CallFunc_PostEvent_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, CallFunc_GetUIController_ReturnValue) == 0x000020, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked \ -static_assert(alignof(WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnNotifyFlushed \ -static_assert(alignof(WBP_PauseMenu_C_OnNotifyFlushed) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnNotifyFlushed"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnNotifyFlushed) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnNotifyFlushed"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnNotifyFlushed, Notify) == 0x000000, "Member 'WBP_PauseMenu_C_OnNotifyFlushed::Notify' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnNotifyReceveived \ -static_assert(alignof(WBP_PauseMenu_C_OnNotifyReceveived) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnNotifyReceveived"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnNotifyReceveived) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnNotifyReceveived"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnNotifyReceveived, Notify) == 0x000000, "Member 'WBP_PauseMenu_C_OnNotifyReceveived::Notify' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_PauseMenu_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_PauseMenu_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_PauseMenu_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_PauseMenu_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_PauseMenu_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_PopUpMainMenu \ -static_assert(alignof(WBP_PauseMenu_C_PopUpMainMenu) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_PopUpMainMenu"); \ -static_assert(sizeof(WBP_PauseMenu_C_PopUpMainMenu) == 0x000080, "Wrong size on WBP_PauseMenu_C_PopUpMainMenu"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_DynamicCast_AsWBP_Pop_Up) == 0x000038, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_DynamicCast_AsWBP_Pop_Up' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_MakeStruct_PopUpTextData) == 0x000048, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_RequestGenericPopUp_ReturnValue) == 0x000078, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_RequestGenericPopUp_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_RestartFromLastCheckPoint \ -static_assert(alignof(WBP_PauseMenu_C_RestartFromLastCheckPoint) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_RestartFromLastCheckPoint"); \ -static_assert(sizeof(WBP_PauseMenu_C_RestartFromLastCheckPoint) == 0x0000D8, "Wrong size on WBP_PauseMenu_C_RestartFromLastCheckPoint"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetUIController_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_SetGamePaused_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, K2Node_DynamicCast_AsBP_Darwin_Player_Controller) == 0x000030, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::K2Node_DynamicCast_AsBP_Darwin_Player_Controller' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetZGameMode_ReturnValue) == 0x000040, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetCurrentCheckPointData_ReturnValue) == 0x000048, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetCurrentCheckPointData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetComponentByClass_ReturnValue) == 0x0000C8, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_Vector_IsZero_ReturnValue) == 0x0000D0, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ResumeGame \ -static_assert(alignof(WBP_PauseMenu_C_ResumeGame) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_ResumeGame"); \ -static_assert(sizeof(WBP_PauseMenu_C_ResumeGame) == 0x000060, "Wrong size on WBP_PauseMenu_C_ResumeGame"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, Animation) == 0x000000, "Member 'WBP_PauseMenu_C_ResumeGame::Animation' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, Temp_delegate_Variable) == 0x000008, "Member 'WBP_PauseMenu_C_ResumeGame::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_GetGameUserSettings_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000030, "Member 'WBP_PauseMenu_C_ResumeGame::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PauseMenu_C_ResumeGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_PauseMenu_C_ResumeGame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_GetForceFeedback_ReturnValue) == 0x00004C, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000058, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_RetrieveCurrentCPData \ -static_assert(alignof(WBP_PauseMenu_C_RetrieveCurrentCPData) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_RetrieveCurrentCPData"); \ -static_assert(sizeof(WBP_PauseMenu_C_RetrieveCurrentCPData) == 0x0000D0, "Wrong size on WBP_PauseMenu_C_RetrieveCurrentCPData"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetAllCheckpoints_ReturnValue) == 0x000020, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetAllCheckpoints_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetZGameMode_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetCurrentCheckPointId_ReturnValue) == 0x0000B8, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetCurrentCheckPointId_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x0000CC, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Less_IntInt_ReturnValue) == 0x0000CD, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_BooleanAND_ReturnValue) == 0x0000CE, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_SetPauseMenuElementVisibility \ -static_assert(alignof(WBP_PauseMenu_C_SetPauseMenuElementVisibility) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_SetPauseMenuElementVisibility"); \ -static_assert(sizeof(WBP_PauseMenu_C_SetPauseMenuElementVisibility) == 0x000001, "Wrong size on WBP_PauseMenu_C_SetPauseMenuElementVisibility"); \ -static_assert(offsetof(WBP_PauseMenu_C_SetPauseMenuElementVisibility, NewVisibility) == 0x000000, "Member 'WBP_PauseMenu_C_SetPauseMenuElementVisibility::NewVisibility' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PauseMenu_C_UpdateSwitchInputPrompt \ -static_assert(alignof(WBP_PauseMenu_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_UpdateSwitchInputPrompt"); \ -static_assert(sizeof(WBP_PauseMenu_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_PauseMenu_C_UpdateSwitchInputPrompt"); \ -static_assert(offsetof(WBP_PauseMenu_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' 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) == 0x000488, "Wrong size on UWBP_PauseMenu_C"); \ -static_assert(offsetof(UWBP_PauseMenu_C, UberGraphFrame_WBP_PauseMenu_C) == 0x000338, "Member 'UWBP_PauseMenu_C::UberGraphFrame_WBP_PauseMenu_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Fade) == 0x000340, "Member 'UWBP_PauseMenu_C::Fade' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Button_ChapterSelect) == 0x000348, "Member 'UWBP_PauseMenu_C::Button_ChapterSelect' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Button_Extras) == 0x000350, "Member 'UWBP_PauseMenu_C::Button_Extras' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Button_MainMenu) == 0x000358, "Member 'UWBP_PauseMenu_C::Button_MainMenu' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Button_RestartCheckpoint) == 0x000360, "Member 'UWBP_PauseMenu_C::Button_RestartCheckpoint' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Button_Resume) == 0x000368, "Member 'UWBP_PauseMenu_C::Button_Resume' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Button_Settings) == 0x000370, "Member 'UWBP_PauseMenu_C::Button_Settings' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, CanvasPanel_MainMenu) == 0x000378, "Member 'UWBP_PauseMenu_C::CanvasPanel_MainMenu' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, PauseButtonVerticalBox) == 0x000380, "Member 'UWBP_PauseMenu_C::PauseButtonVerticalBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, PauseTitle) == 0x000388, "Member 'UWBP_PauseMenu_C::PauseTitle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, ScreenTitle) == 0x000390, "Member 'UWBP_PauseMenu_C::ScreenTitle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Separator) == 0x000398, "Member 'UWBP_PauseMenu_C::Separator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, SideMenu_BG) == 0x0003A0, "Member 'UWBP_PauseMenu_C::SideMenu_BG' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, SideMenu_Dimm) == 0x0003A8, "Member 'UWBP_PauseMenu_C::SideMenu_Dimm' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, SizeBox_AspectRatio) == 0x0003B0, "Member 'UWBP_PauseMenu_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, Vignette) == 0x0003B8, "Member 'UWBP_PauseMenu_C::Vignette' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, WBP_ChaptersSelect) == 0x0003C0, "Member 'UWBP_PauseMenu_C::WBP_ChaptersSelect' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, WBP_Extras) == 0x0003C8, "Member 'UWBP_PauseMenu_C::WBP_Extras' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, WBP_InputPrompt) == 0x0003D0, "Member 'UWBP_PauseMenu_C::WBP_InputPrompt' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, WBP_PopUp) == 0x0003D8, "Member 'UWBP_PauseMenu_C::WBP_PopUp' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, WBP_Settings) == 0x0003E0, "Member 'UWBP_PauseMenu_C::WBP_Settings' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, CurrentCPData) == 0x0003E8, "Member 'UWBP_PauseMenu_C::CurrentCPData' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, AnimationPlayrate) == 0x000468, "Member 'UWBP_PauseMenu_C::AnimationPlayrate' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, CanQuit) == 0x000470, "Member 'UWBP_PauseMenu_C::CanQuit' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, State) == 0x000471, "Member 'UWBP_PauseMenu_C::State' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PauseMenu_C, SwitchSize) == 0x000478, "Member 'UWBP_PauseMenu_C::SwitchSize' 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"); \ @@ -65978,6 +65360,39 @@ static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopDistances) == 0x 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_WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon \ +static_assert(alignof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon) == 0x000008, "Wrong alignment on WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon"); \ +static_assert(sizeof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon) == 0x000038, "Wrong size on WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, EntryPoint) == 0x000000, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, CallFunc_GetInputMode_ReturnValue) == 0x000010, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000018, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, K2Node_CustomEvent_OldMode) == 0x000030, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, K2Node_CustomEvent_NewMode) == 0x000031, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptInputIcon_C_OnInputModeChanged_Event \ +static_assert(alignof(WBP_PromptInputIcon_C_OnInputModeChanged_Event) == 0x000001, "Wrong alignment on WBP_PromptInputIcon_C_OnInputModeChanged_Event"); \ +static_assert(sizeof(WBP_PromptInputIcon_C_OnInputModeChanged_Event) == 0x000002, "Wrong size on WBP_PromptInputIcon_C_OnInputModeChanged_Event"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_OnInputModeChanged_Event, OldMode) == 0x000000, "Member 'WBP_PromptInputIcon_C_OnInputModeChanged_Event::OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_OnInputModeChanged_Event, NewMode) == 0x000001, "Member 'WBP_PromptInputIcon_C_OnInputModeChanged_Event::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptInputIcon_C_OverrideInput \ +static_assert(alignof(WBP_PromptInputIcon_C_OverrideInput) == 0x000008, "Wrong alignment on WBP_PromptInputIcon_C_OverrideInput"); \ +static_assert(sizeof(WBP_PromptInputIcon_C_OverrideInput) == 0x000020, "Wrong size on WBP_PromptInputIcon_C_OverrideInput"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_OverrideInput, InputText_0) == 0x000000, "Member 'WBP_PromptInputIcon_C_OverrideInput::InputText_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_OverrideInput, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_PromptInputIcon_C_OverrideInput::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptInputIcon_C_OverrideInput, CallFunc_GetInputMode_ReturnValue) == 0x000018, "Member 'WBP_PromptInputIcon_C_OverrideInput::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PromptInputIcon_C \ +static_assert(alignof(UWBP_PromptInputIcon_C) == 0x000008, "Wrong alignment on UWBP_PromptInputIcon_C"); \ +static_assert(sizeof(UWBP_PromptInputIcon_C) == 0x000328, "Wrong size on UWBP_PromptInputIcon_C"); \ +static_assert(offsetof(UWBP_PromptInputIcon_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_PromptInputIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptInputIcon_C, InputProgressBar) == 0x000300, "Member 'UWBP_PromptInputIcon_C::InputProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptInputIcon_C, InputText) == 0x000308, "Member 'UWBP_PromptInputIcon_C::InputText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptInputIcon_C, NewVar) == 0x000310, "Member 'UWBP_PromptInputIcon_C::NewVar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptInputIcon_C, InputIconText) == 0x000318, "Member 'UWBP_PromptInputIcon_C::InputIconText' 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"); \ @@ -66096,35 +65511,28 @@ static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, ExternalConstants static_assert(alignof(UNiagaraScriptBase) == 0x000008, "Wrong alignment on UNiagaraScriptBase"); \ static_assert(sizeof(UNiagaraScriptBase) == 0x000028, "Wrong size on UNiagaraScriptBase"); \ -#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_BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem \ +static_assert(alignof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem) == 0x000008, "Wrong alignment on BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem"); \ +static_assert(sizeof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem) == 0x000110, "Wrong size on BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, EntryPoint) == 0x000000, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_GetCurrentScreenWidget_ReturnValue) == 0x000010, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_GetCurrentScreenWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_RequestScreenUI_ReturnValue) == 0x000018, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture) == 0x000020, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, K2Node_Event_CollectibleID) == 0x00002C, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::K2Node_Event_CollectibleID' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_GetCollectibleDataByID_ReturnValue) == 0x000040, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_GetCollectibleDataByID_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNiagaraSimCacheCaptureParameters \ -static_assert(alignof(FNiagaraSimCacheCaptureParameters) == 0x000004, "Wrong alignment on FNiagaraSimCacheCaptureParameters"); \ -static_assert(sizeof(FNiagaraSimCacheCaptureParameters) == 0x00001C, "Wrong size on FNiagaraSimCacheCaptureParameters"); \ -static_assert(offsetof(FNiagaraSimCacheCaptureParameters, NumFrames) == 0x000004, "Member 'FNiagaraSimCacheCaptureParameters::NumFrames' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraSimCacheCaptureParameters, CaptureRate) == 0x000008, "Member 'FNiagaraSimCacheCaptureParameters::CaptureRate' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraSimCacheCaptureParameters, TimeoutFrameCount) == 0x000010, "Member 'FNiagaraSimCacheCaptureParameters::TimeoutFrameCount' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraSimCacheCaptureParameters, ImmediateCaptureDeltaTime) == 0x000018, "Member 'FNiagaraSimCacheCaptureParameters::ImmediateCaptureDeltaTime' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CollectibleSystem_C_RequestCollectibleUI \ +static_assert(alignof(BP_CollectibleSystem_C_RequestCollectibleUI) == 0x000004, "Wrong alignment on BP_CollectibleSystem_C_RequestCollectibleUI"); \ +static_assert(sizeof(BP_CollectibleSystem_C_RequestCollectibleUI) == 0x000010, "Wrong size on BP_CollectibleSystem_C_RequestCollectibleUI"); \ +static_assert(offsetof(BP_CollectibleSystem_C_RequestCollectibleUI, CollectibleID) == 0x000000, "Member 'BP_CollectibleSystem_C_RequestCollectibleUI::CollectibleID' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNiagaraStructConversionStep \ -static_assert(alignof(FNiagaraStructConversionStep) == 0x000004, "Wrong alignment on FNiagaraStructConversionStep"); \ -static_assert(sizeof(FNiagaraStructConversionStep) == 0x000014, "Wrong size on FNiagaraStructConversionStep"); \ -static_assert(offsetof(FNiagaraStructConversionStep, LWCBytes) == 0x000000, "Member 'FNiagaraStructConversionStep::LWCBytes' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraStructConversionStep, LWCOffset) == 0x000004, "Member 'FNiagaraStructConversionStep::LWCOffset' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraStructConversionStep, SimulationBytes) == 0x000008, "Member 'FNiagaraStructConversionStep::SimulationBytes' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraStructConversionStep, SimulationOffset) == 0x00000C, "Member 'FNiagaraStructConversionStep::SimulationOffset' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraStructConversionStep, ConversionType) == 0x000010, "Member 'FNiagaraStructConversionStep::ConversionType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FNiagaraLwcStructConverter \ -static_assert(alignof(FNiagaraLwcStructConverter) == 0x000008, "Wrong alignment on FNiagaraLwcStructConverter"); \ -static_assert(sizeof(FNiagaraLwcStructConverter) == 0x000018, "Wrong size on FNiagaraLwcStructConverter"); \ -static_assert(offsetof(FNiagaraLwcStructConverter, LWCSize) == 0x000000, "Member 'FNiagaraLwcStructConverter::LWCSize' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraLwcStructConverter, SWCSize) == 0x000004, "Member 'FNiagaraLwcStructConverter::SWCSize' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraLwcStructConverter, ConversionSteps) == 0x000008, "Member 'FNiagaraLwcStructConverter::ConversionSteps' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UBP_CollectibleSystem_C \ +static_assert(alignof(UBP_CollectibleSystem_C) == 0x000008, "Wrong alignment on UBP_CollectibleSystem_C"); \ +static_assert(sizeof(UBP_CollectibleSystem_C) == 0x0000E8, "Wrong size on UBP_CollectibleSystem_C"); \ +static_assert(offsetof(UBP_CollectibleSystem_C, UberGraphFrame) == 0x0000E0, "Member 'UBP_CollectibleSystem_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNDIRenderTargetVolumeSimCacheFrame \ static_assert(alignof(FNDIRenderTargetVolumeSimCacheFrame) == 0x000008, "Wrong alignment on FNDIRenderTargetVolumeSimCacheFrame"); \ @@ -66134,6 +65542,18 @@ static_assert(offsetof(FNDIRenderTargetVolumeSimCacheFrame, Format) == 0x00000C, static_assert(offsetof(FNDIRenderTargetVolumeSimCacheFrame, UncompressedSize) == 0x000010, "Member 'FNDIRenderTargetVolumeSimCacheFrame::UncompressedSize' has a wrong offset!"); \ static_assert(offsetof(FNDIRenderTargetVolumeSimCacheFrame, CompressedSize) == 0x000014, "Member 'FNDIRenderTargetVolumeSimCacheFrame::CompressedSize' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNiagaraMessageStore \ +static_assert(alignof(FNiagaraMessageStore) == 0x000001, "Wrong alignment on FNiagaraMessageStore"); \ +static_assert(sizeof(FNiagaraMessageStore) == 0x000001, "Wrong size on FNiagaraMessageStore"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheCaptureParameters \ +static_assert(alignof(FNiagaraSimCacheCaptureParameters) == 0x000004, "Wrong alignment on FNiagaraSimCacheCaptureParameters"); \ +static_assert(sizeof(FNiagaraSimCacheCaptureParameters) == 0x00001C, "Wrong size on FNiagaraSimCacheCaptureParameters"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, NumFrames) == 0x000004, "Member 'FNiagaraSimCacheCaptureParameters::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, CaptureRate) == 0x000008, "Member 'FNiagaraSimCacheCaptureParameters::CaptureRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, TimeoutFrameCount) == 0x000010, "Member 'FNiagaraSimCacheCaptureParameters::TimeoutFrameCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, ImmediateCaptureDeltaTime) == 0x000018, "Member 'FNiagaraSimCacheCaptureParameters::ImmediateCaptureDeltaTime' 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"); \ @@ -66145,9 +65565,16 @@ static_assert(sizeof(FNiagaraVariableBase) == 0x00000C, "Wrong size on FNiagaraV 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_FNiagaraDataChannelVariable \ -static_assert(alignof(FNiagaraDataChannelVariable) == 0x000004, "Wrong alignment on FNiagaraDataChannelVariable"); \ -static_assert(sizeof(FNiagaraDataChannelVariable) == 0x00000C, "Wrong size on FNiagaraDataChannelVariable"); \ +#define DUMPER7_ASSERTS_FNiagaraDistributionBase \ +static_assert(alignof(FNiagaraDistributionBase) == 0x000008, "Wrong alignment on FNiagaraDistributionBase"); \ +static_assert(sizeof(FNiagaraDistributionBase) == 0x000018, "Wrong size on FNiagaraDistributionBase"); \ +static_assert(offsetof(FNiagaraDistributionBase, Mode) == 0x000008, "Member 'FNiagaraDistributionBase::Mode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionBase, ParameterBinding) == 0x00000C, "Member 'FNiagaraDistributionBase::ParameterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionFloat \ +static_assert(alignof(FNiagaraDistributionFloat) == 0x000008, "Wrong alignment on FNiagaraDistributionFloat"); \ +static_assert(sizeof(FNiagaraDistributionFloat) == 0x000028, "Wrong size on FNiagaraDistributionFloat"); \ +static_assert(offsetof(FNiagaraDistributionFloat, Values) == 0x000018, "Member 'FNiagaraDistributionFloat::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSimCacheCreateParameters \ static_assert(alignof(FNiagaraSimCacheCreateParameters) == 0x000008, "Wrong alignment on FNiagaraSimCacheCreateParameters"); \ @@ -66174,6 +65601,12 @@ static_assert(alignof(FNiagaraAssetTagDefinitionReference) == 0x000004, "Wrong a static_assert(sizeof(FNiagaraAssetTagDefinitionReference) == 0x000010, "Wrong size on FNiagaraAssetTagDefinitionReference"); \ static_assert(offsetof(FNiagaraAssetTagDefinitionReference, AssetTagDefinitionGuid) == 0x000000, "Member 'FNiagaraAssetTagDefinitionReference::AssetTagDefinitionGuid' 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"); \ @@ -66372,12 +65805,32 @@ static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, Object) == 0x000000, 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_FNiagaraDataChannelVariable \ +static_assert(alignof(FNiagaraDataChannelVariable) == 0x000004, "Wrong alignment on FNiagaraDataChannelVariable"); \ +static_assert(sizeof(FNiagaraDataChannelVariable) == 0x00000C, "Wrong size on FNiagaraDataChannelVariable"); \ + #define DUMPER7_ASSERTS_FNiagaraDataChannelSearchParameters \ static_assert(alignof(FNiagaraDataChannelSearchParameters) == 0x000008, "Wrong alignment on FNiagaraDataChannelSearchParameters"); \ static_assert(sizeof(FNiagaraDataChannelSearchParameters) == 0x000028, "Wrong size on FNiagaraDataChannelSearchParameters"); \ static_assert(offsetof(FNiagaraDataChannelSearchParameters, OwningComponent) == 0x000000, "Member 'FNiagaraDataChannelSearchParameters::OwningComponent' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataChannelSearchParameters, Location) == 0x000008, "Member 'FNiagaraDataChannelSearchParameters::Location' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNiagaraStructConversionStep \ +static_assert(alignof(FNiagaraStructConversionStep) == 0x000004, "Wrong alignment on FNiagaraStructConversionStep"); \ +static_assert(sizeof(FNiagaraStructConversionStep) == 0x000014, "Wrong size on FNiagaraStructConversionStep"); \ +static_assert(offsetof(FNiagaraStructConversionStep, LWCBytes) == 0x000000, "Member 'FNiagaraStructConversionStep::LWCBytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, LWCOffset) == 0x000004, "Member 'FNiagaraStructConversionStep::LWCOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, SimulationBytes) == 0x000008, "Member 'FNiagaraStructConversionStep::SimulationBytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, SimulationOffset) == 0x00000C, "Member 'FNiagaraStructConversionStep::SimulationOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, ConversionType) == 0x000010, "Member 'FNiagaraStructConversionStep::ConversionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraLwcStructConverter \ +static_assert(alignof(FNiagaraLwcStructConverter) == 0x000008, "Wrong alignment on FNiagaraLwcStructConverter"); \ +static_assert(sizeof(FNiagaraLwcStructConverter) == 0x000018, "Wrong size on FNiagaraLwcStructConverter"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, LWCSize) == 0x000000, "Member 'FNiagaraLwcStructConverter::LWCSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, SWCSize) == 0x000004, "Member 'FNiagaraLwcStructConverter::SWCSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, ConversionSteps) == 0x000008, "Member 'FNiagaraLwcStructConverter::ConversionSteps' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FNiagaraDataChannelGameDataLayout \ static_assert(alignof(FNiagaraDataChannelGameDataLayout) == 0x000008, "Wrong alignment on FNiagaraDataChannelGameDataLayout"); \ static_assert(sizeof(FNiagaraDataChannelGameDataLayout) == 0x000060, "Wrong size on FNiagaraDataChannelGameDataLayout"); \ @@ -66465,10 +65918,6 @@ static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToGame) == 0x0 static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToCPUSims) == 0x000019, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToCPUSims' has a wrong offset!"); \ static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToGPUSims) == 0x00001A, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToGPUSims' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNiagaraMessageStore \ -static_assert(alignof(FNiagaraMessageStore) == 0x000001, "Wrong alignment on FNiagaraMessageStore"); \ -static_assert(sizeof(FNiagaraMessageStore) == 0x000001, "Wrong size on FNiagaraMessageStore"); \ - #define DUMPER7_ASSERTS_FNiagaraParameterBinding \ static_assert(alignof(FNiagaraParameterBinding) == 0x000004, "Wrong alignment on FNiagaraParameterBinding"); \ static_assert(sizeof(FNiagaraParameterBinding) == 0x00000C, "Wrong size on FNiagaraParameterBinding"); \ @@ -66506,12 +65955,6 @@ static_assert(offsetof(FNiagaraStackSection, Categories) == 0x000018, "Member 'F static_assert(offsetof(FNiagaraStackSection, Tooltip) == 0x000028, "Member 'FNiagaraStackSection::Tooltip' has a wrong offset!"); \ static_assert(offsetof(FNiagaraStackSection, bEnabled) == 0x000038, "Member 'FNiagaraStackSection::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNiagaraDistributionBase \ -static_assert(alignof(FNiagaraDistributionBase) == 0x000008, "Wrong alignment on FNiagaraDistributionBase"); \ -static_assert(sizeof(FNiagaraDistributionBase) == 0x000018, "Wrong size on FNiagaraDistributionBase"); \ -static_assert(offsetof(FNiagaraDistributionBase, Mode) == 0x000008, "Member 'FNiagaraDistributionBase::Mode' has a wrong offset!"); \ -static_assert(offsetof(FNiagaraDistributionBase, ParameterBinding) == 0x00000C, "Member 'FNiagaraDistributionBase::ParameterBinding' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FNiagaraDistributionRangeInt \ static_assert(alignof(FNiagaraDistributionRangeInt) == 0x000004, "Wrong alignment on FNiagaraDistributionRangeInt"); \ static_assert(sizeof(FNiagaraDistributionRangeInt) == 0x000018, "Wrong size on FNiagaraDistributionRangeInt"); \ @@ -66538,16 +65981,24 @@ static_assert(sizeof(FNiagaraDistributionRangeVector3) == 0x000030, "Wrong size static_assert(offsetof(FNiagaraDistributionRangeVector3, Min) == 0x000018, "Member 'FNiagaraDistributionRangeVector3::Min' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDistributionRangeVector3, Max) == 0x000024, "Member 'FNiagaraDistributionRangeVector3::Max' 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_FNiagaraDistributionRangeColor \ static_assert(alignof(FNiagaraDistributionRangeColor) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeColor"); \ static_assert(sizeof(FNiagaraDistributionRangeColor) == 0x000038, "Wrong size on FNiagaraDistributionRangeColor"); \ static_assert(offsetof(FNiagaraDistributionRangeColor, Min) == 0x000018, "Member 'FNiagaraDistributionRangeColor::Min' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDistributionRangeColor, Max) == 0x000028, "Member 'FNiagaraDistributionRangeColor::Max' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNiagaraDistributionFloat \ -static_assert(alignof(FNiagaraDistributionFloat) == 0x000008, "Wrong alignment on FNiagaraDistributionFloat"); \ -static_assert(sizeof(FNiagaraDistributionFloat) == 0x000028, "Wrong size on FNiagaraDistributionFloat"); \ -static_assert(offsetof(FNiagaraDistributionFloat, Values) == 0x000018, "Member 'FNiagaraDistributionFloat::Values' 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_FNiagaraDistributionVector2 \ static_assert(alignof(FNiagaraDistributionVector2) == 0x000008, "Wrong alignment on FNiagaraDistributionVector2"); \ @@ -66613,6 +66064,14 @@ static_assert(offsetof(FNiagaraEnumParameterMetaData, IconOverride) == 0x000008, static_assert(offsetof(FNiagaraEnumParameterMetaData, bUseColorOverride) == 0x000010, "Member 'FNiagaraEnumParameterMetaData::bUseColorOverride' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEnumParameterMetaData, ColorOverride) == 0x000014, "Member 'FNiagaraEnumParameterMetaData::ColorOverride' 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_FWidgetNamedInputValue \ static_assert(alignof(FWidgetNamedInputValue) == 0x000008, "Wrong alignment on FWidgetNamedInputValue"); \ static_assert(sizeof(FWidgetNamedInputValue) == 0x000028, "Wrong size on FWidgetNamedInputValue"); \ @@ -66650,6 +66109,11 @@ static_assert(offsetof(FNiagaraInputParameterCustomization, MaxSegmentsPerRow) = static_assert(offsetof(FNiagaraInputParameterCustomization, SegmentValueOverrides) == 0x000040, "Member 'FNiagaraInputParameterCustomization::SegmentValueOverrides' has a wrong offset!"); \ static_assert(offsetof(FNiagaraInputParameterCustomization, bBroadcastValueChangesOnCommitOnly) == 0x000050, "Member 'FNiagaraInputParameterCustomization::bBroadcastValueChangesOnCommitOnly' 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_FNiagaraBoolParameterMetaData \ static_assert(alignof(FNiagaraBoolParameterMetaData) == 0x000008, "Wrong alignment on FNiagaraBoolParameterMetaData"); \ static_assert(sizeof(FNiagaraBoolParameterMetaData) == 0x000028, "Wrong size on FNiagaraBoolParameterMetaData"); \ @@ -66720,6 +66184,10 @@ static_assert(offsetof(FNiagaraUObjectPropertyReaderRemap, RemapName) == 0x00000 static_assert(alignof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraSystemTrackTemplate"); \ +#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_FMovieSceneNiagaraSystemTrackImplementation \ static_assert(alignof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackImplementation"); \ static_assert(sizeof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000028, "Wrong size on FMovieSceneNiagaraSystemTrackImplementation"); \ @@ -66769,6 +66237,14 @@ static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, Channel static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ static_assert(sizeof(FEmitterCompiledScriptPair) == 0x0000A0, "Wrong size on FEmitterCompiledScriptPair"); \ +#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_FNiagaraBakerTextureSource \ static_assert(alignof(FNiagaraBakerTextureSource) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSource"); \ static_assert(sizeof(FNiagaraBakerTextureSource) == 0x000018, "Wrong size on FNiagaraBakerTextureSource"); \ @@ -66908,6 +66384,10 @@ static_assert(alignof(FNiagaraOutlinerData) == 0x000008, "Wrong alignment on FNi 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_FNiagaraWildcard \ +static_assert(alignof(FNiagaraWildcard) == 0x000001, "Wrong alignment on FNiagaraWildcard"); \ +static_assert(sizeof(FNiagaraWildcard) == 0x000001, "Wrong size on FNiagaraWildcard"); \ + #define DUMPER7_ASSERTS_FNiagaraDebuggerRequestConnection \ static_assert(alignof(FNiagaraDebuggerRequestConnection) == 0x000004, "Wrong alignment on FNiagaraDebuggerRequestConnection"); \ static_assert(sizeof(FNiagaraDebuggerRequestConnection) == 0x000020, "Wrong size on FNiagaraDebuggerRequestConnection"); \ @@ -66932,6 +66412,10 @@ static_assert(sizeof(FNiagaraDebuggerExecuteConsoleCommand) == 0x000018, "Wrong 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_FNiagaraPosition \ +static_assert(alignof(FNiagaraPosition) == 0x000004, "Wrong alignment on FNiagaraPosition"); \ +static_assert(sizeof(FNiagaraPosition) == 0x00000C, "Wrong size on FNiagaraPosition"); \ + #define DUMPER7_ASSERTS_FNiagaraDebuggerOutlinerUpdate \ static_assert(alignof(FNiagaraDebuggerOutlinerUpdate) == 0x000008, "Wrong alignment on FNiagaraDebuggerOutlinerUpdate"); \ static_assert(sizeof(FNiagaraDebuggerOutlinerUpdate) == 0x000050, "Wrong size on FNiagaraDebuggerOutlinerUpdate"); \ @@ -67029,6 +66513,14 @@ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x0002 static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x000244, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x000248, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNiagaraHalfVector4 \ +static_assert(alignof(FNiagaraHalfVector4) == 0x000002, "Wrong alignment on FNiagaraHalfVector4"); \ +static_assert(sizeof(FNiagaraHalfVector4) == 0x000008, "Wrong size on FNiagaraHalfVector4"); \ +static_assert(offsetof(FNiagaraHalfVector4, X) == 0x000000, "Member 'FNiagaraHalfVector4::X' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, Y) == 0x000002, "Member 'FNiagaraHalfVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, Z) == 0x000004, "Member 'FNiagaraHalfVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, W) == 0x000006, "Member 'FNiagaraHalfVector4::W' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FNiagaraRequestSimpleClientInfoMessage \ static_assert(alignof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong alignment on FNiagaraRequestSimpleClientInfoMessage"); \ static_assert(sizeof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong size on FNiagaraRequestSimpleClientInfoMessage"); \ @@ -67056,6 +66548,14 @@ static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, ComponentName) == 0 static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, CaptureDelayFrames) == 0x000008, "Member 'FNiagaraSystemSimCacheCaptureRequest::CaptureDelayFrames' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, CaptureFrames) == 0x00000C, "Member 'FNiagaraSystemSimCacheCaptureRequest::CaptureFrames' 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_FNiagaraSystemSimCacheCaptureReply \ static_assert(alignof(FNiagaraSystemSimCacheCaptureReply) == 0x000008, "Wrong alignment on FNiagaraSystemSimCacheCaptureReply"); \ static_assert(sizeof(FNiagaraSystemSimCacheCaptureReply) == 0x000018, "Wrong size on FNiagaraSystemSimCacheCaptureReply"); \ @@ -67611,40 +67111,21 @@ static_assert(alignof(FNiagaraSystemScalabilityOverrides) == 0x000008, "Wrong al 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_FNiagaraWildcard \ -static_assert(alignof(FNiagaraWildcard) == 0x000001, "Wrong alignment on FNiagaraWildcard"); \ -static_assert(sizeof(FNiagaraWildcard) == 0x000001, "Wrong size on FNiagaraWildcard"); \ - #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_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_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_FNiagaraPosition \ -static_assert(alignof(FNiagaraPosition) == 0x000004, "Wrong alignment on FNiagaraPosition"); \ -static_assert(sizeof(FNiagaraPosition) == 0x00000C, "Wrong size on FNiagaraPosition"); \ - #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_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_FNiagaraHalfVector3 \ static_assert(alignof(FNiagaraHalfVector3) == 0x000002, "Wrong alignment on FNiagaraHalfVector3"); \ static_assert(sizeof(FNiagaraHalfVector3) == 0x000006, "Wrong size on FNiagaraHalfVector3"); \ @@ -67652,74 +67133,31 @@ static_assert(offsetof(FNiagaraHalfVector3, X) == 0x000000, "Member 'FNiagaraHal 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_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_FNiagaraNumeric \ static_assert(alignof(FNiagaraNumeric) == 0x000001, "Wrong alignment on FNiagaraNumeric"); \ static_assert(sizeof(FNiagaraNumeric) == 0x000001, "Wrong size on FNiagaraNumeric"); \ -#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_FNiagaraDouble \ static_assert(alignof(FNiagaraDouble) == 0x000008, "Wrong alignment on FNiagaraDouble"); \ static_assert(sizeof(FNiagaraDouble) == 0x000008, "Wrong size on FNiagaraDouble"); \ static_assert(offsetof(FNiagaraDouble, Value) == 0x000000, "Member 'FNiagaraDouble::Value' 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_FNiagaraEmitterID \ static_assert(alignof(FNiagaraEmitterID) == 0x000004, "Wrong alignment on FNiagaraEmitterID"); \ static_assert(sizeof(FNiagaraEmitterID) == 0x000004, "Wrong size on FNiagaraEmitterID"); \ static_assert(offsetof(FNiagaraEmitterID, ID) == 0x000000, "Member 'FNiagaraEmitterID::ID' 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_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_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_FNiagaraUserRedirectionParameterStore \ static_assert(alignof(FNiagaraUserRedirectionParameterStore) == 0x000008, "Wrong alignment on FNiagaraUserRedirectionParameterStore"); \ static_assert(sizeof(FNiagaraUserRedirectionParameterStore) == 0x0000D8, "Wrong size on FNiagaraUserRedirectionParameterStore"); \ static_assert(offsetof(FNiagaraUserRedirectionParameterStore, UserParameterRedirects) == 0x000088, "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"); \ @@ -71002,15 +70440,6 @@ static_assert(alignof(UPropertyBag) == 0x000008, "Wrong alignment on UPropertyBa static_assert(sizeof(UPropertyBag) == 0x0000D8, "Wrong size on UPropertyBag"); \ static_assert(offsetof(UPropertyBag, PropertyDescs) == 0x0000C0, "Member 'UPropertyBag::PropertyDescs' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMotionDeltaTrack \ -static_assert(alignof(FMotionDeltaTrack) == 0x000008, "Wrong alignment on FMotionDeltaTrack"); \ -static_assert(sizeof(FMotionDeltaTrack) == 0x000060, "Wrong size on FMotionDeltaTrack"); \ -static_assert(offsetof(FMotionDeltaTrack, BoneTransformTrack) == 0x000000, "Member 'FMotionDeltaTrack::BoneTransformTrack' has a wrong offset!"); \ -static_assert(offsetof(FMotionDeltaTrack, DeltaTranslationTrack) == 0x000010, "Member 'FMotionDeltaTrack::DeltaTranslationTrack' has a wrong offset!"); \ -static_assert(offsetof(FMotionDeltaTrack, DeltaRotationTrack) == 0x000020, "Member 'FMotionDeltaTrack::DeltaRotationTrack' has a wrong offset!"); \ -static_assert(offsetof(FMotionDeltaTrack, TotalTranslation) == 0x000030, "Member 'FMotionDeltaTrack::TotalTranslation' has a wrong offset!"); \ -static_assert(offsetof(FMotionDeltaTrack, TotalRotation) == 0x000048, "Member 'FMotionDeltaTrack::TotalRotation' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMotionWarpingWindowData \ static_assert(alignof(FMotionWarpingWindowData) == 0x000008, "Wrong alignment on FMotionWarpingWindowData"); \ static_assert(sizeof(FMotionWarpingWindowData) == 0x000010, "Wrong size on FMotionWarpingWindowData"); \ @@ -71040,6 +70469,15 @@ static_assert(offsetof(FMotionWarpingTarget, bFollowComponent) == 0x000048, "Mem static_assert(offsetof(FMotionWarpingTarget, LocationOffset) == 0x000050, "Member 'FMotionWarpingTarget::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FMotionWarpingTarget, RotationOffset) == 0x000068, "Member 'FMotionWarpingTarget::RotationOffset' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMotionDeltaTrack \ +static_assert(alignof(FMotionDeltaTrack) == 0x000008, "Wrong alignment on FMotionDeltaTrack"); \ +static_assert(sizeof(FMotionDeltaTrack) == 0x000060, "Wrong size on FMotionDeltaTrack"); \ +static_assert(offsetof(FMotionDeltaTrack, BoneTransformTrack) == 0x000000, "Member 'FMotionDeltaTrack::BoneTransformTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, DeltaTranslationTrack) == 0x000010, "Member 'FMotionDeltaTrack::DeltaTranslationTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, DeltaRotationTrack) == 0x000020, "Member 'FMotionDeltaTrack::DeltaRotationTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, TotalTranslation) == 0x000030, "Member 'FMotionDeltaTrack::TotalTranslation' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, TotalRotation) == 0x000048, "Member 'FMotionDeltaTrack::TotalRotation' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMotionDeltaTrackContainer \ static_assert(alignof(FMotionDeltaTrackContainer) == 0x000008, "Wrong alignment on FMotionDeltaTrackContainer"); \ static_assert(sizeof(FMotionDeltaTrackContainer) == 0x000010, "Wrong size on FMotionDeltaTrackContainer"); \ @@ -71261,6 +70699,10 @@ static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp static_assert(alignof(URootMotionModifier_SkewWarp) == 0x000010, "Wrong alignment on URootMotionModifier_SkewWarp"); \ static_assert(sizeof(URootMotionModifier_SkewWarp) == 0x000260, "Wrong size on URootMotionModifier_SkewWarp"); \ +#define DUMPER7_ASSERTS_UBP_CollisionAvoidanceSystem_C \ +static_assert(alignof(UBP_CollisionAvoidanceSystem_C) == 0x000008, "Wrong alignment on UBP_CollisionAvoidanceSystem_C"); \ +static_assert(sizeof(UBP_CollisionAvoidanceSystem_C) == 0x000040, "Wrong size on UBP_CollisionAvoidanceSystem_C"); \ + #define DUMPER7_ASSERTS_FRegisteredDeviceInfo \ static_assert(alignof(FRegisteredDeviceInfo) == 0x000008, "Wrong alignment on FRegisteredDeviceInfo"); \ static_assert(sizeof(FRegisteredDeviceInfo) == 0x000020, "Wrong size on FRegisteredDeviceInfo"); \ @@ -71303,25 +70745,6 @@ static_assert(sizeof(URawInputSettings) == 0x000050, "Wrong size on URawInputSet static_assert(offsetof(URawInputSettings, DeviceConfigurations) == 0x000038, "Member 'URawInputSettings::DeviceConfigurations' has a wrong offset!"); \ static_assert(offsetof(URawInputSettings, bRegisterDefaultDevice) == 0x000048, "Member 'URawInputSettings::bRegisterDefaultDevice' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_InputsDisplayLayoutWidget_PS5_C \ -static_assert(alignof(UWBP_InputsDisplayLayoutWidget_PS5_C) == 0x000008, "Wrong alignment on UWBP_InputsDisplayLayoutWidget_PS5_C"); \ -static_assert(sizeof(UWBP_InputsDisplayLayoutWidget_PS5_C) == 0x000370, "Wrong size on UWBP_InputsDisplayLayoutWidget_PS5_C"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, Image_5) == 0x0002F8, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::Image_5' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget) == 0x000300, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_1) == 0x000308, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_2) == 0x000310, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_3) == 0x000318, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_4) == 0x000320, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_5) == 0x000328, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_5' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_6) == 0x000330, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_6' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_7) == 0x000338, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_7' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_8) == 0x000340, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_8' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_9) == 0x000348, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_9' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_10) == 0x000350, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_10' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_11) == 0x000358, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_11' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_12) == 0x000360, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_12' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_13) == 0x000368, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_13' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetDuration \ static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ @@ -72215,54 +71638,15 @@ static_assert(sizeof(USplineNavModifierComponent) == 0x0001A0, "Wrong size on US static_assert(offsetof(USplineNavModifierComponent, SplineExtent) == 0x000190, "Member 'USplineNavModifierComponent::SplineExtent' has a wrong offset!"); \ static_assert(offsetof(USplineNavModifierComponent, NumSplineSamples) == 0x000198, "Member 'USplineNavModifierComponent::NumSplineSamples' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack \ -static_assert(alignof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack) == 0x000008, "Wrong alignment on BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack"); \ -static_assert(sizeof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack) == 0x000140, "Wrong size on BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, EntryPoint) == 0x000000, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_AsZCharacter) == 0x000008, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_Event_Pawn) == 0x000018, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_Event_DeathActorInstigator) == 0x000020, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000039, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000040, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_NativeIsClimbing_ReturnValue) == 0x000138, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_LavaBlack_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_LavaBlack_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_LavaBlack_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_LavaBlack_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_LavaBlack_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_LavaBlack_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_LavaBlack_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_LavaBlack_C_ReceiveTick \ -static_assert(alignof(BP_Death_LavaBlack_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_LavaBlack_C_ReceiveTick"); \ -static_assert(sizeof(BP_Death_LavaBlack_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_LavaBlack_C_ReceiveTick"); \ -static_assert(offsetof(BP_Death_LavaBlack_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_LavaBlack_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_LavaBlack_C \ -static_assert(alignof(ABP_Death_LavaBlack_C) == 0x000008, "Wrong alignment on ABP_Death_LavaBlack_C"); \ -static_assert(sizeof(ABP_Death_LavaBlack_C) == 0x000338, "Wrong size on ABP_Death_LavaBlack_C"); \ -static_assert(offsetof(ABP_Death_LavaBlack_C, UberGraphFrame_BP_Death_LavaBlack_C) == 0x0002F8, "Member 'ABP_Death_LavaBlack_C::UberGraphFrame_BP_Death_LavaBlack_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaBlack_C, FX_SurfaceBubbles) == 0x000300, "Member 'ABP_Death_LavaBlack_C::FX_SurfaceBubbles' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaBlack_C, FX_DEATH_LavaGM) == 0x000308, "Member 'ABP_Death_LavaBlack_C::FX_DEATH_LavaGM' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaBlack_C, Niagara) == 0x000310, "Member 'ABP_Death_LavaBlack_C::Niagara' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaBlack_C, Color) == 0x000318, "Member 'ABP_Death_LavaBlack_C::Color' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaBlack_C, color_bubbles) == 0x000328, "Member 'ABP_Death_LavaBlack_C::color_bubbles' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAIMoveRequest \ -static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ -static_assert(sizeof(FAIMoveRequest) == 0x000050, "Wrong size on FAIMoveRequest"); \ -static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAITouchEvent \ -static_assert(alignof(FAITouchEvent) == 0x000008, "Wrong alignment on FAITouchEvent"); \ -static_assert(sizeof(FAITouchEvent) == 0x000030, "Wrong size on FAITouchEvent"); \ -static_assert(offsetof(FAITouchEvent, TouchReceiver) == 0x000018, "Member 'FAITouchEvent::TouchReceiver' has a wrong offset!"); \ -static_assert(offsetof(FAITouchEvent, OtherActor) == 0x000020, "Member 'FAITouchEvent::OtherActor' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FEnvOverlapData \ +static_assert(alignof(FEnvOverlapData) == 0x000008, "Wrong alignment on FEnvOverlapData"); \ +static_assert(sizeof(FEnvOverlapData) == 0x000030, "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) == 0x000010, "Member 'FEnvOverlapData::ShapeOffset' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, OverlapChannel) == 0x000028, "Member 'FEnvOverlapData::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, OverlapShape) == 0x000029, "Member 'FEnvOverlapData::OverlapShape' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIStimulus \ static_assert(alignof(FAIStimulus) == 0x000008, "Wrong alignment on FAIStimulus"); \ @@ -72281,12 +71665,6 @@ static_assert(offsetof(FActorPerceptionUpdateInfo, TargetId) == 0x000000, "Membe static_assert(offsetof(FActorPerceptionUpdateInfo, Target) == 0x000004, "Member 'FActorPerceptionUpdateInfo::Target' has a wrong offset!"); \ static_assert(offsetof(FActorPerceptionUpdateInfo, Stimulus) == 0x000010, "Member 'FActorPerceptionUpdateInfo::Stimulus' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAITeamStimulusEvent \ -static_assert(alignof(FAITeamStimulusEvent) == 0x000008, "Wrong alignment on FAITeamStimulusEvent"); \ -static_assert(sizeof(FAITeamStimulusEvent) == 0x000050, "Wrong size on FAITeamStimulusEvent"); \ -static_assert(offsetof(FAITeamStimulusEvent, Broadcaster) == 0x000040, "Member 'FAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ -static_assert(offsetof(FAITeamStimulusEvent, Enemy) == 0x000048, "Member 'FAITeamStimulusEvent::Enemy' 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"); \ @@ -72295,11 +71673,33 @@ static_assert(offsetof(FEnvDirection, LineTo) == 0x000008, "Member 'FEnvDirectio 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_FEnvQueryManagerConfig \ +static_assert(alignof(FEnvQueryManagerConfig) == 0x000008, "Wrong alignment on FEnvQueryManagerConfig"); \ +static_assert(sizeof(FEnvQueryManagerConfig) == 0x000030, "Wrong size on FEnvQueryManagerConfig"); \ +static_assert(offsetof(FEnvQueryManagerConfig, MaxAllowedTestingTime) == 0x000000, "Member 'FEnvQueryManagerConfig::MaxAllowedTestingTime' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, bTestQueriesUsingBreadth) == 0x000004, "Member 'FEnvQueryManagerConfig::bTestQueriesUsingBreadth' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, QueryCountWarningThreshold) == 0x000008, "Member 'FEnvQueryManagerConfig::QueryCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, QueryCountWarningInterval) == 0x000010, "Member 'FEnvQueryManagerConfig::QueryCountWarningInterval' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, ExecutionTimeWarningSeconds) == 0x000018, "Member 'FEnvQueryManagerConfig::ExecutionTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, HandlingResultTimeWarningSeconds) == 0x000020, "Member 'FEnvQueryManagerConfig::HandlingResultTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, GenerationTimeWarningSeconds) == 0x000028, "Member 'FEnvQueryManagerConfig::GenerationTimeWarningSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITeamStimulusEvent \ +static_assert(alignof(FAITeamStimulusEvent) == 0x000008, "Wrong alignment on FAITeamStimulusEvent"); \ +static_assert(sizeof(FAITeamStimulusEvent) == 0x000050, "Wrong size on FAITeamStimulusEvent"); \ +static_assert(offsetof(FAITeamStimulusEvent, Broadcaster) == 0x000040, "Member 'FAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ +static_assert(offsetof(FAITeamStimulusEvent, Enemy) == 0x000048, "Member 'FAITeamStimulusEvent::Enemy' 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_FAIMoveRequest \ +static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ +static_assert(sizeof(FAIMoveRequest) == 0x000050, "Wrong size on FAIMoveRequest"); \ +static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' 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"); \ @@ -72329,16 +71729,6 @@ static_assert(offsetof(FEnvTraceData, TraceProfileName) == 0x00002C, "Member 'FE static_assert(offsetof(FEnvTraceData, TraceShape) == 0x000034, "Member 'FEnvTraceData::TraceShape' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, TraceMode) == 0x000035, "Member 'FEnvTraceData::TraceMode' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FEnvOverlapData \ -static_assert(alignof(FEnvOverlapData) == 0x000008, "Wrong alignment on FEnvOverlapData"); \ -static_assert(sizeof(FEnvOverlapData) == 0x000030, "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) == 0x000010, "Member 'FEnvOverlapData::ShapeOffset' has a wrong offset!"); \ -static_assert(offsetof(FEnvOverlapData, OverlapChannel) == 0x000028, "Member 'FEnvOverlapData::OverlapChannel' has a wrong offset!"); \ -static_assert(offsetof(FEnvOverlapData, OverlapShape) == 0x000029, "Member 'FEnvOverlapData::OverlapShape' 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"); \ @@ -72458,17 +71848,6 @@ static_assert(alignof(FAIDataProviderBoolValue) == 0x000008, "Wrong alignment on 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_FEnvQueryManagerConfig \ -static_assert(alignof(FEnvQueryManagerConfig) == 0x000008, "Wrong alignment on FEnvQueryManagerConfig"); \ -static_assert(sizeof(FEnvQueryManagerConfig) == 0x000030, "Wrong size on FEnvQueryManagerConfig"); \ -static_assert(offsetof(FEnvQueryManagerConfig, MaxAllowedTestingTime) == 0x000000, "Member 'FEnvQueryManagerConfig::MaxAllowedTestingTime' has a wrong offset!"); \ -static_assert(offsetof(FEnvQueryManagerConfig, bTestQueriesUsingBreadth) == 0x000004, "Member 'FEnvQueryManagerConfig::bTestQueriesUsingBreadth' has a wrong offset!"); \ -static_assert(offsetof(FEnvQueryManagerConfig, QueryCountWarningThreshold) == 0x000008, "Member 'FEnvQueryManagerConfig::QueryCountWarningThreshold' has a wrong offset!"); \ -static_assert(offsetof(FEnvQueryManagerConfig, QueryCountWarningInterval) == 0x000010, "Member 'FEnvQueryManagerConfig::QueryCountWarningInterval' has a wrong offset!"); \ -static_assert(offsetof(FEnvQueryManagerConfig, ExecutionTimeWarningSeconds) == 0x000018, "Member 'FEnvQueryManagerConfig::ExecutionTimeWarningSeconds' has a wrong offset!"); \ -static_assert(offsetof(FEnvQueryManagerConfig, HandlingResultTimeWarningSeconds) == 0x000020, "Member 'FEnvQueryManagerConfig::HandlingResultTimeWarningSeconds' has a wrong offset!"); \ -static_assert(offsetof(FEnvQueryManagerConfig, GenerationTimeWarningSeconds) == 0x000028, "Member 'FEnvQueryManagerConfig::GenerationTimeWarningSeconds' 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"); \ @@ -72547,6 +71926,12 @@ 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_FAITouchEvent \ +static_assert(alignof(FAITouchEvent) == 0x000008, "Wrong alignment on FAITouchEvent"); \ +static_assert(sizeof(FAITouchEvent) == 0x000030, "Wrong size on FAITouchEvent"); \ +static_assert(offsetof(FAITouchEvent, TouchReceiver) == 0x000018, "Member 'FAITouchEvent::TouchReceiver' has a wrong offset!"); \ +static_assert(offsetof(FAITouchEvent, OtherActor) == 0x000020, "Member 'FAITouchEvent::OtherActor' 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"); \ @@ -74947,6 +74332,15 @@ static_assert(offsetof(UPawnAction_Move, GoalLocation) == 0x000098, "Member 'UPa static_assert(offsetof(UPawnAction_Move, AcceptableRadius) == 0x0000B0, "Member 'UPawnAction_Move::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Move, FilterClass) == 0x0000B8, "Member 'UPawnAction_Move::FilterClass' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGerstnerWaveOctave \ +static_assert(alignof(FGerstnerWaveOctave) == 0x000004, "Wrong alignment on FGerstnerWaveOctave"); \ +static_assert(sizeof(FGerstnerWaveOctave) == 0x000014, "Wrong size on FGerstnerWaveOctave"); \ +static_assert(offsetof(FGerstnerWaveOctave, NumWaves) == 0x000000, "Member 'FGerstnerWaveOctave::NumWaves' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, AmplitudeScale) == 0x000004, "Member 'FGerstnerWaveOctave::AmplitudeScale' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, MainDirection) == 0x000008, "Member 'FGerstnerWaveOctave::MainDirection' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, SpreadAngle) == 0x00000C, "Member 'FGerstnerWaveOctave::SpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, bUniformSpread) == 0x000010, "Member 'FGerstnerWaveOctave::bUniformSpread' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSphericalPontoon \ static_assert(alignof(FSphericalPontoon) == 0x000010, "Wrong alignment on FSphericalPontoon"); \ static_assert(sizeof(FSphericalPontoon) == 0x0002D0, "Wrong size on FSphericalPontoon"); \ @@ -75042,15 +74436,6 @@ static_assert(offsetof(FGerstnerWave, WKA) == 0x00003C, "Member 'FGerstnerWave:: static_assert(offsetof(FGerstnerWave, Q) == 0x000040, "Member 'FGerstnerWave::Q' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, PhaseOffset) == 0x000044, "Member 'FGerstnerWave::PhaseOffset' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGerstnerWaveOctave \ -static_assert(alignof(FGerstnerWaveOctave) == 0x000004, "Wrong alignment on FGerstnerWaveOctave"); \ -static_assert(sizeof(FGerstnerWaveOctave) == 0x000014, "Wrong size on FGerstnerWaveOctave"); \ -static_assert(offsetof(FGerstnerWaveOctave, NumWaves) == 0x000000, "Member 'FGerstnerWaveOctave::NumWaves' has a wrong offset!"); \ -static_assert(offsetof(FGerstnerWaveOctave, AmplitudeScale) == 0x000004, "Member 'FGerstnerWaveOctave::AmplitudeScale' has a wrong offset!"); \ -static_assert(offsetof(FGerstnerWaveOctave, MainDirection) == 0x000008, "Member 'FGerstnerWaveOctave::MainDirection' has a wrong offset!"); \ -static_assert(offsetof(FGerstnerWaveOctave, SpreadAngle) == 0x00000C, "Member 'FGerstnerWaveOctave::SpreadAngle' has a wrong offset!"); \ -static_assert(offsetof(FGerstnerWaveOctave, bUniformSpread) == 0x000010, "Member 'FGerstnerWaveOctave::bUniformSpread' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FUnderwaterPostProcessSettings \ static_assert(alignof(FUnderwaterPostProcessSettings) == 0x000010, "Wrong alignment on FUnderwaterPostProcessSettings"); \ static_assert(sizeof(FUnderwaterPostProcessSettings) == 0x000710, "Wrong size on FUnderwaterPostProcessSettings"); \ @@ -75061,15 +74446,6 @@ static_assert(offsetof(FUnderwaterPostProcessSettings, BlendWeight) == 0x00000C, static_assert(offsetof(FUnderwaterPostProcessSettings, PostProcessSettings) == 0x000010, "Member 'FUnderwaterPostProcessSettings::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(FUnderwaterPostProcessSettings, UnderwaterPostProcessMaterial) == 0x000700, "Member 'FUnderwaterPostProcessSettings::UnderwaterPostProcessMaterial' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FWaterFalloffSettings \ -static_assert(alignof(FWaterFalloffSettings) == 0x000004, "Wrong alignment on FWaterFalloffSettings"); \ -static_assert(sizeof(FWaterFalloffSettings) == 0x000014, "Wrong size on FWaterFalloffSettings"); \ -static_assert(offsetof(FWaterFalloffSettings, FalloffMode) == 0x000000, "Member 'FWaterFalloffSettings::FalloffMode' has a wrong offset!"); \ -static_assert(offsetof(FWaterFalloffSettings, FalloffAngle) == 0x000004, "Member 'FWaterFalloffSettings::FalloffAngle' has a wrong offset!"); \ -static_assert(offsetof(FWaterFalloffSettings, FalloffWidth) == 0x000008, "Member 'FWaterFalloffSettings::FalloffWidth' has a wrong offset!"); \ -static_assert(offsetof(FWaterFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FWaterFalloffSettings::EdgeOffset' has a wrong offset!"); \ -static_assert(offsetof(FWaterFalloffSettings, ZOffset) == 0x000010, "Member 'FWaterFalloffSettings::ZOffset' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FWaterBrushEffectBlurring \ static_assert(alignof(FWaterBrushEffectBlurring) == 0x000004, "Wrong alignment on FWaterBrushEffectBlurring"); \ static_assert(sizeof(FWaterBrushEffectBlurring) == 0x000008, "Wrong size on FWaterBrushEffectBlurring"); \ @@ -75118,6 +74494,15 @@ static_assert(offsetof(FWaterBrushEffects, displacement) == 0x000018, "Member 'F static_assert(offsetof(FWaterBrushEffects, SmoothBlending) == 0x000040, "Member 'FWaterBrushEffects::SmoothBlending' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffects, Terracing) == 0x000048, "Member 'FWaterBrushEffects::Terracing' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FWaterFalloffSettings \ +static_assert(alignof(FWaterFalloffSettings) == 0x000004, "Wrong alignment on FWaterFalloffSettings"); \ +static_assert(sizeof(FWaterFalloffSettings) == 0x000014, "Wrong size on FWaterFalloffSettings"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffMode) == 0x000000, "Member 'FWaterFalloffSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffAngle) == 0x000004, "Member 'FWaterFalloffSettings::FalloffAngle' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffWidth) == 0x000008, "Member 'FWaterFalloffSettings::FalloffWidth' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FWaterFalloffSettings::EdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, ZOffset) == 0x000010, "Member 'FWaterFalloffSettings::ZOffset' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FWaterBodyHeightmapSettings \ static_assert(alignof(FWaterBodyHeightmapSettings) == 0x000008, "Wrong alignment on FWaterBodyHeightmapSettings"); \ static_assert(sizeof(FWaterBodyHeightmapSettings) == 0x000080, "Wrong size on FWaterBodyHeightmapSettings"); \ @@ -75859,98 +75244,9 @@ static_assert(offsetof(AWaterZone, LocalTessellationExtent) == 0x0002E0, "Member static_assert(offsetof(AWaterZone, WaterZoneIndex) == 0x000320, "Member 'AWaterZone::WaterZoneIndex' has a wrong offset!"); \ static_assert(offsetof(AWaterZone, OnWaterInfoTextureCreated) == 0x000328, "Member 'AWaterZone::OnWaterInfoTextureCreated' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton \ -static_assert(alignof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton) == 0x000008, "Wrong alignment on WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton"); \ -static_assert(sizeof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton) == 0x000078, "Wrong size on WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, EntryPoint) == 0x000000, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, K2Node_Event_InFocusEvent_1) == 0x00002C, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, K2Node_Event_InFocusEvent) == 0x000034, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, K2Node_Event_IsDesignTime) == 0x00003C, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, Temp_delegate_Variable_2) == 0x000040, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_PostEvent_ReturnValue_2) == 0x000050, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_BreakVector2D_X) == 0x000058, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_BreakVector2D_Y) == 0x000060, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x00006C, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast) == 0x000070, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_ToggleButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ToggleButton_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_ToggleButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ToggleButton_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_ToggleButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ToggleButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_ToggleButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ToggleButton_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_ToggleButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ToggleButton_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_ToggleButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ToggleButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OverrideLeftNavigation \ -static_assert(alignof(WBP_ToggleButton_C_OverrideLeftNavigation) == 0x000008, "Wrong alignment on WBP_ToggleButton_C_OverrideLeftNavigation"); \ -static_assert(sizeof(WBP_ToggleButton_C_OverrideLeftNavigation) == 0x000028, "Wrong size on WBP_ToggleButton_C_OverrideLeftNavigation"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, Navigation_0) == 0x000000, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::Navigation_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, ReturnValue) == 0x000008, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, Temp_delegate_Variable) == 0x000010, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OverrideRightNavigation \ -static_assert(alignof(WBP_ToggleButton_C_OverrideRightNavigation) == 0x000008, "Wrong alignment on WBP_ToggleButton_C_OverrideRightNavigation"); \ -static_assert(sizeof(WBP_ToggleButton_C_OverrideRightNavigation) == 0x000028, "Wrong size on WBP_ToggleButton_C_OverrideRightNavigation"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, Navigation_0) == 0x000000, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::Navigation_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, ReturnValue) == 0x000008, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, Temp_delegate_Variable) == 0x000010, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ToggleButton_C_PreConstruct \ -static_assert(alignof(WBP_ToggleButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ToggleButton_C_PreConstruct"); \ -static_assert(sizeof(WBP_ToggleButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ToggleButton_C_PreConstruct"); \ -static_assert(offsetof(WBP_ToggleButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ToggleButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ToggleButton_C_SetToggle \ -static_assert(alignof(WBP_ToggleButton_C_SetToggle) == 0x000001, "Wrong alignment on WBP_ToggleButton_C_SetToggle"); \ -static_assert(sizeof(WBP_ToggleButton_C_SetToggle) == 0x000001, "Wrong size on WBP_ToggleButton_C_SetToggle"); \ -static_assert(offsetof(WBP_ToggleButton_C_SetToggle, NewToggle) == 0x000000, "Member 'WBP_ToggleButton_C_SetToggle::NewToggle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ToggleButton_C \ -static_assert(alignof(UWBP_ToggleButton_C) == 0x000010, "Wrong alignment on UWBP_ToggleButton_C"); \ -static_assert(sizeof(UWBP_ToggleButton_C) == 0x000A40, "Wrong size on UWBP_ToggleButton_C"); \ -static_assert(offsetof(UWBP_ToggleButton_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ToggleButton_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Button) == 0x000300, "Member 'UWBP_ToggleButton_C::Button' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Image_Check) == 0x000308, "Member 'UWBP_ToggleButton_C::Image_Check' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Image_Cross) == 0x000310, "Member 'UWBP_ToggleButton_C::Image_Cross' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Select_Left) == 0x000318, "Member 'UWBP_ToggleButton_C::Select_Left' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Select_Right) == 0x000320, "Member 'UWBP_ToggleButton_C::Select_Right' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, SizeBox_0) == 0x000328, "Member 'UWBP_ToggleButton_C::SizeBox_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, OnClicked) == 0x000330, "Member 'UWBP_ToggleButton_C::OnClicked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, OnFocusOn) == 0x000340, "Member 'UWBP_ToggleButton_C::OnFocusOn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, OnFocusOff) == 0x000350, "Member 'UWBP_ToggleButton_C::OnFocusOff' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Button_Text) == 0x000360, "Member 'UWBP_ToggleButton_C::Button_Text' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, DefaultBackgroundColor) == 0x000370, "Member 'UWBP_ToggleButton_C::DefaultBackgroundColor' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, TextColor) == 0x000380, "Member 'UWBP_ToggleButton_C::TextColor' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Style) == 0x0003A0, "Member 'UWBP_ToggleButton_C::Style' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, HoveredFeatures) == 0x000790, "Member 'UWBP_ToggleButton_C::HoveredFeatures' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, FocusedSound) == 0x000798, "Member 'UWBP_ToggleButton_C::FocusedSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, TextColor_Hover) == 0x0007A0, "Member 'UWBP_ToggleButton_C::TextColor_Hover' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, BackgroundColor_Hover) == 0x0007B4, "Member 'UWBP_ToggleButton_C::BackgroundColor_Hover' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, HoveredFontSize) == 0x0007C4, "Member 'UWBP_ToggleButton_C::HoveredFontSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, HoveredStyleName) == 0x0007C8, "Member 'UWBP_ToggleButton_C::HoveredStyleName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, NormalStyleName) == 0x0007D8, "Member 'UWBP_ToggleButton_C::NormalStyleName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, TextPadding) == 0x0007E8, "Member 'UWBP_ToggleButton_C::TextPadding' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, LeftBrush) == 0x000800, "Member 'UWBP_ToggleButton_C::LeftBrush' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, RightBrush) == 0x0008D0, "Member 'UWBP_ToggleButton_C::RightBrush' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Left_Select_Color_And_Opacity) == 0x0009A0, "Member 'UWBP_ToggleButton_C::Left_Select_Color_And_Opacity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Right_Select_Color_And_Opacity) == 0x0009B0, "Member 'UWBP_ToggleButton_C::Right_Select_Color_And_Opacity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Toggle) == 0x0009C0, "Member 'UWBP_ToggleButton_C::Toggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, LeftText) == 0x0009C8, "Member 'UWBP_ToggleButton_C::LeftText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, RightText) == 0x0009D8, "Member 'UWBP_ToggleButton_C::RightText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, MinSize) == 0x0009E8, "Member 'UWBP_ToggleButton_C::MinSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, Text_Hover_Color_And_Opacity) == 0x0009F8, "Member 'UWBP_ToggleButton_C::Text_Hover_Color_And_Opacity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, SelectCrossColour) == 0x000A08, "Member 'UWBP_ToggleButton_C::SelectCrossColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, SelectCheckedColour) == 0x000A18, "Member 'UWBP_ToggleButton_C::SelectCheckedColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ToggleButton_C, UnselectImageColour) == 0x000A28, "Member 'UWBP_ToggleButton_C::UnselectImageColour' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCPathResult \ +static_assert(alignof(FCPathResult) == 0x000008, "Wrong alignment on FCPathResult"); \ +static_assert(sizeof(FCPathResult) == 0x000038, "Wrong size on FCPathResult"); \ #define DUMPER7_ASSERTS_FCPathNode \ static_assert(alignof(FCPathNode) == 0x000008, "Wrong alignment on FCPathNode"); \ @@ -75958,10 +75254,6 @@ static_assert(sizeof(FCPathNode) == 0x000030, "Wrong size on FCPathNode"); \ static_assert(offsetof(FCPathNode, WorldLocation) == 0x000000, "Member 'FCPathNode::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(FCPathNode, Normal) == 0x000018, "Member 'FCPathNode::Normal' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCPathResult \ -static_assert(alignof(FCPathResult) == 0x000008, "Wrong alignment on FCPathResult"); \ -static_assert(sizeof(FCPathResult) == 0x000038, "Wrong size on FCPathResult"); \ - #define DUMPER7_ASSERTS_ACPathCore \ static_assert(alignof(ACPathCore) == 0x000008, "Wrong alignment on ACPathCore"); \ static_assert(sizeof(ACPathCore) == 0x0002C0, "Wrong size on ACPathCore"); \ @@ -76075,6 +75367,218 @@ static_assert(offsetof(ACPathVolume, CoreInstance) == 0x000348, "Member 'ACPathV static_assert(alignof(ACPathVolumeGroundPrio) == 0x000008, "Wrong alignment on ACPathVolumeGroundPrio"); \ static_assert(sizeof(ACPathVolumeGroundPrio) == 0x000460, "Wrong size on ACPathVolumeGroundPrio"); \ +#define DUMPER7_ASSERTS_UFFXFSR3Settings \ +static_assert(alignof(UFFXFSR3Settings) == 0x000008, "Wrong alignment on UFFXFSR3Settings"); \ +static_assert(sizeof(UFFXFSR3Settings) == 0x0000D0, "Wrong size on UFFXFSR3Settings"); \ +static_assert(offsetof(UFFXFSR3Settings, bEnabled) == 0x000038, "Member 'UFFXFSR3Settings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bAutoExposure) == 0x000039, "Member 'UFFXFSR3Settings::bAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bEnabledInEditorViewport) == 0x00003A, "Member 'UFFXFSR3Settings::bEnabledInEditorViewport' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bUseSSRExperimentalDenoiser) == 0x00003B, "Member 'UFFXFSR3Settings::bUseSSRExperimentalDenoiser' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bRHIBackend) == 0x00003C, "Member 'UFFXFSR3Settings::bRHIBackend' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12Backend) == 0x00003D, "Member 'UFFXFSR3Settings::bD3D12Backend' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bFrameGenEnabled) == 0x00003E, "Member 'UFFXFSR3Settings::bFrameGenEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bCaptureDebugUI) == 0x00003F, "Member 'UFFXFSR3Settings::bCaptureDebugUI' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bUpdateGlobalFrameTime) == 0x000040, "Member 'UFFXFSR3Settings::bUpdateGlobalFrameTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bModifySlateDeltaTime) == 0x000041, "Member 'UFFXFSR3Settings::bModifySlateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, UIMode) == 0x000044, "Member 'UFFXFSR3Settings::UIMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bUseDistortionTexture) == 0x000048, "Member 'UFFXFSR3Settings::bUseDistortionTexture' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncInterpolation) == 0x000049, "Member 'UFFXFSR3Settings::bD3D12AsyncInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncPresent) == 0x00004A, "Member 'UFFXFSR3Settings::bD3D12AsyncPresent' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, PaceMode) == 0x00004C, "Member 'UFFXFSR3Settings::PaceMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, QualityMode) == 0x000050, "Member 'UFFXFSR3Settings::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, HistoryFormat) == 0x000054, "Member 'UFFXFSR3Settings::HistoryFormat' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, DeDither) == 0x000058, "Member 'UFFXFSR3Settings::DeDither' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, Sharpness) == 0x00005C, "Member 'UFFXFSR3Settings::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bAdjustMipBias) == 0x000060, "Member 'UFFXFSR3Settings::bAdjustMipBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bForceVertexDeformationOutputsVelocity) == 0x000061, "Member 'UFFXFSR3Settings::bForceVertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ForceLandscapeHISMMobility) == 0x000064, "Member 'UFFXFSR3Settings::ForceLandscapeHISMMobility' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, VelocityFactor) == 0x000068, "Member 'UFFXFSR3Settings::VelocityFactor' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bReactiveMask) == 0x00006C, "Member 'UFFXFSR3Settings::bReactiveMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReflectionScale) == 0x000070, "Member 'UFFXFSR3Settings::ReflectionScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReflectionLuminanceBias) == 0x000074, "Member 'UFFXFSR3Settings::ReflectionLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessScale) == 0x000078, "Member 'UFFXFSR3Settings::RoughnessScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessBias) == 0x00007C, "Member 'UFFXFSR3Settings::RoughnessBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessMaxDistance) == 0x000080, "Member 'UFFXFSR3Settings::RoughnessMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bReactiveMaskRoughnessForceMaxDistance) == 0x000084, "Member 'UFFXFSR3Settings::bReactiveMaskRoughnessForceMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyBias) == 0x000088, "Member 'UFFXFSR3Settings::TranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyLuminanceBias) == 0x00008C, "Member 'UFFXFSR3Settings::TranslucencyLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyMaxDistance) == 0x000090, "Member 'UFFXFSR3Settings::TranslucencyMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveShadingModelID) == 0x000094, "Member 'UFFXFSR3Settings::ReactiveShadingModelID' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ForceReactiveMaterialValue) == 0x000098, "Member 'UFFXFSR3Settings::ForceReactiveMaterialValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyBias) == 0x00009C, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyLumaBias) == 0x0000A0, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyLumaBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, PreDOFTranslucencyScale) == 0x0000A4, "Member 'UFFXFSR3Settings::PreDOFTranslucencyScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bPreDOFTranslucencyMax) == 0x0000A8, "Member 'UFFXFSR3Settings::bPreDOFTranslucencyMax' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveMaskDeferredDecalScale) == 0x0000AC, "Member 'UFFXFSR3Settings::ReactiveMaskDeferredDecalScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryDeferredDecalScale) == 0x0000B0, "Member 'UFFXFSR3Settings::ReactiveHistoryDeferredDecalScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveMaskTAAResponsiveValue) == 0x0000B4, "Member 'UFFXFSR3Settings::ReactiveMaskTAAResponsiveValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTAAResponsiveValue) == 0x0000B8, "Member 'UFFXFSR3Settings::ReactiveHistoryTAAResponsiveValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveMaskCustomStencilScale) == 0x0000BC, "Member 'UFFXFSR3Settings::ReactiveMaskCustomStencilScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryCustomStencilScale) == 0x0000C0, "Member 'UFFXFSR3Settings::ReactiveHistoryCustomStencilScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, CustomStencilMask) == 0x0000C4, "Member 'UFFXFSR3Settings::CustomStencilMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, CustomStencilShift) == 0x0000C8, "Member 'UFFXFSR3Settings::CustomStencilShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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, EnableDLSSInPlayInEditorViewportsOverride) == 0x000029, "Member 'UDLSSOverrideSettings::EnableDLSSInPlayInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x00002A, "Member 'UDLSSOverrideSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, ShowDLSSSDebugOnScreenMessages) == 0x00002B, "Member 'UDLSSOverrideSettings::ShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLSSSettings \ +static_assert(alignof(UDLSSSettings) == 0x000008, "Wrong alignment on UDLSSSettings"); \ +static_assert(sizeof(UDLSSSettings) == 0x000068, "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, bEnableDLSSInPlayInEditorViewports) == 0x00002C, "Member 'UDLSSSettings::bEnableDLSSInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bShowDLSSSDebugOnScreenMessages) == 0x00002D, "Member 'UDLSSSettings::bShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, GenericDLSSBinaryPath) == 0x000030, "Member 'UDLSSSettings::GenericDLSSBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bGenericDLSSBinaryExists) == 0x000040, "Member 'UDLSSSettings::bGenericDLSSBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, NVIDIANGXApplicationId) == 0x000044, "Member 'UDLSSSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, CustomDLSSBinaryPath) == 0x000048, "Member 'UDLSSSettings::CustomDLSSBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bCustomDLSSBinaryExists) == 0x000058, "Member 'UDLSSSettings::bCustomDLSSBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bAllowOTAUpdate) == 0x000059, "Member 'UDLSSSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x00005A, "Member 'UDLSSSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLAAPreset) == 0x00005B, "Member 'UDLSSSettings::DLAAPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSQualityPreset) == 0x00005D, "Member 'UDLSSSettings::DLSSQualityPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSBalancedPreset) == 0x00005E, "Member 'UDLSSSettings::DLSSBalancedPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSPerformancePreset) == 0x00005F, "Member 'UDLSSSettings::DLSSPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSUltraPerformancePreset) == 0x000060, "Member 'UDLSSSettings::DLSSUltraPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLAARRPreset) == 0x000061, "Member 'UDLSSSettings::DLAARRPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRQualityPreset) == 0x000063, "Member 'UDLSSSettings::DLSSRRQualityPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRBalancedPreset) == 0x000064, "Member 'UDLSSSettings::DLSSRRBalancedPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRPerformancePreset) == 0x000065, "Member 'UDLSSSettings::DLSSRRPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRUltraPerformancePreset) == 0x000066, "Member 'UDLSSSettings::DLSSRRUltraPerformancePreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_EnableDLAA \ +static_assert(alignof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLAA"); \ +static_assert(sizeof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong size on DLSSLibrary_EnableDLAA"); \ +static_assert(offsetof(DLSSLibrary_EnableDLAA, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLAA::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSS \ +static_assert(alignof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSS"); \ +static_assert(sizeof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSS"); \ +static_assert(offsetof(DLSSLibrary_EnableDLSS, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSS::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSSRR \ +static_assert(alignof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSSRR"); \ +static_assert(sizeof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSSRR"); \ +static_assert(offsetof(DLSSLibrary_EnableDLSSRR, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSSRR::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDefaultDLSSMode \ +static_assert(alignof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDefaultDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDefaultDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_GetDefaultDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDefaultDLSSMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMinimumDriverVersion \ +static_assert(alignof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMode \ +static_assert(alignof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSModeInformation \ +static_assert(alignof(DLSSLibrary_GetDLSSModeInformation) == 0x000008, "Wrong alignment on DLSSLibrary_GetDLSSModeInformation"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSModeInformation) == 0x000030, "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) == 0x000008, "Member 'DLSSLibrary_GetDLSSModeInformation::ScreenResolution' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsSupported) == 0x000018, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsSupported' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalScreenPercentage) == 0x00001C, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsFixedScreenPercentage) == 0x000020, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsFixedScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MinScreenPercentage) == 0x000024, "Member 'DLSSLibrary_GetDLSSModeInformation::MinScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MaxScreenPercentage) == 0x000028, "Member 'DLSSLibrary_GetDLSSModeInformation::MaxScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalSharpness) == 0x00002C, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalSharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSRRMinimumDriverVersion \ +static_assert(alignof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSScreenPercentageRange \ +static_assert(alignof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSScreenPercentageRange"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSScreenPercentageRange"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MinScreenPercentage) == 0x000000, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MinScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MaxScreenPercentage) == 0x000004, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MaxScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSSharpness \ +static_assert(alignof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSSharpness"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong size on DLSSLibrary_GetDLSSSharpness"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSSharpness, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetSupportedDLSSModes \ +static_assert(alignof(DLSSLibrary_GetSupportedDLSSModes) == 0x000008, "Wrong alignment on DLSSLibrary_GetSupportedDLSSModes"); \ +static_assert(sizeof(DLSSLibrary_GetSupportedDLSSModes) == 0x000010, "Wrong size on DLSSLibrary_GetSupportedDLSSModes"); \ +static_assert(offsetof(DLSSLibrary_GetSupportedDLSSModes, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetSupportedDLSSModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLAAEnabled \ +static_assert(alignof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLAAEnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLAAEnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLAAEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLAAEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSEnabled \ +static_assert(alignof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSEnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSEnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSModeSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSModeSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSModeSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSModeSupported) == 0x000002, "Wrong size on DLSSLibrary_IsDLSSModeSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, DLSSMode) == 0x000000, "Member 'DLSSLibrary_IsDLSSModeSupported::DLSSMode' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, ReturnValue) == 0x000001, "Member 'DLSSLibrary_IsDLSSModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRREnabled \ +static_assert(alignof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRREnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRREnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSRREnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRRSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRRSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRRSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSRRSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRRSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsRayTracingAvailable \ +static_assert(alignof(DLSSLibrary_IsRayTracingAvailable) == 0x000001, "Wrong alignment on DLSSLibrary_IsRayTracingAvailable"); \ +static_assert(sizeof(DLSSLibrary_IsRayTracingAvailable) == 0x000001, "Wrong size on DLSSLibrary_IsRayTracingAvailable"); \ +static_assert(offsetof(DLSSLibrary_IsRayTracingAvailable, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsRayTracingAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSRRSupport \ +static_assert(alignof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSRRSupport"); \ +static_assert(sizeof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSRRSupport"); \ +static_assert(offsetof(DLSSLibrary_QueryDLSSRRSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSRRSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSSupport \ +static_assert(alignof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSSupport"); \ +static_assert(sizeof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSSupport"); \ +static_assert(offsetof(DLSSLibrary_QueryDLSSSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSMode \ +static_assert(alignof(DLSSLibrary_SetDLSSMode) == 0x000008, "Wrong alignment on DLSSLibrary_SetDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_SetDLSSMode) == 0x000010, "Wrong size on DLSSLibrary_SetDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSMode, WorldContextObject) == 0x000000, "Member 'DLSSLibrary_SetDLSSMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSMode, DLSSMode) == 0x000008, "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_FTRXLoadingScreenBackgroundImageConfiguration \ static_assert(alignof(FTRXLoadingScreenBackgroundImageConfiguration) == 0x000008, "Wrong alignment on FTRXLoadingScreenBackgroundImageConfiguration"); \ static_assert(sizeof(FTRXLoadingScreenBackgroundImageConfiguration) == 0x000030, "Wrong size on FTRXLoadingScreenBackgroundImageConfiguration"); \ @@ -76144,106 +75648,116 @@ static_assert(sizeof(UTRXLoadingScreenFunctionLibrary) == 0x000028, "Wrong size static_assert(alignof(UTRXLoadingScreenManager) == 0x000008, "Wrong alignment on UTRXLoadingScreenManager"); \ static_assert(sizeof(UTRXLoadingScreenManager) == 0x000070, "Wrong size on UTRXLoadingScreenManager"); \ -#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance \ -static_assert(alignof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance"); \ -static_assert(sizeof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance) == 0x0000E0, "Wrong size on BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, EntryPoint) == 0x000000, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, K2Node_Event_AvailableDevices) == 0x000008, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::K2Node_Event_AvailableDevices' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Conv_IntToString_ReturnValue) == 0x000068, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B8, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C8, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_OnAudioOutputDevices \ -static_assert(alignof(BP_DarwinGameInstance_C_OnAudioOutputDevices) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_OnAudioOutputDevices"); \ -static_assert(sizeof(BP_DarwinGameInstance_C_OnAudioOutputDevices) == 0x000010, "Wrong size on BP_DarwinGameInstance_C_OnAudioOutputDevices"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_OnAudioOutputDevices, AvailableDevices) == 0x000000, "Member 'BP_DarwinGameInstance_C_OnAudioOutputDevices::AvailableDevices' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction \ +static_assert(alignof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction) == 0x000008, "Wrong alignment on WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction"); \ +static_assert(sizeof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction) == 0x000180, "Wrong size on WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, EntryPoint) == 0x000000, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000018, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetUIController_ReturnValue) == 0x000020, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RequestScreenUI_ReturnValue) == 0x000028, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_ComponentBoundEvent_NewSliderValue) == 0x000030, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_ComponentBoundEvent_NewSliderValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000038, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000048, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_Event_InputActionName) == 0x000070, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_Event_InputActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_3) == 0x000078, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_SwitchName_CmpSuccess) == 0x000080, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_Event_bValue) == 0x000081, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_4) == 0x000090, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetUIController_ReturnValue_1) == 0x000098, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetEffectMaterial_ReturnValue) == 0x0000A0, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface) == 0x0000A8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000BC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000CC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000CD, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetIsEnabled_ReturnValue) == 0x0000CE, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_IsSwitchDocked_ReturnValue) == 0x0000CF, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0000D0, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CustomEvent_bIsDocked) == 0x0000D8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000DC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RetrieveCurrentPlatform_ReturnValue_1) == 0x0000EC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RetrieveCurrentPlatform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000F0, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000F8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_5) == 0x000100, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGameUserSettings_ReturnValue) == 0x000108, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000110, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000118, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000128, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_bSuccess_2) == 0x000130, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGammaCorrection_ReturnValue) == 0x000134, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000138, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetPlayerController_ReturnValue_1) == 0x000140, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RetrieveCurrentPlatform_ReturnValue_2) == 0x000148, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RetrieveCurrentPlatform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000149, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000150, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_6) == 0x000158, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000160, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_IsRunningOnSteamDeck_ReturnValue_1) == 0x000161, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_IsRunningOnSteamDeck_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetGamma_Value_ImplicitCast) == 0x000164, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetGamma_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetGamma_Value_ImplicitCast_1) == 0x000168, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetGamma_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetGamma_Value_ImplicitCast_2) == 0x00016C, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetGamma_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000170, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x000178, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetGamma_Value_ImplicitCast_3) == 0x00017C, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetGamma_Value_ImplicitCast_3' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetAudioSettings \ -static_assert(alignof(BP_DarwinGameInstance_C_SetAudioSettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetAudioSettings"); \ -static_assert(sizeof(BP_DarwinGameInstance_C_SetAudioSettings) == 0x000050, "Wrong size on BP_DarwinGameInstance_C_SetAudioSettings"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, GameUserSettings) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::GameUserSettings' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, Temp_delegate_Variable) == 0x000008, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetUIVolume_ReturnValue) == 0x000018, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetVoiceVolume_ReturnValue) == 0x00001C, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetVoiceVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetAmbianceVolume_ReturnValue) == 0x000020, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetAmbianceVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetSoundEffectVolume_ReturnValue) == 0x000024, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetSoundEffectVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetMusicVolume_ReturnValue) == 0x000028, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetMasterVolume_ReturnValue) == 0x00002C, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetAudioOutputDevice_ReturnValue) == 0x000030, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetAudioOutputDevice_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_PostEvent_ReturnValue) == 0x000048, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_HandleAspectRatio \ +static_assert(alignof(WBP_Gamma_Correction_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_Gamma_Correction_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_Gamma_Correction_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_Gamma_Correction_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_Gamma_Correction_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_Gamma_Correction_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_Gamma_Correction_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetGameplaySettings \ -static_assert(alignof(BP_DarwinGameInstance_C_SetGameplaySettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetGameplaySettings"); \ -static_assert(sizeof(BP_DarwinGameInstance_C_SetGameplaySettings) == 0x000030, "Wrong size on BP_DarwinGameInstance_C_SetGameplaySettings"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, GameUserSettings) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::GameUserSettings' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetZPlayerController_ReturnValue) == 0x000008, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetHelpSystemEnabled_ReturnValue) == 0x000010, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetHelpSystemEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetHelpSystem_ReturnValue) == 0x000018, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetHelpSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetForceFeedback_ReturnValue) == 0x000020, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetSubtitle_ReturnValue) == 0x000021, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetSubtitle_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_OnAppFocus \ +static_assert(alignof(WBP_Gamma_Correction_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_Gamma_Correction_C_OnAppFocus"); \ +static_assert(sizeof(WBP_Gamma_Correction_C_OnAppFocus) == 0x000001, "Wrong size on WBP_Gamma_Correction_C_OnAppFocus"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_Gamma_Correction_C_OnAppFocus::bValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetGraphicSettings \ -static_assert(alignof(BP_DarwinGameInstance_C_SetGraphicSettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetGraphicSettings"); \ -static_assert(sizeof(BP_DarwinGameInstance_C_SetGraphicSettings) == 0x000010, "Wrong size on BP_DarwinGameInstance_C_SetGraphicSettings"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGraphicSettings, GameUserSettings) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetGraphicSettings::GameUserSettings' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetGraphicSettings, CallFunc_GetGammaCorrection_ReturnValue) == 0x000008, "Member 'BP_DarwinGameInstance_C_SetGraphicSettings::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_OnInputAction \ +static_assert(alignof(WBP_Gamma_Correction_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_Gamma_Correction_C_OnInputAction"); \ +static_assert(sizeof(WBP_Gamma_Correction_C_OnInputAction) == 0x000008, "Wrong size on WBP_Gamma_Correction_C_OnInputAction"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_Gamma_Correction_C_OnInputAction::InputActionName' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetUserSettings \ -static_assert(alignof(BP_DarwinGameInstance_C_SetUserSettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetUserSettings"); \ -static_assert(sizeof(BP_DarwinGameInstance_C_SetUserSettings) == 0x000048, "Wrong size on BP_DarwinGameInstance_C_SetUserSettings"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, Temp_delegate_Variable) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetUserSettings::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000020, "Member 'BP_DarwinGameInstance_C_SetUserSettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_DarwinGameInstance_C_SetUserSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetAudioOutputDevice_ReturnValue) == 0x00002C, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetAudioOutputDevice_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetGammaCorrection_ReturnValue) == 0x000030, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked \ +static_assert(alignof(WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(sizeof(WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_StartChapterFromCheckpoint \ -static_assert(alignof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_StartChapterFromCheckpoint"); \ -static_assert(sizeof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint) == 0x000158, "Wrong size on BP_DarwinGameInstance_C_StartChapterFromCheckpoint"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Checkpoint) == 0x000000, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Checkpoint' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Temp_bool_True_if_break_was_hit_Variable) == 0x000060, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Temp_int_Array_Index_Variable) == 0x000064, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_GetZGameInstance_ReturnValue) == 0x000070, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_GetAllCheckpoints_ReturnValue) == 0x000078, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_GetAllCheckpoints_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_FindWorld_MapOutput) == 0x000118, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_FindWorld_MapOutput' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Less_IntInt_ReturnValue) == 0x000150, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_BooleanAND_ReturnValue) == 0x000151, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x000152, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_SetLoadmainMenu \ +static_assert(alignof(WBP_Gamma_Correction_C_SetLoadmainMenu) == 0x000001, "Wrong alignment on WBP_Gamma_Correction_C_SetLoadmainMenu"); \ +static_assert(sizeof(WBP_Gamma_Correction_C_SetLoadmainMenu) == 0x000001, "Wrong size on WBP_Gamma_Correction_C_SetLoadmainMenu"); \ +static_assert(offsetof(WBP_Gamma_Correction_C_SetLoadmainMenu, bShouldLoadMainMenu) == 0x000000, "Member 'WBP_Gamma_Correction_C_SetLoadmainMenu::bShouldLoadMainMenu' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UBP_DarwinGameInstance_C \ -static_assert(alignof(UBP_DarwinGameInstance_C) == 0x000008, "Wrong alignment on UBP_DarwinGameInstance_C"); \ -static_assert(sizeof(UBP_DarwinGameInstance_C) == 0x000438, "Wrong size on UBP_DarwinGameInstance_C"); \ -static_assert(offsetof(UBP_DarwinGameInstance_C, UberGraphFrame) == 0x000418, "Member 'UBP_DarwinGameInstance_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UBP_DarwinGameInstance_C, AudioDeviceEvents) == 0x000420, "Member 'UBP_DarwinGameInstance_C::AudioDeviceEvents' has a wrong offset!"); \ -static_assert(offsetof(UBP_DarwinGameInstance_C, HasSeenLogos) == 0x000430, "Member 'UBP_DarwinGameInstance_C::HasSeenLogos' has a wrong offset!"); \ -static_assert(offsetof(UBP_DarwinGameInstance_C, HasStartedGame) == 0x000431, "Member 'UBP_DarwinGameInstance_C::HasStartedGame' has a wrong offset!"); \ -static_assert(offsetof(UBP_DarwinGameInstance_C, IsPlayingMainTheme) == 0x000432, "Member 'UBP_DarwinGameInstance_C::IsPlayingMainTheme' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPlayerMappableKeySlot \ -static_assert(alignof(FPlayerMappableKeySlot) == 0x000004, "Wrong alignment on FPlayerMappableKeySlot"); \ -static_assert(sizeof(FPlayerMappableKeySlot) == 0x000004, "Wrong size on FPlayerMappableKeySlot"); \ -static_assert(offsetof(FPlayerMappableKeySlot, SlotNumber) == 0x000000, "Member 'FPlayerMappableKeySlot::SlotNumber' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UWBP_Gamma_Correction_C \ +static_assert(alignof(UWBP_Gamma_Correction_C) == 0x000008, "Wrong alignment on UWBP_Gamma_Correction_C"); \ +static_assert(sizeof(UWBP_Gamma_Correction_C) == 0x0003D0, "Wrong size on UWBP_Gamma_Correction_C"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, UberGraphFrame_WBP_Gamma_Correction_C) == 0x000338, "Member 'UWBP_Gamma_Correction_C::UberGraphFrame_WBP_Gamma_Correction_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, gamma_bg) == 0x000340, "Member 'UWBP_Gamma_Correction_C::gamma_bg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, gamma_bg_test) == 0x000348, "Member 'UWBP_Gamma_Correction_C::gamma_bg_test' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, PromptBase) == 0x000350, "Member 'UWBP_Gamma_Correction_C::PromptBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, RetainerBox_0) == 0x000358, "Member 'UWBP_Gamma_Correction_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, Separator) == 0x000360, "Member 'UWBP_Gamma_Correction_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, SizeBox_AspectRatio) == 0x000368, "Member 'UWBP_Gamma_Correction_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, WBP_InputPrompt) == 0x000370, "Member 'UWBP_Gamma_Correction_C::WBP_InputPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, WBP_Slider) == 0x000378, "Member 'UWBP_Gamma_Correction_C::WBP_Slider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, CanSlide) == 0x000380, "Member 'UWBP_Gamma_Correction_C::CanSlide' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, Increment) == 0x000388, "Member 'UWBP_Gamma_Correction_C::Increment' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, LoadMainMenu) == 0x000390, "Member 'UWBP_Gamma_Correction_C::LoadMainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, OnCloseEvent) == 0x000398, "Member 'UWBP_Gamma_Correction_C::OnCloseEvent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, GammaDefaultValue) == 0x0003A8, "Member 'UWBP_Gamma_Correction_C::GammaDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, SwitchSize) == 0x0003B0, "Member 'UWBP_Gamma_Correction_C::SwitchSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, SwitchGammaDefaultValue) == 0x0003C0, "Member 'UWBP_Gamma_Correction_C::SwitchGammaDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_Correction_C, SteamdeckGammaDefaultValue) == 0x0003C8, "Member 'UWBP_Gamma_Correction_C::SteamdeckGammaDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputActionValue \ static_assert(alignof(FInputActionValue) == 0x000008, "Wrong alignment on FInputActionValue"); \ @@ -76262,6 +75776,11 @@ static_assert(sizeof(FInjectedInput) == 0x000040, "Wrong size on FInjectedInput" static_assert(offsetof(FInjectedInput, Triggers) == 0x000020, "Member 'FInjectedInput::Triggers' has a wrong offset!"); \ static_assert(offsetof(FInjectedInput, Modifiers) == 0x000030, "Member 'FInjectedInput::Modifiers' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FInjectedInputArray \ +static_assert(alignof(FInjectedInputArray) == 0x000008, "Wrong alignment on FInjectedInputArray"); \ +static_assert(sizeof(FInjectedInputArray) == 0x000010, "Wrong size on FInjectedInputArray"); \ +static_assert(offsetof(FInjectedInputArray, Injected) == 0x000000, "Member 'FInjectedInputArray::Injected' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMapPlayerKeyArgs \ static_assert(alignof(FMapPlayerKeyArgs) == 0x000008, "Wrong alignment on FMapPlayerKeyArgs"); \ static_assert(sizeof(FMapPlayerKeyArgs) == 0x000040, "Wrong size on FMapPlayerKeyArgs"); \ @@ -76271,6 +75790,13 @@ static_assert(offsetof(FMapPlayerKeyArgs, NewKey) == 0x000010, "Member 'FMapPlay static_assert(offsetof(FMapPlayerKeyArgs, HardwareDeviceId) == 0x000028, "Member 'FMapPlayerKeyArgs::HardwareDeviceId' has a wrong offset!"); \ static_assert(offsetof(FMapPlayerKeyArgs, ProfileId) == 0x000030, "Member 'FMapPlayerKeyArgs::ProfileId' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBlueprintEnhancedInputActionBinding \ +static_assert(alignof(FBlueprintEnhancedInputActionBinding) == 0x000008, "Wrong alignment on FBlueprintEnhancedInputActionBinding"); \ +static_assert(sizeof(FBlueprintEnhancedInputActionBinding) == 0x000018, "Wrong size on FBlueprintEnhancedInputActionBinding"); \ +static_assert(offsetof(FBlueprintEnhancedInputActionBinding, InputAction) == 0x000000, "Member 'FBlueprintEnhancedInputActionBinding::InputAction' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintEnhancedInputActionBinding, TriggerEvent) == 0x000008, "Member 'FBlueprintEnhancedInputActionBinding::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintEnhancedInputActionBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintEnhancedInputActionBinding::FunctionNameToBind' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FPlayerMappableKeyProfileCreationArgs \ static_assert(alignof(FPlayerMappableKeyProfileCreationArgs) == 0x000008, "Wrong alignment on FPlayerMappableKeyProfileCreationArgs"); \ static_assert(sizeof(FPlayerMappableKeyProfileCreationArgs) == 0x000030, "Wrong size on FPlayerMappableKeyProfileCreationArgs"); \ @@ -76305,6 +75831,11 @@ static_assert(offsetof(FPlayerMappableKeyQueryOptions, SlotToMatch) == 0x000020, static_assert(offsetof(FPlayerMappableKeyQueryOptions, RequiredDeviceType) == 0x000022, "Member 'FPlayerMappableKeyQueryOptions::RequiredDeviceType' has a wrong offset!"); \ static_assert(offsetof(FPlayerMappableKeyQueryOptions, RequiredDeviceFlags) == 0x000024, "Member 'FPlayerMappableKeyQueryOptions::RequiredDeviceFlags' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPlayerMappableKeySlot \ +static_assert(alignof(FPlayerMappableKeySlot) == 0x000004, "Wrong alignment on FPlayerMappableKeySlot"); \ +static_assert(sizeof(FPlayerMappableKeySlot) == 0x000004, "Wrong size on FPlayerMappableKeySlot"); \ +static_assert(offsetof(FPlayerMappableKeySlot, SlotNumber) == 0x000000, "Member 'FPlayerMappableKeySlot::SlotNumber' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FPlayerMappableKeyOptions \ static_assert(alignof(FPlayerMappableKeyOptions) == 0x000008, "Wrong alignment on FPlayerMappableKeyOptions"); \ static_assert(sizeof(FPlayerMappableKeyOptions) == 0x000030, "Wrong size on FPlayerMappableKeyOptions"); \ @@ -76323,13 +75854,6 @@ static_assert(offsetof(FEnhancedActionKeyMapping, Key) == 0x000028, "Member 'FEn static_assert(offsetof(FEnhancedActionKeyMapping, SettingBehavior) == 0x000041, "Member 'FEnhancedActionKeyMapping::SettingBehavior' has a wrong offset!"); \ static_assert(offsetof(FEnhancedActionKeyMapping, PlayerMappableKeySettings) == 0x000048, "Member 'FEnhancedActionKeyMapping::PlayerMappableKeySettings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBlueprintEnhancedInputActionBinding \ -static_assert(alignof(FBlueprintEnhancedInputActionBinding) == 0x000008, "Wrong alignment on FBlueprintEnhancedInputActionBinding"); \ -static_assert(sizeof(FBlueprintEnhancedInputActionBinding) == 0x000018, "Wrong size on FBlueprintEnhancedInputActionBinding"); \ -static_assert(offsetof(FBlueprintEnhancedInputActionBinding, InputAction) == 0x000000, "Member 'FBlueprintEnhancedInputActionBinding::InputAction' has a wrong offset!"); \ -static_assert(offsetof(FBlueprintEnhancedInputActionBinding, TriggerEvent) == 0x000008, "Member 'FBlueprintEnhancedInputActionBinding::TriggerEvent' has a wrong offset!"); \ -static_assert(offsetof(FBlueprintEnhancedInputActionBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintEnhancedInputActionBinding::FunctionNameToBind' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FDefaultContextSetting \ static_assert(alignof(FDefaultContextSetting) == 0x000008, "Wrong alignment on FDefaultContextSetting"); \ static_assert(sizeof(FDefaultContextSetting) == 0x000030, "Wrong size on FDefaultContextSetting"); \ @@ -76346,11 +75870,6 @@ static_assert(sizeof(FModifyContextOptions) == 0x000001, "Wrong size on FModifyC static_assert(alignof(FKeyConsumptionOptions) == 0x000008, "Wrong alignment on FKeyConsumptionOptions"); \ static_assert(sizeof(FKeyConsumptionOptions) == 0x000018, "Wrong size on FKeyConsumptionOptions"); \ -#define DUMPER7_ASSERTS_FInjectedInputArray \ -static_assert(alignof(FInjectedInputArray) == 0x000008, "Wrong alignment on FInjectedInputArray"); \ -static_assert(sizeof(FInjectedInputArray) == 0x000010, "Wrong size on FInjectedInputArray"); \ -static_assert(offsetof(FInjectedInputArray, Injected) == 0x000000, "Member 'FInjectedInputArray::Injected' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FInputActionInstance \ static_assert(alignof(FInputActionInstance) == 0x000008, "Wrong alignment on FInputActionInstance"); \ static_assert(sizeof(FInputActionInstance) == 0x000060, "Wrong size on FInputActionInstance"); \ @@ -77414,9 +76933,11 @@ static_assert(offsetof(FCommonNumberFormattingOptions, MaximumIntegralDigits) == static_assert(offsetof(FCommonNumberFormattingOptions, MinimumFractionalDigits) == 0x00000C, "Member 'FCommonNumberFormattingOptions::MinimumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(FCommonNumberFormattingOptions, MaximumFractionalDigits) == 0x000010, "Member 'FCommonNumberFormattingOptions::MaximumFractionalDigits' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FUITag \ -static_assert(alignof(FUITag) == 0x000004, "Wrong alignment on FUITag"); \ -static_assert(sizeof(FUITag) == 0x000008, "Wrong size on FUITag"); \ +#define DUMPER7_ASSERTS_FCommonInputActionHandlerData \ +static_assert(alignof(FCommonInputActionHandlerData) == 0x000008, "Wrong alignment on FCommonInputActionHandlerData"); \ +static_assert(sizeof(FCommonInputActionHandlerData) == 0x000020, "Wrong size on FCommonInputActionHandlerData"); \ +static_assert(offsetof(FCommonInputActionHandlerData, InputActionRow) == 0x000000, "Member 'FCommonInputActionHandlerData::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionHandlerData, State) == 0x000010, "Member 'FCommonInputActionHandlerData::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCommonRegisteredTabInfo \ static_assert(alignof(FCommonRegisteredTabInfo) == 0x000008, "Wrong alignment on FCommonRegisteredTabInfo"); \ @@ -77435,16 +76956,14 @@ static_assert(offsetof(FUIInputConfig, MouseCaptureMode) == 0x000003, "Member 'F static_assert(offsetof(FUIInputConfig, MouseLockMode) == 0x000004, "Member 'FUIInputConfig::MouseLockMode' has a wrong offset!"); \ static_assert(offsetof(FUIInputConfig, bHideCursorDuringViewportCapture) == 0x000005, "Member 'FUIInputConfig::bHideCursorDuringViewportCapture' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FUITag \ +static_assert(alignof(FUITag) == 0x000004, "Wrong alignment on FUITag"); \ +static_assert(sizeof(FUITag) == 0x000008, "Wrong size on FUITag"); \ + #define DUMPER7_ASSERTS_FUIActionTag \ static_assert(alignof(FUIActionTag) == 0x000004, "Wrong alignment on FUIActionTag"); \ static_assert(sizeof(FUIActionTag) == 0x000008, "Wrong size on FUIActionTag"); \ -#define DUMPER7_ASSERTS_FCommonInputActionHandlerData \ -static_assert(alignof(FCommonInputActionHandlerData) == 0x000008, "Wrong alignment on FCommonInputActionHandlerData"); \ -static_assert(sizeof(FCommonInputActionHandlerData) == 0x000020, "Wrong size on FCommonInputActionHandlerData"); \ -static_assert(offsetof(FCommonInputActionHandlerData, InputActionRow) == 0x000000, "Member 'FCommonInputActionHandlerData::InputActionRow' has a wrong offset!"); \ -static_assert(offsetof(FCommonInputActionHandlerData, State) == 0x000010, "Member 'FCommonInputActionHandlerData::State' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCommonButtonStyleOptionalSlateSound \ static_assert(alignof(FCommonButtonStyleOptionalSlateSound) == 0x000008, "Wrong alignment on FCommonButtonStyleOptionalSlateSound"); \ static_assert(sizeof(FCommonButtonStyleOptionalSlateSound) == 0x000020, "Wrong size on FCommonButtonStyleOptionalSlateSound"); \ @@ -79096,81 +78615,6 @@ static_assert(offsetof(UCommonActivatableWidgetStack, RootContentWidget) == 0x00 static_assert(alignof(UCommonActivatableWidgetQueue) == 0x000008, "Wrong alignment on UCommonActivatableWidgetQueue"); \ static_assert(sizeof(UCommonActivatableWidgetQueue) == 0x0002A0, "Wrong size on UCommonActivatableWidgetQueue"); \ -#define DUMPER7_ASSERTS_WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton \ -static_assert(alignof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton) == 0x000004, "Wrong alignment on WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton"); \ -static_assert(sizeof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton) == 0x00003C, "Wrong size on WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton"); \ -static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, EntryPoint) == 0x000000, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, Temp_delegate_Variable) == 0x000004, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, K2Node_Event_InFocusEvent_1) == 0x00002C, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, K2Node_Event_InFocusEvent) == 0x000034, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinButton_C_InitSkinButton \ -static_assert(alignof(WBP_SkinButton_C_InitSkinButton) == 0x000008, "Wrong alignment on WBP_SkinButton_C_InitSkinButton"); \ -static_assert(sizeof(WBP_SkinButton_C_InitSkinButton) == 0x0000D8, "Wrong size on WBP_SkinButton_C_InitSkinButton"); \ -static_assert(offsetof(WBP_SkinButton_C_InitSkinButton, NewSkinData) == 0x000000, "Member 'WBP_SkinButton_C_InitSkinButton::NewSkinData' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinButton_C_InitSkinButton, StyleIndex) == 0x0000D0, "Member 'WBP_SkinButton_C_InitSkinButton::StyleIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinButton_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_SkinButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_SkinButton_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_SkinButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_SkinButton_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_SkinButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SkinButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinButton_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_SkinButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_SkinButton_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_SkinButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_SkinButton_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_SkinButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SkinButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinButton_C_SetBorder \ -static_assert(alignof(WBP_SkinButton_C_SetBorder) == 0x000008, "Wrong alignment on WBP_SkinButton_C_SetBorder"); \ -static_assert(sizeof(WBP_SkinButton_C_SetBorder) == 0x000008, "Wrong size on WBP_SkinButton_C_SetBorder"); \ -static_assert(offsetof(WBP_SkinButton_C_SetBorder, NewTexture) == 0x000000, "Member 'WBP_SkinButton_C_SetBorder::NewTexture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinButton_C_SetSkinImage \ -static_assert(alignof(WBP_SkinButton_C_SetSkinImage) == 0x000008, "Wrong alignment on WBP_SkinButton_C_SetSkinImage"); \ -static_assert(sizeof(WBP_SkinButton_C_SetSkinImage) == 0x000008, "Wrong size on WBP_SkinButton_C_SetSkinImage"); \ -static_assert(offsetof(WBP_SkinButton_C_SetSkinImage, NewTexture2D) == 0x000000, "Member 'WBP_SkinButton_C_SetSkinImage::NewTexture2D' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SkinButton_C \ -static_assert(alignof(UWBP_SkinButton_C) == 0x000008, "Wrong alignment on UWBP_SkinButton_C"); \ -static_assert(sizeof(UWBP_SkinButton_C) == 0x000428, "Wrong size on UWBP_SkinButton_C"); \ -static_assert(offsetof(UWBP_SkinButton_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_SkinButton_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, InnerButtonOverlay) == 0x000300, "Member 'UWBP_SkinButton_C::InnerButtonOverlay' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Outline) == 0x000308, "Member 'UWBP_SkinButton_C::Outline' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, SkinButton) == 0x000310, "Member 'UWBP_SkinButton_C::SkinButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, WBP_SkinContainerImage) == 0x000318, "Member 'UWBP_SkinButton_C::WBP_SkinContainerImage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, BaseColour) == 0x000320, "Member 'UWBP_SkinButton_C::BaseColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, HoveredColour) == 0x000330, "Member 'UWBP_SkinButton_C::HoveredColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, HoverScale) == 0x000340, "Member 'UWBP_SkinButton_C::HoverScale' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Border_0) == 0x000350, "Member 'UWBP_SkinButton_C::Border_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Border_1) == 0x000358, "Member 'UWBP_SkinButton_C::Border_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Border_2) == 0x000360, "Member 'UWBP_SkinButton_C::Border_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Border_3) == 0x000368, "Member 'UWBP_SkinButton_C::Border_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Border_4) == 0x000370, "Member 'UWBP_SkinButton_C::Border_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, LockMask_0) == 0x000378, "Member 'UWBP_SkinButton_C::LockMask_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, LockMask_1) == 0x000380, "Member 'UWBP_SkinButton_C::LockMask_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, LockMask_2) == 0x000388, "Member 'UWBP_SkinButton_C::LockMask_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, LockMask_3) == 0x000390, "Member 'UWBP_SkinButton_C::LockMask_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, LockMask_4) == 0x000398, "Member 'UWBP_SkinButton_C::LockMask_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Outline_0) == 0x0003A0, "Member 'UWBP_SkinButton_C::Outline_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Outline_1) == 0x0003A8, "Member 'UWBP_SkinButton_C::Outline_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Outline_2) == 0x0003B0, "Member 'UWBP_SkinButton_C::Outline_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Outline_3) == 0x0003B8, "Member 'UWBP_SkinButton_C::Outline_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Outline_4) == 0x0003C0, "Member 'UWBP_SkinButton_C::Outline_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Vignette_0) == 0x0003C8, "Member 'UWBP_SkinButton_C::Vignette_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Vignette_1) == 0x0003D0, "Member 'UWBP_SkinButton_C::Vignette_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Vignette_2) == 0x0003D8, "Member 'UWBP_SkinButton_C::Vignette_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Vignette_3) == 0x0003E0, "Member 'UWBP_SkinButton_C::Vignette_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Vignette_4) == 0x0003E8, "Member 'UWBP_SkinButton_C::Vignette_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Mark_0) == 0x0003F0, "Member 'UWBP_SkinButton_C::Mark_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Mark_1) == 0x0003F8, "Member 'UWBP_SkinButton_C::Mark_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Mark_2) == 0x000400, "Member 'UWBP_SkinButton_C::Mark_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Mark_3) == 0x000408, "Member 'UWBP_SkinButton_C::Mark_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, Viewed) == 0x000410, "Member 'UWBP_SkinButton_C::Viewed' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinButton_C, OnClicked) == 0x000418, "Member 'UWBP_SkinButton_C::OnClicked' 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"); \ @@ -79503,9 +78947,18 @@ static_assert(alignof(FTRXControllerKeyVariantName) == 0x000004, "Wrong alignmen static_assert(sizeof(FTRXControllerKeyVariantName) == 0x000008, "Wrong size on FTRXControllerKeyVariantName"); \ static_assert(offsetof(FTRXControllerKeyVariantName, Name) == 0x000000, "Member 'FTRXControllerKeyVariantName::Name' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTRXDLCManagerCustomData \ -static_assert(alignof(FTRXDLCManagerCustomData) == 0x000001, "Wrong alignment on FTRXDLCManagerCustomData"); \ -static_assert(sizeof(FTRXDLCManagerCustomData) == 0x000001, "Wrong size on FTRXDLCManagerCustomData"); \ +#define DUMPER7_ASSERTS_FTRXInputsRecorderRecordedInput \ +static_assert(alignof(FTRXInputsRecorderRecordedInput) == 0x000008, "Wrong alignment on FTRXInputsRecorderRecordedInput"); \ +static_assert(sizeof(FTRXInputsRecorderRecordedInput) == 0x000020, "Wrong size on FTRXInputsRecorderRecordedInput"); \ +static_assert(offsetof(FTRXInputsRecorderRecordedInput, Key) == 0x000000, "Member 'FTRXInputsRecorderRecordedInput::Key' has a wrong offset!"); \ +static_assert(offsetof(FTRXInputsRecorderRecordedInput, Value) == 0x000018, "Member 'FTRXInputsRecorderRecordedInput::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTRXInputsRecorderRecordedInputBatch \ +static_assert(alignof(FTRXInputsRecorderRecordedInputBatch) == 0x000008, "Wrong alignment on FTRXInputsRecorderRecordedInputBatch"); \ +static_assert(sizeof(FTRXInputsRecorderRecordedInputBatch) == 0x000030, "Wrong size on FTRXInputsRecorderRecordedInputBatch"); \ +static_assert(offsetof(FTRXInputsRecorderRecordedInputBatch, ElapsedFramesSinceLastBatch) == 0x000000, "Member 'FTRXInputsRecorderRecordedInputBatch::ElapsedFramesSinceLastBatch' has a wrong offset!"); \ +static_assert(offsetof(FTRXInputsRecorderRecordedInputBatch, RecordedInputs) == 0x000008, "Member 'FTRXInputsRecorderRecordedInputBatch::RecordedInputs' has a wrong offset!"); \ +static_assert(offsetof(FTRXInputsRecorderRecordedInputBatch, HasASyncPoint) == 0x000018, "Member 'FTRXInputsRecorderRecordedInputBatch::HasASyncPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTRXPopupManagerInstantiatedPopup \ static_assert(alignof(FTRXPopupManagerInstantiatedPopup) == 0x000008, "Wrong alignment on FTRXPopupManagerInstantiatedPopup"); \ @@ -79517,23 +78970,9 @@ static_assert(alignof(FTRXInputsCatcherInputsState) == 0x000008, "Wrong alignmen static_assert(sizeof(FTRXInputsCatcherInputsState) == 0x000050, "Wrong size on FTRXInputsCatcherInputsState"); \ static_assert(offsetof(FTRXInputsCatcherInputsState, States) == 0x000000, "Member 'FTRXInputsCatcherInputsState::States' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTRXPlatformCvarSwitcherRuntimeInfo \ -static_assert(alignof(FTRXPlatformCvarSwitcherRuntimeInfo) == 0x000008, "Wrong alignment on FTRXPlatformCvarSwitcherRuntimeInfo"); \ -static_assert(sizeof(FTRXPlatformCvarSwitcherRuntimeInfo) == 0x000030, "Wrong size on FTRXPlatformCvarSwitcherRuntimeInfo"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, Type) == 0x000002, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::Type' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, CVarName) == 0x000008, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::CVarName' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, DefaultValueFloat) == 0x000018, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::DefaultValueFloat' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, ValueFloat) == 0x00001C, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::ValueFloat' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, DefaultValueInt) == 0x000020, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::DefaultValueInt' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, ValueInt) == 0x000024, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::ValueInt' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, DefaultValueBool) == 0x000028, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::DefaultValueBool' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, ValueBool) == 0x000029, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::ValueBool' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTRXPlatformLevelToCvarSwitcherRuntimeInfo \ -static_assert(alignof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo) == 0x000008, "Wrong alignment on FTRXPlatformLevelToCvarSwitcherRuntimeInfo"); \ -static_assert(sizeof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo) == 0x000038, "Wrong size on FTRXPlatformLevelToCvarSwitcherRuntimeInfo"); \ -static_assert(offsetof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo, LevelToCvarSwitcher) == 0x000000, "Member 'FTRXPlatformLevelToCvarSwitcherRuntimeInfo::LevelToCvarSwitcher' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo, CVars) == 0x000028, "Member 'FTRXPlatformLevelToCvarSwitcherRuntimeInfo::CVars' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTRXDLCManagerCustomData \ +static_assert(alignof(FTRXDLCManagerCustomData) == 0x000001, "Wrong alignment on FTRXDLCManagerCustomData"); \ +static_assert(sizeof(FTRXDLCManagerCustomData) == 0x000001, "Wrong size on FTRXDLCManagerCustomData"); \ #define DUMPER7_ASSERTS_FTRXPopupCreationParameters \ static_assert(alignof(FTRXPopupCreationParameters) == 0x000008, "Wrong alignment on FTRXPopupCreationParameters"); \ @@ -79550,19 +78989,6 @@ static_assert(offsetof(FTRXPopupCreationParameters, PopupTag) == 0x000068, "Memb static_assert(offsetof(FTRXPopupCreationParameters, OnPrimaryButtonPressed) == 0x000070, "Member 'FTRXPopupCreationParameters::OnPrimaryButtonPressed' has a wrong offset!"); \ static_assert(offsetof(FTRXPopupCreationParameters, OnSecondaryButtonPressed) == 0x000080, "Member 'FTRXPopupCreationParameters::OnSecondaryButtonPressed' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTRXInputsRecorderRecordedInput \ -static_assert(alignof(FTRXInputsRecorderRecordedInput) == 0x000008, "Wrong alignment on FTRXInputsRecorderRecordedInput"); \ -static_assert(sizeof(FTRXInputsRecorderRecordedInput) == 0x000020, "Wrong size on FTRXInputsRecorderRecordedInput"); \ -static_assert(offsetof(FTRXInputsRecorderRecordedInput, Key) == 0x000000, "Member 'FTRXInputsRecorderRecordedInput::Key' has a wrong offset!"); \ -static_assert(offsetof(FTRXInputsRecorderRecordedInput, Value) == 0x000018, "Member 'FTRXInputsRecorderRecordedInput::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTRXInputsRecorderRecordedInputBatch \ -static_assert(alignof(FTRXInputsRecorderRecordedInputBatch) == 0x000008, "Wrong alignment on FTRXInputsRecorderRecordedInputBatch"); \ -static_assert(sizeof(FTRXInputsRecorderRecordedInputBatch) == 0x000030, "Wrong size on FTRXInputsRecorderRecordedInputBatch"); \ -static_assert(offsetof(FTRXInputsRecorderRecordedInputBatch, ElapsedFramesSinceLastBatch) == 0x000000, "Member 'FTRXInputsRecorderRecordedInputBatch::ElapsedFramesSinceLastBatch' has a wrong offset!"); \ -static_assert(offsetof(FTRXInputsRecorderRecordedInputBatch, RecordedInputs) == 0x000008, "Member 'FTRXInputsRecorderRecordedInputBatch::RecordedInputs' has a wrong offset!"); \ -static_assert(offsetof(FTRXInputsRecorderRecordedInputBatch, HasASyncPoint) == 0x000018, "Member 'FTRXInputsRecorderRecordedInputBatch::HasASyncPoint' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FTRXControllerPCConfig \ static_assert(alignof(FTRXControllerPCConfig) == 0x000001, "Wrong alignment on FTRXControllerPCConfig"); \ static_assert(sizeof(FTRXControllerPCConfig) == 0x000004, "Wrong size on FTRXControllerPCConfig"); \ @@ -79698,6 +79124,24 @@ static_assert(alignof(FTRXPlatformLevelToCvarSwitcherInfoArray) == 0x000008, "Wr static_assert(sizeof(FTRXPlatformLevelToCvarSwitcherInfoArray) == 0x000010, "Wrong size on FTRXPlatformLevelToCvarSwitcherInfoArray"); \ static_assert(offsetof(FTRXPlatformLevelToCvarSwitcherInfoArray, CvarSwitchersArray) == 0x000000, "Member 'FTRXPlatformLevelToCvarSwitcherInfoArray::CvarSwitchersArray' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTRXPlatformCvarSwitcherRuntimeInfo \ +static_assert(alignof(FTRXPlatformCvarSwitcherRuntimeInfo) == 0x000008, "Wrong alignment on FTRXPlatformCvarSwitcherRuntimeInfo"); \ +static_assert(sizeof(FTRXPlatformCvarSwitcherRuntimeInfo) == 0x000030, "Wrong size on FTRXPlatformCvarSwitcherRuntimeInfo"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, Type) == 0x000002, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, CVarName) == 0x000008, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::CVarName' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, DefaultValueFloat) == 0x000018, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::DefaultValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, ValueFloat) == 0x00001C, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::ValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, DefaultValueInt) == 0x000020, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::DefaultValueInt' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, ValueInt) == 0x000024, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::ValueInt' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, DefaultValueBool) == 0x000028, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::DefaultValueBool' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformCvarSwitcherRuntimeInfo, ValueBool) == 0x000029, "Member 'FTRXPlatformCvarSwitcherRuntimeInfo::ValueBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTRXPlatformLevelToCvarSwitcherRuntimeInfo \ +static_assert(alignof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo) == 0x000008, "Wrong alignment on FTRXPlatformLevelToCvarSwitcherRuntimeInfo"); \ +static_assert(sizeof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo) == 0x000038, "Wrong size on FTRXPlatformLevelToCvarSwitcherRuntimeInfo"); \ +static_assert(offsetof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo, LevelToCvarSwitcher) == 0x000000, "Member 'FTRXPlatformLevelToCvarSwitcherRuntimeInfo::LevelToCvarSwitcher' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformLevelToCvarSwitcherRuntimeInfo, CVars) == 0x000028, "Member 'FTRXPlatformLevelToCvarSwitcherRuntimeInfo::CVars' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters \ static_assert(alignof(FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters) == 0x000004, "Wrong alignment on FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters"); \ static_assert(sizeof(FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters) == 0x000010, "Wrong size on FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters"); \ @@ -79706,213 +79150,9 @@ static_assert(offsetof(FTRXGenerateRichTextControllerKeyDecoratorTagCommonParame static_assert(offsetof(FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters, ScaleOverride) == 0x000008, "Member 'FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters::ScaleOverride' has a wrong offset!"); \ static_assert(offsetof(FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters, Stretch) == 0x00000C, "Member 'FTRXGenerateRichTextControllerKeyDecoratorTagCommonParameters::Stretch' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_TRXUtilities_ConvertGamepadVirtualKey \ -static_assert(alignof(TRXUtilities_ConvertGamepadVirtualKey) == 0x000008, "Wrong alignment on TRXUtilities_ConvertGamepadVirtualKey"); \ -static_assert(sizeof(TRXUtilities_ConvertGamepadVirtualKey) == 0x000030, "Wrong size on TRXUtilities_ConvertGamepadVirtualKey"); \ -static_assert(offsetof(TRXUtilities_ConvertGamepadVirtualKey, keyToConvert) == 0x000000, "Member 'TRXUtilities_ConvertGamepadVirtualKey::keyToConvert' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_ConvertGamepadVirtualKey, ReturnValue) == 0x000018, "Member 'TRXUtilities_ConvertGamepadVirtualKey::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_FindControllerKeyIconForControllerType \ -static_assert(alignof(TRXUtilities_FindControllerKeyIconForControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindControllerKeyIconForControllerType"); \ -static_assert(sizeof(TRXUtilities_FindControllerKeyIconForControllerType) == 0x000030, "Wrong size on TRXUtilities_FindControllerKeyIconForControllerType"); \ -static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, controllerKey) == 0x000000, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::controllerKey' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, VariantName) == 0x000018, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::VariantName' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, controllerType) == 0x000020, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::controllerType' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, ReturnValue) == 0x000028, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType \ -static_assert(alignof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType"); \ -static_assert(sizeof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType) == 0x000028, "Wrong size on TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType, actionOrAxisName) == 0x000000, "Member 'TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType::actionOrAxisName' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType, controllerType) == 0x000008, "Member 'TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType::controllerType' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType, ReturnValue) == 0x000010, "Member 'TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType \ -static_assert(alignof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType"); \ -static_assert(sizeof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType) == 0x000030, "Wrong size on TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, WorldContextObject) == 0x000000, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, EnhancedInputAction) == 0x000008, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::EnhancedInputAction' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, controllerType) == 0x000010, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::controllerType' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType \ -static_assert(alignof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType"); \ -static_assert(sizeof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType) == 0x000030, "Wrong size on TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, WorldContextObject) == 0x000000, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, NamedEnhancedInputAction) == 0x000008, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::NamedEnhancedInputAction' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, controllerType) == 0x000010, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::controllerType' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType \ -static_assert(alignof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType"); \ -static_assert(sizeof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType) == 0x000030, "Wrong size on TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType, Keys) == 0x000000, "Member 'TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType::Keys' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType, controllerType) == 0x000010, "Member 'TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType::controllerType' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_FindLocalizedTextForPlatform \ -static_assert(alignof(TRXUtilities_FindLocalizedTextForPlatform) == 0x000008, "Wrong alignment on TRXUtilities_FindLocalizedTextForPlatform"); \ -static_assert(sizeof(TRXUtilities_FindLocalizedTextForPlatform) == 0x000030, "Wrong size on TRXUtilities_FindLocalizedTextForPlatform"); \ -static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, stringTableId) == 0x000000, "Member 'TRXUtilities_FindLocalizedTextForPlatform::stringTableId' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, Key) == 0x000008, "Member 'TRXUtilities_FindLocalizedTextForPlatform::Key' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, Platform) == 0x000018, "Member 'TRXUtilities_FindLocalizedTextForPlatform::Platform' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, ReturnValue) == 0x000020, "Member 'TRXUtilities_FindLocalizedTextForPlatform::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_FindLocalizedTextForPlatformFromText \ -static_assert(alignof(TRXUtilities_FindLocalizedTextForPlatformFromText) == 0x000008, "Wrong alignment on TRXUtilities_FindLocalizedTextForPlatformFromText"); \ -static_assert(sizeof(TRXUtilities_FindLocalizedTextForPlatformFromText) == 0x000028, "Wrong size on TRXUtilities_FindLocalizedTextForPlatformFromText"); \ -static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatformFromText, Text) == 0x000000, "Member 'TRXUtilities_FindLocalizedTextForPlatformFromText::Text' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatformFromText, Platform) == 0x000010, "Member 'TRXUtilities_FindLocalizedTextForPlatformFromText::Platform' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatformFromText, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindLocalizedTextForPlatformFromText::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GenerateRichTextControllerKeyDecoratorTag \ -static_assert(alignof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag) == 0x000008, "Wrong alignment on TRXUtilities_GenerateRichTextControllerKeyDecoratorTag"); \ -static_assert(sizeof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag) == 0x000040, "Wrong size on TRXUtilities_GenerateRichTextControllerKeyDecoratorTag"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, Key) == 0x000000, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::Key' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, VariantName) == 0x000018, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::VariantName' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, commonParameters) == 0x000020, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::commonParameters' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, ReturnValue) == 0x000030, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction \ -static_assert(alignof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction) == 0x000008, "Wrong alignment on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction"); \ -static_assert(sizeof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction) == 0x000038, "Wrong size on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, actionOrAxisName) == 0x000000, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::actionOrAxisName' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, VariantName) == 0x000008, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::VariantName' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, bAutoCollapse) == 0x000010, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::bAutoCollapse' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, commonParameters) == 0x000014, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::commonParameters' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, ReturnValue) == 0x000028, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction \ -static_assert(alignof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction) == 0x000008, "Wrong alignment on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction"); \ -static_assert(sizeof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction) == 0x000038, "Wrong size on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, NamedEnhancedInputAction) == 0x000000, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::NamedEnhancedInputAction' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, VariantName) == 0x000008, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::VariantName' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, bAutoCollapse) == 0x000010, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::bAutoCollapse' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, commonParameters) == 0x000014, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::commonParameters' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, ReturnValue) == 0x000028, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetAllActorOfClassOfLevel \ -static_assert(alignof(TRXUtilities_GetAllActorOfClassOfLevel) == 0x000008, "Wrong alignment on TRXUtilities_GetAllActorOfClassOfLevel"); \ -static_assert(sizeof(TRXUtilities_GetAllActorOfClassOfLevel) == 0x000020, "Wrong size on TRXUtilities_GetAllActorOfClassOfLevel"); \ -static_assert(offsetof(TRXUtilities_GetAllActorOfClassOfLevel, Level) == 0x000000, "Member 'TRXUtilities_GetAllActorOfClassOfLevel::Level' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GetAllActorOfClassOfLevel, ActorClass) == 0x000008, "Member 'TRXUtilities_GetAllActorOfClassOfLevel::ActorClass' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GetAllActorOfClassOfLevel, Actors) == 0x000010, "Member 'TRXUtilities_GetAllActorOfClassOfLevel::Actors' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetGameInstance \ -static_assert(alignof(TRXUtilities_GetGameInstance) == 0x000008, "Wrong alignment on TRXUtilities_GetGameInstance"); \ -static_assert(sizeof(TRXUtilities_GetGameInstance) == 0x000010, "Wrong size on TRXUtilities_GetGameInstance"); \ -static_assert(offsetof(TRXUtilities_GetGameInstance, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetGameInstance::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GetGameInstance, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetGameInstance::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetOnActiveControllerTypeChanged \ -static_assert(alignof(TRXUtilities_GetOnActiveControllerTypeChanged) == 0x000008, "Wrong alignment on TRXUtilities_GetOnActiveControllerTypeChanged"); \ -static_assert(sizeof(TRXUtilities_GetOnActiveControllerTypeChanged) == 0x000010, "Wrong size on TRXUtilities_GetOnActiveControllerTypeChanged"); \ -static_assert(offsetof(TRXUtilities_GetOnActiveControllerTypeChanged, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetOnActiveControllerTypeChanged::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GetOnActiveControllerTypeChanged, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetOnActiveControllerTypeChanged::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetOnNintendoDockingUndockingChanged \ -static_assert(alignof(TRXUtilities_GetOnNintendoDockingUndockingChanged) == 0x000008, "Wrong alignment on TRXUtilities_GetOnNintendoDockingUndockingChanged"); \ -static_assert(sizeof(TRXUtilities_GetOnNintendoDockingUndockingChanged) == 0x000010, "Wrong size on TRXUtilities_GetOnNintendoDockingUndockingChanged"); \ -static_assert(offsetof(TRXUtilities_GetOnNintendoDockingUndockingChanged, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetOnNintendoDockingUndockingChanged::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GetOnNintendoDockingUndockingChanged, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetOnNintendoDockingUndockingChanged::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetPrimaryPlayerControllerId \ -static_assert(alignof(TRXUtilities_GetPrimaryPlayerControllerId) == 0x000008, "Wrong alignment on TRXUtilities_GetPrimaryPlayerControllerId"); \ -static_assert(sizeof(TRXUtilities_GetPrimaryPlayerControllerId) == 0x000010, "Wrong size on TRXUtilities_GetPrimaryPlayerControllerId"); \ -static_assert(offsetof(TRXUtilities_GetPrimaryPlayerControllerId, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetPrimaryPlayerControllerId::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GetPrimaryPlayerControllerId, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetPrimaryPlayerControllerId::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetPrimaryPlayerUniqueId \ -static_assert(alignof(TRXUtilities_GetPrimaryPlayerUniqueId) == 0x000008, "Wrong alignment on TRXUtilities_GetPrimaryPlayerUniqueId"); \ -static_assert(sizeof(TRXUtilities_GetPrimaryPlayerUniqueId) == 0x000038, "Wrong size on TRXUtilities_GetPrimaryPlayerUniqueId"); \ -static_assert(offsetof(TRXUtilities_GetPrimaryPlayerUniqueId, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetPrimaryPlayerUniqueId::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_GetPrimaryPlayerUniqueId, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetPrimaryPlayerUniqueId::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetTRCStringTableId \ -static_assert(alignof(TRXUtilities_GetTRCStringTableId) == 0x000004, "Wrong alignment on TRXUtilities_GetTRCStringTableId"); \ -static_assert(sizeof(TRXUtilities_GetTRCStringTableId) == 0x000008, "Wrong size on TRXUtilities_GetTRCStringTableId"); \ -static_assert(offsetof(TRXUtilities_GetTRCStringTableId, ReturnValue) == 0x000000, "Member 'TRXUtilities_GetTRCStringTableId::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_GetUIStringTableId \ -static_assert(alignof(TRXUtilities_GetUIStringTableId) == 0x000004, "Wrong alignment on TRXUtilities_GetUIStringTableId"); \ -static_assert(sizeof(TRXUtilities_GetUIStringTableId) == 0x000008, "Wrong size on TRXUtilities_GetUIStringTableId"); \ -static_assert(offsetof(TRXUtilities_GetUIStringTableId, ReturnValue) == 0x000000, "Member 'TRXUtilities_GetUIStringTableId::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_IsSwitchDocked \ -static_assert(alignof(TRXUtilities_IsSwitchDocked) == 0x000001, "Wrong alignment on TRXUtilities_IsSwitchDocked"); \ -static_assert(sizeof(TRXUtilities_IsSwitchDocked) == 0x000001, "Wrong size on TRXUtilities_IsSwitchDocked"); \ -static_assert(offsetof(TRXUtilities_IsSwitchDocked, ReturnValue) == 0x000000, "Member 'TRXUtilities_IsSwitchDocked::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_IsXSS \ -static_assert(alignof(TRXUtilities_IsXSS) == 0x000001, "Wrong alignment on TRXUtilities_IsXSS"); \ -static_assert(sizeof(TRXUtilities_IsXSS) == 0x000001, "Wrong size on TRXUtilities_IsXSS"); \ -static_assert(offsetof(TRXUtilities_IsXSS, ReturnValue) == 0x000000, "Member 'TRXUtilities_IsXSS::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_MarkActorAsDirty \ -static_assert(alignof(TRXUtilities_MarkActorAsDirty) == 0x000008, "Wrong alignment on TRXUtilities_MarkActorAsDirty"); \ -static_assert(sizeof(TRXUtilities_MarkActorAsDirty) == 0x000010, "Wrong size on TRXUtilities_MarkActorAsDirty"); \ -static_assert(offsetof(TRXUtilities_MarkActorAsDirty, actorToMarkAsDirty) == 0x000000, "Member 'TRXUtilities_MarkActorAsDirty::actorToMarkAsDirty' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_MarkActorAsDirty, ReturnValue) == 0x000008, "Member 'TRXUtilities_MarkActorAsDirty::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_OverrideDeviceProfileForMode \ -static_assert(alignof(TRXUtilities_OverrideDeviceProfileForMode) == 0x000001, "Wrong alignment on TRXUtilities_OverrideDeviceProfileForMode"); \ -static_assert(sizeof(TRXUtilities_OverrideDeviceProfileForMode) == 0x000001, "Wrong size on TRXUtilities_OverrideDeviceProfileForMode"); \ -static_assert(offsetof(TRXUtilities_OverrideDeviceProfileForMode, NewMode) == 0x000000, "Member 'TRXUtilities_OverrideDeviceProfileForMode::NewMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_PlatformIsSwitchingProfileAllowed \ -static_assert(alignof(TRXUtilities_PlatformIsSwitchingProfileAllowed) == 0x000001, "Wrong alignment on TRXUtilities_PlatformIsSwitchingProfileAllowed"); \ -static_assert(sizeof(TRXUtilities_PlatformIsSwitchingProfileAllowed) == 0x000001, "Wrong size on TRXUtilities_PlatformIsSwitchingProfileAllowed"); \ -static_assert(offsetof(TRXUtilities_PlatformIsSwitchingProfileAllowed, ReturnValue) == 0x000000, "Member 'TRXUtilities_PlatformIsSwitchingProfileAllowed::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_RemoveNonDisplayableCharacters \ -static_assert(alignof(TRXUtilities_RemoveNonDisplayableCharacters) == 0x000008, "Wrong alignment on TRXUtilities_RemoveNonDisplayableCharacters"); \ -static_assert(sizeof(TRXUtilities_RemoveNonDisplayableCharacters) == 0x000080, "Wrong size on TRXUtilities_RemoveNonDisplayableCharacters"); \ -static_assert(offsetof(TRXUtilities_RemoveNonDisplayableCharacters, textToClean) == 0x000000, "Member 'TRXUtilities_RemoveNonDisplayableCharacters::textToClean' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_RemoveNonDisplayableCharacters, Font) == 0x000010, "Member 'TRXUtilities_RemoveNonDisplayableCharacters::Font' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_RemoveNonDisplayableCharacters, ReturnValue) == 0x000070, "Member 'TRXUtilities_RemoveNonDisplayableCharacters::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_RemoveProfanities \ -static_assert(alignof(TRXUtilities_RemoveProfanities) == 0x000008, "Wrong alignment on TRXUtilities_RemoveProfanities"); \ -static_assert(sizeof(TRXUtilities_RemoveProfanities) == 0x000020, "Wrong size on TRXUtilities_RemoveProfanities"); \ -static_assert(offsetof(TRXUtilities_RemoveProfanities, textToClean) == 0x000000, "Member 'TRXUtilities_RemoveProfanities::textToClean' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_RemoveProfanities, ReturnValue) == 0x000010, "Member 'TRXUtilities_RemoveProfanities::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_RetrieveAllowedCultures \ -static_assert(alignof(TRXUtilities_RetrieveAllowedCultures) == 0x000008, "Wrong alignment on TRXUtilities_RetrieveAllowedCultures"); \ -static_assert(sizeof(TRXUtilities_RetrieveAllowedCultures) == 0x000010, "Wrong size on TRXUtilities_RetrieveAllowedCultures"); \ -static_assert(offsetof(TRXUtilities_RetrieveAllowedCultures, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveAllowedCultures::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentControllerType \ -static_assert(alignof(TRXUtilities_RetrieveCurrentControllerType) == 0x000008, "Wrong alignment on TRXUtilities_RetrieveCurrentControllerType"); \ -static_assert(sizeof(TRXUtilities_RetrieveCurrentControllerType) == 0x000010, "Wrong size on TRXUtilities_RetrieveCurrentControllerType"); \ -static_assert(offsetof(TRXUtilities_RetrieveCurrentControllerType, WorldContextObject) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentControllerType::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_RetrieveCurrentControllerType, ReturnValue) == 0x000008, "Member 'TRXUtilities_RetrieveCurrentControllerType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentPlatform \ -static_assert(alignof(TRXUtilities_RetrieveCurrentPlatform) == 0x000001, "Wrong alignment on TRXUtilities_RetrieveCurrentPlatform"); \ -static_assert(sizeof(TRXUtilities_RetrieveCurrentPlatform) == 0x000001, "Wrong size on TRXUtilities_RetrieveCurrentPlatform"); \ -static_assert(offsetof(TRXUtilities_RetrieveCurrentPlatform, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentPlatform::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentStore \ -static_assert(alignof(TRXUtilities_RetrieveCurrentStore) == 0x000001, "Wrong alignment on TRXUtilities_RetrieveCurrentStore"); \ -static_assert(sizeof(TRXUtilities_RetrieveCurrentStore) == 0x000001, "Wrong size on TRXUtilities_RetrieveCurrentStore"); \ -static_assert(offsetof(TRXUtilities_RetrieveCurrentStore, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentStore::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentUnaryPlatform \ -static_assert(alignof(TRXUtilities_RetrieveCurrentUnaryPlatform) == 0x000001, "Wrong alignment on TRXUtilities_RetrieveCurrentUnaryPlatform"); \ -static_assert(sizeof(TRXUtilities_RetrieveCurrentUnaryPlatform) == 0x000001, "Wrong size on TRXUtilities_RetrieveCurrentUnaryPlatform"); \ -static_assert(offsetof(TRXUtilities_RetrieveCurrentUnaryPlatform, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentUnaryPlatform::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXUtilities_SetPause \ -static_assert(alignof(TRXUtilities_SetPause) == 0x000008, "Wrong alignment on TRXUtilities_SetPause"); \ -static_assert(sizeof(TRXUtilities_SetPause) == 0x000010, "Wrong size on TRXUtilities_SetPause"); \ -static_assert(offsetof(TRXUtilities_SetPause, WorldContextObject) == 0x000000, "Member 'TRXUtilities_SetPause::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_SetPause, paused) == 0x000008, "Member 'TRXUtilities_SetPause::paused' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilities_SetPause, ReturnValue) == 0x000009, "Member 'TRXUtilities_SetPause::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXUtilities \ -static_assert(alignof(UTRXUtilities) == 0x000008, "Wrong alignment on UTRXUtilities"); \ -static_assert(sizeof(UTRXUtilities) == 0x000028, "Wrong size on UTRXUtilities"); \ +#define DUMPER7_ASSERTS_UTRXVirtualKeysInputActionDataProcessor \ +static_assert(alignof(UTRXVirtualKeysInputActionDataProcessor) == 0x000008, "Wrong alignment on UTRXVirtualKeysInputActionDataProcessor"); \ +static_assert(sizeof(UTRXVirtualKeysInputActionDataProcessor) == 0x000028, "Wrong size on UTRXVirtualKeysInputActionDataProcessor"); \ #define DUMPER7_ASSERTS_TRXControllerKeyWidget_SetActionToDisplay \ static_assert(alignof(TRXControllerKeyWidget_SetActionToDisplay) == 0x000004, "Wrong alignment on TRXControllerKeyWidget_SetActionToDisplay"); \ @@ -79958,28 +79198,48 @@ static_assert(offsetof(UTRXControllerKeyWidget, InputActionName) == 0x000338, "M static_assert(offsetof(UTRXControllerKeyWidget, NamedEnhancedInputAction) == 0x000340, "Member 'UTRXControllerKeyWidget::NamedEnhancedInputAction' has a wrong offset!"); \ static_assert(offsetof(UTRXControllerKeyWidget, OnKeyValidityChanged) == 0x000348, "Member 'UTRXControllerKeyWidget::OnKeyValidityChanged' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TRXUtilitiesSteam_IsRunningOnSteamDeck \ +static_assert(alignof(TRXUtilitiesSteam_IsRunningOnSteamDeck) == 0x000001, "Wrong alignment on TRXUtilitiesSteam_IsRunningOnSteamDeck"); \ +static_assert(sizeof(TRXUtilitiesSteam_IsRunningOnSteamDeck) == 0x000001, "Wrong size on TRXUtilitiesSteam_IsRunningOnSteamDeck"); \ +static_assert(offsetof(TRXUtilitiesSteam_IsRunningOnSteamDeck, ReturnValue) == 0x000000, "Member 'TRXUtilitiesSteam_IsRunningOnSteamDeck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilitiesSteam_ShowFloatingGamepadTextInput \ +static_assert(alignof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput) == 0x000008, "Wrong alignment on TRXUtilitiesSteam_ShowFloatingGamepadTextInput"); \ +static_assert(sizeof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput) == 0x000030, "Wrong size on TRXUtilitiesSteam_ShowFloatingGamepadTextInput"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, KeyboardType) == 0x000000, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, textFieldPosition) == 0x000008, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::textFieldPosition' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, textFieldDimension) == 0x000018, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::textFieldDimension' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, ReturnValue) == 0x000028, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilitiesSteam_ShowGamepadTextInput \ +static_assert(alignof(TRXUtilitiesSteam_ShowGamepadTextInput) == 0x000008, "Wrong alignment on TRXUtilitiesSteam_ShowGamepadTextInput"); \ +static_assert(sizeof(TRXUtilitiesSteam_ShowGamepadTextInput) == 0x000040, "Wrong size on TRXUtilitiesSteam_ShowGamepadTextInput"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, inputMode) == 0x000000, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::inputMode' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, lineInputMode) == 0x000001, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::lineInputMode' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, Description) == 0x000008, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::Description' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, defaultText) == 0x000018, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::defaultText' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, OnClosed) == 0x000028, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::OnClosed' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, ReturnValue) == 0x000038, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXUtilitiesSteam \ +static_assert(alignof(UTRXUtilitiesSteam) == 0x000008, "Wrong alignment on UTRXUtilitiesSteam"); \ +static_assert(sizeof(UTRXUtilitiesSteam) == 0x000028, "Wrong size on UTRXUtilitiesSteam"); \ + #define DUMPER7_ASSERTS_UTRXDiscoPadManager \ static_assert(alignof(UTRXDiscoPadManager) == 0x000008, "Wrong alignment on UTRXDiscoPadManager"); \ static_assert(sizeof(UTRXDiscoPadManager) == 0x000088, "Wrong size on UTRXDiscoPadManager"); \ -#define DUMPER7_ASSERTS_TRXSaveManagerLoadAsyncAction_Load \ -static_assert(alignof(TRXSaveManagerLoadAsyncAction_Load) == 0x000008, "Wrong alignment on TRXSaveManagerLoadAsyncAction_Load"); \ -static_assert(sizeof(TRXSaveManagerLoadAsyncAction_Load) == 0x000050, "Wrong size on TRXSaveManagerLoadAsyncAction_Load"); \ -static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, WorldContextObject) == 0x000000, "Member 'TRXSaveManagerLoadAsyncAction_Load::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, SlotName) == 0x000008, "Member 'TRXSaveManagerLoadAsyncAction_Load::SlotName' has a wrong offset!"); \ -static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, UserId) == 0x000018, "Member 'TRXSaveManagerLoadAsyncAction_Load::UserId' has a wrong offset!"); \ -static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, ReturnValue) == 0x000048, "Member 'TRXSaveManagerLoadAsyncAction_Load::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXSaveManagerLoadAsyncAction \ -static_assert(alignof(UTRXSaveManagerLoadAsyncAction) == 0x000008, "Wrong alignment on UTRXSaveManagerLoadAsyncAction"); \ -static_assert(sizeof(UTRXSaveManagerLoadAsyncAction) == 0x000068, "Wrong size on UTRXSaveManagerLoadAsyncAction"); \ -static_assert(offsetof(UTRXSaveManagerLoadAsyncAction, SaveGameObject) == 0x000050, "Member 'UTRXSaveManagerLoadAsyncAction::SaveGameObject' has a wrong offset!"); \ -static_assert(offsetof(UTRXSaveManagerLoadAsyncAction, AsyncLoadBPDelegate) == 0x000058, "Member 'UTRXSaveManagerLoadAsyncAction::AsyncLoadBPDelegate' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UTRXDLCManager \ static_assert(alignof(UTRXDLCManager) == 0x000008, "Wrong alignment on UTRXDLCManager"); \ static_assert(sizeof(UTRXDLCManager) == 0x0000E0, "Wrong size on UTRXDLCManager"); \ +#define DUMPER7_ASSERTS_UTRXSaveManager \ +static_assert(alignof(UTRXSaveManager) == 0x000008, "Wrong alignment on UTRXSaveManager"); \ +static_assert(sizeof(UTRXSaveManager) == 0x000168, "Wrong size on UTRXSaveManager"); \ +static_assert(offsetof(UTRXSaveManager, SaveProgressWidget) == 0x000038, "Member 'UTRXSaveManager::SaveProgressWidget' has a wrong offset!"); \ +static_assert(offsetof(UTRXSaveManager, SaveLoadingScreenWidget) == 0x000040, "Member 'UTRXSaveManager::SaveLoadingScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(UTRXSaveManager, CachedSaveGame) == 0x000048, "Member 'UTRXSaveManager::CachedSaveGame' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_TRXEngagementScreenSubsystem_ShowEngagementScreenBP \ static_assert(alignof(TRXEngagementScreenSubsystem_ShowEngagementScreenBP) == 0x000004, "Wrong alignment on TRXEngagementScreenSubsystem_ShowEngagementScreenBP"); \ static_assert(sizeof(TRXEngagementScreenSubsystem_ShowEngagementScreenBP) == 0x000018, "Wrong size on TRXEngagementScreenSubsystem_ShowEngagementScreenBP"); \ @@ -80019,21 +79279,19 @@ static_assert(offsetof(UTRXEngagementScreenSubsystem, OnEngagementScreenDisplaye static_assert(offsetof(UTRXEngagementScreenSubsystem, OnPostEngagementScreenValidation) == 0x000058, "Member 'UTRXEngagementScreenSubsystem::OnPostEngagementScreenValidation' has a wrong offset!"); \ static_assert(offsetof(UTRXEngagementScreenSubsystem, OnPreEngagementScreenTravel) == 0x000090, "Member 'UTRXEngagementScreenSubsystem::OnPreEngagementScreenTravel' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked \ -static_assert(alignof(TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong alignment on TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked"); \ -static_assert(sizeof(TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong size on TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked"); \ -static_assert(offsetof(TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked, bIsDocked) == 0x000000, "Member 'TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXUtilitiesSubsystemInternal \ -static_assert(alignof(UTRXUtilitiesSubsystemInternal) == 0x000008, "Wrong alignment on UTRXUtilitiesSubsystemInternal"); \ -static_assert(sizeof(UTRXUtilitiesSubsystemInternal) == 0x000098, "Wrong size on UTRXUtilitiesSubsystemInternal"); \ -static_assert(offsetof(UTRXUtilitiesSubsystemInternal, OnActiveControllerTypeChangedObject) == 0x000030, "Member 'UTRXUtilitiesSubsystemInternal::OnActiveControllerTypeChangedObject' has a wrong offset!"); \ -static_assert(offsetof(UTRXUtilitiesSubsystemInternal, OnNintendoDockingUndockingChanged) == 0x000038, "Member 'UTRXUtilitiesSubsystemInternal::OnNintendoDockingUndockingChanged' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UTRXLoadingTimesMonitor \ +static_assert(alignof(UTRXLoadingTimesMonitor) == 0x000008, "Wrong alignment on UTRXLoadingTimesMonitor"); \ +static_assert(sizeof(UTRXLoadingTimesMonitor) == 0x000048, "Wrong size on UTRXLoadingTimesMonitor"); \ #define DUMPER7_ASSERTS_UTRXEngagementScreenValidationFinisher \ static_assert(alignof(UTRXEngagementScreenValidationFinisher) == 0x000008, "Wrong alignment on UTRXEngagementScreenValidationFinisher"); \ static_assert(sizeof(UTRXEngagementScreenValidationFinisher) == 0x000038, "Wrong size on UTRXEngagementScreenValidationFinisher"); \ +#define DUMPER7_ASSERTS_UTRXVirtualKeysContextRedirector \ +static_assert(alignof(UTRXVirtualKeysContextRedirector) == 0x000008, "Wrong alignment on UTRXVirtualKeysContextRedirector"); \ +static_assert(sizeof(UTRXVirtualKeysContextRedirector) == 0x000088, "Wrong size on UTRXVirtualKeysContextRedirector"); \ +static_assert(offsetof(UTRXVirtualKeysContextRedirector, OverridenInputMappingContexts) == 0x000078, "Member 'UTRXVirtualKeysContextRedirector::OverridenInputMappingContexts' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_TRXEngagementScreenWidget_ReceiveOnControllerTypeChanged \ static_assert(alignof(TRXEngagementScreenWidget_ReceiveOnControllerTypeChanged) == 0x000008, "Wrong alignment on TRXEngagementScreenWidget_ReceiveOnControllerTypeChanged"); \ static_assert(sizeof(TRXEngagementScreenWidget_ReceiveOnControllerTypeChanged) == 0x000020, "Wrong size on TRXEngagementScreenWidget_ReceiveOnControllerTypeChanged"); \ @@ -80047,9 +79305,21 @@ static_assert(offsetof(TRXEngagementScreenWidget_GetProfileSwitchWidget, ReturnV #define DUMPER7_ASSERTS_UTRXEngagementScreenWidget \ static_assert(alignof(UTRXEngagementScreenWidget) == 0x000008, "Wrong alignment on UTRXEngagementScreenWidget"); \ -static_assert(sizeof(UTRXEngagementScreenWidget) == 0x000350, "Wrong size on UTRXEngagementScreenWidget"); \ +static_assert(sizeof(UTRXEngagementScreenWidget) == 0x000358, "Wrong size on UTRXEngagementScreenWidget"); \ static_assert(offsetof(UTRXEngagementScreenWidget, ProfileSwitchWidget) == 0x0002E0, "Member 'UTRXEngagementScreenWidget::ProfileSwitchWidget' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UTRXInputsRecordDetailedDivergenceBase \ +static_assert(alignof(UTRXInputsRecordDetailedDivergenceBase) == 0x000008, "Wrong alignment on UTRXInputsRecordDetailedDivergenceBase"); \ +static_assert(sizeof(UTRXInputsRecordDetailedDivergenceBase) == 0x000028, "Wrong size on UTRXInputsRecordDetailedDivergenceBase"); \ + +#define DUMPER7_ASSERTS_UTRXInputsRecordDetailedDivergence \ +static_assert(alignof(UTRXInputsRecordDetailedDivergence) == 0x000010, "Wrong alignment on UTRXInputsRecordDetailedDivergence"); \ +static_assert(sizeof(UTRXInputsRecordDetailedDivergence) == 0x000110, "Wrong size on UTRXInputsRecordDetailedDivergence"); \ +static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerCharacterTransform) == 0x000030, "Member 'UTRXInputsRecordDetailedDivergence::PlayerCharacterTransform' has a wrong offset!"); \ +static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerCharacterVelocity) == 0x000090, "Member 'UTRXInputsRecordDetailedDivergence::PlayerCharacterVelocity' has a wrong offset!"); \ +static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerControllerControlRotation) == 0x000098, "Member 'UTRXInputsRecordDetailedDivergence::PlayerControllerControlRotation' has a wrong offset!"); \ +static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerCameraTransform) == 0x0000B0, "Member 'UTRXInputsRecordDetailedDivergence::PlayerCameraTransform' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UTRXExtendedSaveSubsystem \ static_assert(alignof(UTRXExtendedSaveSubsystem) == 0x000008, "Wrong alignment on UTRXExtendedSaveSubsystem"); \ static_assert(sizeof(UTRXExtendedSaveSubsystem) == 0x000098, "Wrong size on UTRXExtendedSaveSubsystem"); \ @@ -80070,10 +79340,17 @@ static_assert(alignof(UTRXInputsDisplaySubsystem) == 0x000008, "Wrong alignment static_assert(sizeof(UTRXInputsDisplaySubsystem) == 0x000040, "Wrong size on UTRXInputsDisplaySubsystem"); \ static_assert(offsetof(UTRXInputsDisplaySubsystem, InputsDisplayLayoutWidget) == 0x000030, "Member 'UTRXInputsDisplaySubsystem::InputsDisplayLayoutWidget' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged \ -static_assert(alignof(UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged) == 0x000008, "Wrong alignment on UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged"); \ -static_assert(sizeof(UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged) == 0x000038, "Wrong size on UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged"); \ -static_assert(offsetof(UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged, OnActiveControllerTypeChanged) == 0x000028, "Member 'UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged::OnActiveControllerTypeChanged' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UTRXInputsRecordSyncPointBase \ +static_assert(alignof(UTRXInputsRecordSyncPointBase) == 0x000008, "Wrong alignment on UTRXInputsRecordSyncPointBase"); \ +static_assert(sizeof(UTRXInputsRecordSyncPointBase) == 0x000030, "Wrong size on UTRXInputsRecordSyncPointBase"); \ +static_assert(offsetof(UTRXInputsRecordSyncPointBase, ElapsedTimeFromRecordStart) == 0x000028, "Member 'UTRXInputsRecordSyncPointBase::ElapsedTimeFromRecordStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXInputsRecordSyncPoint \ +static_assert(alignof(UTRXInputsRecordSyncPoint) == 0x000010, "Wrong alignment on UTRXInputsRecordSyncPoint"); \ +static_assert(sizeof(UTRXInputsRecordSyncPoint) == 0x0000C0, "Wrong size on UTRXInputsRecordSyncPoint"); \ +static_assert(offsetof(UTRXInputsRecordSyncPoint, PlayerTransform) == 0x000030, "Member 'UTRXInputsRecordSyncPoint::PlayerTransform' has a wrong offset!"); \ +static_assert(offsetof(UTRXInputsRecordSyncPoint, PlayerVelocity) == 0x000090, "Member 'UTRXInputsRecordSyncPoint::PlayerVelocity' has a wrong offset!"); \ +static_assert(offsetof(UTRXInputsRecordSyncPoint, ControlRotation) == 0x0000A8, "Member 'UTRXInputsRecordSyncPoint::ControlRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTRXInputsDisplayWidget \ static_assert(alignof(UTRXInputsDisplayWidget) == 0x000008, "Wrong alignment on UTRXInputsDisplayWidget"); \ @@ -80082,6 +79359,144 @@ static_assert(offsetof(UTRXInputsDisplayWidget, ImageAxisGauge) == 0x000378, "Me static_assert(offsetof(UTRXInputsDisplayWidget, ImageStickBackground) == 0x000380, "Member 'UTRXInputsDisplayWidget::ImageStickBackground' has a wrong offset!"); \ static_assert(offsetof(UTRXInputsDisplayWidget, ImageButtonMaterialInstanceDynamic) == 0x000388, "Member 'UTRXInputsDisplayWidget::ImageButtonMaterialInstanceDynamic' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged \ +static_assert(alignof(UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged) == 0x000008, "Wrong alignment on UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged"); \ +static_assert(sizeof(UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged) == 0x000040, "Wrong size on UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged"); \ +static_assert(offsetof(UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged, OnNintendoConsoleDockedOrUndocked) == 0x000028, "Member 'UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged::OnNintendoConsoleDockedOrUndocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXInputsManager_SetAreRepeatsBlocked \ +static_assert(alignof(TRXInputsManager_SetAreRepeatsBlocked) == 0x000001, "Wrong alignment on TRXInputsManager_SetAreRepeatsBlocked"); \ +static_assert(sizeof(TRXInputsManager_SetAreRepeatsBlocked) == 0x000001, "Wrong size on TRXInputsManager_SetAreRepeatsBlocked"); \ +static_assert(offsetof(TRXInputsManager_SetAreRepeatsBlocked, bRepeatsBlocked) == 0x000000, "Member 'TRXInputsManager_SetAreRepeatsBlocked::bRepeatsBlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXInputsManager_AreInputsBlocked \ +static_assert(alignof(TRXInputsManager_AreInputsBlocked) == 0x000001, "Wrong alignment on TRXInputsManager_AreInputsBlocked"); \ +static_assert(sizeof(TRXInputsManager_AreInputsBlocked) == 0x000001, "Wrong size on TRXInputsManager_AreInputsBlocked"); \ +static_assert(offsetof(TRXInputsManager_AreInputsBlocked, ReturnValue) == 0x000000, "Member 'TRXInputsManager_AreInputsBlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXInputsManager_AreRepeatsBlocked \ +static_assert(alignof(TRXInputsManager_AreRepeatsBlocked) == 0x000001, "Wrong alignment on TRXInputsManager_AreRepeatsBlocked"); \ +static_assert(sizeof(TRXInputsManager_AreRepeatsBlocked) == 0x000001, "Wrong size on TRXInputsManager_AreRepeatsBlocked"); \ +static_assert(offsetof(TRXInputsManager_AreRepeatsBlocked, ReturnValue) == 0x000000, "Member 'TRXInputsManager_AreRepeatsBlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXInputsManager_GetKeyState \ +static_assert(alignof(TRXInputsManager_GetKeyState) == 0x000008, "Wrong alignment on TRXInputsManager_GetKeyState"); \ +static_assert(sizeof(TRXInputsManager_GetKeyState) == 0x000020, "Wrong size on TRXInputsManager_GetKeyState"); \ +static_assert(offsetof(TRXInputsManager_GetKeyState, Key) == 0x000000, "Member 'TRXInputsManager_GetKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(TRXInputsManager_GetKeyState, ReturnValue) == 0x000018, "Member 'TRXInputsManager_GetKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXInputsManager_IsRequiringExclusiveInputsAccess \ +static_assert(alignof(TRXInputsManager_IsRequiringExclusiveInputsAccess) == 0x000001, "Wrong alignment on TRXInputsManager_IsRequiringExclusiveInputsAccess"); \ +static_assert(sizeof(TRXInputsManager_IsRequiringExclusiveInputsAccess) == 0x000001, "Wrong size on TRXInputsManager_IsRequiringExclusiveInputsAccess"); \ +static_assert(offsetof(TRXInputsManager_IsRequiringExclusiveInputsAccess, ReturnValue) == 0x000000, "Member 'TRXInputsManager_IsRequiringExclusiveInputsAccess::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXInputsManager \ +static_assert(alignof(UTRXInputsManager) == 0x000008, "Wrong alignment on UTRXInputsManager"); \ +static_assert(sizeof(UTRXInputsManager) == 0x000118, "Wrong size on UTRXInputsManager"); \ +static_assert(offsetof(UTRXInputsManager, OnInputsStateUpdated) == 0x000030, "Member 'UTRXInputsManager::OnInputsStateUpdated' has a wrong offset!"); \ +static_assert(offsetof(UTRXInputsManager, OnRequiringExclusiveInputsAccess) == 0x000058, "Member 'UTRXInputsManager::OnRequiringExclusiveInputsAccess' has a wrong offset!"); \ +static_assert(offsetof(UTRXInputsManager, OnStopRequiringExclusiveInputsAccess) == 0x000080, "Member 'UTRXInputsManager::OnStopRequiringExclusiveInputsAccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXInputsRecorderSubsystem \ +static_assert(alignof(UTRXInputsRecorderSubsystem) == 0x000008, "Wrong alignment on UTRXInputsRecorderSubsystem"); \ +static_assert(sizeof(UTRXInputsRecorderSubsystem) == 0x0000A0, "Wrong size on UTRXInputsRecorderSubsystem"); \ +static_assert(offsetof(UTRXInputsRecorderSubsystem, RecordInfoWidget) == 0x000030, "Member 'UTRXInputsRecorderSubsystem::RecordInfoWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart \ +static_assert(alignof(TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart) == 0x000004, "Wrong alignment on TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart"); \ +static_assert(sizeof(TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart) == 0x000004, "Wrong size on TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart"); \ +static_assert(offsetof(TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart, ElapsedTime) == 0x000000, "Member 'TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXInputsRecordInfoWidget_SetLastSyncPointTime \ +static_assert(alignof(TRXInputsRecordInfoWidget_SetLastSyncPointTime) == 0x000004, "Wrong alignment on TRXInputsRecordInfoWidget_SetLastSyncPointTime"); \ +static_assert(sizeof(TRXInputsRecordInfoWidget_SetLastSyncPointTime) == 0x000004, "Wrong size on TRXInputsRecordInfoWidget_SetLastSyncPointTime"); \ +static_assert(offsetof(TRXInputsRecordInfoWidget_SetLastSyncPointTime, Time) == 0x000000, "Member 'TRXInputsRecordInfoWidget_SetLastSyncPointTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXInputsRecordInfoWidget \ +static_assert(alignof(UTRXInputsRecordInfoWidget) == 0x000008, "Wrong alignment on UTRXInputsRecordInfoWidget"); \ +static_assert(sizeof(UTRXInputsRecordInfoWidget) == 0x0002E0, "Wrong size on UTRXInputsRecordInfoWidget"); \ + +#define DUMPER7_ASSERTS_UTRXInputsReplayerSubsystem \ +static_assert(alignof(UTRXInputsReplayerSubsystem) == 0x000008, "Wrong alignment on UTRXInputsReplayerSubsystem"); \ +static_assert(sizeof(UTRXInputsReplayerSubsystem) == 0x000078, "Wrong size on UTRXInputsReplayerSubsystem"); \ + +#define DUMPER7_ASSERTS_ITRXMonitorInterface \ +static_assert(alignof(ITRXMonitorInterface) == 0x000001, "Wrong alignment on ITRXMonitorInterface"); \ +static_assert(sizeof(ITRXMonitorInterface) == 0x000001, "Wrong size on ITRXMonitorInterface"); \ + +#define DUMPER7_ASSERTS_TRXNotificationsManager_AddNotification \ +static_assert(alignof(TRXNotificationsManager_AddNotification) == 0x000008, "Wrong alignment on TRXNotificationsManager_AddNotification"); \ +static_assert(sizeof(TRXNotificationsManager_AddNotification) == 0x000020, "Wrong size on TRXNotificationsManager_AddNotification"); \ +static_assert(offsetof(TRXNotificationsManager_AddNotification, logLevel) == 0x000000, "Member 'TRXNotificationsManager_AddNotification::logLevel' has a wrong offset!"); \ +static_assert(offsetof(TRXNotificationsManager_AddNotification, Message) == 0x000008, "Member 'TRXNotificationsManager_AddNotification::Message' has a wrong offset!"); \ +static_assert(offsetof(TRXNotificationsManager_AddNotification, duration) == 0x000018, "Member 'TRXNotificationsManager_AddNotification::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXNotificationsManager_AddNotificationCategorized \ +static_assert(alignof(TRXNotificationsManager_AddNotificationCategorized) == 0x000008, "Wrong alignment on TRXNotificationsManager_AddNotificationCategorized"); \ +static_assert(sizeof(TRXNotificationsManager_AddNotificationCategorized) == 0x000028, "Wrong size on TRXNotificationsManager_AddNotificationCategorized"); \ +static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, logCategoryName) == 0x000000, "Member 'TRXNotificationsManager_AddNotificationCategorized::logCategoryName' has a wrong offset!"); \ +static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, logLevel) == 0x000008, "Member 'TRXNotificationsManager_AddNotificationCategorized::logLevel' has a wrong offset!"); \ +static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, Message) == 0x000010, "Member 'TRXNotificationsManager_AddNotificationCategorized::Message' has a wrong offset!"); \ +static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, duration) == 0x000020, "Member 'TRXNotificationsManager_AddNotificationCategorized::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXNotificationsManager \ +static_assert(alignof(UTRXNotificationsManager) == 0x000008, "Wrong alignment on UTRXNotificationsManager"); \ +static_assert(sizeof(UTRXNotificationsManager) == 0x000058, "Wrong size on UTRXNotificationsManager"); \ + +#define DUMPER7_ASSERTS_TRXNotificationWidget_ReceiveOnDisplayDurationUpdated \ +static_assert(alignof(TRXNotificationWidget_ReceiveOnDisplayDurationUpdated) == 0x000004, "Wrong alignment on TRXNotificationWidget_ReceiveOnDisplayDurationUpdated"); \ +static_assert(sizeof(TRXNotificationWidget_ReceiveOnDisplayDurationUpdated) == 0x000004, "Wrong size on TRXNotificationWidget_ReceiveOnDisplayDurationUpdated"); \ +static_assert(offsetof(TRXNotificationWidget_ReceiveOnDisplayDurationUpdated, remainingDuration) == 0x000000, "Member 'TRXNotificationWidget_ReceiveOnDisplayDurationUpdated::remainingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXNotificationWidget_ReceiveOnSetContentText \ +static_assert(alignof(TRXNotificationWidget_ReceiveOnSetContentText) == 0x000008, "Wrong alignment on TRXNotificationWidget_ReceiveOnSetContentText"); \ +static_assert(sizeof(TRXNotificationWidget_ReceiveOnSetContentText) == 0x000010, "Wrong size on TRXNotificationWidget_ReceiveOnSetContentText"); \ +static_assert(offsetof(TRXNotificationWidget_ReceiveOnSetContentText, Text) == 0x000000, "Member 'TRXNotificationWidget_ReceiveOnSetContentText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXNotificationWidget_ReceiveOnSetLogLevel \ +static_assert(alignof(TRXNotificationWidget_ReceiveOnSetLogLevel) == 0x000001, "Wrong alignment on TRXNotificationWidget_ReceiveOnSetLogLevel"); \ +static_assert(sizeof(TRXNotificationWidget_ReceiveOnSetLogLevel) == 0x000001, "Wrong size on TRXNotificationWidget_ReceiveOnSetLogLevel"); \ +static_assert(offsetof(TRXNotificationWidget_ReceiveOnSetLogLevel, logLevel) == 0x000000, "Member 'TRXNotificationWidget_ReceiveOnSetLogLevel::logLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXNotificationWidget \ +static_assert(alignof(UTRXNotificationWidget) == 0x000008, "Wrong alignment on UTRXNotificationWidget"); \ +static_assert(sizeof(UTRXNotificationWidget) == 0x0002E0, "Wrong size on UTRXNotificationWidget"); \ + +#define DUMPER7_ASSERTS_UTRXOnlineFeaturesInternalOnActivityGameIntentRequested \ +static_assert(alignof(UTRXOnlineFeaturesInternalOnActivityGameIntentRequested) == 0x000008, "Wrong alignment on UTRXOnlineFeaturesInternalOnActivityGameIntentRequested"); \ +static_assert(sizeof(UTRXOnlineFeaturesInternalOnActivityGameIntentRequested) == 0x000038, "Wrong size on UTRXOnlineFeaturesInternalOnActivityGameIntentRequested"); \ +static_assert(offsetof(UTRXOnlineFeaturesInternalOnActivityGameIntentRequested, OnActivityGameIntentRequested) == 0x000028, "Member 'UTRXOnlineFeaturesInternalOnActivityGameIntentRequested::OnActivityGameIntentRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXOnlineFeaturesInternal \ +static_assert(alignof(UTRXOnlineFeaturesInternal) == 0x000008, "Wrong alignment on UTRXOnlineFeaturesInternal"); \ +static_assert(sizeof(UTRXOnlineFeaturesInternal) == 0x000150, "Wrong size on UTRXOnlineFeaturesInternal"); \ +static_assert(offsetof(UTRXOnlineFeaturesInternal, OnActivityGameIntentRequestedObject) == 0x000038, "Member 'UTRXOnlineFeaturesInternal::OnActivityGameIntentRequestedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested \ +static_assert(alignof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested) == 0x000008, "Wrong alignment on TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested"); \ +static_assert(sizeof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested) == 0x000010, "Wrong size on TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested, WorldContextObject) == 0x000000, "Member 'TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested, ReturnValue) == 0x000008, "Member 'TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXOnlineFeaturesManager_SetRichPresenceBP \ +static_assert(alignof(TRXOnlineFeaturesManager_SetRichPresenceBP) == 0x000008, "Wrong alignment on TRXOnlineFeaturesManager_SetRichPresenceBP"); \ +static_assert(sizeof(TRXOnlineFeaturesManager_SetRichPresenceBP) == 0x000020, "Wrong size on TRXOnlineFeaturesManager_SetRichPresenceBP"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_SetRichPresenceBP, PlayerController) == 0x000000, "Member 'TRXOnlineFeaturesManager_SetRichPresenceBP::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_SetRichPresenceBP, presence) == 0x000008, "Member 'TRXOnlineFeaturesManager_SetRichPresenceBP::presence' has a wrong offset!"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_SetRichPresenceBP, ReturnValue) == 0x000018, "Member 'TRXOnlineFeaturesManager_SetRichPresenceBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXOnlineFeaturesManager_UpdateAchievementProgressBP \ +static_assert(alignof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP) == 0x000008, "Wrong alignment on TRXOnlineFeaturesManager_UpdateAchievementProgressBP"); \ +static_assert(sizeof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP) == 0x000018, "Wrong size on TRXOnlineFeaturesManager_UpdateAchievementProgressBP"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, PlayerController) == 0x000000, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, AchievementID) == 0x000008, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, progressCurrentValue) == 0x00000C, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::progressCurrentValue' has a wrong offset!"); \ +static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, ReturnValue) == 0x000010, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXOnlineFeaturesManager \ +static_assert(alignof(UTRXOnlineFeaturesManager) == 0x000008, "Wrong alignment on UTRXOnlineFeaturesManager"); \ +static_assert(sizeof(UTRXOnlineFeaturesManager) == 0x000028, "Wrong size on UTRXOnlineFeaturesManager"); \ + #define DUMPER7_ASSERTS_UTRXPluginSettings \ static_assert(alignof(UTRXPluginSettings) == 0x000008, "Wrong alignment on UTRXPluginSettings"); \ static_assert(sizeof(UTRXPluginSettings) == 0x000610, "Wrong size on UTRXPluginSettings"); \ @@ -80145,167 +79560,6 @@ static_assert(offsetof(UTRXPluginSettings, ActivableLevelsVariantSets) == 0x0005 static_assert(offsetof(UTRXPluginSettings, PlatformAssetOverrideInfo) == 0x0005B8, "Member 'UTRXPluginSettings::PlatformAssetOverrideInfo' has a wrong offset!"); \ static_assert(offsetof(UTRXPluginSettings, bTreatOverridingAssetsReferencingOverridenAssetsAsError) == 0x000608, "Member 'UTRXPluginSettings::bTreatOverridingAssetsReferencingOverridenAssetsAsError' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_TRXInputsManager_SetAreRepeatsBlocked \ -static_assert(alignof(TRXInputsManager_SetAreRepeatsBlocked) == 0x000001, "Wrong alignment on TRXInputsManager_SetAreRepeatsBlocked"); \ -static_assert(sizeof(TRXInputsManager_SetAreRepeatsBlocked) == 0x000001, "Wrong size on TRXInputsManager_SetAreRepeatsBlocked"); \ -static_assert(offsetof(TRXInputsManager_SetAreRepeatsBlocked, bRepeatsBlocked) == 0x000000, "Member 'TRXInputsManager_SetAreRepeatsBlocked::bRepeatsBlocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXInputsManager_AreInputsBlocked \ -static_assert(alignof(TRXInputsManager_AreInputsBlocked) == 0x000001, "Wrong alignment on TRXInputsManager_AreInputsBlocked"); \ -static_assert(sizeof(TRXInputsManager_AreInputsBlocked) == 0x000001, "Wrong size on TRXInputsManager_AreInputsBlocked"); \ -static_assert(offsetof(TRXInputsManager_AreInputsBlocked, ReturnValue) == 0x000000, "Member 'TRXInputsManager_AreInputsBlocked::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXInputsManager_AreRepeatsBlocked \ -static_assert(alignof(TRXInputsManager_AreRepeatsBlocked) == 0x000001, "Wrong alignment on TRXInputsManager_AreRepeatsBlocked"); \ -static_assert(sizeof(TRXInputsManager_AreRepeatsBlocked) == 0x000001, "Wrong size on TRXInputsManager_AreRepeatsBlocked"); \ -static_assert(offsetof(TRXInputsManager_AreRepeatsBlocked, ReturnValue) == 0x000000, "Member 'TRXInputsManager_AreRepeatsBlocked::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXInputsManager_GetKeyState \ -static_assert(alignof(TRXInputsManager_GetKeyState) == 0x000008, "Wrong alignment on TRXInputsManager_GetKeyState"); \ -static_assert(sizeof(TRXInputsManager_GetKeyState) == 0x000020, "Wrong size on TRXInputsManager_GetKeyState"); \ -static_assert(offsetof(TRXInputsManager_GetKeyState, Key) == 0x000000, "Member 'TRXInputsManager_GetKeyState::Key' has a wrong offset!"); \ -static_assert(offsetof(TRXInputsManager_GetKeyState, ReturnValue) == 0x000018, "Member 'TRXInputsManager_GetKeyState::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXInputsManager_IsRequiringExclusiveInputsAccess \ -static_assert(alignof(TRXInputsManager_IsRequiringExclusiveInputsAccess) == 0x000001, "Wrong alignment on TRXInputsManager_IsRequiringExclusiveInputsAccess"); \ -static_assert(sizeof(TRXInputsManager_IsRequiringExclusiveInputsAccess) == 0x000001, "Wrong size on TRXInputsManager_IsRequiringExclusiveInputsAccess"); \ -static_assert(offsetof(TRXInputsManager_IsRequiringExclusiveInputsAccess, ReturnValue) == 0x000000, "Member 'TRXInputsManager_IsRequiringExclusiveInputsAccess::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXInputsManager \ -static_assert(alignof(UTRXInputsManager) == 0x000008, "Wrong alignment on UTRXInputsManager"); \ -static_assert(sizeof(UTRXInputsManager) == 0x000118, "Wrong size on UTRXInputsManager"); \ -static_assert(offsetof(UTRXInputsManager, OnInputsStateUpdated) == 0x000030, "Member 'UTRXInputsManager::OnInputsStateUpdated' has a wrong offset!"); \ -static_assert(offsetof(UTRXInputsManager, OnRequiringExclusiveInputsAccess) == 0x000058, "Member 'UTRXInputsManager::OnRequiringExclusiveInputsAccess' has a wrong offset!"); \ -static_assert(offsetof(UTRXInputsManager, OnStopRequiringExclusiveInputsAccess) == 0x000080, "Member 'UTRXInputsManager::OnStopRequiringExclusiveInputsAccess' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXInputsRecordDetailedDivergenceBase \ -static_assert(alignof(UTRXInputsRecordDetailedDivergenceBase) == 0x000008, "Wrong alignment on UTRXInputsRecordDetailedDivergenceBase"); \ -static_assert(sizeof(UTRXInputsRecordDetailedDivergenceBase) == 0x000028, "Wrong size on UTRXInputsRecordDetailedDivergenceBase"); \ - -#define DUMPER7_ASSERTS_ITRXMonitorInterface \ -static_assert(alignof(ITRXMonitorInterface) == 0x000001, "Wrong alignment on ITRXMonitorInterface"); \ -static_assert(sizeof(ITRXMonitorInterface) == 0x000001, "Wrong size on ITRXMonitorInterface"); \ - -#define DUMPER7_ASSERTS_UTRXInputsRecordDetailedDivergence \ -static_assert(alignof(UTRXInputsRecordDetailedDivergence) == 0x000010, "Wrong alignment on UTRXInputsRecordDetailedDivergence"); \ -static_assert(sizeof(UTRXInputsRecordDetailedDivergence) == 0x000110, "Wrong size on UTRXInputsRecordDetailedDivergence"); \ -static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerCharacterTransform) == 0x000030, "Member 'UTRXInputsRecordDetailedDivergence::PlayerCharacterTransform' has a wrong offset!"); \ -static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerCharacterVelocity) == 0x000090, "Member 'UTRXInputsRecordDetailedDivergence::PlayerCharacterVelocity' has a wrong offset!"); \ -static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerControllerControlRotation) == 0x000098, "Member 'UTRXInputsRecordDetailedDivergence::PlayerControllerControlRotation' has a wrong offset!"); \ -static_assert(offsetof(UTRXInputsRecordDetailedDivergence, PlayerCameraTransform) == 0x0000B0, "Member 'UTRXInputsRecordDetailedDivergence::PlayerCameraTransform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXInputsRecorderSubsystem \ -static_assert(alignof(UTRXInputsRecorderSubsystem) == 0x000008, "Wrong alignment on UTRXInputsRecorderSubsystem"); \ -static_assert(sizeof(UTRXInputsRecorderSubsystem) == 0x0000A0, "Wrong size on UTRXInputsRecorderSubsystem"); \ -static_assert(offsetof(UTRXInputsRecorderSubsystem, RecordInfoWidget) == 0x000030, "Member 'UTRXInputsRecorderSubsystem::RecordInfoWidget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart \ -static_assert(alignof(TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart) == 0x000004, "Wrong alignment on TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart"); \ -static_assert(sizeof(TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart) == 0x000004, "Wrong size on TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart"); \ -static_assert(offsetof(TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart, ElapsedTime) == 0x000000, "Member 'TRXInputsRecordInfoWidget_SetElapsedTimeSinceRecordStart::ElapsedTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXInputsRecordInfoWidget_SetLastSyncPointTime \ -static_assert(alignof(TRXInputsRecordInfoWidget_SetLastSyncPointTime) == 0x000004, "Wrong alignment on TRXInputsRecordInfoWidget_SetLastSyncPointTime"); \ -static_assert(sizeof(TRXInputsRecordInfoWidget_SetLastSyncPointTime) == 0x000004, "Wrong size on TRXInputsRecordInfoWidget_SetLastSyncPointTime"); \ -static_assert(offsetof(TRXInputsRecordInfoWidget_SetLastSyncPointTime, Time) == 0x000000, "Member 'TRXInputsRecordInfoWidget_SetLastSyncPointTime::Time' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXInputsRecordInfoWidget \ -static_assert(alignof(UTRXInputsRecordInfoWidget) == 0x000008, "Wrong alignment on UTRXInputsRecordInfoWidget"); \ -static_assert(sizeof(UTRXInputsRecordInfoWidget) == 0x0002E0, "Wrong size on UTRXInputsRecordInfoWidget"); \ - -#define DUMPER7_ASSERTS_UTRXInputsRecordSyncPointBase \ -static_assert(alignof(UTRXInputsRecordSyncPointBase) == 0x000008, "Wrong alignment on UTRXInputsRecordSyncPointBase"); \ -static_assert(sizeof(UTRXInputsRecordSyncPointBase) == 0x000030, "Wrong size on UTRXInputsRecordSyncPointBase"); \ -static_assert(offsetof(UTRXInputsRecordSyncPointBase, ElapsedTimeFromRecordStart) == 0x000028, "Member 'UTRXInputsRecordSyncPointBase::ElapsedTimeFromRecordStart' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXOnlineFeaturesInternal \ -static_assert(alignof(UTRXOnlineFeaturesInternal) == 0x000008, "Wrong alignment on UTRXOnlineFeaturesInternal"); \ -static_assert(sizeof(UTRXOnlineFeaturesInternal) == 0x000150, "Wrong size on UTRXOnlineFeaturesInternal"); \ -static_assert(offsetof(UTRXOnlineFeaturesInternal, OnActivityGameIntentRequestedObject) == 0x000038, "Member 'UTRXOnlineFeaturesInternal::OnActivityGameIntentRequestedObject' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXInputsRecordSyncPoint \ -static_assert(alignof(UTRXInputsRecordSyncPoint) == 0x000010, "Wrong alignment on UTRXInputsRecordSyncPoint"); \ -static_assert(sizeof(UTRXInputsRecordSyncPoint) == 0x0000C0, "Wrong size on UTRXInputsRecordSyncPoint"); \ -static_assert(offsetof(UTRXInputsRecordSyncPoint, PlayerTransform) == 0x000030, "Member 'UTRXInputsRecordSyncPoint::PlayerTransform' has a wrong offset!"); \ -static_assert(offsetof(UTRXInputsRecordSyncPoint, PlayerVelocity) == 0x000090, "Member 'UTRXInputsRecordSyncPoint::PlayerVelocity' has a wrong offset!"); \ -static_assert(offsetof(UTRXInputsRecordSyncPoint, ControlRotation) == 0x0000A8, "Member 'UTRXInputsRecordSyncPoint::ControlRotation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXInputsReplayerSubsystem \ -static_assert(alignof(UTRXInputsReplayerSubsystem) == 0x000008, "Wrong alignment on UTRXInputsReplayerSubsystem"); \ -static_assert(sizeof(UTRXInputsReplayerSubsystem) == 0x000078, "Wrong size on UTRXInputsReplayerSubsystem"); \ - -#define DUMPER7_ASSERTS_UTRXLoadingTimesMonitor \ -static_assert(alignof(UTRXLoadingTimesMonitor) == 0x000008, "Wrong alignment on UTRXLoadingTimesMonitor"); \ -static_assert(sizeof(UTRXLoadingTimesMonitor) == 0x000048, "Wrong size on UTRXLoadingTimesMonitor"); \ - -#define DUMPER7_ASSERTS_TRXNotificationsManager_AddNotification \ -static_assert(alignof(TRXNotificationsManager_AddNotification) == 0x000008, "Wrong alignment on TRXNotificationsManager_AddNotification"); \ -static_assert(sizeof(TRXNotificationsManager_AddNotification) == 0x000020, "Wrong size on TRXNotificationsManager_AddNotification"); \ -static_assert(offsetof(TRXNotificationsManager_AddNotification, logLevel) == 0x000000, "Member 'TRXNotificationsManager_AddNotification::logLevel' has a wrong offset!"); \ -static_assert(offsetof(TRXNotificationsManager_AddNotification, Message) == 0x000008, "Member 'TRXNotificationsManager_AddNotification::Message' has a wrong offset!"); \ -static_assert(offsetof(TRXNotificationsManager_AddNotification, duration) == 0x000018, "Member 'TRXNotificationsManager_AddNotification::duration' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXNotificationsManager_AddNotificationCategorized \ -static_assert(alignof(TRXNotificationsManager_AddNotificationCategorized) == 0x000008, "Wrong alignment on TRXNotificationsManager_AddNotificationCategorized"); \ -static_assert(sizeof(TRXNotificationsManager_AddNotificationCategorized) == 0x000028, "Wrong size on TRXNotificationsManager_AddNotificationCategorized"); \ -static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, logCategoryName) == 0x000000, "Member 'TRXNotificationsManager_AddNotificationCategorized::logCategoryName' has a wrong offset!"); \ -static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, logLevel) == 0x000008, "Member 'TRXNotificationsManager_AddNotificationCategorized::logLevel' has a wrong offset!"); \ -static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, Message) == 0x000010, "Member 'TRXNotificationsManager_AddNotificationCategorized::Message' has a wrong offset!"); \ -static_assert(offsetof(TRXNotificationsManager_AddNotificationCategorized, duration) == 0x000020, "Member 'TRXNotificationsManager_AddNotificationCategorized::duration' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXNotificationsManager \ -static_assert(alignof(UTRXNotificationsManager) == 0x000008, "Wrong alignment on UTRXNotificationsManager"); \ -static_assert(sizeof(UTRXNotificationsManager) == 0x000058, "Wrong size on UTRXNotificationsManager"); \ - -#define DUMPER7_ASSERTS_TRXNotificationWidget_ReceiveOnDisplayDurationUpdated \ -static_assert(alignof(TRXNotificationWidget_ReceiveOnDisplayDurationUpdated) == 0x000004, "Wrong alignment on TRXNotificationWidget_ReceiveOnDisplayDurationUpdated"); \ -static_assert(sizeof(TRXNotificationWidget_ReceiveOnDisplayDurationUpdated) == 0x000004, "Wrong size on TRXNotificationWidget_ReceiveOnDisplayDurationUpdated"); \ -static_assert(offsetof(TRXNotificationWidget_ReceiveOnDisplayDurationUpdated, remainingDuration) == 0x000000, "Member 'TRXNotificationWidget_ReceiveOnDisplayDurationUpdated::remainingDuration' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXNotificationWidget_ReceiveOnSetContentText \ -static_assert(alignof(TRXNotificationWidget_ReceiveOnSetContentText) == 0x000008, "Wrong alignment on TRXNotificationWidget_ReceiveOnSetContentText"); \ -static_assert(sizeof(TRXNotificationWidget_ReceiveOnSetContentText) == 0x000010, "Wrong size on TRXNotificationWidget_ReceiveOnSetContentText"); \ -static_assert(offsetof(TRXNotificationWidget_ReceiveOnSetContentText, Text) == 0x000000, "Member 'TRXNotificationWidget_ReceiveOnSetContentText::Text' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXNotificationWidget_ReceiveOnSetLogLevel \ -static_assert(alignof(TRXNotificationWidget_ReceiveOnSetLogLevel) == 0x000001, "Wrong alignment on TRXNotificationWidget_ReceiveOnSetLogLevel"); \ -static_assert(sizeof(TRXNotificationWidget_ReceiveOnSetLogLevel) == 0x000001, "Wrong size on TRXNotificationWidget_ReceiveOnSetLogLevel"); \ -static_assert(offsetof(TRXNotificationWidget_ReceiveOnSetLogLevel, logLevel) == 0x000000, "Member 'TRXNotificationWidget_ReceiveOnSetLogLevel::logLevel' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXNotificationWidget \ -static_assert(alignof(UTRXNotificationWidget) == 0x000008, "Wrong alignment on UTRXNotificationWidget"); \ -static_assert(sizeof(UTRXNotificationWidget) == 0x0002E0, "Wrong size on UTRXNotificationWidget"); \ - -#define DUMPER7_ASSERTS_UTRXOnlineFeaturesInternalOnActivityGameIntentRequested \ -static_assert(alignof(UTRXOnlineFeaturesInternalOnActivityGameIntentRequested) == 0x000008, "Wrong alignment on UTRXOnlineFeaturesInternalOnActivityGameIntentRequested"); \ -static_assert(sizeof(UTRXOnlineFeaturesInternalOnActivityGameIntentRequested) == 0x000038, "Wrong size on UTRXOnlineFeaturesInternalOnActivityGameIntentRequested"); \ -static_assert(offsetof(UTRXOnlineFeaturesInternalOnActivityGameIntentRequested, OnActivityGameIntentRequested) == 0x000028, "Member 'UTRXOnlineFeaturesInternalOnActivityGameIntentRequested::OnActivityGameIntentRequested' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested \ -static_assert(alignof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested) == 0x000008, "Wrong alignment on TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested"); \ -static_assert(sizeof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested) == 0x000010, "Wrong size on TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested, WorldContextObject) == 0x000000, "Member 'TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested, ReturnValue) == 0x000008, "Member 'TRXOnlineFeaturesManager_GetOnActivityGameIntentRequested::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXOnlineFeaturesManager_SetRichPresenceBP \ -static_assert(alignof(TRXOnlineFeaturesManager_SetRichPresenceBP) == 0x000008, "Wrong alignment on TRXOnlineFeaturesManager_SetRichPresenceBP"); \ -static_assert(sizeof(TRXOnlineFeaturesManager_SetRichPresenceBP) == 0x000020, "Wrong size on TRXOnlineFeaturesManager_SetRichPresenceBP"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_SetRichPresenceBP, PlayerController) == 0x000000, "Member 'TRXOnlineFeaturesManager_SetRichPresenceBP::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_SetRichPresenceBP, presence) == 0x000008, "Member 'TRXOnlineFeaturesManager_SetRichPresenceBP::presence' has a wrong offset!"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_SetRichPresenceBP, ReturnValue) == 0x000018, "Member 'TRXOnlineFeaturesManager_SetRichPresenceBP::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TRXOnlineFeaturesManager_UpdateAchievementProgressBP \ -static_assert(alignof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP) == 0x000008, "Wrong alignment on TRXOnlineFeaturesManager_UpdateAchievementProgressBP"); \ -static_assert(sizeof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP) == 0x000018, "Wrong size on TRXOnlineFeaturesManager_UpdateAchievementProgressBP"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, PlayerController) == 0x000000, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, AchievementID) == 0x000008, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::AchievementID' has a wrong offset!"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, progressCurrentValue) == 0x00000C, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::progressCurrentValue' has a wrong offset!"); \ -static_assert(offsetof(TRXOnlineFeaturesManager_UpdateAchievementProgressBP, ReturnValue) == 0x000010, "Member 'TRXOnlineFeaturesManager_UpdateAchievementProgressBP::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTRXOnlineFeaturesManager \ -static_assert(alignof(UTRXOnlineFeaturesManager) == 0x000008, "Wrong alignment on UTRXOnlineFeaturesManager"); \ -static_assert(sizeof(UTRXOnlineFeaturesManager) == 0x000028, "Wrong size on UTRXOnlineFeaturesManager"); \ - #define DUMPER7_ASSERTS_TRXPopupManager_ClosePopup \ static_assert(alignof(TRXPopupManager_ClosePopup) == 0x000008, "Wrong alignment on TRXPopupManager_ClosePopup"); \ static_assert(sizeof(TRXPopupManager_ClosePopup) == 0x000008, "Wrong size on TRXPopupManager_ClosePopup"); \ @@ -80575,12 +79829,19 @@ static_assert(sizeof(UTRXSaveManagerSaveAsyncAction) == 0x000068, "Wrong size on static_assert(offsetof(UTRXSaveManagerSaveAsyncAction, SaveGameObject) == 0x000050, "Member 'UTRXSaveManagerSaveAsyncAction::SaveGameObject' has a wrong offset!"); \ static_assert(offsetof(UTRXSaveManagerSaveAsyncAction, AsyncSaveBPDelegate) == 0x000058, "Member 'UTRXSaveManagerSaveAsyncAction::AsyncSaveBPDelegate' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UTRXSaveManager \ -static_assert(alignof(UTRXSaveManager) == 0x000008, "Wrong alignment on UTRXSaveManager"); \ -static_assert(sizeof(UTRXSaveManager) == 0x000168, "Wrong size on UTRXSaveManager"); \ -static_assert(offsetof(UTRXSaveManager, SaveProgressWidget) == 0x000038, "Member 'UTRXSaveManager::SaveProgressWidget' has a wrong offset!"); \ -static_assert(offsetof(UTRXSaveManager, SaveLoadingScreenWidget) == 0x000040, "Member 'UTRXSaveManager::SaveLoadingScreenWidget' has a wrong offset!"); \ -static_assert(offsetof(UTRXSaveManager, CachedSaveGame) == 0x000048, "Member 'UTRXSaveManager::CachedSaveGame' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TRXSaveManagerLoadAsyncAction_Load \ +static_assert(alignof(TRXSaveManagerLoadAsyncAction_Load) == 0x000008, "Wrong alignment on TRXSaveManagerLoadAsyncAction_Load"); \ +static_assert(sizeof(TRXSaveManagerLoadAsyncAction_Load) == 0x000050, "Wrong size on TRXSaveManagerLoadAsyncAction_Load"); \ +static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, WorldContextObject) == 0x000000, "Member 'TRXSaveManagerLoadAsyncAction_Load::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, SlotName) == 0x000008, "Member 'TRXSaveManagerLoadAsyncAction_Load::SlotName' has a wrong offset!"); \ +static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, UserId) == 0x000018, "Member 'TRXSaveManagerLoadAsyncAction_Load::UserId' has a wrong offset!"); \ +static_assert(offsetof(TRXSaveManagerLoadAsyncAction_Load, ReturnValue) == 0x000048, "Member 'TRXSaveManagerLoadAsyncAction_Load::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXSaveManagerLoadAsyncAction \ +static_assert(alignof(UTRXSaveManagerLoadAsyncAction) == 0x000008, "Wrong alignment on UTRXSaveManagerLoadAsyncAction"); \ +static_assert(sizeof(UTRXSaveManagerLoadAsyncAction) == 0x000068, "Wrong size on UTRXSaveManagerLoadAsyncAction"); \ +static_assert(offsetof(UTRXSaveManagerLoadAsyncAction, SaveGameObject) == 0x000050, "Member 'UTRXSaveManagerLoadAsyncAction::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(UTRXSaveManagerLoadAsyncAction, AsyncLoadBPDelegate) == 0x000058, "Member 'UTRXSaveManagerLoadAsyncAction::AsyncLoadBPDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTRXSaveMonitor \ static_assert(alignof(UTRXSaveMonitor) == 0x000008, "Wrong alignment on UTRXSaveMonitor"); \ @@ -80617,46 +79878,234 @@ static_assert(sizeof(UTRXStreamingManager) == 0x000108, "Wrong size on UTRXStrea static_assert(offsetof(UTRXStreamingManager, SingleLoadedSubLevel) == 0x000030, "Member 'UTRXStreamingManager::SingleLoadedSubLevel' has a wrong offset!"); \ static_assert(offsetof(UTRXStreamingManager, CurrentActivatedVariant) == 0x000038, "Member 'UTRXStreamingManager::CurrentActivatedVariant' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_TRXUtilitiesSteam_IsRunningOnSteamDeck \ -static_assert(alignof(TRXUtilitiesSteam_IsRunningOnSteamDeck) == 0x000001, "Wrong alignment on TRXUtilitiesSteam_IsRunningOnSteamDeck"); \ -static_assert(sizeof(TRXUtilitiesSteam_IsRunningOnSteamDeck) == 0x000001, "Wrong size on TRXUtilitiesSteam_IsRunningOnSteamDeck"); \ -static_assert(offsetof(TRXUtilitiesSteam_IsRunningOnSteamDeck, ReturnValue) == 0x000000, "Member 'TRXUtilitiesSteam_IsRunningOnSteamDeck::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TRXUtilities_ConvertGamepadVirtualKey \ +static_assert(alignof(TRXUtilities_ConvertGamepadVirtualKey) == 0x000008, "Wrong alignment on TRXUtilities_ConvertGamepadVirtualKey"); \ +static_assert(sizeof(TRXUtilities_ConvertGamepadVirtualKey) == 0x000030, "Wrong size on TRXUtilities_ConvertGamepadVirtualKey"); \ +static_assert(offsetof(TRXUtilities_ConvertGamepadVirtualKey, keyToConvert) == 0x000000, "Member 'TRXUtilities_ConvertGamepadVirtualKey::keyToConvert' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_ConvertGamepadVirtualKey, ReturnValue) == 0x000018, "Member 'TRXUtilities_ConvertGamepadVirtualKey::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_TRXUtilitiesSteam_ShowFloatingGamepadTextInput \ -static_assert(alignof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput) == 0x000008, "Wrong alignment on TRXUtilitiesSteam_ShowFloatingGamepadTextInput"); \ -static_assert(sizeof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput) == 0x000030, "Wrong size on TRXUtilitiesSteam_ShowFloatingGamepadTextInput"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, KeyboardType) == 0x000000, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::KeyboardType' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, textFieldPosition) == 0x000008, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::textFieldPosition' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, textFieldDimension) == 0x000018, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::textFieldDimension' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowFloatingGamepadTextInput, ReturnValue) == 0x000028, "Member 'TRXUtilitiesSteam_ShowFloatingGamepadTextInput::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TRXUtilities_FindControllerKeyIconForControllerType \ +static_assert(alignof(TRXUtilities_FindControllerKeyIconForControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindControllerKeyIconForControllerType"); \ +static_assert(sizeof(TRXUtilities_FindControllerKeyIconForControllerType) == 0x000030, "Wrong size on TRXUtilities_FindControllerKeyIconForControllerType"); \ +static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, controllerKey) == 0x000000, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::controllerKey' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, VariantName) == 0x000018, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::VariantName' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, controllerType) == 0x000020, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::controllerType' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindControllerKeyIconForControllerType, ReturnValue) == 0x000028, "Member 'TRXUtilities_FindControllerKeyIconForControllerType::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_TRXUtilitiesSteam_ShowGamepadTextInput \ -static_assert(alignof(TRXUtilitiesSteam_ShowGamepadTextInput) == 0x000008, "Wrong alignment on TRXUtilitiesSteam_ShowGamepadTextInput"); \ -static_assert(sizeof(TRXUtilitiesSteam_ShowGamepadTextInput) == 0x000040, "Wrong size on TRXUtilitiesSteam_ShowGamepadTextInput"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, inputMode) == 0x000000, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::inputMode' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, lineInputMode) == 0x000001, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::lineInputMode' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, Description) == 0x000008, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::Description' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, defaultText) == 0x000018, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::defaultText' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, OnClosed) == 0x000028, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::OnClosed' has a wrong offset!"); \ -static_assert(offsetof(TRXUtilitiesSteam_ShowGamepadTextInput, ReturnValue) == 0x000038, "Member 'TRXUtilitiesSteam_ShowGamepadTextInput::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType \ +static_assert(alignof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType"); \ +static_assert(sizeof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType) == 0x000028, "Wrong size on TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType, actionOrAxisName) == 0x000000, "Member 'TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType::actionOrAxisName' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType, controllerType) == 0x000008, "Member 'TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType::controllerType' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType, ReturnValue) == 0x000010, "Member 'TRXUtilities_FindKeyToUseForGivenActionAndGivenControllerType::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UTRXUtilitiesSteam \ -static_assert(alignof(UTRXUtilitiesSteam) == 0x000008, "Wrong alignment on UTRXUtilitiesSteam"); \ -static_assert(sizeof(UTRXUtilitiesSteam) == 0x000028, "Wrong size on UTRXUtilitiesSteam"); \ +#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType \ +static_assert(alignof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType"); \ +static_assert(sizeof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType) == 0x000030, "Wrong size on TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, WorldContextObject) == 0x000000, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, EnhancedInputAction) == 0x000008, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::EnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, controllerType) == 0x000010, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::controllerType' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindKeyToUseForGivenEnhancedInputActionAndGivenControllerType::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged \ -static_assert(alignof(UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged) == 0x000008, "Wrong alignment on UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged"); \ -static_assert(sizeof(UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged) == 0x000040, "Wrong size on UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged"); \ -static_assert(offsetof(UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged, OnNintendoConsoleDockedOrUndocked) == 0x000028, "Member 'UTRXUtilitiesSubsystemInternalOnNintendoDockingUndockingChanged::OnNintendoConsoleDockedOrUndocked' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType \ +static_assert(alignof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType"); \ +static_assert(sizeof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType) == 0x000030, "Wrong size on TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, WorldContextObject) == 0x000000, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, NamedEnhancedInputAction) == 0x000008, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::NamedEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, controllerType) == 0x000010, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::controllerType' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindKeyToUseForGivenNamedEnhancedInputActionAndGivenControllerType::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UTRXVirtualKeysContextRedirector \ -static_assert(alignof(UTRXVirtualKeysContextRedirector) == 0x000008, "Wrong alignment on UTRXVirtualKeysContextRedirector"); \ -static_assert(sizeof(UTRXVirtualKeysContextRedirector) == 0x000088, "Wrong size on UTRXVirtualKeysContextRedirector"); \ -static_assert(offsetof(UTRXVirtualKeysContextRedirector, OverridenInputMappingContexts) == 0x000078, "Member 'UTRXVirtualKeysContextRedirector::OverridenInputMappingContexts' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType \ +static_assert(alignof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType) == 0x000008, "Wrong alignment on TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType"); \ +static_assert(sizeof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType) == 0x000030, "Wrong size on TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType, Keys) == 0x000000, "Member 'TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType::Keys' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType, controllerType) == 0x000010, "Member 'TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType::controllerType' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindKeyToUseInGivenArrayForGivenControllerType::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UTRXVirtualKeysInputActionDataProcessor \ -static_assert(alignof(UTRXVirtualKeysInputActionDataProcessor) == 0x000008, "Wrong alignment on UTRXVirtualKeysInputActionDataProcessor"); \ -static_assert(sizeof(UTRXVirtualKeysInputActionDataProcessor) == 0x000028, "Wrong size on UTRXVirtualKeysInputActionDataProcessor"); \ +#define DUMPER7_ASSERTS_TRXUtilities_FindLocalizedTextForPlatform \ +static_assert(alignof(TRXUtilities_FindLocalizedTextForPlatform) == 0x000008, "Wrong alignment on TRXUtilities_FindLocalizedTextForPlatform"); \ +static_assert(sizeof(TRXUtilities_FindLocalizedTextForPlatform) == 0x000030, "Wrong size on TRXUtilities_FindLocalizedTextForPlatform"); \ +static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, stringTableId) == 0x000000, "Member 'TRXUtilities_FindLocalizedTextForPlatform::stringTableId' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, Key) == 0x000008, "Member 'TRXUtilities_FindLocalizedTextForPlatform::Key' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, Platform) == 0x000018, "Member 'TRXUtilities_FindLocalizedTextForPlatform::Platform' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatform, ReturnValue) == 0x000020, "Member 'TRXUtilities_FindLocalizedTextForPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_FindLocalizedTextForPlatformFromText \ +static_assert(alignof(TRXUtilities_FindLocalizedTextForPlatformFromText) == 0x000008, "Wrong alignment on TRXUtilities_FindLocalizedTextForPlatformFromText"); \ +static_assert(sizeof(TRXUtilities_FindLocalizedTextForPlatformFromText) == 0x000028, "Wrong size on TRXUtilities_FindLocalizedTextForPlatformFromText"); \ +static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatformFromText, Text) == 0x000000, "Member 'TRXUtilities_FindLocalizedTextForPlatformFromText::Text' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatformFromText, Platform) == 0x000010, "Member 'TRXUtilities_FindLocalizedTextForPlatformFromText::Platform' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_FindLocalizedTextForPlatformFromText, ReturnValue) == 0x000018, "Member 'TRXUtilities_FindLocalizedTextForPlatformFromText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GenerateRichTextControllerKeyDecoratorTag \ +static_assert(alignof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag) == 0x000008, "Wrong alignment on TRXUtilities_GenerateRichTextControllerKeyDecoratorTag"); \ +static_assert(sizeof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag) == 0x000040, "Wrong size on TRXUtilities_GenerateRichTextControllerKeyDecoratorTag"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, Key) == 0x000000, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::Key' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, VariantName) == 0x000018, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::VariantName' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, commonParameters) == 0x000020, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::commonParameters' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTag, ReturnValue) == 0x000030, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction \ +static_assert(alignof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction) == 0x000008, "Wrong alignment on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction"); \ +static_assert(sizeof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction) == 0x000038, "Wrong size on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, actionOrAxisName) == 0x000000, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::actionOrAxisName' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, VariantName) == 0x000008, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::VariantName' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, bAutoCollapse) == 0x000010, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::bAutoCollapse' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, commonParameters) == 0x000014, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::commonParameters' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction, ReturnValue) == 0x000028, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction \ +static_assert(alignof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction) == 0x000008, "Wrong alignment on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction"); \ +static_assert(sizeof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction) == 0x000038, "Wrong size on TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, NamedEnhancedInputAction) == 0x000000, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::NamedEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, VariantName) == 0x000008, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::VariantName' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, bAutoCollapse) == 0x000010, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::bAutoCollapse' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, commonParameters) == 0x000014, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::commonParameters' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction, ReturnValue) == 0x000028, "Member 'TRXUtilities_GenerateRichTextControllerKeyDecoratorTagFromNamedEnhancedInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetAllActorOfClassOfLevel \ +static_assert(alignof(TRXUtilities_GetAllActorOfClassOfLevel) == 0x000008, "Wrong alignment on TRXUtilities_GetAllActorOfClassOfLevel"); \ +static_assert(sizeof(TRXUtilities_GetAllActorOfClassOfLevel) == 0x000020, "Wrong size on TRXUtilities_GetAllActorOfClassOfLevel"); \ +static_assert(offsetof(TRXUtilities_GetAllActorOfClassOfLevel, Level) == 0x000000, "Member 'TRXUtilities_GetAllActorOfClassOfLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GetAllActorOfClassOfLevel, ActorClass) == 0x000008, "Member 'TRXUtilities_GetAllActorOfClassOfLevel::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GetAllActorOfClassOfLevel, Actors) == 0x000010, "Member 'TRXUtilities_GetAllActorOfClassOfLevel::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetGameInstance \ +static_assert(alignof(TRXUtilities_GetGameInstance) == 0x000008, "Wrong alignment on TRXUtilities_GetGameInstance"); \ +static_assert(sizeof(TRXUtilities_GetGameInstance) == 0x000010, "Wrong size on TRXUtilities_GetGameInstance"); \ +static_assert(offsetof(TRXUtilities_GetGameInstance, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetGameInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GetGameInstance, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetOnActiveControllerTypeChanged \ +static_assert(alignof(TRXUtilities_GetOnActiveControllerTypeChanged) == 0x000008, "Wrong alignment on TRXUtilities_GetOnActiveControllerTypeChanged"); \ +static_assert(sizeof(TRXUtilities_GetOnActiveControllerTypeChanged) == 0x000010, "Wrong size on TRXUtilities_GetOnActiveControllerTypeChanged"); \ +static_assert(offsetof(TRXUtilities_GetOnActiveControllerTypeChanged, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetOnActiveControllerTypeChanged::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GetOnActiveControllerTypeChanged, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetOnActiveControllerTypeChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetOnNintendoDockingUndockingChanged \ +static_assert(alignof(TRXUtilities_GetOnNintendoDockingUndockingChanged) == 0x000008, "Wrong alignment on TRXUtilities_GetOnNintendoDockingUndockingChanged"); \ +static_assert(sizeof(TRXUtilities_GetOnNintendoDockingUndockingChanged) == 0x000010, "Wrong size on TRXUtilities_GetOnNintendoDockingUndockingChanged"); \ +static_assert(offsetof(TRXUtilities_GetOnNintendoDockingUndockingChanged, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetOnNintendoDockingUndockingChanged::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GetOnNintendoDockingUndockingChanged, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetOnNintendoDockingUndockingChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetPrimaryPlayerControllerId \ +static_assert(alignof(TRXUtilities_GetPrimaryPlayerControllerId) == 0x000008, "Wrong alignment on TRXUtilities_GetPrimaryPlayerControllerId"); \ +static_assert(sizeof(TRXUtilities_GetPrimaryPlayerControllerId) == 0x000010, "Wrong size on TRXUtilities_GetPrimaryPlayerControllerId"); \ +static_assert(offsetof(TRXUtilities_GetPrimaryPlayerControllerId, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetPrimaryPlayerControllerId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GetPrimaryPlayerControllerId, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetPrimaryPlayerControllerId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetPrimaryPlayerUniqueId \ +static_assert(alignof(TRXUtilities_GetPrimaryPlayerUniqueId) == 0x000008, "Wrong alignment on TRXUtilities_GetPrimaryPlayerUniqueId"); \ +static_assert(sizeof(TRXUtilities_GetPrimaryPlayerUniqueId) == 0x000038, "Wrong size on TRXUtilities_GetPrimaryPlayerUniqueId"); \ +static_assert(offsetof(TRXUtilities_GetPrimaryPlayerUniqueId, WorldContextObject) == 0x000000, "Member 'TRXUtilities_GetPrimaryPlayerUniqueId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_GetPrimaryPlayerUniqueId, ReturnValue) == 0x000008, "Member 'TRXUtilities_GetPrimaryPlayerUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetTRCStringTableId \ +static_assert(alignof(TRXUtilities_GetTRCStringTableId) == 0x000004, "Wrong alignment on TRXUtilities_GetTRCStringTableId"); \ +static_assert(sizeof(TRXUtilities_GetTRCStringTableId) == 0x000008, "Wrong size on TRXUtilities_GetTRCStringTableId"); \ +static_assert(offsetof(TRXUtilities_GetTRCStringTableId, ReturnValue) == 0x000000, "Member 'TRXUtilities_GetTRCStringTableId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_GetUIStringTableId \ +static_assert(alignof(TRXUtilities_GetUIStringTableId) == 0x000004, "Wrong alignment on TRXUtilities_GetUIStringTableId"); \ +static_assert(sizeof(TRXUtilities_GetUIStringTableId) == 0x000008, "Wrong size on TRXUtilities_GetUIStringTableId"); \ +static_assert(offsetof(TRXUtilities_GetUIStringTableId, ReturnValue) == 0x000000, "Member 'TRXUtilities_GetUIStringTableId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_IsSwitchDocked \ +static_assert(alignof(TRXUtilities_IsSwitchDocked) == 0x000001, "Wrong alignment on TRXUtilities_IsSwitchDocked"); \ +static_assert(sizeof(TRXUtilities_IsSwitchDocked) == 0x000001, "Wrong size on TRXUtilities_IsSwitchDocked"); \ +static_assert(offsetof(TRXUtilities_IsSwitchDocked, ReturnValue) == 0x000000, "Member 'TRXUtilities_IsSwitchDocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_IsXSS \ +static_assert(alignof(TRXUtilities_IsXSS) == 0x000001, "Wrong alignment on TRXUtilities_IsXSS"); \ +static_assert(sizeof(TRXUtilities_IsXSS) == 0x000001, "Wrong size on TRXUtilities_IsXSS"); \ +static_assert(offsetof(TRXUtilities_IsXSS, ReturnValue) == 0x000000, "Member 'TRXUtilities_IsXSS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_MarkActorAsDirty \ +static_assert(alignof(TRXUtilities_MarkActorAsDirty) == 0x000008, "Wrong alignment on TRXUtilities_MarkActorAsDirty"); \ +static_assert(sizeof(TRXUtilities_MarkActorAsDirty) == 0x000010, "Wrong size on TRXUtilities_MarkActorAsDirty"); \ +static_assert(offsetof(TRXUtilities_MarkActorAsDirty, actorToMarkAsDirty) == 0x000000, "Member 'TRXUtilities_MarkActorAsDirty::actorToMarkAsDirty' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_MarkActorAsDirty, ReturnValue) == 0x000008, "Member 'TRXUtilities_MarkActorAsDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_OverrideDeviceProfileForMode \ +static_assert(alignof(TRXUtilities_OverrideDeviceProfileForMode) == 0x000001, "Wrong alignment on TRXUtilities_OverrideDeviceProfileForMode"); \ +static_assert(sizeof(TRXUtilities_OverrideDeviceProfileForMode) == 0x000001, "Wrong size on TRXUtilities_OverrideDeviceProfileForMode"); \ +static_assert(offsetof(TRXUtilities_OverrideDeviceProfileForMode, NewMode) == 0x000000, "Member 'TRXUtilities_OverrideDeviceProfileForMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_PlatformIsSwitchingProfileAllowed \ +static_assert(alignof(TRXUtilities_PlatformIsSwitchingProfileAllowed) == 0x000001, "Wrong alignment on TRXUtilities_PlatformIsSwitchingProfileAllowed"); \ +static_assert(sizeof(TRXUtilities_PlatformIsSwitchingProfileAllowed) == 0x000001, "Wrong size on TRXUtilities_PlatformIsSwitchingProfileAllowed"); \ +static_assert(offsetof(TRXUtilities_PlatformIsSwitchingProfileAllowed, ReturnValue) == 0x000000, "Member 'TRXUtilities_PlatformIsSwitchingProfileAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RemoveNonDisplayableCharacters \ +static_assert(alignof(TRXUtilities_RemoveNonDisplayableCharacters) == 0x000008, "Wrong alignment on TRXUtilities_RemoveNonDisplayableCharacters"); \ +static_assert(sizeof(TRXUtilities_RemoveNonDisplayableCharacters) == 0x000080, "Wrong size on TRXUtilities_RemoveNonDisplayableCharacters"); \ +static_assert(offsetof(TRXUtilities_RemoveNonDisplayableCharacters, textToClean) == 0x000000, "Member 'TRXUtilities_RemoveNonDisplayableCharacters::textToClean' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_RemoveNonDisplayableCharacters, Font) == 0x000010, "Member 'TRXUtilities_RemoveNonDisplayableCharacters::Font' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_RemoveNonDisplayableCharacters, ReturnValue) == 0x000070, "Member 'TRXUtilities_RemoveNonDisplayableCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RemoveProfanities \ +static_assert(alignof(TRXUtilities_RemoveProfanities) == 0x000008, "Wrong alignment on TRXUtilities_RemoveProfanities"); \ +static_assert(sizeof(TRXUtilities_RemoveProfanities) == 0x000020, "Wrong size on TRXUtilities_RemoveProfanities"); \ +static_assert(offsetof(TRXUtilities_RemoveProfanities, textToClean) == 0x000000, "Member 'TRXUtilities_RemoveProfanities::textToClean' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_RemoveProfanities, ReturnValue) == 0x000010, "Member 'TRXUtilities_RemoveProfanities::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RetrieveAllowedCultures \ +static_assert(alignof(TRXUtilities_RetrieveAllowedCultures) == 0x000008, "Wrong alignment on TRXUtilities_RetrieveAllowedCultures"); \ +static_assert(sizeof(TRXUtilities_RetrieveAllowedCultures) == 0x000010, "Wrong size on TRXUtilities_RetrieveAllowedCultures"); \ +static_assert(offsetof(TRXUtilities_RetrieveAllowedCultures, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveAllowedCultures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentControllerType \ +static_assert(alignof(TRXUtilities_RetrieveCurrentControllerType) == 0x000008, "Wrong alignment on TRXUtilities_RetrieveCurrentControllerType"); \ +static_assert(sizeof(TRXUtilities_RetrieveCurrentControllerType) == 0x000010, "Wrong size on TRXUtilities_RetrieveCurrentControllerType"); \ +static_assert(offsetof(TRXUtilities_RetrieveCurrentControllerType, WorldContextObject) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentControllerType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_RetrieveCurrentControllerType, ReturnValue) == 0x000008, "Member 'TRXUtilities_RetrieveCurrentControllerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentPlatform \ +static_assert(alignof(TRXUtilities_RetrieveCurrentPlatform) == 0x000001, "Wrong alignment on TRXUtilities_RetrieveCurrentPlatform"); \ +static_assert(sizeof(TRXUtilities_RetrieveCurrentPlatform) == 0x000001, "Wrong size on TRXUtilities_RetrieveCurrentPlatform"); \ +static_assert(offsetof(TRXUtilities_RetrieveCurrentPlatform, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentPlatformName \ +static_assert(alignof(TRXUtilities_RetrieveCurrentPlatformName) == 0x000008, "Wrong alignment on TRXUtilities_RetrieveCurrentPlatformName"); \ +static_assert(sizeof(TRXUtilities_RetrieveCurrentPlatformName) == 0x000010, "Wrong size on TRXUtilities_RetrieveCurrentPlatformName"); \ +static_assert(offsetof(TRXUtilities_RetrieveCurrentPlatformName, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentPlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentStore \ +static_assert(alignof(TRXUtilities_RetrieveCurrentStore) == 0x000001, "Wrong alignment on TRXUtilities_RetrieveCurrentStore"); \ +static_assert(sizeof(TRXUtilities_RetrieveCurrentStore) == 0x000001, "Wrong size on TRXUtilities_RetrieveCurrentStore"); \ +static_assert(offsetof(TRXUtilities_RetrieveCurrentStore, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentStore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_RetrieveCurrentUnaryPlatform \ +static_assert(alignof(TRXUtilities_RetrieveCurrentUnaryPlatform) == 0x000001, "Wrong alignment on TRXUtilities_RetrieveCurrentUnaryPlatform"); \ +static_assert(sizeof(TRXUtilities_RetrieveCurrentUnaryPlatform) == 0x000001, "Wrong size on TRXUtilities_RetrieveCurrentUnaryPlatform"); \ +static_assert(offsetof(TRXUtilities_RetrieveCurrentUnaryPlatform, ReturnValue) == 0x000000, "Member 'TRXUtilities_RetrieveCurrentUnaryPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilities_SetPause \ +static_assert(alignof(TRXUtilities_SetPause) == 0x000008, "Wrong alignment on TRXUtilities_SetPause"); \ +static_assert(sizeof(TRXUtilities_SetPause) == 0x000010, "Wrong size on TRXUtilities_SetPause"); \ +static_assert(offsetof(TRXUtilities_SetPause, WorldContextObject) == 0x000000, "Member 'TRXUtilities_SetPause::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_SetPause, paused) == 0x000008, "Member 'TRXUtilities_SetPause::paused' has a wrong offset!"); \ +static_assert(offsetof(TRXUtilities_SetPause, ReturnValue) == 0x000009, "Member 'TRXUtilities_SetPause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXUtilities \ +static_assert(alignof(UTRXUtilities) == 0x000008, "Wrong alignment on UTRXUtilities"); \ +static_assert(sizeof(UTRXUtilities) == 0x000028, "Wrong size on UTRXUtilities"); \ + +#define DUMPER7_ASSERTS_UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged \ +static_assert(alignof(UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged) == 0x000008, "Wrong alignment on UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged"); \ +static_assert(sizeof(UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged) == 0x000038, "Wrong size on UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged"); \ +static_assert(offsetof(UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged, OnActiveControllerTypeChanged) == 0x000028, "Member 'UTRXUtilitiesSubsystemInternalOnActiveControllerTypeChanged::OnActiveControllerTypeChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked \ +static_assert(alignof(TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong alignment on TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked"); \ +static_assert(sizeof(TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong size on TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked"); \ +static_assert(offsetof(TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked, bIsDocked) == 0x000000, "Member 'TRXUtilitiesSubsystemInternal_OnNintendoConsoleDockerOrUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTRXUtilitiesSubsystemInternal \ +static_assert(alignof(UTRXUtilitiesSubsystemInternal) == 0x000008, "Wrong alignment on UTRXUtilitiesSubsystemInternal"); \ +static_assert(sizeof(UTRXUtilitiesSubsystemInternal) == 0x000098, "Wrong size on UTRXUtilitiesSubsystemInternal"); \ +static_assert(offsetof(UTRXUtilitiesSubsystemInternal, OnActiveControllerTypeChangedObject) == 0x000030, "Member 'UTRXUtilitiesSubsystemInternal::OnActiveControllerTypeChangedObject' has a wrong offset!"); \ +static_assert(offsetof(UTRXUtilitiesSubsystemInternal, OnNintendoDockingUndockingChanged) == 0x000038, "Member 'UTRXUtilitiesSubsystemInternal::OnNintendoDockingUndockingChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWwiseExternalSourceCookedData \ static_assert(alignof(FWwiseExternalSourceCookedData) == 0x000004, "Wrong alignment on FWwiseExternalSourceCookedData"); \ @@ -80715,12 +80164,6 @@ static_assert(offsetof(WwiseExternalSourceStatics_SetExternalSourceMediaWithIds, static_assert(alignof(UWwiseExternalSourceStatics) == 0x000008, "Wrong alignment on UWwiseExternalSourceStatics"); \ static_assert(sizeof(UWwiseExternalSourceStatics) == 0x000028, "Wrong size on UWwiseExternalSourceStatics"); \ -#define DUMPER7_ASSERTS_ABP_MGS_Headband_C \ -static_assert(alignof(ABP_MGS_Headband_C) == 0x000008, "Wrong alignment on ABP_MGS_Headband_C"); \ -static_assert(sizeof(ABP_MGS_Headband_C) == 0x0002A0, "Wrong size on ABP_MGS_Headband_C"); \ -static_assert(offsetof(ABP_MGS_Headband_C, SK_MGS_Ribbon) == 0x000290, "Member 'ABP_MGS_Headband_C::SK_MGS_Ribbon' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Headband_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_MGS_Headband_C::DefaultSceneRoot' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FWwiseAcousticTextureCookedData \ static_assert(alignof(FWwiseAcousticTextureCookedData) == 0x000004, "Wrong alignment on FWwiseAcousticTextureCookedData"); \ static_assert(sizeof(FWwiseAcousticTextureCookedData) == 0x00001C, "Wrong size on FWwiseAcousticTextureCookedData"); \ @@ -81124,33 +80567,10 @@ static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseShortId, ReturnValue) == 0 static_assert(alignof(UWwiseObjectInfoLibrary) == 0x000008, "Wrong alignment on UWwiseObjectInfoLibrary"); \ static_assert(sizeof(UWwiseObjectInfoLibrary) == 0x000028, "Wrong size on UWwiseObjectInfoLibrary"); \ -#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_FAkAcousticTextureParams \ -static_assert(alignof(FAkAcousticTextureParams) == 0x000010, "Wrong alignment on FAkAcousticTextureParams"); \ -static_assert(sizeof(FAkAcousticTextureParams) == 0x000030, "Wrong size on FAkAcousticTextureParams"); \ -static_assert(offsetof(FAkAcousticTextureParams, AbsorptionValues) == 0x000000, "Member 'FAkAcousticTextureParams::AbsorptionValues' 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_FAkOutdoorsRoomParameters \ -static_assert(alignof(FAkOutdoorsRoomParameters) == 0x000008, "Wrong alignment on FAkOutdoorsRoomParameters"); \ -static_assert(sizeof(FAkOutdoorsRoomParameters) == 0x000018, "Wrong size on FAkOutdoorsRoomParameters"); \ -static_assert(offsetof(FAkOutdoorsRoomParameters, ReverbAuxBus) == 0x000000, "Member 'FAkOutdoorsRoomParameters::ReverbAuxBus' has a wrong offset!"); \ -static_assert(offsetof(FAkOutdoorsRoomParameters, ReverbLevel) == 0x000008, "Member 'FAkOutdoorsRoomParameters::ReverbLevel' has a wrong offset!"); \ -static_assert(offsetof(FAkOutdoorsRoomParameters, TransmissionLoss) == 0x00000C, "Member 'FAkOutdoorsRoomParameters::TransmissionLoss' has a wrong offset!"); \ -static_assert(offsetof(FAkOutdoorsRoomParameters, AuxSendLevel) == 0x000010, "Member 'FAkOutdoorsRoomParameters::AuxSendLevel' 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_FAkWaapiSubscriptionId \ static_assert(alignof(FAkWaapiSubscriptionId) == 0x000008, "Wrong alignment on FAkWaapiSubscriptionId"); \ static_assert(sizeof(FAkWaapiSubscriptionId) == 0x000008, "Wrong size on FAkWaapiSubscriptionId"); \ @@ -81186,6 +80606,15 @@ static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, RoundFrameSizeT static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, UseLowLatencyMode) == 0x000041, "Member 'FAkAndroidAdvancedInitializationSettings::UseLowLatencyMode' has a wrong offset!"); \ static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, bVerboseSink) == 0x000042, "Member 'FAkAndroidAdvancedInitializationSettings::bVerboseSink' 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_FAkAudioSession \ static_assert(alignof(FAkAudioSession) == 0x000004, "Wrong alignment on FAkAudioSession"); \ static_assert(sizeof(FAkAudioSession) == 0x00000C, "Wrong size on FAkAudioSession"); \ @@ -81193,6 +80622,19 @@ static_assert(offsetof(FAkAudioSession, AudioSessionCategory) == 0x000000, "Memb 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_FAkOutdoorsRoomParameters \ +static_assert(alignof(FAkOutdoorsRoomParameters) == 0x000008, "Wrong alignment on FAkOutdoorsRoomParameters"); \ +static_assert(sizeof(FAkOutdoorsRoomParameters) == 0x000018, "Wrong size on FAkOutdoorsRoomParameters"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, ReverbAuxBus) == 0x000000, "Member 'FAkOutdoorsRoomParameters::ReverbAuxBus' has a wrong offset!"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, ReverbLevel) == 0x000008, "Member 'FAkOutdoorsRoomParameters::ReverbLevel' has a wrong offset!"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, TransmissionLoss) == 0x00000C, "Member 'FAkOutdoorsRoomParameters::TransmissionLoss' has a wrong offset!"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, AuxSendLevel) == 0x000010, "Member 'FAkOutdoorsRoomParameters::AuxSendLevel' 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_FAkOutputSettings \ static_assert(alignof(FAkOutputSettings) == 0x000008, "Wrong alignment on FAkOutputSettings"); \ static_assert(sizeof(FAkOutputSettings) == 0x000018, "Wrong size on FAkOutputSettings"); \ @@ -81414,12 +80856,27 @@ static_assert(sizeof(FWwiseGeometrySurfacePropertiesRow) == 0x000038, "Wrong siz static_assert(offsetof(FWwiseGeometrySurfacePropertiesRow, AcousticTexture) == 0x000008, "Member 'FWwiseGeometrySurfacePropertiesRow::AcousticTexture' has a wrong offset!"); \ static_assert(offsetof(FWwiseGeometrySurfacePropertiesRow, TransmissionLoss) == 0x000030, "Member 'FWwiseGeometrySurfacePropertiesRow::TransmissionLoss' 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_FWwiseDecayAuxBusRow \ static_assert(alignof(FWwiseDecayAuxBusRow) == 0x000008, "Wrong alignment on FWwiseDecayAuxBusRow"); \ static_assert(sizeof(FWwiseDecayAuxBusRow) == 0x000038, "Wrong size on FWwiseDecayAuxBusRow"); \ static_assert(offsetof(FWwiseDecayAuxBusRow, Decay) == 0x000008, "Member 'FWwiseDecayAuxBusRow::Decay' has a wrong offset!"); \ static_assert(offsetof(FWwiseDecayAuxBusRow, AuxBus) == 0x000010, "Member 'FWwiseDecayAuxBusRow::AuxBus' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAkAcousticTextureParams \ +static_assert(alignof(FAkAcousticTextureParams) == 0x000010, "Wrong alignment on FAkAcousticTextureParams"); \ +static_assert(sizeof(FAkAcousticTextureParams) == 0x000030, "Wrong size on FAkAcousticTextureParams"); \ +static_assert(offsetof(FAkAcousticTextureParams, AbsorptionValues) == 0x000000, "Member 'FAkAcousticTextureParams::AbsorptionValues' 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_FAkWwiseObjectDetails \ static_assert(alignof(FAkWwiseObjectDetails) == 0x000008, "Wrong alignment on FAkWwiseObjectDetails"); \ static_assert(sizeof(FAkWwiseObjectDetails) == 0x000030, "Wrong size on FAkWwiseObjectDetails"); \ @@ -81441,6 +80898,12 @@ static_assert(sizeof(FAkSurfaceEdgeVerts) == 0x000030, "Wrong size on FAkSurface static_assert(alignof(FAkSurfaceEdgeInfo) == 0x000008, "Wrong alignment on FAkSurfaceEdgeInfo"); \ static_assert(sizeof(FAkSurfaceEdgeInfo) == 0x000050, "Wrong size on FAkSurfaceEdgeInfo"); \ +#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_FAkSurfacePoly \ static_assert(alignof(FAkSurfacePoly) == 0x000008, "Wrong alignment on FAkSurfacePoly"); \ static_assert(sizeof(FAkSurfacePoly) == 0x000018, "Wrong size on FAkSurfacePoly"); \ @@ -81455,10 +80918,10 @@ static_assert(sizeof(FAkTVOSAdvancedInitializationSettings) == 0x000044, "Wrong static_assert(offsetof(FAkTVOSAdvancedInitializationSettings, uNumSpatialAudioPointSources) == 0x00003C, "Member 'FAkTVOSAdvancedInitializationSettings::uNumSpatialAudioPointSources' has a wrong offset!"); \ static_assert(offsetof(FAkTVOSAdvancedInitializationSettings, bVerboseSystemOutput) == 0x000040, "Member 'FAkTVOSAdvancedInitializationSettings::bVerboseSystemOutput' 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_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_FAkWindowsAdvancedInitializationSettings \ static_assert(alignof(FAkWindowsAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWindowsAdvancedInitializationSettings"); \ @@ -81483,31 +80946,11 @@ static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaxXdspStreams) == static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaxXdspAggregateStreamLength) == 0x00004C, "Member 'FAkXSXAdvancedInitializationSettings::MaxXdspAggregateStreamLength' has a wrong offset!"); \ static_assert(offsetof(FAkXSXAdvancedInitializationSettings, EnableXdspOnLockhart) == 0x000050, "Member 'FAkXSXAdvancedInitializationSettings::EnableXdspOnLockhart' 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_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"); \ @@ -83450,17 +82893,17 @@ static_assert(alignof(UPostEventAtLocationAsync) == 0x000008, "Wrong alignment o static_assert(sizeof(UPostEventAtLocationAsync) == 0x000098, "Wrong size on UPostEventAtLocationAsync"); \ static_assert(offsetof(UPostEventAtLocationAsync, Completed) == 0x000030, "Member 'UPostEventAtLocationAsync::Completed' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBehaviorRequest \ -static_assert(alignof(FBehaviorRequest) == 0x000001, "Wrong alignment on FBehaviorRequest"); \ -static_assert(sizeof(FBehaviorRequest) == 0x000001, "Wrong size on FBehaviorRequest"); \ - -#define DUMPER7_ASSERTS_FSentinelleData \ -static_assert(alignof(FSentinelleData) == 0x000004, "Wrong alignment on FSentinelleData"); \ -static_assert(sizeof(FSentinelleData) == 0x000010, "Wrong size on FSentinelleData"); \ -static_assert(offsetof(FSentinelleData, Speed) == 0x000000, "Member 'FSentinelleData::Speed' has a wrong offset!"); \ -static_assert(offsetof(FSentinelleData, Acceleration) == 0x000004, "Member 'FSentinelleData::Acceleration' has a wrong offset!"); \ -static_assert(offsetof(FSentinelleData, Color) == 0x000008, "Member 'FSentinelleData::Color' has a wrong offset!"); \ -static_assert(offsetof(FSentinelleData, StartSplineTime) == 0x00000C, "Member 'FSentinelleData::StartSplineTime' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCheckPointData \ +static_assert(alignof(FCheckPointData) == 0x000008, "Wrong alignment on FCheckPointData"); \ +static_assert(sizeof(FCheckPointData) == 0x000080, "Wrong size on FCheckPointData"); \ +static_assert(offsetof(FCheckPointData, UniqueID) == 0x000000, "Member 'FCheckPointData::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FCheckPointData, Name) == 0x000010, "Member 'FCheckPointData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCheckPointData, Location) == 0x000020, "Member 'FCheckPointData::Location' has a wrong offset!"); \ +static_assert(offsetof(FCheckPointData, MapPath) == 0x000038, "Member 'FCheckPointData::MapPath' has a wrong offset!"); \ +static_assert(offsetof(FCheckPointData, Map) == 0x000048, "Member 'FCheckPointData::Map' has a wrong offset!"); \ +static_assert(offsetof(FCheckPointData, LocalizableName) == 0x000058, "Member 'FCheckPointData::LocalizableName' has a wrong offset!"); \ +static_assert(offsetof(FCheckPointData, SaveGame) == 0x000068, "Member 'FCheckPointData::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(FCheckPointData, PawnClass) == 0x000070, "Member 'FCheckPointData::PawnClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenericActionParam \ static_assert(alignof(FGenericActionParam) == 0x000004, "Wrong alignment on FGenericActionParam"); \ @@ -83470,55 +82913,15 @@ static_assert(offsetof(FGenericActionParam, Index) == 0x000004, "Member 'FGeneri static_assert(offsetof(FGenericActionParam, FloatValue) == 0x000008, "Member 'FGenericActionParam::FloatValue' has a wrong offset!"); \ static_assert(offsetof(FGenericActionParam, bBoolValue) == 0x00000C, "Member 'FGenericActionParam::bBoolValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSavedCollectible \ -static_assert(alignof(FSavedCollectible) == 0x000004, "Wrong alignment on FSavedCollectible"); \ -static_assert(sizeof(FSavedCollectible) == 0x000010, "Wrong size on FSavedCollectible"); \ -static_assert(offsetof(FSavedCollectible, Guid) == 0x000000, "Member 'FSavedCollectible::Guid' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTrophySavedData \ -static_assert(alignof(FTrophySavedData) == 0x000004, "Wrong alignment on FTrophySavedData"); \ -static_assert(sizeof(FTrophySavedData) == 0x000010, "Wrong size on FTrophySavedData"); \ -static_assert(offsetof(FTrophySavedData, Guid) == 0x000000, "Member 'FTrophySavedData::Guid' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSkinSaveData \ -static_assert(alignof(FSkinSaveData) == 0x000004, "Wrong alignment on FSkinSaveData"); \ -static_assert(sizeof(FSkinSaveData) == 0x000010, "Wrong size on FSkinSaveData"); \ -static_assert(offsetof(FSkinSaveData, Guid) == 0x000000, "Member 'FSkinSaveData::Guid' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FUIControllerSavedData \ -static_assert(alignof(FUIControllerSavedData) == 0x000008, "Wrong alignment on FUIControllerSavedData"); \ -static_assert(sizeof(FUIControllerSavedData) == 0x000010, "Wrong size on FUIControllerSavedData"); \ -static_assert(offsetof(FUIControllerSavedData, SkinNotificationMarks) == 0x000000, "Member 'FUIControllerSavedData::SkinNotificationMarks' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCheckpointSavedData \ -static_assert(alignof(FCheckpointSavedData) == 0x000004, "Wrong alignment on FCheckpointSavedData"); \ -static_assert(sizeof(FCheckpointSavedData) == 0x000010, "Wrong size on FCheckpointSavedData"); \ -static_assert(offsetof(FCheckpointSavedData, Guid) == 0x000000, "Member 'FCheckpointSavedData::Guid' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSlotData \ -static_assert(alignof(FSlotData) == 0x000008, "Wrong alignment on FSlotData"); \ -static_assert(sizeof(FSlotData) == 0x0000B8, "Wrong size on FSlotData"); \ -static_assert(offsetof(FSlotData, SavedCollectible) == 0x000000, "Member 'FSlotData::SavedCollectible' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, SavedTrophies) == 0x000010, "Member 'FSlotData::SavedTrophies' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, CurrentSkin) == 0x000020, "Member 'FSlotData::CurrentSkin' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, SavedSkins) == 0x000030, "Member 'FSlotData::SavedSkins' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, SavedUIController) == 0x000040, "Member 'FSlotData::SavedUIController' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, Map) == 0x000050, "Member 'FSlotData::Map' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, FurthestCheckpoint) == 0x000060, "Member 'FSlotData::FurthestCheckpoint' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, CurrentCheckpoint) == 0x000070, "Member 'FSlotData::CurrentCheckpoint' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, Facts) == 0x000080, "Member 'FSlotData::Facts' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, CreationDate) == 0x0000A0, "Member 'FSlotData::CreationDate' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, LastSaveDate) == 0x0000A8, "Member 'FSlotData::LastSaveDate' has a wrong offset!"); \ -static_assert(offsetof(FSlotData, TotalElapsedPlayTime) == 0x0000B0, "Member 'FSlotData::TotalElapsedPlayTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPlayerData \ -static_assert(alignof(FPlayerData) == 0x000008, "Wrong alignment on FPlayerData"); \ -static_assert(sizeof(FPlayerData) == 0x000250, "Wrong size on FPlayerData"); \ -static_assert(offsetof(FPlayerData, DbVersion) == 0x000000, "Member 'FPlayerData::DbVersion' has a wrong offset!"); \ -static_assert(offsetof(FPlayerData, SaveTags) == 0x000008, "Member 'FPlayerData::SaveTags' has a wrong offset!"); \ -static_assert(offsetof(FPlayerData, Slot0) == 0x000028, "Member 'FPlayerData::Slot0' has a wrong offset!"); \ -static_assert(offsetof(FPlayerData, Slot1) == 0x0000E0, "Member 'FPlayerData::Slot1' has a wrong offset!"); \ -static_assert(offsetof(FPlayerData, Slot2) == 0x000198, "Member 'FPlayerData::Slot2' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTransitionSpeedParams \ +static_assert(alignof(FTransitionSpeedParams) == 0x000004, "Wrong alignment on FTransitionSpeedParams"); \ +static_assert(sizeof(FTransitionSpeedParams) == 0x000018, "Wrong size on FTransitionSpeedParams"); \ +static_assert(offsetof(FTransitionSpeedParams, bUseFixedTranslationSpeed) == 0x000000, "Member 'FTransitionSpeedParams::bUseFixedTranslationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FTransitionSpeedParams, TranslationSpeed) == 0x000004, "Member 'FTransitionSpeedParams::TranslationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FTransitionSpeedParams, TranslationSpeedInterpSpeed) == 0x000008, "Member 'FTransitionSpeedParams::TranslationSpeedInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FTransitionSpeedParams, bUseFixedRotationSpeed) == 0x00000C, "Member 'FTransitionSpeedParams::bUseFixedRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FTransitionSpeedParams, RotationSpeed) == 0x000010, "Member 'FTransitionSpeedParams::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FTransitionSpeedParams, RotationSpeedInterpSpeed) == 0x000014, "Member 'FTransitionSpeedParams::RotationSpeedInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialOverride \ static_assert(alignof(FMaterialOverride) == 0x000008, "Wrong alignment on FMaterialOverride"); \ @@ -83553,33 +82956,6 @@ static_assert(offsetof(FSkinData, Attachments) == 0x000198, "Member 'FSkinData:: static_assert(offsetof(FSkinData, ProjectileAttachments) == 0x0001A8, "Member 'FSkinData::ProjectileAttachments' has a wrong offset!"); \ static_assert(offsetof(FSkinData, OutlineColor) == 0x0001B8, "Member 'FSkinData::OutlineColor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSubLevelLightPair \ -static_assert(alignof(FSubLevelLightPair) == 0x000008, "Wrong alignment on FSubLevelLightPair"); \ -static_assert(sizeof(FSubLevelLightPair) == 0x000018, "Wrong size on FSubLevelLightPair"); \ -static_assert(offsetof(FSubLevelLightPair, SubLevelHighLight) == 0x000008, "Member 'FSubLevelLightPair::SubLevelHighLight' has a wrong offset!"); \ -static_assert(offsetof(FSubLevelLightPair, SubLevelLowLight) == 0x000010, "Member 'FSubLevelLightPair::SubLevelLowLight' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FZGenericPerformanceIndexRange \ -static_assert(alignof(FZGenericPerformanceIndexRange) == 0x000004, "Wrong alignment on FZGenericPerformanceIndexRange"); \ -static_assert(sizeof(FZGenericPerformanceIndexRange) == 0x00000C, "Wrong size on FZGenericPerformanceIndexRange"); \ -static_assert(offsetof(FZGenericPerformanceIndexRange, QualitySettings) == 0x000000, "Member 'FZGenericPerformanceIndexRange::QualitySettings' has a wrong offset!"); \ -static_assert(offsetof(FZGenericPerformanceIndexRange, MinPerformanceIndex) == 0x000004, "Member 'FZGenericPerformanceIndexRange::MinPerformanceIndex' has a wrong offset!"); \ -static_assert(offsetof(FZGenericPerformanceIndexRange, MaxPerformanceIndex) == 0x000008, "Member 'FZGenericPerformanceIndexRange::MaxPerformanceIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FZGenericPerformanceIndexRangeArray \ -static_assert(alignof(FZGenericPerformanceIndexRangeArray) == 0x000008, "Wrong alignment on FZGenericPerformanceIndexRangeArray"); \ -static_assert(sizeof(FZGenericPerformanceIndexRangeArray) == 0x000018, "Wrong size on FZGenericPerformanceIndexRangeArray"); \ -static_assert(offsetof(FZGenericPerformanceIndexRangeArray, ForceQualitySettingValue) == 0x000000, "Member 'FZGenericPerformanceIndexRangeArray::ForceQualitySettingValue' has a wrong offset!"); \ -static_assert(offsetof(FZGenericPerformanceIndexRangeArray, ForcedQualitySettings) == 0x000001, "Member 'FZGenericPerformanceIndexRangeArray::ForcedQualitySettings' has a wrong offset!"); \ -static_assert(offsetof(FZGenericPerformanceIndexRangeArray, HardwarePerformanceIndexPreference) == 0x000002, "Member 'FZGenericPerformanceIndexRangeArray::HardwarePerformanceIndexPreference' has a wrong offset!"); \ -static_assert(offsetof(FZGenericPerformanceIndexRangeArray, RangeArray) == 0x000008, "Member 'FZGenericPerformanceIndexRangeArray::RangeArray' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FDetectedPawn \ -static_assert(alignof(FDetectedPawn) == 0x000008, "Wrong alignment on FDetectedPawn"); \ -static_assert(sizeof(FDetectedPawn) == 0x000010, "Wrong size on FDetectedPawn"); \ -static_assert(offsetof(FDetectedPawn, Pawn) == 0x000000, "Member 'FDetectedPawn::Pawn' has a wrong offset!"); \ -static_assert(offsetof(FDetectedPawn, Timestamp) == 0x000008, "Member 'FDetectedPawn::Timestamp' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCamoFriendlySurface \ static_assert(alignof(FCamoFriendlySurface) == 0x000008, "Wrong alignment on FCamoFriendlySurface"); \ static_assert(sizeof(FCamoFriendlySurface) == 0x000130, "Wrong size on FCamoFriendlySurface"); \ @@ -83588,6 +82964,18 @@ static_assert(offsetof(FCamoFriendlySurface, TargetDirection) == 0x0000F8, "Memb static_assert(offsetof(FCamoFriendlySurface, TargetRotation) == 0x000110, "Member 'FCamoFriendlySurface::TargetRotation' has a wrong offset!"); \ static_assert(offsetof(FCamoFriendlySurface, TargetParent) == 0x000128, "Member 'FCamoFriendlySurface::TargetParent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRenderTargetCaptureRequest \ +static_assert(alignof(FRenderTargetCaptureRequest) == 0x000004, "Wrong alignment on FRenderTargetCaptureRequest"); \ +static_assert(sizeof(FRenderTargetCaptureRequest) == 0x000010, "Wrong size on FRenderTargetCaptureRequest"); \ +static_assert(offsetof(FRenderTargetCaptureRequest, SceneComponent) == 0x000000, "Member 'FRenderTargetCaptureRequest::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(FRenderTargetCaptureRequest, Priority) == 0x000008, "Member 'FRenderTargetCaptureRequest::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubLevelLightPair \ +static_assert(alignof(FSubLevelLightPair) == 0x000008, "Wrong alignment on FSubLevelLightPair"); \ +static_assert(sizeof(FSubLevelLightPair) == 0x000018, "Wrong size on FSubLevelLightPair"); \ +static_assert(offsetof(FSubLevelLightPair, SubLevelHighLight) == 0x000008, "Member 'FSubLevelLightPair::SubLevelHighLight' has a wrong offset!"); \ +static_assert(offsetof(FSubLevelLightPair, SubLevelLowLight) == 0x000010, "Member 'FSubLevelLightPair::SubLevelLowLight' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FAnimationAttachment \ static_assert(alignof(FAnimationAttachment) == 0x000004, "Wrong alignment on FAnimationAttachment"); \ static_assert(sizeof(FAnimationAttachment) == 0x000018, "Wrong size on FAnimationAttachment"); \ @@ -83600,6 +82988,10 @@ static_assert(alignof(FPathDebug) == 0x000008, "Wrong alignment on FPathDebug"); static_assert(sizeof(FPathDebug) == 0x000010, "Wrong size on FPathDebug"); \ static_assert(offsetof(FPathDebug, Message) == 0x000000, "Member 'FPathDebug::Message' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBehaviorRequest \ +static_assert(alignof(FBehaviorRequest) == 0x000001, "Wrong alignment on FBehaviorRequest"); \ +static_assert(sizeof(FBehaviorRequest) == 0x000001, "Wrong size on FBehaviorRequest"); \ + #define DUMPER7_ASSERTS_FSpottedPawn \ static_assert(alignof(FSpottedPawn) == 0x000004, "Wrong alignment on FSpottedPawn"); \ static_assert(sizeof(FSpottedPawn) == 0x00000C, "Wrong size on FSpottedPawn"); \ @@ -83653,19 +83045,6 @@ static_assert(offsetof(FLookAtActor, ConeAngle) == 0x00009C, "Member 'FLookAtAct static_assert(alignof(FLookAtActivator) == 0x000004, "Wrong alignment on FLookAtActivator"); \ static_assert(sizeof(FLookAtActivator) == 0x000004, "Wrong size on FLookAtActivator"); \ -#define DUMPER7_ASSERTS_FTRXPlatformDynamicPostProcessScalarParameter \ -static_assert(alignof(FTRXPlatformDynamicPostProcessScalarParameter) == 0x000008, "Wrong alignment on FTRXPlatformDynamicPostProcessScalarParameter"); \ -static_assert(sizeof(FTRXPlatformDynamicPostProcessScalarParameter) == 0x000018, "Wrong size on FTRXPlatformDynamicPostProcessScalarParameter"); \ -static_assert(offsetof(FTRXPlatformDynamicPostProcessScalarParameter, ScalarParameterName) == 0x000000, "Member 'FTRXPlatformDynamicPostProcessScalarParameter::ScalarParameterName' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformDynamicPostProcessScalarParameter, ScalarMinValue) == 0x000010, "Member 'FTRXPlatformDynamicPostProcessScalarParameter::ScalarMinValue' has a wrong offset!"); \ -static_assert(offsetof(FTRXPlatformDynamicPostProcessScalarParameter, ScalarMaxValue) == 0x000014, "Member 'FTRXPlatformDynamicPostProcessScalarParameter::ScalarMaxValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTRXLimiterData \ -static_assert(alignof(FTRXLimiterData) == 0x000008, "Wrong alignment on FTRXLimiterData"); \ -static_assert(sizeof(FTRXLimiterData) == 0x000028, "Wrong size on FTRXLimiterData"); \ -static_assert(offsetof(FTRXLimiterData, PostProcessMaterialInstance) == 0x000008, "Member 'FTRXLimiterData::PostProcessMaterialInstance' has a wrong offset!"); \ -static_assert(offsetof(FTRXLimiterData, ScalarParameters) == 0x000018, "Member 'FTRXLimiterData::ScalarParameters' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FWideViewSettings \ static_assert(alignof(FWideViewSettings) == 0x000004, "Wrong alignment on FWideViewSettings"); \ static_assert(sizeof(FWideViewSettings) == 0x000010, "Wrong size on FWideViewSettings"); \ @@ -83674,14 +83053,6 @@ static_assert(offsetof(FWideViewSettings, MaxOffset) == 0x000004, "Member 'FWide static_assert(offsetof(FWideViewSettings, SpeedOut) == 0x000008, "Member 'FWideViewSettings::SpeedOut' has a wrong offset!"); \ static_assert(offsetof(FWideViewSettings, SpeedIn) == 0x00000C, "Member 'FWideViewSettings::SpeedIn' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDialogueEntry \ -static_assert(alignof(FDialogueEntry) == 0x000008, "Wrong alignment on FDialogueEntry"); \ -static_assert(sizeof(FDialogueEntry) == 0x000028, "Wrong size on FDialogueEntry"); \ -static_assert(offsetof(FDialogueEntry, Owner) == 0x000000, "Member 'FDialogueEntry::Owner' has a wrong offset!"); \ -static_assert(offsetof(FDialogueEntry, DialogueText) == 0x000008, "Member 'FDialogueEntry::DialogueText' has a wrong offset!"); \ -static_assert(offsetof(FDialogueEntry, DialogueCue) == 0x000018, "Member 'FDialogueEntry::DialogueCue' has a wrong offset!"); \ -static_assert(offsetof(FDialogueEntry, DialogueResponse) == 0x000020, "Member 'FDialogueEntry::DialogueResponse' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCameraZoneSettings \ static_assert(alignof(FCameraZoneSettings) == 0x000008, "Wrong alignment on FCameraZoneSettings"); \ static_assert(sizeof(FCameraZoneSettings) == 0x000070, "Wrong size on FCameraZoneSettings"); \ @@ -83746,28 +83117,6 @@ static_assert(offsetof(FCameraDefaultSettings, bEnableWideView) == 0x0000A8, "Me static_assert(offsetof(FCameraDefaultSettings, LookAtWeight) == 0x0000AC, "Member 'FCameraDefaultSettings::LookAtWeight' has a wrong offset!"); \ static_assert(offsetof(FCameraDefaultSettings, WideViewSettings) == 0x0000B0, "Member 'FCameraDefaultSettings::WideViewSettings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCheckPointData \ -static_assert(alignof(FCheckPointData) == 0x000008, "Wrong alignment on FCheckPointData"); \ -static_assert(sizeof(FCheckPointData) == 0x000080, "Wrong size on FCheckPointData"); \ -static_assert(offsetof(FCheckPointData, UniqueID) == 0x000000, "Member 'FCheckPointData::UniqueID' has a wrong offset!"); \ -static_assert(offsetof(FCheckPointData, Name) == 0x000010, "Member 'FCheckPointData::Name' has a wrong offset!"); \ -static_assert(offsetof(FCheckPointData, Location) == 0x000020, "Member 'FCheckPointData::Location' has a wrong offset!"); \ -static_assert(offsetof(FCheckPointData, MapPath) == 0x000038, "Member 'FCheckPointData::MapPath' has a wrong offset!"); \ -static_assert(offsetof(FCheckPointData, Map) == 0x000048, "Member 'FCheckPointData::Map' has a wrong offset!"); \ -static_assert(offsetof(FCheckPointData, LocalizableName) == 0x000058, "Member 'FCheckPointData::LocalizableName' has a wrong offset!"); \ -static_assert(offsetof(FCheckPointData, SaveGame) == 0x000068, "Member 'FCheckPointData::SaveGame' has a wrong offset!"); \ -static_assert(offsetof(FCheckPointData, PawnClass) == 0x000070, "Member 'FCheckPointData::PawnClass' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FTransitionSpeedParams \ -static_assert(alignof(FTransitionSpeedParams) == 0x000004, "Wrong alignment on FTransitionSpeedParams"); \ -static_assert(sizeof(FTransitionSpeedParams) == 0x000018, "Wrong size on FTransitionSpeedParams"); \ -static_assert(offsetof(FTransitionSpeedParams, bUseFixedTranslationSpeed) == 0x000000, "Member 'FTransitionSpeedParams::bUseFixedTranslationSpeed' has a wrong offset!"); \ -static_assert(offsetof(FTransitionSpeedParams, TranslationSpeed) == 0x000004, "Member 'FTransitionSpeedParams::TranslationSpeed' has a wrong offset!"); \ -static_assert(offsetof(FTransitionSpeedParams, TranslationSpeedInterpSpeed) == 0x000008, "Member 'FTransitionSpeedParams::TranslationSpeedInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(FTransitionSpeedParams, bUseFixedRotationSpeed) == 0x00000C, "Member 'FTransitionSpeedParams::bUseFixedRotationSpeed' has a wrong offset!"); \ -static_assert(offsetof(FTransitionSpeedParams, RotationSpeed) == 0x000010, "Member 'FTransitionSpeedParams::RotationSpeed' has a wrong offset!"); \ -static_assert(offsetof(FTransitionSpeedParams, RotationSpeedInterpSpeed) == 0x000014, "Member 'FTransitionSpeedParams::RotationSpeedInterpSpeed' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCameraZoneTransition \ static_assert(alignof(FCameraZoneTransition) == 0x000008, "Wrong alignment on FCameraZoneTransition"); \ static_assert(sizeof(FCameraZoneTransition) == 0x000068, "Wrong size on FCameraZoneTransition"); \ @@ -83793,14 +83142,6 @@ static_assert(sizeof(FCharacterClassData) == 0x000030, "Wrong size on FCharacter static_assert(offsetof(FCharacterClassData, Tag) == 0x000000, "Member 'FCharacterClassData::Tag' has a wrong offset!"); \ static_assert(offsetof(FCharacterClassData, CharacterClass) == 0x000008, "Member 'FCharacterClassData::CharacterClass' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPawnDeathData \ -static_assert(alignof(FPawnDeathData) == 0x000008, "Wrong alignment on FPawnDeathData"); \ -static_assert(sizeof(FPawnDeathData) == 0x000020, "Wrong size on FPawnDeathData"); \ -static_assert(offsetof(FPawnDeathData, PawnTag) == 0x000000, "Member 'FPawnDeathData::PawnTag' has a wrong offset!"); \ -static_assert(offsetof(FPawnDeathData, CameraBehavior) == 0x000008, "Member 'FPawnDeathData::CameraBehavior' has a wrong offset!"); \ -static_assert(offsetof(FPawnDeathData, Executor) == 0x000010, "Member 'FPawnDeathData::Executor' has a wrong offset!"); \ -static_assert(offsetof(FPawnDeathData, bDisableCollision) == 0x000018, "Member 'FPawnDeathData::bDisableCollision' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FZCharacterMovementModeParameters \ static_assert(alignof(FZCharacterMovementModeParameters) == 0x000008, "Wrong alignment on FZCharacterMovementModeParameters"); \ static_assert(sizeof(FZCharacterMovementModeParameters) == 0x000028, "Wrong size on FZCharacterMovementModeParameters"); \ @@ -83855,6 +83196,14 @@ static_assert(offsetof(FCollisionSlot, Direction) == 0x000030, "Member 'FCollisi static_assert(offsetof(FCollisionSlot, Radius) == 0x000048, "Member 'FCollisionSlot::Radius' has a wrong offset!"); \ static_assert(offsetof(FCollisionSlot, Speed) == 0x00004C, "Member 'FCollisionSlot::Speed' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPawnDeathData \ +static_assert(alignof(FPawnDeathData) == 0x000008, "Wrong alignment on FPawnDeathData"); \ +static_assert(sizeof(FPawnDeathData) == 0x000020, "Wrong size on FPawnDeathData"); \ +static_assert(offsetof(FPawnDeathData, PawnTag) == 0x000000, "Member 'FPawnDeathData::PawnTag' has a wrong offset!"); \ +static_assert(offsetof(FPawnDeathData, CameraBehavior) == 0x000008, "Member 'FPawnDeathData::CameraBehavior' has a wrong offset!"); \ +static_assert(offsetof(FPawnDeathData, Executor) == 0x000010, "Member 'FPawnDeathData::Executor' has a wrong offset!"); \ +static_assert(offsetof(FPawnDeathData, bDisableCollision) == 0x000018, "Member 'FPawnDeathData::bDisableCollision' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FDeathData \ static_assert(alignof(FDeathData) == 0x000008, "Wrong alignment on FDeathData"); \ static_assert(sizeof(FDeathData) == 0x000020, "Wrong size on FDeathData"); \ @@ -83862,6 +83211,14 @@ static_assert(offsetof(FDeathData, Name) == 0x000000, "Member 'FDeathData::Name' static_assert(offsetof(FDeathData, DamageType) == 0x000008, "Member 'FDeathData::DamageType' has a wrong offset!"); \ static_assert(offsetof(FDeathData, PawnData) == 0x000010, "Member 'FDeathData::PawnData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDialogueEntry \ +static_assert(alignof(FDialogueEntry) == 0x000008, "Wrong alignment on FDialogueEntry"); \ +static_assert(sizeof(FDialogueEntry) == 0x000028, "Wrong size on FDialogueEntry"); \ +static_assert(offsetof(FDialogueEntry, Owner) == 0x000000, "Member 'FDialogueEntry::Owner' has a wrong offset!"); \ +static_assert(offsetof(FDialogueEntry, DialogueText) == 0x000008, "Member 'FDialogueEntry::DialogueText' has a wrong offset!"); \ +static_assert(offsetof(FDialogueEntry, DialogueCue) == 0x000018, "Member 'FDialogueEntry::DialogueCue' has a wrong offset!"); \ +static_assert(offsetof(FDialogueEntry, DialogueResponse) == 0x000020, "Member 'FDialogueEntry::DialogueResponse' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FLevelSequenceAction \ static_assert(alignof(FLevelSequenceAction) == 0x000008, "Wrong alignment on FLevelSequenceAction"); \ static_assert(sizeof(FLevelSequenceAction) == 0x000030, "Wrong size on FLevelSequenceAction"); \ @@ -83930,6 +83287,21 @@ static_assert(offsetof(FGameplayModifier, CurrentValue) == 0x000030, "Member 'FG static_assert(offsetof(FGameplayModifier, ActivationTimeStamp) == 0x000034, "Member 'FGameplayModifier::ActivationTimeStamp' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifier, NbInstance) == 0x000038, "Member 'FGameplayModifier::NbInstance' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FZGenericPerformanceIndexRange \ +static_assert(alignof(FZGenericPerformanceIndexRange) == 0x000004, "Wrong alignment on FZGenericPerformanceIndexRange"); \ +static_assert(sizeof(FZGenericPerformanceIndexRange) == 0x00000C, "Wrong size on FZGenericPerformanceIndexRange"); \ +static_assert(offsetof(FZGenericPerformanceIndexRange, QualitySettings) == 0x000000, "Member 'FZGenericPerformanceIndexRange::QualitySettings' has a wrong offset!"); \ +static_assert(offsetof(FZGenericPerformanceIndexRange, MinPerformanceIndex) == 0x000004, "Member 'FZGenericPerformanceIndexRange::MinPerformanceIndex' has a wrong offset!"); \ +static_assert(offsetof(FZGenericPerformanceIndexRange, MaxPerformanceIndex) == 0x000008, "Member 'FZGenericPerformanceIndexRange::MaxPerformanceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZGenericPerformanceIndexRangeArray \ +static_assert(alignof(FZGenericPerformanceIndexRangeArray) == 0x000008, "Wrong alignment on FZGenericPerformanceIndexRangeArray"); \ +static_assert(sizeof(FZGenericPerformanceIndexRangeArray) == 0x000018, "Wrong size on FZGenericPerformanceIndexRangeArray"); \ +static_assert(offsetof(FZGenericPerformanceIndexRangeArray, ForceQualitySettingValue) == 0x000000, "Member 'FZGenericPerformanceIndexRangeArray::ForceQualitySettingValue' has a wrong offset!"); \ +static_assert(offsetof(FZGenericPerformanceIndexRangeArray, ForcedQualitySettings) == 0x000001, "Member 'FZGenericPerformanceIndexRangeArray::ForcedQualitySettings' has a wrong offset!"); \ +static_assert(offsetof(FZGenericPerformanceIndexRangeArray, HardwarePerformanceIndexPreference) == 0x000002, "Member 'FZGenericPerformanceIndexRangeArray::HardwarePerformanceIndexPreference' has a wrong offset!"); \ +static_assert(offsetof(FZGenericPerformanceIndexRangeArray, RangeArray) == 0x000008, "Member 'FZGenericPerformanceIndexRangeArray::RangeArray' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FActionLeverTrigger \ static_assert(alignof(FActionLeverTrigger) == 0x000008, "Wrong alignment on FActionLeverTrigger"); \ static_assert(sizeof(FActionLeverTrigger) == 0x000018, "Wrong size on FActionLeverTrigger"); \ @@ -83952,6 +83324,14 @@ static_assert(offsetof(FMushroomFieldEntry, Field) == 0x000038, "Member 'FMushro static_assert(offsetof(FMushroomFieldEntry, State) == 0x000040, "Member 'FMushroomFieldEntry::State' has a wrong offset!"); \ static_assert(offsetof(FMushroomFieldEntry, Enemies) == 0x000048, "Member 'FMushroomFieldEntry::Enemies' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSentinelleData \ +static_assert(alignof(FSentinelleData) == 0x000004, "Wrong alignment on FSentinelleData"); \ +static_assert(sizeof(FSentinelleData) == 0x000010, "Wrong size on FSentinelleData"); \ +static_assert(offsetof(FSentinelleData, Speed) == 0x000000, "Member 'FSentinelleData::Speed' has a wrong offset!"); \ +static_assert(offsetof(FSentinelleData, Acceleration) == 0x000004, "Member 'FSentinelleData::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FSentinelleData, Color) == 0x000008, "Member 'FSentinelleData::Color' has a wrong offset!"); \ +static_assert(offsetof(FSentinelleData, StartSplineTime) == 0x00000C, "Member 'FSentinelleData::StartSplineTime' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSentinelleRuntimeData \ static_assert(alignof(FSentinelleRuntimeData) == 0x000008, "Wrong alignment on FSentinelleRuntimeData"); \ static_assert(sizeof(FSentinelleRuntimeData) == 0x000068, "Wrong size on FSentinelleRuntimeData"); \ @@ -83994,11 +83374,55 @@ static_assert(offsetof(FRadarWave, CurrentLength) == 0x000018, "Member 'FRadarWa static_assert(offsetof(FRadarWave, PreviousLength) == 0x00001C, "Member 'FRadarWave::PreviousLength' has a wrong offset!"); \ static_assert(offsetof(FRadarWave, LifeTime) == 0x000020, "Member 'FRadarWave::LifeTime' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRenderTargetCaptureRequest \ -static_assert(alignof(FRenderTargetCaptureRequest) == 0x000004, "Wrong alignment on FRenderTargetCaptureRequest"); \ -static_assert(sizeof(FRenderTargetCaptureRequest) == 0x000010, "Wrong size on FRenderTargetCaptureRequest"); \ -static_assert(offsetof(FRenderTargetCaptureRequest, SceneComponent) == 0x000000, "Member 'FRenderTargetCaptureRequest::SceneComponent' has a wrong offset!"); \ -static_assert(offsetof(FRenderTargetCaptureRequest, Priority) == 0x000008, "Member 'FRenderTargetCaptureRequest::Priority' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSavedCollectible \ +static_assert(alignof(FSavedCollectible) == 0x000004, "Wrong alignment on FSavedCollectible"); \ +static_assert(sizeof(FSavedCollectible) == 0x000010, "Wrong size on FSavedCollectible"); \ +static_assert(offsetof(FSavedCollectible, Guid) == 0x000000, "Member 'FSavedCollectible::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinSaveData \ +static_assert(alignof(FSkinSaveData) == 0x000004, "Wrong alignment on FSkinSaveData"); \ +static_assert(sizeof(FSkinSaveData) == 0x000010, "Wrong size on FSkinSaveData"); \ +static_assert(offsetof(FSkinSaveData, Guid) == 0x000000, "Member 'FSkinSaveData::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCheckpointSavedData \ +static_assert(alignof(FCheckpointSavedData) == 0x000004, "Wrong alignment on FCheckpointSavedData"); \ +static_assert(sizeof(FCheckpointSavedData) == 0x000010, "Wrong size on FCheckpointSavedData"); \ +static_assert(offsetof(FCheckpointSavedData, Guid) == 0x000000, "Member 'FCheckpointSavedData::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrophySavedData \ +static_assert(alignof(FTrophySavedData) == 0x000004, "Wrong alignment on FTrophySavedData"); \ +static_assert(sizeof(FTrophySavedData) == 0x000010, "Wrong size on FTrophySavedData"); \ +static_assert(offsetof(FTrophySavedData, Guid) == 0x000000, "Member 'FTrophySavedData::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIControllerSavedData \ +static_assert(alignof(FUIControllerSavedData) == 0x000008, "Wrong alignment on FUIControllerSavedData"); \ +static_assert(sizeof(FUIControllerSavedData) == 0x000010, "Wrong size on FUIControllerSavedData"); \ +static_assert(offsetof(FUIControllerSavedData, SkinNotificationMarks) == 0x000000, "Member 'FUIControllerSavedData::SkinNotificationMarks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotData \ +static_assert(alignof(FSlotData) == 0x000008, "Wrong alignment on FSlotData"); \ +static_assert(sizeof(FSlotData) == 0x0000B8, "Wrong size on FSlotData"); \ +static_assert(offsetof(FSlotData, SavedCollectible) == 0x000000, "Member 'FSlotData::SavedCollectible' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, SavedTrophies) == 0x000010, "Member 'FSlotData::SavedTrophies' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, CurrentSkin) == 0x000020, "Member 'FSlotData::CurrentSkin' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, SavedSkins) == 0x000030, "Member 'FSlotData::SavedSkins' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, SavedUIController) == 0x000040, "Member 'FSlotData::SavedUIController' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, Map) == 0x000050, "Member 'FSlotData::Map' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, FurthestCheckpoint) == 0x000060, "Member 'FSlotData::FurthestCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, CurrentCheckpoint) == 0x000070, "Member 'FSlotData::CurrentCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, Facts) == 0x000080, "Member 'FSlotData::Facts' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, CreationDate) == 0x0000A0, "Member 'FSlotData::CreationDate' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, LastSaveDate) == 0x0000A8, "Member 'FSlotData::LastSaveDate' has a wrong offset!"); \ +static_assert(offsetof(FSlotData, TotalElapsedPlayTime) == 0x0000B0, "Member 'FSlotData::TotalElapsedPlayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerData \ +static_assert(alignof(FPlayerData) == 0x000008, "Wrong alignment on FPlayerData"); \ +static_assert(sizeof(FPlayerData) == 0x000250, "Wrong size on FPlayerData"); \ +static_assert(offsetof(FPlayerData, DbVersion) == 0x000000, "Member 'FPlayerData::DbVersion' has a wrong offset!"); \ +static_assert(offsetof(FPlayerData, SaveTags) == 0x000008, "Member 'FPlayerData::SaveTags' has a wrong offset!"); \ +static_assert(offsetof(FPlayerData, Slot0) == 0x000028, "Member 'FPlayerData::Slot0' has a wrong offset!"); \ +static_assert(offsetof(FPlayerData, Slot1) == 0x0000E0, "Member 'FPlayerData::Slot1' has a wrong offset!"); \ +static_assert(offsetof(FPlayerData, Slot2) == 0x000198, "Member 'FPlayerData::Slot2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpotLookAtTarget \ static_assert(alignof(FSpotLookAtTarget) == 0x000008, "Wrong alignment on FSpotLookAtTarget"); \ @@ -84009,6 +83433,25 @@ static_assert(offsetof(FSpotLookAtTarget, TargetActor) == 0x000020, "Member 'FSp static_assert(offsetof(FSpotLookAtTarget, ResetFromRotation) == 0x000028, "Member 'FSpotLookAtTarget::ResetFromRotation' has a wrong offset!"); \ static_assert(offsetof(FSpotLookAtTarget, ResetProgress) == 0x000040, "Member 'FSpotLookAtTarget::ResetProgress' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDetectedPawn \ +static_assert(alignof(FDetectedPawn) == 0x000008, "Wrong alignment on FDetectedPawn"); \ +static_assert(sizeof(FDetectedPawn) == 0x000010, "Wrong size on FDetectedPawn"); \ +static_assert(offsetof(FDetectedPawn, Pawn) == 0x000000, "Member 'FDetectedPawn::Pawn' has a wrong offset!"); \ +static_assert(offsetof(FDetectedPawn, Timestamp) == 0x000008, "Member 'FDetectedPawn::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTRXPlatformDynamicPostProcessScalarParameter \ +static_assert(alignof(FTRXPlatformDynamicPostProcessScalarParameter) == 0x000008, "Wrong alignment on FTRXPlatformDynamicPostProcessScalarParameter"); \ +static_assert(sizeof(FTRXPlatformDynamicPostProcessScalarParameter) == 0x000018, "Wrong size on FTRXPlatformDynamicPostProcessScalarParameter"); \ +static_assert(offsetof(FTRXPlatformDynamicPostProcessScalarParameter, ScalarParameterName) == 0x000000, "Member 'FTRXPlatformDynamicPostProcessScalarParameter::ScalarParameterName' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformDynamicPostProcessScalarParameter, ScalarMinValue) == 0x000010, "Member 'FTRXPlatformDynamicPostProcessScalarParameter::ScalarMinValue' has a wrong offset!"); \ +static_assert(offsetof(FTRXPlatformDynamicPostProcessScalarParameter, ScalarMaxValue) == 0x000014, "Member 'FTRXPlatformDynamicPostProcessScalarParameter::ScalarMaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTRXLimiterData \ +static_assert(alignof(FTRXLimiterData) == 0x000008, "Wrong alignment on FTRXLimiterData"); \ +static_assert(sizeof(FTRXLimiterData) == 0x000028, "Wrong size on FTRXLimiterData"); \ +static_assert(offsetof(FTRXLimiterData, PostProcessMaterialInstance) == 0x000008, "Member 'FTRXLimiterData::PostProcessMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(FTRXLimiterData, ScalarParameters) == 0x000018, "Member 'FTRXLimiterData::ScalarParameters' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FTRXCVarLimiterData \ static_assert(alignof(FTRXCVarLimiterData) == 0x000008, "Wrong alignment on FTRXCVarLimiterData"); \ static_assert(sizeof(FTRXCVarLimiterData) == 0x000058, "Wrong size on FTRXCVarLimiterData"); \ @@ -84105,12 +83548,6 @@ static_assert(offsetof(FWorldTransition, CheckpointID) == 0x000038, "Member 'FWo static_assert(offsetof(FWorldTransition, LevelName) == 0x000048, "Member 'FWorldTransition::LevelName' has a wrong offset!"); \ static_assert(offsetof(FWorldTransition, VideoName) == 0x000050, "Member 'FWorldTransition::VideoName' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZPlayerListenerSystem \ -static_assert(alignof(UZPlayerListenerSystem) == 0x000008, "Wrong alignment on UZPlayerListenerSystem"); \ -static_assert(sizeof(UZPlayerListenerSystem) == 0x000040, "Wrong size on UZPlayerListenerSystem"); \ -static_assert(offsetof(UZPlayerListenerSystem, Listeners) == 0x000028, "Member 'UZPlayerListenerSystem::Listeners' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerListenerSystem, GameInstance) == 0x000038, "Member 'UZPlayerListenerSystem::GameInstance' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_AudioSpline_GetClosestLocationOnSpline \ static_assert(alignof(AudioSpline_GetClosestLocationOnSpline) == 0x000008, "Wrong alignment on AudioSpline_GetClosestLocationOnSpline"); \ static_assert(sizeof(AudioSpline_GetClosestLocationOnSpline) == 0x000030, "Wrong size on AudioSpline_GetClosestLocationOnSpline"); \ @@ -84126,166 +83563,6 @@ static_assert(offsetof(AAudioSpline, PlayerDistanceComponent) == 0x0002A0, "Memb static_assert(offsetof(AAudioSpline, DistanceToTrigger) == 0x0002A8, "Member 'AAudioSpline::DistanceToTrigger' has a wrong offset!"); \ static_assert(offsetof(AAudioSpline, bDebug) == 0x0002AC, "Member 'AAudioSpline::bDebug' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_IZNavmeshController \ -static_assert(alignof(IZNavmeshController) == 0x000001, "Wrong alignment on IZNavmeshController"); \ -static_assert(sizeof(IZNavmeshController) == 0x000001, "Wrong size on IZNavmeshController"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsBool \ -static_assert(alignof(ZVariableStorage_SetValueAsBool) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsBool"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsBool) == 0x00000C, "Wrong size on ZVariableStorage_SetValueAsBool"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsBool, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsBool::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsBool, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsBool::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsFloat \ -static_assert(alignof(ZVariableStorage_SetValueAsFloat) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsFloat"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsFloat) == 0x00000C, "Wrong size on ZVariableStorage_SetValueAsFloat"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsFloat, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsFloat::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsFloat, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsFloat::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsInt \ -static_assert(alignof(ZVariableStorage_SetValueAsInt) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsInt"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsInt) == 0x00000C, "Wrong size on ZVariableStorage_SetValueAsInt"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsInt, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsInt::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsInt, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsInt::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsLinearColor \ -static_assert(alignof(ZVariableStorage_SetValueAsLinearColor) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsLinearColor"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsLinearColor) == 0x000018, "Wrong size on ZVariableStorage_SetValueAsLinearColor"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsLinearColor, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsLinearColor::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsLinearColor, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsLinearColor::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsName \ -static_assert(alignof(ZVariableStorage_SetValueAsName) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsName"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsName) == 0x000010, "Wrong size on ZVariableStorage_SetValueAsName"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsName, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsName::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsName, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsName::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsRotator \ -static_assert(alignof(ZVariableStorage_SetValueAsRotator) == 0x000008, "Wrong alignment on ZVariableStorage_SetValueAsRotator"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsRotator) == 0x000020, "Wrong size on ZVariableStorage_SetValueAsRotator"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsRotator, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsRotator::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsRotator, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsRotator::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsString \ -static_assert(alignof(ZVariableStorage_SetValueAsString) == 0x000008, "Wrong alignment on ZVariableStorage_SetValueAsString"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsString) == 0x000018, "Wrong size on ZVariableStorage_SetValueAsString"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsString, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsString::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsString, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsString::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsVector \ -static_assert(alignof(ZVariableStorage_SetValueAsVector) == 0x000008, "Wrong alignment on ZVariableStorage_SetValueAsVector"); \ -static_assert(sizeof(ZVariableStorage_SetValueAsVector) == 0x000020, "Wrong size on ZVariableStorage_SetValueAsVector"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsVector, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsVector::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_SetValueAsVector, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsVector::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsBool \ -static_assert(alignof(ZVariableStorage_GetValueAsBool) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsBool"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsBool) == 0x00000C, "Wrong size on ZVariableStorage_GetValueAsBool"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsBool, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsBool::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsBool, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsBool::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsFloat \ -static_assert(alignof(ZVariableStorage_GetValueAsFloat) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsFloat"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsFloat) == 0x00000C, "Wrong size on ZVariableStorage_GetValueAsFloat"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsFloat, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsFloat::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsFloat, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsFloat::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsInt \ -static_assert(alignof(ZVariableStorage_GetValueAsInt) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsInt"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsInt) == 0x00000C, "Wrong size on ZVariableStorage_GetValueAsInt"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsInt, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsInt::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsInt, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsInt::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsLinearColor \ -static_assert(alignof(ZVariableStorage_GetValueAsLinearColor) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsLinearColor"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsLinearColor) == 0x000018, "Wrong size on ZVariableStorage_GetValueAsLinearColor"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsLinearColor, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsLinearColor::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsLinearColor, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsLinearColor::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsName \ -static_assert(alignof(ZVariableStorage_GetValueAsName) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsName"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsName) == 0x000010, "Wrong size on ZVariableStorage_GetValueAsName"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsName, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsName::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsName, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsRotator \ -static_assert(alignof(ZVariableStorage_GetValueAsRotator) == 0x000008, "Wrong alignment on ZVariableStorage_GetValueAsRotator"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsRotator) == 0x000020, "Wrong size on ZVariableStorage_GetValueAsRotator"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsRotator, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsRotator::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsRotator, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsRotator::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsString \ -static_assert(alignof(ZVariableStorage_GetValueAsString) == 0x000008, "Wrong alignment on ZVariableStorage_GetValueAsString"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsString) == 0x000018, "Wrong size on ZVariableStorage_GetValueAsString"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsString, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsString::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsString, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsString::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsVector \ -static_assert(alignof(ZVariableStorage_GetValueAsVector) == 0x000008, "Wrong alignment on ZVariableStorage_GetValueAsVector"); \ -static_assert(sizeof(ZVariableStorage_GetValueAsVector) == 0x000020, "Wrong size on ZVariableStorage_GetValueAsVector"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsVector, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsVector::ValueName' has a wrong offset!"); \ -static_assert(offsetof(ZVariableStorage_GetValueAsVector, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsVector::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZVariableStorage \ -static_assert(alignof(UZVariableStorage) == 0x000008, "Wrong alignment on UZVariableStorage"); \ -static_assert(sizeof(UZVariableStorage) == 0x0002A8, "Wrong size on UZVariableStorage"); \ - -#define DUMPER7_ASSERTS_IZPlayerSpawnListener \ -static_assert(alignof(IZPlayerSpawnListener) == 0x000001, "Wrong alignment on IZPlayerSpawnListener"); \ -static_assert(sizeof(IZPlayerSpawnListener) == 0x000001, "Wrong size on IZPlayerSpawnListener"); \ - -#define DUMPER7_ASSERTS_LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned \ -static_assert(alignof(LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned) == 0x000008, "Wrong alignment on LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned"); \ -static_assert(sizeof(LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned) == 0x000008, "Wrong size on LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned"); \ -static_assert(offsetof(LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned, SpawnedObject) == 0x000000, "Member 'LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned::SpawnedObject' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ULevelSequenceAspectRatioComponent \ -static_assert(alignof(ULevelSequenceAspectRatioComponent) == 0x000008, "Wrong alignment on ULevelSequenceAspectRatioComponent"); \ -static_assert(sizeof(ULevelSequenceAspectRatioComponent) == 0x0000B0, "Wrong size on ULevelSequenceAspectRatioComponent"); \ -static_assert(offsetof(ULevelSequenceAspectRatioComponent, OwnerLevelSequencePlayer) == 0x0000A0, "Member 'ULevelSequenceAspectRatioComponent::OwnerLevelSequencePlayer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionGenericParameter_AddToVariableStorage \ -static_assert(alignof(ZActionGenericParameter_AddToVariableStorage) == 0x000008, "Wrong alignment on ZActionGenericParameter_AddToVariableStorage"); \ -static_assert(sizeof(ZActionGenericParameter_AddToVariableStorage) == 0x000008, "Wrong size on ZActionGenericParameter_AddToVariableStorage"); \ -static_assert(offsetof(ZActionGenericParameter_AddToVariableStorage, VariableStorage) == 0x000000, "Member 'ZActionGenericParameter_AddToVariableStorage::VariableStorage' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionGenericParameter_GetParameterName \ -static_assert(alignof(ZActionGenericParameter_GetParameterName) == 0x000004, "Wrong alignment on ZActionGenericParameter_GetParameterName"); \ -static_assert(sizeof(ZActionGenericParameter_GetParameterName) == 0x000008, "Wrong size on ZActionGenericParameter_GetParameterName"); \ -static_assert(offsetof(ZActionGenericParameter_GetParameterName, ReturnValue) == 0x000000, "Member 'ZActionGenericParameter_GetParameterName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionGenericParameter \ -static_assert(alignof(UZActionGenericParameter) == 0x000008, "Wrong alignment on UZActionGenericParameter"); \ -static_assert(sizeof(UZActionGenericParameter) == 0x000030, "Wrong size on UZActionGenericParameter"); \ -static_assert(offsetof(UZActionGenericParameter, ParameterName) == 0x000028, "Member 'UZActionGenericParameter::ParameterName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionNameParameter_GetGenericName \ -static_assert(alignof(ZActionNameParameter_GetGenericName) == 0x000004, "Wrong alignment on ZActionNameParameter_GetGenericName"); \ -static_assert(sizeof(ZActionNameParameter_GetGenericName) == 0x000008, "Wrong size on ZActionNameParameter_GetGenericName"); \ -static_assert(offsetof(ZActionNameParameter_GetGenericName, ReturnValue) == 0x000000, "Member 'ZActionNameParameter_GetGenericName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionNameParameter \ -static_assert(alignof(UZActionNameParameter) == 0x000008, "Wrong alignment on UZActionNameParameter"); \ -static_assert(sizeof(UZActionNameParameter) == 0x000038, "Wrong size on UZActionNameParameter"); \ -static_assert(offsetof(UZActionNameParameter, GenericName) == 0x000030, "Member 'UZActionNameParameter::GenericName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_OptimizationSubsystem_TriggerLightLevel \ -static_assert(alignof(OptimizationSubsystem_TriggerLightLevel) == 0x000008, "Wrong alignment on OptimizationSubsystem_TriggerLightLevel"); \ -static_assert(sizeof(OptimizationSubsystem_TriggerLightLevel) == 0x000028, "Wrong size on OptimizationSubsystem_TriggerLightLevel"); \ -static_assert(offsetof(OptimizationSubsystem_TriggerLightLevel, LightLevelName) == 0x000000, "Member 'OptimizationSubsystem_TriggerLightLevel::LightLevelName' has a wrong offset!"); \ -static_assert(offsetof(OptimizationSubsystem_TriggerLightLevel, SubLevelSuffix) == 0x000010, "Member 'OptimizationSubsystem_TriggerLightLevel::SubLevelSuffix' has a wrong offset!"); \ -static_assert(offsetof(OptimizationSubsystem_TriggerLightLevel, bIsVisible) == 0x000020, "Member 'OptimizationSubsystem_TriggerLightLevel::bIsVisible' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UOptimizationSubsystem \ -static_assert(alignof(UOptimizationSubsystem) == 0x000008, "Wrong alignment on UOptimizationSubsystem"); \ -static_assert(sizeof(UOptimizationSubsystem) == 0x000100, "Wrong size on UOptimizationSubsystem"); \ -static_assert(offsetof(UOptimizationSubsystem, LightLevelMap) == 0x000030, "Member 'UOptimizationSubsystem::LightLevelMap' has a wrong offset!"); \ -static_assert(offsetof(UOptimizationSubsystem, TriggeredLightLevelMap) == 0x000080, "Member 'UOptimizationSubsystem::TriggeredLightLevelMap' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_USteamUtilitiesLibrary \ -static_assert(alignof(USteamUtilitiesLibrary) == 0x000008, "Wrong alignment on USteamUtilitiesLibrary"); \ -static_assert(sizeof(USteamUtilitiesLibrary) == 0x000078, "Wrong size on USteamUtilitiesLibrary"); \ - #define DUMPER7_ASSERTS_ZGameControlParameters_GetAllowedOverlaps \ static_assert(alignof(ZGameControlParameters_GetAllowedOverlaps) == 0x000008, "Wrong alignment on ZGameControlParameters_GetAllowedOverlaps"); \ static_assert(sizeof(ZGameControlParameters_GetAllowedOverlaps) == 0x000050, "Wrong size on ZGameControlParameters_GetAllowedOverlaps"); \ @@ -84331,21 +83608,49 @@ static_assert(alignof(UZGameControlActorsEventAction) == 0x000008, "Wrong alignm static_assert(sizeof(UZGameControlActorsEventAction) == 0x0000C8, "Wrong size on UZGameControlActorsEventAction"); \ static_assert(offsetof(UZGameControlActorsEventAction, GameAction) == 0x0000C0, "Member 'UZGameControlActorsEventAction::GameAction' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZGameControlTurretAction_SetTargetActor \ -static_assert(alignof(ZGameControlTurretAction_SetTargetActor) == 0x000008, "Wrong alignment on ZGameControlTurretAction_SetTargetActor"); \ -static_assert(sizeof(ZGameControlTurretAction_SetTargetActor) == 0x000008, "Wrong size on ZGameControlTurretAction_SetTargetActor"); \ -static_assert(offsetof(ZGameControlTurretAction_SetTargetActor, NewTarget) == 0x000000, "Member 'ZGameControlTurretAction_SetTargetActor::NewTarget' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZGameControlSteamPipesAction \ +static_assert(alignof(UZGameControlSteamPipesAction) == 0x000008, "Wrong alignment on UZGameControlSteamPipesAction"); \ +static_assert(sizeof(UZGameControlSteamPipesAction) == 0x0000D0, "Wrong size on UZGameControlSteamPipesAction"); \ +static_assert(offsetof(UZGameControlSteamPipesAction, bAlwaysHot) == 0x0000C8, "Member 'UZGameControlSteamPipesAction::bAlwaysHot' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZGameControlTurretAction_GetTargetActor \ -static_assert(alignof(ZGameControlTurretAction_GetTargetActor) == 0x000008, "Wrong alignment on ZGameControlTurretAction_GetTargetActor"); \ -static_assert(sizeof(ZGameControlTurretAction_GetTargetActor) == 0x000008, "Wrong size on ZGameControlTurretAction_GetTargetActor"); \ -static_assert(offsetof(ZGameControlTurretAction_GetTargetActor, ReturnValue) == 0x000000, "Member 'ZGameControlTurretAction_GetTargetActor::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_IZNavmeshController \ +static_assert(alignof(IZNavmeshController) == 0x000001, "Wrong alignment on IZNavmeshController"); \ +static_assert(sizeof(IZNavmeshController) == 0x000001, "Wrong size on IZNavmeshController"); \ -#define DUMPER7_ASSERTS_UZGameControlTurretAction \ -static_assert(alignof(UZGameControlTurretAction) == 0x000008, "Wrong alignment on UZGameControlTurretAction"); \ -static_assert(sizeof(UZGameControlTurretAction) == 0x0000D8, "Wrong size on UZGameControlTurretAction"); \ -static_assert(offsetof(UZGameControlTurretAction, TargetActor) == 0x0000C8, "Member 'UZGameControlTurretAction::TargetActor' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlTurretAction, bTargetPlayer) == 0x0000D0, "Member 'UZGameControlTurretAction::bTargetPlayer' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_IZPlayerSpawnListener \ +static_assert(alignof(IZPlayerSpawnListener) == 0x000001, "Wrong alignment on IZPlayerSpawnListener"); \ +static_assert(sizeof(IZPlayerSpawnListener) == 0x000001, "Wrong size on IZPlayerSpawnListener"); \ + +#define DUMPER7_ASSERTS_ULevelAction \ +static_assert(alignof(ULevelAction) == 0x000008, "Wrong alignment on ULevelAction"); \ +static_assert(sizeof(ULevelAction) == 0x000038, "Wrong size on ULevelAction"); \ + +#define DUMPER7_ASSERTS_LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned \ +static_assert(alignof(LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned) == 0x000008, "Wrong alignment on LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned"); \ +static_assert(sizeof(LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned) == 0x000008, "Wrong size on LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned"); \ +static_assert(offsetof(LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned, SpawnedObject) == 0x000000, "Member 'LevelSequenceAspectRatioComponent_HandleOnSequenceObjectSpawned::SpawnedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceAspectRatioComponent \ +static_assert(alignof(ULevelSequenceAspectRatioComponent) == 0x000008, "Wrong alignment on ULevelSequenceAspectRatioComponent"); \ +static_assert(sizeof(ULevelSequenceAspectRatioComponent) == 0x0000B0, "Wrong size on ULevelSequenceAspectRatioComponent"); \ +static_assert(offsetof(ULevelSequenceAspectRatioComponent, OwnerLevelSequencePlayer) == 0x0000A0, "Member 'ULevelSequenceAspectRatioComponent::OwnerLevelSequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimizationSubsystem_TriggerLightLevel \ +static_assert(alignof(OptimizationSubsystem_TriggerLightLevel) == 0x000008, "Wrong alignment on OptimizationSubsystem_TriggerLightLevel"); \ +static_assert(sizeof(OptimizationSubsystem_TriggerLightLevel) == 0x000028, "Wrong size on OptimizationSubsystem_TriggerLightLevel"); \ +static_assert(offsetof(OptimizationSubsystem_TriggerLightLevel, LightLevelName) == 0x000000, "Member 'OptimizationSubsystem_TriggerLightLevel::LightLevelName' has a wrong offset!"); \ +static_assert(offsetof(OptimizationSubsystem_TriggerLightLevel, SubLevelSuffix) == 0x000010, "Member 'OptimizationSubsystem_TriggerLightLevel::SubLevelSuffix' has a wrong offset!"); \ +static_assert(offsetof(OptimizationSubsystem_TriggerLightLevel, bIsVisible) == 0x000020, "Member 'OptimizationSubsystem_TriggerLightLevel::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimizationSubsystem \ +static_assert(alignof(UOptimizationSubsystem) == 0x000008, "Wrong alignment on UOptimizationSubsystem"); \ +static_assert(sizeof(UOptimizationSubsystem) == 0x000100, "Wrong size on UOptimizationSubsystem"); \ +static_assert(offsetof(UOptimizationSubsystem, LightLevelMap) == 0x000030, "Member 'UOptimizationSubsystem::LightLevelMap' has a wrong offset!"); \ +static_assert(offsetof(UOptimizationSubsystem, TriggeredLightLevelMap) == 0x000080, "Member 'UOptimizationSubsystem::TriggeredLightLevelMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USteamUtilitiesLibrary \ +static_assert(alignof(USteamUtilitiesLibrary) == 0x000008, "Wrong alignment on USteamUtilitiesLibrary"); \ +static_assert(sizeof(USteamUtilitiesLibrary) == 0x000078, "Wrong size on USteamUtilitiesLibrary"); \ #define DUMPER7_ASSERTS_AZ3DPathVolume \ static_assert(alignof(AZ3DPathVolume) == 0x000008, "Wrong alignment on AZ3DPathVolume"); \ @@ -84486,6 +83791,31 @@ static_assert(offsetof(UZAbilitySystem, CharacterOwner) == 0x000028, "Member 'UZ static_assert(offsetof(UZAbilitySystem, Abilities) == 0x000030, "Member 'UZAbilitySystem::Abilities' has a wrong offset!"); \ static_assert(offsetof(UZAbilitySystem, OnAbilitySystemEnabled) == 0x000040, "Member 'UZAbilitySystem::OnAbilitySystemEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZActionGenericParameter_AddToVariableStorage \ +static_assert(alignof(ZActionGenericParameter_AddToVariableStorage) == 0x000008, "Wrong alignment on ZActionGenericParameter_AddToVariableStorage"); \ +static_assert(sizeof(ZActionGenericParameter_AddToVariableStorage) == 0x000008, "Wrong size on ZActionGenericParameter_AddToVariableStorage"); \ +static_assert(offsetof(ZActionGenericParameter_AddToVariableStorage, VariableStorage) == 0x000000, "Member 'ZActionGenericParameter_AddToVariableStorage::VariableStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZActionGenericParameter_GetParameterName \ +static_assert(alignof(ZActionGenericParameter_GetParameterName) == 0x000004, "Wrong alignment on ZActionGenericParameter_GetParameterName"); \ +static_assert(sizeof(ZActionGenericParameter_GetParameterName) == 0x000008, "Wrong size on ZActionGenericParameter_GetParameterName"); \ +static_assert(offsetof(ZActionGenericParameter_GetParameterName, ReturnValue) == 0x000000, "Member 'ZActionGenericParameter_GetParameterName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZActionGenericParameter \ +static_assert(alignof(UZActionGenericParameter) == 0x000008, "Wrong alignment on UZActionGenericParameter"); \ +static_assert(sizeof(UZActionGenericParameter) == 0x000030, "Wrong size on UZActionGenericParameter"); \ +static_assert(offsetof(UZActionGenericParameter, ParameterName) == 0x000028, "Member 'UZActionGenericParameter::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZActionIntParameter_GetGenericInteger \ +static_assert(alignof(ZActionIntParameter_GetGenericInteger) == 0x000004, "Wrong alignment on ZActionIntParameter_GetGenericInteger"); \ +static_assert(sizeof(ZActionIntParameter_GetGenericInteger) == 0x000004, "Wrong size on ZActionIntParameter_GetGenericInteger"); \ +static_assert(offsetof(ZActionIntParameter_GetGenericInteger, ReturnValue) == 0x000000, "Member 'ZActionIntParameter_GetGenericInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZActionIntParameter \ +static_assert(alignof(UZActionIntParameter) == 0x000008, "Wrong alignment on UZActionIntParameter"); \ +static_assert(sizeof(UZActionIntParameter) == 0x000038, "Wrong size on UZActionIntParameter"); \ +static_assert(offsetof(UZActionIntParameter, GenericInteger) == 0x000030, "Member 'UZActionIntParameter::GenericInteger' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_ZAbility_Camo_TimelineCallback \ static_assert(alignof(ZAbility_Camo_TimelineCallback) == 0x000004, "Wrong alignment on ZAbility_Camo_TimelineCallback"); \ static_assert(sizeof(ZAbility_Camo_TimelineCallback) == 0x000004, "Wrong size on ZAbility_Camo_TimelineCallback"); \ @@ -84493,7 +83823,7 @@ static_assert(offsetof(ZAbility_Camo_TimelineCallback, Val) == 0x000000, "Member #define DUMPER7_ASSERTS_UZAbility_Camo \ static_assert(alignof(UZAbility_Camo) == 0x000008, "Wrong alignment on UZAbility_Camo"); \ -static_assert(sizeof(UZAbility_Camo) == 0x000328, "Wrong size on UZAbility_Camo"); \ +static_assert(sizeof(UZAbility_Camo) == 0x000330, "Wrong size on UZAbility_Camo"); \ static_assert(offsetof(UZAbility_Camo, SneakyTrophyTag) == 0x000148, "Member 'UZAbility_Camo::SneakyTrophyTag' has a wrong offset!"); \ static_assert(offsetof(UZAbility_Camo, SneakyTrophyDuration) == 0x000150, "Member 'UZAbility_Camo::SneakyTrophyDuration' has a wrong offset!"); \ static_assert(offsetof(UZAbility_Camo, bSnapToX) == 0x000154, "Member 'UZAbility_Camo::bSnapToX' has a wrong offset!"); \ @@ -84517,31 +83847,10 @@ static_assert(offsetof(UZAbility_Camo, Surface) == 0x0001B8, "Member 'UZAbility_ static_assert(offsetof(UZAbility_Camo, Timeline) == 0x0002E8, "Member 'UZAbility_Camo::Timeline' has a wrong offset!"); \ static_assert(offsetof(UZAbility_Camo, NavObstacleSphere) == 0x0002F0, "Member 'UZAbility_Camo::NavObstacleSphere' has a wrong offset!"); \ static_assert(offsetof(UZAbility_Camo, SceneCaptureComp) == 0x0002F8, "Member 'UZAbility_Camo::SceneCaptureComp' has a wrong offset!"); \ -static_assert(offsetof(UZAbility_Camo, IgnoredActors) == 0x000300, "Member 'UZAbility_Camo::IgnoredActors' has a wrong offset!"); \ -static_assert(offsetof(UZAbility_Camo, CamoState) == 0x000310, "Member 'UZAbility_Camo::CamoState' has a wrong offset!"); \ -static_assert(offsetof(UZAbility_Camo, SceneCaptureHandle) == 0x000318, "Member 'UZAbility_Camo::SceneCaptureHandle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMontagePlayWarpTarget_OnBeginOverlap \ -static_assert(alignof(ZMontagePlayWarpTarget_OnBeginOverlap) == 0x000008, "Wrong alignment on ZMontagePlayWarpTarget_OnBeginOverlap"); \ -static_assert(sizeof(ZMontagePlayWarpTarget_OnBeginOverlap) == 0x000118, "Wrong size on ZMontagePlayWarpTarget_OnBeginOverlap"); \ -static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OtherActor) == 0x000008, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OtherComp) == 0x000010, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, SweepResult) == 0x000020, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::SweepResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZMontagePlayWarpTarget \ -static_assert(alignof(AZMontagePlayWarpTarget) == 0x000008, "Wrong alignment on AZMontagePlayWarpTarget"); \ -static_assert(sizeof(AZMontagePlayWarpTarget) == 0x0002E8, "Wrong size on AZMontagePlayWarpTarget"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, BoxComponent) == 0x000290, "Member 'AZMontagePlayWarpTarget::BoxComponent' has a wrong offset!"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, TargetActor) == 0x000298, "Member 'AZMontagePlayWarpTarget::TargetActor' has a wrong offset!"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, AnimToPlay) == 0x0002C0, "Member 'AZMontagePlayWarpTarget::AnimToPlay' has a wrong offset!"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, WarpTargetName) == 0x0002C8, "Member 'AZMontagePlayWarpTarget::WarpTargetName' has a wrong offset!"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, BoneTargetName) == 0x0002D0, "Member 'AZMontagePlayWarpTarget::BoneTargetName' has a wrong offset!"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, bShouldFollowComponent) == 0x0002D8, "Member 'AZMontagePlayWarpTarget::bShouldFollowComponent' has a wrong offset!"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, MontageSection) == 0x0002DC, "Member 'AZMontagePlayWarpTarget::MontageSection' has a wrong offset!"); \ -static_assert(offsetof(AZMontagePlayWarpTarget, bDebug) == 0x0002E4, "Member 'AZMontagePlayWarpTarget::bDebug' has a wrong offset!"); \ +static_assert(offsetof(UZAbility_Camo, CharacterCosmetic) == 0x000300, "Member 'UZAbility_Camo::CharacterCosmetic' has a wrong offset!"); \ +static_assert(offsetof(UZAbility_Camo, IgnoredActors) == 0x000308, "Member 'UZAbility_Camo::IgnoredActors' has a wrong offset!"); \ +static_assert(offsetof(UZAbility_Camo, CamoState) == 0x000318, "Member 'UZAbility_Camo::CamoState' has a wrong offset!"); \ +static_assert(offsetof(UZAbility_Camo, SceneCaptureHandle) == 0x000320, "Member 'UZAbility_Camo::SceneCaptureHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZAbility_Climb_ShouldActivate \ static_assert(alignof(ZAbility_Climb_ShouldActivate) == 0x000001, "Wrong alignment on ZAbility_Climb_ShouldActivate"); \ @@ -84552,6 +83861,59 @@ static_assert(offsetof(ZAbility_Climb_ShouldActivate, ReturnValue) == 0x000000, static_assert(alignof(UZAbility_Climb) == 0x000008, "Wrong alignment on UZAbility_Climb"); \ static_assert(sizeof(UZAbility_Climb) == 0x000138, "Wrong size on UZAbility_Climb"); \ +#define DUMPER7_ASSERTS_ZMushroomField_OnGameplayReadyEvent \ +static_assert(alignof(ZMushroomField_OnGameplayReadyEvent) == 0x000001, "Wrong alignment on ZMushroomField_OnGameplayReadyEvent"); \ +static_assert(sizeof(ZMushroomField_OnGameplayReadyEvent) == 0x000001, "Wrong size on ZMushroomField_OnGameplayReadyEvent"); \ +static_assert(offsetof(ZMushroomField_OnGameplayReadyEvent, bGameplayReady) == 0x000000, "Member 'ZMushroomField_OnGameplayReadyEvent::bGameplayReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomField_OnOverlapBegin \ +static_assert(alignof(ZMushroomField_OnOverlapBegin) == 0x000008, "Wrong alignment on ZMushroomField_OnOverlapBegin"); \ +static_assert(sizeof(ZMushroomField_OnOverlapBegin) == 0x000118, "Wrong size on ZMushroomField_OnOverlapBegin"); \ +static_assert(offsetof(ZMushroomField_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'ZMushroomField_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapBegin, Other) == 0x000008, "Member 'ZMushroomField_OnOverlapBegin::Other' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZMushroomField_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZMushroomField_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZMushroomField_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZMushroomField_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomField_OnOverlapEnd \ +static_assert(alignof(ZMushroomField_OnOverlapEnd) == 0x000008, "Wrong alignment on ZMushroomField_OnOverlapEnd"); \ +static_assert(sizeof(ZMushroomField_OnOverlapEnd) == 0x000020, "Wrong size on ZMushroomField_OnOverlapEnd"); \ +static_assert(offsetof(ZMushroomField_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZMushroomField_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZMushroomField_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZMushroomField_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomField_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZMushroomField_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomField_OnPlayerRestartOverlap \ +static_assert(alignof(ZMushroomField_OnPlayerRestartOverlap) == 0x000008, "Wrong alignment on ZMushroomField_OnPlayerRestartOverlap"); \ +static_assert(sizeof(ZMushroomField_OnPlayerRestartOverlap) == 0x000008, "Wrong size on ZMushroomField_OnPlayerRestartOverlap"); \ +static_assert(offsetof(ZMushroomField_OnPlayerRestartOverlap, Pawn) == 0x000000, "Member 'ZMushroomField_OnPlayerRestartOverlap::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomField_GetAlertedPawns \ +static_assert(alignof(ZMushroomField_GetAlertedPawns) == 0x000008, "Wrong alignment on ZMushroomField_GetAlertedPawns"); \ +static_assert(sizeof(ZMushroomField_GetAlertedPawns) == 0x000010, "Wrong size on ZMushroomField_GetAlertedPawns"); \ +static_assert(offsetof(ZMushroomField_GetAlertedPawns, ReturnValue) == 0x000000, "Member 'ZMushroomField_GetAlertedPawns::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomField_GetFieldSystem \ +static_assert(alignof(ZMushroomField_GetFieldSystem) == 0x000008, "Wrong alignment on ZMushroomField_GetFieldSystem"); \ +static_assert(sizeof(ZMushroomField_GetFieldSystem) == 0x000008, "Wrong size on ZMushroomField_GetFieldSystem"); \ +static_assert(offsetof(ZMushroomField_GetFieldSystem, ReturnValue) == 0x000000, "Member 'ZMushroomField_GetFieldSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomField_ShouldAlertSharks \ +static_assert(alignof(ZMushroomField_ShouldAlertSharks) == 0x000001, "Wrong alignment on ZMushroomField_ShouldAlertSharks"); \ +static_assert(sizeof(ZMushroomField_ShouldAlertSharks) == 0x000001, "Wrong size on ZMushroomField_ShouldAlertSharks"); \ +static_assert(offsetof(ZMushroomField_ShouldAlertSharks, ReturnValue) == 0x000000, "Member 'ZMushroomField_ShouldAlertSharks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZMushroomField \ +static_assert(alignof(AZMushroomField) == 0x000008, "Wrong alignment on AZMushroomField"); \ +static_assert(sizeof(AZMushroomField) == 0x000310, "Wrong size on AZMushroomField"); \ +static_assert(offsetof(AZMushroomField, PlayerListener) == 0x0002D0, "Member 'AZMushroomField::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomField, Triggers) == 0x0002D8, "Member 'AZMushroomField::Triggers' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomField, bShouldAlertSharks) == 0x0002E8, "Member 'AZMushroomField::bShouldAlertSharks' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomField, AlertedPawns) == 0x0002F0, "Member 'AZMushroomField::AlertedPawns' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomField, PawnIntruder) == 0x000300, "Member 'AZMushroomField::PawnIntruder' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomField, FieldSystem) == 0x000308, "Member 'AZMushroomField::FieldSystem' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZAbility_Grab \ static_assert(alignof(UZAbility_Grab) == 0x000008, "Wrong alignment on UZAbility_Grab"); \ static_assert(sizeof(UZAbility_Grab) == 0x000128, "Wrong size on UZAbility_Grab"); \ @@ -84560,6 +83922,56 @@ static_assert(sizeof(UZAbility_Grab) == 0x000128, "Wrong size on UZAbility_Grab" static_assert(alignof(UZAbility_Greeting) == 0x000008, "Wrong alignment on UZAbility_Greeting"); \ static_assert(sizeof(UZAbility_Greeting) == 0x000128, "Wrong size on UZAbility_Greeting"); \ +#define DUMPER7_ASSERTS_ZGameplayTagComponent_AddGameplayTag \ +static_assert(alignof(ZGameplayTagComponent_AddGameplayTag) == 0x000004, "Wrong alignment on ZGameplayTagComponent_AddGameplayTag"); \ +static_assert(sizeof(ZGameplayTagComponent_AddGameplayTag) == 0x000008, "Wrong size on ZGameplayTagComponent_AddGameplayTag"); \ +static_assert(offsetof(ZGameplayTagComponent_AddGameplayTag, TagToAdd) == 0x000000, "Member 'ZGameplayTagComponent_AddGameplayTag::TagToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayTagComponent_AddGameplayTags \ +static_assert(alignof(ZGameplayTagComponent_AddGameplayTags) == 0x000008, "Wrong alignment on ZGameplayTagComponent_AddGameplayTags"); \ +static_assert(sizeof(ZGameplayTagComponent_AddGameplayTags) == 0x000020, "Wrong size on ZGameplayTagComponent_AddGameplayTags"); \ +static_assert(offsetof(ZGameplayTagComponent_AddGameplayTags, TagsToAdd) == 0x000000, "Member 'ZGameplayTagComponent_AddGameplayTags::TagsToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayTagComponent_RemoveGameplayTag \ +static_assert(alignof(ZGameplayTagComponent_RemoveGameplayTag) == 0x000004, "Wrong alignment on ZGameplayTagComponent_RemoveGameplayTag"); \ +static_assert(sizeof(ZGameplayTagComponent_RemoveGameplayTag) == 0x000008, "Wrong size on ZGameplayTagComponent_RemoveGameplayTag"); \ +static_assert(offsetof(ZGameplayTagComponent_RemoveGameplayTag, TagToRemove) == 0x000000, "Member 'ZGameplayTagComponent_RemoveGameplayTag::TagToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayTagComponent_RemoveGameplayTags \ +static_assert(alignof(ZGameplayTagComponent_RemoveGameplayTags) == 0x000008, "Wrong alignment on ZGameplayTagComponent_RemoveGameplayTags"); \ +static_assert(sizeof(ZGameplayTagComponent_RemoveGameplayTags) == 0x000020, "Wrong size on ZGameplayTagComponent_RemoveGameplayTags"); \ +static_assert(offsetof(ZGameplayTagComponent_RemoveGameplayTags, TagsToRemove) == 0x000000, "Member 'ZGameplayTagComponent_RemoveGameplayTags::TagsToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayTagComponent_GetPreventAbilityGPTC \ +static_assert(alignof(ZGameplayTagComponent_GetPreventAbilityGPTC) == 0x000008, "Wrong alignment on ZGameplayTagComponent_GetPreventAbilityGPTC"); \ +static_assert(sizeof(ZGameplayTagComponent_GetPreventAbilityGPTC) == 0x000020, "Wrong size on ZGameplayTagComponent_GetPreventAbilityGPTC"); \ +static_assert(offsetof(ZGameplayTagComponent_GetPreventAbilityGPTC, ReturnValue) == 0x000000, "Member 'ZGameplayTagComponent_GetPreventAbilityGPTC::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayTagComponent_HasTag \ +static_assert(alignof(ZGameplayTagComponent_HasTag) == 0x000004, "Wrong alignment on ZGameplayTagComponent_HasTag"); \ +static_assert(sizeof(ZGameplayTagComponent_HasTag) == 0x00000C, "Wrong size on ZGameplayTagComponent_HasTag"); \ +static_assert(offsetof(ZGameplayTagComponent_HasTag, TagToCheck) == 0x000000, "Member 'ZGameplayTagComponent_HasTag::TagToCheck' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayTagComponent_HasTag, ReturnValue) == 0x000008, "Member 'ZGameplayTagComponent_HasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayTagComponent_HasTagByName \ +static_assert(alignof(ZGameplayTagComponent_HasTagByName) == 0x000004, "Wrong alignment on ZGameplayTagComponent_HasTagByName"); \ +static_assert(sizeof(ZGameplayTagComponent_HasTagByName) == 0x00000C, "Wrong size on ZGameplayTagComponent_HasTagByName"); \ +static_assert(offsetof(ZGameplayTagComponent_HasTagByName, TagName) == 0x000000, "Member 'ZGameplayTagComponent_HasTagByName::TagName' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayTagComponent_HasTagByName, ReturnValue) == 0x000008, "Member 'ZGameplayTagComponent_HasTagByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayTagComponent_HasTags \ +static_assert(alignof(ZGameplayTagComponent_HasTags) == 0x000008, "Wrong alignment on ZGameplayTagComponent_HasTags"); \ +static_assert(sizeof(ZGameplayTagComponent_HasTags) == 0x000028, "Wrong size on ZGameplayTagComponent_HasTags"); \ +static_assert(offsetof(ZGameplayTagComponent_HasTags, TagsToCheck) == 0x000000, "Member 'ZGameplayTagComponent_HasTags::TagsToCheck' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayTagComponent_HasTags, ReturnValue) == 0x000020, "Member 'ZGameplayTagComponent_HasTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameplayTagComponent \ +static_assert(alignof(UZGameplayTagComponent) == 0x000008, "Wrong alignment on UZGameplayTagComponent"); \ +static_assert(sizeof(UZGameplayTagComponent) == 0x0000E0, "Wrong size on UZGameplayTagComponent"); \ +static_assert(offsetof(UZGameplayTagComponent, GameplayTags) == 0x0000A0, "Member 'UZGameplayTagComponent::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(UZGameplayTagComponent, OnGameplayTagAdded) == 0x0000C0, "Member 'UZGameplayTagComponent::OnGameplayTagAdded' has a wrong offset!"); \ +static_assert(offsetof(UZGameplayTagComponent, OnGameplayTagRemoved) == 0x0000D0, "Member 'UZGameplayTagComponent::OnGameplayTagRemoved' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZAbility_InkShot \ static_assert(alignof(UZAbility_InkShot) == 0x000008, "Wrong alignment on UZAbility_InkShot"); \ static_assert(sizeof(UZAbility_InkShot) == 0x000130, "Wrong size on UZAbility_InkShot"); \ @@ -84645,322 +84057,6 @@ static_assert(offsetof(UZAbility_Jump, CurrentJumpImpulse) == 0x0001CC, "Member static_assert(offsetof(UZAbility_Jump, MovementMode) == 0x0001D0, "Member 'UZAbility_Jump::MovementMode' has a wrong offset!"); \ static_assert(offsetof(UZAbility_Jump, MovementComponent) == 0x0001D8, "Member 'UZAbility_Jump::MovementComponent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZGameInstance_CheckpointScenarioCompare \ -static_assert(alignof(ZGameInstance_CheckpointScenarioCompare) == 0x000008, "Wrong alignment on ZGameInstance_CheckpointScenarioCompare"); \ -static_assert(sizeof(ZGameInstance_CheckpointScenarioCompare) == 0x000028, "Wrong size on ZGameInstance_CheckpointScenarioCompare"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, WorldContextObject) == 0x000000, "Member 'ZGameInstance_CheckpointScenarioCompare::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, A) == 0x000008, "Member 'ZGameInstance_CheckpointScenarioCompare::A' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, B) == 0x000010, "Member 'ZGameInstance_CheckpointScenarioCompare::B' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, Checkpoint) == 0x000018, "Member 'ZGameInstance_CheckpointScenarioCompare::Checkpoint' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, Operator) == 0x000020, "Member 'ZGameInstance_CheckpointScenarioCompare::Operator' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, ReturnValue) == 0x000021, "Member 'ZGameInstance_CheckpointScenarioCompare::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_CheckpointScenarioGet \ -static_assert(alignof(ZGameInstance_CheckpointScenarioGet) == 0x000008, "Wrong alignment on ZGameInstance_CheckpointScenarioGet"); \ -static_assert(sizeof(ZGameInstance_CheckpointScenarioGet) == 0x000028, "Wrong size on ZGameInstance_CheckpointScenarioGet"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, WorldContextObject) == 0x000000, "Member 'ZGameInstance_CheckpointScenarioGet::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, A) == 0x000008, "Member 'ZGameInstance_CheckpointScenarioGet::A' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, B) == 0x000010, "Member 'ZGameInstance_CheckpointScenarioGet::B' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, Checkpoint) == 0x000018, "Member 'ZGameInstance_CheckpointScenarioGet::Checkpoint' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, ReturnValue) == 0x000020, "Member 'ZGameInstance_CheckpointScenarioGet::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_AddGameFact \ -static_assert(alignof(ZGameInstance_AddGameFact) == 0x000004, "Wrong alignment on ZGameInstance_AddGameFact"); \ -static_assert(sizeof(ZGameInstance_AddGameFact) == 0x000008, "Wrong size on ZGameInstance_AddGameFact"); \ -static_assert(offsetof(ZGameInstance_AddGameFact, Fact) == 0x000000, "Member 'ZGameInstance_AddGameFact::Fact' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_AddGameFacts \ -static_assert(alignof(ZGameInstance_AddGameFacts) == 0x000008, "Wrong alignment on ZGameInstance_AddGameFacts"); \ -static_assert(sizeof(ZGameInstance_AddGameFacts) == 0x000020, "Wrong size on ZGameInstance_AddGameFacts"); \ -static_assert(offsetof(ZGameInstance_AddGameFacts, Facts) == 0x000000, "Member 'ZGameInstance_AddGameFacts::Facts' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_FindCheckpointFromName \ -static_assert(alignof(ZGameInstance_FindCheckpointFromName) == 0x000008, "Wrong alignment on ZGameInstance_FindCheckpointFromName"); \ -static_assert(sizeof(ZGameInstance_FindCheckpointFromName) == 0x000020, "Wrong size on ZGameInstance_FindCheckpointFromName"); \ -static_assert(offsetof(ZGameInstance_FindCheckpointFromName, CheckpointName) == 0x000000, "Member 'ZGameInstance_FindCheckpointFromName::CheckpointName' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_FindCheckpointFromName, ReturnValue) == 0x000010, "Member 'ZGameInstance_FindCheckpointFromName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_HasRecentGame \ -static_assert(alignof(ZGameInstance_HasRecentGame) == 0x000001, "Wrong alignment on ZGameInstance_HasRecentGame"); \ -static_assert(sizeof(ZGameInstance_HasRecentGame) == 0x000001, "Wrong size on ZGameInstance_HasRecentGame"); \ -static_assert(offsetof(ZGameInstance_HasRecentGame, ReturnValue) == 0x000000, "Member 'ZGameInstance_HasRecentGame::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_Log \ -static_assert(alignof(ZGameInstance_Log) == 0x000008, "Wrong alignment on ZGameInstance_Log"); \ -static_assert(sizeof(ZGameInstance_Log) == 0x000018, "Wrong size on ZGameInstance_Log"); \ -static_assert(offsetof(ZGameInstance_Log, Actor) == 0x000000, "Member 'ZGameInstance_Log::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_Log, String) == 0x000008, "Member 'ZGameInstance_Log::String' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_NotifyRenderingEvent \ -static_assert(alignof(ZGameInstance_NotifyRenderingEvent) == 0x000001, "Wrong alignment on ZGameInstance_NotifyRenderingEvent"); \ -static_assert(sizeof(ZGameInstance_NotifyRenderingEvent) == 0x000001, "Wrong size on ZGameInstance_NotifyRenderingEvent"); \ -static_assert(offsetof(ZGameInstance_NotifyRenderingEvent, Event) == 0x000000, "Member 'ZGameInstance_NotifyRenderingEvent::Event' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_OnAudioOutputDeviceReceived \ -static_assert(alignof(ZGameInstance_OnAudioOutputDeviceReceived) == 0x000008, "Wrong alignment on ZGameInstance_OnAudioOutputDeviceReceived"); \ -static_assert(sizeof(ZGameInstance_OnAudioOutputDeviceReceived) == 0x000010, "Wrong size on ZGameInstance_OnAudioOutputDeviceReceived"); \ -static_assert(offsetof(ZGameInstance_OnAudioOutputDeviceReceived, AvailableDevices) == 0x000000, "Member 'ZGameInstance_OnAudioOutputDeviceReceived::AvailableDevices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_OnAudioOutputDevices \ -static_assert(alignof(ZGameInstance_OnAudioOutputDevices) == 0x000008, "Wrong alignment on ZGameInstance_OnAudioOutputDevices"); \ -static_assert(sizeof(ZGameInstance_OnAudioOutputDevices) == 0x000010, "Wrong size on ZGameInstance_OnAudioOutputDevices"); \ -static_assert(offsetof(ZGameInstance_OnAudioOutputDevices, AvailableDevices) == 0x000000, "Member 'ZGameInstance_OnAudioOutputDevices::AvailableDevices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_OnInputHardwareDeviceChanged \ -static_assert(alignof(ZGameInstance_OnInputHardwareDeviceChanged) == 0x000004, "Wrong alignment on ZGameInstance_OnInputHardwareDeviceChanged"); \ -static_assert(sizeof(ZGameInstance_OnInputHardwareDeviceChanged) == 0x000008, "Wrong size on ZGameInstance_OnInputHardwareDeviceChanged"); \ -static_assert(offsetof(ZGameInstance_OnInputHardwareDeviceChanged, UserId) == 0x000000, "Member 'ZGameInstance_OnInputHardwareDeviceChanged::UserId' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_OnInputHardwareDeviceChanged, DeviceID) == 0x000004, "Member 'ZGameInstance_OnInputHardwareDeviceChanged::DeviceID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_OnNintendoConsoleDockerOrUndocked \ -static_assert(alignof(ZGameInstance_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong alignment on ZGameInstance_OnNintendoConsoleDockerOrUndocked"); \ -static_assert(sizeof(ZGameInstance_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong size on ZGameInstance_OnNintendoConsoleDockerOrUndocked"); \ -static_assert(offsetof(ZGameInstance_OnNintendoConsoleDockerOrUndocked, bIsDocked) == 0x000000, "Member 'ZGameInstance_OnNintendoConsoleDockerOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_ReduceGameCostDuringSequence \ -static_assert(alignof(ZGameInstance_ReduceGameCostDuringSequence) == 0x000008, "Wrong alignment on ZGameInstance_ReduceGameCostDuringSequence"); \ -static_assert(sizeof(ZGameInstance_ReduceGameCostDuringSequence) == 0x000008, "Wrong size on ZGameInstance_ReduceGameCostDuringSequence"); \ -static_assert(offsetof(ZGameInstance_ReduceGameCostDuringSequence, MediaPlayer) == 0x000000, "Member 'ZGameInstance_ReduceGameCostDuringSequence::MediaPlayer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_RemoveGameFact \ -static_assert(alignof(ZGameInstance_RemoveGameFact) == 0x000004, "Wrong alignment on ZGameInstance_RemoveGameFact"); \ -static_assert(sizeof(ZGameInstance_RemoveGameFact) == 0x000008, "Wrong size on ZGameInstance_RemoveGameFact"); \ -static_assert(offsetof(ZGameInstance_RemoveGameFact, Fact) == 0x000000, "Member 'ZGameInstance_RemoveGameFact::Fact' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_RemoveReachesCheckpointFromMenu \ -static_assert(alignof(ZGameInstance_RemoveReachesCheckpointFromMenu) == 0x000004, "Wrong alignment on ZGameInstance_RemoveReachesCheckpointFromMenu"); \ -static_assert(sizeof(ZGameInstance_RemoveReachesCheckpointFromMenu) == 0x000010, "Wrong size on ZGameInstance_RemoveReachesCheckpointFromMenu"); \ -static_assert(offsetof(ZGameInstance_RemoveReachesCheckpointFromMenu, CheckpointID) == 0x000000, "Member 'ZGameInstance_RemoveReachesCheckpointFromMenu::CheckpointID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_SaveGame \ -static_assert(alignof(ZGameInstance_SaveGame) == 0x000001, "Wrong alignment on ZGameInstance_SaveGame"); \ -static_assert(sizeof(ZGameInstance_SaveGame) == 0x000001, "Wrong size on ZGameInstance_SaveGame"); \ -static_assert(offsetof(ZGameInstance_SaveGame, ReturnValue) == 0x000000, "Member 'ZGameInstance_SaveGame::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_SetGameplayReady \ -static_assert(alignof(ZGameInstance_SetGameplayReady) == 0x000001, "Wrong alignment on ZGameInstance_SetGameplayReady"); \ -static_assert(sizeof(ZGameInstance_SetGameplayReady) == 0x000001, "Wrong size on ZGameInstance_SetGameplayReady"); \ -static_assert(offsetof(ZGameInstance_SetGameplayReady, Value) == 0x000000, "Member 'ZGameInstance_SetGameplayReady::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_SetGamma \ -static_assert(alignof(ZGameInstance_SetGamma) == 0x000004, "Wrong alignment on ZGameInstance_SetGamma"); \ -static_assert(sizeof(ZGameInstance_SetGamma) == 0x000004, "Wrong size on ZGameInstance_SetGamma"); \ -static_assert(offsetof(ZGameInstance_SetGamma, Value) == 0x000000, "Member 'ZGameInstance_SetGamma::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_SetPauseMenuLocked \ -static_assert(alignof(ZGameInstance_SetPauseMenuLocked) == 0x000001, "Wrong alignment on ZGameInstance_SetPauseMenuLocked"); \ -static_assert(sizeof(ZGameInstance_SetPauseMenuLocked) == 0x000001, "Wrong size on ZGameInstance_SetPauseMenuLocked"); \ -static_assert(offsetof(ZGameInstance_SetPauseMenuLocked, Value) == 0x000000, "Member 'ZGameInstance_SetPauseMenuLocked::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_StartPlayerGameSlot \ -static_assert(alignof(ZGameInstance_StartPlayerGameSlot) == 0x000004, "Wrong alignment on ZGameInstance_StartPlayerGameSlot"); \ -static_assert(sizeof(ZGameInstance_StartPlayerGameSlot) == 0x000008, "Wrong size on ZGameInstance_StartPlayerGameSlot"); \ -static_assert(offsetof(ZGameInstance_StartPlayerGameSlot, SlotIndex) == 0x000000, "Member 'ZGameInstance_StartPlayerGameSlot::SlotIndex' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_StartPlayerGameSlot, ReturnValue) == 0x000004, "Member 'ZGameInstance_StartPlayerGameSlot::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_TransitionToLevel \ -static_assert(alignof(ZGameInstance_TransitionToLevel) == 0x000008, "Wrong alignment on ZGameInstance_TransitionToLevel"); \ -static_assert(sizeof(ZGameInstance_TransitionToLevel) == 0x000058, "Wrong size on ZGameInstance_TransitionToLevel"); \ -static_assert(offsetof(ZGameInstance_TransitionToLevel, Level) == 0x000000, "Member 'ZGameInstance_TransitionToLevel::Level' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_TransitionToLevel, CheckpointID) == 0x000028, "Member 'ZGameInstance_TransitionToLevel::CheckpointID' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_TransitionToLevel, Video) == 0x000038, "Member 'ZGameInstance_TransitionToLevel::Video' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_TransitionToLevel, BinkDrawStyle) == 0x000048, "Member 'ZGameInstance_TransitionToLevel::BinkDrawStyle' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_TransitionToLevel, BinkBufferMode) == 0x000049, "Member 'ZGameInstance_TransitionToLevel::BinkBufferMode' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_TransitionToLevel, Delay) == 0x00004C, "Member 'ZGameInstance_TransitionToLevel::Delay' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_TransitionToLevel, ReturnValue) == 0x000050, "Member 'ZGameInstance_TransitionToLevel::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_CompareCheckpoints \ -static_assert(alignof(ZGameInstance_CompareCheckpoints) == 0x000004, "Wrong alignment on ZGameInstance_CompareCheckpoints"); \ -static_assert(sizeof(ZGameInstance_CompareCheckpoints) == 0x000024, "Wrong size on ZGameInstance_CompareCheckpoints"); \ -static_assert(offsetof(ZGameInstance_CompareCheckpoints, A) == 0x000000, "Member 'ZGameInstance_CompareCheckpoints::A' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CompareCheckpoints, To) == 0x000010, "Member 'ZGameInstance_CompareCheckpoints::To' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_CompareCheckpoints, ReturnValue) == 0x000020, "Member 'ZGameInstance_CompareCheckpoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetAccessibleCheckPoints \ -static_assert(alignof(ZGameInstance_GetAccessibleCheckPoints) == 0x000008, "Wrong alignment on ZGameInstance_GetAccessibleCheckPoints"); \ -static_assert(sizeof(ZGameInstance_GetAccessibleCheckPoints) == 0x000010, "Wrong size on ZGameInstance_GetAccessibleCheckPoints"); \ -static_assert(offsetof(ZGameInstance_GetAccessibleCheckPoints, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetAccessibleCheckPoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetAIDirector \ -static_assert(alignof(ZGameInstance_GetAIDirector) == 0x000008, "Wrong alignment on ZGameInstance_GetAIDirector"); \ -static_assert(sizeof(ZGameInstance_GetAIDirector) == 0x000008, "Wrong size on ZGameInstance_GetAIDirector"); \ -static_assert(offsetof(ZGameInstance_GetAIDirector, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetAIDirector::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetAllCheckpoints \ -static_assert(alignof(ZGameInstance_GetAllCheckpoints) == 0x000008, "Wrong alignment on ZGameInstance_GetAllCheckpoints"); \ -static_assert(sizeof(ZGameInstance_GetAllCheckpoints) == 0x000010, "Wrong size on ZGameInstance_GetAllCheckpoints"); \ -static_assert(offsetof(ZGameInstance_GetAllCheckpoints, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetAllCheckpoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetBuildName \ -static_assert(alignof(ZGameInstance_GetBuildName) == 0x000008, "Wrong alignment on ZGameInstance_GetBuildName"); \ -static_assert(sizeof(ZGameInstance_GetBuildName) == 0x000010, "Wrong size on ZGameInstance_GetBuildName"); \ -static_assert(offsetof(ZGameInstance_GetBuildName, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetBuildName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetCheckpointData \ -static_assert(alignof(ZGameInstance_GetCheckpointData) == 0x000008, "Wrong alignment on ZGameInstance_GetCheckpointData"); \ -static_assert(sizeof(ZGameInstance_GetCheckpointData) == 0x000090, "Wrong size on ZGameInstance_GetCheckpointData"); \ -static_assert(offsetof(ZGameInstance_GetCheckpointData, CheckpointID) == 0x000000, "Member 'ZGameInstance_GetCheckpointData::CheckpointID' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_GetCheckpointData, ReturnValue) == 0x000010, "Member 'ZGameInstance_GetCheckpointData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetCollectibleSystem \ -static_assert(alignof(ZGameInstance_GetCollectibleSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetCollectibleSystem"); \ -static_assert(sizeof(ZGameInstance_GetCollectibleSystem) == 0x000008, "Wrong size on ZGameInstance_GetCollectibleSystem"); \ -static_assert(offsetof(ZGameInstance_GetCollectibleSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCollectibleSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetCollisionAvoidanceSystem \ -static_assert(alignof(ZGameInstance_GetCollisionAvoidanceSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetCollisionAvoidanceSystem"); \ -static_assert(sizeof(ZGameInstance_GetCollisionAvoidanceSystem) == 0x000008, "Wrong size on ZGameInstance_GetCollisionAvoidanceSystem"); \ -static_assert(offsetof(ZGameInstance_GetCollisionAvoidanceSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCollisionAvoidanceSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetCurrentCheckPoint \ -static_assert(alignof(ZGameInstance_GetCurrentCheckPoint) == 0x000004, "Wrong alignment on ZGameInstance_GetCurrentCheckPoint"); \ -static_assert(sizeof(ZGameInstance_GetCurrentCheckPoint) == 0x000010, "Wrong size on ZGameInstance_GetCurrentCheckPoint"); \ -static_assert(offsetof(ZGameInstance_GetCurrentCheckPoint, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCurrentCheckPoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetCurrentSavedCheckPoint \ -static_assert(alignof(ZGameInstance_GetCurrentSavedCheckPoint) == 0x000004, "Wrong alignment on ZGameInstance_GetCurrentSavedCheckPoint"); \ -static_assert(sizeof(ZGameInstance_GetCurrentSavedCheckPoint) == 0x000010, "Wrong size on ZGameInstance_GetCurrentSavedCheckPoint"); \ -static_assert(offsetof(ZGameInstance_GetCurrentSavedCheckPoint, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCurrentSavedCheckPoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetDatastore \ -static_assert(alignof(ZGameInstance_GetDatastore) == 0x000008, "Wrong alignment on ZGameInstance_GetDatastore"); \ -static_assert(sizeof(ZGameInstance_GetDatastore) == 0x000008, "Wrong size on ZGameInstance_GetDatastore"); \ -static_assert(offsetof(ZGameInstance_GetDatastore, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetDatastore::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetDeathFactory \ -static_assert(alignof(ZGameInstance_GetDeathFactory) == 0x000008, "Wrong alignment on ZGameInstance_GetDeathFactory"); \ -static_assert(sizeof(ZGameInstance_GetDeathFactory) == 0x000008, "Wrong size on ZGameInstance_GetDeathFactory"); \ -static_assert(offsetof(ZGameInstance_GetDeathFactory, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetDeathFactory::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetGamma \ -static_assert(alignof(ZGameInstance_GetGamma) == 0x000004, "Wrong alignment on ZGameInstance_GetGamma"); \ -static_assert(sizeof(ZGameInstance_GetGamma) == 0x000004, "Wrong size on ZGameInstance_GetGamma"); \ -static_assert(offsetof(ZGameInstance_GetGamma, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetGamma::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetInputMode \ -static_assert(alignof(ZGameInstance_GetInputMode) == 0x000001, "Wrong alignment on ZGameInstance_GetInputMode"); \ -static_assert(sizeof(ZGameInstance_GetInputMode) == 0x000001, "Wrong size on ZGameInstance_GetInputMode"); \ -static_assert(offsetof(ZGameInstance_GetInputMode, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetInputMode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetPlatformType \ -static_assert(alignof(ZGameInstance_GetPlatformType) == 0x000001, "Wrong alignment on ZGameInstance_GetPlatformType"); \ -static_assert(sizeof(ZGameInstance_GetPlatformType) == 0x000001, "Wrong size on ZGameInstance_GetPlatformType"); \ -static_assert(offsetof(ZGameInstance_GetPlatformType, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetPlatformType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetPlayerListenerSystem \ -static_assert(alignof(ZGameInstance_GetPlayerListenerSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetPlayerListenerSystem"); \ -static_assert(sizeof(ZGameInstance_GetPlayerListenerSystem) == 0x000008, "Wrong size on ZGameInstance_GetPlayerListenerSystem"); \ -static_assert(offsetof(ZGameInstance_GetPlayerListenerSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetPlayerListenerSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetSaveManager \ -static_assert(alignof(ZGameInstance_GetSaveManager) == 0x000008, "Wrong alignment on ZGameInstance_GetSaveManager"); \ -static_assert(sizeof(ZGameInstance_GetSaveManager) == 0x000008, "Wrong size on ZGameInstance_GetSaveManager"); \ -static_assert(offsetof(ZGameInstance_GetSaveManager, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetSaveManager::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetSkinSystem \ -static_assert(alignof(ZGameInstance_GetSkinSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetSkinSystem"); \ -static_assert(sizeof(ZGameInstance_GetSkinSystem) == 0x000008, "Wrong size on ZGameInstance_GetSkinSystem"); \ -static_assert(offsetof(ZGameInstance_GetSkinSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetSkinSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetSubtitleSystem \ -static_assert(alignof(ZGameInstance_GetSubtitleSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetSubtitleSystem"); \ -static_assert(sizeof(ZGameInstance_GetSubtitleSystem) == 0x000008, "Wrong size on ZGameInstance_GetSubtitleSystem"); \ -static_assert(offsetof(ZGameInstance_GetSubtitleSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetSubtitleSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetTrophySystem \ -static_assert(alignof(ZGameInstance_GetTrophySystem) == 0x000008, "Wrong alignment on ZGameInstance_GetTrophySystem"); \ -static_assert(sizeof(ZGameInstance_GetTrophySystem) == 0x000008, "Wrong size on ZGameInstance_GetTrophySystem"); \ -static_assert(offsetof(ZGameInstance_GetTrophySystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetTrophySystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetUIController \ -static_assert(alignof(ZGameInstance_GetUIController) == 0x000008, "Wrong alignment on ZGameInstance_GetUIController"); \ -static_assert(sizeof(ZGameInstance_GetUIController) == 0x000008, "Wrong size on ZGameInstance_GetUIController"); \ -static_assert(offsetof(ZGameInstance_GetUIController, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetUIController::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_GetWorldManager \ -static_assert(alignof(ZGameInstance_GetWorldManager) == 0x000008, "Wrong alignment on ZGameInstance_GetWorldManager"); \ -static_assert(sizeof(ZGameInstance_GetWorldManager) == 0x000008, "Wrong size on ZGameInstance_GetWorldManager"); \ -static_assert(offsetof(ZGameInstance_GetWorldManager, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetWorldManager::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_HasEverReachedCheckpoint \ -static_assert(alignof(ZGameInstance_HasEverReachedCheckpoint) == 0x000004, "Wrong alignment on ZGameInstance_HasEverReachedCheckpoint"); \ -static_assert(sizeof(ZGameInstance_HasEverReachedCheckpoint) == 0x000014, "Wrong size on ZGameInstance_HasEverReachedCheckpoint"); \ -static_assert(offsetof(ZGameInstance_HasEverReachedCheckpoint, CheckpointID) == 0x000000, "Member 'ZGameInstance_HasEverReachedCheckpoint::CheckpointID' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_HasEverReachedCheckpoint, ReturnValue) == 0x000010, "Member 'ZGameInstance_HasEverReachedCheckpoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_HasGameFact \ -static_assert(alignof(ZGameInstance_HasGameFact) == 0x000004, "Wrong alignment on ZGameInstance_HasGameFact"); \ -static_assert(sizeof(ZGameInstance_HasGameFact) == 0x00000C, "Wrong size on ZGameInstance_HasGameFact"); \ -static_assert(offsetof(ZGameInstance_HasGameFact, Fact) == 0x000000, "Member 'ZGameInstance_HasGameFact::Fact' has a wrong offset!"); \ -static_assert(offsetof(ZGameInstance_HasGameFact, ReturnValue) == 0x000008, "Member 'ZGameInstance_HasGameFact::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_HasValidBinkData \ -static_assert(alignof(ZGameInstance_HasValidBinkData) == 0x000001, "Wrong alignment on ZGameInstance_HasValidBinkData"); \ -static_assert(sizeof(ZGameInstance_HasValidBinkData) == 0x000001, "Wrong size on ZGameInstance_HasValidBinkData"); \ -static_assert(offsetof(ZGameInstance_HasValidBinkData, ReturnValue) == 0x000000, "Member 'ZGameInstance_HasValidBinkData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_IsGameplayReady \ -static_assert(alignof(ZGameInstance_IsGameplayReady) == 0x000001, "Wrong alignment on ZGameInstance_IsGameplayReady"); \ -static_assert(sizeof(ZGameInstance_IsGameplayReady) == 0x000001, "Wrong size on ZGameInstance_IsGameplayReady"); \ -static_assert(offsetof(ZGameInstance_IsGameplayReady, ReturnValue) == 0x000000, "Member 'ZGameInstance_IsGameplayReady::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_IsLoadingGame \ -static_assert(alignof(ZGameInstance_IsLoadingGame) == 0x000001, "Wrong alignment on ZGameInstance_IsLoadingGame"); \ -static_assert(sizeof(ZGameInstance_IsLoadingGame) == 0x000001, "Wrong size on ZGameInstance_IsLoadingGame"); \ -static_assert(offsetof(ZGameInstance_IsLoadingGame, ReturnValue) == 0x000000, "Member 'ZGameInstance_IsLoadingGame::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameInstance_IsPauseMenuLocked \ -static_assert(alignof(ZGameInstance_IsPauseMenuLocked) == 0x000001, "Wrong alignment on ZGameInstance_IsPauseMenuLocked"); \ -static_assert(sizeof(ZGameInstance_IsPauseMenuLocked) == 0x000001, "Wrong size on ZGameInstance_IsPauseMenuLocked"); \ -static_assert(offsetof(ZGameInstance_IsPauseMenuLocked, ReturnValue) == 0x000000, "Member 'ZGameInstance_IsPauseMenuLocked::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameInstance \ -static_assert(alignof(UZGameInstance) == 0x000008, "Wrong alignment on UZGameInstance"); \ -static_assert(sizeof(UZGameInstance) == 0x000418, "Wrong size on UZGameInstance"); \ -static_assert(offsetof(UZGameInstance, BuildName) == 0x0001D8, "Member 'UZGameInstance::BuildName' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, FrameRateCaptureInterval) == 0x0001E8, "Member 'UZGameInstance::FrameRateCaptureInterval' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, WorldManagerClass) == 0x0001F0, "Member 'UZGameInstance::WorldManagerClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, SkinSystemClass) == 0x0001F8, "Member 'UZGameInstance::SkinSystemClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, DatastoreClass) == 0x000200, "Member 'UZGameInstance::DatastoreClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, TrophySystemClass) == 0x000208, "Member 'UZGameInstance::TrophySystemClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, PlayerEventListenerSystemClass) == 0x000210, "Member 'UZGameInstance::PlayerEventListenerSystemClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, SaveManagerClass) == 0x000218, "Member 'UZGameInstance::SaveManagerClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, UIControllerClass) == 0x000220, "Member 'UZGameInstance::UIControllerClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, SubtitleSystemClass) == 0x000228, "Member 'UZGameInstance::SubtitleSystemClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, CollisionAvoidanceSystemClass) == 0x000230, "Member 'UZGameInstance::CollisionAvoidanceSystemClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, DeathFactory) == 0x000238, "Member 'UZGameInstance::DeathFactory' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, OnFocus) == 0x000240, "Member 'UZGameInstance::OnFocus' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, OnInputModeChanged) == 0x000250, "Member 'UZGameInstance::OnInputModeChanged' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, OnGameplayReady) == 0x000260, "Member 'UZGameInstance::OnGameplayReady' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, OnRenderingEvent) == 0x000270, "Member 'UZGameInstance::OnRenderingEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, OnControllerConnected) == 0x000280, "Member 'UZGameInstance::OnControllerConnected' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, OnLoadCompleted) == 0x000290, "Member 'UZGameInstance::OnLoadCompleted' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, OnLevelTransitionFinished) == 0x0002A0, "Member 'UZGameInstance::OnLevelTransitionFinished' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, bIsLoadingGame) == 0x0002B0, "Member 'UZGameInstance::bIsLoadingGame' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, SaveManager) == 0x0002B8, "Member 'UZGameInstance::SaveManager' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, UIController) == 0x0002C0, "Member 'UZGameInstance::UIController' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, SubtitleSystem) == 0x0002C8, "Member 'UZGameInstance::SubtitleSystem' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, TrophySystem) == 0x0002D0, "Member 'UZGameInstance::TrophySystem' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, WorldManager) == 0x0002D8, "Member 'UZGameInstance::WorldManager' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, SkinSystem) == 0x0002E0, "Member 'UZGameInstance::SkinSystem' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, Datastore) == 0x0002E8, "Member 'UZGameInstance::Datastore' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, CollisionAvoidanceSystem) == 0x0002F0, "Member 'UZGameInstance::CollisionAvoidanceSystem' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, PlayerEventListenerSystem) == 0x0002F8, "Member 'UZGameInstance::PlayerEventListenerSystem' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, bIsGameplayReady) == 0x000300, "Member 'UZGameInstance::bIsGameplayReady' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, GameFacts) == 0x000308, "Member 'UZGameInstance::GameFacts' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, ActiveWidgets) == 0x000328, "Member 'UZGameInstance::ActiveWidgets' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, CheckPoints) == 0x000338, "Member 'UZGameInstance::CheckPoints' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, PlatformType) == 0x000348, "Member 'UZGameInstance::PlatformType' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, inputMode) == 0x000349, "Member 'UZGameInstance::inputMode' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, RequestedCheckpoint) == 0x00034C, "Member 'UZGameInstance::RequestedCheckpoint' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, CollectibleSystemClass) == 0x000360, "Member 'UZGameInstance::CollectibleSystemClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, CollectibleSystem) == 0x000368, "Member 'UZGameInstance::CollectibleSystem' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, AIDirectorClass) == 0x000370, "Member 'UZGameInstance::AIDirectorClass' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, AIDirector) == 0x000378, "Member 'UZGameInstance::AIDirector' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, ActorLogs) == 0x000380, "Member 'UZGameInstance::ActorLogs' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, bIsMGSDemo) == 0x0003D0, "Member 'UZGameInstance::bIsMGSDemo' has a wrong offset!"); \ -static_assert(offsetof(UZGameInstance, bIsPauseMenuLocked) == 0x0003D1, "Member 'UZGameInstance::bIsPauseMenuLocked' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZAbility_RangeAttack_HasLineOfSightToTarget \ static_assert(alignof(ZAbility_RangeAttack_HasLineOfSightToTarget) == 0x000001, "Wrong alignment on ZAbility_RangeAttack_HasLineOfSightToTarget"); \ static_assert(sizeof(ZAbility_RangeAttack_HasLineOfSightToTarget) == 0x000001, "Wrong size on ZAbility_RangeAttack_HasLineOfSightToTarget"); \ @@ -84981,14 +84077,136 @@ static_assert(offsetof(UZAbility_RangeAttack, NavModifierHeight) == 0x00013C, "M static_assert(offsetof(UZAbility_RangeAttack, SearchAreas) == 0x000140, "Member 'UZAbility_RangeAttack::SearchAreas' has a wrong offset!"); \ static_assert(offsetof(UZAbility_RangeAttack, NavModifier) == 0x000150, "Member 'UZAbility_RangeAttack::NavModifier' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZGameMode_LegacyTeleportPlayer \ +static_assert(alignof(ZGameMode_LegacyTeleportPlayer) == 0x000008, "Wrong alignment on ZGameMode_LegacyTeleportPlayer"); \ +static_assert(sizeof(ZGameMode_LegacyTeleportPlayer) == 0x000010, "Wrong size on ZGameMode_LegacyTeleportPlayer"); \ +static_assert(offsetof(ZGameMode_LegacyTeleportPlayer, pController) == 0x000000, "Member 'ZGameMode_LegacyTeleportPlayer::pController' has a wrong offset!"); \ +static_assert(offsetof(ZGameMode_LegacyTeleportPlayer, pCheckPoint) == 0x000008, "Member 'ZGameMode_LegacyTeleportPlayer::pCheckPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_OnCheckedPoint \ +static_assert(alignof(ZGameMode_OnCheckedPoint) == 0x000008, "Wrong alignment on ZGameMode_OnCheckedPoint"); \ +static_assert(sizeof(ZGameMode_OnCheckedPoint) == 0x000010, "Wrong size on ZGameMode_OnCheckedPoint"); \ +static_assert(offsetof(ZGameMode_OnCheckedPoint, pCheckPoint) == 0x000000, "Member 'ZGameMode_OnCheckedPoint::pCheckPoint' has a wrong offset!"); \ +static_assert(offsetof(ZGameMode_OnCheckedPoint, Progression) == 0x000008, "Member 'ZGameMode_OnCheckedPoint::Progression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_OnCollectibleAdded \ +static_assert(alignof(ZGameMode_OnCollectibleAdded) == 0x000004, "Wrong alignment on ZGameMode_OnCollectibleAdded"); \ +static_assert(sizeof(ZGameMode_OnCollectibleAdded) == 0x000010, "Wrong size on ZGameMode_OnCollectibleAdded"); \ +static_assert(offsetof(ZGameMode_OnCollectibleAdded, ID) == 0x000000, "Member 'ZGameMode_OnCollectibleAdded::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_OnGameplayReady \ +static_assert(alignof(ZGameMode_OnGameplayReady) == 0x000001, "Wrong alignment on ZGameMode_OnGameplayReady"); \ +static_assert(sizeof(ZGameMode_OnGameplayReady) == 0x000001, "Wrong size on ZGameMode_OnGameplayReady"); \ +static_assert(offsetof(ZGameMode_OnGameplayReady, Value) == 0x000000, "Member 'ZGameMode_OnGameplayReady::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_OnGameplayStateChanged \ +static_assert(alignof(ZGameMode_OnGameplayStateChanged) == 0x000001, "Wrong alignment on ZGameMode_OnGameplayStateChanged"); \ +static_assert(sizeof(ZGameMode_OnGameplayStateChanged) == 0x000001, "Wrong size on ZGameMode_OnGameplayStateChanged"); \ +static_assert(offsetof(ZGameMode_OnGameplayStateChanged, NewState) == 0x000000, "Member 'ZGameMode_OnGameplayStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_OnRenderingEvent \ +static_assert(alignof(ZGameMode_OnRenderingEvent) == 0x000001, "Wrong alignment on ZGameMode_OnRenderingEvent"); \ +static_assert(sizeof(ZGameMode_OnRenderingEvent) == 0x000001, "Wrong size on ZGameMode_OnRenderingEvent"); \ +static_assert(offsetof(ZGameMode_OnRenderingEvent, Event) == 0x000000, "Member 'ZGameMode_OnRenderingEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_RespawnPlayerAtLocation \ +static_assert(alignof(ZGameMode_RespawnPlayerAtLocation) == 0x000008, "Wrong alignment on ZGameMode_RespawnPlayerAtLocation"); \ +static_assert(sizeof(ZGameMode_RespawnPlayerAtLocation) == 0x000028, "Wrong size on ZGameMode_RespawnPlayerAtLocation"); \ +static_assert(offsetof(ZGameMode_RespawnPlayerAtLocation, Controller) == 0x000000, "Member 'ZGameMode_RespawnPlayerAtLocation::Controller' has a wrong offset!"); \ +static_assert(offsetof(ZGameMode_RespawnPlayerAtLocation, Location) == 0x000008, "Member 'ZGameMode_RespawnPlayerAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(ZGameMode_RespawnPlayerAtLocation, bRunSpawningChecks) == 0x000020, "Member 'ZGameMode_RespawnPlayerAtLocation::bRunSpawningChecks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_TeleportToCheckpoint \ +static_assert(alignof(ZGameMode_TeleportToCheckpoint) == 0x000008, "Wrong alignment on ZGameMode_TeleportToCheckpoint"); \ +static_assert(sizeof(ZGameMode_TeleportToCheckpoint) == 0x000080, "Wrong size on ZGameMode_TeleportToCheckpoint"); \ +static_assert(offsetof(ZGameMode_TeleportToCheckpoint, CheckPointData) == 0x000000, "Member 'ZGameMode_TeleportToCheckpoint::CheckPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_CanActorLandSafe \ +static_assert(alignof(ZGameMode_CanActorLandSafe) == 0x000008, "Wrong alignment on ZGameMode_CanActorLandSafe"); \ +static_assert(sizeof(ZGameMode_CanActorLandSafe) == 0x000010, "Wrong size on ZGameMode_CanActorLandSafe"); \ +static_assert(offsetof(ZGameMode_CanActorLandSafe, Actor) == 0x000000, "Member 'ZGameMode_CanActorLandSafe::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZGameMode_CanActorLandSafe, ReturnValue) == 0x000008, "Member 'ZGameMode_CanActorLandSafe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_CollectSublevelsByCheckPoints \ +static_assert(alignof(ZGameMode_CollectSublevelsByCheckPoints) == 0x000008, "Wrong alignment on ZGameMode_CollectSublevelsByCheckPoints"); \ +static_assert(sizeof(ZGameMode_CollectSublevelsByCheckPoints) == 0x000020, "Wrong size on ZGameMode_CollectSublevelsByCheckPoints"); \ +static_assert(offsetof(ZGameMode_CollectSublevelsByCheckPoints, pCheckPoints) == 0x000000, "Member 'ZGameMode_CollectSublevelsByCheckPoints::pCheckPoints' has a wrong offset!"); \ +static_assert(offsetof(ZGameMode_CollectSublevelsByCheckPoints, ReturnValue) == 0x000010, "Member 'ZGameMode_CollectSublevelsByCheckPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_GetBoundPlayerRestartObjects \ +static_assert(alignof(ZGameMode_GetBoundPlayerRestartObjects) == 0x000008, "Wrong alignment on ZGameMode_GetBoundPlayerRestartObjects"); \ +static_assert(sizeof(ZGameMode_GetBoundPlayerRestartObjects) == 0x000010, "Wrong size on ZGameMode_GetBoundPlayerRestartObjects"); \ +static_assert(offsetof(ZGameMode_GetBoundPlayerRestartObjects, ReturnValue) == 0x000000, "Member 'ZGameMode_GetBoundPlayerRestartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_GetCurrentCheckPointData \ +static_assert(alignof(ZGameMode_GetCurrentCheckPointData) == 0x000008, "Wrong alignment on ZGameMode_GetCurrentCheckPointData"); \ +static_assert(sizeof(ZGameMode_GetCurrentCheckPointData) == 0x000080, "Wrong size on ZGameMode_GetCurrentCheckPointData"); \ +static_assert(offsetof(ZGameMode_GetCurrentCheckPointData, ReturnValue) == 0x000000, "Member 'ZGameMode_GetCurrentCheckPointData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_GetCurrentCheckPointId \ +static_assert(alignof(ZGameMode_GetCurrentCheckPointId) == 0x000004, "Wrong alignment on ZGameMode_GetCurrentCheckPointId"); \ +static_assert(sizeof(ZGameMode_GetCurrentCheckPointId) == 0x000010, "Wrong size on ZGameMode_GetCurrentCheckPointId"); \ +static_assert(offsetof(ZGameMode_GetCurrentCheckPointId, ReturnValue) == 0x000000, "Member 'ZGameMode_GetCurrentCheckPointId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_GetCurrentGameState \ +static_assert(alignof(ZGameMode_GetCurrentGameState) == 0x000001, "Wrong alignment on ZGameMode_GetCurrentGameState"); \ +static_assert(sizeof(ZGameMode_GetCurrentGameState) == 0x000001, "Wrong size on ZGameMode_GetCurrentGameState"); \ +static_assert(offsetof(ZGameMode_GetCurrentGameState, ReturnValue) == 0x000000, "Member 'ZGameMode_GetCurrentGameState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_GetMapManager \ +static_assert(alignof(ZGameMode_GetMapManager) == 0x000008, "Wrong alignment on ZGameMode_GetMapManager"); \ +static_assert(sizeof(ZGameMode_GetMapManager) == 0x000008, "Wrong size on ZGameMode_GetMapManager"); \ +static_assert(offsetof(ZGameMode_GetMapManager, ReturnValue) == 0x000000, "Member 'ZGameMode_GetMapManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_GetRespawnOccurence \ +static_assert(alignof(ZGameMode_GetRespawnOccurence) == 0x000004, "Wrong alignment on ZGameMode_GetRespawnOccurence"); \ +static_assert(sizeof(ZGameMode_GetRespawnOccurence) == 0x000004, "Wrong size on ZGameMode_GetRespawnOccurence"); \ +static_assert(offsetof(ZGameMode_GetRespawnOccurence, ReturnValue) == 0x000000, "Member 'ZGameMode_GetRespawnOccurence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_IsCurrentCheckPointEmpty \ +static_assert(alignof(ZGameMode_IsCurrentCheckPointEmpty) == 0x000001, "Wrong alignment on ZGameMode_IsCurrentCheckPointEmpty"); \ +static_assert(sizeof(ZGameMode_IsCurrentCheckPointEmpty) == 0x000001, "Wrong size on ZGameMode_IsCurrentCheckPointEmpty"); \ +static_assert(offsetof(ZGameMode_IsCurrentCheckPointEmpty, ReturnValue) == 0x000000, "Member 'ZGameMode_IsCurrentCheckPointEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_IsLevelStreamingReadyAtPosition \ +static_assert(alignof(ZGameMode_IsLevelStreamingReadyAtPosition) == 0x000008, "Wrong alignment on ZGameMode_IsLevelStreamingReadyAtPosition"); \ +static_assert(sizeof(ZGameMode_IsLevelStreamingReadyAtPosition) == 0x000020, "Wrong size on ZGameMode_IsLevelStreamingReadyAtPosition"); \ +static_assert(offsetof(ZGameMode_IsLevelStreamingReadyAtPosition, Position) == 0x000000, "Member 'ZGameMode_IsLevelStreamingReadyAtPosition::Position' has a wrong offset!"); \ +static_assert(offsetof(ZGameMode_IsLevelStreamingReadyAtPosition, ReturnValue) == 0x000018, "Member 'ZGameMode_IsLevelStreamingReadyAtPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameMode_IsRespawning \ +static_assert(alignof(ZGameMode_IsRespawning) == 0x000001, "Wrong alignment on ZGameMode_IsRespawning"); \ +static_assert(sizeof(ZGameMode_IsRespawning) == 0x000001, "Wrong size on ZGameMode_IsRespawning"); \ +static_assert(offsetof(ZGameMode_IsRespawning, ReturnValue) == 0x000000, "Member 'ZGameMode_IsRespawning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZGameMode \ +static_assert(alignof(AZGameMode) == 0x000010, "Wrong alignment on AZGameMode"); \ +static_assert(sizeof(AZGameMode) == 0x0006F0, "Wrong size on AZGameMode"); \ +static_assert(offsetof(AZGameMode, OnPlayerRestart) == 0x000328, "Member 'AZGameMode::OnPlayerRestart' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, OnCheckPointReached) == 0x000338, "Member 'AZGameMode::OnCheckPointReached' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, RespawnFailsafe) == 0x000348, "Member 'AZGameMode::RespawnFailsafe' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, bUseTimeout) == 0x00034C, "Member 'AZGameMode::bUseTimeout' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, MaxStreamingChecksTime) == 0x000350, "Member 'AZGameMode::MaxStreamingChecksTime' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, StreamingSecureTime) == 0x000354, "Member 'AZGameMode::StreamingSecureTime' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, TransitionStreamingSecureTime) == 0x000358, "Member 'AZGameMode::TransitionStreamingSecureTime' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, bWaitForMapManagerJobs) == 0x00035C, "Member 'AZGameMode::bWaitForMapManagerJobs' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, bDoGeometryCheck) == 0x00035D, "Member 'AZGameMode::bDoGeometryCheck' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, PlayerDistanceEvaluationInterval) == 0x000360, "Member 'AZGameMode::PlayerDistanceEvaluationInterval' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, CurrentCheckpoint) == 0x000590, "Member 'AZGameMode::CurrentCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, MapManager) == 0x000610, "Member 'AZGameMode::MapManager' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, LevelPreload) == 0x000618, "Member 'AZGameMode::LevelPreload' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, SideKickTags) == 0x000668, "Member 'AZGameMode::SideKickTags' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, ViewFrustumRefreshRate) == 0x000678, "Member 'AZGameMode::ViewFrustumRefreshRate' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, OnPlayerRestartReady) == 0x000680, "Member 'AZGameMode::OnPlayerRestartReady' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, OnPlayerRestartComplete) == 0x000690, "Member 'AZGameMode::OnPlayerRestartComplete' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, RespawnListenersDebug) == 0x0006C0, "Member 'AZGameMode::RespawnListenersDebug' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, GameplayEvents) == 0x0006D0, "Member 'AZGameMode::GameplayEvents' has a wrong offset!"); \ +static_assert(offsetof(AZGameMode, LoadedCheckpoints) == 0x0006E0, "Member 'AZGameMode::LoadedCheckpoints' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZAbility_Swap \ static_assert(alignof(UZAbility_Swap) == 0x000008, "Wrong alignment on UZAbility_Swap"); \ static_assert(sizeof(UZAbility_Swap) == 0x000130, "Wrong size on UZAbility_Swap"); \ -#define DUMPER7_ASSERTS_UZPathFollowingComponent \ -static_assert(alignof(UZPathFollowingComponent) == 0x000008, "Wrong alignment on UZPathFollowingComponent"); \ -static_assert(sizeof(UZPathFollowingComponent) == 0x0002E0, "Wrong size on UZPathFollowingComponent"); \ - #define DUMPER7_ASSERTS_UActorAttachmentDefinition \ static_assert(alignof(UActorAttachmentDefinition) == 0x000008, "Wrong alignment on UActorAttachmentDefinition"); \ static_assert(sizeof(UActorAttachmentDefinition) == 0x000058, "Wrong size on UActorAttachmentDefinition"); \ @@ -84998,52 +84216,48 @@ static_assert(offsetof(UActorAttachmentDefinition, IsAlwaysVisible) == 0x000038, static_assert(offsetof(UActorAttachmentDefinition, UseAnimEvents) == 0x000039, "Member 'UActorAttachmentDefinition::UseAnimEvents' has a wrong offset!"); \ static_assert(offsetof(UActorAttachmentDefinition, AnimEvents) == 0x00003C, "Member 'UActorAttachmentDefinition::AnimEvents' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZFootstepComponent_OnReceiveAnimNotify \ +static_assert(alignof(ZFootstepComponent_OnReceiveAnimNotify) == 0x000004, "Wrong alignment on ZFootstepComponent_OnReceiveAnimNotify"); \ +static_assert(sizeof(ZFootstepComponent_OnReceiveAnimNotify) == 0x000010, "Wrong size on ZFootstepComponent_OnReceiveAnimNotify"); \ +static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotify, NotifyName) == 0x000000, "Member 'ZFootstepComponent_OnReceiveAnimNotify::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotify, DebugInfo) == 0x000008, "Member 'ZFootstepComponent_OnReceiveAnimNotify::DebugInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFootstepComponent_OnReceiveAnimNotifyEvent \ +static_assert(alignof(ZFootstepComponent_OnReceiveAnimNotifyEvent) == 0x000004, "Wrong alignment on ZFootstepComponent_OnReceiveAnimNotifyEvent"); \ +static_assert(sizeof(ZFootstepComponent_OnReceiveAnimNotifyEvent) == 0x000010, "Wrong size on ZFootstepComponent_OnReceiveAnimNotifyEvent"); \ +static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotifyEvent, NotifyEvent) == 0x000000, "Member 'ZFootstepComponent_OnReceiveAnimNotifyEvent::NotifyEvent' has a wrong offset!"); \ +static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotifyEvent, DebugInfo) == 0x000008, "Member 'ZFootstepComponent_OnReceiveAnimNotifyEvent::DebugInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFootstepComponent_SetEnabled \ +static_assert(alignof(ZFootstepComponent_SetEnabled) == 0x000001, "Wrong alignment on ZFootstepComponent_SetEnabled"); \ +static_assert(sizeof(ZFootstepComponent_SetEnabled) == 0x000001, "Wrong size on ZFootstepComponent_SetEnabled"); \ +static_assert(offsetof(ZFootstepComponent_SetEnabled, bEnable) == 0x000000, "Member 'ZFootstepComponent_SetEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFootstepComponent_IsEnabled \ +static_assert(alignof(ZFootstepComponent_IsEnabled) == 0x000001, "Wrong alignment on ZFootstepComponent_IsEnabled"); \ +static_assert(sizeof(ZFootstepComponent_IsEnabled) == 0x000001, "Wrong size on ZFootstepComponent_IsEnabled"); \ +static_assert(offsetof(ZFootstepComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZFootstepComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZFootstepComponent \ +static_assert(alignof(UZFootstepComponent) == 0x000008, "Wrong alignment on UZFootstepComponent"); \ +static_assert(sizeof(UZFootstepComponent) == 0x0000B0, "Wrong size on UZFootstepComponent"); \ +static_assert(offsetof(UZFootstepComponent, FootstepNotifyName) == 0x0000A0, "Member 'UZFootstepComponent::FootstepNotifyName' has a wrong offset!"); \ +static_assert(offsetof(UZFootstepComponent, bDebug) == 0x0000A9, "Member 'UZFootstepComponent::bDebug' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UActorAttachment_StaticMesh \ static_assert(alignof(UActorAttachment_StaticMesh) == 0x000008, "Wrong alignment on UActorAttachment_StaticMesh"); \ static_assert(sizeof(UActorAttachment_StaticMesh) == 0x000060, "Wrong size on UActorAttachment_StaticMesh"); \ static_assert(offsetof(UActorAttachment_StaticMesh, Mesh) == 0x000058, "Member 'UActorAttachment_StaticMesh::Mesh' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZHelpSystem_OnCheckPointChecked \ -static_assert(alignof(ZHelpSystem_OnCheckPointChecked) == 0x000004, "Wrong alignment on ZHelpSystem_OnCheckPointChecked"); \ -static_assert(sizeof(ZHelpSystem_OnCheckPointChecked) == 0x000010, "Wrong size on ZHelpSystem_OnCheckPointChecked"); \ -static_assert(offsetof(ZHelpSystem_OnCheckPointChecked, CheckpointID) == 0x000000, "Member 'ZHelpSystem_OnCheckPointChecked::CheckpointID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZHelpSystem_OnGameplayReady \ -static_assert(alignof(ZHelpSystem_OnGameplayReady) == 0x000001, "Wrong alignment on ZHelpSystem_OnGameplayReady"); \ -static_assert(sizeof(ZHelpSystem_OnGameplayReady) == 0x000001, "Wrong size on ZHelpSystem_OnGameplayReady"); \ -static_assert(offsetof(ZHelpSystem_OnGameplayReady, bIsGameplayReady) == 0x000000, "Member 'ZHelpSystem_OnGameplayReady::bIsGameplayReady' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZHelpSystem_OnPlayerRestart \ -static_assert(alignof(ZHelpSystem_OnPlayerRestart) == 0x000004, "Wrong alignment on ZHelpSystem_OnPlayerRestart"); \ -static_assert(sizeof(ZHelpSystem_OnPlayerRestart) == 0x000004, "Wrong size on ZHelpSystem_OnPlayerRestart"); \ -static_assert(offsetof(ZHelpSystem_OnPlayerRestart, RespawnOccurance) == 0x000000, "Member 'ZHelpSystem_OnPlayerRestart::RespawnOccurance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZHelpSystem_SetHelpSystemEnabled \ -static_assert(alignof(ZHelpSystem_SetHelpSystemEnabled) == 0x000001, "Wrong alignment on ZHelpSystem_SetHelpSystemEnabled"); \ -static_assert(sizeof(ZHelpSystem_SetHelpSystemEnabled) == 0x000001, "Wrong size on ZHelpSystem_SetHelpSystemEnabled"); \ -static_assert(offsetof(ZHelpSystem_SetHelpSystemEnabled, bEnabled) == 0x000000, "Member 'ZHelpSystem_SetHelpSystemEnabled::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZHelpSystem_IsHelpSystemEnabled \ -static_assert(alignof(ZHelpSystem_IsHelpSystemEnabled) == 0x000001, "Wrong alignment on ZHelpSystem_IsHelpSystemEnabled"); \ -static_assert(sizeof(ZHelpSystem_IsHelpSystemEnabled) == 0x000001, "Wrong size on ZHelpSystem_IsHelpSystemEnabled"); \ -static_assert(offsetof(ZHelpSystem_IsHelpSystemEnabled, ReturnValue) == 0x000000, "Member 'ZHelpSystem_IsHelpSystemEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZHelpSystem \ -static_assert(alignof(UZHelpSystem) == 0x000008, "Wrong alignment on UZHelpSystem"); \ -static_assert(sizeof(UZHelpSystem) == 0x0000B0, "Wrong size on UZHelpSystem"); \ -static_assert(offsetof(UZHelpSystem, ObjectHelpArray) == 0x000028, "Member 'UZHelpSystem::ObjectHelpArray' has a wrong offset!"); \ -static_assert(offsetof(UZHelpSystem, ObjectHelpOverlap) == 0x000038, "Member 'UZHelpSystem::ObjectHelpOverlap' has a wrong offset!"); \ -static_assert(offsetof(UZHelpSystem, HelpWidgetClass) == 0x000040, "Member 'UZHelpSystem::HelpWidgetClass' has a wrong offset!"); \ -static_assert(offsetof(UZHelpSystem, pHelpWidget) == 0x000048, "Member 'UZHelpSystem::pHelpWidget' has a wrong offset!"); \ -static_assert(offsetof(UZHelpSystem, bHelpSystemEnabled) == 0x000088, "Member 'UZHelpSystem::bHelpSystemEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZHelpSystem, OnHelpAdded) == 0x000090, "Member 'UZHelpSystem::OnHelpAdded' has a wrong offset!"); \ -static_assert(offsetof(UZHelpSystem, OnHelpRemoved) == 0x0000A0, "Member 'UZHelpSystem::OnHelpRemoved' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UActorAttachment_SkeletalMesh \ static_assert(alignof(UActorAttachment_SkeletalMesh) == 0x000008, "Wrong alignment on UActorAttachment_SkeletalMesh"); \ static_assert(sizeof(UActorAttachment_SkeletalMesh) == 0x000060, "Wrong size on UActorAttachment_SkeletalMesh"); \ static_assert(offsetof(UActorAttachment_SkeletalMesh, Mesh) == 0x000058, "Member 'UActorAttachment_SkeletalMesh::Mesh' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZHelpWidgetComponent \ +static_assert(alignof(UZHelpWidgetComponent) == 0x000010, "Wrong alignment on UZHelpWidgetComponent"); \ +static_assert(sizeof(UZHelpWidgetComponent) == 0x000690, "Wrong size on UZHelpWidgetComponent"); \ + #define DUMPER7_ASSERTS_UActorAttachment_Actor \ static_assert(alignof(UActorAttachment_Actor) == 0x000008, "Wrong alignment on UActorAttachment_Actor"); \ static_assert(sizeof(UActorAttachment_Actor) == 0x000060, "Wrong size on UActorAttachment_Actor"); \ @@ -85115,68 +84329,6 @@ static_assert(alignof(AZAIController) == 0x000008, "Wrong alignment on AZAIContr static_assert(sizeof(AZAIController) == 0x0003D0, "Wrong size on AZAIController"); \ static_assert(offsetof(AZAIController, PawnMovement) == 0x0003B8, "Member 'AZAIController::PawnMovement' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZGaugeComponent_AddValue \ -static_assert(alignof(ZGaugeComponent_AddValue) == 0x000004, "Wrong alignment on ZGaugeComponent_AddValue"); \ -static_assert(sizeof(ZGaugeComponent_AddValue) == 0x000004, "Wrong size on ZGaugeComponent_AddValue"); \ -static_assert(offsetof(ZGaugeComponent_AddValue, Value) == 0x000000, "Member 'ZGaugeComponent_AddValue::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_RemoveValue \ -static_assert(alignof(ZGaugeComponent_RemoveValue) == 0x000004, "Wrong alignment on ZGaugeComponent_RemoveValue"); \ -static_assert(sizeof(ZGaugeComponent_RemoveValue) == 0x000004, "Wrong size on ZGaugeComponent_RemoveValue"); \ -static_assert(offsetof(ZGaugeComponent_RemoveValue, Value) == 0x000000, "Member 'ZGaugeComponent_RemoveValue::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_SetEnabled \ -static_assert(alignof(ZGaugeComponent_SetEnabled) == 0x000001, "Wrong alignment on ZGaugeComponent_SetEnabled"); \ -static_assert(sizeof(ZGaugeComponent_SetEnabled) == 0x000001, "Wrong size on ZGaugeComponent_SetEnabled"); \ -static_assert(offsetof(ZGaugeComponent_SetEnabled, Value) == 0x000000, "Member 'ZGaugeComponent_SetEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_GetGaugeName \ -static_assert(alignof(ZGaugeComponent_GetGaugeName) == 0x000004, "Wrong alignment on ZGaugeComponent_GetGaugeName"); \ -static_assert(sizeof(ZGaugeComponent_GetGaugeName) == 0x000008, "Wrong size on ZGaugeComponent_GetGaugeName"); \ -static_assert(offsetof(ZGaugeComponent_GetGaugeName, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetGaugeName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_GetMaxValue \ -static_assert(alignof(ZGaugeComponent_GetMaxValue) == 0x000004, "Wrong alignment on ZGaugeComponent_GetMaxValue"); \ -static_assert(sizeof(ZGaugeComponent_GetMaxValue) == 0x000004, "Wrong size on ZGaugeComponent_GetMaxValue"); \ -static_assert(offsetof(ZGaugeComponent_GetMaxValue, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetMaxValue::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_GetMinValue \ -static_assert(alignof(ZGaugeComponent_GetMinValue) == 0x000004, "Wrong alignment on ZGaugeComponent_GetMinValue"); \ -static_assert(sizeof(ZGaugeComponent_GetMinValue) == 0x000004, "Wrong size on ZGaugeComponent_GetMinValue"); \ -static_assert(offsetof(ZGaugeComponent_GetMinValue, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetMinValue::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_GetValue \ -static_assert(alignof(ZGaugeComponent_GetValue) == 0x000004, "Wrong alignment on ZGaugeComponent_GetValue"); \ -static_assert(sizeof(ZGaugeComponent_GetValue) == 0x000004, "Wrong size on ZGaugeComponent_GetValue"); \ -static_assert(offsetof(ZGaugeComponent_GetValue, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetValue::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_IsEmpty \ -static_assert(alignof(ZGaugeComponent_IsEmpty) == 0x000001, "Wrong alignment on ZGaugeComponent_IsEmpty"); \ -static_assert(sizeof(ZGaugeComponent_IsEmpty) == 0x000001, "Wrong size on ZGaugeComponent_IsEmpty"); \ -static_assert(offsetof(ZGaugeComponent_IsEmpty, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_IsEmpty::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGaugeComponent_IsFull \ -static_assert(alignof(ZGaugeComponent_IsFull) == 0x000001, "Wrong alignment on ZGaugeComponent_IsFull"); \ -static_assert(sizeof(ZGaugeComponent_IsFull) == 0x000001, "Wrong size on ZGaugeComponent_IsFull"); \ -static_assert(offsetof(ZGaugeComponent_IsFull, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_IsFull::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGaugeComponent \ -static_assert(alignof(UZGaugeComponent) == 0x000008, "Wrong alignment on UZGaugeComponent"); \ -static_assert(sizeof(UZGaugeComponent) == 0x0000F8, "Wrong size on UZGaugeComponent"); \ -static_assert(offsetof(UZGaugeComponent, GaugeName) == 0x0000A0, "Member 'UZGaugeComponent::GaugeName' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, Type) == 0x0000A8, "Member 'UZGaugeComponent::Type' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, MinValue) == 0x0000AC, "Member 'UZGaugeComponent::MinValue' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, MaxValue) == 0x0000B0, "Member 'UZGaugeComponent::MaxValue' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, FillingSpeed) == 0x0000B4, "Member 'UZGaugeComponent::FillingSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, bStartFull) == 0x0000B8, "Member 'UZGaugeComponent::bStartFull' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, bStartEnabled) == 0x0000B9, "Member 'UZGaugeComponent::bStartEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, CurrentValue) == 0x0000BC, "Member 'UZGaugeComponent::CurrentValue' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, bIsEnabled) == 0x0000C0, "Member 'UZGaugeComponent::bIsEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, GaugeState) == 0x0000C1, "Member 'UZGaugeComponent::GaugeState' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, OnGaugeEmpty) == 0x0000C8, "Member 'UZGaugeComponent::OnGaugeEmpty' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, OnGaugeFull) == 0x0000D8, "Member 'UZGaugeComponent::OnGaugeFull' has a wrong offset!"); \ -static_assert(offsetof(UZGaugeComponent, OnGaugeUpdate) == 0x0000E8, "Member 'UZGaugeComponent::OnGaugeUpdate' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZAICoordinator_AddAICharacter \ static_assert(alignof(ZAICoordinator_AddAICharacter) == 0x000008, "Wrong alignment on ZAICoordinator_AddAICharacter"); \ static_assert(sizeof(ZAICoordinator_AddAICharacter) == 0x000008, "Wrong size on ZAICoordinator_AddAICharacter"); \ @@ -85263,6 +84415,10 @@ static_assert(offsetof(AZAICoordinator, PlayerListener) == 0x000320, "Member 'AZ static_assert(offsetof(AZAICoordinator, NavModifierInstance) == 0x000328, "Member 'AZAICoordinator::NavModifierInstance' has a wrong offset!"); \ static_assert(offsetof(AZAICoordinator, ActiveStimuli) == 0x000330, "Member 'AZAICoordinator::ActiveStimuli' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZStreamingFreezerSubsystem \ +static_assert(alignof(UZStreamingFreezerSubsystem) == 0x000008, "Wrong alignment on UZStreamingFreezerSubsystem"); \ +static_assert(sizeof(UZStreamingFreezerSubsystem) == 0x000080, "Wrong size on UZStreamingFreezerSubsystem"); \ + #define DUMPER7_ASSERTS_ZAIDirector_OnPawnDestroyed \ static_assert(alignof(ZAIDirector_OnPawnDestroyed) == 0x000008, "Wrong alignment on ZAIDirector_OnPawnDestroyed"); \ static_assert(sizeof(ZAIDirector_OnPawnDestroyed) == 0x000008, "Wrong size on ZAIDirector_OnPawnDestroyed"); \ @@ -85302,10 +84458,6 @@ static_assert(offsetof(UZAIDirector, PlayerDistanceOptimizationValues) == 0x0000 static_assert(offsetof(UZAIDirector, GameInstance) == 0x000080, "Member 'UZAIDirector::GameInstance' has a wrong offset!"); \ static_assert(offsetof(UZAIDirector, AIPawns) == 0x000088, "Member 'UZAIDirector::AIPawns' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZGameControlConveyorAction \ -static_assert(alignof(UZGameControlConveyorAction) == 0x000008, "Wrong alignment on UZGameControlConveyorAction"); \ -static_assert(sizeof(UZGameControlConveyorAction) == 0x0000C8, "Wrong size on UZGameControlConveyorAction"); \ - #define DUMPER7_ASSERTS_UZAIInvestigateComponent \ static_assert(alignof(UZAIInvestigateComponent) == 0x000008, "Wrong alignment on UZAIInvestigateComponent"); \ static_assert(sizeof(UZAIInvestigateComponent) == 0x000100, "Wrong size on UZAIInvestigateComponent"); \ @@ -85313,6 +84465,10 @@ static_assert(offsetof(UZAIInvestigateComponent, MinRadius) == 0x0000A0, "Member static_assert(offsetof(UZAIInvestigateComponent, MaxRadius) == 0x0000A4, "Member 'UZAIInvestigateComponent::MaxRadius' has a wrong offset!"); \ static_assert(offsetof(UZAIInvestigateComponent, SlotRadius) == 0x0000A8, "Member 'UZAIInvestigateComponent::SlotRadius' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZGameControlStompersAction \ +static_assert(alignof(UZGameControlStompersAction) == 0x000008, "Wrong alignment on UZGameControlStompersAction"); \ +static_assert(sizeof(UZGameControlStompersAction) == 0x0000C8, "Wrong size on UZGameControlStompersAction"); \ + #define DUMPER7_ASSERTS_ZBehaviorComponent_OnAnimNotify \ static_assert(alignof(ZBehaviorComponent_OnAnimNotify) == 0x000004, "Wrong alignment on ZBehaviorComponent_OnAnimNotify"); \ static_assert(sizeof(ZBehaviorComponent_OnAnimNotify) == 0x000010, "Wrong size on ZBehaviorComponent_OnAnimNotify"); \ @@ -85420,17 +84576,6 @@ static_assert(offsetof(UZBehaviorComponent, StateComponent) == 0x000170, "Member static_assert(offsetof(UZBehaviorComponent, BehaviorRequests) == 0x000178, "Member 'UZBehaviorComponent::BehaviorRequests' has a wrong offset!"); \ static_assert(offsetof(UZBehaviorComponent, SpottedPawns) == 0x000188, "Member 'UZBehaviorComponent::SpottedPawns' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZLocomotionState \ -static_assert(alignof(UZLocomotionState) == 0x000008, "Wrong alignment on UZLocomotionState"); \ -static_assert(sizeof(UZLocomotionState) == 0x000088, "Wrong size on UZLocomotionState"); \ -static_assert(offsetof(UZLocomotionState, CharacterOwner) == 0x000028, "Member 'UZLocomotionState::CharacterOwner' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState, LocomotionState) == 0x000030, "Member 'UZLocomotionState::LocomotionState' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState, CurrentOwnerContext) == 0x000038, "Member 'UZLocomotionState::CurrentOwnerContext' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZLocomotionState_Dead \ -static_assert(alignof(UZLocomotionState_Dead) == 0x000008, "Wrong alignment on UZLocomotionState_Dead"); \ -static_assert(sizeof(UZLocomotionState_Dead) == 0x000088, "Wrong size on UZLocomotionState_Dead"); \ - #define DUMPER7_ASSERTS_ZAnimInstance_OnAnimMontageStart \ static_assert(alignof(ZAnimInstance_OnAnimMontageStart) == 0x000001, "Wrong alignment on ZAnimInstance_OnAnimMontageStart"); \ static_assert(sizeof(ZAnimInstance_OnAnimMontageStart) == 0x000001, "Wrong size on ZAnimInstance_OnAnimMontageStart"); \ @@ -85448,6 +84593,24 @@ static_assert(offsetof(UZAnimInstance, TargetLocation) == 0x000380, "Member 'UZA static_assert(offsetof(UZAnimInstance, bShouldStrafe) == 0x000398, "Member 'UZAnimInstance::bShouldStrafe' has a wrong offset!"); \ static_assert(offsetof(UZAnimInstance, OwnerStateComponent) == 0x0003A0, "Member 'UZAnimInstance::OwnerStateComponent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZLocomotionState \ +static_assert(alignof(UZLocomotionState) == 0x000008, "Wrong alignment on UZLocomotionState"); \ +static_assert(sizeof(UZLocomotionState) == 0x000088, "Wrong size on UZLocomotionState"); \ +static_assert(offsetof(UZLocomotionState, CharacterOwner) == 0x000028, "Member 'UZLocomotionState::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState, LocomotionState) == 0x000030, "Member 'UZLocomotionState::LocomotionState' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState, CurrentOwnerContext) == 0x000038, "Member 'UZLocomotionState::CurrentOwnerContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZLocomotionState_Ground \ +static_assert(alignof(UZLocomotionState_Ground) == 0x000008, "Wrong alignment on UZLocomotionState_Ground"); \ +static_assert(sizeof(UZLocomotionState_Ground) == 0x000150, "Wrong size on UZLocomotionState_Ground"); \ +static_assert(offsetof(UZLocomotionState_Ground, DownTraceOffset) == 0x000088, "Member 'UZLocomotionState_Ground::DownTraceOffset' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState_Ground, WallDetectionOffset) == 0x00008C, "Member 'UZLocomotionState_Ground::WallDetectionOffset' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState_Ground, WallDetectionRadius) == 0x000090, "Member 'UZLocomotionState_Ground::WallDetectionRadius' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState_Ground, RotationBlendSpeed) == 0x000094, "Member 'UZLocomotionState_Ground::RotationBlendSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState_Ground, LedgeDetectionForwardDistance) == 0x000098, "Member 'UZLocomotionState_Ground::LedgeDetectionForwardDistance' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState_Ground, LedgeDetectionDownDistance) == 0x00009C, "Member 'UZLocomotionState_Ground::LedgeDetectionDownDistance' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionState_Ground, LedgeDetectionSamplesMax) == 0x0000A0, "Member 'UZLocomotionState_Ground::LedgeDetectionSamplesMax' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZAnimNotify_AnimEvent \ static_assert(alignof(UZAnimNotify_AnimEvent) == 0x000008, "Wrong alignment on UZAnimNotify_AnimEvent"); \ static_assert(sizeof(UZAnimNotify_AnimEvent) == 0x000048, "Wrong size on UZAnimNotify_AnimEvent"); \ @@ -85463,65 +84626,33 @@ static_assert(offsetof(UZAnimNotify_AttachableObject, AttachSocket) == 0x000048, static_assert(offsetof(UZAnimNotify_AttachableObject, EquipmentTag) == 0x000050, "Member 'UZAnimNotify_AttachableObject::EquipmentTag' has a wrong offset!"); \ static_assert(offsetof(UZAnimNotify_AttachableObject, AttachmentRule) == 0x000058, "Member 'UZAnimNotify_AttachableObject::AttachmentRule' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU \ +static_assert(alignof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU) == 0x000004, "Wrong alignment on ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU"); \ +static_assert(sizeof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU) == 0x000010, "Wrong size on ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU"); \ +static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, Categories) == 0x000000, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::Categories' has a wrong offset!"); \ +static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, CPUPerformanceIndex) == 0x000004, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::CPUPerformanceIndex' has a wrong offset!"); \ +static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, GPUPerformanceIndex) == 0x000008, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::GPUPerformanceIndex' has a wrong offset!"); \ +static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, ReturnValue) == 0x00000C, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting \ +static_assert(alignof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting) == 0x000004, "Wrong alignment on ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting"); \ +static_assert(sizeof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting) == 0x000008, "Wrong size on ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting"); \ +static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting, QualitySetting) == 0x000000, "Member 'ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting::QualitySetting' has a wrong offset!"); \ +static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting, ReturnValue) == 0x000004, "Member 'ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZHardwareBenchmarkDataAsset \ +static_assert(alignof(UZHardwareBenchmarkDataAsset) == 0x000008, "Wrong alignment on UZHardwareBenchmarkDataAsset"); \ +static_assert(sizeof(UZHardwareBenchmarkDataAsset) == 0x0000D8, "Wrong size on UZHardwareBenchmarkDataAsset"); \ +static_assert(offsetof(UZHardwareBenchmarkDataAsset, bShouldLaunchBenchmarkOnFirstLaunch) == 0x000030, "Member 'UZHardwareBenchmarkDataAsset::bShouldLaunchBenchmarkOnFirstLaunch' has a wrong offset!"); \ +static_assert(offsetof(UZHardwareBenchmarkDataAsset, GlobalPerformanceIndexes) == 0x000038, "Member 'UZHardwareBenchmarkDataAsset::GlobalPerformanceIndexes' has a wrong offset!"); \ +static_assert(offsetof(UZHardwareBenchmarkDataAsset, QualitySettingsToScreenPercentage) == 0x000088, "Member 'UZHardwareBenchmarkDataAsset::QualitySettingsToScreenPercentage' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZAnimNotify_PhysicalAnimation \ static_assert(alignof(UZAnimNotify_PhysicalAnimation) == 0x000008, "Wrong alignment on UZAnimNotify_PhysicalAnimation"); \ static_assert(sizeof(UZAnimNotify_PhysicalAnimation) == 0x000050, "Wrong size on UZAnimNotify_PhysicalAnimation"); \ static_assert(offsetof(UZAnimNotify_PhysicalAnimation, Bones) == 0x000038, "Member 'UZAnimNotify_PhysicalAnimation::Bones' has a wrong offset!"); \ static_assert(offsetof(UZAnimNotify_PhysicalAnimation, Action) == 0x000048, "Member 'UZAnimNotify_PhysicalAnimation::Action' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZThreatSystemComponent_AddThreat \ -static_assert(alignof(ZThreatSystemComponent_AddThreat) == 0x000008, "Wrong alignment on ZThreatSystemComponent_AddThreat"); \ -static_assert(sizeof(ZThreatSystemComponent_AddThreat) == 0x000008, "Wrong size on ZThreatSystemComponent_AddThreat"); \ -static_assert(offsetof(ZThreatSystemComponent_AddThreat, ActorToAdd) == 0x000000, "Member 'ZThreatSystemComponent_AddThreat::ActorToAdd' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZThreatSystemComponent_OnActorEndPlay \ -static_assert(alignof(ZThreatSystemComponent_OnActorEndPlay) == 0x000008, "Wrong alignment on ZThreatSystemComponent_OnActorEndPlay"); \ -static_assert(sizeof(ZThreatSystemComponent_OnActorEndPlay) == 0x000010, "Wrong size on ZThreatSystemComponent_OnActorEndPlay"); \ -static_assert(offsetof(ZThreatSystemComponent_OnActorEndPlay, Actor) == 0x000000, "Member 'ZThreatSystemComponent_OnActorEndPlay::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZThreatSystemComponent_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'ZThreatSystemComponent_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZThreatSystemComponent_OnPlayerRestart \ -static_assert(alignof(ZThreatSystemComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZThreatSystemComponent_OnPlayerRestart"); \ -static_assert(sizeof(ZThreatSystemComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZThreatSystemComponent_OnPlayerRestart"); \ -static_assert(offsetof(ZThreatSystemComponent_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZThreatSystemComponent_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZThreatSystemComponent_RemoveThreat \ -static_assert(alignof(ZThreatSystemComponent_RemoveThreat) == 0x000008, "Wrong alignment on ZThreatSystemComponent_RemoveThreat"); \ -static_assert(sizeof(ZThreatSystemComponent_RemoveThreat) == 0x000008, "Wrong size on ZThreatSystemComponent_RemoveThreat"); \ -static_assert(offsetof(ZThreatSystemComponent_RemoveThreat, ActorToRemove) == 0x000000, "Member 'ZThreatSystemComponent_RemoveThreat::ActorToRemove' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZThreatSystemComponent_GetThreatActors \ -static_assert(alignof(ZThreatSystemComponent_GetThreatActors) == 0x000008, "Wrong alignment on ZThreatSystemComponent_GetThreatActors"); \ -static_assert(sizeof(ZThreatSystemComponent_GetThreatActors) == 0x000010, "Wrong size on ZThreatSystemComponent_GetThreatActors"); \ -static_assert(offsetof(ZThreatSystemComponent_GetThreatActors, ReturnValue) == 0x000000, "Member 'ZThreatSystemComponent_GetThreatActors::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZThreatSystemComponent_GetThreatCount \ -static_assert(alignof(ZThreatSystemComponent_GetThreatCount) == 0x000004, "Wrong alignment on ZThreatSystemComponent_GetThreatCount"); \ -static_assert(sizeof(ZThreatSystemComponent_GetThreatCount) == 0x000004, "Wrong size on ZThreatSystemComponent_GetThreatCount"); \ -static_assert(offsetof(ZThreatSystemComponent_GetThreatCount, ReturnValue) == 0x000000, "Member 'ZThreatSystemComponent_GetThreatCount::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZThreatSystemComponent_HasThreat \ -static_assert(alignof(ZThreatSystemComponent_HasThreat) == 0x000008, "Wrong alignment on ZThreatSystemComponent_HasThreat"); \ -static_assert(sizeof(ZThreatSystemComponent_HasThreat) == 0x000010, "Wrong size on ZThreatSystemComponent_HasThreat"); \ -static_assert(offsetof(ZThreatSystemComponent_HasThreat, Actor) == 0x000000, "Member 'ZThreatSystemComponent_HasThreat::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZThreatSystemComponent_HasThreat, ReturnValue) == 0x000008, "Member 'ZThreatSystemComponent_HasThreat::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZThreatSystemComponent_IsThreatened \ -static_assert(alignof(ZThreatSystemComponent_IsThreatened) == 0x000001, "Wrong alignment on ZThreatSystemComponent_IsThreatened"); \ -static_assert(sizeof(ZThreatSystemComponent_IsThreatened) == 0x000001, "Wrong size on ZThreatSystemComponent_IsThreatened"); \ -static_assert(offsetof(ZThreatSystemComponent_IsThreatened, ReturnValue) == 0x000000, "Member 'ZThreatSystemComponent_IsThreatened::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZThreatSystemComponent \ -static_assert(alignof(UZThreatSystemComponent) == 0x000008, "Wrong alignment on UZThreatSystemComponent"); \ -static_assert(sizeof(UZThreatSystemComponent) == 0x000128, "Wrong size on UZThreatSystemComponent"); \ -static_assert(offsetof(UZThreatSystemComponent, TagToAddOnThreat) == 0x0000B0, "Member 'UZThreatSystemComponent::TagToAddOnThreat' has a wrong offset!"); \ -static_assert(offsetof(UZThreatSystemComponent, VisibilityChangeThreshold) == 0x0000D0, "Member 'UZThreatSystemComponent::VisibilityChangeThreshold' has a wrong offset!"); \ -static_assert(offsetof(UZThreatSystemComponent, OnThreatAdd) == 0x0000D8, "Member 'UZThreatSystemComponent::OnThreatAdd' has a wrong offset!"); \ -static_assert(offsetof(UZThreatSystemComponent, OnThreatRemoved) == 0x0000E8, "Member 'UZThreatSystemComponent::OnThreatRemoved' has a wrong offset!"); \ -static_assert(offsetof(UZThreatSystemComponent, OnThreatVisibilityChanged) == 0x0000F8, "Member 'UZThreatSystemComponent::OnThreatVisibilityChanged' has a wrong offset!"); \ -static_assert(offsetof(UZThreatSystemComponent, OnThreatEmpty) == 0x000108, "Member 'UZThreatSystemComponent::OnThreatEmpty' has a wrong offset!"); \ -static_assert(offsetof(UZThreatSystemComponent, VisibilityAlpha) == 0x000118, "Member 'UZThreatSystemComponent::VisibilityAlpha' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZAttachableComponent_SetAttachOwner \ static_assert(alignof(ZAttachableComponent_SetAttachOwner) == 0x000008, "Wrong alignment on ZAttachableComponent_SetAttachOwner"); \ static_assert(sizeof(ZAttachableComponent_SetAttachOwner) == 0x000008, "Wrong size on ZAttachableComponent_SetAttachOwner"); \ @@ -85543,13 +84674,6 @@ static_assert(offsetof(UZAttachableComponent, OnDetachedDelegate) == 0x0000B8, " static_assert(alignof(UZBehaviorTreeComponent) == 0x000008, "Wrong alignment on UZBehaviorTreeComponent"); \ static_assert(sizeof(UZBehaviorTreeComponent) == 0x000290, "Wrong size on UZBehaviorTreeComponent"); \ -#define DUMPER7_ASSERTS_UZGameControlChangeViewTargetAction \ -static_assert(alignof(UZGameControlChangeViewTargetAction) == 0x000008, "Wrong alignment on UZGameControlChangeViewTargetAction"); \ -static_assert(sizeof(UZGameControlChangeViewTargetAction) == 0x000100, "Wrong size on UZGameControlChangeViewTargetAction"); \ -static_assert(offsetof(UZGameControlChangeViewTargetAction, TransitionParams) == 0x0000C0, "Member 'UZGameControlChangeViewTargetAction::TransitionParams' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlChangeViewTargetAction, bBackToPlayerCamera) == 0x0000D0, "Member 'UZGameControlChangeViewTargetAction::bBackToPlayerCamera' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlChangeViewTargetAction, NewViewTarget) == 0x0000D8, "Member 'UZGameControlChangeViewTargetAction::NewViewTarget' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZBinkDataFactory_GetBinkData \ static_assert(alignof(ZBinkDataFactory_GetBinkData) == 0x000008, "Wrong alignment on ZBinkDataFactory_GetBinkData"); \ static_assert(sizeof(ZBinkDataFactory_GetBinkData) == 0x000038, "Wrong size on ZBinkDataFactory_GetBinkData"); \ @@ -85561,17 +84685,22 @@ static_assert(alignof(UZBinkDataFactory) == 0x000008, "Wrong alignment on UZBink static_assert(sizeof(UZBinkDataFactory) == 0x000040, "Wrong size on UZBinkDataFactory"); \ static_assert(offsetof(UZBinkDataFactory, BinkData) == 0x000030, "Member 'UZBinkDataFactory::BinkData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZRenderTargetSubsystem_RequestUpdate \ +static_assert(alignof(ZRenderTargetSubsystem_RequestUpdate) == 0x000008, "Wrong alignment on ZRenderTargetSubsystem_RequestUpdate"); \ +static_assert(sizeof(ZRenderTargetSubsystem_RequestUpdate) == 0x000008, "Wrong size on ZRenderTargetSubsystem_RequestUpdate"); \ +static_assert(offsetof(ZRenderTargetSubsystem_RequestUpdate, SceneCaptureComponent) == 0x000000, "Member 'ZRenderTargetSubsystem_RequestUpdate::SceneCaptureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZRenderTargetSubsystem \ +static_assert(alignof(UZRenderTargetSubsystem) == 0x000008, "Wrong alignment on UZRenderTargetSubsystem"); \ +static_assert(sizeof(UZRenderTargetSubsystem) == 0x000050, "Wrong size on UZRenderTargetSubsystem"); \ +static_assert(offsetof(UZRenderTargetSubsystem, CaptureRequests) == 0x000040, "Member 'UZRenderTargetSubsystem::CaptureRequests' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTDecorator_ActorHasGameplayTag \ static_assert(alignof(UZBTDecorator_ActorHasGameplayTag) == 0x000008, "Wrong alignment on UZBTDecorator_ActorHasGameplayTag"); \ static_assert(sizeof(UZBTDecorator_ActorHasGameplayTag) == 0x000098, "Wrong size on UZBTDecorator_ActorHasGameplayTag"); \ static_assert(offsetof(UZBTDecorator_ActorHasGameplayTag, ActorBlackboardKey) == 0x000068, "Member 'UZBTDecorator_ActorHasGameplayTag::ActorBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UZBTDecorator_ActorHasGameplayTag, GameplayTag) == 0x000090, "Member 'UZBTDecorator_ActorHasGameplayTag::GameplayTag' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZMapManager \ -static_assert(alignof(UZMapManager) == 0x000008, "Wrong alignment on UZMapManager"); \ -static_assert(sizeof(UZMapManager) == 0x000088, "Wrong size on UZMapManager"); \ -static_assert(offsetof(UZMapManager, Actions) == 0x000078, "Member 'UZMapManager::Actions' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UZBTDecorator_ActorHasTag \ static_assert(alignof(UZBTDecorator_ActorHasTag) == 0x000008, "Wrong alignment on UZBTDecorator_ActorHasTag"); \ static_assert(sizeof(UZBTDecorator_ActorHasTag) == 0x000098, "Wrong size on UZBTDecorator_ActorHasTag"); \ @@ -85585,21 +84714,74 @@ static_assert(offsetof(UZBTDecorator_ActorLocomotionMode, ActorBlackboardKey) == static_assert(offsetof(UZBTDecorator_ActorLocomotionMode, LocomotionMode) == 0x000090, "Member 'UZBTDecorator_ActorLocomotionMode::LocomotionMode' has a wrong offset!"); \ static_assert(offsetof(UZBTDecorator_ActorLocomotionMode, Op) == 0x000091, "Member 'UZBTDecorator_ActorLocomotionMode::Op' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZLocomotionStateMachine \ -static_assert(alignof(UZLocomotionStateMachine) == 0x000008, "Wrong alignment on UZLocomotionStateMachine"); \ -static_assert(sizeof(UZLocomotionStateMachine) == 0x000068, "Wrong size on UZLocomotionStateMachine"); \ -static_assert(offsetof(UZLocomotionStateMachine, LocomotionStatesClass) == 0x000028, "Member 'UZLocomotionStateMachine::LocomotionStatesClass' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionStateMachine, CharacterOwner) == 0x000038, "Member 'UZLocomotionStateMachine::CharacterOwner' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionStateMachine, LocomotionStates) == 0x000040, "Member 'UZLocomotionStateMachine::LocomotionStates' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionStateMachine, CurrentState) == 0x000050, "Member 'UZLocomotionStateMachine::CurrentState' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionStateMachine, OnLocomotionStateChanged) == 0x000058, "Member 'UZLocomotionStateMachine::OnLocomotionStateChanged' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UZBTDecorator_CanGetHostile \ static_assert(alignof(UZBTDecorator_CanGetHostile) == 0x000008, "Wrong alignment on UZBTDecorator_CanGetHostile"); \ static_assert(sizeof(UZBTDecorator_CanGetHostile) == 0x000070, "Wrong size on UZBTDecorator_CanGetHostile"); \ static_assert(offsetof(UZBTDecorator_CanGetHostile, MaxHostile) == 0x000068, "Member 'UZBTDecorator_CanGetHostile::MaxHostile' has a wrong offset!"); \ static_assert(offsetof(UZBTDecorator_CanGetHostile, RadiusTolerance) == 0x00006C, "Member 'UZBTDecorator_CanGetHostile::RadiusTolerance' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZTurret_AddTarget \ +static_assert(alignof(ZTurret_AddTarget) == 0x000008, "Wrong alignment on ZTurret_AddTarget"); \ +static_assert(sizeof(ZTurret_AddTarget) == 0x000008, "Wrong size on ZTurret_AddTarget"); \ +static_assert(offsetof(ZTurret_AddTarget, Target) == 0x000000, "Member 'ZTurret_AddTarget::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_ChangeState \ +static_assert(alignof(ZTurret_ChangeState) == 0x000001, "Wrong alignment on ZTurret_ChangeState"); \ +static_assert(sizeof(ZTurret_ChangeState) == 0x000001, "Wrong size on ZTurret_ChangeState"); \ +static_assert(offsetof(ZTurret_ChangeState, eNewState) == 0x000000, "Member 'ZTurret_ChangeState::eNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_OnAnimNotify \ +static_assert(alignof(ZTurret_OnAnimNotify) == 0x000004, "Wrong alignment on ZTurret_OnAnimNotify"); \ +static_assert(sizeof(ZTurret_OnAnimNotify) == 0x000008, "Wrong size on ZTurret_OnAnimNotify"); \ +static_assert(offsetof(ZTurret_OnAnimNotify, Event) == 0x000000, "Member 'ZTurret_OnAnimNotify::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_OnLookAt \ +static_assert(alignof(ZTurret_OnLookAt) == 0x000008, "Wrong alignment on ZTurret_OnLookAt"); \ +static_assert(sizeof(ZTurret_OnLookAt) == 0x000018, "Wrong size on ZTurret_OnLookAt"); \ +static_assert(offsetof(ZTurret_OnLookAt, LookAt) == 0x000000, "Member 'ZTurret_OnLookAt::LookAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_OnPlayerRestart \ +static_assert(alignof(ZTurret_OnPlayerRestart) == 0x000004, "Wrong alignment on ZTurret_OnPlayerRestart"); \ +static_assert(sizeof(ZTurret_OnPlayerRestart) == 0x000004, "Wrong size on ZTurret_OnPlayerRestart"); \ +static_assert(offsetof(ZTurret_OnPlayerRestart, iOccurence) == 0x000000, "Member 'ZTurret_OnPlayerRestart::iOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_OnReceivedAnimNotify \ +static_assert(alignof(ZTurret_OnReceivedAnimNotify) == 0x000004, "Wrong alignment on ZTurret_OnReceivedAnimNotify"); \ +static_assert(sizeof(ZTurret_OnReceivedAnimNotify) == 0x000008, "Wrong size on ZTurret_OnReceivedAnimNotify"); \ +static_assert(offsetof(ZTurret_OnReceivedAnimNotify, Event) == 0x000000, "Member 'ZTurret_OnReceivedAnimNotify::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_OnStateChanged \ +static_assert(alignof(ZTurret_OnStateChanged) == 0x000001, "Wrong alignment on ZTurret_OnStateChanged"); \ +static_assert(sizeof(ZTurret_OnStateChanged) == 0x000002, "Wrong size on ZTurret_OnStateChanged"); \ +static_assert(offsetof(ZTurret_OnStateChanged, OldState) == 0x000000, "Member 'ZTurret_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(ZTurret_OnStateChanged, NewState) == 0x000001, "Member 'ZTurret_OnStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_OnUpdate \ +static_assert(alignof(ZTurret_OnUpdate) == 0x000004, "Wrong alignment on ZTurret_OnUpdate"); \ +static_assert(sizeof(ZTurret_OnUpdate) == 0x000004, "Wrong size on ZTurret_OnUpdate"); \ +static_assert(offsetof(ZTurret_OnUpdate, fDeltaTime) == 0x000000, "Member 'ZTurret_OnUpdate::fDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTurret_ShouldFire \ +static_assert(alignof(ZTurret_ShouldFire) == 0x000001, "Wrong alignment on ZTurret_ShouldFire"); \ +static_assert(sizeof(ZTurret_ShouldFire) == 0x000001, "Wrong size on ZTurret_ShouldFire"); \ +static_assert(offsetof(ZTurret_ShouldFire, ReturnValue) == 0x000000, "Member 'ZTurret_ShouldFire::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZTurret \ +static_assert(alignof(AZTurret) == 0x000008, "Wrong alignment on AZTurret"); \ +static_assert(sizeof(AZTurret) == 0x000358, "Wrong size on AZTurret"); \ +static_assert(offsetof(AZTurret, PlayerListener) == 0x000298, "Member 'AZTurret::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, MaxSearchIterations) == 0x0002A0, "Member 'AZTurret::MaxSearchIterations' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, SearchArea) == 0x0002A8, "Member 'AZTurret::SearchArea' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, LookAtDuration) == 0x0002C0, "Member 'AZTurret::LookAtDuration' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, State) == 0x0002C4, "Member 'AZTurret::State' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, Request) == 0x0002C5, "Member 'AZTurret::Request' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, Requests) == 0x0002C8, "Member 'AZTurret::Requests' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, Targets) == 0x0002D8, "Member 'AZTurret::Targets' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, LookAtLocation) == 0x0002E8, "Member 'AZTurret::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, CurrentMaxSearchIterations) == 0x000300, "Member 'AZTurret::CurrentMaxSearchIterations' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, CurrentSearchIteration) == 0x000304, "Member 'AZTurret::CurrentSearchIteration' has a wrong offset!"); \ +static_assert(offsetof(AZTurret, PlayerPawn) == 0x000308, "Member 'AZTurret::PlayerPawn' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTDecorator_CompareAIState \ static_assert(alignof(UZBTDecorator_CompareAIState) == 0x000008, "Wrong alignment on UZBTDecorator_CompareAIState"); \ static_assert(sizeof(UZBTDecorator_CompareAIState) == 0x000070, "Wrong size on UZBTDecorator_CompareAIState"); \ @@ -85625,20 +84807,20 @@ static_assert(offsetof(UZBTDecorator_CompareDistance, Distance) == 0x0000C0, "Me static_assert(offsetof(UZBTDecorator_CompareDistance, b2D) == 0x0000C4, "Member 'UZBTDecorator_CompareDistance::b2D' has a wrong offset!"); \ static_assert(offsetof(UZBTDecorator_CompareDistance, Op) == 0x0000C5, "Member 'UZBTDecorator_CompareDistance::Op' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZBTDecorator_HasExternalSupport \ +static_assert(alignof(UZBTDecorator_HasExternalSupport) == 0x000008, "Wrong alignment on UZBTDecorator_HasExternalSupport"); \ +static_assert(sizeof(UZBTDecorator_HasExternalSupport) == 0x000068, "Wrong size on UZBTDecorator_HasExternalSupport"); \ + #define DUMPER7_ASSERTS_UMaterialParameterOverride \ static_assert(alignof(UMaterialParameterOverride) == 0x000008, "Wrong alignment on UMaterialParameterOverride"); \ static_assert(sizeof(UMaterialParameterOverride) == 0x000028, "Wrong size on UMaterialParameterOverride"); \ -#define DUMPER7_ASSERTS_UMaterialParameterOverride_Vector \ -static_assert(alignof(UMaterialParameterOverride_Vector) == 0x000008, "Wrong alignment on UMaterialParameterOverride_Vector"); \ -static_assert(sizeof(UMaterialParameterOverride_Vector) == 0x000048, "Wrong size on UMaterialParameterOverride_Vector"); \ -static_assert(offsetof(UMaterialParameterOverride_Vector, Name_0) == 0x000028, "Member 'UMaterialParameterOverride_Vector::Name_0' has a wrong offset!"); \ -static_assert(offsetof(UMaterialParameterOverride_Vector, MaterialIndex) == 0x000030, "Member 'UMaterialParameterOverride_Vector::MaterialIndex' has a wrong offset!"); \ -static_assert(offsetof(UMaterialParameterOverride_Vector, Value) == 0x000034, "Member 'UMaterialParameterOverride_Vector::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZBTDecorator_HasExternalSupport \ -static_assert(alignof(UZBTDecorator_HasExternalSupport) == 0x000008, "Wrong alignment on UZBTDecorator_HasExternalSupport"); \ -static_assert(sizeof(UZBTDecorator_HasExternalSupport) == 0x000068, "Wrong size on UZBTDecorator_HasExternalSupport"); \ +#define DUMPER7_ASSERTS_UMaterialParameterOverride_Scalar \ +static_assert(alignof(UMaterialParameterOverride_Scalar) == 0x000008, "Wrong alignment on UMaterialParameterOverride_Scalar"); \ +static_assert(sizeof(UMaterialParameterOverride_Scalar) == 0x000038, "Wrong size on UMaterialParameterOverride_Scalar"); \ +static_assert(offsetof(UMaterialParameterOverride_Scalar, Name_0) == 0x000028, "Member 'UMaterialParameterOverride_Scalar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterOverride_Scalar, MaterialIndex) == 0x000030, "Member 'UMaterialParameterOverride_Scalar::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterOverride_Scalar, Value) == 0x000034, "Member 'UMaterialParameterOverride_Scalar::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UZBTDecorator_HasFreeMeleeSlot \ static_assert(alignof(UZBTDecorator_HasFreeMeleeSlot) == 0x000008, "Wrong alignment on UZBTDecorator_HasFreeMeleeSlot"); \ @@ -85652,6 +84834,28 @@ static_assert(offsetof(UZBTDecorator_HasLineOfSight, bUsePlayerCharacter) == 0x0 static_assert(offsetof(UZBTDecorator_HasLineOfSight, OptionalOwnerSceneComponentViewpoint) == 0x00006C, "Member 'UZBTDecorator_HasLineOfSight::OptionalOwnerSceneComponentViewpoint' has a wrong offset!"); \ static_assert(offsetof(UZBTDecorator_HasLineOfSight, ActorToTraceToBlackboardKey) == 0x000078, "Member 'UZBTDecorator_HasLineOfSight::ActorToTraceToBlackboardKey' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZOutlineComponent_SetCustomDepthStencil \ +static_assert(alignof(ZOutlineComponent_SetCustomDepthStencil) == 0x000004, "Wrong alignment on ZOutlineComponent_SetCustomDepthStencil"); \ +static_assert(sizeof(ZOutlineComponent_SetCustomDepthStencil) == 0x00000C, "Wrong size on ZOutlineComponent_SetCustomDepthStencil"); \ +static_assert(offsetof(ZOutlineComponent_SetCustomDepthStencil, StencileName) == 0x000000, "Member 'ZOutlineComponent_SetCustomDepthStencil::StencileName' has a wrong offset!"); \ +static_assert(offsetof(ZOutlineComponent_SetCustomDepthStencil, bSetEnabled) == 0x000008, "Member 'ZOutlineComponent_SetCustomDepthStencil::bSetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZOutlineComponent_SetOutlineEnabled \ +static_assert(alignof(ZOutlineComponent_SetOutlineEnabled) == 0x000001, "Wrong alignment on ZOutlineComponent_SetOutlineEnabled"); \ +static_assert(sizeof(ZOutlineComponent_SetOutlineEnabled) == 0x000001, "Wrong size on ZOutlineComponent_SetOutlineEnabled"); \ +static_assert(offsetof(ZOutlineComponent_SetOutlineEnabled, bSetEnabled) == 0x000000, "Member 'ZOutlineComponent_SetOutlineEnabled::bSetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZOutlineComponent_IsEnabled \ +static_assert(alignof(ZOutlineComponent_IsEnabled) == 0x000001, "Wrong alignment on ZOutlineComponent_IsEnabled"); \ +static_assert(sizeof(ZOutlineComponent_IsEnabled) == 0x000001, "Wrong size on ZOutlineComponent_IsEnabled"); \ +static_assert(offsetof(ZOutlineComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZOutlineComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZOutlineComponent \ +static_assert(alignof(UZOutlineComponent) == 0x000008, "Wrong alignment on UZOutlineComponent"); \ +static_assert(sizeof(UZOutlineComponent) == 0x0000F8, "Wrong size on UZOutlineComponent"); \ +static_assert(offsetof(UZOutlineComponent, OutlineData) == 0x0000A0, "Member 'UZOutlineComponent::OutlineData' has a wrong offset!"); \ +static_assert(offsetof(UZOutlineComponent, bOutlineEnable) == 0x0000F0, "Member 'UZOutlineComponent::bOutlineEnable' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTDecorator_HasSmartObject \ static_assert(alignof(UZBTDecorator_HasSmartObject) == 0x000008, "Wrong alignment on UZBTDecorator_HasSmartObject"); \ static_assert(sizeof(UZBTDecorator_HasSmartObject) == 0x000068, "Wrong size on UZBTDecorator_HasSmartObject"); \ @@ -85675,14 +84879,6 @@ static_assert(offsetof(UZBTDecorator_IsOverwhelmed, MaxEmittingSmartObjects) == static_assert(offsetof(UZBTDecorator_IsOverwhelmed, Radius) == 0x00006C, "Member 'UZBTDecorator_IsOverwhelmed::Radius' has a wrong offset!"); \ static_assert(offsetof(UZBTDecorator_IsOverwhelmed, SmartObjectTagQuery) == 0x000070, "Member 'UZBTDecorator_IsOverwhelmed::SmartObjectTagQuery' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_AZSpectatorPawn \ -static_assert(alignof(AZSpectatorPawn) == 0x000008, "Wrong alignment on AZSpectatorPawn"); \ -static_assert(sizeof(AZSpectatorPawn) == 0x0003A0, "Wrong size on AZSpectatorPawn"); \ -static_assert(offsetof(AZSpectatorPawn, LookAtSpeed) == 0x000340, "Member 'AZSpectatorPawn::LookAtSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZSpectatorPawn, ProfilingSpeed) == 0x000344, "Member 'AZSpectatorPawn::ProfilingSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZSpectatorPawn, ProfilingRotation) == 0x000348, "Member 'AZSpectatorPawn::ProfilingRotation' has a wrong offset!"); \ -static_assert(offsetof(AZSpectatorPawn, ProfilingSpline) == 0x000360, "Member 'AZSpectatorPawn::ProfilingSpline' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UZBTDecorator_IsTargetReachable \ static_assert(alignof(UZBTDecorator_IsTargetReachable) == 0x000008, "Wrong alignment on UZBTDecorator_IsTargetReachable"); \ static_assert(sizeof(UZBTDecorator_IsTargetReachable) == 0x0000E8, "Wrong size on UZBTDecorator_IsTargetReachable"); \ @@ -85699,161 +84895,27 @@ static_assert(offsetof(UZBTDecorator_PlayerRange, Range) == 0x000068, "Member 'U static_assert(offsetof(UZBTDecorator_PlayerRange, Op) == 0x00006C, "Member 'UZBTDecorator_PlayerRange::Op' has a wrong offset!"); \ static_assert(offsetof(UZBTDecorator_PlayerRange, TargetActorBlackboardKey) == 0x000070, "Member 'UZBTDecorator_PlayerRange::TargetActorBlackboardKey' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZPlayerController_AddIgnoreViewTargetTag \ -static_assert(alignof(ZPlayerController_AddIgnoreViewTargetTag) == 0x000004, "Wrong alignment on ZPlayerController_AddIgnoreViewTargetTag"); \ -static_assert(sizeof(ZPlayerController_AddIgnoreViewTargetTag) == 0x000008, "Wrong size on ZPlayerController_AddIgnoreViewTargetTag"); \ -static_assert(offsetof(ZPlayerController_AddIgnoreViewTargetTag, ViewTargetTag) == 0x000000, "Member 'ZPlayerController_AddIgnoreViewTargetTag::ViewTargetTag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_ClearIgnoreViewTarget \ -static_assert(alignof(ZPlayerController_ClearIgnoreViewTarget) == 0x000004, "Wrong alignment on ZPlayerController_ClearIgnoreViewTarget"); \ -static_assert(sizeof(ZPlayerController_ClearIgnoreViewTarget) == 0x000008, "Wrong size on ZPlayerController_ClearIgnoreViewTarget"); \ -static_assert(offsetof(ZPlayerController_ClearIgnoreViewTarget, ViewTargetTag) == 0x000000, "Member 'ZPlayerController_ClearIgnoreViewTarget::ViewTargetTag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_HandleSingleCameraAspectRatio \ -static_assert(alignof(ZPlayerController_HandleSingleCameraAspectRatio) == 0x000008, "Wrong alignment on ZPlayerController_HandleSingleCameraAspectRatio"); \ -static_assert(sizeof(ZPlayerController_HandleSingleCameraAspectRatio) == 0x000008, "Wrong size on ZPlayerController_HandleSingleCameraAspectRatio"); \ -static_assert(offsetof(ZPlayerController_HandleSingleCameraAspectRatio, Camera_0) == 0x000000, "Member 'ZPlayerController_HandleSingleCameraAspectRatio::Camera_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_OnInputModeChanged \ -static_assert(alignof(ZPlayerController_OnInputModeChanged) == 0x000001, "Wrong alignment on ZPlayerController_OnInputModeChanged"); \ -static_assert(sizeof(ZPlayerController_OnInputModeChanged) == 0x000002, "Wrong size on ZPlayerController_OnInputModeChanged"); \ -static_assert(offsetof(ZPlayerController_OnInputModeChanged, OldMode) == 0x000000, "Member 'ZPlayerController_OnInputModeChanged::OldMode' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerController_OnInputModeChanged, NewMode) == 0x000001, "Member 'ZPlayerController_OnInputModeChanged::NewMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_OnPlayerStart \ -static_assert(alignof(ZPlayerController_OnPlayerStart) == 0x000001, "Wrong alignment on ZPlayerController_OnPlayerStart"); \ -static_assert(sizeof(ZPlayerController_OnPlayerStart) == 0x000001, "Wrong size on ZPlayerController_OnPlayerStart"); \ -static_assert(offsetof(ZPlayerController_OnPlayerStart, bPlayIntro) == 0x000000, "Member 'ZPlayerController_OnPlayerStart::bPlayIntro' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_OnPossess \ -static_assert(alignof(ZPlayerController_OnPossess) == 0x000008, "Wrong alignment on ZPlayerController_OnPossess"); \ -static_assert(sizeof(ZPlayerController_OnPossess) == 0x000008, "Wrong size on ZPlayerController_OnPossess"); \ -static_assert(offsetof(ZPlayerController_OnPossess, pPawn) == 0x000000, "Member 'ZPlayerController_OnPossess::pPawn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_OnSpectator \ -static_assert(alignof(ZPlayerController_OnSpectator) == 0x000008, "Wrong alignment on ZPlayerController_OnSpectator"); \ -static_assert(sizeof(ZPlayerController_OnSpectator) == 0x000020, "Wrong size on ZPlayerController_OnSpectator"); \ -static_assert(offsetof(ZPlayerController_OnSpectator, bValue) == 0x000000, "Member 'ZPlayerController_OnSpectator::bValue' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerController_OnSpectator, bDisableInput) == 0x000001, "Member 'ZPlayerController_OnSpectator::bDisableInput' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerController_OnSpectator, bDebug) == 0x000002, "Member 'ZPlayerController_OnSpectator::bDebug' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerController_OnSpectator, bBlendCamera) == 0x000003, "Member 'ZPlayerController_OnSpectator::bBlendCamera' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerController_OnSpectator, LookAtPosition) == 0x000008, "Member 'ZPlayerController_OnSpectator::LookAtPosition' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_SetAudioListenerDistanceRatio \ -static_assert(alignof(ZPlayerController_SetAudioListenerDistanceRatio) == 0x000004, "Wrong alignment on ZPlayerController_SetAudioListenerDistanceRatio"); \ -static_assert(sizeof(ZPlayerController_SetAudioListenerDistanceRatio) == 0x000004, "Wrong size on ZPlayerController_SetAudioListenerDistanceRatio"); \ -static_assert(offsetof(ZPlayerController_SetAudioListenerDistanceRatio, Ratio) == 0x000000, "Member 'ZPlayerController_SetAudioListenerDistanceRatio::Ratio' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_SetDeathSpectatorEnabled \ -static_assert(alignof(ZPlayerController_SetDeathSpectatorEnabled) == 0x000001, "Wrong alignment on ZPlayerController_SetDeathSpectatorEnabled"); \ -static_assert(sizeof(ZPlayerController_SetDeathSpectatorEnabled) == 0x000001, "Wrong size on ZPlayerController_SetDeathSpectatorEnabled"); \ -static_assert(offsetof(ZPlayerController_SetDeathSpectatorEnabled, Value) == 0x000000, "Member 'ZPlayerController_SetDeathSpectatorEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_SetGameplayInputContext \ -static_assert(alignof(ZPlayerController_SetGameplayInputContext) == 0x000001, "Wrong alignment on ZPlayerController_SetGameplayInputContext"); \ -static_assert(sizeof(ZPlayerController_SetGameplayInputContext) == 0x000001, "Wrong size on ZPlayerController_SetGameplayInputContext"); \ -static_assert(offsetof(ZPlayerController_SetGameplayInputContext, NewGameplayInputContext) == 0x000000, "Member 'ZPlayerController_SetGameplayInputContext::NewGameplayInputContext' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_SetSystemicDeathEnabled \ -static_assert(alignof(ZPlayerController_SetSystemicDeathEnabled) == 0x000001, "Wrong alignment on ZPlayerController_SetSystemicDeathEnabled"); \ -static_assert(sizeof(ZPlayerController_SetSystemicDeathEnabled) == 0x000001, "Wrong size on ZPlayerController_SetSystemicDeathEnabled"); \ -static_assert(offsetof(ZPlayerController_SetSystemicDeathEnabled, Value) == 0x000000, "Member 'ZPlayerController_SetSystemicDeathEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_SetTimeDilation \ -static_assert(alignof(ZPlayerController_SetTimeDilation) == 0x000004, "Wrong alignment on ZPlayerController_SetTimeDilation"); \ -static_assert(sizeof(ZPlayerController_SetTimeDilation) == 0x000004, "Wrong size on ZPlayerController_SetTimeDilation"); \ -static_assert(offsetof(ZPlayerController_SetTimeDilation, TimeDilation) == 0x000000, "Member 'ZPlayerController_SetTimeDilation::TimeDilation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_ZSetAudioListenerRatio \ -static_assert(alignof(ZPlayerController_ZSetAudioListenerRatio) == 0x000004, "Wrong alignment on ZPlayerController_ZSetAudioListenerRatio"); \ -static_assert(sizeof(ZPlayerController_ZSetAudioListenerRatio) == 0x000004, "Wrong size on ZPlayerController_ZSetAudioListenerRatio"); \ -static_assert(offsetof(ZPlayerController_ZSetAudioListenerRatio, fRatio) == 0x000000, "Member 'ZPlayerController_ZSetAudioListenerRatio::fRatio' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_GetGameplayInputContext \ -static_assert(alignof(ZPlayerController_GetGameplayInputContext) == 0x000001, "Wrong alignment on ZPlayerController_GetGameplayInputContext"); \ -static_assert(sizeof(ZPlayerController_GetGameplayInputContext) == 0x000001, "Wrong size on ZPlayerController_GetGameplayInputContext"); \ -static_assert(offsetof(ZPlayerController_GetGameplayInputContext, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetGameplayInputContext::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_GetHelpSystem \ -static_assert(alignof(ZPlayerController_GetHelpSystem) == 0x000008, "Wrong alignment on ZPlayerController_GetHelpSystem"); \ -static_assert(sizeof(ZPlayerController_GetHelpSystem) == 0x000008, "Wrong size on ZPlayerController_GetHelpSystem"); \ -static_assert(offsetof(ZPlayerController_GetHelpSystem, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetHelpSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_GetPlayerCamera \ -static_assert(alignof(ZPlayerController_GetPlayerCamera) == 0x000008, "Wrong alignment on ZPlayerController_GetPlayerCamera"); \ -static_assert(sizeof(ZPlayerController_GetPlayerCamera) == 0x000008, "Wrong size on ZPlayerController_GetPlayerCamera"); \ -static_assert(offsetof(ZPlayerController_GetPlayerCamera, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetPlayerCamera::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_GetTimeDilationOverride \ -static_assert(alignof(ZPlayerController_GetTimeDilationOverride) == 0x000004, "Wrong alignment on ZPlayerController_GetTimeDilationOverride"); \ -static_assert(sizeof(ZPlayerController_GetTimeDilationOverride) == 0x000004, "Wrong size on ZPlayerController_GetTimeDilationOverride"); \ -static_assert(offsetof(ZPlayerController_GetTimeDilationOverride, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetTimeDilationOverride::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_IsInGameMenu \ -static_assert(alignof(ZPlayerController_IsInGameMenu) == 0x000001, "Wrong alignment on ZPlayerController_IsInGameMenu"); \ -static_assert(sizeof(ZPlayerController_IsInGameMenu) == 0x000001, "Wrong size on ZPlayerController_IsInGameMenu"); \ -static_assert(offsetof(ZPlayerController_IsInGameMenu, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsInGameMenu::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_IsInMainMenu \ -static_assert(alignof(ZPlayerController_IsInMainMenu) == 0x000001, "Wrong alignment on ZPlayerController_IsInMainMenu"); \ -static_assert(sizeof(ZPlayerController_IsInMainMenu) == 0x000001, "Wrong size on ZPlayerController_IsInMainMenu"); \ -static_assert(offsetof(ZPlayerController_IsInMainMenu, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsInMainMenu::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_IsInSpectator \ -static_assert(alignof(ZPlayerController_IsInSpectator) == 0x000001, "Wrong alignment on ZPlayerController_IsInSpectator"); \ -static_assert(sizeof(ZPlayerController_IsInSpectator) == 0x000001, "Wrong size on ZPlayerController_IsInSpectator"); \ -static_assert(offsetof(ZPlayerController_IsInSpectator, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsInSpectator::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_IsPawnDying \ -static_assert(alignof(ZPlayerController_IsPawnDying) == 0x000001, "Wrong alignment on ZPlayerController_IsPawnDying"); \ -static_assert(sizeof(ZPlayerController_IsPawnDying) == 0x000001, "Wrong size on ZPlayerController_IsPawnDying"); \ -static_assert(offsetof(ZPlayerController_IsPawnDying, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsPawnDying::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_IsSystemicDeathEnabled \ -static_assert(alignof(ZPlayerController_IsSystemicDeathEnabled) == 0x000001, "Wrong alignment on ZPlayerController_IsSystemicDeathEnabled"); \ -static_assert(sizeof(ZPlayerController_IsSystemicDeathEnabled) == 0x000001, "Wrong size on ZPlayerController_IsSystemicDeathEnabled"); \ -static_assert(offsetof(ZPlayerController_IsSystemicDeathEnabled, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsSystemicDeathEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerController_SetKeyboardLayout \ -static_assert(alignof(ZPlayerController_SetKeyboardLayout) == 0x000001, "Wrong alignment on ZPlayerController_SetKeyboardLayout"); \ -static_assert(sizeof(ZPlayerController_SetKeyboardLayout) == 0x000001, "Wrong size on ZPlayerController_SetKeyboardLayout"); \ -static_assert(offsetof(ZPlayerController_SetKeyboardLayout, Layout) == 0x000000, "Member 'ZPlayerController_SetKeyboardLayout::Layout' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZPlayerController \ -static_assert(alignof(AZPlayerController) == 0x000008, "Wrong alignment on AZPlayerController"); \ -static_assert(sizeof(AZPlayerController) == 0x000A88, "Wrong size on AZPlayerController"); \ -static_assert(offsetof(AZPlayerController, OnPlayerPawnDead) == 0x000858, "Member 'AZPlayerController::OnPlayerPawnDead' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, OnPlayerPossess) == 0x000868, "Member 'AZPlayerController::OnPlayerPossess' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, OnPlayerUnPossess) == 0x000878, "Member 'AZPlayerController::OnPlayerUnPossess' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, OnCinematicMode) == 0x000888, "Member 'AZPlayerController::OnCinematicMode' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, OnPauseTriggered) == 0x000898, "Member 'AZPlayerController::OnPauseTriggered' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, SpectatorPawnBP) == 0x0008A8, "Member 'AZPlayerController::SpectatorPawnBP' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, PlayerCameraBP) == 0x0008B0, "Member 'AZPlayerController::PlayerCameraBP' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, bUseAbilitySystem) == 0x0008B8, "Member 'AZPlayerController::bUseAbilitySystem' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, CodeActionsMapping) == 0x0008C0, "Member 'AZPlayerController::CodeActionsMapping' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, DefaultMappingContexts) == 0x000910, "Member 'AZPlayerController::DefaultMappingContexts' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, QwertyActionMapping) == 0x000920, "Member 'AZPlayerController::QwertyActionMapping' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, AzertyActionMapping) == 0x000928, "Member 'AZPlayerController::AzertyActionMapping' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, DebugMappingContext) == 0x000930, "Member 'AZPlayerController::DebugMappingContext' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, PawnMappings) == 0x000938, "Member 'AZPlayerController::PawnMappings' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, PawnInputMappings) == 0x000988, "Member 'AZPlayerController::PawnInputMappings' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, OnFadeOutFinished) == 0x0009D8, "Member 'AZPlayerController::OnFadeOutFinished' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, CurrentPawnActionMapping) == 0x0009E8, "Member 'AZPlayerController::CurrentPawnActionMapping' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, InGameMenu) == 0x0009F0, "Member 'AZPlayerController::InGameMenu' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, SavedPawn) == 0x0009F8, "Member 'AZPlayerController::SavedPawn' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, CustomSpectatorPawn) == 0x000A00, "Member 'AZPlayerController::CustomSpectatorPawn' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, fInGameMenuTimeDilation) == 0x000A08, "Member 'AZPlayerController::fInGameMenuTimeDilation' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, AudioListenerDistanceRatio) == 0x000A0C, "Member 'AZPlayerController::AudioListenerDistanceRatio' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, CurrentCameraZone) == 0x000A18, "Member 'AZPlayerController::CurrentCameraZone' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, PlayerCamera) == 0x000A20, "Member 'AZPlayerController::PlayerCamera' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, HelpSystemClass) == 0x000A28, "Member 'AZPlayerController::HelpSystemClass' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerController, HelpSystem) == 0x000A30, "Member 'AZPlayerController::HelpSystem' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UZBTDecorator_WeaponType \ static_assert(alignof(UZBTDecorator_WeaponType) == 0x000008, "Wrong alignment on UZBTDecorator_WeaponType"); \ static_assert(sizeof(UZBTDecorator_WeaponType) == 0x000070, "Wrong size on UZBTDecorator_WeaponType"); \ static_assert(offsetof(UZBTDecorator_WeaponType, WeaponType) == 0x000068, "Member 'UZBTDecorator_WeaponType::WeaponType' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZPlayerDatastore_HasValidOnlineData \ +static_assert(alignof(ZPlayerDatastore_HasValidOnlineData) == 0x000001, "Wrong alignment on ZPlayerDatastore_HasValidOnlineData"); \ +static_assert(sizeof(ZPlayerDatastore_HasValidOnlineData) == 0x000001, "Wrong size on ZPlayerDatastore_HasValidOnlineData"); \ +static_assert(offsetof(ZPlayerDatastore_HasValidOnlineData, ReturnValue) == 0x000000, "Member 'ZPlayerDatastore_HasValidOnlineData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZPlayerDatastore \ +static_assert(alignof(UZPlayerDatastore) == 0x000008, "Wrong alignment on UZPlayerDatastore"); \ +static_assert(sizeof(UZPlayerDatastore) == 0x000090, "Wrong size on UZPlayerDatastore"); \ +static_assert(offsetof(UZPlayerDatastore, GameInstance) == 0x000028, "Member 'UZPlayerDatastore::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDatastore, DLCSkins) == 0x000030, "Member 'UZPlayerDatastore::DLCSkins' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDatastore, DebugSkins) == 0x000040, "Member 'UZPlayerDatastore::DebugSkins' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDatastore, MainGameAdditionalSkins) == 0x000050, "Member 'UZPlayerDatastore::MainGameAdditionalSkins' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDatastore, DemoAdditionalSkins) == 0x000060, "Member 'UZPlayerDatastore::DemoAdditionalSkins' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDatastore, DefaultSkin) == 0x000070, "Member 'UZPlayerDatastore::DefaultSkin' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDatastore, OnDLCUpdate) == 0x000078, "Member 'UZPlayerDatastore::OnDLCUpdate' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTService_CheckForSmartObject \ static_assert(alignof(UZBTService_CheckForSmartObject) == 0x000008, "Wrong alignment on UZBTService_CheckForSmartObject"); \ static_assert(sizeof(UZBTService_CheckForSmartObject) == 0x000140, "Wrong size on UZBTService_CheckForSmartObject"); \ @@ -85920,45 +84982,6 @@ static_assert(alignof(UZBTTask_ClearBlackboardValues) == 0x000008, "Wrong alignm static_assert(sizeof(UZBTTask_ClearBlackboardValues) == 0x000080, "Wrong size on UZBTTask_ClearBlackboardValues"); \ static_assert(offsetof(UZBTTask_ClearBlackboardValues, KeysToClear) == 0x000070, "Member 'UZBTTask_ClearBlackboardValues::KeysToClear' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask \ -static_assert(alignof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask) == 0x000004, "Wrong alignment on ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask"); \ -static_assert(sizeof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask) == 0x00000C, "Wrong size on ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask, CheckpointName) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask::CheckpointName' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask, OutFoundTask) == 0x000008, "Member 'ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask::OutFoundTask' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask, ReturnValue) == 0x000009, "Member 'ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint \ -static_assert(alignof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint) == 0x000008, "Wrong alignment on ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint"); \ -static_assert(sizeof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint) == 0x000028, "Wrong size on ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, CheckpointName) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::CheckpointName' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, OutFoundTask) == 0x000008, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::OutFoundTask' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, OutFoundParentActivity) == 0x000009, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::OutFoundParentActivity' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, OutFoundSiblingTasks) == 0x000010, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::OutFoundSiblingTasks' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, ReturnValue) == 0x000020, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints \ -static_assert(alignof(ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints) == 0x000008, "Wrong alignment on ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints"); \ -static_assert(sizeof(ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints) == 0x000050, "Wrong size on ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints, ReturnValue) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_GetEndCheckpointForTask \ -static_assert(alignof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask) == 0x000004, "Wrong alignment on ZPS5ActivitiesUtilityData_GetEndCheckpointForTask"); \ -static_assert(sizeof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask) == 0x000010, "Wrong size on ZPS5ActivitiesUtilityData_GetEndCheckpointForTask"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask, TaskID) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_GetEndCheckpointForTask::TaskID' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask, OutCheckpointName) == 0x000004, "Member 'ZPS5ActivitiesUtilityData_GetEndCheckpointForTask::OutCheckpointName' has a wrong offset!"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask, ReturnValue) == 0x00000C, "Member 'ZPS5ActivitiesUtilityData_GetEndCheckpointForTask::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints \ -static_assert(alignof(ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints) == 0x000008, "Wrong alignment on ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints"); \ -static_assert(sizeof(ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints) == 0x000050, "Wrong size on ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints"); \ -static_assert(offsetof(ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints, ReturnValue) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZPS5ActivitiesUtilityData \ -static_assert(alignof(UZPS5ActivitiesUtilityData) == 0x000008, "Wrong alignment on UZPS5ActivitiesUtilityData"); \ -static_assert(sizeof(UZPS5ActivitiesUtilityData) == 0x0000D0, "Wrong size on UZPS5ActivitiesUtilityData"); \ -static_assert(offsetof(UZPS5ActivitiesUtilityData, ActivitiesEndCheckpoints) == 0x000030, "Member 'UZPS5ActivitiesUtilityData::ActivitiesEndCheckpoints' has a wrong offset!"); \ -static_assert(offsetof(UZPS5ActivitiesUtilityData, TasksEndCheckpoints) == 0x000080, "Member 'UZPS5ActivitiesUtilityData::TasksEndCheckpoints' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UZBTTask_FindAttackPosition \ static_assert(alignof(UZBTTask_FindAttackPosition) == 0x000008, "Wrong alignment on UZBTTask_FindAttackPosition"); \ static_assert(sizeof(UZBTTask_FindAttackPosition) == 0x000158, "Wrong size on UZBTTask_FindAttackPosition"); \ @@ -85973,6 +84996,71 @@ static_assert(offsetof(UZBTTask_FindAttackPosition, UseNavPathLength) == 0x00015 static_assert(offsetof(UZBTTask_FindAttackPosition, Heuristic) == 0x000151, "Member 'UZBTTask_FindAttackPosition::Heuristic' has a wrong offset!"); \ static_assert(offsetof(UZBTTask_FindAttackPosition, MeleeMinDistance) == 0x000154, "Member 'UZBTTask_FindAttackPosition::MeleeMinDistance' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZPS5Activities_EndActivity \ +static_assert(alignof(ZPS5Activities_EndActivity) == 0x000008, "Wrong alignment on ZPS5Activities_EndActivity"); \ +static_assert(sizeof(ZPS5Activities_EndActivity) == 0x000010, "Wrong size on ZPS5Activities_EndActivity"); \ +static_assert(offsetof(ZPS5Activities_EndActivity, PlayerController) == 0x000000, "Member 'ZPS5Activities_EndActivity::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndActivity, activityId) == 0x000008, "Member 'ZPS5Activities_EndActivity::activityId' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndActivity, ActivityOutcome) == 0x000009, "Member 'ZPS5Activities_EndActivity::ActivityOutcome' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndActivity, NewAvailability) == 0x00000A, "Member 'ZPS5Activities_EndActivity::NewAvailability' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndActivity, ReturnValue) == 0x00000B, "Member 'ZPS5Activities_EndActivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5Activities_EndTask \ +static_assert(alignof(ZPS5Activities_EndTask) == 0x000008, "Wrong alignment on ZPS5Activities_EndTask"); \ +static_assert(sizeof(ZPS5Activities_EndTask) == 0x000010, "Wrong size on ZPS5Activities_EndTask"); \ +static_assert(offsetof(ZPS5Activities_EndTask, PlayerController) == 0x000000, "Member 'ZPS5Activities_EndTask::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndTask, TaskID) == 0x000008, "Member 'ZPS5Activities_EndTask::TaskID' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndTask, TaskOutcome) == 0x000009, "Member 'ZPS5Activities_EndTask::TaskOutcome' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndTask, NewAvailability) == 0x00000A, "Member 'ZPS5Activities_EndTask::NewAvailability' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndTask, ReturnValue) == 0x00000B, "Member 'ZPS5Activities_EndTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5Activities_EndTaskAndStartNextOne \ +static_assert(alignof(ZPS5Activities_EndTaskAndStartNextOne) == 0x000008, "Wrong alignment on ZPS5Activities_EndTaskAndStartNextOne"); \ +static_assert(sizeof(ZPS5Activities_EndTaskAndStartNextOne) == 0x000010, "Wrong size on ZPS5Activities_EndTaskAndStartNextOne"); \ +static_assert(offsetof(ZPS5Activities_EndTaskAndStartNextOne, PlayerController) == 0x000000, "Member 'ZPS5Activities_EndTaskAndStartNextOne::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndTaskAndStartNextOne, TaskID) == 0x000008, "Member 'ZPS5Activities_EndTaskAndStartNextOne::TaskID' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_EndTaskAndStartNextOne, ReturnValue) == 0x000009, "Member 'ZPS5Activities_EndTaskAndStartNextOne::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5Activities_GetPS5ActivitiesUtilityData \ +static_assert(alignof(ZPS5Activities_GetPS5ActivitiesUtilityData) == 0x000008, "Wrong alignment on ZPS5Activities_GetPS5ActivitiesUtilityData"); \ +static_assert(sizeof(ZPS5Activities_GetPS5ActivitiesUtilityData) == 0x000008, "Wrong size on ZPS5Activities_GetPS5ActivitiesUtilityData"); \ +static_assert(offsetof(ZPS5Activities_GetPS5ActivitiesUtilityData, ReturnValue) == 0x000000, "Member 'ZPS5Activities_GetPS5ActivitiesUtilityData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5Activities_ResumeActivity \ +static_assert(alignof(ZPS5Activities_ResumeActivity) == 0x000008, "Wrong alignment on ZPS5Activities_ResumeActivity"); \ +static_assert(sizeof(ZPS5Activities_ResumeActivity) == 0x000010, "Wrong size on ZPS5Activities_ResumeActivity"); \ +static_assert(offsetof(ZPS5Activities_ResumeActivity, PlayerController) == 0x000000, "Member 'ZPS5Activities_ResumeActivity::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_ResumeActivity, activityId) == 0x000008, "Member 'ZPS5Activities_ResumeActivity::activityId' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_ResumeActivity, CurrentTaskID) == 0x000009, "Member 'ZPS5Activities_ResumeActivity::CurrentTaskID' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_ResumeActivity, NewAvailability) == 0x00000A, "Member 'ZPS5Activities_ResumeActivity::NewAvailability' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_ResumeActivity, ReturnValue) == 0x00000B, "Member 'ZPS5Activities_ResumeActivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint \ +static_assert(alignof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint) == 0x000008, "Wrong alignment on ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint"); \ +static_assert(sizeof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint) == 0x000018, "Wrong size on ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint"); \ +static_assert(offsetof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint, PlayerController) == 0x000000, "Member 'ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint, CheckpointName) == 0x000008, "Member 'ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint::CheckpointName' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint, ReturnValue) == 0x000010, "Member 'ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5Activities_StartActivity \ +static_assert(alignof(ZPS5Activities_StartActivity) == 0x000008, "Wrong alignment on ZPS5Activities_StartActivity"); \ +static_assert(sizeof(ZPS5Activities_StartActivity) == 0x000010, "Wrong size on ZPS5Activities_StartActivity"); \ +static_assert(offsetof(ZPS5Activities_StartActivity, PlayerController) == 0x000000, "Member 'ZPS5Activities_StartActivity::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_StartActivity, activityId) == 0x000008, "Member 'ZPS5Activities_StartActivity::activityId' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_StartActivity, NewAvailability) == 0x000009, "Member 'ZPS5Activities_StartActivity::NewAvailability' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_StartActivity, ReturnValue) == 0x00000A, "Member 'ZPS5Activities_StartActivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5Activities_StartTask \ +static_assert(alignof(ZPS5Activities_StartTask) == 0x000008, "Wrong alignment on ZPS5Activities_StartTask"); \ +static_assert(sizeof(ZPS5Activities_StartTask) == 0x000010, "Wrong size on ZPS5Activities_StartTask"); \ +static_assert(offsetof(ZPS5Activities_StartTask, PlayerController) == 0x000000, "Member 'ZPS5Activities_StartTask::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_StartTask, TaskID) == 0x000008, "Member 'ZPS5Activities_StartTask::TaskID' has a wrong offset!"); \ +static_assert(offsetof(ZPS5Activities_StartTask, ReturnValue) == 0x000009, "Member 'ZPS5Activities_StartTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZPS5Activities \ +static_assert(alignof(UZPS5Activities) == 0x000008, "Wrong alignment on UZPS5Activities"); \ +static_assert(sizeof(UZPS5Activities) == 0x000028, "Wrong size on UZPS5Activities"); \ + #define DUMPER7_ASSERTS_UZBTTask_FindPatrolPoint \ static_assert(alignof(UZBTTask_FindPatrolPoint) == 0x000008, "Wrong alignment on UZBTTask_FindPatrolPoint"); \ static_assert(sizeof(UZBTTask_FindPatrolPoint) == 0x000110, "Wrong size on UZBTTask_FindPatrolPoint"); \ @@ -85989,6 +85077,188 @@ static_assert(offsetof(UZBTTask_FindPositionOnSpline, PositionOnSpline) == 0x000 static_assert(offsetof(UZBTTask_FindPositionOnSpline, bUseClosest) == 0x0000C0, "Member 'UZBTTask_FindPositionOnSpline::bUseClosest' has a wrong offset!"); \ static_assert(offsetof(UZBTTask_FindPositionOnSpline, bShouldPausePath) == 0x0000C1, "Member 'UZBTTask_FindPositionOnSpline::bShouldPausePath' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZPlayerCamera_OnCinematicMode \ +static_assert(alignof(ZPlayerCamera_OnCinematicMode) == 0x000001, "Wrong alignment on ZPlayerCamera_OnCinematicMode"); \ +static_assert(sizeof(ZPlayerCamera_OnCinematicMode) == 0x000002, "Wrong size on ZPlayerCamera_OnCinematicMode"); \ +static_assert(offsetof(ZPlayerCamera_OnCinematicMode, Value) == 0x000000, "Member 'ZPlayerCamera_OnCinematicMode::Value' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_OnCinematicMode, bConstrainsForeground) == 0x000001, "Member 'ZPlayerCamera_OnCinematicMode::bConstrainsForeground' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnFoVRequestSourceEndPlay \ +static_assert(alignof(ZPlayerCamera_OnFoVRequestSourceEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnFoVRequestSourceEndPlay"); \ +static_assert(sizeof(ZPlayerCamera_OnFoVRequestSourceEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnFoVRequestSourceEndPlay"); \ +static_assert(offsetof(ZPlayerCamera_OnFoVRequestSourceEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnFoVRequestSourceEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_OnFoVRequestSourceEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnFoVRequestSourceEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnGameplayReady \ +static_assert(alignof(ZPlayerCamera_OnGameplayReady) == 0x000001, "Wrong alignment on ZPlayerCamera_OnGameplayReady"); \ +static_assert(sizeof(ZPlayerCamera_OnGameplayReady) == 0x000001, "Wrong size on ZPlayerCamera_OnGameplayReady"); \ +static_assert(offsetof(ZPlayerCamera_OnGameplayReady, Value) == 0x000000, "Member 'ZPlayerCamera_OnGameplayReady::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnImmersed \ +static_assert(alignof(ZPlayerCamera_OnImmersed) == 0x000001, "Wrong alignment on ZPlayerCamera_OnImmersed"); \ +static_assert(sizeof(ZPlayerCamera_OnImmersed) == 0x000001, "Wrong size on ZPlayerCamera_OnImmersed"); \ +static_assert(offsetof(ZPlayerCamera_OnImmersed, Value) == 0x000000, "Member 'ZPlayerCamera_OnImmersed::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnLookAtRequestSourceEndPlay \ +static_assert(alignof(ZPlayerCamera_OnLookAtRequestSourceEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnLookAtRequestSourceEndPlay"); \ +static_assert(sizeof(ZPlayerCamera_OnLookAtRequestSourceEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnLookAtRequestSourceEndPlay"); \ +static_assert(offsetof(ZPlayerCamera_OnLookAtRequestSourceEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnLookAtRequestSourceEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_OnLookAtRequestSourceEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnLookAtRequestSourceEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnPlayerRestart \ +static_assert(alignof(ZPlayerCamera_OnPlayerRestart) == 0x000004, "Wrong alignment on ZPlayerCamera_OnPlayerRestart"); \ +static_assert(sizeof(ZPlayerCamera_OnPlayerRestart) == 0x000004, "Wrong size on ZPlayerCamera_OnPlayerRestart"); \ +static_assert(offsetof(ZPlayerCamera_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZPlayerCamera_OnPlayerRestart::Occurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnRenderingEvent \ +static_assert(alignof(ZPlayerCamera_OnRenderingEvent) == 0x000001, "Wrong alignment on ZPlayerCamera_OnRenderingEvent"); \ +static_assert(sizeof(ZPlayerCamera_OnRenderingEvent) == 0x000001, "Wrong size on ZPlayerCamera_OnRenderingEvent"); \ +static_assert(offsetof(ZPlayerCamera_OnRenderingEvent, Event) == 0x000000, "Member 'ZPlayerCamera_OnRenderingEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnTranslationRequestSourceEndPlay \ +static_assert(alignof(ZPlayerCamera_OnTranslationRequestSourceEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnTranslationRequestSourceEndPlay"); \ +static_assert(sizeof(ZPlayerCamera_OnTranslationRequestSourceEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnTranslationRequestSourceEndPlay"); \ +static_assert(offsetof(ZPlayerCamera_OnTranslationRequestSourceEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnTranslationRequestSourceEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_OnTranslationRequestSourceEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnTranslationRequestSourceEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_OnZoneOwnerEndPlay \ +static_assert(alignof(ZPlayerCamera_OnZoneOwnerEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnZoneOwnerEndPlay"); \ +static_assert(sizeof(ZPlayerCamera_OnZoneOwnerEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnZoneOwnerEndPlay"); \ +static_assert(offsetof(ZPlayerCamera_OnZoneOwnerEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnZoneOwnerEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_OnZoneOwnerEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnZoneOwnerEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_RequestBlur \ +static_assert(alignof(ZPlayerCamera_RequestBlur) == 0x000004, "Wrong alignment on ZPlayerCamera_RequestBlur"); \ +static_assert(sizeof(ZPlayerCamera_RequestBlur) == 0x000014, "Wrong size on ZPlayerCamera_RequestBlur"); \ +static_assert(offsetof(ZPlayerCamera_RequestBlur, OnBlurFinished) == 0x000000, "Member 'ZPlayerCamera_RequestBlur::OnBlurFinished' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_RequestBlur, BlendTime) == 0x000010, "Member 'ZPlayerCamera_RequestBlur::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_RequestDeathBehavior \ +static_assert(alignof(ZPlayerCamera_RequestDeathBehavior) == 0x000001, "Wrong alignment on ZPlayerCamera_RequestDeathBehavior"); \ +static_assert(sizeof(ZPlayerCamera_RequestDeathBehavior) == 0x000001, "Wrong size on ZPlayerCamera_RequestDeathBehavior"); \ +static_assert(offsetof(ZPlayerCamera_RequestDeathBehavior, Behavior) == 0x000000, "Member 'ZPlayerCamera_RequestDeathBehavior::Behavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_RequestFoV \ +static_assert(alignof(ZPlayerCamera_RequestFoV) == 0x000004, "Wrong alignment on ZPlayerCamera_RequestFoV"); \ +static_assert(sizeof(ZPlayerCamera_RequestFoV) == 0x000004, "Wrong size on ZPlayerCamera_RequestFoV"); \ +static_assert(offsetof(ZPlayerCamera_RequestFoV, NewFOV) == 0x000000, "Member 'ZPlayerCamera_RequestFoV::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_RequestLookAt \ +static_assert(alignof(ZPlayerCamera_RequestLookAt) == 0x000008, "Wrong alignment on ZPlayerCamera_RequestLookAt"); \ +static_assert(sizeof(ZPlayerCamera_RequestLookAt) == 0x000020, "Wrong size on ZPlayerCamera_RequestLookAt"); \ +static_assert(offsetof(ZPlayerCamera_RequestLookAt, LookAtLocation) == 0x000000, "Member 'ZPlayerCamera_RequestLookAt::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_RequestLookAt, BlendSpeed) == 0x000018, "Member 'ZPlayerCamera_RequestLookAt::BlendSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_RequestTransform \ +static_assert(alignof(ZPlayerCamera_RequestTransform) == 0x000010, "Wrong alignment on ZPlayerCamera_RequestTransform"); \ +static_assert(sizeof(ZPlayerCamera_RequestTransform) == 0x000070, "Wrong size on ZPlayerCamera_RequestTransform"); \ +static_assert(offsetof(ZPlayerCamera_RequestTransform, Transform) == 0x000000, "Member 'ZPlayerCamera_RequestTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_RequestTransform, BlendSpeed) == 0x000060, "Member 'ZPlayerCamera_RequestTransform::BlendSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_RequestTranslation \ +static_assert(alignof(ZPlayerCamera_RequestTranslation) == 0x000008, "Wrong alignment on ZPlayerCamera_RequestTranslation"); \ +static_assert(sizeof(ZPlayerCamera_RequestTranslation) == 0x000020, "Wrong size on ZPlayerCamera_RequestTranslation"); \ +static_assert(offsetof(ZPlayerCamera_RequestTranslation, Location) == 0x000000, "Member 'ZPlayerCamera_RequestTranslation::Location' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerCamera_RequestTranslation, BlendSpeed) == 0x000018, "Member 'ZPlayerCamera_RequestTranslation::BlendSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_SetLookAroundEnabled \ +static_assert(alignof(ZPlayerCamera_SetLookAroundEnabled) == 0x000001, "Wrong alignment on ZPlayerCamera_SetLookAroundEnabled"); \ +static_assert(sizeof(ZPlayerCamera_SetLookAroundEnabled) == 0x000001, "Wrong size on ZPlayerCamera_SetLookAroundEnabled"); \ +static_assert(offsetof(ZPlayerCamera_SetLookAroundEnabled, bValue) == 0x000000, "Member 'ZPlayerCamera_SetLookAroundEnabled::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_SetLookAtEnabled \ +static_assert(alignof(ZPlayerCamera_SetLookAtEnabled) == 0x000001, "Wrong alignment on ZPlayerCamera_SetLookAtEnabled"); \ +static_assert(sizeof(ZPlayerCamera_SetLookAtEnabled) == 0x000001, "Wrong size on ZPlayerCamera_SetLookAtEnabled"); \ +static_assert(offsetof(ZPlayerCamera_SetLookAtEnabled, Value) == 0x000000, "Member 'ZPlayerCamera_SetLookAtEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_SetTranslationEnabled \ +static_assert(alignof(ZPlayerCamera_SetTranslationEnabled) == 0x000001, "Wrong alignment on ZPlayerCamera_SetTranslationEnabled"); \ +static_assert(sizeof(ZPlayerCamera_SetTranslationEnabled) == 0x000001, "Wrong size on ZPlayerCamera_SetTranslationEnabled"); \ +static_assert(offsetof(ZPlayerCamera_SetTranslationEnabled, Value) == 0x000000, "Member 'ZPlayerCamera_SetTranslationEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_GetBlendFromSequenceTime \ +static_assert(alignof(ZPlayerCamera_GetBlendFromSequenceTime) == 0x000004, "Wrong alignment on ZPlayerCamera_GetBlendFromSequenceTime"); \ +static_assert(sizeof(ZPlayerCamera_GetBlendFromSequenceTime) == 0x000004, "Wrong size on ZPlayerCamera_GetBlendFromSequenceTime"); \ +static_assert(offsetof(ZPlayerCamera_GetBlendFromSequenceTime, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetBlendFromSequenceTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_GetModifier \ +static_assert(alignof(ZPlayerCamera_GetModifier) == 0x000008, "Wrong alignment on ZPlayerCamera_GetModifier"); \ +static_assert(sizeof(ZPlayerCamera_GetModifier) == 0x000008, "Wrong size on ZPlayerCamera_GetModifier"); \ +static_assert(offsetof(ZPlayerCamera_GetModifier, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_GetObservedPawn \ +static_assert(alignof(ZPlayerCamera_GetObservedPawn) == 0x000008, "Wrong alignment on ZPlayerCamera_GetObservedPawn"); \ +static_assert(sizeof(ZPlayerCamera_GetObservedPawn) == 0x000008, "Wrong size on ZPlayerCamera_GetObservedPawn"); \ +static_assert(offsetof(ZPlayerCamera_GetObservedPawn, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetObservedPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_GetState \ +static_assert(alignof(ZPlayerCamera_GetState) == 0x000001, "Wrong alignment on ZPlayerCamera_GetState"); \ +static_assert(sizeof(ZPlayerCamera_GetState) == 0x000001, "Wrong size on ZPlayerCamera_GetState"); \ +static_assert(offsetof(ZPlayerCamera_GetState, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerCamera_GetZoneOwner \ +static_assert(alignof(ZPlayerCamera_GetZoneOwner) == 0x000008, "Wrong alignment on ZPlayerCamera_GetZoneOwner"); \ +static_assert(sizeof(ZPlayerCamera_GetZoneOwner) == 0x000008, "Wrong size on ZPlayerCamera_GetZoneOwner"); \ +static_assert(offsetof(ZPlayerCamera_GetZoneOwner, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetZoneOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZPlayerCamera \ +static_assert(alignof(AZPlayerCamera) == 0x000010, "Wrong alignment on AZPlayerCamera"); \ +static_assert(sizeof(AZPlayerCamera) == 0x001550, "Wrong size on AZPlayerCamera"); \ +static_assert(offsetof(AZPlayerCamera, DefaultCameraTranslationSpeed) == 0x0009B0, "Member 'AZPlayerCamera::DefaultCameraTranslationSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultCameraRotationSpeed) == 0x0009B4, "Member 'AZPlayerCamera::DefaultCameraRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultLookAroundSpeed) == 0x0009B8, "Member 'AZPlayerCamera::DefaultLookAroundSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, WorldOffset) == 0x0009C0, "Member 'AZPlayerCamera::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, WorldOffsetInterpSpeed) == 0x0009D8, "Member 'AZPlayerCamera::WorldOffsetInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, bEnableVelocityOrientation) == 0x0009F0, "Member 'AZPlayerCamera::bEnableVelocityOrientation' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultZOffset) == 0x0009F4, "Member 'AZPlayerCamera::DefaultZOffset' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultZOffsetInterpSpeed) == 0x0009F8, "Member 'AZPlayerCamera::DefaultZOffsetInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultYOffset) == 0x0009FC, "Member 'AZPlayerCamera::DefaultYOffset' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultYOffsetInterpSpeed) == 0x000A00, "Member 'AZPlayerCamera::DefaultYOffsetInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, LookAroundClamp) == 0x000A04, "Member 'AZPlayerCamera::LookAroundClamp' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultBlendFovSpeed) == 0x000A08, "Member 'AZPlayerCamera::DefaultBlendFovSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, BlendTranslationInterpSpeed) == 0x000A0C, "Member 'AZPlayerCamera::BlendTranslationInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, BlendRotationInterpSpeed) == 0x000A10, "Member 'AZPlayerCamera::BlendRotationInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, Aperture) == 0x000A14, "Member 'AZPlayerCamera::Aperture' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, PlayerCharacterZOffset) == 0x000A18, "Member 'AZPlayerCamera::PlayerCharacterZOffset' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, PlayerCharacterZOffsetInterpSpeed) == 0x000A1C, "Member 'AZPlayerCamera::PlayerCharacterZOffsetInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, bEnableVerticalAdjustment) == 0x000A20, "Member 'AZPlayerCamera::bEnableVerticalAdjustment' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, MaxVerticalOffset) == 0x000A24, "Member 'AZPlayerCamera::MaxVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, VerticalOffsetCurve) == 0x000A28, "Member 'AZPlayerCamera::VerticalOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, PlayerVerticalAngleInterpSpeed) == 0x000A30, "Member 'AZPlayerCamera::PlayerVerticalAngleInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, bFixedYaw) == 0x000A34, "Member 'AZPlayerCamera::bFixedYaw' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, bEnableLateralAdjustment) == 0x000A35, "Member 'AZPlayerCamera::bEnableLateralAdjustment' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, LateralOffsetCurve) == 0x000A38, "Member 'AZPlayerCamera::LateralOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, MaxLateralOffset) == 0x000A40, "Member 'AZPlayerCamera::MaxLateralOffset' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, PlayerLateralAngleInterpSpeed) == 0x000A44, "Member 'AZPlayerCamera::PlayerLateralAngleInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, YawClamp) == 0x000A48, "Member 'AZPlayerCamera::YawClamp' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, YawClampInterpSpeed) == 0x000A4C, "Member 'AZPlayerCamera::YawClampInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, FovOverride) == 0x000A50, "Member 'AZPlayerCamera::FovOverride' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, BlendFromSequenceTime) == 0x000A54, "Member 'AZPlayerCamera::BlendFromSequenceTime' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, bEnableWideView) == 0x000A58, "Member 'AZPlayerCamera::bEnableWideView' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, PostProcessInterSpeed) == 0x000A5C, "Member 'AZPlayerCamera::PostProcessInterSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, WideViewSettings) == 0x000A60, "Member 'AZPlayerCamera::WideViewSettings' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, ImmersionUpdateRate) == 0x000A70, "Member 'AZPlayerCamera::ImmersionUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, BlurDistanceFocal) == 0x000A74, "Member 'AZPlayerCamera::BlurDistanceFocal' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, LookAtWeight) == 0x000A78, "Member 'AZPlayerCamera::LookAtWeight' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DeathCamFoV) == 0x000A7C, "Member 'AZPlayerCamera::DeathCamFoV' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DeathBlendFovSpeed) == 0x000A80, "Member 'AZPlayerCamera::DeathBlendFovSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, bComputeDeathCamLocation) == 0x000A84, "Member 'AZPlayerCamera::bComputeDeathCamLocation' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DeathCamSampleSize) == 0x000A88, "Member 'AZPlayerCamera::DeathCamSampleSize' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DeathCamInterpSpeed) == 0x000A8C, "Member 'AZPlayerCamera::DeathCamInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DeathCamLookAtSpeed) == 0x000A90, "Member 'AZPlayerCamera::DeathCamLookAtSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, PlayerListener) == 0x000A98, "Member 'AZPlayerCamera::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, CameraZoneOwner) == 0x000AA0, "Member 'AZPlayerCamera::CameraZoneOwner' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, RequestTranslationOwner) == 0x000AA8, "Member 'AZPlayerCamera::RequestTranslationOwner' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, RequestLookAtOwner) == 0x000AB0, "Member 'AZPlayerCamera::RequestLookAtOwner' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, RequestFoVOwner) == 0x000AB8, "Member 'AZPlayerCamera::RequestFoVOwner' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, CurrentModifier) == 0x000AC0, "Member 'AZPlayerCamera::CurrentModifier' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, Settings) == 0x000AC8, "Member 'AZPlayerCamera::Settings' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, OnBlendTransformCompleted) == 0x000B88, "Member 'AZPlayerCamera::OnBlendTransformCompleted' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, OnBlendTransformRequested) == 0x000B98, "Member 'AZPlayerCamera::OnBlendTransformRequested' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, OnBlendCompleteEvent) == 0x000BA8, "Member 'AZPlayerCamera::OnBlendCompleteEvent' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, OnBlendCanceledEvent) == 0x000BB8, "Member 'AZPlayerCamera::OnBlendCanceledEvent' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerCamera, DefaultPostProcessSettings) == 0x000BD0, "Member 'AZPlayerCamera::DefaultPostProcessSettings' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTTask_FindRandomPositionOnCircle \ static_assert(alignof(UZBTTask_FindRandomPositionOnCircle) == 0x000008, "Wrong alignment on UZBTTask_FindRandomPositionOnCircle"); \ static_assert(sizeof(UZBTTask_FindRandomPositionOnCircle) == 0x000128, "Wrong size on UZBTTask_FindRandomPositionOnCircle"); \ @@ -86011,6 +85281,66 @@ static_assert(offsetof(UZBTTask_FindRandomPositionOnCircle, bInsideCoordinatorOn static_assert(alignof(UZBTTask_FollowSpline) == 0x000008, "Wrong alignment on UZBTTask_FollowSpline"); \ static_assert(sizeof(UZBTTask_FollowSpline) == 0x000070, "Wrong size on UZBTTask_FollowSpline"); \ +#define DUMPER7_ASSERTS_ZUserWidget_InputModeChanged \ +static_assert(alignof(ZUserWidget_InputModeChanged) == 0x000001, "Wrong alignment on ZUserWidget_InputModeChanged"); \ +static_assert(sizeof(ZUserWidget_InputModeChanged) == 0x000001, "Wrong size on ZUserWidget_InputModeChanged"); \ +static_assert(offsetof(ZUserWidget_InputModeChanged, NewInputMode) == 0x000000, "Member 'ZUserWidget_InputModeChanged::NewInputMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUserWidget_OnAppFocus \ +static_assert(alignof(ZUserWidget_OnAppFocus) == 0x000001, "Wrong alignment on ZUserWidget_OnAppFocus"); \ +static_assert(sizeof(ZUserWidget_OnAppFocus) == 0x000001, "Wrong size on ZUserWidget_OnAppFocus"); \ +static_assert(offsetof(ZUserWidget_OnAppFocus, bValue) == 0x000000, "Member 'ZUserWidget_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUserWidget_OnHideUI \ +static_assert(alignof(ZUserWidget_OnHideUI) == 0x000001, "Wrong alignment on ZUserWidget_OnHideUI"); \ +static_assert(sizeof(ZUserWidget_OnHideUI) == 0x000001, "Wrong size on ZUserWidget_OnHideUI"); \ +static_assert(offsetof(ZUserWidget_OnHideUI, bHide) == 0x000000, "Member 'ZUserWidget_OnHideUI::bHide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUserWidget_OnInputAction \ +static_assert(alignof(ZUserWidget_OnInputAction) == 0x000004, "Wrong alignment on ZUserWidget_OnInputAction"); \ +static_assert(sizeof(ZUserWidget_OnInputAction) == 0x000008, "Wrong size on ZUserWidget_OnInputAction"); \ +static_assert(offsetof(ZUserWidget_OnInputAction, InputActionName) == 0x000000, "Member 'ZUserWidget_OnInputAction::InputActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUserWidget_OnInputModeChanged \ +static_assert(alignof(ZUserWidget_OnInputModeChanged) == 0x000001, "Wrong alignment on ZUserWidget_OnInputModeChanged"); \ +static_assert(sizeof(ZUserWidget_OnInputModeChanged) == 0x000001, "Wrong size on ZUserWidget_OnInputModeChanged"); \ +static_assert(offsetof(ZUserWidget_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'ZUserWidget_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUserWidget_OnPlayerInputAction \ +static_assert(alignof(ZUserWidget_OnPlayerInputAction) == 0x000008, "Wrong alignment on ZUserWidget_OnPlayerInputAction"); \ +static_assert(sizeof(ZUserWidget_OnPlayerInputAction) == 0x000030, "Wrong size on ZUserWidget_OnPlayerInputAction"); \ +static_assert(offsetof(ZUserWidget_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'ZUserWidget_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUserWidget_SetFadingState \ +static_assert(alignof(ZUserWidget_SetFadingState) == 0x000001, "Wrong alignment on ZUserWidget_SetFadingState"); \ +static_assert(sizeof(ZUserWidget_SetFadingState) == 0x000001, "Wrong size on ZUserWidget_SetFadingState"); \ +static_assert(offsetof(ZUserWidget_SetFadingState, NewFadingState) == 0x000000, "Member 'ZUserWidget_SetFadingState::NewFadingState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUserWidget_GetLifeTime \ +static_assert(alignof(ZUserWidget_GetLifeTime) == 0x000004, "Wrong alignment on ZUserWidget_GetLifeTime"); \ +static_assert(sizeof(ZUserWidget_GetLifeTime) == 0x000004, "Wrong size on ZUserWidget_GetLifeTime"); \ +static_assert(offsetof(ZUserWidget_GetLifeTime, ReturnValue) == 0x000000, "Member 'ZUserWidget_GetLifeTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZUserWidget \ +static_assert(alignof(UZUserWidget) == 0x000008, "Wrong alignment on UZUserWidget"); \ +static_assert(sizeof(UZUserWidget) == 0x0002F8, "Wrong size on UZUserWidget"); \ +static_assert(offsetof(UZUserWidget, bIsMenu) == 0x0002E0, "Member 'UZUserWidget::bIsMenu' has a wrong offset!"); \ +static_assert(offsetof(UZUserWidget, LifeTime) == 0x0002E4, "Member 'UZUserWidget::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(UZUserWidget, bShouldIgnoreHideUI) == 0x0002E8, "Member 'UZUserWidget::bShouldIgnoreHideUI' has a wrong offset!"); \ +static_assert(offsetof(UZUserWidget, TooltipGameplayTag) == 0x0002EC, "Member 'UZUserWidget::TooltipGameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPopUpWidget_SetGenericPopUpText \ +static_assert(alignof(ZPopUpWidget_SetGenericPopUpText) == 0x000008, "Wrong alignment on ZPopUpWidget_SetGenericPopUpText"); \ +static_assert(sizeof(ZPopUpWidget_SetGenericPopUpText) == 0x000030, "Wrong size on ZPopUpWidget_SetGenericPopUpText"); \ +static_assert(offsetof(ZPopUpWidget_SetGenericPopUpText, PopUpTextData) == 0x000000, "Member 'ZPopUpWidget_SetGenericPopUpText::PopUpTextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZPopUpWidget \ +static_assert(alignof(UZPopUpWidget) == 0x000008, "Wrong alignment on UZPopUpWidget"); \ +static_assert(sizeof(UZPopUpWidget) == 0x000300, "Wrong size on UZPopUpWidget"); \ +static_assert(offsetof(UZPopUpWidget, bUseCancelButton) == 0x0002F8, "Member 'UZPopUpWidget::bUseCancelButton' has a wrong offset!"); \ +static_assert(offsetof(UZPopUpWidget, bUseTitle) == 0x0002F9, "Member 'UZPopUpWidget::bUseTitle' has a wrong offset!"); \ +static_assert(offsetof(UZPopUpWidget, bUseQuestionText) == 0x0002FA, "Member 'UZPopUpWidget::bUseQuestionText' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTTask_FreeMeleeSlot \ static_assert(alignof(UZBTTask_FreeMeleeSlot) == 0x000008, "Wrong alignment on UZBTTask_FreeMeleeSlot"); \ static_assert(sizeof(UZBTTask_FreeMeleeSlot) == 0x0000E8, "Wrong size on UZBTTask_FreeMeleeSlot"); \ @@ -86025,159 +85355,35 @@ static_assert(offsetof(UZBTTask_FreePatrolPoint, PreviousPointIndexKey) == 0x000 static_assert(offsetof(UZBTTask_FreePatrolPoint, SelectedPointPositionKey) == 0x000098, "Member 'UZBTTask_FreePatrolPoint::SelectedPointPositionKey' has a wrong offset!"); \ static_assert(offsetof(UZBTTask_FreePatrolPoint, PatrolPointKey) == 0x0000C0, "Member 'UZBTTask_FreePatrolPoint::PatrolPointKey' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZVariableStorageComponent_GetVariableStorage \ +static_assert(alignof(ZVariableStorageComponent_GetVariableStorage) == 0x000008, "Wrong alignment on ZVariableStorageComponent_GetVariableStorage"); \ +static_assert(sizeof(ZVariableStorageComponent_GetVariableStorage) == 0x000008, "Wrong size on ZVariableStorageComponent_GetVariableStorage"); \ +static_assert(offsetof(ZVariableStorageComponent_GetVariableStorage, ReturnValue) == 0x000000, "Member 'ZVariableStorageComponent_GetVariableStorage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZVariableStorageComponent \ +static_assert(alignof(UZVariableStorageComponent) == 0x000008, "Wrong alignment on UZVariableStorageComponent"); \ +static_assert(sizeof(UZVariableStorageComponent) == 0x0000A8, "Wrong size on UZVariableStorageComponent"); \ +static_assert(offsetof(UZVariableStorageComponent, VariableStorage) == 0x0000A0, "Member 'UZVariableStorageComponent::VariableStorage' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTTask_MoveTo \ static_assert(alignof(UZBTTask_MoveTo) == 0x000008, "Wrong alignment on UZBTTask_MoveTo"); \ static_assert(sizeof(UZBTTask_MoveTo) == 0x0000B8, "Wrong size on UZBTTask_MoveTo"); \ static_assert(offsetof(UZBTTask_MoveTo, LocomotionMode) == 0x0000B0, "Member 'UZBTTask_MoveTo::LocomotionMode' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZSensingComponent_OnAnimNotify \ -static_assert(alignof(ZSensingComponent_OnAnimNotify) == 0x000004, "Wrong alignment on ZSensingComponent_OnAnimNotify"); \ -static_assert(sizeof(ZSensingComponent_OnAnimNotify) == 0x000010, "Wrong size on ZSensingComponent_OnAnimNotify"); \ -static_assert(offsetof(ZSensingComponent_OnAnimNotify, NotifyName) == 0x000000, "Member 'ZSensingComponent_OnAnimNotify::NotifyName' has a wrong offset!"); \ -static_assert(offsetof(ZSensingComponent_OnAnimNotify, DebugInfo) == 0x000008, "Member 'ZSensingComponent_OnAnimNotify::DebugInfo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_OnEmitterSoundHeard \ -static_assert(alignof(ZSensingComponent_OnEmitterSoundHeard) == 0x000008, "Wrong alignment on ZSensingComponent_OnEmitterSoundHeard"); \ -static_assert(sizeof(ZSensingComponent_OnEmitterSoundHeard) == 0x000020, "Wrong size on ZSensingComponent_OnEmitterSoundHeard"); \ -static_assert(offsetof(ZSensingComponent_OnEmitterSoundHeard, Location) == 0x000000, "Member 'ZSensingComponent_OnEmitterSoundHeard::Location' has a wrong offset!"); \ -static_assert(offsetof(ZSensingComponent_OnEmitterSoundHeard, ShouldInvestigate) == 0x000018, "Member 'ZSensingComponent_OnEmitterSoundHeard::ShouldInvestigate' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_OnExternalPawnDetected \ -static_assert(alignof(ZSensingComponent_OnExternalPawnDetected) == 0x000008, "Wrong alignment on ZSensingComponent_OnExternalPawnDetected"); \ -static_assert(sizeof(ZSensingComponent_OnExternalPawnDetected) == 0x000010, "Wrong size on ZSensingComponent_OnExternalPawnDetected"); \ -static_assert(offsetof(ZSensingComponent_OnExternalPawnDetected, Pawn) == 0x000000, "Member 'ZSensingComponent_OnExternalPawnDetected::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZSensingComponent_OnExternalPawnDetected, Value) == 0x000008, "Member 'ZSensingComponent_OnExternalPawnDetected::Value' has a wrong offset!"); \ -static_assert(offsetof(ZSensingComponent_OnExternalPawnDetected, Force) == 0x000009, "Member 'ZSensingComponent_OnExternalPawnDetected::Force' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_OwnerHit \ -static_assert(alignof(ZSensingComponent_OwnerHit) == 0x000008, "Wrong alignment on ZSensingComponent_OwnerHit"); \ -static_assert(sizeof(ZSensingComponent_OwnerHit) == 0x000120, "Wrong size on ZSensingComponent_OwnerHit"); \ -static_assert(offsetof(ZSensingComponent_OwnerHit, SelfActor) == 0x000000, "Member 'ZSensingComponent_OwnerHit::SelfActor' has a wrong offset!"); \ -static_assert(offsetof(ZSensingComponent_OwnerHit, OtherActor) == 0x000008, "Member 'ZSensingComponent_OwnerHit::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZSensingComponent_OwnerHit, NormalImpulse) == 0x000010, "Member 'ZSensingComponent_OwnerHit::NormalImpulse' has a wrong offset!"); \ -static_assert(offsetof(ZSensingComponent_OwnerHit, Hit) == 0x000028, "Member 'ZSensingComponent_OwnerHit::Hit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_SetEnabled \ -static_assert(alignof(ZSensingComponent_SetEnabled) == 0x000001, "Wrong alignment on ZSensingComponent_SetEnabled"); \ -static_assert(sizeof(ZSensingComponent_SetEnabled) == 0x000001, "Wrong size on ZSensingComponent_SetEnabled"); \ -static_assert(offsetof(ZSensingComponent_SetEnabled, bValue) == 0x000000, "Member 'ZSensingComponent_SetEnabled::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_SetHeadSocket \ -static_assert(alignof(ZSensingComponent_SetHeadSocket) == 0x000004, "Wrong alignment on ZSensingComponent_SetHeadSocket"); \ -static_assert(sizeof(ZSensingComponent_SetHeadSocket) == 0x000008, "Wrong size on ZSensingComponent_SetHeadSocket"); \ -static_assert(offsetof(ZSensingComponent_SetHeadSocket, NewSocket) == 0x000000, "Member 'ZSensingComponent_SetHeadSocket::NewSocket' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_SetSensingLOD \ -static_assert(alignof(ZSensingComponent_SetSensingLOD) == 0x000001, "Wrong alignment on ZSensingComponent_SetSensingLOD"); \ -static_assert(sizeof(ZSensingComponent_SetSensingLOD) == 0x000001, "Wrong size on ZSensingComponent_SetSensingLOD"); \ -static_assert(offsetof(ZSensingComponent_SetSensingLOD, NewLOD) == 0x000000, "Member 'ZSensingComponent_SetSensingLOD::NewLOD' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_SetShouldRestrictToCoordinator \ -static_assert(alignof(ZSensingComponent_SetShouldRestrictToCoordinator) == 0x000001, "Wrong alignment on ZSensingComponent_SetShouldRestrictToCoordinator"); \ -static_assert(sizeof(ZSensingComponent_SetShouldRestrictToCoordinator) == 0x000001, "Wrong size on ZSensingComponent_SetShouldRestrictToCoordinator"); \ -static_assert(offsetof(ZSensingComponent_SetShouldRestrictToCoordinator, bValue) == 0x000000, "Member 'ZSensingComponent_SetShouldRestrictToCoordinator::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetCooldown \ -static_assert(alignof(ZSensingComponent_GetCooldown) == 0x000004, "Wrong alignment on ZSensingComponent_GetCooldown"); \ -static_assert(sizeof(ZSensingComponent_GetCooldown) == 0x000004, "Wrong size on ZSensingComponent_GetCooldown"); \ -static_assert(offsetof(ZSensingComponent_GetCooldown, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetCooldown::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetCurrentOverwhelmedLevel \ -static_assert(alignof(ZSensingComponent_GetCurrentOverwhelmedLevel) == 0x000004, "Wrong alignment on ZSensingComponent_GetCurrentOverwhelmedLevel"); \ -static_assert(sizeof(ZSensingComponent_GetCurrentOverwhelmedLevel) == 0x000004, "Wrong size on ZSensingComponent_GetCurrentOverwhelmedLevel"); \ -static_assert(offsetof(ZSensingComponent_GetCurrentOverwhelmedLevel, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetCurrentOverwhelmedLevel::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetCurrentSeenLevel \ -static_assert(alignof(ZSensingComponent_GetCurrentSeenLevel) == 0x000004, "Wrong alignment on ZSensingComponent_GetCurrentSeenLevel"); \ -static_assert(sizeof(ZSensingComponent_GetCurrentSeenLevel) == 0x000004, "Wrong size on ZSensingComponent_GetCurrentSeenLevel"); \ -static_assert(offsetof(ZSensingComponent_GetCurrentSeenLevel, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetCurrentSeenLevel::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetDistanceToSeenPawn2D \ -static_assert(alignof(ZSensingComponent_GetDistanceToSeenPawn2D) == 0x000004, "Wrong alignment on ZSensingComponent_GetDistanceToSeenPawn2D"); \ -static_assert(sizeof(ZSensingComponent_GetDistanceToSeenPawn2D) == 0x000004, "Wrong size on ZSensingComponent_GetDistanceToSeenPawn2D"); \ -static_assert(offsetof(ZSensingComponent_GetDistanceToSeenPawn2D, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetDistanceToSeenPawn2D::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetSeenPawn \ -static_assert(alignof(ZSensingComponent_GetSeenPawn) == 0x000008, "Wrong alignment on ZSensingComponent_GetSeenPawn"); \ -static_assert(sizeof(ZSensingComponent_GetSeenPawn) == 0x000008, "Wrong size on ZSensingComponent_GetSeenPawn"); \ -static_assert(offsetof(ZSensingComponent_GetSeenPawn, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSeenPawn::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetSensorLocation \ -static_assert(alignof(ZSensingComponent_GetSensorLocation) == 0x000008, "Wrong alignment on ZSensingComponent_GetSensorLocation"); \ -static_assert(sizeof(ZSensingComponent_GetSensorLocation) == 0x000018, "Wrong size on ZSensingComponent_GetSensorLocation"); \ -static_assert(offsetof(ZSensingComponent_GetSensorLocation, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSensorLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetSensorRotation \ -static_assert(alignof(ZSensingComponent_GetSensorRotation) == 0x000008, "Wrong alignment on ZSensingComponent_GetSensorRotation"); \ -static_assert(sizeof(ZSensingComponent_GetSensorRotation) == 0x000018, "Wrong size on ZSensingComponent_GetSensorRotation"); \ -static_assert(offsetof(ZSensingComponent_GetSensorRotation, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSensorRotation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_GetSmartObjectSensing \ -static_assert(alignof(ZSensingComponent_GetSmartObjectSensing) == 0x000001, "Wrong alignment on ZSensingComponent_GetSmartObjectSensing"); \ -static_assert(sizeof(ZSensingComponent_GetSmartObjectSensing) == 0x000001, "Wrong size on ZSensingComponent_GetSmartObjectSensing"); \ -static_assert(offsetof(ZSensingComponent_GetSmartObjectSensing, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSmartObjectSensing::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_HasAcquiredSmartObject \ -static_assert(alignof(ZSensingComponent_HasAcquiredSmartObject) == 0x000001, "Wrong alignment on ZSensingComponent_HasAcquiredSmartObject"); \ -static_assert(sizeof(ZSensingComponent_HasAcquiredSmartObject) == 0x000001, "Wrong size on ZSensingComponent_HasAcquiredSmartObject"); \ -static_assert(offsetof(ZSensingComponent_HasAcquiredSmartObject, ReturnValue) == 0x000000, "Member 'ZSensingComponent_HasAcquiredSmartObject::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSensingComponent_HasSeenPawn \ -static_assert(alignof(ZSensingComponent_HasSeenPawn) == 0x000001, "Wrong alignment on ZSensingComponent_HasSeenPawn"); \ -static_assert(sizeof(ZSensingComponent_HasSeenPawn) == 0x000001, "Wrong size on ZSensingComponent_HasSeenPawn"); \ -static_assert(offsetof(ZSensingComponent_HasSeenPawn, ReturnValue) == 0x000000, "Member 'ZSensingComponent_HasSeenPawn::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSensingComponent \ -static_assert(alignof(UZSensingComponent) == 0x000008, "Wrong alignment on UZSensingComponent"); \ -static_assert(sizeof(UZSensingComponent) == 0x0002D0, "Wrong size on UZSensingComponent"); \ -static_assert(offsetof(UZSensingComponent, bVisibleInGame) == 0x0000F0, "Member 'UZSensingComponent::bVisibleInGame' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, HeadSocket) == 0x0000F4, "Member 'UZSensingComponent::HeadSocket' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bUseOtherComponentTransform) == 0x0000FC, "Member 'UZSensingComponent::bUseOtherComponentTransform' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, TransformReferenceComponentTag) == 0x000100, "Member 'UZSensingComponent::TransformReferenceComponentTag' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OwnerMeshComponentTag) == 0x000108, "Member 'UZSensingComponent::OwnerMeshComponentTag' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bInstantAcquire) == 0x000110, "Member 'UZSensingComponent::bInstantAcquire' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, SeenIncreaseFactor) == 0x000114, "Member 'UZSensingComponent::SeenIncreaseFactor' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, SeenDecreaseFactor) == 0x000118, "Member 'UZSensingComponent::SeenDecreaseFactor' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OverwhelmedIncreaseFactor) == 0x00011C, "Member 'UZSensingComponent::OverwhelmedIncreaseFactor' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OverwhelmedDecreaseFactor) == 0x000120, "Member 'UZSensingComponent::OverwhelmedDecreaseFactor' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OverwhelmedDuration) == 0x000124, "Member 'UZSensingComponent::OverwhelmedDuration' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, TargetMemoryTime) == 0x000128, "Member 'UZSensingComponent::TargetMemoryTime' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, SeenPawnLevel) == 0x00012C, "Member 'UZSensingComponent::SeenPawnLevel' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OverwhelmedLevel) == 0x000130, "Member 'UZSensingComponent::OverwhelmedLevel' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, CurrentOverwhelmedDuration) == 0x000134, "Member 'UZSensingComponent::CurrentOverwhelmedDuration' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, CurrentUnseenDelay) == 0x000138, "Member 'UZSensingComponent::CurrentUnseenDelay' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bTrackPlayerVelocity) == 0x00013C, "Member 'UZSensingComponent::bTrackPlayerVelocity' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, VelocityDetectionRadius) == 0x000140, "Member 'UZSensingComponent::VelocityDetectionRadius' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, VelocityDetectionThreshold) == 0x000144, "Member 'UZSensingComponent::VelocityDetectionThreshold' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bAlwaysCooldown) == 0x000148, "Member 'UZSensingComponent::bAlwaysCooldown' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, ResetCoolDown) == 0x00014C, "Member 'UZSensingComponent::ResetCoolDown' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bPawnProximityResize) == 0x000150, "Member 'UZSensingComponent::bPawnProximityResize' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, DetectionConeResizeThreshold) == 0x000154, "Member 'UZSensingComponent::DetectionConeResizeThreshold' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, DetectionConeResizeMaxAngle) == 0x000158, "Member 'UZSensingComponent::DetectionConeResizeMaxAngle' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bFeetDetection) == 0x00015C, "Member 'UZSensingComponent::bFeetDetection' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bFeetDetectionVisibilityTest) == 0x00015D, "Member 'UZSensingComponent::bFeetDetectionVisibilityTest' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, MaxCamoStateDistance) == 0x000160, "Member 'UZSensingComponent::MaxCamoStateDistance' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, PlayerUntargettableTags) == 0x000168, "Member 'UZSensingComponent::PlayerUntargettableTags' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, BlacklistDistanceThreashold) == 0x000188, "Member 'UZSensingComponent::BlacklistDistanceThreashold' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bRestrictToCoordinator) == 0x00018C, "Member 'UZSensingComponent::bRestrictToCoordinator' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, bTargetLineOfSightVisibilityUpdate) == 0x00018D, "Member 'UZSensingComponent::bTargetLineOfSightVisibilityUpdate' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, TrackedSmartObject) == 0x000190, "Member 'UZSensingComponent::TrackedSmartObject' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, TrackingDistanceThreshold) == 0x000198, "Member 'UZSensingComponent::TrackingDistanceThreshold' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OnVisibilityChanged) == 0x0001A0, "Member 'UZSensingComponent::OnVisibilityChanged' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OnPawnSeen) == 0x0001B0, "Member 'UZSensingComponent::OnPawnSeen' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OnPawnHeard) == 0x0001C0, "Member 'UZSensingComponent::OnPawnHeard' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OnSoundHeard) == 0x0001D0, "Member 'UZSensingComponent::OnSoundHeard' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OnOwnerHit) == 0x0001E0, "Member 'UZSensingComponent::OnOwnerHit' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OnPawnAcquired) == 0x0001E8, "Member 'UZSensingComponent::OnPawnAcquired' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OnSmartObjectSpotted) == 0x0001F8, "Member 'UZSensingComponent::OnSmartObjectSpotted' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OwnerSkeletalMesh) == 0x000208, "Member 'UZSensingComponent::OwnerSkeletalMesh' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, OwnerStaticMesh) == 0x000210, "Member 'UZSensingComponent::OwnerStaticMesh' has a wrong offset!"); \ -static_assert(offsetof(UZSensingComponent, TransformReferenceComponent) == 0x000218, "Member 'UZSensingComponent::TransformReferenceComponent' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UZBTTask_RegenNavmeshTile \ static_assert(alignof(UZBTTask_RegenNavmeshTile) == 0x000008, "Wrong alignment on UZBTTask_RegenNavmeshTile"); \ static_assert(sizeof(UZBTTask_RegenNavmeshTile) == 0x000070, "Wrong size on UZBTTask_RegenNavmeshTile"); \ +#define DUMPER7_ASSERTS_ZActionStringParameter_GetGenericString \ +static_assert(alignof(ZActionStringParameter_GetGenericString) == 0x000008, "Wrong alignment on ZActionStringParameter_GetGenericString"); \ +static_assert(sizeof(ZActionStringParameter_GetGenericString) == 0x000010, "Wrong size on ZActionStringParameter_GetGenericString"); \ +static_assert(offsetof(ZActionStringParameter_GetGenericString, ReturnValue) == 0x000000, "Member 'ZActionStringParameter_GetGenericString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZActionStringParameter \ +static_assert(alignof(UZActionStringParameter) == 0x000008, "Wrong alignment on UZActionStringParameter"); \ +static_assert(sizeof(UZActionStringParameter) == 0x000040, "Wrong size on UZActionStringParameter"); \ +static_assert(offsetof(UZActionStringParameter, GenericString) == 0x000030, "Member 'UZActionStringParameter::GenericString' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTTask_RequestAnimation \ static_assert(alignof(UZBTTask_RequestAnimation) == 0x000008, "Wrong alignment on UZBTTask_RequestAnimation"); \ static_assert(sizeof(UZBTTask_RequestAnimation) == 0x000098, "Wrong size on UZBTTask_RequestAnimation"); \ @@ -86187,36 +85393,34 @@ static_assert(offsetof(UZBTTask_RequestAnimation, AnimationTags) == 0x000080, "M static_assert(offsetof(UZBTTask_RequestAnimation, bClearFocus) == 0x000090, "Member 'UZBTTask_RequestAnimation::bClearFocus' has a wrong offset!"); \ static_assert(offsetof(UZBTTask_RequestAnimation, bCancellable) == 0x000091, "Member 'UZBTTask_RequestAnimation::bCancellable' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZProjectileComponent \ -static_assert(alignof(UZProjectileComponent) == 0x000008, "Wrong alignment on UZProjectileComponent"); \ -static_assert(sizeof(UZProjectileComponent) == 0x0000D0, "Wrong size on UZProjectileComponent"); \ -static_assert(offsetof(UZProjectileComponent, OnThrow) == 0x0000A0, "Member 'UZProjectileComponent::OnThrow' has a wrong offset!"); \ -static_assert(offsetof(UZProjectileComponent, TargetLocation) == 0x0000B0, "Member 'UZProjectileComponent::TargetLocation' has a wrong offset!"); \ -static_assert(offsetof(UZProjectileComponent, TargetHoming) == 0x0000C8, "Member 'UZProjectileComponent::TargetHoming' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UZBTTask_RequestState \ static_assert(alignof(UZBTTask_RequestState) == 0x000008, "Wrong alignment on UZBTTask_RequestState"); \ static_assert(sizeof(UZBTTask_RequestState) == 0x000078, "Wrong size on UZBTTask_RequestState"); \ static_assert(offsetof(UZBTTask_RequestState, Behavior) == 0x000070, "Member 'UZBTTask_RequestState::Behavior' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZGameControlPlaySequenceAction \ +static_assert(alignof(UZGameControlPlaySequenceAction) == 0x000008, "Wrong alignment on UZGameControlPlaySequenceAction"); \ +static_assert(sizeof(UZGameControlPlaySequenceAction) == 0x000138, "Wrong size on UZGameControlPlaySequenceAction"); \ +static_assert(offsetof(UZGameControlPlaySequenceAction, LevelSequenceActor) == 0x0000C0, "Member 'UZGameControlPlaySequenceAction::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlPlaySequenceAction, SequenceBehaviour) == 0x0000E8, "Member 'UZGameControlPlaySequenceAction::SequenceBehaviour' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlPlaySequenceAction, PlaybackParams) == 0x0000F0, "Member 'UZGameControlPlaySequenceAction::PlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlPlaySequenceAction, bPlayLoop) == 0x000128, "Member 'UZGameControlPlaySequenceAction::bPlayLoop' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlPlaySequenceAction, LoopNumber) == 0x00012C, "Member 'UZGameControlPlaySequenceAction::LoopNumber' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTTask_ResetDetection \ static_assert(alignof(UZBTTask_ResetDetection) == 0x000008, "Wrong alignment on UZBTTask_ResetDetection"); \ static_assert(sizeof(UZBTTask_ResetDetection) == 0x000070, "Wrong size on UZBTTask_ResetDetection"); \ -#define DUMPER7_ASSERTS_ZResolutionInterface_OnResolution \ -static_assert(alignof(ZResolutionInterface_OnResolution) == 0x000001, "Wrong alignment on ZResolutionInterface_OnResolution"); \ -static_assert(sizeof(ZResolutionInterface_OnResolution) == 0x000001, "Wrong size on ZResolutionInterface_OnResolution"); \ -static_assert(offsetof(ZResolutionInterface_OnResolution, State) == 0x000000, "Member 'ZResolutionInterface_OnResolution::State' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_IZResolutionInterface \ -static_assert(alignof(IZResolutionInterface) == 0x000001, "Wrong alignment on IZResolutionInterface"); \ -static_assert(sizeof(IZResolutionInterface) == 0x000001, "Wrong size on IZResolutionInterface"); \ - #define DUMPER7_ASSERTS_UZBTTask_UsePatrolPoint \ static_assert(alignof(UZBTTask_UsePatrolPoint) == 0x000008, "Wrong alignment on UZBTTask_UsePatrolPoint"); \ static_assert(sizeof(UZBTTask_UsePatrolPoint) == 0x000098, "Wrong size on UZBTTask_UsePatrolPoint"); \ static_assert(offsetof(UZBTTask_UsePatrolPoint, PatrolPointKey) == 0x000070, "Member 'UZBTTask_UsePatrolPoint::PatrolPointKey' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZSaveGame \ +static_assert(alignof(UZSaveGame) == 0x000008, "Wrong alignment on UZSaveGame"); \ +static_assert(sizeof(UZSaveGame) == 0x000278, "Wrong size on UZSaveGame"); \ +static_assert(offsetof(UZSaveGame, PlayerData) == 0x000028, "Member 'UZSaveGame::PlayerData' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZBTTask_UseSmartObject \ static_assert(alignof(UZBTTask_UseSmartObject) == 0x000008, "Wrong alignment on UZBTTask_UseSmartObject"); \ static_assert(sizeof(UZBTTask_UseSmartObject) == 0x000118, "Wrong size on UZBTTask_UseSmartObject"); \ @@ -86267,471 +85471,6 @@ static_assert(offsetof(AZCameraModifier, DownTransition) == 0x0004B8, "Member 'A static_assert(offsetof(AZCameraModifier, DebugTag) == 0x000520, "Member 'AZCameraModifier::DebugTag' has a wrong offset!"); \ static_assert(offsetof(AZCameraModifier, DeathCamDistance) == 0x000530, "Member 'AZCameraModifier::DeathCamDistance' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZGameplayStatics_CompareDistance \ -static_assert(alignof(ZGameplayStatics_CompareDistance) == 0x000008, "Wrong alignment on ZGameplayStatics_CompareDistance"); \ -static_assert(sizeof(ZGameplayStatics_CompareDistance) == 0x000038, "Wrong size on ZGameplayStatics_CompareDistance"); \ -static_assert(offsetof(ZGameplayStatics_CompareDistance, From) == 0x000000, "Member 'ZGameplayStatics_CompareDistance::From' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_CompareDistance, To) == 0x000018, "Member 'ZGameplayStatics_CompareDistance::To' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_CompareDistance, Tolerance) == 0x000030, "Member 'ZGameplayStatics_CompareDistance::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_CompareDistance, Type) == 0x000034, "Member 'ZGameplayStatics_CompareDistance::Type' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_CompareDistance, Is2D) == 0x000035, "Member 'ZGameplayStatics_CompareDistance::Is2D' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_CompareDistance, ReturnValue) == 0x000036, "Member 'ZGameplayStatics_CompareDistance::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_CompareRotations \ -static_assert(alignof(ZGameplayStatics_CompareRotations) == 0x000008, "Wrong alignment on ZGameplayStatics_CompareRotations"); \ -static_assert(sizeof(ZGameplayStatics_CompareRotations) == 0x000038, "Wrong size on ZGameplayStatics_CompareRotations"); \ -static_assert(offsetof(ZGameplayStatics_CompareRotations, RotatorA) == 0x000000, "Member 'ZGameplayStatics_CompareRotations::RotatorA' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_CompareRotations, RotatorB) == 0x000018, "Member 'ZGameplayStatics_CompareRotations::RotatorB' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_CompareRotations, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_CompareRotations::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetAllActorsWithTags \ -static_assert(alignof(ZGameplayStatics_GetAllActorsWithTags) == 0x000008, "Wrong alignment on ZGameplayStatics_GetAllActorsWithTags"); \ -static_assert(sizeof(ZGameplayStatics_GetAllActorsWithTags) == 0x000028, "Wrong size on ZGameplayStatics_GetAllActorsWithTags"); \ -static_assert(offsetof(ZGameplayStatics_GetAllActorsWithTags, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetAllActorsWithTags::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetAllActorsWithTags, Tags) == 0x000008, "Member 'ZGameplayStatics_GetAllActorsWithTags::Tags' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetAllActorsWithTags, OutActors) == 0x000018, "Member 'ZGameplayStatics_GetAllActorsWithTags::OutActors' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetAngleDegree \ -static_assert(alignof(ZGameplayStatics_GetAngleDegree) == 0x000008, "Wrong alignment on ZGameplayStatics_GetAngleDegree"); \ -static_assert(sizeof(ZGameplayStatics_GetAngleDegree) == 0x000038, "Wrong size on ZGameplayStatics_GetAngleDegree"); \ -static_assert(offsetof(ZGameplayStatics_GetAngleDegree, A) == 0x000000, "Member 'ZGameplayStatics_GetAngleDegree::A' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetAngleDegree, B) == 0x000018, "Member 'ZGameplayStatics_GetAngleDegree::B' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetAngleDegree, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_GetAngleDegree::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetBinkData \ -static_assert(alignof(ZGameplayStatics_GetBinkData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetBinkData"); \ -static_assert(sizeof(ZGameplayStatics_GetBinkData) == 0x000038, "Wrong size on ZGameplayStatics_GetBinkData"); \ -static_assert(offsetof(ZGameplayStatics_GetBinkData, VideoName) == 0x000000, "Member 'ZGameplayStatics_GetBinkData::VideoName' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetBinkData, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetBinkData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetBodyInstanceLinearDamping \ -static_assert(alignof(ZGameplayStatics_GetBodyInstanceLinearDamping) == 0x000008, "Wrong alignment on ZGameplayStatics_GetBodyInstanceLinearDamping"); \ -static_assert(sizeof(ZGameplayStatics_GetBodyInstanceLinearDamping) == 0x000018, "Wrong size on ZGameplayStatics_GetBodyInstanceLinearDamping"); \ -static_assert(offsetof(ZGameplayStatics_GetBodyInstanceLinearDamping, SkeletalMeshComp) == 0x000000, "Member 'ZGameplayStatics_GetBodyInstanceLinearDamping::SkeletalMeshComp' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetBodyInstanceLinearDamping, BodyInstanceName) == 0x000008, "Member 'ZGameplayStatics_GetBodyInstanceLinearDamping::BodyInstanceName' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetBodyInstanceLinearDamping, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetBodyInstanceLinearDamping::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetButtonByPlatform \ -static_assert(alignof(ZGameplayStatics_GetButtonByPlatform) == 0x000008, "Wrong alignment on ZGameplayStatics_GetButtonByPlatform"); \ -static_assert(sizeof(ZGameplayStatics_GetButtonByPlatform) == 0x000020, "Wrong size on ZGameplayStatics_GetButtonByPlatform"); \ -static_assert(offsetof(ZGameplayStatics_GetButtonByPlatform, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetButtonByPlatform::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetButtonByPlatform, InputType) == 0x000008, "Member 'ZGameplayStatics_GetButtonByPlatform::InputType' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetButtonByPlatform, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetButtonByPlatform::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetChapterData \ -static_assert(alignof(ZGameplayStatics_GetChapterData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetChapterData"); \ -static_assert(sizeof(ZGameplayStatics_GetChapterData) == 0x000008, "Wrong size on ZGameplayStatics_GetChapterData"); \ -static_assert(offsetof(ZGameplayStatics_GetChapterData, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_GetChapterData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetClosestGroundLocation \ -static_assert(alignof(ZGameplayStatics_GetClosestGroundLocation) == 0x000008, "Wrong alignment on ZGameplayStatics_GetClosestGroundLocation"); \ -static_assert(sizeof(ZGameplayStatics_GetClosestGroundLocation) == 0x000020, "Wrong size on ZGameplayStatics_GetClosestGroundLocation"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestGroundLocation, Actor) == 0x000000, "Member 'ZGameplayStatics_GetClosestGroundLocation::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestGroundLocation, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetClosestGroundLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetClosestOverlappingAICoordinator \ -static_assert(alignof(ZGameplayStatics_GetClosestOverlappingAICoordinator) == 0x000008, "Wrong alignment on ZGameplayStatics_GetClosestOverlappingAICoordinator"); \ -static_assert(sizeof(ZGameplayStatics_GetClosestOverlappingAICoordinator) == 0x000028, "Wrong size on ZGameplayStatics_GetClosestOverlappingAICoordinator"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestOverlappingAICoordinator, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetClosestOverlappingAICoordinator::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestOverlappingAICoordinator, Position) == 0x000008, "Member 'ZGameplayStatics_GetClosestOverlappingAICoordinator::Position' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestOverlappingAICoordinator, ReturnValue) == 0x000020, "Member 'ZGameplayStatics_GetClosestOverlappingAICoordinator::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetClosestWorldLocationOnPolyline \ -static_assert(alignof(ZGameplayStatics_GetClosestWorldLocationOnPolyline) == 0x000008, "Wrong alignment on ZGameplayStatics_GetClosestWorldLocationOnPolyline"); \ -static_assert(sizeof(ZGameplayStatics_GetClosestWorldLocationOnPolyline) == 0x000058, "Wrong size on ZGameplayStatics_GetClosestWorldLocationOnPolyline"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, ReferencePosition) == 0x000000, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::ReferencePosition' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, PolyLine) == 0x000018, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::PolyLine' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, Direction) == 0x000028, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::Direction' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, ReturnValue) == 0x000040, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetControllerAxisValue \ -static_assert(alignof(ZGameplayStatics_GetControllerAxisValue) == 0x000008, "Wrong alignment on ZGameplayStatics_GetControllerAxisValue"); \ -static_assert(sizeof(ZGameplayStatics_GetControllerAxisValue) == 0x000018, "Wrong size on ZGameplayStatics_GetControllerAxisValue"); \ -static_assert(offsetof(ZGameplayStatics_GetControllerAxisValue, WorldContext) == 0x000000, "Member 'ZGameplayStatics_GetControllerAxisValue::WorldContext' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetControllerAxisValue, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetControllerAxisValue::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetControllerStringForPC \ -static_assert(alignof(ZGameplayStatics_GetControllerStringForPC) == 0x000008, "Wrong alignment on ZGameplayStatics_GetControllerStringForPC"); \ -static_assert(sizeof(ZGameplayStatics_GetControllerStringForPC) == 0x000020, "Wrong size on ZGameplayStatics_GetControllerStringForPC"); \ -static_assert(offsetof(ZGameplayStatics_GetControllerStringForPC, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetControllerStringForPC::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetControllerStringForPC, inputMode) == 0x000008, "Member 'ZGameplayStatics_GetControllerStringForPC::inputMode' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetControllerStringForPC, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetControllerStringForPC::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetCurrentWaterVolume \ -static_assert(alignof(ZGameplayStatics_GetCurrentWaterVolume) == 0x000008, "Wrong alignment on ZGameplayStatics_GetCurrentWaterVolume"); \ -static_assert(sizeof(ZGameplayStatics_GetCurrentWaterVolume) == 0x000018, "Wrong size on ZGameplayStatics_GetCurrentWaterVolume"); \ -static_assert(offsetof(ZGameplayStatics_GetCurrentWaterVolume, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetCurrentWaterVolume::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetCurrentWaterVolume, Actor) == 0x000008, "Member 'ZGameplayStatics_GetCurrentWaterVolume::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetCurrentWaterVolume, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetCurrentWaterVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetDefaultPhysicsVolume \ -static_assert(alignof(ZGameplayStatics_GetDefaultPhysicsVolume) == 0x000008, "Wrong alignment on ZGameplayStatics_GetDefaultPhysicsVolume"); \ -static_assert(sizeof(ZGameplayStatics_GetDefaultPhysicsVolume) == 0x000010, "Wrong size on ZGameplayStatics_GetDefaultPhysicsVolume"); \ -static_assert(offsetof(ZGameplayStatics_GetDefaultPhysicsVolume, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetDefaultPhysicsVolume::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetDefaultPhysicsVolume, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetDefaultPhysicsVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetEditorCollectibleData \ -static_assert(alignof(ZGameplayStatics_GetEditorCollectibleData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetEditorCollectibleData"); \ -static_assert(sizeof(ZGameplayStatics_GetEditorCollectibleData) == 0x000008, "Wrong size on ZGameplayStatics_GetEditorCollectibleData"); \ -static_assert(offsetof(ZGameplayStatics_GetEditorCollectibleData, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_GetEditorCollectibleData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetMainWeaponType \ -static_assert(alignof(ZGameplayStatics_GetMainWeaponType) == 0x000008, "Wrong alignment on ZGameplayStatics_GetMainWeaponType"); \ -static_assert(sizeof(ZGameplayStatics_GetMainWeaponType) == 0x000010, "Wrong size on ZGameplayStatics_GetMainWeaponType"); \ -static_assert(offsetof(ZGameplayStatics_GetMainWeaponType, Actor) == 0x000000, "Member 'ZGameplayStatics_GetMainWeaponType::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetMainWeaponType, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetMainWeaponType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetNavigationDataForAgent \ -static_assert(alignof(ZGameplayStatics_GetNavigationDataForAgent) == 0x000008, "Wrong alignment on ZGameplayStatics_GetNavigationDataForAgent"); \ -static_assert(sizeof(ZGameplayStatics_GetNavigationDataForAgent) == 0x000018, "Wrong size on ZGameplayStatics_GetNavigationDataForAgent"); \ -static_assert(offsetof(ZGameplayStatics_GetNavigationDataForAgent, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetNavigationDataForAgent::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetNavigationDataForAgent, AgentName) == 0x000008, "Member 'ZGameplayStatics_GetNavigationDataForAgent::AgentName' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetNavigationDataForAgent, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetNavigationDataForAgent::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetOutOfScreenPosition \ -static_assert(alignof(ZGameplayStatics_GetOutOfScreenPosition) == 0x000008, "Wrong alignment on ZGameplayStatics_GetOutOfScreenPosition"); \ -static_assert(sizeof(ZGameplayStatics_GetOutOfScreenPosition) == 0x000048, "Wrong size on ZGameplayStatics_GetOutOfScreenPosition"); \ -static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetOutOfScreenPosition::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, ReferencePosition) == 0x000008, "Member 'ZGameplayStatics_GetOutOfScreenPosition::ReferencePosition' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, MinDistance) == 0x000020, "Member 'ZGameplayStatics_GetOutOfScreenPosition::MinDistance' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, MaxDistance) == 0x000024, "Member 'ZGameplayStatics_GetOutOfScreenPosition::MaxDistance' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, Angle) == 0x000028, "Member 'ZGameplayStatics_GetOutOfScreenPosition::Angle' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_GetOutOfScreenPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetPlayerCamera \ -static_assert(alignof(ZGameplayStatics_GetPlayerCamera) == 0x000008, "Wrong alignment on ZGameplayStatics_GetPlayerCamera"); \ -static_assert(sizeof(ZGameplayStatics_GetPlayerCamera) == 0x000010, "Wrong size on ZGameplayStatics_GetPlayerCamera"); \ -static_assert(offsetof(ZGameplayStatics_GetPlayerCamera, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetPlayerCamera::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetPlayerCamera, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetPlayerCamera::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetPlayerHealth \ -static_assert(alignof(ZGameplayStatics_GetPlayerHealth) == 0x000008, "Wrong alignment on ZGameplayStatics_GetPlayerHealth"); \ -static_assert(sizeof(ZGameplayStatics_GetPlayerHealth) == 0x000010, "Wrong size on ZGameplayStatics_GetPlayerHealth"); \ -static_assert(offsetof(ZGameplayStatics_GetPlayerHealth, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetPlayerHealth::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetPlayerHealth, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetPlayerHealth::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetSkinData \ -static_assert(alignof(ZGameplayStatics_GetSkinData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSkinData"); \ -static_assert(sizeof(ZGameplayStatics_GetSkinData) == 0x0001D0, "Wrong size on ZGameplayStatics_GetSkinData"); \ -static_assert(offsetof(ZGameplayStatics_GetSkinData, SkinTag) == 0x000000, "Member 'ZGameplayStatics_GetSkinData::SkinTag' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetSkinData, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetSkinData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetSkinDataById \ -static_assert(alignof(ZGameplayStatics_GetSkinDataById) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSkinDataById"); \ -static_assert(sizeof(ZGameplayStatics_GetSkinDataById) == 0x0001D8, "Wrong size on ZGameplayStatics_GetSkinDataById"); \ -static_assert(offsetof(ZGameplayStatics_GetSkinDataById, SkinUniqueId) == 0x000000, "Member 'ZGameplayStatics_GetSkinDataById::SkinUniqueId' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetSkinDataById, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetSkinDataById::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetSkinsData \ -static_assert(alignof(ZGameplayStatics_GetSkinsData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSkinsData"); \ -static_assert(sizeof(ZGameplayStatics_GetSkinsData) == 0x000018, "Wrong size on ZGameplayStatics_GetSkinsData"); \ -static_assert(offsetof(ZGameplayStatics_GetSkinsData, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetSkinsData::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetSkinsData, OutSkinData) == 0x000008, "Member 'ZGameplayStatics_GetSkinsData::OutSkinData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetStreamingStatus \ -static_assert(alignof(ZGameplayStatics_GetStreamingStatus) == 0x000008, "Wrong alignment on ZGameplayStatics_GetStreamingStatus"); \ -static_assert(sizeof(ZGameplayStatics_GetStreamingStatus) == 0x000018, "Wrong size on ZGameplayStatics_GetStreamingStatus"); \ -static_assert(offsetof(ZGameplayStatics_GetStreamingStatus, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetStreamingStatus::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetStreamingStatus, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetStreamingStatus::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetSublevelActors \ -static_assert(alignof(ZGameplayStatics_GetSublevelActors) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSublevelActors"); \ -static_assert(sizeof(ZGameplayStatics_GetSublevelActors) == 0x000040, "Wrong size on ZGameplayStatics_GetSublevelActors"); \ -static_assert(offsetof(ZGameplayStatics_GetSublevelActors, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetSublevelActors::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetSublevelActors, SubLevel) == 0x000008, "Member 'ZGameplayStatics_GetSublevelActors::SubLevel' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetSublevelActors, Actors) == 0x000030, "Member 'ZGameplayStatics_GetSublevelActors::Actors' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetTrophySystem \ -static_assert(alignof(ZGameplayStatics_GetTrophySystem) == 0x000008, "Wrong alignment on ZGameplayStatics_GetTrophySystem"); \ -static_assert(sizeof(ZGameplayStatics_GetTrophySystem) == 0x000010, "Wrong size on ZGameplayStatics_GetTrophySystem"); \ -static_assert(offsetof(ZGameplayStatics_GetTrophySystem, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetTrophySystem::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetTrophySystem, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetTrophySystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetUIController \ -static_assert(alignof(ZGameplayStatics_GetUIController) == 0x000008, "Wrong alignment on ZGameplayStatics_GetUIController"); \ -static_assert(sizeof(ZGameplayStatics_GetUIController) == 0x000010, "Wrong size on ZGameplayStatics_GetUIController"); \ -static_assert(offsetof(ZGameplayStatics_GetUIController, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetUIController::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetUIController, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetUIController::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetWaveHeightAtPosition \ -static_assert(alignof(ZGameplayStatics_GetWaveHeightAtPosition) == 0x000008, "Wrong alignment on ZGameplayStatics_GetWaveHeightAtPosition"); \ -static_assert(sizeof(ZGameplayStatics_GetWaveHeightAtPosition) == 0x000048, "Wrong size on ZGameplayStatics_GetWaveHeightAtPosition"); \ -static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, WaterComponent) == 0x000000, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::WaterComponent' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, InPosition) == 0x000008, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::InPosition' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, InWaterDepth) == 0x000020, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::InWaterDepth' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, InTime) == 0x000024, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::InTime' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, OutNormal) == 0x000028, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::OutNormal' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, ReturnValue) == 0x000040, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetWorldLocationAtTimeOnPolyline \ -static_assert(alignof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline) == 0x000008, "Wrong alignment on ZGameplayStatics_GetWorldLocationAtTimeOnPolyline"); \ -static_assert(sizeof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline) == 0x000048, "Wrong size on ZGameplayStatics_GetWorldLocationAtTimeOnPolyline"); \ -static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, Time) == 0x000000, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::Time' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, PolyLine) == 0x000008, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::PolyLine' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, Direction) == 0x000018, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::Direction' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetZGameInstance \ -static_assert(alignof(ZGameplayStatics_GetZGameInstance) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZGameInstance"); \ -static_assert(sizeof(ZGameplayStatics_GetZGameInstance) == 0x000010, "Wrong size on ZGameplayStatics_GetZGameInstance"); \ -static_assert(offsetof(ZGameplayStatics_GetZGameInstance, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZGameInstance::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetZGameInstance, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZGameInstance::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetZGameMode \ -static_assert(alignof(ZGameplayStatics_GetZGameMode) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZGameMode"); \ -static_assert(sizeof(ZGameplayStatics_GetZGameMode) == 0x000010, "Wrong size on ZGameplayStatics_GetZGameMode"); \ -static_assert(offsetof(ZGameplayStatics_GetZGameMode, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZGameMode::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetZGameMode, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZGameMode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetZPlayerCharacter \ -static_assert(alignof(ZGameplayStatics_GetZPlayerCharacter) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZPlayerCharacter"); \ -static_assert(sizeof(ZGameplayStatics_GetZPlayerCharacter) == 0x000010, "Wrong size on ZGameplayStatics_GetZPlayerCharacter"); \ -static_assert(offsetof(ZGameplayStatics_GetZPlayerCharacter, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZPlayerCharacter::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetZPlayerCharacter, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZPlayerCharacter::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetZPlayerController \ -static_assert(alignof(ZGameplayStatics_GetZPlayerController) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZPlayerController"); \ -static_assert(sizeof(ZGameplayStatics_GetZPlayerController) == 0x000010, "Wrong size on ZGameplayStatics_GetZPlayerController"); \ -static_assert(offsetof(ZGameplayStatics_GetZPlayerController, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZPlayerController::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetZPlayerController, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZPlayerController::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_GetZSaveManager \ -static_assert(alignof(ZGameplayStatics_GetZSaveManager) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZSaveManager"); \ -static_assert(sizeof(ZGameplayStatics_GetZSaveManager) == 0x000010, "Wrong size on ZGameplayStatics_GetZSaveManager"); \ -static_assert(offsetof(ZGameplayStatics_GetZSaveManager, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZSaveManager::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_GetZSaveManager, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZSaveManager::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_HasDebugFeatures \ -static_assert(alignof(ZGameplayStatics_HasDebugFeatures) == 0x000001, "Wrong alignment on ZGameplayStatics_HasDebugFeatures"); \ -static_assert(sizeof(ZGameplayStatics_HasDebugFeatures) == 0x000001, "Wrong size on ZGameplayStatics_HasDebugFeatures"); \ -static_assert(offsetof(ZGameplayStatics_HasDebugFeatures, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_HasDebugFeatures::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_HasPath \ -static_assert(alignof(ZGameplayStatics_HasPath) == 0x000008, "Wrong alignment on ZGameplayStatics_HasPath"); \ -static_assert(sizeof(ZGameplayStatics_HasPath) == 0x000040, "Wrong size on ZGameplayStatics_HasPath"); \ -static_assert(offsetof(ZGameplayStatics_HasPath, AIController) == 0x000000, "Member 'ZGameplayStatics_HasPath::AIController' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasPath, Position) == 0x000008, "Member 'ZGameplayStatics_HasPath::Position' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasPath, Extent) == 0x000020, "Member 'ZGameplayStatics_HasPath::Extent' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasPath, ReturnValue) == 0x000038, "Member 'ZGameplayStatics_HasPath::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_HasValidPath \ -static_assert(alignof(ZGameplayStatics_HasValidPath) == 0x000008, "Wrong alignment on ZGameplayStatics_HasValidPath"); \ -static_assert(sizeof(ZGameplayStatics_HasValidPath) == 0x000048, "Wrong size on ZGameplayStatics_HasValidPath"); \ -static_assert(offsetof(ZGameplayStatics_HasValidPath, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_HasValidPath::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasValidPath, StartPosition) == 0x000008, "Member 'ZGameplayStatics_HasValidPath::StartPosition' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasValidPath, EndLocation) == 0x000020, "Member 'ZGameplayStatics_HasValidPath::EndLocation' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasValidPath, NavigationData) == 0x000038, "Member 'ZGameplayStatics_HasValidPath::NavigationData' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasValidPath, MaxDistance) == 0x000040, "Member 'ZGameplayStatics_HasValidPath::MaxDistance' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_HasValidPath, ReturnValue) == 0x000044, "Member 'ZGameplayStatics_HasValidPath::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsAnyBinkPlaying \ -static_assert(alignof(ZGameplayStatics_IsAnyBinkPlaying) == 0x000008, "Wrong alignment on ZGameplayStatics_IsAnyBinkPlaying"); \ -static_assert(sizeof(ZGameplayStatics_IsAnyBinkPlaying) == 0x000010, "Wrong size on ZGameplayStatics_IsAnyBinkPlaying"); \ -static_assert(offsetof(ZGameplayStatics_IsAnyBinkPlaying, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsAnyBinkPlaying::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsAnyBinkPlaying, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsAnyBinkPlaying::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsConsolePlateform \ -static_assert(alignof(ZGameplayStatics_IsConsolePlateform) == 0x000001, "Wrong alignment on ZGameplayStatics_IsConsolePlateform"); \ -static_assert(sizeof(ZGameplayStatics_IsConsolePlateform) == 0x000001, "Wrong size on ZGameplayStatics_IsConsolePlateform"); \ -static_assert(offsetof(ZGameplayStatics_IsConsolePlateform, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_IsConsolePlateform::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsInCinematicMode \ -static_assert(alignof(ZGameplayStatics_IsInCinematicMode) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInCinematicMode"); \ -static_assert(sizeof(ZGameplayStatics_IsInCinematicMode) == 0x000010, "Wrong size on ZGameplayStatics_IsInCinematicMode"); \ -static_assert(offsetof(ZGameplayStatics_IsInCinematicMode, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInCinematicMode::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsInCinematicMode, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsInCinematicMode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsInFrustum \ -static_assert(alignof(ZGameplayStatics_IsInFrustum) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInFrustum"); \ -static_assert(sizeof(ZGameplayStatics_IsInFrustum) == 0x000018, "Wrong size on ZGameplayStatics_IsInFrustum"); \ -static_assert(offsetof(ZGameplayStatics_IsInFrustum, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInFrustum::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsInFrustum, Actor) == 0x000008, "Member 'ZGameplayStatics_IsInFrustum::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsInFrustum, Tolerance) == 0x000010, "Member 'ZGameplayStatics_IsInFrustum::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsInFrustum, ReturnValue) == 0x000014, "Member 'ZGameplayStatics_IsInFrustum::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsInSequence \ -static_assert(alignof(ZGameplayStatics_IsInSequence) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInSequence"); \ -static_assert(sizeof(ZGameplayStatics_IsInSequence) == 0x000010, "Wrong size on ZGameplayStatics_IsInSequence"); \ -static_assert(offsetof(ZGameplayStatics_IsInSequence, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInSequence::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsInSequence, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsInSequence::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsInWaterVolume \ -static_assert(alignof(ZGameplayStatics_IsInWaterVolume) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInWaterVolume"); \ -static_assert(sizeof(ZGameplayStatics_IsInWaterVolume) == 0x000018, "Wrong size on ZGameplayStatics_IsInWaterVolume"); \ -static_assert(offsetof(ZGameplayStatics_IsInWaterVolume, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInWaterVolume::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsInWaterVolume, Actor) == 0x000008, "Member 'ZGameplayStatics_IsInWaterVolume::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsInWaterVolume, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_IsInWaterVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsLocationInFrustum \ -static_assert(alignof(ZGameplayStatics_IsLocationInFrustum) == 0x000008, "Wrong alignment on ZGameplayStatics_IsLocationInFrustum"); \ -static_assert(sizeof(ZGameplayStatics_IsLocationInFrustum) == 0x000028, "Wrong size on ZGameplayStatics_IsLocationInFrustum"); \ -static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsLocationInFrustum::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, Location) == 0x000008, "Member 'ZGameplayStatics_IsLocationInFrustum::Location' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, Tolerance) == 0x000020, "Member 'ZGameplayStatics_IsLocationInFrustum::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, ReturnValue) == 0x000024, "Member 'ZGameplayStatics_IsLocationInFrustum::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsMainMenu \ -static_assert(alignof(ZGameplayStatics_IsMainMenu) == 0x000008, "Wrong alignment on ZGameplayStatics_IsMainMenu"); \ -static_assert(sizeof(ZGameplayStatics_IsMainMenu) == 0x000010, "Wrong size on ZGameplayStatics_IsMainMenu"); \ -static_assert(offsetof(ZGameplayStatics_IsMainMenu, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsMainMenu::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsMainMenu, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsMainMenu::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsMGSDemo \ -static_assert(alignof(ZGameplayStatics_IsMGSDemo) == 0x000008, "Wrong alignment on ZGameplayStatics_IsMGSDemo"); \ -static_assert(sizeof(ZGameplayStatics_IsMGSDemo) == 0x000010, "Wrong size on ZGameplayStatics_IsMGSDemo"); \ -static_assert(offsetof(ZGameplayStatics_IsMGSDemo, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsMGSDemo::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsMGSDemo, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsMGSDemo::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsMouseCursorEnabled \ -static_assert(alignof(ZGameplayStatics_IsMouseCursorEnabled) == 0x000001, "Wrong alignment on ZGameplayStatics_IsMouseCursorEnabled"); \ -static_assert(sizeof(ZGameplayStatics_IsMouseCursorEnabled) == 0x000001, "Wrong size on ZGameplayStatics_IsMouseCursorEnabled"); \ -static_assert(offsetof(ZGameplayStatics_IsMouseCursorEnabled, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_IsMouseCursorEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsOverlappingAny \ -static_assert(alignof(ZGameplayStatics_IsOverlappingAny) == 0x000008, "Wrong alignment on ZGameplayStatics_IsOverlappingAny"); \ -static_assert(sizeof(ZGameplayStatics_IsOverlappingAny) == 0x000018, "Wrong size on ZGameplayStatics_IsOverlappingAny"); \ -static_assert(offsetof(ZGameplayStatics_IsOverlappingAny, Component) == 0x000000, "Member 'ZGameplayStatics_IsOverlappingAny::Component' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsOverlappingAny, Class_0) == 0x000008, "Member 'ZGameplayStatics_IsOverlappingAny::Class_0' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_IsOverlappingAny, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_IsOverlappingAny::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_IsShippingBuild \ -static_assert(alignof(ZGameplayStatics_IsShippingBuild) == 0x000001, "Wrong alignment on ZGameplayStatics_IsShippingBuild"); \ -static_assert(sizeof(ZGameplayStatics_IsShippingBuild) == 0x000001, "Wrong size on ZGameplayStatics_IsShippingBuild"); \ -static_assert(offsetof(ZGameplayStatics_IsShippingBuild, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_IsShippingBuild::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_NiceSinusoidFunction \ -static_assert(alignof(ZGameplayStatics_NiceSinusoidFunction) == 0x000004, "Wrong alignment on ZGameplayStatics_NiceSinusoidFunction"); \ -static_assert(sizeof(ZGameplayStatics_NiceSinusoidFunction) == 0x00000C, "Wrong size on ZGameplayStatics_NiceSinusoidFunction"); \ -static_assert(offsetof(ZGameplayStatics_NiceSinusoidFunction, Input) == 0x000000, "Member 'ZGameplayStatics_NiceSinusoidFunction::Input' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_NiceSinusoidFunction, PowerFactor) == 0x000004, "Member 'ZGameplayStatics_NiceSinusoidFunction::PowerFactor' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_NiceSinusoidFunction, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_NiceSinusoidFunction::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_OpenLevelWithCheckpoint \ -static_assert(alignof(ZGameplayStatics_OpenLevelWithCheckpoint) == 0x000008, "Wrong alignment on ZGameplayStatics_OpenLevelWithCheckpoint"); \ -static_assert(sizeof(ZGameplayStatics_OpenLevelWithCheckpoint) == 0x000058, "Wrong size on ZGameplayStatics_OpenLevelWithCheckpoint"); \ -static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, Level) == 0x000008, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::Level' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, CheckpointID) == 0x000030, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::CheckpointID' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, bAbsolute) == 0x000040, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::bAbsolute' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, Options) == 0x000048, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::Options' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_PlayBinkVideo \ -static_assert(alignof(ZGameplayStatics_PlayBinkVideo) == 0x000008, "Wrong alignment on ZGameplayStatics_PlayBinkVideo"); \ -static_assert(sizeof(ZGameplayStatics_PlayBinkVideo) == 0x000038, "Wrong size on ZGameplayStatics_PlayBinkVideo"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_PlayBinkVideo::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, VideoPath) == 0x000008, "Member 'ZGameplayStatics_PlayBinkVideo::VideoPath' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, bLoop) == 0x000018, "Member 'ZGameplayStatics_PlayBinkVideo::bLoop' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, Outer_0) == 0x000020, "Member 'ZGameplayStatics_PlayBinkVideo::Outer_0' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, BinkDrawStyle) == 0x000028, "Member 'ZGameplayStatics_PlayBinkVideo::BinkDrawStyle' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, BinkBufferMode) == 0x000029, "Member 'ZGameplayStatics_PlayBinkVideo::BinkBufferMode' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, bAutoStart) == 0x00002A, "Member 'ZGameplayStatics_PlayBinkVideo::bAutoStart' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_PlayBinkVideo::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_ReplaceInputStringRichText \ -static_assert(alignof(ZGameplayStatics_ReplaceInputStringRichText) == 0x000008, "Wrong alignment on ZGameplayStatics_ReplaceInputStringRichText"); \ -static_assert(sizeof(ZGameplayStatics_ReplaceInputStringRichText) == 0x000030, "Wrong size on ZGameplayStatics_ReplaceInputStringRichText"); \ -static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_ReplaceInputStringRichText::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, StringToReplace) == 0x000008, "Member 'ZGameplayStatics_ReplaceInputStringRichText::StringToReplace' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, inputMode) == 0x000018, "Member 'ZGameplayStatics_ReplaceInputStringRichText::inputMode' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, ReturnValue) == 0x000020, "Member 'ZGameplayStatics_ReplaceInputStringRichText::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SetBodyInstanceLinearDamping \ -static_assert(alignof(ZGameplayStatics_SetBodyInstanceLinearDamping) == 0x000008, "Wrong alignment on ZGameplayStatics_SetBodyInstanceLinearDamping"); \ -static_assert(sizeof(ZGameplayStatics_SetBodyInstanceLinearDamping) == 0x000018, "Wrong size on ZGameplayStatics_SetBodyInstanceLinearDamping"); \ -static_assert(offsetof(ZGameplayStatics_SetBodyInstanceLinearDamping, SkeletalMeshComp) == 0x000000, "Member 'ZGameplayStatics_SetBodyInstanceLinearDamping::SkeletalMeshComp' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetBodyInstanceLinearDamping, Value) == 0x000008, "Member 'ZGameplayStatics_SetBodyInstanceLinearDamping::Value' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetBodyInstanceLinearDamping, BodyInstanceName) == 0x00000C, "Member 'ZGameplayStatics_SetBodyInstanceLinearDamping::BodyInstanceName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SetCanEverAffectNavigation \ -static_assert(alignof(ZGameplayStatics_SetCanEverAffectNavigation) == 0x000008, "Wrong alignment on ZGameplayStatics_SetCanEverAffectNavigation"); \ -static_assert(sizeof(ZGameplayStatics_SetCanEverAffectNavigation) == 0x000010, "Wrong size on ZGameplayStatics_SetCanEverAffectNavigation"); \ -static_assert(offsetof(ZGameplayStatics_SetCanEverAffectNavigation, Component) == 0x000000, "Member 'ZGameplayStatics_SetCanEverAffectNavigation::Component' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCanEverAffectNavigation, Value) == 0x000008, "Member 'ZGameplayStatics_SetCanEverAffectNavigation::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SetCinematicMode \ -static_assert(alignof(ZGameplayStatics_SetCinematicMode) == 0x000008, "Wrong alignment on ZGameplayStatics_SetCinematicMode"); \ -static_assert(sizeof(ZGameplayStatics_SetCinematicMode) == 0x000010, "Wrong size on ZGameplayStatics_SetCinematicMode"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_SetCinematicMode::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bValue) == 0x000008, "Member 'ZGameplayStatics_SetCinematicMode::bValue' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bHidePlayer) == 0x000009, "Member 'ZGameplayStatics_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bHideHud) == 0x00000A, "Member 'ZGameplayStatics_SetCinematicMode::bHideHud' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bDisableMovement) == 0x00000B, "Member 'ZGameplayStatics_SetCinematicMode::bDisableMovement' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bAffectsTurning) == 0x00000C, "Member 'ZGameplayStatics_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bConstrainsForeground) == 0x00000D, "Member 'ZGameplayStatics_SetCinematicMode::bConstrainsForeground' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bAffectsAudio) == 0x00000E, "Member 'ZGameplayStatics_SetCinematicMode::bAffectsAudio' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SetGameStatePaused \ -static_assert(alignof(ZGameplayStatics_SetGameStatePaused) == 0x000008, "Wrong alignment on ZGameplayStatics_SetGameStatePaused"); \ -static_assert(sizeof(ZGameplayStatics_SetGameStatePaused) == 0x000010, "Wrong size on ZGameplayStatics_SetGameStatePaused"); \ -static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_SetGameStatePaused::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, bPaused) == 0x000008, "Member 'ZGameplayStatics_SetGameStatePaused::bPaused' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, bLostFocus) == 0x000009, "Member 'ZGameplayStatics_SetGameStatePaused::bLostFocus' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, ReturnValue) == 0x00000A, "Member 'ZGameplayStatics_SetGameStatePaused::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SetPlayingBinkAudioVolume \ -static_assert(alignof(ZGameplayStatics_SetPlayingBinkAudioVolume) == 0x000004, "Wrong alignment on ZGameplayStatics_SetPlayingBinkAudioVolume"); \ -static_assert(sizeof(ZGameplayStatics_SetPlayingBinkAudioVolume) == 0x000004, "Wrong size on ZGameplayStatics_SetPlayingBinkAudioVolume"); \ -static_assert(offsetof(ZGameplayStatics_SetPlayingBinkAudioVolume, Volume) == 0x000000, "Member 'ZGameplayStatics_SetPlayingBinkAudioVolume::Volume' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SortByDistance \ -static_assert(alignof(ZGameplayStatics_SortByDistance) == 0x000008, "Wrong alignment on ZGameplayStatics_SortByDistance"); \ -static_assert(sizeof(ZGameplayStatics_SortByDistance) == 0x000040, "Wrong size on ZGameplayStatics_SortByDistance"); \ -static_assert(offsetof(ZGameplayStatics_SortByDistance, Array) == 0x000000, "Member 'ZGameplayStatics_SortByDistance::Array' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortByDistance, RefPosition) == 0x000010, "Member 'ZGameplayStatics_SortByDistance::RefPosition' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortByDistance, Dist2D) == 0x000028, "Member 'ZGameplayStatics_SortByDistance::Dist2D' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortByDistance, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_SortByDistance::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SortCheckpointsLexico \ -static_assert(alignof(ZGameplayStatics_SortCheckpointsLexico) == 0x000008, "Wrong alignment on ZGameplayStatics_SortCheckpointsLexico"); \ -static_assert(sizeof(ZGameplayStatics_SortCheckpointsLexico) == 0x000020, "Wrong size on ZGameplayStatics_SortCheckpointsLexico"); \ -static_assert(offsetof(ZGameplayStatics_SortCheckpointsLexico, Array) == 0x000000, "Member 'ZGameplayStatics_SortCheckpointsLexico::Array' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortCheckpointsLexico, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_SortCheckpointsLexico::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SortClassMap \ -static_assert(alignof(ZGameplayStatics_SortClassMap) == 0x000008, "Wrong alignment on ZGameplayStatics_SortClassMap"); \ -static_assert(sizeof(ZGameplayStatics_SortClassMap) == 0x0000A0, "Wrong size on ZGameplayStatics_SortClassMap"); \ -static_assert(offsetof(ZGameplayStatics_SortClassMap, Map) == 0x000000, "Member 'ZGameplayStatics_SortClassMap::Map' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortClassMap, ReturnValue) == 0x000050, "Member 'ZGameplayStatics_SortClassMap::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_SortPositionsByDistance \ -static_assert(alignof(ZGameplayStatics_SortPositionsByDistance) == 0x000008, "Wrong alignment on ZGameplayStatics_SortPositionsByDistance"); \ -static_assert(sizeof(ZGameplayStatics_SortPositionsByDistance) == 0x000040, "Wrong size on ZGameplayStatics_SortPositionsByDistance"); \ -static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, Array) == 0x000000, "Member 'ZGameplayStatics_SortPositionsByDistance::Array' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, RefPosition) == 0x000010, "Member 'ZGameplayStatics_SortPositionsByDistance::RefPosition' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, Type) == 0x000028, "Member 'ZGameplayStatics_SortPositionsByDistance::Type' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, Dist2D) == 0x000029, "Member 'ZGameplayStatics_SortPositionsByDistance::Dist2D' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_SortPositionsByDistance::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_TestComponentCollision \ -static_assert(alignof(ZGameplayStatics_TestComponentCollision) == 0x000008, "Wrong alignment on ZGameplayStatics_TestComponentCollision"); \ -static_assert(sizeof(ZGameplayStatics_TestComponentCollision) == 0x000028, "Wrong size on ZGameplayStatics_TestComponentCollision"); \ -static_assert(offsetof(ZGameplayStatics_TestComponentCollision, Component) == 0x000000, "Member 'ZGameplayStatics_TestComponentCollision::Component' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_TestComponentCollision, Location) == 0x000008, "Member 'ZGameplayStatics_TestComponentCollision::Location' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_TestComponentCollision, ToleranceRadius) == 0x000020, "Member 'ZGameplayStatics_TestComponentCollision::ToleranceRadius' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_TestComponentCollision, ReturnValue) == 0x000024, "Member 'ZGameplayStatics_TestComponentCollision::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_UnlockFOV \ -static_assert(alignof(ZGameplayStatics_UnlockFOV) == 0x000008, "Wrong alignment on ZGameplayStatics_UnlockFOV"); \ -static_assert(sizeof(ZGameplayStatics_UnlockFOV) == 0x000008, "Wrong size on ZGameplayStatics_UnlockFOV"); \ -static_assert(offsetof(ZGameplayStatics_UnlockFOV, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_UnlockFOV::WorldContextObject' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_UpdatePS5Activities \ -static_assert(alignof(ZGameplayStatics_UpdatePS5Activities) == 0x000008, "Wrong alignment on ZGameplayStatics_UpdatePS5Activities"); \ -static_assert(sizeof(ZGameplayStatics_UpdatePS5Activities) == 0x000018, "Wrong size on ZGameplayStatics_UpdatePS5Activities"); \ -static_assert(offsetof(ZGameplayStatics_UpdatePS5Activities, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_UpdatePS5Activities::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_UpdatePS5Activities, EventName) == 0x000008, "Member 'ZGameplayStatics_UpdatePS5Activities::EventName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayStatics_ZLog \ -static_assert(alignof(ZGameplayStatics_ZLog) == 0x000008, "Wrong alignment on ZGameplayStatics_ZLog"); \ -static_assert(sizeof(ZGameplayStatics_ZLog) == 0x000020, "Wrong size on ZGameplayStatics_ZLog"); \ -static_assert(offsetof(ZGameplayStatics_ZLog, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_ZLog::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_ZLog, Log) == 0x000008, "Member 'ZGameplayStatics_ZLog::Log' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayStatics_ZLog, Actor) == 0x000018, "Member 'ZGameplayStatics_ZLog::Actor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameplayStatics \ -static_assert(alignof(UZGameplayStatics) == 0x000008, "Wrong alignment on UZGameplayStatics"); \ -static_assert(sizeof(UZGameplayStatics) == 0x000028, "Wrong size on UZGameplayStatics"); \ - #define DUMPER7_ASSERTS_ZCameraZone_OnOverlapBegin \ static_assert(alignof(ZCameraZone_OnOverlapBegin) == 0x000008, "Wrong alignment on ZCameraZone_OnOverlapBegin"); \ static_assert(sizeof(ZCameraZone_OnOverlapBegin) == 0x000118, "Wrong size on ZCameraZone_OnOverlapBegin"); \ @@ -86834,21 +85573,98 @@ static_assert(offsetof(AZCameraZone, ToFastTravel) == 0x000588, "Member 'AZCamer static_assert(offsetof(AZCameraZone, ToCameraMod) == 0x000590, "Member 'AZCameraZone::ToCameraMod' has a wrong offset!"); \ static_assert(offsetof(AZCameraZone, ChildCamera) == 0x000598, "Member 'AZCameraZone::ChildCamera' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnAnimNotify \ +static_assert(alignof(ZSmartObjectComponent_OnAnimNotify) == 0x000004, "Wrong alignment on ZSmartObjectComponent_OnAnimNotify"); \ +static_assert(sizeof(ZSmartObjectComponent_OnAnimNotify) == 0x000010, "Wrong size on ZSmartObjectComponent_OnAnimNotify"); \ +static_assert(offsetof(ZSmartObjectComponent_OnAnimNotify, NotifyName) == 0x000000, "Member 'ZSmartObjectComponent_OnAnimNotify::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(ZSmartObjectComponent_OnAnimNotify, DebugInfo) == 0x000008, "Member 'ZSmartObjectComponent_OnAnimNotify::DebugInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnOwnerBehaviorChanged \ +static_assert(alignof(ZSmartObjectComponent_OnOwnerBehaviorChanged) == 0x000001, "Wrong alignment on ZSmartObjectComponent_OnOwnerBehaviorChanged"); \ +static_assert(sizeof(ZSmartObjectComponent_OnOwnerBehaviorChanged) == 0x000002, "Wrong size on ZSmartObjectComponent_OnOwnerBehaviorChanged"); \ +static_assert(offsetof(ZSmartObjectComponent_OnOwnerBehaviorChanged, PreviousBehavior) == 0x000000, "Member 'ZSmartObjectComponent_OnOwnerBehaviorChanged::PreviousBehavior' has a wrong offset!"); \ +static_assert(offsetof(ZSmartObjectComponent_OnOwnerBehaviorChanged, NewBehavior) == 0x000001, "Member 'ZSmartObjectComponent_OnOwnerBehaviorChanged::NewBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnOwnerTakeAnyDamage \ +static_assert(alignof(ZSmartObjectComponent_OnOwnerTakeAnyDamage) == 0x000008, "Wrong alignment on ZSmartObjectComponent_OnOwnerTakeAnyDamage"); \ +static_assert(sizeof(ZSmartObjectComponent_OnOwnerTakeAnyDamage) == 0x000028, "Wrong size on ZSmartObjectComponent_OnOwnerTakeAnyDamage"); \ +static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, DamagedActor) == 0x000000, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, Damage) == 0x000008, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, DamageType) == 0x000010, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, InstigatedBy) == 0x000018, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, DamageCauser) == 0x000020, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnPlayerRestart \ +static_assert(alignof(ZSmartObjectComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZSmartObjectComponent_OnPlayerRestart"); \ +static_assert(sizeof(ZSmartObjectComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZSmartObjectComponent_OnPlayerRestart"); \ +static_assert(offsetof(ZSmartObjectComponent_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZSmartObjectComponent_OnPlayerRestart::Occurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_SetEnabled \ +static_assert(alignof(ZSmartObjectComponent_SetEnabled) == 0x000001, "Wrong alignment on ZSmartObjectComponent_SetEnabled"); \ +static_assert(sizeof(ZSmartObjectComponent_SetEnabled) == 0x000001, "Wrong size on ZSmartObjectComponent_SetEnabled"); \ +static_assert(offsetof(ZSmartObjectComponent_SetEnabled, Value) == 0x000000, "Member 'ZSmartObjectComponent_SetEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_StartEmitting \ +static_assert(alignof(ZSmartObjectComponent_StartEmitting) == 0x000001, "Wrong alignment on ZSmartObjectComponent_StartEmitting"); \ +static_assert(sizeof(ZSmartObjectComponent_StartEmitting) == 0x000001, "Wrong size on ZSmartObjectComponent_StartEmitting"); \ +static_assert(offsetof(ZSmartObjectComponent_StartEmitting, CoordinatorBroadcast) == 0x000000, "Member 'ZSmartObjectComponent_StartEmitting::CoordinatorBroadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_GetRootPosition \ +static_assert(alignof(ZSmartObjectComponent_GetRootPosition) == 0x000008, "Wrong alignment on ZSmartObjectComponent_GetRootPosition"); \ +static_assert(sizeof(ZSmartObjectComponent_GetRootPosition) == 0x000018, "Wrong size on ZSmartObjectComponent_GetRootPosition"); \ +static_assert(offsetof(ZSmartObjectComponent_GetRootPosition, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_GetRootPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_GetStimuliLocation \ +static_assert(alignof(ZSmartObjectComponent_GetStimuliLocation) == 0x000008, "Wrong alignment on ZSmartObjectComponent_GetStimuliLocation"); \ +static_assert(sizeof(ZSmartObjectComponent_GetStimuliLocation) == 0x000018, "Wrong size on ZSmartObjectComponent_GetStimuliLocation"); \ +static_assert(offsetof(ZSmartObjectComponent_GetStimuliLocation, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_GetStimuliLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_IsCoolingDown \ +static_assert(alignof(ZSmartObjectComponent_IsCoolingDown) == 0x000001, "Wrong alignment on ZSmartObjectComponent_IsCoolingDown"); \ +static_assert(sizeof(ZSmartObjectComponent_IsCoolingDown) == 0x000001, "Wrong size on ZSmartObjectComponent_IsCoolingDown"); \ +static_assert(offsetof(ZSmartObjectComponent_IsCoolingDown, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_IsCoolingDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSmartObjectComponent_IsEmitting \ +static_assert(alignof(ZSmartObjectComponent_IsEmitting) == 0x000001, "Wrong alignment on ZSmartObjectComponent_IsEmitting"); \ +static_assert(sizeof(ZSmartObjectComponent_IsEmitting) == 0x000001, "Wrong size on ZSmartObjectComponent_IsEmitting"); \ +static_assert(offsetof(ZSmartObjectComponent_IsEmitting, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_IsEmitting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSmartObjectComponent \ +static_assert(alignof(UZSmartObjectComponent) == 0x000008, "Wrong alignment on UZSmartObjectComponent"); \ +static_assert(sizeof(UZSmartObjectComponent) == 0x0001B8, "Wrong size on UZSmartObjectComponent"); \ +static_assert(offsetof(UZSmartObjectComponent, Coordinator) == 0x0000A0, "Member 'UZSmartObjectComponent::Coordinator' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, User) == 0x0000A8, "Member 'UZSmartObjectComponent::User' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, bIsEnabled) == 0x0000B0, "Member 'UZSmartObjectComponent::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, SmartObjectTags) == 0x0000B8, "Member 'UZSmartObjectComponent::SmartObjectTags' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, bRestrictToInterestOnly) == 0x0000D8, "Member 'UZSmartObjectComponent::bRestrictToInterestOnly' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, StartEmittingOnDamage) == 0x0000D9, "Member 'UZSmartObjectComponent::StartEmittingOnDamage' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, EmmittingCooldown) == 0x0000DC, "Member 'UZSmartObjectComponent::EmmittingCooldown' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, bPickable) == 0x0000E0, "Member 'UZSmartObjectComponent::bPickable' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, bMustBeNavigationReachable) == 0x0000E1, "Member 'UZSmartObjectComponent::bMustBeNavigationReachable' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, bMustBeOnNavmesh) == 0x0000E2, "Member 'UZSmartObjectComponent::bMustBeOnNavmesh' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, NavExtent) == 0x0000E8, "Member 'UZSmartObjectComponent::NavExtent' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, bShouldInvestigateFirst) == 0x000100, "Member 'UZSmartObjectComponent::bShouldInvestigateFirst' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, OptionalUserPosition) == 0x000108, "Member 'UZSmartObjectComponent::OptionalUserPosition' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, UsageTime) == 0x000110, "Member 'UZSmartObjectComponent::UsageTime' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, UserAnimation) == 0x000114, "Member 'UZSmartObjectComponent::UserAnimation' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, StopOnAnimEvent) == 0x00011C, "Member 'UZSmartObjectComponent::StopOnAnimEvent' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, PickUpAttachBone) == 0x000124, "Member 'UZSmartObjectComponent::PickUpAttachBone' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, StartAnimation) == 0x00012C, "Member 'UZSmartObjectComponent::StartAnimation' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, EndAnimation) == 0x000134, "Member 'UZSmartObjectComponent::EndAnimation' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, TargetActor) == 0x000140, "Member 'UZSmartObjectComponent::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, TargetGoToActor) == 0x000148, "Member 'UZSmartObjectComponent::TargetGoToActor' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, DropDistanceToStopEmitting) == 0x000150, "Member 'UZSmartObjectComponent::DropDistanceToStopEmitting' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, TargetPosition) == 0x000158, "Member 'UZSmartObjectComponent::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, PositionRootComponent) == 0x000170, "Member 'UZSmartObjectComponent::PositionRootComponent' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, OnStartUsing) == 0x000178, "Member 'UZSmartObjectComponent::OnStartUsing' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, OnStopUsing) == 0x000188, "Member 'UZSmartObjectComponent::OnStopUsing' has a wrong offset!"); \ +static_assert(offsetof(UZSmartObjectComponent, OnReserved) == 0x000198, "Member 'UZSmartObjectComponent::OnReserved' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UZCameraZoneSetting \ static_assert(alignof(UZCameraZoneSetting) == 0x000008, "Wrong alignment on UZCameraZoneSetting"); \ static_assert(sizeof(UZCameraZoneSetting) == 0x0000A0, "Wrong size on UZCameraZoneSetting"); \ static_assert(offsetof(UZCameraZoneSetting, Settings) == 0x000030, "Member 'UZCameraZoneSetting::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZActionFloatParameter_GetGenericFloat \ -static_assert(alignof(ZActionFloatParameter_GetGenericFloat) == 0x000004, "Wrong alignment on ZActionFloatParameter_GetGenericFloat"); \ -static_assert(sizeof(ZActionFloatParameter_GetGenericFloat) == 0x000004, "Wrong size on ZActionFloatParameter_GetGenericFloat"); \ -static_assert(offsetof(ZActionFloatParameter_GetGenericFloat, ReturnValue) == 0x000000, "Member 'ZActionFloatParameter_GetGenericFloat::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionFloatParameter \ -static_assert(alignof(UZActionFloatParameter) == 0x000008, "Wrong alignment on UZActionFloatParameter"); \ -static_assert(sizeof(UZActionFloatParameter) == 0x000038, "Wrong size on UZActionFloatParameter"); \ -static_assert(offsetof(UZActionFloatParameter, GenericFloat) == 0x000030, "Member 'UZActionFloatParameter::GenericFloat' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZChapterData_InitChapterData \ static_assert(alignof(ZChapterData_InitChapterData) == 0x000008, "Wrong alignment on ZChapterData_InitChapterData"); \ static_assert(sizeof(ZChapterData_InitChapterData) == 0x000008, "Wrong size on ZChapterData_InitChapterData"); \ @@ -86864,70 +85680,15 @@ static_assert(alignof(UZChapterData) == 0x000008, "Wrong alignment on UZChapterD static_assert(sizeof(UZChapterData) == 0x000040, "Wrong size on UZChapterData"); \ static_assert(offsetof(UZChapterData, ChapterData) == 0x000030, "Member 'UZChapterData::ChapterData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZUserWidget_InputModeChanged \ -static_assert(alignof(ZUserWidget_InputModeChanged) == 0x000001, "Wrong alignment on ZUserWidget_InputModeChanged"); \ -static_assert(sizeof(ZUserWidget_InputModeChanged) == 0x000001, "Wrong size on ZUserWidget_InputModeChanged"); \ -static_assert(offsetof(ZUserWidget_InputModeChanged, NewInputMode) == 0x000000, "Member 'ZUserWidget_InputModeChanged::NewInputMode' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZActionBoolParameter_GetGenericBool \ +static_assert(alignof(ZActionBoolParameter_GetGenericBool) == 0x000001, "Wrong alignment on ZActionBoolParameter_GetGenericBool"); \ +static_assert(sizeof(ZActionBoolParameter_GetGenericBool) == 0x000001, "Wrong size on ZActionBoolParameter_GetGenericBool"); \ +static_assert(offsetof(ZActionBoolParameter_GetGenericBool, ReturnValue) == 0x000000, "Member 'ZActionBoolParameter_GetGenericBool::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZUserWidget_OnAppFocus \ -static_assert(alignof(ZUserWidget_OnAppFocus) == 0x000001, "Wrong alignment on ZUserWidget_OnAppFocus"); \ -static_assert(sizeof(ZUserWidget_OnAppFocus) == 0x000001, "Wrong size on ZUserWidget_OnAppFocus"); \ -static_assert(offsetof(ZUserWidget_OnAppFocus, bValue) == 0x000000, "Member 'ZUserWidget_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUserWidget_OnHideUI \ -static_assert(alignof(ZUserWidget_OnHideUI) == 0x000001, "Wrong alignment on ZUserWidget_OnHideUI"); \ -static_assert(sizeof(ZUserWidget_OnHideUI) == 0x000001, "Wrong size on ZUserWidget_OnHideUI"); \ -static_assert(offsetof(ZUserWidget_OnHideUI, bHide) == 0x000000, "Member 'ZUserWidget_OnHideUI::bHide' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUserWidget_OnInputAction \ -static_assert(alignof(ZUserWidget_OnInputAction) == 0x000004, "Wrong alignment on ZUserWidget_OnInputAction"); \ -static_assert(sizeof(ZUserWidget_OnInputAction) == 0x000008, "Wrong size on ZUserWidget_OnInputAction"); \ -static_assert(offsetof(ZUserWidget_OnInputAction, InputActionName) == 0x000000, "Member 'ZUserWidget_OnInputAction::InputActionName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUserWidget_OnInputModeChanged \ -static_assert(alignof(ZUserWidget_OnInputModeChanged) == 0x000001, "Wrong alignment on ZUserWidget_OnInputModeChanged"); \ -static_assert(sizeof(ZUserWidget_OnInputModeChanged) == 0x000001, "Wrong size on ZUserWidget_OnInputModeChanged"); \ -static_assert(offsetof(ZUserWidget_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'ZUserWidget_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUserWidget_OnPlayerInputAction \ -static_assert(alignof(ZUserWidget_OnPlayerInputAction) == 0x000008, "Wrong alignment on ZUserWidget_OnPlayerInputAction"); \ -static_assert(sizeof(ZUserWidget_OnPlayerInputAction) == 0x000030, "Wrong size on ZUserWidget_OnPlayerInputAction"); \ -static_assert(offsetof(ZUserWidget_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'ZUserWidget_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUserWidget_SetFadingState \ -static_assert(alignof(ZUserWidget_SetFadingState) == 0x000001, "Wrong alignment on ZUserWidget_SetFadingState"); \ -static_assert(sizeof(ZUserWidget_SetFadingState) == 0x000001, "Wrong size on ZUserWidget_SetFadingState"); \ -static_assert(offsetof(ZUserWidget_SetFadingState, NewFadingState) == 0x000000, "Member 'ZUserWidget_SetFadingState::NewFadingState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUserWidget_GetLifeTime \ -static_assert(alignof(ZUserWidget_GetLifeTime) == 0x000004, "Wrong alignment on ZUserWidget_GetLifeTime"); \ -static_assert(sizeof(ZUserWidget_GetLifeTime) == 0x000004, "Wrong size on ZUserWidget_GetLifeTime"); \ -static_assert(offsetof(ZUserWidget_GetLifeTime, ReturnValue) == 0x000000, "Member 'ZUserWidget_GetLifeTime::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZUserWidget \ -static_assert(alignof(UZUserWidget) == 0x000008, "Wrong alignment on UZUserWidget"); \ -static_assert(sizeof(UZUserWidget) == 0x0002F8, "Wrong size on UZUserWidget"); \ -static_assert(offsetof(UZUserWidget, bIsMenu) == 0x0002E0, "Member 'UZUserWidget::bIsMenu' has a wrong offset!"); \ -static_assert(offsetof(UZUserWidget, LifeTime) == 0x0002E4, "Member 'UZUserWidget::LifeTime' has a wrong offset!"); \ -static_assert(offsetof(UZUserWidget, bShouldIgnoreHideUI) == 0x0002E8, "Member 'UZUserWidget::bShouldIgnoreHideUI' has a wrong offset!"); \ -static_assert(offsetof(UZUserWidget, TooltipGameplayTag) == 0x0002EC, "Member 'UZUserWidget::TooltipGameplayTag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinDataFactory_GetSkinData \ -static_assert(alignof(ZSkinDataFactory_GetSkinData) == 0x000008, "Wrong alignment on ZSkinDataFactory_GetSkinData"); \ -static_assert(sizeof(ZSkinDataFactory_GetSkinData) == 0x0001D0, "Wrong size on ZSkinDataFactory_GetSkinData"); \ -static_assert(offsetof(ZSkinDataFactory_GetSkinData, SkinTag) == 0x000000, "Member 'ZSkinDataFactory_GetSkinData::SkinTag' has a wrong offset!"); \ -static_assert(offsetof(ZSkinDataFactory_GetSkinData, ReturnValue) == 0x000008, "Member 'ZSkinDataFactory_GetSkinData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinDataFactory_GetSkinDataById \ -static_assert(alignof(ZSkinDataFactory_GetSkinDataById) == 0x000008, "Wrong alignment on ZSkinDataFactory_GetSkinDataById"); \ -static_assert(sizeof(ZSkinDataFactory_GetSkinDataById) == 0x0001D8, "Wrong size on ZSkinDataFactory_GetSkinDataById"); \ -static_assert(offsetof(ZSkinDataFactory_GetSkinDataById, SkinUniqueId) == 0x000000, "Member 'ZSkinDataFactory_GetSkinDataById::SkinUniqueId' has a wrong offset!"); \ -static_assert(offsetof(ZSkinDataFactory_GetSkinDataById, ReturnValue) == 0x000010, "Member 'ZSkinDataFactory_GetSkinDataById::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSkinDataFactory \ -static_assert(alignof(UZSkinDataFactory) == 0x000008, "Wrong alignment on UZSkinDataFactory"); \ -static_assert(sizeof(UZSkinDataFactory) == 0x000040, "Wrong size on UZSkinDataFactory"); \ -static_assert(offsetof(UZSkinDataFactory, SkinData) == 0x000030, "Member 'UZSkinDataFactory::SkinData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZActionBoolParameter \ +static_assert(alignof(UZActionBoolParameter) == 0x000008, "Wrong alignment on UZActionBoolParameter"); \ +static_assert(sizeof(UZActionBoolParameter) == 0x000038, "Wrong size on UZActionBoolParameter"); \ +static_assert(offsetof(UZActionBoolParameter, bGenericBool) == 0x000030, "Member 'UZActionBoolParameter::bGenericBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZChapterTitleWidget_SetChapterTitle \ static_assert(alignof(ZChapterTitleWidget_SetChapterTitle) == 0x000008, "Wrong alignment on ZChapterTitleWidget_SetChapterTitle"); \ @@ -86938,6 +85699,47 @@ static_assert(offsetof(ZChapterTitleWidget_SetChapterTitle, ChapterTitle) == 0x0 static_assert(alignof(UZChapterTitleWidget) == 0x000008, "Wrong alignment on UZChapterTitleWidget"); \ static_assert(sizeof(UZChapterTitleWidget) == 0x0002F8, "Wrong size on UZChapterTitleWidget"); \ +#define DUMPER7_ASSERTS_ZNotification_SetIdentifier \ +static_assert(alignof(ZNotification_SetIdentifier) == 0x000004, "Wrong alignment on ZNotification_SetIdentifier"); \ +static_assert(sizeof(ZNotification_SetIdentifier) == 0x000008, "Wrong size on ZNotification_SetIdentifier"); \ +static_assert(offsetof(ZNotification_SetIdentifier, Value) == 0x000000, "Member 'ZNotification_SetIdentifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZNotification_SetIsUnique \ +static_assert(alignof(ZNotification_SetIsUnique) == 0x000001, "Wrong alignment on ZNotification_SetIsUnique"); \ +static_assert(sizeof(ZNotification_SetIsUnique) == 0x000001, "Wrong size on ZNotification_SetIsUnique"); \ +static_assert(offsetof(ZNotification_SetIsUnique, Value) == 0x000000, "Member 'ZNotification_SetIsUnique::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZNotification_GetIdentifier \ +static_assert(alignof(ZNotification_GetIdentifier) == 0x000004, "Wrong alignment on ZNotification_GetIdentifier"); \ +static_assert(sizeof(ZNotification_GetIdentifier) == 0x000008, "Wrong size on ZNotification_GetIdentifier"); \ +static_assert(offsetof(ZNotification_GetIdentifier, ReturnValue) == 0x000000, "Member 'ZNotification_GetIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZNotification_IsUnique \ +static_assert(alignof(ZNotification_IsUnique) == 0x000001, "Wrong alignment on ZNotification_IsUnique"); \ +static_assert(sizeof(ZNotification_IsUnique) == 0x000002, "Wrong size on ZNotification_IsUnique"); \ +static_assert(offsetof(ZNotification_IsUnique, Value) == 0x000000, "Member 'ZNotification_IsUnique::Value' has a wrong offset!"); \ +static_assert(offsetof(ZNotification_IsUnique, ReturnValue) == 0x000001, "Member 'ZNotification_IsUnique::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZNotification \ +static_assert(alignof(UZNotification) == 0x000008, "Wrong alignment on UZNotification"); \ +static_assert(sizeof(UZNotification) == 0x000038, "Wrong size on UZNotification"); \ +static_assert(offsetof(UZNotification, bIsUnique) == 0x000028, "Member 'UZNotification::bIsUnique' has a wrong offset!"); \ +static_assert(offsetof(UZNotification, Identifier) == 0x00002C, "Member 'UZNotification::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinNotification_SetID \ +static_assert(alignof(ZSkinNotification_SetID) == 0x000004, "Wrong alignment on ZSkinNotification_SetID"); \ +static_assert(sizeof(ZSkinNotification_SetID) == 0x000010, "Wrong size on ZSkinNotification_SetID"); \ +static_assert(offsetof(ZSkinNotification_SetID, NewID) == 0x000000, "Member 'ZSkinNotification_SetID::NewID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinNotification_GetId \ +static_assert(alignof(ZSkinNotification_GetId) == 0x000004, "Wrong alignment on ZSkinNotification_GetId"); \ +static_assert(sizeof(ZSkinNotification_GetId) == 0x000010, "Wrong size on ZSkinNotification_GetId"); \ +static_assert(offsetof(ZSkinNotification_GetId, ReturnValue) == 0x000000, "Member 'ZSkinNotification_GetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSkinNotification \ +static_assert(alignof(UZSkinNotification) == 0x000008, "Wrong alignment on UZSkinNotification"); \ +static_assert(sizeof(UZSkinNotification) == 0x000048, "Wrong size on UZSkinNotification"); \ + #define DUMPER7_ASSERTS_ZCharacter_ChangeLocomotionSettings \ static_assert(alignof(ZCharacter_ChangeLocomotionSettings) == 0x000001, "Wrong alignment on ZCharacter_ChangeLocomotionSettings"); \ static_assert(sizeof(ZCharacter_ChangeLocomotionSettings) == 0x000001, "Wrong size on ZCharacter_ChangeLocomotionSettings"); \ @@ -87306,11 +86108,6 @@ static_assert(alignof(ZCharacter_SetIsPawnGrabbed) == 0x000001, "Wrong alignment static_assert(sizeof(ZCharacter_SetIsPawnGrabbed) == 0x000001, "Wrong size on ZCharacter_SetIsPawnGrabbed"); \ static_assert(offsetof(ZCharacter_SetIsPawnGrabbed, bIsPawnGrabbed) == 0x000000, "Member 'ZCharacter_SetIsPawnGrabbed::bIsPawnGrabbed' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZCharacter_SetNoClimbSlide \ -static_assert(alignof(ZCharacter_SetNoClimbSlide) == 0x000001, "Wrong alignment on ZCharacter_SetNoClimbSlide"); \ -static_assert(sizeof(ZCharacter_SetNoClimbSlide) == 0x000001, "Wrong size on ZCharacter_SetNoClimbSlide"); \ -static_assert(offsetof(ZCharacter_SetNoClimbSlide, bNoClimbSlide) == 0x000000, "Member 'ZCharacter_SetNoClimbSlide::bNoClimbSlide' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZCharacter_SetNoClimbSlideImpactNormal \ static_assert(alignof(ZCharacter_SetNoClimbSlideImpactNormal) == 0x000008, "Wrong alignment on ZCharacter_SetNoClimbSlideImpactNormal"); \ static_assert(sizeof(ZCharacter_SetNoClimbSlideImpactNormal) == 0x000018, "Wrong size on ZCharacter_SetNoClimbSlideImpactNormal"); \ @@ -87389,6 +86186,75 @@ static_assert(alignof(UZCharacterClassData) == 0x000008, "Wrong alignment on UZC static_assert(sizeof(UZCharacterClassData) == 0x000040, "Wrong size on UZCharacterClassData"); \ static_assert(offsetof(UZCharacterClassData, ClassData) == 0x000030, "Member 'UZCharacterClassData::ClassData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZPatrolComponent_SetEnabled \ +static_assert(alignof(ZPatrolComponent_SetEnabled) == 0x000001, "Wrong alignment on ZPatrolComponent_SetEnabled"); \ +static_assert(sizeof(ZPatrolComponent_SetEnabled) == 0x000001, "Wrong size on ZPatrolComponent_SetEnabled"); \ +static_assert(offsetof(ZPatrolComponent_SetEnabled, Value) == 0x000000, "Member 'ZPatrolComponent_SetEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_SetPatrolPath \ +static_assert(alignof(ZPatrolComponent_SetPatrolPath) == 0x000008, "Wrong alignment on ZPatrolComponent_SetPatrolPath"); \ +static_assert(sizeof(ZPatrolComponent_SetPatrolPath) == 0x000008, "Wrong size on ZPatrolComponent_SetPatrolPath"); \ +static_assert(offsetof(ZPatrolComponent_SetPatrolPath, NewPatrolPath) == 0x000000, "Member 'ZPatrolComponent_SetPatrolPath::NewPatrolPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetClosestPointOnSpline \ +static_assert(alignof(ZPatrolComponent_GetClosestPointOnSpline) == 0x000008, "Wrong alignment on ZPatrolComponent_GetClosestPointOnSpline"); \ +static_assert(sizeof(ZPatrolComponent_GetClosestPointOnSpline) == 0x000018, "Wrong size on ZPatrolComponent_GetClosestPointOnSpline"); \ +static_assert(offsetof(ZPatrolComponent_GetClosestPointOnSpline, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetClosestPointOnSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetNextPoint \ +static_assert(alignof(ZPatrolComponent_GetNextPoint) == 0x000008, "Wrong alignment on ZPatrolComponent_GetNextPoint"); \ +static_assert(sizeof(ZPatrolComponent_GetNextPoint) == 0x000010, "Wrong size on ZPatrolComponent_GetNextPoint"); \ +static_assert(offsetof(ZPatrolComponent_GetNextPoint, PreviousPointIndex) == 0x000000, "Member 'ZPatrolComponent_GetNextPoint::PreviousPointIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolComponent_GetNextPoint, NewIndex) == 0x000004, "Member 'ZPatrolComponent_GetNextPoint::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolComponent_GetNextPoint, ReturnValue) == 0x000008, "Member 'ZPatrolComponent_GetNextPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetPatrolPath \ +static_assert(alignof(ZPatrolComponent_GetPatrolPath) == 0x000008, "Wrong alignment on ZPatrolComponent_GetPatrolPath"); \ +static_assert(sizeof(ZPatrolComponent_GetPatrolPath) == 0x000008, "Wrong size on ZPatrolComponent_GetPatrolPath"); \ +static_assert(offsetof(ZPatrolComponent_GetPatrolPath, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetPatrolPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetPatrolType \ +static_assert(alignof(ZPatrolComponent_GetPatrolType) == 0x000001, "Wrong alignment on ZPatrolComponent_GetPatrolType"); \ +static_assert(sizeof(ZPatrolComponent_GetPatrolType) == 0x000001, "Wrong size on ZPatrolComponent_GetPatrolType"); \ +static_assert(offsetof(ZPatrolComponent_GetPatrolType, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetPatrolType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetRandomPointOnSpline \ +static_assert(alignof(ZPatrolComponent_GetRandomPointOnSpline) == 0x000008, "Wrong alignment on ZPatrolComponent_GetRandomPointOnSpline"); \ +static_assert(sizeof(ZPatrolComponent_GetRandomPointOnSpline) == 0x000018, "Wrong size on ZPatrolComponent_GetRandomPointOnSpline"); \ +static_assert(offsetof(ZPatrolComponent_GetRandomPointOnSpline, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetRandomPointOnSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetSplineActor \ +static_assert(alignof(ZPatrolComponent_GetSplineActor) == 0x000008, "Wrong alignment on ZPatrolComponent_GetSplineActor"); \ +static_assert(sizeof(ZPatrolComponent_GetSplineActor) == 0x000008, "Wrong size on ZPatrolComponent_GetSplineActor"); \ +static_assert(offsetof(ZPatrolComponent_GetSplineActor, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetSplineActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetSplineDirection \ +static_assert(alignof(ZPatrolComponent_GetSplineDirection) == 0x000008, "Wrong alignment on ZPatrolComponent_GetSplineDirection"); \ +static_assert(sizeof(ZPatrolComponent_GetSplineDirection) == 0x000018, "Wrong size on ZPatrolComponent_GetSplineDirection"); \ +static_assert(offsetof(ZPatrolComponent_GetSplineDirection, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetSplineDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_GetStartLocation \ +static_assert(alignof(ZPatrolComponent_GetStartLocation) == 0x000008, "Wrong alignment on ZPatrolComponent_GetStartLocation"); \ +static_assert(sizeof(ZPatrolComponent_GetStartLocation) == 0x000018, "Wrong size on ZPatrolComponent_GetStartLocation"); \ +static_assert(offsetof(ZPatrolComponent_GetStartLocation, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetStartLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolComponent_IsEnabled \ +static_assert(alignof(ZPatrolComponent_IsEnabled) == 0x000001, "Wrong alignment on ZPatrolComponent_IsEnabled"); \ +static_assert(sizeof(ZPatrolComponent_IsEnabled) == 0x000001, "Wrong size on ZPatrolComponent_IsEnabled"); \ +static_assert(offsetof(ZPatrolComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZPatrolComponent \ +static_assert(alignof(UZPatrolComponent) == 0x000008, "Wrong alignment on UZPatrolComponent"); \ +static_assert(sizeof(UZPatrolComponent) == 0x0000F8, "Wrong size on UZPatrolComponent"); \ +static_assert(offsetof(UZPatrolComponent, bIsEnabled) == 0x0000A0, "Member 'UZPatrolComponent::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZPatrolComponent, PatrolPath) == 0x0000A8, "Member 'UZPatrolComponent::PatrolPath' has a wrong offset!"); \ +static_assert(offsetof(UZPatrolComponent, PatrolType) == 0x0000D0, "Member 'UZPatrolComponent::PatrolType' has a wrong offset!"); \ +static_assert(offsetof(UZPatrolComponent, bSnapToFirstPatrolPoint) == 0x0000D1, "Member 'UZPatrolComponent::bSnapToFirstPatrolPoint' has a wrong offset!"); \ +static_assert(offsetof(UZPatrolComponent, SentinelleIndex) == 0x0000D4, "Member 'UZPatrolComponent::SentinelleIndex' has a wrong offset!"); \ +static_assert(offsetof(UZPatrolComponent, SplineActor) == 0x0000D8, "Member 'UZPatrolComponent::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(UZPatrolComponent, bSnapToSpline) == 0x0000E0, "Member 'UZPatrolComponent::bSnapToSpline' has a wrong offset!"); \ +static_assert(offsetof(UZPatrolComponent, CurrentPatrolPath) == 0x0000E8, "Member 'UZPatrolComponent::CurrentPatrolPath' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_ZCharacterCosmeticComponent_ApplySkin \ static_assert(alignof(ZCharacterCosmeticComponent_ApplySkin) == 0x000004, "Wrong alignment on ZCharacterCosmeticComponent_ApplySkin"); \ static_assert(sizeof(ZCharacterCosmeticComponent_ApplySkin) == 0x000008, "Wrong size on ZCharacterCosmeticComponent_ApplySkin"); \ @@ -87427,16 +86293,6 @@ static_assert(offsetof(UZCharacterCosmeticComponent, OnSkinAppliedEvent) == 0x00 static_assert(offsetof(UZCharacterCosmeticComponent, CurrentSkin) == 0x0000D8, "Member 'UZCharacterCosmeticComponent::CurrentSkin' has a wrong offset!"); \ static_assert(offsetof(UZCharacterCosmeticComponent, PreviousSkin) == 0x0000E0, "Member 'UZCharacterCosmeticComponent::PreviousSkin' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZSubtitleSystem_UpdateSubtitleText \ -static_assert(alignof(ZSubtitleSystem_UpdateSubtitleText) == 0x000008, "Wrong alignment on ZSubtitleSystem_UpdateSubtitleText"); \ -static_assert(sizeof(ZSubtitleSystem_UpdateSubtitleText) == 0x000010, "Wrong size on ZSubtitleSystem_UpdateSubtitleText"); \ -static_assert(offsetof(ZSubtitleSystem_UpdateSubtitleText, Subtitle) == 0x000000, "Member 'ZSubtitleSystem_UpdateSubtitleText::Subtitle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSubtitleSystem \ -static_assert(alignof(UZSubtitleSystem) == 0x000008, "Wrong alignment on UZSubtitleSystem"); \ -static_assert(sizeof(UZSubtitleSystem) == 0x000048, "Wrong size on UZSubtitleSystem"); \ -static_assert(offsetof(UZSubtitleSystem, GameInstance) == 0x000028, "Member 'UZSubtitleSystem::GameInstance' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZWaitUntilCharacterAttachedToMovingPlatformAsyncAction_WaitUntilAttachedToMovingPlatform \ static_assert(alignof(ZWaitUntilCharacterAttachedToMovingPlatformAsyncAction_WaitUntilAttachedToMovingPlatform) == 0x000008, "Wrong alignment on ZWaitUntilCharacterAttachedToMovingPlatformAsyncAction_WaitUntilAttachedToMovingPlatform"); \ static_assert(sizeof(ZWaitUntilCharacterAttachedToMovingPlatformAsyncAction_WaitUntilAttachedToMovingPlatform) == 0x000010, "Wrong size on ZWaitUntilCharacterAttachedToMovingPlatformAsyncAction_WaitUntilAttachedToMovingPlatform"); \ @@ -87448,6 +86304,11 @@ static_assert(alignof(UZWaitUntilCharacterAttachedToMovingPlatformAsyncAction) = static_assert(sizeof(UZWaitUntilCharacterAttachedToMovingPlatformAsyncAction) == 0x000048, "Wrong size on UZWaitUntilCharacterAttachedToMovingPlatformAsyncAction"); \ static_assert(offsetof(UZWaitUntilCharacterAttachedToMovingPlatformAsyncAction, OnAsyncActionFinished) == 0x000030, "Member 'UZWaitUntilCharacterAttachedToMovingPlatformAsyncAction::OnAsyncActionFinished' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZSubtitleWidget \ +static_assert(alignof(UZSubtitleWidget) == 0x000008, "Wrong alignment on UZSubtitleWidget"); \ +static_assert(sizeof(UZSubtitleWidget) == 0x000308, "Wrong size on UZSubtitleWidget"); \ +static_assert(offsetof(UZSubtitleWidget, Text) == 0x0002F8, "Member 'UZSubtitleWidget::Text' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_ZCharacterMovementComponent_SetRootCharacterRelativeQuat \ static_assert(alignof(ZCharacterMovementComponent_SetRootCharacterRelativeQuat) == 0x000010, "Wrong alignment on ZCharacterMovementComponent_SetRootCharacterRelativeQuat"); \ static_assert(sizeof(ZCharacterMovementComponent_SetRootCharacterRelativeQuat) == 0x000020, "Wrong size on ZCharacterMovementComponent_SetRootCharacterRelativeQuat"); \ @@ -87555,31 +86416,6 @@ static_assert(offsetof(UZCharacterMovementComponent, SlideClimbingTagPrefix) == static_assert(offsetof(UZCharacterMovementComponent, DefaultSlidePower) == 0x001300, "Member 'UZCharacterMovementComponent::DefaultSlidePower' has a wrong offset!"); \ static_assert(offsetof(UZCharacterMovementComponent, SlideSpeed) == 0x001304, "Member 'UZCharacterMovementComponent::SlideSpeed' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierAdded \ -static_assert(alignof(ZGameplayModifier_OnModifierAdded) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierAdded"); \ -static_assert(sizeof(ZGameplayModifier_OnModifierAdded) == 0x000008, "Wrong size on ZGameplayModifier_OnModifierAdded"); \ -static_assert(offsetof(ZGameplayModifier_OnModifierAdded, Target) == 0x000000, "Member 'ZGameplayModifier_OnModifierAdded::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierApplied \ -static_assert(alignof(ZGameplayModifier_OnModifierApplied) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierApplied"); \ -static_assert(sizeof(ZGameplayModifier_OnModifierApplied) == 0x000008, "Wrong size on ZGameplayModifier_OnModifierApplied"); \ -static_assert(offsetof(ZGameplayModifier_OnModifierApplied, Target) == 0x000000, "Member 'ZGameplayModifier_OnModifierApplied::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierRemoved \ -static_assert(alignof(ZGameplayModifier_OnModifierRemoved) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierRemoved"); \ -static_assert(sizeof(ZGameplayModifier_OnModifierRemoved) == 0x000008, "Wrong size on ZGameplayModifier_OnModifierRemoved"); \ -static_assert(offsetof(ZGameplayModifier_OnModifierRemoved, Target) == 0x000000, "Member 'ZGameplayModifier_OnModifierRemoved::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierUpdate \ -static_assert(alignof(ZGameplayModifier_OnModifierUpdate) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierUpdate"); \ -static_assert(sizeof(ZGameplayModifier_OnModifierUpdate) == 0x000010, "Wrong size on ZGameplayModifier_OnModifierUpdate"); \ -static_assert(offsetof(ZGameplayModifier_OnModifierUpdate, Value) == 0x000000, "Member 'ZGameplayModifier_OnModifierUpdate::Value' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayModifier_OnModifierUpdate, Target) == 0x000008, "Member 'ZGameplayModifier_OnModifierUpdate::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameplayModifier \ -static_assert(alignof(UZGameplayModifier) == 0x000008, "Wrong alignment on UZGameplayModifier"); \ -static_assert(sizeof(UZGameplayModifier) == 0x000028, "Wrong size on UZGameplayModifier"); \ - #define DUMPER7_ASSERTS_ZCharacterStateComponent_HandleAnimEvent \ static_assert(alignof(ZCharacterStateComponent_HandleAnimEvent) == 0x000004, "Wrong alignment on ZCharacterStateComponent_HandleAnimEvent"); \ static_assert(sizeof(ZCharacterStateComponent_HandleAnimEvent) == 0x000010, "Wrong size on ZCharacterStateComponent_HandleAnimEvent"); \ @@ -87622,6 +86458,42 @@ static_assert(offsetof(UZCharacterStateComponent, LocomotionStateMachine) == 0x0 static_assert(offsetof(UZCharacterStateComponent, OwnerPatrolComponent) == 0x000100, "Member 'UZCharacterStateComponent::OwnerPatrolComponent' has a wrong offset!"); \ static_assert(offsetof(UZCharacterStateComponent, OwnerSensingComponent) == 0x000108, "Member 'UZCharacterStateComponent::OwnerSensingComponent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZGameplayModifierComponent_AddGameplayModifier \ +static_assert(alignof(ZGameplayModifierComponent_AddGameplayModifier) == 0x000008, "Wrong alignment on ZGameplayModifierComponent_AddGameplayModifier"); \ +static_assert(sizeof(ZGameplayModifierComponent_AddGameplayModifier) == 0x000028, "Wrong size on ZGameplayModifierComponent_AddGameplayModifier"); \ +static_assert(offsetof(ZGameplayModifierComponent_AddGameplayModifier, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_AddGameplayModifier::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifierComponent_RemoveGameplayModifier \ +static_assert(alignof(ZGameplayModifierComponent_RemoveGameplayModifier) == 0x000008, "Wrong alignment on ZGameplayModifierComponent_RemoveGameplayModifier"); \ +static_assert(sizeof(ZGameplayModifierComponent_RemoveGameplayModifier) == 0x000028, "Wrong size on ZGameplayModifierComponent_RemoveGameplayModifier"); \ +static_assert(offsetof(ZGameplayModifierComponent_RemoveGameplayModifier, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_RemoveGameplayModifier::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifierComponent_GetGameplayModifierValue \ +static_assert(alignof(ZGameplayModifierComponent_GetGameplayModifierValue) == 0x000004, "Wrong alignment on ZGameplayModifierComponent_GetGameplayModifierValue"); \ +static_assert(sizeof(ZGameplayModifierComponent_GetGameplayModifierValue) == 0x00000C, "Wrong size on ZGameplayModifierComponent_GetGameplayModifierValue"); \ +static_assert(offsetof(ZGameplayModifierComponent_GetGameplayModifierValue, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_GetGameplayModifierValue::Modifier' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayModifierComponent_GetGameplayModifierValue, ReturnValue) == 0x000008, "Member 'ZGameplayModifierComponent_GetGameplayModifierValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifierComponent_GetModifierInstanceCount \ +static_assert(alignof(ZGameplayModifierComponent_GetModifierInstanceCount) == 0x000004, "Wrong alignment on ZGameplayModifierComponent_GetModifierInstanceCount"); \ +static_assert(sizeof(ZGameplayModifierComponent_GetModifierInstanceCount) == 0x00000C, "Wrong size on ZGameplayModifierComponent_GetModifierInstanceCount"); \ +static_assert(offsetof(ZGameplayModifierComponent_GetModifierInstanceCount, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_GetModifierInstanceCount::Modifier' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayModifierComponent_GetModifierInstanceCount, ReturnValue) == 0x000008, "Member 'ZGameplayModifierComponent_GetModifierInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifierComponent_HasGameplayModifier \ +static_assert(alignof(ZGameplayModifierComponent_HasGameplayModifier) == 0x000004, "Wrong alignment on ZGameplayModifierComponent_HasGameplayModifier"); \ +static_assert(sizeof(ZGameplayModifierComponent_HasGameplayModifier) == 0x00000C, "Wrong size on ZGameplayModifierComponent_HasGameplayModifier"); \ +static_assert(offsetof(ZGameplayModifierComponent_HasGameplayModifier, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_HasGameplayModifier::Modifier' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayModifierComponent_HasGameplayModifier, ReturnValue) == 0x000008, "Member 'ZGameplayModifierComponent_HasGameplayModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameplayModifierComponent \ +static_assert(alignof(UZGameplayModifierComponent) == 0x000008, "Wrong alignment on UZGameplayModifierComponent"); \ +static_assert(sizeof(UZGameplayModifierComponent) == 0x0000E0, "Wrong size on UZGameplayModifierComponent"); \ +static_assert(offsetof(UZGameplayModifierComponent, OnGameplayModifierAdded) == 0x0000A0, "Member 'UZGameplayModifierComponent::OnGameplayModifierAdded' has a wrong offset!"); \ +static_assert(offsetof(UZGameplayModifierComponent, OnGameplayModifierApplied) == 0x0000B0, "Member 'UZGameplayModifierComponent::OnGameplayModifierApplied' has a wrong offset!"); \ +static_assert(offsetof(UZGameplayModifierComponent, OnGameplayModifierRemoved) == 0x0000C0, "Member 'UZGameplayModifierComponent::OnGameplayModifierRemoved' has a wrong offset!"); \ +static_assert(offsetof(UZGameplayModifierComponent, Modifiers) == 0x0000D0, "Member 'UZGameplayModifierComponent::Modifiers' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_ZCheckPoint_OnChecked \ static_assert(alignof(ZCheckPoint_OnChecked) == 0x000001, "Wrong alignment on ZCheckPoint_OnChecked"); \ static_assert(sizeof(ZCheckPoint_OnChecked) == 0x000001, "Wrong size on ZCheckPoint_OnChecked"); \ @@ -87706,10 +86578,6 @@ static_assert(offsetof(AZCheckPoint, DeathCountBeforeHelp) == 0x0003D8, "Member static_assert(offsetof(AZCheckPoint, bIsFirstCheckpointOnLevelTransition) == 0x0003DC, "Member 'AZCheckPoint::bIsFirstCheckpointOnLevelTransition' has a wrong offset!"); \ static_assert(offsetof(AZCheckPoint, bDoesBlockOnLoad) == 0x0003DD, "Member 'AZCheckPoint::bDoesBlockOnLoad' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZStreamingFreezerComponent \ -static_assert(alignof(UZStreamingFreezerComponent) == 0x000008, "Wrong alignment on UZStreamingFreezerComponent"); \ -static_assert(sizeof(UZStreamingFreezerComponent) == 0x0000F8, "Wrong size on UZStreamingFreezerComponent"); \ - #define DUMPER7_ASSERTS_ZCollectibleComponent_OnCollectibleAdded \ static_assert(alignof(ZCollectibleComponent_OnCollectibleAdded) == 0x000004, "Wrong alignment on ZCollectibleComponent_OnCollectibleAdded"); \ static_assert(sizeof(ZCollectibleComponent_OnCollectibleAdded) == 0x000010, "Wrong size on ZCollectibleComponent_OnCollectibleAdded"); \ @@ -87766,34 +86634,6 @@ static_assert(alignof(UZCollectibleData) == 0x000008, "Wrong alignment on UZColl static_assert(sizeof(UZCollectibleData) == 0x000040, "Wrong size on UZCollectibleData"); \ static_assert(offsetof(UZCollectibleData, CollectibleData) == 0x000030, "Member 'UZCollectibleData::CollectibleData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZPlayerDistanceComponent_OnPlayerRestart \ -static_assert(alignof(ZPlayerDistanceComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZPlayerDistanceComponent_OnPlayerRestart"); \ -static_assert(sizeof(ZPlayerDistanceComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZPlayerDistanceComponent_OnPlayerRestart"); \ -static_assert(offsetof(ZPlayerDistanceComponent_OnPlayerRestart, PlayerRespawnOccurence) == 0x000000, "Member 'ZPlayerDistanceComponent_OnPlayerRestart::PlayerRespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerDistanceComponent_SetProfile \ -static_assert(alignof(ZPlayerDistanceComponent_SetProfile) == 0x000004, "Wrong alignment on ZPlayerDistanceComponent_SetProfile"); \ -static_assert(sizeof(ZPlayerDistanceComponent_SetProfile) == 0x00000C, "Wrong size on ZPlayerDistanceComponent_SetProfile"); \ -static_assert(offsetof(ZPlayerDistanceComponent_SetProfile, Profile) == 0x000000, "Member 'ZPlayerDistanceComponent_SetProfile::Profile' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerDistanceComponent_SetProfile, Value) == 0x000008, "Member 'ZPlayerDistanceComponent_SetProfile::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerDistanceComponent_HasProfile \ -static_assert(alignof(ZPlayerDistanceComponent_HasProfile) == 0x000004, "Wrong alignment on ZPlayerDistanceComponent_HasProfile"); \ -static_assert(sizeof(ZPlayerDistanceComponent_HasProfile) == 0x00000C, "Wrong size on ZPlayerDistanceComponent_HasProfile"); \ -static_assert(offsetof(ZPlayerDistanceComponent_HasProfile, Profile) == 0x000000, "Member 'ZPlayerDistanceComponent_HasProfile::Profile' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerDistanceComponent_HasProfile, ReturnValue) == 0x000008, "Member 'ZPlayerDistanceComponent_HasProfile::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZPlayerDistanceComponent \ -static_assert(alignof(UZPlayerDistanceComponent) == 0x000008, "Wrong alignment on UZPlayerDistanceComponent"); \ -static_assert(sizeof(UZPlayerDistanceComponent) == 0x0000E8, "Wrong size on UZPlayerDistanceComponent"); \ -static_assert(offsetof(UZPlayerDistanceComponent, OnPlayerRange) == 0x0000A0, "Member 'UZPlayerDistanceComponent::OnPlayerRange' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDistanceComponent, bEnabled) == 0x0000B0, "Member 'UZPlayerDistanceComponent::bEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDistanceComponent, DistanceEntries) == 0x0000B8, "Member 'UZPlayerDistanceComponent::DistanceEntries' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDistanceComponent, Range) == 0x0000C8, "Member 'UZPlayerDistanceComponent::Range' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDistanceComponent, AffectsPhysics) == 0x0000CC, "Member 'UZPlayerDistanceComponent::AffectsPhysics' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDistanceComponent, bShowDebug) == 0x0000CD, "Member 'UZPlayerDistanceComponent::bShowDebug' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDistanceComponent, PlayerController) == 0x0000D0, "Member 'UZPlayerDistanceComponent::PlayerController' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZCollectibleSystem_AddCollectible \ static_assert(alignof(ZCollectibleSystem_AddCollectible) == 0x000004, "Wrong alignment on ZCollectibleSystem_AddCollectible"); \ static_assert(sizeof(ZCollectibleSystem_AddCollectible) == 0x000010, "Wrong size on ZCollectibleSystem_AddCollectible"); \ @@ -87855,2586 +86695,6 @@ static_assert(offsetof(UZCollectibleSystem, OnCollectibleAdded) == 0x0000A8, "Me static_assert(offsetof(UZCollectibleSystem, OnCollectibleViewEnd) == 0x0000B8, "Member 'UZCollectibleSystem::OnCollectibleViewEnd' has a wrong offset!"); \ static_assert(offsetof(UZCollectibleSystem, GameInstance) == 0x0000C8, "Member 'UZCollectibleSystem::GameInstance' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZCollisionAvoidanceComponent_SetEnabled \ -static_assert(alignof(ZCollisionAvoidanceComponent_SetEnabled) == 0x000001, "Wrong alignment on ZCollisionAvoidanceComponent_SetEnabled"); \ -static_assert(sizeof(ZCollisionAvoidanceComponent_SetEnabled) == 0x000001, "Wrong size on ZCollisionAvoidanceComponent_SetEnabled"); \ -static_assert(offsetof(ZCollisionAvoidanceComponent_SetEnabled, Value) == 0x000000, "Member 'ZCollisionAvoidanceComponent_SetEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZCollisionAvoidanceComponent \ -static_assert(alignof(UZCollisionAvoidanceComponent) == 0x000008, "Wrong alignment on UZCollisionAvoidanceComponent"); \ -static_assert(sizeof(UZCollisionAvoidanceComponent) == 0x000158, "Wrong size on UZCollisionAvoidanceComponent"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, bEnabledDefault) == 0x0000A0, "Member 'UZCollisionAvoidanceComponent::bEnabledDefault' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, bSplineAvoidanceEnabled) == 0x0000A1, "Member 'UZCollisionAvoidanceComponent::bSplineAvoidanceEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, Radius) == 0x0000A4, "Member 'UZCollisionAvoidanceComponent::Radius' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, GatherRadius) == 0x0000A8, "Member 'UZCollisionAvoidanceComponent::GatherRadius' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, VisibilityDistance) == 0x0000B0, "Member 'UZCollisionAvoidanceComponent::VisibilityDistance' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, VisibilityAngle) == 0x0000C0, "Member 'UZCollisionAvoidanceComponent::VisibilityAngle' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, AvoidanceForce) == 0x0000D0, "Member 'UZCollisionAvoidanceComponent::AvoidanceForce' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, bUseVelocityCorrection) == 0x0000D4, "Member 'UZCollisionAvoidanceComponent::bUseVelocityCorrection' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, bUsePositionCorrection) == 0x0000D5, "Member 'UZCollisionAvoidanceComponent::bUsePositionCorrection' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, RotationSpeed) == 0x0000D8, "Member 'UZCollisionAvoidanceComponent::RotationSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, PositionCorrectionSpeed) == 0x0000DC, "Member 'UZCollisionAvoidanceComponent::PositionCorrectionSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, bCollisionAdjust) == 0x0000E0, "Member 'UZCollisionAvoidanceComponent::bCollisionAdjust' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, MinRadius) == 0x0000E4, "Member 'UZCollisionAvoidanceComponent::MinRadius' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, CollisionAdjustSpeed) == 0x0000E8, "Member 'UZCollisionAvoidanceComponent::CollisionAdjustSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, MovementComp) == 0x0000F0, "Member 'UZCollisionAvoidanceComponent::MovementComp' has a wrong offset!"); \ -static_assert(offsetof(UZCollisionAvoidanceComponent, CollisionAvoidanceSystem) == 0x0000F8, "Member 'UZCollisionAvoidanceComponent::CollisionAvoidanceSystem' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_CallOnCultureChanged \ -static_assert(alignof(ZUIController_CallOnCultureChanged) == 0x000008, "Wrong alignment on ZUIController_CallOnCultureChanged"); \ -static_assert(sizeof(ZUIController_CallOnCultureChanged) == 0x000010, "Wrong size on ZUIController_CallOnCultureChanged"); \ -static_assert(offsetof(ZUIController_CallOnCultureChanged, NewCulture) == 0x000000, "Member 'ZUIController_CallOnCultureChanged::NewCulture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_ClearNotificationMark \ -static_assert(alignof(ZUIController_ClearNotificationMark) == 0x000004, "Wrong alignment on ZUIController_ClearNotificationMark"); \ -static_assert(sizeof(ZUIController_ClearNotificationMark) == 0x000010, "Wrong size on ZUIController_ClearNotificationMark"); \ -static_assert(offsetof(ZUIController_ClearNotificationMark, SkinID) == 0x000000, "Member 'ZUIController_ClearNotificationMark::SkinID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_CloseCurrentWidgetOfType \ -static_assert(alignof(ZUIController_CloseCurrentWidgetOfType) == 0x000001, "Wrong alignment on ZUIController_CloseCurrentWidgetOfType"); \ -static_assert(sizeof(ZUIController_CloseCurrentWidgetOfType) == 0x000001, "Wrong size on ZUIController_CloseCurrentWidgetOfType"); \ -static_assert(offsetof(ZUIController_CloseCurrentWidgetOfType, WidgetType) == 0x000000, "Member 'ZUIController_CloseCurrentWidgetOfType::WidgetType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_ClosePopUpSystem \ -static_assert(alignof(ZUIController_ClosePopUpSystem) == 0x000001, "Wrong alignment on ZUIController_ClosePopUpSystem"); \ -static_assert(sizeof(ZUIController_ClosePopUpSystem) == 0x000001, "Wrong size on ZUIController_ClosePopUpSystem"); \ -static_assert(offsetof(ZUIController_ClosePopUpSystem, SystemPopUp) == 0x000000, "Member 'ZUIController_ClosePopUpSystem::SystemPopUp' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_CloseUI \ -static_assert(alignof(ZUIController_CloseUI) == 0x000008, "Wrong alignment on ZUIController_CloseUI"); \ -static_assert(sizeof(ZUIController_CloseUI) == 0x000010, "Wrong size on ZUIController_CloseUI"); \ -static_assert(offsetof(ZUIController_CloseUI, WidgetRuntimeData) == 0x000000, "Member 'ZUIController_CloseUI::WidgetRuntimeData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_EnableUIInput \ -static_assert(alignof(ZUIController_EnableUIInput) == 0x000001, "Wrong alignment on ZUIController_EnableUIInput"); \ -static_assert(sizeof(ZUIController_EnableUIInput) == 0x000001, "Wrong size on ZUIController_EnableUIInput"); \ -static_assert(offsetof(ZUIController_EnableUIInput, EnableInput) == 0x000000, "Member 'ZUIController_EnableUIInput::EnableInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_HandleOnRestoreFocusToGame \ -static_assert(alignof(ZUIController_HandleOnRestoreFocusToGame) == 0x000008, "Wrong alignment on ZUIController_HandleOnRestoreFocusToGame"); \ -static_assert(sizeof(ZUIController_HandleOnRestoreFocusToGame) == 0x000010, "Wrong size on ZUIController_HandleOnRestoreFocusToGame"); \ -static_assert(offsetof(ZUIController_HandleOnRestoreFocusToGame, foundWidget) == 0x000000, "Member 'ZUIController_HandleOnRestoreFocusToGame::foundWidget' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_HandleOnRestoreFocusToGame, ReturnValue) == 0x000008, "Member 'ZUIController_HandleOnRestoreFocusToGame::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_HasNotificationOfType \ -static_assert(alignof(ZUIController_HasNotificationOfType) == 0x000001, "Wrong alignment on ZUIController_HasNotificationOfType"); \ -static_assert(sizeof(ZUIController_HasNotificationOfType) == 0x000002, "Wrong size on ZUIController_HasNotificationOfType"); \ -static_assert(offsetof(ZUIController_HasNotificationOfType, Notification) == 0x000000, "Member 'ZUIController_HasNotificationOfType::Notification' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_HasNotificationOfType, ReturnValue) == 0x000001, "Member 'ZUIController_HasNotificationOfType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_IsLoadingScreenActive \ -static_assert(alignof(ZUIController_IsLoadingScreenActive) == 0x000001, "Wrong alignment on ZUIController_IsLoadingScreenActive"); \ -static_assert(sizeof(ZUIController_IsLoadingScreenActive) == 0x000001, "Wrong size on ZUIController_IsLoadingScreenActive"); \ -static_assert(offsetof(ZUIController_IsLoadingScreenActive, ReturnValue) == 0x000000, "Member 'ZUIController_IsLoadingScreenActive::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_OnInputModeChanged \ -static_assert(alignof(ZUIController_OnInputModeChanged) == 0x000001, "Wrong alignment on ZUIController_OnInputModeChanged"); \ -static_assert(sizeof(ZUIController_OnInputModeChanged) == 0x000002, "Wrong size on ZUIController_OnInputModeChanged"); \ -static_assert(offsetof(ZUIController_OnInputModeChanged, OldMode) == 0x000000, "Member 'ZUIController_OnInputModeChanged::OldMode' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_OnInputModeChanged, NewMode) == 0x000001, "Member 'ZUIController_OnInputModeChanged::NewMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_OnRenderingEvents \ -static_assert(alignof(ZUIController_OnRenderingEvents) == 0x000001, "Wrong alignment on ZUIController_OnRenderingEvents"); \ -static_assert(sizeof(ZUIController_OnRenderingEvents) == 0x000001, "Wrong size on ZUIController_OnRenderingEvents"); \ -static_assert(offsetof(ZUIController_OnRenderingEvents, eEvent) == 0x000000, "Member 'ZUIController_OnRenderingEvents::eEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_OnSkinLocked \ -static_assert(alignof(ZUIController_OnSkinLocked) == 0x000004, "Wrong alignment on ZUIController_OnSkinLocked"); \ -static_assert(sizeof(ZUIController_OnSkinLocked) == 0x000010, "Wrong size on ZUIController_OnSkinLocked"); \ -static_assert(offsetof(ZUIController_OnSkinLocked, ID) == 0x000000, "Member 'ZUIController_OnSkinLocked::ID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_OnSkinUnlocked \ -static_assert(alignof(ZUIController_OnSkinUnlocked) == 0x000004, "Wrong alignment on ZUIController_OnSkinUnlocked"); \ -static_assert(sizeof(ZUIController_OnSkinUnlocked) == 0x000010, "Wrong size on ZUIController_OnSkinUnlocked"); \ -static_assert(offsetof(ZUIController_OnSkinUnlocked, ID) == 0x000000, "Member 'ZUIController_OnSkinUnlocked::ID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_PushGenericNotification \ -static_assert(alignof(ZUIController_PushGenericNotification) == 0x000008, "Wrong alignment on ZUIController_PushGenericNotification"); \ -static_assert(sizeof(ZUIController_PushGenericNotification) == 0x000038, "Wrong size on ZUIController_PushGenericNotification"); \ -static_assert(offsetof(ZUIController_PushGenericNotification, PopUpTextData) == 0x000000, "Member 'ZUIController_PushGenericNotification::PopUpTextData' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_PushGenericNotification, bIsUnique) == 0x000030, "Member 'ZUIController_PushGenericNotification::bIsUnique' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_RequestChapterTitle \ -static_assert(alignof(ZUIController_RequestChapterTitle) == 0x000008, "Wrong alignment on ZUIController_RequestChapterTitle"); \ -static_assert(sizeof(ZUIController_RequestChapterTitle) == 0x000018, "Wrong size on ZUIController_RequestChapterTitle"); \ -static_assert(offsetof(ZUIController_RequestChapterTitle, ChapterTitle) == 0x000000, "Member 'ZUIController_RequestChapterTitle::ChapterTitle' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_RequestChapterTitle, ReturnValue) == 0x000010, "Member 'ZUIController_RequestChapterTitle::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_RequestCloseScreenUI \ -static_assert(alignof(ZUIController_RequestCloseScreenUI) == 0x000001, "Wrong alignment on ZUIController_RequestCloseScreenUI"); \ -static_assert(sizeof(ZUIController_RequestCloseScreenUI) == 0x000001, "Wrong size on ZUIController_RequestCloseScreenUI"); \ -static_assert(offsetof(ZUIController_RequestCloseScreenUI, Screen) == 0x000000, "Member 'ZUIController_RequestCloseScreenUI::Screen' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_RequestGenericNotification \ -static_assert(alignof(ZUIController_RequestGenericNotification) == 0x000008, "Wrong alignment on ZUIController_RequestGenericNotification"); \ -static_assert(sizeof(ZUIController_RequestGenericNotification) == 0x000038, "Wrong size on ZUIController_RequestGenericNotification"); \ -static_assert(offsetof(ZUIController_RequestGenericNotification, TextData) == 0x000000, "Member 'ZUIController_RequestGenericNotification::TextData' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_RequestGenericNotification, ReturnValue) == 0x000030, "Member 'ZUIController_RequestGenericNotification::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_RequestGenericPopUp \ -static_assert(alignof(ZUIController_RequestGenericPopUp) == 0x000008, "Wrong alignment on ZUIController_RequestGenericPopUp"); \ -static_assert(sizeof(ZUIController_RequestGenericPopUp) == 0x000038, "Wrong size on ZUIController_RequestGenericPopUp"); \ -static_assert(offsetof(ZUIController_RequestGenericPopUp, PopupText) == 0x000000, "Member 'ZUIController_RequestGenericPopUp::PopupText' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_RequestGenericPopUp, ReturnValue) == 0x000030, "Member 'ZUIController_RequestGenericPopUp::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_RequestNotification \ -static_assert(alignof(ZUIController_RequestNotification) == 0x000001, "Wrong alignment on ZUIController_RequestNotification"); \ -static_assert(sizeof(ZUIController_RequestNotification) == 0x000002, "Wrong size on ZUIController_RequestNotification"); \ -static_assert(offsetof(ZUIController_RequestNotification, Notification) == 0x000000, "Member 'ZUIController_RequestNotification::Notification' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_RequestNotification, ReturnValue) == 0x000001, "Member 'ZUIController_RequestNotification::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_RequestPopUpSystem \ -static_assert(alignof(ZUIController_RequestPopUpSystem) == 0x000001, "Wrong alignment on ZUIController_RequestPopUpSystem"); \ -static_assert(sizeof(ZUIController_RequestPopUpSystem) == 0x000002, "Wrong size on ZUIController_RequestPopUpSystem"); \ -static_assert(offsetof(ZUIController_RequestPopUpSystem, SystemPopUp) == 0x000000, "Member 'ZUIController_RequestPopUpSystem::SystemPopUp' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_RequestPopUpSystem, ReturnValue) == 0x000001, "Member 'ZUIController_RequestPopUpSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_RequestScreenUI \ -static_assert(alignof(ZUIController_RequestScreenUI) == 0x000001, "Wrong alignment on ZUIController_RequestScreenUI"); \ -static_assert(sizeof(ZUIController_RequestScreenUI) == 0x000002, "Wrong size on ZUIController_RequestScreenUI"); \ -static_assert(offsetof(ZUIController_RequestScreenUI, Screen) == 0x000000, "Member 'ZUIController_RequestScreenUI::Screen' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_RequestScreenUI, ReturnValue) == 0x000001, "Member 'ZUIController_RequestScreenUI::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_SetCurrentTooltipTag \ -static_assert(alignof(ZUIController_SetCurrentTooltipTag) == 0x000004, "Wrong alignment on ZUIController_SetCurrentTooltipTag"); \ -static_assert(sizeof(ZUIController_SetCurrentTooltipTag) == 0x000008, "Wrong size on ZUIController_SetCurrentTooltipTag"); \ -static_assert(offsetof(ZUIController_SetCurrentTooltipTag, NewTooltipTag) == 0x000000, "Member 'ZUIController_SetCurrentTooltipTag::NewTooltipTag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_SetLoadingScreenActive \ -static_assert(alignof(ZUIController_SetLoadingScreenActive) == 0x000001, "Wrong alignment on ZUIController_SetLoadingScreenActive"); \ -static_assert(sizeof(ZUIController_SetLoadingScreenActive) == 0x000001, "Wrong size on ZUIController_SetLoadingScreenActive"); \ -static_assert(offsetof(ZUIController_SetLoadingScreenActive, Value) == 0x000000, "Member 'ZUIController_SetLoadingScreenActive::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_SetTooltipWidget \ -static_assert(alignof(ZUIController_SetTooltipWidget) == 0x000008, "Wrong alignment on ZUIController_SetTooltipWidget"); \ -static_assert(sizeof(ZUIController_SetTooltipWidget) == 0x000008, "Wrong size on ZUIController_SetTooltipWidget"); \ -static_assert(offsetof(ZUIController_SetTooltipWidget, NewTooltipWidget) == 0x000000, "Member 'ZUIController_SetTooltipWidget::NewTooltipWidget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_SetUIHidden \ -static_assert(alignof(ZUIController_SetUIHidden) == 0x000001, "Wrong alignment on ZUIController_SetUIHidden"); \ -static_assert(sizeof(ZUIController_SetUIHidden) == 0x000001, "Wrong size on ZUIController_SetUIHidden"); \ -static_assert(offsetof(ZUIController_SetUIHidden, Value) == 0x000000, "Member 'ZUIController_SetUIHidden::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_ShowUI \ -static_assert(alignof(ZUIController_ShowUI) == 0x000008, "Wrong alignment on ZUIController_ShowUI"); \ -static_assert(sizeof(ZUIController_ShowUI) == 0x000018, "Wrong size on ZUIController_ShowUI"); \ -static_assert(offsetof(ZUIController_ShowUI, WidgetClass) == 0x000000, "Member 'ZUIController_ShowUI::WidgetClass' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_ShowUI, eType) == 0x000008, "Member 'ZUIController_ShowUI::eType' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_ShowUI, ReturnValue) == 0x000010, "Member 'ZUIController_ShowUI::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_GetCurrentScreenWidget \ -static_assert(alignof(ZUIController_GetCurrentScreenWidget) == 0x000008, "Wrong alignment on ZUIController_GetCurrentScreenWidget"); \ -static_assert(sizeof(ZUIController_GetCurrentScreenWidget) == 0x000008, "Wrong size on ZUIController_GetCurrentScreenWidget"); \ -static_assert(offsetof(ZUIController_GetCurrentScreenWidget, ReturnValue) == 0x000000, "Member 'ZUIController_GetCurrentScreenWidget::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_GetCurrentWidgetByType \ -static_assert(alignof(ZUIController_GetCurrentWidgetByType) == 0x000008, "Wrong alignment on ZUIController_GetCurrentWidgetByType"); \ -static_assert(sizeof(ZUIController_GetCurrentWidgetByType) == 0x000010, "Wrong size on ZUIController_GetCurrentWidgetByType"); \ -static_assert(offsetof(ZUIController_GetCurrentWidgetByType, WidgetType) == 0x000000, "Member 'ZUIController_GetCurrentWidgetByType::WidgetType' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_GetCurrentWidgetByType, ReturnValue) == 0x000008, "Member 'ZUIController_GetCurrentWidgetByType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_GetKeysFromInputAction \ -static_assert(alignof(ZUIController_GetKeysFromInputAction) == 0x000008, "Wrong alignment on ZUIController_GetKeysFromInputAction"); \ -static_assert(sizeof(ZUIController_GetKeysFromInputAction) == 0x000020, "Wrong size on ZUIController_GetKeysFromInputAction"); \ -static_assert(offsetof(ZUIController_GetKeysFromInputAction, InputAction) == 0x000000, "Member 'ZUIController_GetKeysFromInputAction::InputAction' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_GetKeysFromInputAction, InputMappingContext) == 0x000008, "Member 'ZUIController_GetKeysFromInputAction::InputMappingContext' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_GetKeysFromInputAction, ReturnValue) == 0x000010, "Member 'ZUIController_GetKeysFromInputAction::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_GetRequireExclusiveInput \ -static_assert(alignof(ZUIController_GetRequireExclusiveInput) == 0x000001, "Wrong alignment on ZUIController_GetRequireExclusiveInput"); \ -static_assert(sizeof(ZUIController_GetRequireExclusiveInput) == 0x000001, "Wrong size on ZUIController_GetRequireExclusiveInput"); \ -static_assert(offsetof(ZUIController_GetRequireExclusiveInput, ReturnValue) == 0x000000, "Member 'ZUIController_GetRequireExclusiveInput::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_GetRichTextDataTableByCulture \ -static_assert(alignof(ZUIController_GetRichTextDataTableByCulture) == 0x000008, "Wrong alignment on ZUIController_GetRichTextDataTableByCulture"); \ -static_assert(sizeof(ZUIController_GetRichTextDataTableByCulture) == 0x000028, "Wrong size on ZUIController_GetRichTextDataTableByCulture"); \ -static_assert(offsetof(ZUIController_GetRichTextDataTableByCulture, DataTableName) == 0x000000, "Member 'ZUIController_GetRichTextDataTableByCulture::DataTableName' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_GetRichTextDataTableByCulture, Culture) == 0x000010, "Member 'ZUIController_GetRichTextDataTableByCulture::Culture' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_GetRichTextDataTableByCulture, ReturnValue) == 0x000020, "Member 'ZUIController_GetRichTextDataTableByCulture::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_GetRichTextDataTableByFontSize \ -static_assert(alignof(ZUIController_GetRichTextDataTableByFontSize) == 0x000008, "Wrong alignment on ZUIController_GetRichTextDataTableByFontSize"); \ -static_assert(sizeof(ZUIController_GetRichTextDataTableByFontSize) == 0x000018, "Wrong size on ZUIController_GetRichTextDataTableByFontSize"); \ -static_assert(offsetof(ZUIController_GetRichTextDataTableByFontSize, DataTableName) == 0x000000, "Member 'ZUIController_GetRichTextDataTableByFontSize::DataTableName' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_GetRichTextDataTableByFontSize, ReturnValue) == 0x000010, "Member 'ZUIController_GetRichTextDataTableByFontSize::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_GetTooltipWidget \ -static_assert(alignof(ZUIController_GetTooltipWidget) == 0x000008, "Wrong alignment on ZUIController_GetTooltipWidget"); \ -static_assert(sizeof(ZUIController_GetTooltipWidget) == 0x000008, "Wrong size on ZUIController_GetTooltipWidget"); \ -static_assert(offsetof(ZUIController_GetTooltipWidget, ReturnValue) == 0x000000, "Member 'ZUIController_GetTooltipWidget::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_HasAnyNotification \ -static_assert(alignof(ZUIController_HasAnyNotification) == 0x000001, "Wrong alignment on ZUIController_HasAnyNotification"); \ -static_assert(sizeof(ZUIController_HasAnyNotification) == 0x000001, "Wrong size on ZUIController_HasAnyNotification"); \ -static_assert(offsetof(ZUIController_HasAnyNotification, ReturnValue) == 0x000000, "Member 'ZUIController_HasAnyNotification::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_HasNotificationMark \ -static_assert(alignof(ZUIController_HasNotificationMark) == 0x000004, "Wrong alignment on ZUIController_HasNotificationMark"); \ -static_assert(sizeof(ZUIController_HasNotificationMark) == 0x000014, "Wrong size on ZUIController_HasNotificationMark"); \ -static_assert(offsetof(ZUIController_HasNotificationMark, SkinID) == 0x000000, "Member 'ZUIController_HasNotificationMark::SkinID' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_HasNotificationMark, ReturnValue) == 0x000010, "Member 'ZUIController_HasNotificationMark::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_HasScreenWidgetOfType \ -static_assert(alignof(ZUIController_HasScreenWidgetOfType) == 0x000001, "Wrong alignment on ZUIController_HasScreenWidgetOfType"); \ -static_assert(sizeof(ZUIController_HasScreenWidgetOfType) == 0x000002, "Wrong size on ZUIController_HasScreenWidgetOfType"); \ -static_assert(offsetof(ZUIController_HasScreenWidgetOfType, WidgetType) == 0x000000, "Member 'ZUIController_HasScreenWidgetOfType::WidgetType' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_HasScreenWidgetOfType, ReturnValue) == 0x000001, "Member 'ZUIController_HasScreenWidgetOfType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_IsScreenVisible \ -static_assert(alignof(ZUIController_IsScreenVisible) == 0x000001, "Wrong alignment on ZUIController_IsScreenVisible"); \ -static_assert(sizeof(ZUIController_IsScreenVisible) == 0x000002, "Wrong size on ZUIController_IsScreenVisible"); \ -static_assert(offsetof(ZUIController_IsScreenVisible, Screen) == 0x000000, "Member 'ZUIController_IsScreenVisible::Screen' has a wrong offset!"); \ -static_assert(offsetof(ZUIController_IsScreenVisible, ReturnValue) == 0x000001, "Member 'ZUIController_IsScreenVisible::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZUIController_IsUIHidden \ -static_assert(alignof(ZUIController_IsUIHidden) == 0x000001, "Wrong alignment on ZUIController_IsUIHidden"); \ -static_assert(sizeof(ZUIController_IsUIHidden) == 0x000001, "Wrong size on ZUIController_IsUIHidden"); \ -static_assert(offsetof(ZUIController_IsUIHidden, ReturnValue) == 0x000000, "Member 'ZUIController_IsUIHidden::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZUIController \ -static_assert(alignof(UZUIController) == 0x000008, "Wrong alignment on UZUIController"); \ -static_assert(sizeof(UZUIController) == 0x0002D0, "Wrong size on UZUIController"); \ -static_assert(offsetof(UZUIController, GameInstance) == 0x000028, "Member 'UZUIController::GameInstance' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, WidgetStack) == 0x000030, "Member 'UZUIController::WidgetStack' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, NotificationArray) == 0x000040, "Member 'UZUIController::NotificationArray' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, InputActionAccept) == 0x000050, "Member 'UZUIController::InputActionAccept' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, InputActionBack) == 0x000058, "Member 'UZUIController::InputActionBack' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, InputActionDefault) == 0x000060, "Member 'UZUIController::InputActionDefault' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, InputActionSpecial) == 0x000068, "Member 'UZUIController::InputActionSpecial' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, UIInputMappingContexts) == 0x000070, "Member 'UZUIController::UIInputMappingContexts' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, DefaultUIInputMappingContext) == 0x0000C0, "Member 'UZUIController::DefaultUIInputMappingContext' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, ScreenWidgets) == 0x0000C8, "Member 'UZUIController::ScreenWidgets' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, SystemPopUpsWidget) == 0x000118, "Member 'UZUIController::SystemPopUpsWidget' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, NotificationPopUpWidget) == 0x000168, "Member 'UZUIController::NotificationPopUpWidget' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, ChapterTitleWidgetClass) == 0x0001B8, "Member 'UZUIController::ChapterTitleWidgetClass' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, SubtitleWidgetClass) == 0x0001C0, "Member 'UZUIController::SubtitleWidgetClass' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, FontSize) == 0x0001C8, "Member 'UZUIController::FontSize' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, OnHideUI) == 0x0001F0, "Member 'UZUIController::OnHideUI' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, OnFontSizeChanged) == 0x000200, "Member 'UZUIController::OnFontSizeChanged' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, OnCultureChanged) == 0x000210, "Member 'UZUIController::OnCultureChanged' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, NotificationsHistory) == 0x000220, "Member 'UZUIController::NotificationsHistory' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, SkinNotificationMark) == 0x000230, "Member 'UZUIController::SkinNotificationMark' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, bActivateTooltipFeature) == 0x000240, "Member 'UZUIController::bActivateTooltipFeature' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, ToolTipTimer) == 0x000244, "Member 'UZUIController::ToolTipTimer' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, ToolTipText) == 0x000248, "Member 'UZUIController::ToolTipText' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, TooltipWidget) == 0x000298, "Member 'UZUIController::TooltipWidget' has a wrong offset!"); \ -static_assert(offsetof(UZUIController, TooltipTextChanged) == 0x0002A8, "Member 'UZUIController::TooltipTextChanged' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZCollisionAvoidanceSystem \ -static_assert(alignof(UZCollisionAvoidanceSystem) == 0x000008, "Wrong alignment on UZCollisionAvoidanceSystem"); \ -static_assert(sizeof(UZCollisionAvoidanceSystem) == 0x000040, "Wrong size on UZCollisionAvoidanceSystem"); \ -static_assert(offsetof(UZCollisionAvoidanceSystem, GameInstance) == 0x000028, "Member 'UZCollisionAvoidanceSystem::GameInstance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZDarwinParadoxSettings \ -static_assert(alignof(UZDarwinParadoxSettings) == 0x000008, "Wrong alignment on UZDarwinParadoxSettings"); \ -static_assert(sizeof(UZDarwinParadoxSettings) == 0x000238, "Wrong size on UZDarwinParadoxSettings"); \ -static_assert(offsetof(UZDarwinParadoxSettings, CollectibleData) == 0x000038, "Member 'UZDarwinParadoxSettings::CollectibleData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, SkinData) == 0x000060, "Member 'UZDarwinParadoxSettings::SkinData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, ChapterData) == 0x000070, "Member 'UZDarwinParadoxSettings::ChapterData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, TrophiesData) == 0x000098, "Member 'UZDarwinParadoxSettings::TrophiesData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, ActivitiesData) == 0x0000C0, "Member 'UZDarwinParadoxSettings::ActivitiesData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, CheckpointDataFolders) == 0x0000E8, "Member 'UZDarwinParadoxSettings::CheckpointDataFolders' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, LoadedCheckpoints) == 0x0000F8, "Member 'UZDarwinParadoxSettings::LoadedCheckpoints' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, BinkData) == 0x000108, "Member 'UZDarwinParadoxSettings::BinkData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, CharacterClassData) == 0x000118, "Member 'UZDarwinParadoxSettings::CharacterClassData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, BenchmarkData) == 0x000140, "Member 'UZDarwinParadoxSettings::BenchmarkData' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, ProductTags) == 0x000168, "Member 'UZDarwinParadoxSettings::ProductTags' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, RichTextDataTablesEFIG) == 0x000178, "Member 'UZDarwinParadoxSettings::RichTextDataTablesEFIG' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, RichTextDataTablesJP) == 0x000188, "Member 'UZDarwinParadoxSettings::RichTextDataTablesJP' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, RichTextDataTablesCN) == 0x000198, "Member 'UZDarwinParadoxSettings::RichTextDataTablesCN' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, GenericAspectRatio) == 0x0001A8, "Member 'UZDarwinParadoxSettings::GenericAspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, PlatformAspectRatio) == 0x0001B8, "Member 'UZDarwinParadoxSettings::PlatformAspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, GlobalAspectRatio) == 0x000208, "Member 'UZDarwinParadoxSettings::GlobalAspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, bUseDebugFeatures) == 0x00020C, "Member 'UZDarwinParadoxSettings::bUseDebugFeatures' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, bUseMonitorSelectorGraphicSetting) == 0x00020D, "Member 'UZDarwinParadoxSettings::bUseMonitorSelectorGraphicSetting' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, SavefileName) == 0x000210, "Member 'UZDarwinParadoxSettings::SavefileName' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, SettingsSavefileName) == 0x000220, "Member 'UZDarwinParadoxSettings::SettingsSavefileName' has a wrong offset!"); \ -static_assert(offsetof(UZDarwinParadoxSettings, DefaultProfileSlotIndex) == 0x000230, "Member 'UZDarwinParadoxSettings::DefaultProfileSlotIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZNotification_SetIdentifier \ -static_assert(alignof(ZNotification_SetIdentifier) == 0x000004, "Wrong alignment on ZNotification_SetIdentifier"); \ -static_assert(sizeof(ZNotification_SetIdentifier) == 0x000008, "Wrong size on ZNotification_SetIdentifier"); \ -static_assert(offsetof(ZNotification_SetIdentifier, Value) == 0x000000, "Member 'ZNotification_SetIdentifier::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZNotification_SetIsUnique \ -static_assert(alignof(ZNotification_SetIsUnique) == 0x000001, "Wrong alignment on ZNotification_SetIsUnique"); \ -static_assert(sizeof(ZNotification_SetIsUnique) == 0x000001, "Wrong size on ZNotification_SetIsUnique"); \ -static_assert(offsetof(ZNotification_SetIsUnique, Value) == 0x000000, "Member 'ZNotification_SetIsUnique::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZNotification_GetIdentifier \ -static_assert(alignof(ZNotification_GetIdentifier) == 0x000004, "Wrong alignment on ZNotification_GetIdentifier"); \ -static_assert(sizeof(ZNotification_GetIdentifier) == 0x000008, "Wrong size on ZNotification_GetIdentifier"); \ -static_assert(offsetof(ZNotification_GetIdentifier, ReturnValue) == 0x000000, "Member 'ZNotification_GetIdentifier::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZNotification_IsUnique \ -static_assert(alignof(ZNotification_IsUnique) == 0x000001, "Wrong alignment on ZNotification_IsUnique"); \ -static_assert(sizeof(ZNotification_IsUnique) == 0x000002, "Wrong size on ZNotification_IsUnique"); \ -static_assert(offsetof(ZNotification_IsUnique, Value) == 0x000000, "Member 'ZNotification_IsUnique::Value' has a wrong offset!"); \ -static_assert(offsetof(ZNotification_IsUnique, ReturnValue) == 0x000001, "Member 'ZNotification_IsUnique::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZNotification \ -static_assert(alignof(UZNotification) == 0x000008, "Wrong alignment on UZNotification"); \ -static_assert(sizeof(UZNotification) == 0x000038, "Wrong size on UZNotification"); \ -static_assert(offsetof(UZNotification, bIsUnique) == 0x000028, "Member 'UZNotification::bIsUnique' has a wrong offset!"); \ -static_assert(offsetof(UZNotification, Identifier) == 0x00002C, "Member 'UZNotification::Identifier' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGenericNotification \ -static_assert(alignof(UZGenericNotification) == 0x000008, "Wrong alignment on UZGenericNotification"); \ -static_assert(sizeof(UZGenericNotification) == 0x000068, "Wrong size on UZGenericNotification"); \ - -#define DUMPER7_ASSERTS_ZDeathDataFactory_GetDeathData \ -static_assert(alignof(ZDeathDataFactory_GetDeathData) == 0x000008, "Wrong alignment on ZDeathDataFactory_GetDeathData"); \ -static_assert(sizeof(ZDeathDataFactory_GetDeathData) == 0x000028, "Wrong size on ZDeathDataFactory_GetDeathData"); \ -static_assert(offsetof(ZDeathDataFactory_GetDeathData, DamageTypeClass) == 0x000000, "Member 'ZDeathDataFactory_GetDeathData::DamageTypeClass' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDataFactory_GetDeathData, ReturnValue) == 0x000008, "Member 'ZDeathDataFactory_GetDeathData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathDataFactory_GetDeathDataByDamageType \ -static_assert(alignof(ZDeathDataFactory_GetDeathDataByDamageType) == 0x000008, "Wrong alignment on ZDeathDataFactory_GetDeathDataByDamageType"); \ -static_assert(sizeof(ZDeathDataFactory_GetDeathDataByDamageType) == 0x000028, "Wrong size on ZDeathDataFactory_GetDeathDataByDamageType"); \ -static_assert(offsetof(ZDeathDataFactory_GetDeathDataByDamageType, DamageType) == 0x000000, "Member 'ZDeathDataFactory_GetDeathDataByDamageType::DamageType' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDataFactory_GetDeathDataByDamageType, ReturnValue) == 0x000008, "Member 'ZDeathDataFactory_GetDeathDataByDamageType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathDataFactory_GetPawnDeathDataByDamageType \ -static_assert(alignof(ZDeathDataFactory_GetPawnDeathDataByDamageType) == 0x000008, "Wrong alignment on ZDeathDataFactory_GetPawnDeathDataByDamageType"); \ -static_assert(sizeof(ZDeathDataFactory_GetPawnDeathDataByDamageType) == 0x000030, "Wrong size on ZDeathDataFactory_GetPawnDeathDataByDamageType"); \ -static_assert(offsetof(ZDeathDataFactory_GetPawnDeathDataByDamageType, DamageType) == 0x000000, "Member 'ZDeathDataFactory_GetPawnDeathDataByDamageType::DamageType' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDataFactory_GetPawnDeathDataByDamageType, PawnTag) == 0x000008, "Member 'ZDeathDataFactory_GetPawnDeathDataByDamageType::PawnTag' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDataFactory_GetPawnDeathDataByDamageType, ReturnValue) == 0x000010, "Member 'ZDeathDataFactory_GetPawnDeathDataByDamageType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZDeathDataFactory \ -static_assert(alignof(UZDeathDataFactory) == 0x000008, "Wrong alignment on UZDeathDataFactory"); \ -static_assert(sizeof(UZDeathDataFactory) == 0x000040, "Wrong size on UZDeathDataFactory"); \ -static_assert(offsetof(UZDeathDataFactory, DeathData) == 0x000030, "Member 'UZDeathDataFactory::DeathData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathDetectorComponent_OnMovementModeChanged \ -static_assert(alignof(ZDeathDetectorComponent_OnMovementModeChanged) == 0x000008, "Wrong alignment on ZDeathDetectorComponent_OnMovementModeChanged"); \ -static_assert(sizeof(ZDeathDetectorComponent_OnMovementModeChanged) == 0x000010, "Wrong size on ZDeathDetectorComponent_OnMovementModeChanged"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnMovementModeChanged, Character) == 0x000000, "Member 'ZDeathDetectorComponent_OnMovementModeChanged::Character' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'ZDeathDetectorComponent_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'ZDeathDetectorComponent_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathDetectorComponent_OnOwnerTakeDamage \ -static_assert(alignof(ZDeathDetectorComponent_OnOwnerTakeDamage) == 0x000008, "Wrong alignment on ZDeathDetectorComponent_OnOwnerTakeDamage"); \ -static_assert(sizeof(ZDeathDetectorComponent_OnOwnerTakeDamage) == 0x000028, "Wrong size on ZDeathDetectorComponent_OnOwnerTakeDamage"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, DamagedActor) == 0x000000, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::DamagedActor' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, Damage) == 0x000008, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::Damage' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, DamageType) == 0x000010, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::DamageType' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, InstigatedBy) == 0x000018, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::InstigatedBy' has a wrong offset!"); \ -static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, DamageCauser) == 0x000020, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::DamageCauser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathDetectorComponent_SetEnabled \ -static_assert(alignof(ZDeathDetectorComponent_SetEnabled) == 0x000001, "Wrong alignment on ZDeathDetectorComponent_SetEnabled"); \ -static_assert(sizeof(ZDeathDetectorComponent_SetEnabled) == 0x000001, "Wrong size on ZDeathDetectorComponent_SetEnabled"); \ -static_assert(offsetof(ZDeathDetectorComponent_SetEnabled, Value) == 0x000000, "Member 'ZDeathDetectorComponent_SetEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathDetectorComponent_GetState \ -static_assert(alignof(ZDeathDetectorComponent_GetState) == 0x000001, "Wrong alignment on ZDeathDetectorComponent_GetState"); \ -static_assert(sizeof(ZDeathDetectorComponent_GetState) == 0x000001, "Wrong size on ZDeathDetectorComponent_GetState"); \ -static_assert(offsetof(ZDeathDetectorComponent_GetState, ReturnValue) == 0x000000, "Member 'ZDeathDetectorComponent_GetState::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZDeathDetectorComponent \ -static_assert(alignof(UZDeathDetectorComponent) == 0x000008, "Wrong alignment on UZDeathDetectorComponent"); \ -static_assert(sizeof(UZDeathDetectorComponent) == 0x0000D0, "Wrong size on UZDeathDetectorComponent"); \ -static_assert(offsetof(UZDeathDetectorComponent, FreeFallLegalTime) == 0x0000A0, "Member 'UZDeathDetectorComponent::FreeFallLegalTime' has a wrong offset!"); \ -static_assert(offsetof(UZDeathDetectorComponent, DetectionDistance) == 0x0000A4, "Member 'UZDeathDetectorComponent::DetectionDistance' has a wrong offset!"); \ -static_assert(offsetof(UZDeathDetectorComponent, DeathDamageType) == 0x0000A8, "Member 'UZDeathDetectorComponent::DeathDamageType' has a wrong offset!"); \ -static_assert(offsetof(UZDeathDetectorComponent, TraceChannel) == 0x0000B0, "Member 'UZDeathDetectorComponent::TraceChannel' has a wrong offset!"); \ -static_assert(offsetof(UZDeathDetectorComponent, OwnerMovementComponent) == 0x0000B8, "Member 'UZDeathDetectorComponent::OwnerMovementComponent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathExecutor_Execute \ -static_assert(alignof(ZDeathExecutor_Execute) == 0x000008, "Wrong alignment on ZDeathExecutor_Execute"); \ -static_assert(sizeof(ZDeathExecutor_Execute) == 0x000010, "Wrong size on ZDeathExecutor_Execute"); \ -static_assert(offsetof(ZDeathExecutor_Execute, Pawn) == 0x000000, "Member 'ZDeathExecutor_Execute::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZDeathExecutor_Execute, DeathInstigator_0) == 0x000008, "Member 'ZDeathExecutor_Execute::DeathInstigator_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathExecutor_OnExecutionFinished \ -static_assert(alignof(ZDeathExecutor_OnExecutionFinished) == 0x000008, "Wrong alignment on ZDeathExecutor_OnExecutionFinished"); \ -static_assert(sizeof(ZDeathExecutor_OnExecutionFinished) == 0x000010, "Wrong size on ZDeathExecutor_OnExecutionFinished"); \ -static_assert(offsetof(ZDeathExecutor_OnExecutionFinished, Pawn) == 0x000000, "Member 'ZDeathExecutor_OnExecutionFinished::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZDeathExecutor_OnExecutionFinished, DeathActorInstigator) == 0x000008, "Member 'ZDeathExecutor_OnExecutionFinished::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathExecutor_OnExecutionStarted \ -static_assert(alignof(ZDeathExecutor_OnExecutionStarted) == 0x000008, "Wrong alignment on ZDeathExecutor_OnExecutionStarted"); \ -static_assert(sizeof(ZDeathExecutor_OnExecutionStarted) == 0x000010, "Wrong size on ZDeathExecutor_OnExecutionStarted"); \ -static_assert(offsetof(ZDeathExecutor_OnExecutionStarted, Pawn) == 0x000000, "Member 'ZDeathExecutor_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZDeathExecutor_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'ZDeathExecutor_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDeathExecutor_OnPlayerRestart \ -static_assert(alignof(ZDeathExecutor_OnPlayerRestart) == 0x000004, "Wrong alignment on ZDeathExecutor_OnPlayerRestart"); \ -static_assert(sizeof(ZDeathExecutor_OnPlayerRestart) == 0x000004, "Wrong size on ZDeathExecutor_OnPlayerRestart"); \ -static_assert(offsetof(ZDeathExecutor_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZDeathExecutor_OnPlayerRestart::Occurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZDeathExecutor \ -static_assert(alignof(AZDeathExecutor) == 0x000008, "Wrong alignment on AZDeathExecutor"); \ -static_assert(sizeof(AZDeathExecutor) == 0x0002E0, "Wrong size on AZDeathExecutor"); \ -static_assert(offsetof(AZDeathExecutor, OnExecutionStartedDelegate) == 0x000298, "Member 'AZDeathExecutor::OnExecutionStartedDelegate' has a wrong offset!"); \ -static_assert(offsetof(AZDeathExecutor, OnExecutionFinishedDelegate) == 0x0002A8, "Member 'AZDeathExecutor::OnExecutionFinishedDelegate' has a wrong offset!"); \ -static_assert(offsetof(AZDeathExecutor, bAutoFinishExecution) == 0x0002B8, "Member 'AZDeathExecutor::bAutoFinishExecution' has a wrong offset!"); \ -static_assert(offsetof(AZDeathExecutor, duration) == 0x0002BC, "Member 'AZDeathExecutor::duration' has a wrong offset!"); \ -static_assert(offsetof(AZDeathExecutor, PlayerListener) == 0x0002C0, "Member 'AZDeathExecutor::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZDeathExecutor, ExecutedPawn) == 0x0002C8, "Member 'AZDeathExecutor::ExecutedPawn' has a wrong offset!"); \ -static_assert(offsetof(AZDeathExecutor, DeathInstigator) == 0x0002D0, "Member 'AZDeathExecutor::DeathInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZDialogueData_GetDialogueData \ -static_assert(alignof(ZDialogueData_GetDialogueData) == 0x000008, "Wrong alignment on ZDialogueData_GetDialogueData"); \ -static_assert(sizeof(ZDialogueData_GetDialogueData) == 0x000010, "Wrong size on ZDialogueData_GetDialogueData"); \ -static_assert(offsetof(ZDialogueData_GetDialogueData, ReturnValue) == 0x000000, "Member 'ZDialogueData_GetDialogueData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZDialogueData \ -static_assert(alignof(UZDialogueData) == 0x000008, "Wrong alignment on UZDialogueData"); \ -static_assert(sizeof(UZDialogueData) == 0x000040, "Wrong size on UZDialogueData"); \ -static_assert(offsetof(UZDialogueData, DialogueData) == 0x000030, "Member 'UZDialogueData::DialogueData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_SetSonarEnabled \ -static_assert(alignof(ZRadarComponent_SetSonarEnabled) == 0x000001, "Wrong alignment on ZRadarComponent_SetSonarEnabled"); \ -static_assert(sizeof(ZRadarComponent_SetSonarEnabled) == 0x000001, "Wrong size on ZRadarComponent_SetSonarEnabled"); \ -static_assert(offsetof(ZRadarComponent_SetSonarEnabled, Value) == 0x000000, "Member 'ZRadarComponent_SetSonarEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_WaveUpdate \ -static_assert(alignof(ZRadarComponent_WaveUpdate) == 0x000004, "Wrong alignment on ZRadarComponent_WaveUpdate"); \ -static_assert(sizeof(ZRadarComponent_WaveUpdate) == 0x000008, "Wrong size on ZRadarComponent_WaveUpdate"); \ -static_assert(offsetof(ZRadarComponent_WaveUpdate, WaveIndex) == 0x000000, "Member 'ZRadarComponent_WaveUpdate::WaveIndex' has a wrong offset!"); \ -static_assert(offsetof(ZRadarComponent_WaveUpdate, ALpha) == 0x000004, "Member 'ZRadarComponent_WaveUpdate::ALpha' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_GetRadarWave \ -static_assert(alignof(ZRadarComponent_GetRadarWave) == 0x000008, "Wrong alignment on ZRadarComponent_GetRadarWave"); \ -static_assert(sizeof(ZRadarComponent_GetRadarWave) == 0x000030, "Wrong size on ZRadarComponent_GetRadarWave"); \ -static_assert(offsetof(ZRadarComponent_GetRadarWave, Index_0) == 0x000000, "Member 'ZRadarComponent_GetRadarWave::Index_0' has a wrong offset!"); \ -static_assert(offsetof(ZRadarComponent_GetRadarWave, ReturnValue) == 0x000008, "Member 'ZRadarComponent_GetRadarWave::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorAngle \ -static_assert(alignof(ZRadarComponent_GetSensorAngle) == 0x000004, "Wrong alignment on ZRadarComponent_GetSensorAngle"); \ -static_assert(sizeof(ZRadarComponent_GetSensorAngle) == 0x000004, "Wrong size on ZRadarComponent_GetSensorAngle"); \ -static_assert(offsetof(ZRadarComponent_GetSensorAngle, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorAngle::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorDirection \ -static_assert(alignof(ZRadarComponent_GetSensorDirection) == 0x000008, "Wrong alignment on ZRadarComponent_GetSensorDirection"); \ -static_assert(sizeof(ZRadarComponent_GetSensorDirection) == 0x000018, "Wrong size on ZRadarComponent_GetSensorDirection"); \ -static_assert(offsetof(ZRadarComponent_GetSensorDirection, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorDirection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorLocation \ -static_assert(alignof(ZRadarComponent_GetSensorLocation) == 0x000008, "Wrong alignment on ZRadarComponent_GetSensorLocation"); \ -static_assert(sizeof(ZRadarComponent_GetSensorLocation) == 0x000018, "Wrong size on ZRadarComponent_GetSensorLocation"); \ -static_assert(offsetof(ZRadarComponent_GetSensorLocation, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorMaxLength \ -static_assert(alignof(ZRadarComponent_GetSensorMaxLength) == 0x000004, "Wrong alignment on ZRadarComponent_GetSensorMaxLength"); \ -static_assert(sizeof(ZRadarComponent_GetSensorMaxLength) == 0x000004, "Wrong size on ZRadarComponent_GetSensorMaxLength"); \ -static_assert(offsetof(ZRadarComponent_GetSensorMaxLength, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorMaxLength::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZRadarComponent_IsSonarActive \ -static_assert(alignof(ZRadarComponent_IsSonarActive) == 0x000001, "Wrong alignment on ZRadarComponent_IsSonarActive"); \ -static_assert(sizeof(ZRadarComponent_IsSonarActive) == 0x000001, "Wrong size on ZRadarComponent_IsSonarActive"); \ -static_assert(offsetof(ZRadarComponent_IsSonarActive, ReturnValue) == 0x000000, "Member 'ZRadarComponent_IsSonarActive::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZRadarComponent \ -static_assert(alignof(UZRadarComponent) == 0x000010, "Wrong alignment on UZRadarComponent"); \ -static_assert(sizeof(UZRadarComponent) == 0x0002F0, "Wrong size on UZRadarComponent"); \ -static_assert(offsetof(UZRadarComponent, bShowDebug) == 0x000230, "Member 'UZRadarComponent::bShowDebug' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, DebugColor) == 0x000234, "Member 'UZRadarComponent::DebugColor' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, bStartsEnabled) == 0x000238, "Member 'UZRadarComponent::bStartsEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, bUseSensor) == 0x000239, "Member 'UZRadarComponent::bUseSensor' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, SensorComponentTag) == 0x00023C, "Member 'UZRadarComponent::SensorComponentTag' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, Type) == 0x000244, "Member 'UZRadarComponent::Type' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, WaveRate) == 0x000248, "Member 'UZRadarComponent::WaveRate' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, WaveInitialSpeed) == 0x00024C, "Member 'UZRadarComponent::WaveInitialSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, WaveAcceleration) == 0x000250, "Member 'UZRadarComponent::WaveAcceleration' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, WaveDefaultAngle) == 0x000254, "Member 'UZRadarComponent::WaveDefaultAngle' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, WaveDefaultMaxLength) == 0x000258, "Member 'UZRadarComponent::WaveDefaultMaxLength' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, bDetectPlayerOnly) == 0x00025C, "Member 'UZRadarComponent::bDetectPlayerOnly' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, bRunPhysicsTrace) == 0x00025D, "Member 'UZRadarComponent::bRunPhysicsTrace' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, ActorClassesToIgnore) == 0x000260, "Member 'UZRadarComponent::ActorClassesToIgnore' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, DetectionType) == 0x000270, "Member 'UZRadarComponent::DetectionType' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, OnPawnDetected) == 0x000278, "Member 'UZRadarComponent::OnPawnDetected' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, OnNewWave) == 0x000288, "Member 'UZRadarComponent::OnNewWave' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, OnWaveExpired) == 0x000298, "Member 'UZRadarComponent::OnWaveExpired' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, OnWaveUpdate) == 0x0002A8, "Member 'UZRadarComponent::OnWaveUpdate' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, OnSonarEnabled) == 0x0002B8, "Member 'UZRadarComponent::OnSonarEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, Sensor) == 0x0002C8, "Member 'UZRadarComponent::Sensor' has a wrong offset!"); \ -static_assert(offsetof(UZRadarComponent, Waves) == 0x0002D0, "Member 'UZRadarComponent::Waves' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_CreateActorAttachment \ -static_assert(alignof(ZEquipmentComponent_CreateActorAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_CreateActorAttachment"); \ -static_assert(sizeof(ZEquipmentComponent_CreateActorAttachment) == 0x000018, "Wrong size on ZEquipmentComponent_CreateActorAttachment"); \ -static_assert(offsetof(ZEquipmentComponent_CreateActorAttachment, ActorClass) == 0x000000, "Member 'ZEquipmentComponent_CreateActorAttachment::ActorClass' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_CreateActorAttachment, AttachedSocket) == 0x000008, "Member 'ZEquipmentComponent_CreateActorAttachment::AttachedSocket' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_CreateActorAttachment, ReturnValue) == 0x000010, "Member 'ZEquipmentComponent_CreateActorAttachment::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_DropAttachment \ -static_assert(alignof(ZEquipmentComponent_DropAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_DropAttachment"); \ -static_assert(sizeof(ZEquipmentComponent_DropAttachment) == 0x000018, "Wrong size on ZEquipmentComponent_DropAttachment"); \ -static_assert(offsetof(ZEquipmentComponent_DropAttachment, Socket) == 0x000000, "Member 'ZEquipmentComponent_DropAttachment::Socket' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_DropAttachment, bDestroy) == 0x000008, "Member 'ZEquipmentComponent_DropAttachment::bDestroy' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_DropAttachment, ReturnValue) == 0x000010, "Member 'ZEquipmentComponent_DropAttachment::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_EquipWeapon \ -static_assert(alignof(ZEquipmentComponent_EquipWeapon) == 0x000008, "Wrong alignment on ZEquipmentComponent_EquipWeapon"); \ -static_assert(sizeof(ZEquipmentComponent_EquipWeapon) == 0x000010, "Wrong size on ZEquipmentComponent_EquipWeapon"); \ -static_assert(offsetof(ZEquipmentComponent_EquipWeapon, Type) == 0x000000, "Member 'ZEquipmentComponent_EquipWeapon::Type' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_EquipWeapon, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_EquipWeapon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_EquipWeaponByTag \ -static_assert(alignof(ZEquipmentComponent_EquipWeaponByTag) == 0x000008, "Wrong alignment on ZEquipmentComponent_EquipWeaponByTag"); \ -static_assert(sizeof(ZEquipmentComponent_EquipWeaponByTag) == 0x000010, "Wrong size on ZEquipmentComponent_EquipWeaponByTag"); \ -static_assert(offsetof(ZEquipmentComponent_EquipWeaponByTag, Tag) == 0x000000, "Member 'ZEquipmentComponent_EquipWeaponByTag::Tag' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_EquipWeaponByTag, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_EquipWeaponByTag::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_HideAttachment \ -static_assert(alignof(ZEquipmentComponent_HideAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_HideAttachment"); \ -static_assert(sizeof(ZEquipmentComponent_HideAttachment) == 0x000018, "Wrong size on ZEquipmentComponent_HideAttachment"); \ -static_assert(offsetof(ZEquipmentComponent_HideAttachment, Socket) == 0x000000, "Member 'ZEquipmentComponent_HideAttachment::Socket' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_HideAttachment, bHide) == 0x000008, "Member 'ZEquipmentComponent_HideAttachment::bHide' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_HideAttachment, ReturnValue) == 0x000010, "Member 'ZEquipmentComponent_HideAttachment::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_UnequipWeapon \ -static_assert(alignof(ZEquipmentComponent_UnequipWeapon) == 0x000008, "Wrong alignment on ZEquipmentComponent_UnequipWeapon"); \ -static_assert(sizeof(ZEquipmentComponent_UnequipWeapon) == 0x000008, "Wrong size on ZEquipmentComponent_UnequipWeapon"); \ -static_assert(offsetof(ZEquipmentComponent_UnequipWeapon, Weapon) == 0x000000, "Member 'ZEquipmentComponent_UnequipWeapon::Weapon' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_GetActorAttachment \ -static_assert(alignof(ZEquipmentComponent_GetActorAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetActorAttachment"); \ -static_assert(sizeof(ZEquipmentComponent_GetActorAttachment) == 0x000010, "Wrong size on ZEquipmentComponent_GetActorAttachment"); \ -static_assert(offsetof(ZEquipmentComponent_GetActorAttachment, AttachedSocket) == 0x000000, "Member 'ZEquipmentComponent_GetActorAttachment::AttachedSocket' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_GetActorAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetActorAttachment::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_GetAttachmentTags \ -static_assert(alignof(ZEquipmentComponent_GetAttachmentTags) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetAttachmentTags"); \ -static_assert(sizeof(ZEquipmentComponent_GetAttachmentTags) == 0x000020, "Wrong size on ZEquipmentComponent_GetAttachmentTags"); \ -static_assert(offsetof(ZEquipmentComponent_GetAttachmentTags, ReturnValue) == 0x000000, "Member 'ZEquipmentComponent_GetAttachmentTags::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_GetFirstWeaponData \ -static_assert(alignof(ZEquipmentComponent_GetFirstWeaponData) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetFirstWeaponData"); \ -static_assert(sizeof(ZEquipmentComponent_GetFirstWeaponData) == 0x000010, "Wrong size on ZEquipmentComponent_GetFirstWeaponData"); \ -static_assert(offsetof(ZEquipmentComponent_GetFirstWeaponData, Type) == 0x000000, "Member 'ZEquipmentComponent_GetFirstWeaponData::Type' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_GetFirstWeaponData, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetFirstWeaponData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_GetWeapon \ -static_assert(alignof(ZEquipmentComponent_GetWeapon) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetWeapon"); \ -static_assert(sizeof(ZEquipmentComponent_GetWeapon) == 0x000010, "Wrong size on ZEquipmentComponent_GetWeapon"); \ -static_assert(offsetof(ZEquipmentComponent_GetWeapon, Tag) == 0x000000, "Member 'ZEquipmentComponent_GetWeapon::Tag' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_GetWeapon, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetWeapon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_GetWeaponData \ -static_assert(alignof(ZEquipmentComponent_GetWeaponData) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetWeaponData"); \ -static_assert(sizeof(ZEquipmentComponent_GetWeaponData) == 0x000010, "Wrong size on ZEquipmentComponent_GetWeaponData"); \ -static_assert(offsetof(ZEquipmentComponent_GetWeaponData, Tag) == 0x000000, "Member 'ZEquipmentComponent_GetWeaponData::Tag' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_GetWeaponData, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetWeaponData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_HasActorAttachment \ -static_assert(alignof(ZEquipmentComponent_HasActorAttachment) == 0x000004, "Wrong alignment on ZEquipmentComponent_HasActorAttachment"); \ -static_assert(sizeof(ZEquipmentComponent_HasActorAttachment) == 0x00000C, "Wrong size on ZEquipmentComponent_HasActorAttachment"); \ -static_assert(offsetof(ZEquipmentComponent_HasActorAttachment, AttachedSocket) == 0x000000, "Member 'ZEquipmentComponent_HasActorAttachment::AttachedSocket' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_HasActorAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_HasActorAttachment::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_HasAnyAttachment \ -static_assert(alignof(ZEquipmentComponent_HasAnyAttachment) == 0x000004, "Wrong alignment on ZEquipmentComponent_HasAnyAttachment"); \ -static_assert(sizeof(ZEquipmentComponent_HasAnyAttachment) == 0x00000C, "Wrong size on ZEquipmentComponent_HasAnyAttachment"); \ -static_assert(offsetof(ZEquipmentComponent_HasAnyAttachment, Tag) == 0x000000, "Member 'ZEquipmentComponent_HasAnyAttachment::Tag' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_HasAnyAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_HasAnyAttachment::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZEquipmentComponent_HasComponentAttachment \ -static_assert(alignof(ZEquipmentComponent_HasComponentAttachment) == 0x000004, "Wrong alignment on ZEquipmentComponent_HasComponentAttachment"); \ -static_assert(sizeof(ZEquipmentComponent_HasComponentAttachment) == 0x00000C, "Wrong size on ZEquipmentComponent_HasComponentAttachment"); \ -static_assert(offsetof(ZEquipmentComponent_HasComponentAttachment, AttachedSocket) == 0x000000, "Member 'ZEquipmentComponent_HasComponentAttachment::AttachedSocket' has a wrong offset!"); \ -static_assert(offsetof(ZEquipmentComponent_HasComponentAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_HasComponentAttachment::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZEquipmentComponent \ -static_assert(alignof(UZEquipmentComponent) == 0x000008, "Wrong alignment on UZEquipmentComponent"); \ -static_assert(sizeof(UZEquipmentComponent) == 0x000100, "Wrong size on UZEquipmentComponent"); \ -static_assert(offsetof(UZEquipmentComponent, WeaponSlots) == 0x0000A0, "Member 'UZEquipmentComponent::WeaponSlots' has a wrong offset!"); \ -static_assert(offsetof(UZEquipmentComponent, AttachmentDefinitions) == 0x0000B0, "Member 'UZEquipmentComponent::AttachmentDefinitions' has a wrong offset!"); \ -static_assert(offsetof(UZEquipmentComponent, ProjectileAttachmentDefinitions) == 0x0000C0, "Member 'UZEquipmentComponent::ProjectileAttachmentDefinitions' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFloatingObject_OnBeginOverlap \ -static_assert(alignof(ZFloatingObject_OnBeginOverlap) == 0x000008, "Wrong alignment on ZFloatingObject_OnBeginOverlap"); \ -static_assert(sizeof(ZFloatingObject_OnBeginOverlap) == 0x000118, "Wrong size on ZFloatingObject_OnBeginOverlap"); \ -static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZFloatingObject_OnBeginOverlap::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OtherActor) == 0x000008, "Member 'ZFloatingObject_OnBeginOverlap::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OtherComp) == 0x000010, "Member 'ZFloatingObject_OnBeginOverlap::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZFloatingObject_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZFloatingObject_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnBeginOverlap, SweepResult) == 0x000020, "Member 'ZFloatingObject_OnBeginOverlap::SweepResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFloatingObject_OnCollidingFloatingObject \ -static_assert(alignof(ZFloatingObject_OnCollidingFloatingObject) == 0x000008, "Wrong alignment on ZFloatingObject_OnCollidingFloatingObject"); \ -static_assert(sizeof(ZFloatingObject_OnCollidingFloatingObject) == 0x000100, "Wrong size on ZFloatingObject_OnCollidingFloatingObject"); \ -static_assert(offsetof(ZFloatingObject_OnCollidingFloatingObject, OutHitResult) == 0x000000, "Member 'ZFloatingObject_OnCollidingFloatingObject::OutHitResult' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnCollidingFloatingObject, CollisionForceFactor) == 0x0000F8, "Member 'ZFloatingObject_OnCollidingFloatingObject::CollisionForceFactor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFloatingObject_OnEndOverlap \ -static_assert(alignof(ZFloatingObject_OnEndOverlap) == 0x000008, "Wrong alignment on ZFloatingObject_OnEndOverlap"); \ -static_assert(sizeof(ZFloatingObject_OnEndOverlap) == 0x000020, "Wrong size on ZFloatingObject_OnEndOverlap"); \ -static_assert(offsetof(ZFloatingObject_OnEndOverlap, OverlappedComponent) == 0x000000, "Member 'ZFloatingObject_OnEndOverlap::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnEndOverlap, OtherActor) == 0x000008, "Member 'ZFloatingObject_OnEndOverlap::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnEndOverlap, OtherComp) == 0x000010, "Member 'ZFloatingObject_OnEndOverlap::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'ZFloatingObject_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFloatingObject_OnMovingFloatingObject \ -static_assert(alignof(ZFloatingObject_OnMovingFloatingObject) == 0x000001, "Wrong alignment on ZFloatingObject_OnMovingFloatingObject"); \ -static_assert(sizeof(ZFloatingObject_OnMovingFloatingObject) == 0x000001, "Wrong size on ZFloatingObject_OnMovingFloatingObject"); \ -static_assert(offsetof(ZFloatingObject_OnMovingFloatingObject, bMovementFactorSuperiorToThreshold) == 0x000000, "Member 'ZFloatingObject_OnMovingFloatingObject::bMovementFactorSuperiorToThreshold' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFloatingObject_OnPlayerInRange \ -static_assert(alignof(ZFloatingObject_OnPlayerInRange) == 0x000004, "Wrong alignment on ZFloatingObject_OnPlayerInRange"); \ -static_assert(sizeof(ZFloatingObject_OnPlayerInRange) == 0x00000C, "Wrong size on ZFloatingObject_OnPlayerInRange"); \ -static_assert(offsetof(ZFloatingObject_OnPlayerInRange, bInRange) == 0x000000, "Member 'ZFloatingObject_OnPlayerInRange::bInRange' has a wrong offset!"); \ -static_assert(offsetof(ZFloatingObject_OnPlayerInRange, Profile) == 0x000004, "Member 'ZFloatingObject_OnPlayerInRange::Profile' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZFloatingObject \ -static_assert(alignof(AZFloatingObject) == 0x000008, "Wrong alignment on AZFloatingObject"); \ -static_assert(sizeof(AZFloatingObject) == 0x000510, "Wrong size on AZFloatingObject"); \ -static_assert(offsetof(AZFloatingObject, CurrentState) == 0x0002A0, "Member 'AZFloatingObject::CurrentState' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, BoxInteractComponent) == 0x0002A8, "Member 'AZFloatingObject::BoxInteractComponent' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, FloatingMesh) == 0x0002B0, "Member 'AZFloatingObject::FloatingMesh' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, EventListenerComponent) == 0x0002B8, "Member 'AZFloatingObject::EventListenerComponent' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, EventDistanceComponent) == 0x0002C0, "Member 'AZFloatingObject::EventDistanceComponent' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, EventInteractComponent) == 0x0002C8, "Member 'AZFloatingObject::EventInteractComponent' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, ArrowComponent) == 0x0002D0, "Member 'AZFloatingObject::ArrowComponent' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, Sockets) == 0x0002D8, "Member 'AZFloatingObject::Sockets' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, AllowedInteractionState) == 0x0002E8, "Member 'AZFloatingObject::AllowedInteractionState' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, bReorientOnInteraction) == 0x000338, "Member 'AZFloatingObject::bReorientOnInteraction' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, bCreateCollisionMovement) == 0x000339, "Member 'AZFloatingObject::bCreateCollisionMovement' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, ForceFactor) == 0x00033C, "Member 'AZFloatingObject::ForceFactor' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CurveDelayToarchimedesForce) == 0x000340, "Member 'AZFloatingObject::CurveDelayToarchimedesForce' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CurveDelayToWaterFallingDamping) == 0x000348, "Member 'AZFloatingObject::CurveDelayToWaterFallingDamping' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CurveDelayToBuoyancyDamping) == 0x000350, "Member 'AZFloatingObject::CurveDelayToBuoyancyDamping' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, ArchimedesForce) == 0x000358, "Member 'AZFloatingObject::ArchimedesForce' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, bLockYWaterMovement) == 0x00035C, "Member 'AZFloatingObject::bLockYWaterMovement' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CurveDelayToRotationSpeed) == 0x000360, "Member 'AZFloatingObject::CurveDelayToRotationSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CurveDelayToMaxUpVelocity) == 0x000368, "Member 'AZFloatingObject::CurveDelayToMaxUpVelocity' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CurveInteractionMovementToArchimedesReductionFactor) == 0x000370, "Member 'AZFloatingObject::CurveInteractionMovementToArchimedesReductionFactor' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CurveBuoyancy) == 0x000378, "Member 'AZFloatingObject::CurveBuoyancy' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, WaterMaxUpVelocity) == 0x000380, "Member 'AZFloatingObject::WaterMaxUpVelocity' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, DepenetrationMovementModifier) == 0x000384, "Member 'AZFloatingObject::DepenetrationMovementModifier' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CollisionDelegateEventTimer) == 0x000388, "Member 'AZFloatingObject::CollisionDelegateEventTimer' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MovementFactorDelegateEvent) == 0x00038C, "Member 'AZFloatingObject::MovementFactorDelegateEvent' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, PossibleActorCollider) == 0x000390, "Member 'AZFloatingObject::PossibleActorCollider' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MaxInteractionMovementSpeed) == 0x0003A0, "Member 'AZFloatingObject::MaxInteractionMovementSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MaxNearInteractionMovementSpeed) == 0x0003A4, "Member 'AZFloatingObject::MaxNearInteractionMovementSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MaxInteractionRotationSpeed) == 0x0003A8, "Member 'AZFloatingObject::MaxInteractionRotationSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MaxAxisModifierBySec) == 0x0003AC, "Member 'AZFloatingObject::MaxAxisModifierBySec' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MinAllowedSpaceOnSocket) == 0x0003B0, "Member 'AZFloatingObject::MinAllowedSpaceOnSocket' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MaxDistanceToSocketForAttach) == 0x0003B4, "Member 'AZFloatingObject::MaxDistanceToSocketForAttach' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MaxCapsuleHalfHeightAndRadiusSize) == 0x0003B8, "Member 'AZFloatingObject::MaxCapsuleHalfHeightAndRadiusSize' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, MinCapsuleHalfHeightAndRadiusSize) == 0x0003BC, "Member 'AZFloatingObject::MinCapsuleHalfHeightAndRadiusSize' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, AngularDampingToTippingDegree) == 0x0003C0, "Member 'AZFloatingObject::AngularDampingToTippingDegree' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, ApplyForceToStayUp) == 0x0003C8, "Member 'AZFloatingObject::ApplyForceToStayUp' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, OnGroundTraceOffset) == 0x0003CC, "Member 'AZFloatingObject::OnGroundTraceOffset' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, AngularThreshold) == 0x0003D0, "Member 'AZFloatingObject::AngularThreshold' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CustomGravitySpeed) == 0x0003D4, "Member 'AZFloatingObject::CustomGravitySpeed' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CustomGravityMaxSpeed) == 0x0003D8, "Member 'AZFloatingObject::CustomGravityMaxSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, CustomLinearDamping) == 0x0003DC, "Member 'AZFloatingObject::CustomLinearDamping' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, InteractionSocket) == 0x0003F0, "Member 'AZFloatingObject::InteractionSocket' has a wrong offset!"); \ -static_assert(offsetof(AZFloatingObject, SocketNormal) == 0x000400, "Member 'AZFloatingObject::SocketNormal' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFootstepComponent_OnReceiveAnimNotify \ -static_assert(alignof(ZFootstepComponent_OnReceiveAnimNotify) == 0x000004, "Wrong alignment on ZFootstepComponent_OnReceiveAnimNotify"); \ -static_assert(sizeof(ZFootstepComponent_OnReceiveAnimNotify) == 0x000010, "Wrong size on ZFootstepComponent_OnReceiveAnimNotify"); \ -static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotify, NotifyName) == 0x000000, "Member 'ZFootstepComponent_OnReceiveAnimNotify::NotifyName' has a wrong offset!"); \ -static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotify, DebugInfo) == 0x000008, "Member 'ZFootstepComponent_OnReceiveAnimNotify::DebugInfo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFootstepComponent_OnReceiveAnimNotifyEvent \ -static_assert(alignof(ZFootstepComponent_OnReceiveAnimNotifyEvent) == 0x000004, "Wrong alignment on ZFootstepComponent_OnReceiveAnimNotifyEvent"); \ -static_assert(sizeof(ZFootstepComponent_OnReceiveAnimNotifyEvent) == 0x000010, "Wrong size on ZFootstepComponent_OnReceiveAnimNotifyEvent"); \ -static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotifyEvent, NotifyEvent) == 0x000000, "Member 'ZFootstepComponent_OnReceiveAnimNotifyEvent::NotifyEvent' has a wrong offset!"); \ -static_assert(offsetof(ZFootstepComponent_OnReceiveAnimNotifyEvent, DebugInfo) == 0x000008, "Member 'ZFootstepComponent_OnReceiveAnimNotifyEvent::DebugInfo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFootstepComponent_SetEnabled \ -static_assert(alignof(ZFootstepComponent_SetEnabled) == 0x000001, "Wrong alignment on ZFootstepComponent_SetEnabled"); \ -static_assert(sizeof(ZFootstepComponent_SetEnabled) == 0x000001, "Wrong size on ZFootstepComponent_SetEnabled"); \ -static_assert(offsetof(ZFootstepComponent_SetEnabled, bEnable) == 0x000000, "Member 'ZFootstepComponent_SetEnabled::bEnable' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZFootstepComponent_IsEnabled \ -static_assert(alignof(ZFootstepComponent_IsEnabled) == 0x000001, "Wrong alignment on ZFootstepComponent_IsEnabled"); \ -static_assert(sizeof(ZFootstepComponent_IsEnabled) == 0x000001, "Wrong size on ZFootstepComponent_IsEnabled"); \ -static_assert(offsetof(ZFootstepComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZFootstepComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZFootstepComponent \ -static_assert(alignof(UZFootstepComponent) == 0x000008, "Wrong alignment on UZFootstepComponent"); \ -static_assert(sizeof(UZFootstepComponent) == 0x0000B0, "Wrong size on UZFootstepComponent"); \ -static_assert(offsetof(UZFootstepComponent, FootstepNotifyName) == 0x0000A0, "Member 'UZFootstepComponent::FootstepNotifyName' has a wrong offset!"); \ -static_assert(offsetof(UZFootstepComponent, bDebug) == 0x0000A9, "Member 'UZFootstepComponent::bDebug' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControl_OnOverlapBegin \ -static_assert(alignof(ZGameControl_OnOverlapBegin) == 0x000008, "Wrong alignment on ZGameControl_OnOverlapBegin"); \ -static_assert(sizeof(ZGameControl_OnOverlapBegin) == 0x000118, "Wrong size on ZGameControl_OnOverlapBegin"); \ -static_assert(offsetof(ZGameControl_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'ZGameControl_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapBegin, Other) == 0x000008, "Member 'ZGameControl_OnOverlapBegin::Other' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZGameControl_OnOverlapBegin::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZGameControl_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZGameControl_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZGameControl_OnOverlapBegin::SweepResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControl_OnOverlapEnd \ -static_assert(alignof(ZGameControl_OnOverlapEnd) == 0x000008, "Wrong alignment on ZGameControl_OnOverlapEnd"); \ -static_assert(sizeof(ZGameControl_OnOverlapEnd) == 0x000020, "Wrong size on ZGameControl_OnOverlapEnd"); \ -static_assert(offsetof(ZGameControl_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZGameControl_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZGameControl_OnOverlapEnd::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZGameControl_OnOverlapEnd::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZGameControl_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZGameControl_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControl_OnPlayerRestart \ -static_assert(alignof(ZGameControl_OnPlayerRestart) == 0x000004, "Wrong alignment on ZGameControl_OnPlayerRestart"); \ -static_assert(sizeof(ZGameControl_OnPlayerRestart) == 0x000004, "Wrong size on ZGameControl_OnPlayerRestart"); \ -static_assert(offsetof(ZGameControl_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZGameControl_OnPlayerRestart::Occurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControl_OnPlayerRestartOverlap \ -static_assert(alignof(ZGameControl_OnPlayerRestartOverlap) == 0x000008, "Wrong alignment on ZGameControl_OnPlayerRestartOverlap"); \ -static_assert(sizeof(ZGameControl_OnPlayerRestartOverlap) == 0x000008, "Wrong size on ZGameControl_OnPlayerRestartOverlap"); \ -static_assert(offsetof(ZGameControl_OnPlayerRestartOverlap, Pawn) == 0x000000, "Member 'ZGameControl_OnPlayerRestartOverlap::Pawn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControl_OnTriggerGameAction \ -static_assert(alignof(ZGameControl_OnTriggerGameAction) == 0x000008, "Wrong alignment on ZGameControl_OnTriggerGameAction"); \ -static_assert(sizeof(ZGameControl_OnTriggerGameAction) == 0x000018, "Wrong size on ZGameControl_OnTriggerGameAction"); \ -static_assert(offsetof(ZGameControl_OnTriggerGameAction, GameAction) == 0x000000, "Member 'ZGameControl_OnTriggerGameAction::GameAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControl_SetIsEnabled \ -static_assert(alignof(ZGameControl_SetIsEnabled) == 0x000001, "Wrong alignment on ZGameControl_SetIsEnabled"); \ -static_assert(sizeof(ZGameControl_SetIsEnabled) == 0x000001, "Wrong size on ZGameControl_SetIsEnabled"); \ -static_assert(offsetof(ZGameControl_SetIsEnabled, NewValue) == 0x000000, "Member 'ZGameControl_SetIsEnabled::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControl_IsEnabled \ -static_assert(alignof(ZGameControl_IsEnabled) == 0x000001, "Wrong alignment on ZGameControl_IsEnabled"); \ -static_assert(sizeof(ZGameControl_IsEnabled) == 0x000001, "Wrong size on ZGameControl_IsEnabled"); \ -static_assert(offsetof(ZGameControl_IsEnabled, ReturnValue) == 0x000000, "Member 'ZGameControl_IsEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZGameControl \ -static_assert(alignof(AZGameControl) == 0x000008, "Wrong alignment on AZGameControl"); \ -static_assert(sizeof(AZGameControl) == 0x0002E0, "Wrong size on AZGameControl"); \ -static_assert(offsetof(AZGameControl, PlayerListener) == 0x000298, "Member 'AZGameControl::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, bShowDebug) == 0x0002A0, "Member 'AZGameControl::bShowDebug' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, bPlayerOnly) == 0x0002A1, "Member 'AZGameControl::bPlayerOnly' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, TriggerOverlap) == 0x0002A2, "Member 'AZGameControl::TriggerOverlap' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, DaylightSequence) == 0x0002A8, "Member 'AZGameControl::DaylightSequence' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, DaylightSequenceStartFrame) == 0x0002D0, "Member 'AZGameControl::DaylightSequenceStartFrame' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, bResetOnPlayerDeath) == 0x0002D4, "Member 'AZGameControl::bResetOnPlayerDeath' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, bChecked) == 0x0002D5, "Member 'AZGameControl::bChecked' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, bTriggerOnce) == 0x0002D6, "Member 'AZGameControl::bTriggerOnce' has a wrong offset!"); \ -static_assert(offsetof(AZGameControl, bIsEnabled) == 0x0002D7, "Member 'AZGameControl::bIsEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophySystem_OnCollectibleUnlocked \ -static_assert(alignof(ZTrophySystem_OnCollectibleUnlocked) == 0x000004, "Wrong alignment on ZTrophySystem_OnCollectibleUnlocked"); \ -static_assert(sizeof(ZTrophySystem_OnCollectibleUnlocked) == 0x000010, "Wrong size on ZTrophySystem_OnCollectibleUnlocked"); \ -static_assert(offsetof(ZTrophySystem_OnCollectibleUnlocked, CollectibleID) == 0x000000, "Member 'ZTrophySystem_OnCollectibleUnlocked::CollectibleID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophySystem_UnlockTrophyById \ -static_assert(alignof(ZTrophySystem_UnlockTrophyById) == 0x000008, "Wrong alignment on ZTrophySystem_UnlockTrophyById"); \ -static_assert(sizeof(ZTrophySystem_UnlockTrophyById) == 0x000018, "Wrong size on ZTrophySystem_UnlockTrophyById"); \ -static_assert(offsetof(ZTrophySystem_UnlockTrophyById, TrophyId) == 0x000000, "Member 'ZTrophySystem_UnlockTrophyById::TrophyId' has a wrong offset!"); \ -static_assert(offsetof(ZTrophySystem_UnlockTrophyById, Progress) == 0x000010, "Member 'ZTrophySystem_UnlockTrophyById::Progress' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophySystem_UnlockTrophyByTag \ -static_assert(alignof(ZTrophySystem_UnlockTrophyByTag) == 0x000004, "Wrong alignment on ZTrophySystem_UnlockTrophyByTag"); \ -static_assert(sizeof(ZTrophySystem_UnlockTrophyByTag) == 0x00000C, "Wrong size on ZTrophySystem_UnlockTrophyByTag"); \ -static_assert(offsetof(ZTrophySystem_UnlockTrophyByTag, TrophyTag) == 0x000000, "Member 'ZTrophySystem_UnlockTrophyByTag::TrophyTag' has a wrong offset!"); \ -static_assert(offsetof(ZTrophySystem_UnlockTrophyByTag, Progress) == 0x000008, "Member 'ZTrophySystem_UnlockTrophyByTag::Progress' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophySystem_HasUnlockedTrophy \ -static_assert(alignof(ZTrophySystem_HasUnlockedTrophy) == 0x000004, "Wrong alignment on ZTrophySystem_HasUnlockedTrophy"); \ -static_assert(sizeof(ZTrophySystem_HasUnlockedTrophy) == 0x000014, "Wrong size on ZTrophySystem_HasUnlockedTrophy"); \ -static_assert(offsetof(ZTrophySystem_HasUnlockedTrophy, TrophyId) == 0x000000, "Member 'ZTrophySystem_HasUnlockedTrophy::TrophyId' has a wrong offset!"); \ -static_assert(offsetof(ZTrophySystem_HasUnlockedTrophy, ReturnValue) == 0x000010, "Member 'ZTrophySystem_HasUnlockedTrophy::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophySystem_HasUnlockedTrophyById \ -static_assert(alignof(ZTrophySystem_HasUnlockedTrophyById) == 0x000008, "Wrong alignment on ZTrophySystem_HasUnlockedTrophyById"); \ -static_assert(sizeof(ZTrophySystem_HasUnlockedTrophyById) == 0x000018, "Wrong size on ZTrophySystem_HasUnlockedTrophyById"); \ -static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyById, TrophyId) == 0x000000, "Member 'ZTrophySystem_HasUnlockedTrophyById::TrophyId' has a wrong offset!"); \ -static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyById, ReturnValue) == 0x000010, "Member 'ZTrophySystem_HasUnlockedTrophyById::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophySystem_HasUnlockedTrophyByTag \ -static_assert(alignof(ZTrophySystem_HasUnlockedTrophyByTag) == 0x000004, "Wrong alignment on ZTrophySystem_HasUnlockedTrophyByTag"); \ -static_assert(sizeof(ZTrophySystem_HasUnlockedTrophyByTag) == 0x00000C, "Wrong size on ZTrophySystem_HasUnlockedTrophyByTag"); \ -static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyByTag, TrophyTag) == 0x000000, "Member 'ZTrophySystem_HasUnlockedTrophyByTag::TrophyTag' has a wrong offset!"); \ -static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyByTag, ReturnValue) == 0x000008, "Member 'ZTrophySystem_HasUnlockedTrophyByTag::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZTrophySystem \ -static_assert(alignof(UZTrophySystem) == 0x000008, "Wrong alignment on UZTrophySystem"); \ -static_assert(sizeof(UZTrophySystem) == 0x000088, "Wrong size on UZTrophySystem"); \ -static_assert(offsetof(UZTrophySystem, GameInstance) == 0x000028, "Member 'UZTrophySystem::GameInstance' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, TrophyUnlocked) == 0x000030, "Member 'UZTrophySystem::TrophyUnlocked' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, UnlockedTrophies) == 0x000040, "Member 'UZTrophySystem::UnlockedTrophies' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, SolveTheParadoxTag) == 0x000050, "Member 'UZTrophySystem::SolveTheParadoxTag' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, OneCollectibleTrophyTag) == 0x000058, "Member 'UZTrophySystem::OneCollectibleTrophyTag' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, FiveCollectiblesTrophyTag) == 0x000060, "Member 'UZTrophySystem::FiveCollectiblesTrophyTag' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, TenCollectiblesTrophyTag) == 0x000068, "Member 'UZTrophySystem::TenCollectiblesTrophyTag' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, FifteenCollectiblesTrophyTag) == 0x000070, "Member 'UZTrophySystem::FifteenCollectiblesTrophyTag' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, AllCollectiblesTrophyTag) == 0x000078, "Member 'UZTrophySystem::AllCollectiblesTrophyTag' has a wrong offset!"); \ -static_assert(offsetof(UZTrophySystem, AllTrophiesTrophyTag) == 0x000080, "Member 'UZTrophySystem::AllTrophiesTrophyTag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControlActionComponent_OnActorActionEvent \ -static_assert(alignof(ZGameControlActionComponent_OnActorActionEvent) == 0x000004, "Wrong alignment on ZGameControlActionComponent_OnActorActionEvent"); \ -static_assert(sizeof(ZGameControlActionComponent_OnActorActionEvent) == 0x000010, "Wrong size on ZGameControlActionComponent_OnActorActionEvent"); \ -static_assert(offsetof(ZGameControlActionComponent_OnActorActionEvent, GenericActionParam) == 0x000000, "Member 'ZGameControlActionComponent_OnActorActionEvent::GenericActionParam' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlActionComponent \ -static_assert(alignof(UZGameControlActionComponent) == 0x000008, "Wrong alignment on UZGameControlActionComponent"); \ -static_assert(sizeof(UZGameControlActionComponent) == 0x000170, "Wrong size on UZGameControlActionComponent"); \ -static_assert(offsetof(UZGameControlActionComponent, OnGenericActorActionEvent) == 0x0000A0, "Member 'UZGameControlActionComponent::OnGenericActorActionEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleActionBPEvent) == 0x0000B0, "Member 'UZGameControlActionComponent::OnHandleActionBPEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleActorsHandleActionBPEvent) == 0x0000C0, "Member 'UZGameControlActionComponent::OnHandleActorsHandleActionBPEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleDoorActionBPEvent) == 0x0000D0, "Member 'UZGameControlActionComponent::OnHandleDoorActionBPEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleConveyorActionBPEvent) == 0x0000E0, "Member 'UZGameControlActionComponent::OnHandleConveyorActionBPEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleStompersActionBPEvent) == 0x0000F0, "Member 'UZGameControlActionComponent::OnHandleStompersActionBPEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleCogsActionBPEvent) == 0x000100, "Member 'UZGameControlActionComponent::OnHandleCogsActionBPEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleSteamPipesActionBPEvent) == 0x000110, "Member 'UZGameControlActionComponent::OnHandleSteamPipesActionBPEvent' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleTurretActionBP) == 0x000120, "Member 'UZGameControlActionComponent::OnHandleTurretActionBP' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandlePlaySequenceActionBP) == 0x000130, "Member 'UZGameControlActionComponent::OnHandlePlaySequenceActionBP' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleCheckPointActionBP) == 0x000140, "Member 'UZGameControlActionComponent::OnHandleCheckPointActionBP' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleViewTargetActionBP) == 0x000150, "Member 'UZGameControlActionComponent::OnHandleViewTargetActionBP' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlActionComponent, OnHandleAnimMontageActionBP) == 0x000160, "Member 'UZGameControlActionComponent::OnHandleAnimMontageActionBP' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControlComponent_SetTriggerActions \ -static_assert(alignof(ZGameControlComponent_SetTriggerActions) == 0x000008, "Wrong alignment on ZGameControlComponent_SetTriggerActions"); \ -static_assert(sizeof(ZGameControlComponent_SetTriggerActions) == 0x000010, "Wrong size on ZGameControlComponent_SetTriggerActions"); \ -static_assert(offsetof(ZGameControlComponent_SetTriggerActions, NewParameters) == 0x000000, "Member 'ZGameControlComponent_SetTriggerActions::NewParameters' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControlComponent_TriggerAllActions \ -static_assert(alignof(ZGameControlComponent_TriggerAllActions) == 0x000001, "Wrong alignment on ZGameControlComponent_TriggerAllActions"); \ -static_assert(sizeof(ZGameControlComponent_TriggerAllActions) == 0x000001, "Wrong size on ZGameControlComponent_TriggerAllActions"); \ -static_assert(offsetof(ZGameControlComponent_TriggerAllActions, OverlapContext) == 0x000000, "Member 'ZGameControlComponent_TriggerAllActions::OverlapContext' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControlComponent_TriggerArrayOfAction \ -static_assert(alignof(ZGameControlComponent_TriggerArrayOfAction) == 0x000008, "Wrong alignment on ZGameControlComponent_TriggerArrayOfAction"); \ -static_assert(sizeof(ZGameControlComponent_TriggerArrayOfAction) == 0x000010, "Wrong size on ZGameControlComponent_TriggerArrayOfAction"); \ -static_assert(offsetof(ZGameControlComponent_TriggerArrayOfAction, ActionArray) == 0x000000, "Member 'ZGameControlComponent_TriggerArrayOfAction::ActionArray' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameControlComponent_GetTriggerActions \ -static_assert(alignof(ZGameControlComponent_GetTriggerActions) == 0x000008, "Wrong alignment on ZGameControlComponent_GetTriggerActions"); \ -static_assert(sizeof(ZGameControlComponent_GetTriggerActions) == 0x000010, "Wrong size on ZGameControlComponent_GetTriggerActions"); \ -static_assert(offsetof(ZGameControlComponent_GetTriggerActions, ReturnValue) == 0x000000, "Member 'ZGameControlComponent_GetTriggerActions::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlComponent \ -static_assert(alignof(UZGameControlComponent) == 0x000008, "Wrong alignment on UZGameControlComponent"); \ -static_assert(sizeof(UZGameControlComponent) == 0x0000B0, "Wrong size on UZGameControlComponent"); \ -static_assert(offsetof(UZGameControlComponent, TriggerActions) == 0x0000A0, "Member 'UZGameControlComponent::TriggerActions' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlDoorAction \ -static_assert(alignof(UZGameControlDoorAction) == 0x000008, "Wrong alignment on UZGameControlDoorAction"); \ -static_assert(sizeof(UZGameControlDoorAction) == 0x0000D0, "Wrong size on UZGameControlDoorAction"); \ -static_assert(offsetof(UZGameControlDoorAction, bLockDoor) == 0x0000C8, "Member 'UZGameControlDoorAction::bLockDoor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlStompersAction \ -static_assert(alignof(UZGameControlStompersAction) == 0x000008, "Wrong alignment on UZGameControlStompersAction"); \ -static_assert(sizeof(UZGameControlStompersAction) == 0x0000C8, "Wrong size on UZGameControlStompersAction"); \ - -#define DUMPER7_ASSERTS_UZGameControlCogsAction \ -static_assert(alignof(UZGameControlCogsAction) == 0x000008, "Wrong alignment on UZGameControlCogsAction"); \ -static_assert(sizeof(UZGameControlCogsAction) == 0x0000C8, "Wrong size on UZGameControlCogsAction"); \ - -#define DUMPER7_ASSERTS_UZGameControlSteamPipesAction \ -static_assert(alignof(UZGameControlSteamPipesAction) == 0x000008, "Wrong alignment on UZGameControlSteamPipesAction"); \ -static_assert(sizeof(UZGameControlSteamPipesAction) == 0x0000D0, "Wrong size on UZGameControlSteamPipesAction"); \ -static_assert(offsetof(UZGameControlSteamPipesAction, bAlwaysHot) == 0x0000C8, "Member 'UZGameControlSteamPipesAction::bAlwaysHot' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlPlaySequenceAction \ -static_assert(alignof(UZGameControlPlaySequenceAction) == 0x000008, "Wrong alignment on UZGameControlPlaySequenceAction"); \ -static_assert(sizeof(UZGameControlPlaySequenceAction) == 0x000138, "Wrong size on UZGameControlPlaySequenceAction"); \ -static_assert(offsetof(UZGameControlPlaySequenceAction, LevelSequenceActor) == 0x0000C0, "Member 'UZGameControlPlaySequenceAction::LevelSequenceActor' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlPlaySequenceAction, SequenceBehaviour) == 0x0000E8, "Member 'UZGameControlPlaySequenceAction::SequenceBehaviour' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlPlaySequenceAction, PlaybackParams) == 0x0000F0, "Member 'UZGameControlPlaySequenceAction::PlaybackParams' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlPlaySequenceAction, bPlayLoop) == 0x000128, "Member 'UZGameControlPlaySequenceAction::bPlayLoop' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlPlaySequenceAction, LoopNumber) == 0x00012C, "Member 'UZGameControlPlaySequenceAction::LoopNumber' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlCheckPointAction \ -static_assert(alignof(UZGameControlCheckPointAction) == 0x000008, "Wrong alignment on UZGameControlCheckPointAction"); \ -static_assert(sizeof(UZGameControlCheckPointAction) == 0x0000F0, "Wrong size on UZGameControlCheckPointAction"); \ -static_assert(offsetof(UZGameControlCheckPointAction, CheckPointActor) == 0x0000C0, "Member 'UZGameControlCheckPointAction::CheckPointActor' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlCheckPointAction, bSetEnabled) == 0x0000E8, "Member 'UZGameControlCheckPointAction::bSetEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlPlayVideoAction \ -static_assert(alignof(UZGameControlPlayVideoAction) == 0x000008, "Wrong alignment on UZGameControlPlayVideoAction"); \ -static_assert(sizeof(UZGameControlPlayVideoAction) == 0x0000D8, "Wrong size on UZGameControlPlayVideoAction"); \ -static_assert(offsetof(UZGameControlPlayVideoAction, VideoPath) == 0x0000C0, "Member 'UZGameControlPlayVideoAction::VideoPath' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlPlayVideoAction, bLoopVideo) == 0x0000D0, "Member 'UZGameControlPlayVideoAction::bLoopVideo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameControlAnimMontageAction \ -static_assert(alignof(UZGameControlAnimMontageAction) == 0x000008, "Wrong alignment on UZGameControlAnimMontageAction"); \ -static_assert(sizeof(UZGameControlAnimMontageAction) == 0x0000E0, "Wrong size on UZGameControlAnimMontageAction"); \ -static_assert(offsetof(UZGameControlAnimMontageAction, Action) == 0x0000C0, "Member 'UZGameControlAnimMontageAction::Action' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlAnimMontageAction, Montage) == 0x0000C8, "Member 'UZGameControlAnimMontageAction::Montage' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlAnimMontageAction, PlayRate) == 0x0000D0, "Member 'UZGameControlAnimMontageAction::PlayRate' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlAnimMontageAction, BlendOut) == 0x0000D4, "Member 'UZGameControlAnimMontageAction::BlendOut' has a wrong offset!"); \ -static_assert(offsetof(UZGameControlAnimMontageAction, bOnPlayer) == 0x0000D8, "Member 'UZGameControlAnimMontageAction::bOnPlayer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionIntParameter_GetGenericInteger \ -static_assert(alignof(ZActionIntParameter_GetGenericInteger) == 0x000004, "Wrong alignment on ZActionIntParameter_GetGenericInteger"); \ -static_assert(sizeof(ZActionIntParameter_GetGenericInteger) == 0x000004, "Wrong size on ZActionIntParameter_GetGenericInteger"); \ -static_assert(offsetof(ZActionIntParameter_GetGenericInteger, ReturnValue) == 0x000000, "Member 'ZActionIntParameter_GetGenericInteger::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionIntParameter \ -static_assert(alignof(UZActionIntParameter) == 0x000008, "Wrong alignment on UZActionIntParameter"); \ -static_assert(sizeof(UZActionIntParameter) == 0x000038, "Wrong size on UZActionIntParameter"); \ -static_assert(offsetof(UZActionIntParameter, GenericInteger) == 0x000030, "Member 'UZActionIntParameter::GenericInteger' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionBoolParameter_GetGenericBool \ -static_assert(alignof(ZActionBoolParameter_GetGenericBool) == 0x000001, "Wrong alignment on ZActionBoolParameter_GetGenericBool"); \ -static_assert(sizeof(ZActionBoolParameter_GetGenericBool) == 0x000001, "Wrong size on ZActionBoolParameter_GetGenericBool"); \ -static_assert(offsetof(ZActionBoolParameter_GetGenericBool, ReturnValue) == 0x000000, "Member 'ZActionBoolParameter_GetGenericBool::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionBoolParameter \ -static_assert(alignof(UZActionBoolParameter) == 0x000008, "Wrong alignment on UZActionBoolParameter"); \ -static_assert(sizeof(UZActionBoolParameter) == 0x000038, "Wrong size on UZActionBoolParameter"); \ -static_assert(offsetof(UZActionBoolParameter, bGenericBool) == 0x000030, "Member 'UZActionBoolParameter::bGenericBool' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionStringParameter_GetGenericString \ -static_assert(alignof(ZActionStringParameter_GetGenericString) == 0x000008, "Wrong alignment on ZActionStringParameter_GetGenericString"); \ -static_assert(sizeof(ZActionStringParameter_GetGenericString) == 0x000010, "Wrong size on ZActionStringParameter_GetGenericString"); \ -static_assert(offsetof(ZActionStringParameter_GetGenericString, ReturnValue) == 0x000000, "Member 'ZActionStringParameter_GetGenericString::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionStringParameter \ -static_assert(alignof(UZActionStringParameter) == 0x000008, "Wrong alignment on UZActionStringParameter"); \ -static_assert(sizeof(UZActionStringParameter) == 0x000040, "Wrong size on UZActionStringParameter"); \ -static_assert(offsetof(UZActionStringParameter, GenericString) == 0x000030, "Member 'UZActionStringParameter::GenericString' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionVectorParameter_GetGenericVector \ -static_assert(alignof(ZActionVectorParameter_GetGenericVector) == 0x000008, "Wrong alignment on ZActionVectorParameter_GetGenericVector"); \ -static_assert(sizeof(ZActionVectorParameter_GetGenericVector) == 0x000018, "Wrong size on ZActionVectorParameter_GetGenericVector"); \ -static_assert(offsetof(ZActionVectorParameter_GetGenericVector, ReturnValue) == 0x000000, "Member 'ZActionVectorParameter_GetGenericVector::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionVectorParameter \ -static_assert(alignof(UZActionVectorParameter) == 0x000008, "Wrong alignment on UZActionVectorParameter"); \ -static_assert(sizeof(UZActionVectorParameter) == 0x000048, "Wrong size on UZActionVectorParameter"); \ -static_assert(offsetof(UZActionVectorParameter, GenericVector) == 0x000030, "Member 'UZActionVectorParameter::GenericVector' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZActionRotatorParameter_GetGenericRotator \ -static_assert(alignof(ZActionRotatorParameter_GetGenericRotator) == 0x000008, "Wrong alignment on ZActionRotatorParameter_GetGenericRotator"); \ -static_assert(sizeof(ZActionRotatorParameter_GetGenericRotator) == 0x000018, "Wrong size on ZActionRotatorParameter_GetGenericRotator"); \ -static_assert(offsetof(ZActionRotatorParameter_GetGenericRotator, ReturnValue) == 0x000000, "Member 'ZActionRotatorParameter_GetGenericRotator::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZActionRotatorParameter \ -static_assert(alignof(UZActionRotatorParameter) == 0x000008, "Wrong alignment on UZActionRotatorParameter"); \ -static_assert(sizeof(UZActionRotatorParameter) == 0x000048, "Wrong size on UZActionRotatorParameter"); \ -static_assert(offsetof(UZActionRotatorParameter, GenericRotator) == 0x000030, "Member 'UZActionRotatorParameter::GenericRotator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_LegacyTeleportPlayer \ -static_assert(alignof(ZGameMode_LegacyTeleportPlayer) == 0x000008, "Wrong alignment on ZGameMode_LegacyTeleportPlayer"); \ -static_assert(sizeof(ZGameMode_LegacyTeleportPlayer) == 0x000010, "Wrong size on ZGameMode_LegacyTeleportPlayer"); \ -static_assert(offsetof(ZGameMode_LegacyTeleportPlayer, pController) == 0x000000, "Member 'ZGameMode_LegacyTeleportPlayer::pController' has a wrong offset!"); \ -static_assert(offsetof(ZGameMode_LegacyTeleportPlayer, pCheckPoint) == 0x000008, "Member 'ZGameMode_LegacyTeleportPlayer::pCheckPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_OnCheckedPoint \ -static_assert(alignof(ZGameMode_OnCheckedPoint) == 0x000008, "Wrong alignment on ZGameMode_OnCheckedPoint"); \ -static_assert(sizeof(ZGameMode_OnCheckedPoint) == 0x000010, "Wrong size on ZGameMode_OnCheckedPoint"); \ -static_assert(offsetof(ZGameMode_OnCheckedPoint, pCheckPoint) == 0x000000, "Member 'ZGameMode_OnCheckedPoint::pCheckPoint' has a wrong offset!"); \ -static_assert(offsetof(ZGameMode_OnCheckedPoint, Progression) == 0x000008, "Member 'ZGameMode_OnCheckedPoint::Progression' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_OnCollectibleAdded \ -static_assert(alignof(ZGameMode_OnCollectibleAdded) == 0x000004, "Wrong alignment on ZGameMode_OnCollectibleAdded"); \ -static_assert(sizeof(ZGameMode_OnCollectibleAdded) == 0x000010, "Wrong size on ZGameMode_OnCollectibleAdded"); \ -static_assert(offsetof(ZGameMode_OnCollectibleAdded, ID) == 0x000000, "Member 'ZGameMode_OnCollectibleAdded::ID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_OnGameplayReady \ -static_assert(alignof(ZGameMode_OnGameplayReady) == 0x000001, "Wrong alignment on ZGameMode_OnGameplayReady"); \ -static_assert(sizeof(ZGameMode_OnGameplayReady) == 0x000001, "Wrong size on ZGameMode_OnGameplayReady"); \ -static_assert(offsetof(ZGameMode_OnGameplayReady, Value) == 0x000000, "Member 'ZGameMode_OnGameplayReady::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_OnGameplayStateChanged \ -static_assert(alignof(ZGameMode_OnGameplayStateChanged) == 0x000001, "Wrong alignment on ZGameMode_OnGameplayStateChanged"); \ -static_assert(sizeof(ZGameMode_OnGameplayStateChanged) == 0x000001, "Wrong size on ZGameMode_OnGameplayStateChanged"); \ -static_assert(offsetof(ZGameMode_OnGameplayStateChanged, NewState) == 0x000000, "Member 'ZGameMode_OnGameplayStateChanged::NewState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_OnRenderingEvent \ -static_assert(alignof(ZGameMode_OnRenderingEvent) == 0x000001, "Wrong alignment on ZGameMode_OnRenderingEvent"); \ -static_assert(sizeof(ZGameMode_OnRenderingEvent) == 0x000001, "Wrong size on ZGameMode_OnRenderingEvent"); \ -static_assert(offsetof(ZGameMode_OnRenderingEvent, Event) == 0x000000, "Member 'ZGameMode_OnRenderingEvent::Event' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_RespawnPlayerAtLocation \ -static_assert(alignof(ZGameMode_RespawnPlayerAtLocation) == 0x000008, "Wrong alignment on ZGameMode_RespawnPlayerAtLocation"); \ -static_assert(sizeof(ZGameMode_RespawnPlayerAtLocation) == 0x000028, "Wrong size on ZGameMode_RespawnPlayerAtLocation"); \ -static_assert(offsetof(ZGameMode_RespawnPlayerAtLocation, Controller) == 0x000000, "Member 'ZGameMode_RespawnPlayerAtLocation::Controller' has a wrong offset!"); \ -static_assert(offsetof(ZGameMode_RespawnPlayerAtLocation, Location) == 0x000008, "Member 'ZGameMode_RespawnPlayerAtLocation::Location' has a wrong offset!"); \ -static_assert(offsetof(ZGameMode_RespawnPlayerAtLocation, bRunSpawningChecks) == 0x000020, "Member 'ZGameMode_RespawnPlayerAtLocation::bRunSpawningChecks' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_TeleportToCheckpoint \ -static_assert(alignof(ZGameMode_TeleportToCheckpoint) == 0x000008, "Wrong alignment on ZGameMode_TeleportToCheckpoint"); \ -static_assert(sizeof(ZGameMode_TeleportToCheckpoint) == 0x000080, "Wrong size on ZGameMode_TeleportToCheckpoint"); \ -static_assert(offsetof(ZGameMode_TeleportToCheckpoint, CheckPointData) == 0x000000, "Member 'ZGameMode_TeleportToCheckpoint::CheckPointData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_CanActorLandSafe \ -static_assert(alignof(ZGameMode_CanActorLandSafe) == 0x000008, "Wrong alignment on ZGameMode_CanActorLandSafe"); \ -static_assert(sizeof(ZGameMode_CanActorLandSafe) == 0x000010, "Wrong size on ZGameMode_CanActorLandSafe"); \ -static_assert(offsetof(ZGameMode_CanActorLandSafe, Actor) == 0x000000, "Member 'ZGameMode_CanActorLandSafe::Actor' has a wrong offset!"); \ -static_assert(offsetof(ZGameMode_CanActorLandSafe, ReturnValue) == 0x000008, "Member 'ZGameMode_CanActorLandSafe::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_CollectSublevelsByCheckPoints \ -static_assert(alignof(ZGameMode_CollectSublevelsByCheckPoints) == 0x000008, "Wrong alignment on ZGameMode_CollectSublevelsByCheckPoints"); \ -static_assert(sizeof(ZGameMode_CollectSublevelsByCheckPoints) == 0x000020, "Wrong size on ZGameMode_CollectSublevelsByCheckPoints"); \ -static_assert(offsetof(ZGameMode_CollectSublevelsByCheckPoints, pCheckPoints) == 0x000000, "Member 'ZGameMode_CollectSublevelsByCheckPoints::pCheckPoints' has a wrong offset!"); \ -static_assert(offsetof(ZGameMode_CollectSublevelsByCheckPoints, ReturnValue) == 0x000010, "Member 'ZGameMode_CollectSublevelsByCheckPoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_GetBoundPlayerRestartObjects \ -static_assert(alignof(ZGameMode_GetBoundPlayerRestartObjects) == 0x000008, "Wrong alignment on ZGameMode_GetBoundPlayerRestartObjects"); \ -static_assert(sizeof(ZGameMode_GetBoundPlayerRestartObjects) == 0x000010, "Wrong size on ZGameMode_GetBoundPlayerRestartObjects"); \ -static_assert(offsetof(ZGameMode_GetBoundPlayerRestartObjects, ReturnValue) == 0x000000, "Member 'ZGameMode_GetBoundPlayerRestartObjects::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_GetCurrentCheckPointData \ -static_assert(alignof(ZGameMode_GetCurrentCheckPointData) == 0x000008, "Wrong alignment on ZGameMode_GetCurrentCheckPointData"); \ -static_assert(sizeof(ZGameMode_GetCurrentCheckPointData) == 0x000080, "Wrong size on ZGameMode_GetCurrentCheckPointData"); \ -static_assert(offsetof(ZGameMode_GetCurrentCheckPointData, ReturnValue) == 0x000000, "Member 'ZGameMode_GetCurrentCheckPointData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_GetCurrentCheckPointId \ -static_assert(alignof(ZGameMode_GetCurrentCheckPointId) == 0x000004, "Wrong alignment on ZGameMode_GetCurrentCheckPointId"); \ -static_assert(sizeof(ZGameMode_GetCurrentCheckPointId) == 0x000010, "Wrong size on ZGameMode_GetCurrentCheckPointId"); \ -static_assert(offsetof(ZGameMode_GetCurrentCheckPointId, ReturnValue) == 0x000000, "Member 'ZGameMode_GetCurrentCheckPointId::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_GetCurrentGameState \ -static_assert(alignof(ZGameMode_GetCurrentGameState) == 0x000001, "Wrong alignment on ZGameMode_GetCurrentGameState"); \ -static_assert(sizeof(ZGameMode_GetCurrentGameState) == 0x000001, "Wrong size on ZGameMode_GetCurrentGameState"); \ -static_assert(offsetof(ZGameMode_GetCurrentGameState, ReturnValue) == 0x000000, "Member 'ZGameMode_GetCurrentGameState::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_GetMapManager \ -static_assert(alignof(ZGameMode_GetMapManager) == 0x000008, "Wrong alignment on ZGameMode_GetMapManager"); \ -static_assert(sizeof(ZGameMode_GetMapManager) == 0x000008, "Wrong size on ZGameMode_GetMapManager"); \ -static_assert(offsetof(ZGameMode_GetMapManager, ReturnValue) == 0x000000, "Member 'ZGameMode_GetMapManager::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_GetRespawnOccurence \ -static_assert(alignof(ZGameMode_GetRespawnOccurence) == 0x000004, "Wrong alignment on ZGameMode_GetRespawnOccurence"); \ -static_assert(sizeof(ZGameMode_GetRespawnOccurence) == 0x000004, "Wrong size on ZGameMode_GetRespawnOccurence"); \ -static_assert(offsetof(ZGameMode_GetRespawnOccurence, ReturnValue) == 0x000000, "Member 'ZGameMode_GetRespawnOccurence::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_IsCurrentCheckPointEmpty \ -static_assert(alignof(ZGameMode_IsCurrentCheckPointEmpty) == 0x000001, "Wrong alignment on ZGameMode_IsCurrentCheckPointEmpty"); \ -static_assert(sizeof(ZGameMode_IsCurrentCheckPointEmpty) == 0x000001, "Wrong size on ZGameMode_IsCurrentCheckPointEmpty"); \ -static_assert(offsetof(ZGameMode_IsCurrentCheckPointEmpty, ReturnValue) == 0x000000, "Member 'ZGameMode_IsCurrentCheckPointEmpty::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_IsLevelStreamingReadyAtPosition \ -static_assert(alignof(ZGameMode_IsLevelStreamingReadyAtPosition) == 0x000008, "Wrong alignment on ZGameMode_IsLevelStreamingReadyAtPosition"); \ -static_assert(sizeof(ZGameMode_IsLevelStreamingReadyAtPosition) == 0x000020, "Wrong size on ZGameMode_IsLevelStreamingReadyAtPosition"); \ -static_assert(offsetof(ZGameMode_IsLevelStreamingReadyAtPosition, Position) == 0x000000, "Member 'ZGameMode_IsLevelStreamingReadyAtPosition::Position' has a wrong offset!"); \ -static_assert(offsetof(ZGameMode_IsLevelStreamingReadyAtPosition, ReturnValue) == 0x000018, "Member 'ZGameMode_IsLevelStreamingReadyAtPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameMode_IsRespawning \ -static_assert(alignof(ZGameMode_IsRespawning) == 0x000001, "Wrong alignment on ZGameMode_IsRespawning"); \ -static_assert(sizeof(ZGameMode_IsRespawning) == 0x000001, "Wrong size on ZGameMode_IsRespawning"); \ -static_assert(offsetof(ZGameMode_IsRespawning, ReturnValue) == 0x000000, "Member 'ZGameMode_IsRespawning::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZGameMode \ -static_assert(alignof(AZGameMode) == 0x000010, "Wrong alignment on AZGameMode"); \ -static_assert(sizeof(AZGameMode) == 0x0006F0, "Wrong size on AZGameMode"); \ -static_assert(offsetof(AZGameMode, OnPlayerRestart) == 0x000328, "Member 'AZGameMode::OnPlayerRestart' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, OnCheckPointReached) == 0x000338, "Member 'AZGameMode::OnCheckPointReached' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, RespawnFailsafe) == 0x000348, "Member 'AZGameMode::RespawnFailsafe' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, bUseTimeout) == 0x00034C, "Member 'AZGameMode::bUseTimeout' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, MaxStreamingChecksTime) == 0x000350, "Member 'AZGameMode::MaxStreamingChecksTime' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, StreamingSecureTime) == 0x000354, "Member 'AZGameMode::StreamingSecureTime' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, TransitionStreamingSecureTime) == 0x000358, "Member 'AZGameMode::TransitionStreamingSecureTime' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, bWaitForMapManagerJobs) == 0x00035C, "Member 'AZGameMode::bWaitForMapManagerJobs' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, bDoGeometryCheck) == 0x00035D, "Member 'AZGameMode::bDoGeometryCheck' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, PlayerDistanceEvaluationInterval) == 0x000360, "Member 'AZGameMode::PlayerDistanceEvaluationInterval' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, CurrentCheckpoint) == 0x000590, "Member 'AZGameMode::CurrentCheckpoint' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, MapManager) == 0x000610, "Member 'AZGameMode::MapManager' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, LevelPreload) == 0x000618, "Member 'AZGameMode::LevelPreload' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, SideKickTags) == 0x000668, "Member 'AZGameMode::SideKickTags' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, ViewFrustumRefreshRate) == 0x000678, "Member 'AZGameMode::ViewFrustumRefreshRate' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, OnPlayerRestartReady) == 0x000680, "Member 'AZGameMode::OnPlayerRestartReady' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, OnPlayerRestartComplete) == 0x000690, "Member 'AZGameMode::OnPlayerRestartComplete' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, RespawnListenersDebug) == 0x0006C0, "Member 'AZGameMode::RespawnListenersDebug' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, GameplayEvents) == 0x0006D0, "Member 'AZGameMode::GameplayEvents' has a wrong offset!"); \ -static_assert(offsetof(AZGameMode, LoadedCheckpoints) == 0x0006E0, "Member 'AZGameMode::LoadedCheckpoints' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifierComponent_AddGameplayModifier \ -static_assert(alignof(ZGameplayModifierComponent_AddGameplayModifier) == 0x000008, "Wrong alignment on ZGameplayModifierComponent_AddGameplayModifier"); \ -static_assert(sizeof(ZGameplayModifierComponent_AddGameplayModifier) == 0x000028, "Wrong size on ZGameplayModifierComponent_AddGameplayModifier"); \ -static_assert(offsetof(ZGameplayModifierComponent_AddGameplayModifier, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_AddGameplayModifier::Modifier' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifierComponent_RemoveGameplayModifier \ -static_assert(alignof(ZGameplayModifierComponent_RemoveGameplayModifier) == 0x000008, "Wrong alignment on ZGameplayModifierComponent_RemoveGameplayModifier"); \ -static_assert(sizeof(ZGameplayModifierComponent_RemoveGameplayModifier) == 0x000028, "Wrong size on ZGameplayModifierComponent_RemoveGameplayModifier"); \ -static_assert(offsetof(ZGameplayModifierComponent_RemoveGameplayModifier, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_RemoveGameplayModifier::Modifier' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifierComponent_GetGameplayModifierValue \ -static_assert(alignof(ZGameplayModifierComponent_GetGameplayModifierValue) == 0x000004, "Wrong alignment on ZGameplayModifierComponent_GetGameplayModifierValue"); \ -static_assert(sizeof(ZGameplayModifierComponent_GetGameplayModifierValue) == 0x00000C, "Wrong size on ZGameplayModifierComponent_GetGameplayModifierValue"); \ -static_assert(offsetof(ZGameplayModifierComponent_GetGameplayModifierValue, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_GetGameplayModifierValue::Modifier' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayModifierComponent_GetGameplayModifierValue, ReturnValue) == 0x000008, "Member 'ZGameplayModifierComponent_GetGameplayModifierValue::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifierComponent_GetModifierInstanceCount \ -static_assert(alignof(ZGameplayModifierComponent_GetModifierInstanceCount) == 0x000004, "Wrong alignment on ZGameplayModifierComponent_GetModifierInstanceCount"); \ -static_assert(sizeof(ZGameplayModifierComponent_GetModifierInstanceCount) == 0x00000C, "Wrong size on ZGameplayModifierComponent_GetModifierInstanceCount"); \ -static_assert(offsetof(ZGameplayModifierComponent_GetModifierInstanceCount, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_GetModifierInstanceCount::Modifier' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayModifierComponent_GetModifierInstanceCount, ReturnValue) == 0x000008, "Member 'ZGameplayModifierComponent_GetModifierInstanceCount::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayModifierComponent_HasGameplayModifier \ -static_assert(alignof(ZGameplayModifierComponent_HasGameplayModifier) == 0x000004, "Wrong alignment on ZGameplayModifierComponent_HasGameplayModifier"); \ -static_assert(sizeof(ZGameplayModifierComponent_HasGameplayModifier) == 0x00000C, "Wrong size on ZGameplayModifierComponent_HasGameplayModifier"); \ -static_assert(offsetof(ZGameplayModifierComponent_HasGameplayModifier, Modifier) == 0x000000, "Member 'ZGameplayModifierComponent_HasGameplayModifier::Modifier' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayModifierComponent_HasGameplayModifier, ReturnValue) == 0x000008, "Member 'ZGameplayModifierComponent_HasGameplayModifier::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameplayModifierComponent \ -static_assert(alignof(UZGameplayModifierComponent) == 0x000008, "Wrong alignment on UZGameplayModifierComponent"); \ -static_assert(sizeof(UZGameplayModifierComponent) == 0x0000E0, "Wrong size on UZGameplayModifierComponent"); \ -static_assert(offsetof(UZGameplayModifierComponent, OnGameplayModifierAdded) == 0x0000A0, "Member 'UZGameplayModifierComponent::OnGameplayModifierAdded' has a wrong offset!"); \ -static_assert(offsetof(UZGameplayModifierComponent, OnGameplayModifierApplied) == 0x0000B0, "Member 'UZGameplayModifierComponent::OnGameplayModifierApplied' has a wrong offset!"); \ -static_assert(offsetof(UZGameplayModifierComponent, OnGameplayModifierRemoved) == 0x0000C0, "Member 'UZGameplayModifierComponent::OnGameplayModifierRemoved' has a wrong offset!"); \ -static_assert(offsetof(UZGameplayModifierComponent, Modifiers) == 0x0000D0, "Member 'UZGameplayModifierComponent::Modifiers' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_AddGameplayTag \ -static_assert(alignof(ZGameplayTagComponent_AddGameplayTag) == 0x000004, "Wrong alignment on ZGameplayTagComponent_AddGameplayTag"); \ -static_assert(sizeof(ZGameplayTagComponent_AddGameplayTag) == 0x000008, "Wrong size on ZGameplayTagComponent_AddGameplayTag"); \ -static_assert(offsetof(ZGameplayTagComponent_AddGameplayTag, TagToAdd) == 0x000000, "Member 'ZGameplayTagComponent_AddGameplayTag::TagToAdd' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_AddGameplayTags \ -static_assert(alignof(ZGameplayTagComponent_AddGameplayTags) == 0x000008, "Wrong alignment on ZGameplayTagComponent_AddGameplayTags"); \ -static_assert(sizeof(ZGameplayTagComponent_AddGameplayTags) == 0x000020, "Wrong size on ZGameplayTagComponent_AddGameplayTags"); \ -static_assert(offsetof(ZGameplayTagComponent_AddGameplayTags, TagsToAdd) == 0x000000, "Member 'ZGameplayTagComponent_AddGameplayTags::TagsToAdd' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_RemoveGameplayTag \ -static_assert(alignof(ZGameplayTagComponent_RemoveGameplayTag) == 0x000004, "Wrong alignment on ZGameplayTagComponent_RemoveGameplayTag"); \ -static_assert(sizeof(ZGameplayTagComponent_RemoveGameplayTag) == 0x000008, "Wrong size on ZGameplayTagComponent_RemoveGameplayTag"); \ -static_assert(offsetof(ZGameplayTagComponent_RemoveGameplayTag, TagToRemove) == 0x000000, "Member 'ZGameplayTagComponent_RemoveGameplayTag::TagToRemove' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_RemoveGameplayTags \ -static_assert(alignof(ZGameplayTagComponent_RemoveGameplayTags) == 0x000008, "Wrong alignment on ZGameplayTagComponent_RemoveGameplayTags"); \ -static_assert(sizeof(ZGameplayTagComponent_RemoveGameplayTags) == 0x000020, "Wrong size on ZGameplayTagComponent_RemoveGameplayTags"); \ -static_assert(offsetof(ZGameplayTagComponent_RemoveGameplayTags, TagsToRemove) == 0x000000, "Member 'ZGameplayTagComponent_RemoveGameplayTags::TagsToRemove' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_GetPreventAbilityGPTC \ -static_assert(alignof(ZGameplayTagComponent_GetPreventAbilityGPTC) == 0x000008, "Wrong alignment on ZGameplayTagComponent_GetPreventAbilityGPTC"); \ -static_assert(sizeof(ZGameplayTagComponent_GetPreventAbilityGPTC) == 0x000020, "Wrong size on ZGameplayTagComponent_GetPreventAbilityGPTC"); \ -static_assert(offsetof(ZGameplayTagComponent_GetPreventAbilityGPTC, ReturnValue) == 0x000000, "Member 'ZGameplayTagComponent_GetPreventAbilityGPTC::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_HasTag \ -static_assert(alignof(ZGameplayTagComponent_HasTag) == 0x000004, "Wrong alignment on ZGameplayTagComponent_HasTag"); \ -static_assert(sizeof(ZGameplayTagComponent_HasTag) == 0x00000C, "Wrong size on ZGameplayTagComponent_HasTag"); \ -static_assert(offsetof(ZGameplayTagComponent_HasTag, TagToCheck) == 0x000000, "Member 'ZGameplayTagComponent_HasTag::TagToCheck' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayTagComponent_HasTag, ReturnValue) == 0x000008, "Member 'ZGameplayTagComponent_HasTag::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_HasTagByName \ -static_assert(alignof(ZGameplayTagComponent_HasTagByName) == 0x000004, "Wrong alignment on ZGameplayTagComponent_HasTagByName"); \ -static_assert(sizeof(ZGameplayTagComponent_HasTagByName) == 0x00000C, "Wrong size on ZGameplayTagComponent_HasTagByName"); \ -static_assert(offsetof(ZGameplayTagComponent_HasTagByName, TagName) == 0x000000, "Member 'ZGameplayTagComponent_HasTagByName::TagName' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayTagComponent_HasTagByName, ReturnValue) == 0x000008, "Member 'ZGameplayTagComponent_HasTagByName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZGameplayTagComponent_HasTags \ -static_assert(alignof(ZGameplayTagComponent_HasTags) == 0x000008, "Wrong alignment on ZGameplayTagComponent_HasTags"); \ -static_assert(sizeof(ZGameplayTagComponent_HasTags) == 0x000028, "Wrong size on ZGameplayTagComponent_HasTags"); \ -static_assert(offsetof(ZGameplayTagComponent_HasTags, TagsToCheck) == 0x000000, "Member 'ZGameplayTagComponent_HasTags::TagsToCheck' has a wrong offset!"); \ -static_assert(offsetof(ZGameplayTagComponent_HasTags, ReturnValue) == 0x000020, "Member 'ZGameplayTagComponent_HasTags::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameplayTagComponent \ -static_assert(alignof(UZGameplayTagComponent) == 0x000008, "Wrong alignment on UZGameplayTagComponent"); \ -static_assert(sizeof(UZGameplayTagComponent) == 0x0000E0, "Wrong size on UZGameplayTagComponent"); \ -static_assert(offsetof(UZGameplayTagComponent, GameplayTags) == 0x0000A0, "Member 'UZGameplayTagComponent::GameplayTags' has a wrong offset!"); \ -static_assert(offsetof(UZGameplayTagComponent, OnGameplayTagAdded) == 0x0000C0, "Member 'UZGameplayTagComponent::OnGameplayTagAdded' has a wrong offset!"); \ -static_assert(offsetof(UZGameplayTagComponent, OnGameplayTagRemoved) == 0x0000D0, "Member 'UZGameplayTagComponent::OnGameplayTagRemoved' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetDPGameUserSettings \ -static_assert(alignof(DPGameUserSettings_GetDPGameUserSettings) == 0x000008, "Wrong alignment on DPGameUserSettings_GetDPGameUserSettings"); \ -static_assert(sizeof(DPGameUserSettings_GetDPGameUserSettings) == 0x000008, "Wrong size on DPGameUserSettings_GetDPGameUserSettings"); \ -static_assert(offsetof(DPGameUserSettings_GetDPGameUserSettings, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetDPGameUserSettings::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetFramerateCapFromSetting \ -static_assert(alignof(DPGameUserSettings_GetFramerateCapFromSetting) == 0x000004, "Wrong alignment on DPGameUserSettings_GetFramerateCapFromSetting"); \ -static_assert(sizeof(DPGameUserSettings_GetFramerateCapFromSetting) == 0x000008, "Wrong size on DPGameUserSettings_GetFramerateCapFromSetting"); \ -static_assert(offsetof(DPGameUserSettings_GetFramerateCapFromSetting, FramerateCapSetting_0) == 0x000000, "Member 'DPGameUserSettings_GetFramerateCapFromSetting::FramerateCapSetting_0' has a wrong offset!"); \ -static_assert(offsetof(DPGameUserSettings_GetFramerateCapFromSetting, ReturnValue) == 0x000004, "Member 'DPGameUserSettings_GetFramerateCapFromSetting::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorIDFromWindowPosition \ -static_assert(alignof(DPGameUserSettings_GetMonitorIDFromWindowPosition) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMonitorIDFromWindowPosition"); \ -static_assert(sizeof(DPGameUserSettings_GetMonitorIDFromWindowPosition) == 0x000004, "Wrong size on DPGameUserSettings_GetMonitorIDFromWindowPosition"); \ -static_assert(offsetof(DPGameUserSettings_GetMonitorIDFromWindowPosition, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorIDFromWindowPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor \ -static_assert(alignof(DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor) == 0x000008, "Wrong alignment on DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor"); \ -static_assert(sizeof(DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor) == 0x000010, "Wrong size on DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor"); \ -static_assert(offsetof(DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor, Resolutions) == 0x000000, "Member 'DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor::Resolutions' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetAimAssist \ -static_assert(alignof(DPGameUserSettings_SetAimAssist) == 0x000001, "Wrong alignment on DPGameUserSettings_SetAimAssist"); \ -static_assert(sizeof(DPGameUserSettings_SetAimAssist) == 0x000001, "Wrong size on DPGameUserSettings_SetAimAssist"); \ -static_assert(offsetof(DPGameUserSettings_SetAimAssist, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetAimAssist::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetAimSensitivity \ -static_assert(alignof(DPGameUserSettings_SetAimSensitivity) == 0x000004, "Wrong alignment on DPGameUserSettings_SetAimSensitivity"); \ -static_assert(sizeof(DPGameUserSettings_SetAimSensitivity) == 0x000004, "Wrong size on DPGameUserSettings_SetAimSensitivity"); \ -static_assert(offsetof(DPGameUserSettings_SetAimSensitivity, fNewSensitivity) == 0x000000, "Member 'DPGameUserSettings_SetAimSensitivity::fNewSensitivity' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetAmbianceVolume \ -static_assert(alignof(DPGameUserSettings_SetAmbianceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetAmbianceVolume"); \ -static_assert(sizeof(DPGameUserSettings_SetAmbianceVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetAmbianceVolume"); \ -static_assert(offsetof(DPGameUserSettings_SetAmbianceVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetAmbianceVolume::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetAudioOutputDevice \ -static_assert(alignof(DPGameUserSettings_SetAudioOutputDevice) == 0x000004, "Wrong alignment on DPGameUserSettings_SetAudioOutputDevice"); \ -static_assert(sizeof(DPGameUserSettings_SetAudioOutputDevice) == 0x000004, "Wrong size on DPGameUserSettings_SetAudioOutputDevice"); \ -static_assert(offsetof(DPGameUserSettings_SetAudioOutputDevice, DeviceIndex) == 0x000000, "Member 'DPGameUserSettings_SetAudioOutputDevice::DeviceIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetCinematicVolume \ -static_assert(alignof(DPGameUserSettings_SetCinematicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetCinematicVolume"); \ -static_assert(sizeof(DPGameUserSettings_SetCinematicVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetCinematicVolume"); \ -static_assert(offsetof(DPGameUserSettings_SetCinematicVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetCinematicVolume::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetDeviceProfileMode \ -static_assert(alignof(DPGameUserSettings_SetDeviceProfileMode) == 0x000001, "Wrong alignment on DPGameUserSettings_SetDeviceProfileMode"); \ -static_assert(sizeof(DPGameUserSettings_SetDeviceProfileMode) == 0x000001, "Wrong size on DPGameUserSettings_SetDeviceProfileMode"); \ -static_assert(offsetof(DPGameUserSettings_SetDeviceProfileMode, NewDeviceProfileMode) == 0x000000, "Member 'DPGameUserSettings_SetDeviceProfileMode::NewDeviceProfileMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetDLSSMode \ -static_assert(alignof(DPGameUserSettings_SetDLSSMode) == 0x000004, "Wrong alignment on DPGameUserSettings_SetDLSSMode"); \ -static_assert(sizeof(DPGameUserSettings_SetDLSSMode) == 0x000004, "Wrong size on DPGameUserSettings_SetDLSSMode"); \ -static_assert(offsetof(DPGameUserSettings_SetDLSSMode, NewDLSSModeValue) == 0x000000, "Member 'DPGameUserSettings_SetDLSSMode::NewDLSSModeValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetFontSize \ -static_assert(alignof(DPGameUserSettings_SetFontSize) == 0x000001, "Wrong alignment on DPGameUserSettings_SetFontSize"); \ -static_assert(sizeof(DPGameUserSettings_SetFontSize) == 0x000001, "Wrong size on DPGameUserSettings_SetFontSize"); \ -static_assert(offsetof(DPGameUserSettings_SetFontSize, NewFontSize) == 0x000000, "Member 'DPGameUserSettings_SetFontSize::NewFontSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetForceFeedback \ -static_assert(alignof(DPGameUserSettings_SetForceFeedback) == 0x000001, "Wrong alignment on DPGameUserSettings_SetForceFeedback"); \ -static_assert(sizeof(DPGameUserSettings_SetForceFeedback) == 0x000001, "Wrong size on DPGameUserSettings_SetForceFeedback"); \ -static_assert(offsetof(DPGameUserSettings_SetForceFeedback, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetForceFeedback::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetFramerateCapSetting \ -static_assert(alignof(DPGameUserSettings_SetFramerateCapSetting) == 0x000004, "Wrong alignment on DPGameUserSettings_SetFramerateCapSetting"); \ -static_assert(sizeof(DPGameUserSettings_SetFramerateCapSetting) == 0x000004, "Wrong size on DPGameUserSettings_SetFramerateCapSetting"); \ -static_assert(offsetof(DPGameUserSettings_SetFramerateCapSetting, NewFramerateCapSetting) == 0x000000, "Member 'DPGameUserSettings_SetFramerateCapSetting::NewFramerateCapSetting' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetFSRMode \ -static_assert(alignof(DPGameUserSettings_SetFSRMode) == 0x000004, "Wrong alignment on DPGameUserSettings_SetFSRMode"); \ -static_assert(sizeof(DPGameUserSettings_SetFSRMode) == 0x000004, "Wrong size on DPGameUserSettings_SetFSRMode"); \ -static_assert(offsetof(DPGameUserSettings_SetFSRMode, NewFSRModeValue) == 0x000000, "Member 'DPGameUserSettings_SetFSRMode::NewFSRModeValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetGammaCorrection \ -static_assert(alignof(DPGameUserSettings_SetGammaCorrection) == 0x000004, "Wrong alignment on DPGameUserSettings_SetGammaCorrection"); \ -static_assert(sizeof(DPGameUserSettings_SetGammaCorrection) == 0x000004, "Wrong size on DPGameUserSettings_SetGammaCorrection"); \ -static_assert(offsetof(DPGameUserSettings_SetGammaCorrection, fValue) == 0x000000, "Member 'DPGameUserSettings_SetGammaCorrection::fValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetHasSetGammaCorrection \ -static_assert(alignof(DPGameUserSettings_SetHasSetGammaCorrection) == 0x000001, "Wrong alignment on DPGameUserSettings_SetHasSetGammaCorrection"); \ -static_assert(sizeof(DPGameUserSettings_SetHasSetGammaCorrection) == 0x000001, "Wrong size on DPGameUserSettings_SetHasSetGammaCorrection"); \ -static_assert(offsetof(DPGameUserSettings_SetHasSetGammaCorrection, Value) == 0x000000, "Member 'DPGameUserSettings_SetHasSetGammaCorrection::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetHelpSystemEnabled \ -static_assert(alignof(DPGameUserSettings_SetHelpSystemEnabled) == 0x000001, "Wrong alignment on DPGameUserSettings_SetHelpSystemEnabled"); \ -static_assert(sizeof(DPGameUserSettings_SetHelpSystemEnabled) == 0x000001, "Wrong size on DPGameUserSettings_SetHelpSystemEnabled"); \ -static_assert(offsetof(DPGameUserSettings_SetHelpSystemEnabled, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetHelpSystemEnabled::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetKeyboardLayout \ -static_assert(alignof(DPGameUserSettings_SetKeyboardLayout) == 0x000004, "Wrong alignment on DPGameUserSettings_SetKeyboardLayout"); \ -static_assert(sizeof(DPGameUserSettings_SetKeyboardLayout) == 0x000004, "Wrong size on DPGameUserSettings_SetKeyboardLayout"); \ -static_assert(offsetof(DPGameUserSettings_SetKeyboardLayout, Layout) == 0x000000, "Member 'DPGameUserSettings_SetKeyboardLayout::Layout' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetLanguage \ -static_assert(alignof(DPGameUserSettings_SetLanguage) == 0x000008, "Wrong alignment on DPGameUserSettings_SetLanguage"); \ -static_assert(sizeof(DPGameUserSettings_SetLanguage) == 0x000010, "Wrong size on DPGameUserSettings_SetLanguage"); \ -static_assert(offsetof(DPGameUserSettings_SetLanguage, NewLanguage) == 0x000000, "Member 'DPGameUserSettings_SetLanguage::NewLanguage' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetMasterVolume \ -static_assert(alignof(DPGameUserSettings_SetMasterVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetMasterVolume"); \ -static_assert(sizeof(DPGameUserSettings_SetMasterVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetMasterVolume"); \ -static_assert(offsetof(DPGameUserSettings_SetMasterVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetMasterVolume::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetMonitorID \ -static_assert(alignof(DPGameUserSettings_SetMonitorID) == 0x000008, "Wrong alignment on DPGameUserSettings_SetMonitorID"); \ -static_assert(sizeof(DPGameUserSettings_SetMonitorID) == 0x000010, "Wrong size on DPGameUserSettings_SetMonitorID"); \ -static_assert(offsetof(DPGameUserSettings_SetMonitorID, NewMonitorID) == 0x000000, "Member 'DPGameUserSettings_SetMonitorID::NewMonitorID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetMonitorIDFromIndex \ -static_assert(alignof(DPGameUserSettings_SetMonitorIDFromIndex) == 0x000004, "Wrong alignment on DPGameUserSettings_SetMonitorIDFromIndex"); \ -static_assert(sizeof(DPGameUserSettings_SetMonitorIDFromIndex) == 0x000004, "Wrong size on DPGameUserSettings_SetMonitorIDFromIndex"); \ -static_assert(offsetof(DPGameUserSettings_SetMonitorIDFromIndex, MonitorIndex) == 0x000000, "Member 'DPGameUserSettings_SetMonitorIDFromIndex::MonitorIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetMusicVolume \ -static_assert(alignof(DPGameUserSettings_SetMusicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetMusicVolume"); \ -static_assert(sizeof(DPGameUserSettings_SetMusicVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetMusicVolume"); \ -static_assert(offsetof(DPGameUserSettings_SetMusicVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetMusicVolume::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetSlingshotInvertX \ -static_assert(alignof(DPGameUserSettings_SetSlingshotInvertX) == 0x000001, "Wrong alignment on DPGameUserSettings_SetSlingshotInvertX"); \ -static_assert(sizeof(DPGameUserSettings_SetSlingshotInvertX) == 0x000001, "Wrong size on DPGameUserSettings_SetSlingshotInvertX"); \ -static_assert(offsetof(DPGameUserSettings_SetSlingshotInvertX, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetSlingshotInvertX::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetSlingshotInvertY \ -static_assert(alignof(DPGameUserSettings_SetSlingshotInvertY) == 0x000001, "Wrong alignment on DPGameUserSettings_SetSlingshotInvertY"); \ -static_assert(sizeof(DPGameUserSettings_SetSlingshotInvertY) == 0x000001, "Wrong size on DPGameUserSettings_SetSlingshotInvertY"); \ -static_assert(offsetof(DPGameUserSettings_SetSlingshotInvertY, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetSlingshotInvertY::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetSoundEffectVolume \ -static_assert(alignof(DPGameUserSettings_SetSoundEffectVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetSoundEffectVolume"); \ -static_assert(sizeof(DPGameUserSettings_SetSoundEffectVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetSoundEffectVolume"); \ -static_assert(offsetof(DPGameUserSettings_SetSoundEffectVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetSoundEffectVolume::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetSubtitle \ -static_assert(alignof(DPGameUserSettings_SetSubtitle) == 0x000001, "Wrong alignment on DPGameUserSettings_SetSubtitle"); \ -static_assert(sizeof(DPGameUserSettings_SetSubtitle) == 0x000001, "Wrong size on DPGameUserSettings_SetSubtitle"); \ -static_assert(offsetof(DPGameUserSettings_SetSubtitle, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetSubtitle::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetUIVolume \ -static_assert(alignof(DPGameUserSettings_SetUIVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetUIVolume"); \ -static_assert(sizeof(DPGameUserSettings_SetUIVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetUIVolume"); \ -static_assert(offsetof(DPGameUserSettings_SetUIVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetUIVolume::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetVoiceVolume \ -static_assert(alignof(DPGameUserSettings_SetVoiceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetVoiceVolume"); \ -static_assert(sizeof(DPGameUserSettings_SetVoiceVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetVoiceVolume"); \ -static_assert(offsetof(DPGameUserSettings_SetVoiceVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetVoiceVolume::NewValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_SetWasLanguageSetFromGame \ -static_assert(alignof(DPGameUserSettings_SetWasLanguageSetFromGame) == 0x000001, "Wrong alignment on DPGameUserSettings_SetWasLanguageSetFromGame"); \ -static_assert(sizeof(DPGameUserSettings_SetWasLanguageSetFromGame) == 0x000001, "Wrong size on DPGameUserSettings_SetWasLanguageSetFromGame"); \ -static_assert(offsetof(DPGameUserSettings_SetWasLanguageSetFromGame, bValue) == 0x000000, "Member 'DPGameUserSettings_SetWasLanguageSetFromGame::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetAimAssist \ -static_assert(alignof(DPGameUserSettings_GetAimAssist) == 0x000001, "Wrong alignment on DPGameUserSettings_GetAimAssist"); \ -static_assert(sizeof(DPGameUserSettings_GetAimAssist) == 0x000001, "Wrong size on DPGameUserSettings_GetAimAssist"); \ -static_assert(offsetof(DPGameUserSettings_GetAimAssist, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAimAssist::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetAimSensitivity \ -static_assert(alignof(DPGameUserSettings_GetAimSensitivity) == 0x000004, "Wrong alignment on DPGameUserSettings_GetAimSensitivity"); \ -static_assert(sizeof(DPGameUserSettings_GetAimSensitivity) == 0x000004, "Wrong size on DPGameUserSettings_GetAimSensitivity"); \ -static_assert(offsetof(DPGameUserSettings_GetAimSensitivity, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAimSensitivity::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetAmbianceVolume \ -static_assert(alignof(DPGameUserSettings_GetAmbianceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetAmbianceVolume"); \ -static_assert(sizeof(DPGameUserSettings_GetAmbianceVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetAmbianceVolume"); \ -static_assert(offsetof(DPGameUserSettings_GetAmbianceVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAmbianceVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetAudioOutputDevice \ -static_assert(alignof(DPGameUserSettings_GetAudioOutputDevice) == 0x000004, "Wrong alignment on DPGameUserSettings_GetAudioOutputDevice"); \ -static_assert(sizeof(DPGameUserSettings_GetAudioOutputDevice) == 0x000004, "Wrong size on DPGameUserSettings_GetAudioOutputDevice"); \ -static_assert(offsetof(DPGameUserSettings_GetAudioOutputDevice, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAudioOutputDevice::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetCinematicVolume \ -static_assert(alignof(DPGameUserSettings_GetCinematicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetCinematicVolume"); \ -static_assert(sizeof(DPGameUserSettings_GetCinematicVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetCinematicVolume"); \ -static_assert(offsetof(DPGameUserSettings_GetCinematicVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetCinematicVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetDefaultAudioOutputDevice \ -static_assert(alignof(DPGameUserSettings_GetDefaultAudioOutputDevice) == 0x000004, "Wrong alignment on DPGameUserSettings_GetDefaultAudioOutputDevice"); \ -static_assert(sizeof(DPGameUserSettings_GetDefaultAudioOutputDevice) == 0x000004, "Wrong size on DPGameUserSettings_GetDefaultAudioOutputDevice"); \ -static_assert(offsetof(DPGameUserSettings_GetDefaultAudioOutputDevice, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetDefaultAudioOutputDevice::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetDeviceProfileMode \ -static_assert(alignof(DPGameUserSettings_GetDeviceProfileMode) == 0x000001, "Wrong alignment on DPGameUserSettings_GetDeviceProfileMode"); \ -static_assert(sizeof(DPGameUserSettings_GetDeviceProfileMode) == 0x000001, "Wrong size on DPGameUserSettings_GetDeviceProfileMode"); \ -static_assert(offsetof(DPGameUserSettings_GetDeviceProfileMode, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetDeviceProfileMode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetFontSize \ -static_assert(alignof(DPGameUserSettings_GetFontSize) == 0x000001, "Wrong alignment on DPGameUserSettings_GetFontSize"); \ -static_assert(sizeof(DPGameUserSettings_GetFontSize) == 0x000001, "Wrong size on DPGameUserSettings_GetFontSize"); \ -static_assert(offsetof(DPGameUserSettings_GetFontSize, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetFontSize::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetForceFeedback \ -static_assert(alignof(DPGameUserSettings_GetForceFeedback) == 0x000001, "Wrong alignment on DPGameUserSettings_GetForceFeedback"); \ -static_assert(sizeof(DPGameUserSettings_GetForceFeedback) == 0x000001, "Wrong size on DPGameUserSettings_GetForceFeedback"); \ -static_assert(offsetof(DPGameUserSettings_GetForceFeedback, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetForceFeedback::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetFramerateCapSetting \ -static_assert(alignof(DPGameUserSettings_GetFramerateCapSetting) == 0x000004, "Wrong alignment on DPGameUserSettings_GetFramerateCapSetting"); \ -static_assert(sizeof(DPGameUserSettings_GetFramerateCapSetting) == 0x000004, "Wrong size on DPGameUserSettings_GetFramerateCapSetting"); \ -static_assert(offsetof(DPGameUserSettings_GetFramerateCapSetting, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetFramerateCapSetting::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetGammaCorrection \ -static_assert(alignof(DPGameUserSettings_GetGammaCorrection) == 0x000004, "Wrong alignment on DPGameUserSettings_GetGammaCorrection"); \ -static_assert(sizeof(DPGameUserSettings_GetGammaCorrection) == 0x000004, "Wrong size on DPGameUserSettings_GetGammaCorrection"); \ -static_assert(offsetof(DPGameUserSettings_GetGammaCorrection, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetGammaCorrection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetGlobalAspectRatio \ -static_assert(alignof(DPGameUserSettings_GetGlobalAspectRatio) == 0x000004, "Wrong alignment on DPGameUserSettings_GetGlobalAspectRatio"); \ -static_assert(sizeof(DPGameUserSettings_GetGlobalAspectRatio) == 0x000004, "Wrong size on DPGameUserSettings_GetGlobalAspectRatio"); \ -static_assert(offsetof(DPGameUserSettings_GetGlobalAspectRatio, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetGlobalAspectRatio::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetHasSetGammaCorrection \ -static_assert(alignof(DPGameUserSettings_GetHasSetGammaCorrection) == 0x000001, "Wrong alignment on DPGameUserSettings_GetHasSetGammaCorrection"); \ -static_assert(sizeof(DPGameUserSettings_GetHasSetGammaCorrection) == 0x000001, "Wrong size on DPGameUserSettings_GetHasSetGammaCorrection"); \ -static_assert(offsetof(DPGameUserSettings_GetHasSetGammaCorrection, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetHasSetGammaCorrection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetHelpSystemEnabled \ -static_assert(alignof(DPGameUserSettings_GetHelpSystemEnabled) == 0x000001, "Wrong alignment on DPGameUserSettings_GetHelpSystemEnabled"); \ -static_assert(sizeof(DPGameUserSettings_GetHelpSystemEnabled) == 0x000001, "Wrong size on DPGameUserSettings_GetHelpSystemEnabled"); \ -static_assert(offsetof(DPGameUserSettings_GetHelpSystemEnabled, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetHelpSystemEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetLanguage \ -static_assert(alignof(DPGameUserSettings_GetLanguage) == 0x000008, "Wrong alignment on DPGameUserSettings_GetLanguage"); \ -static_assert(sizeof(DPGameUserSettings_GetLanguage) == 0x000010, "Wrong size on DPGameUserSettings_GetLanguage"); \ -static_assert(offsetof(DPGameUserSettings_GetLanguage, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetLanguage::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetMasterVolume \ -static_assert(alignof(DPGameUserSettings_GetMasterVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMasterVolume"); \ -static_assert(sizeof(DPGameUserSettings_GetMasterVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetMasterVolume"); \ -static_assert(offsetof(DPGameUserSettings_GetMasterVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMasterVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorID \ -static_assert(alignof(DPGameUserSettings_GetMonitorID) == 0x000008, "Wrong alignment on DPGameUserSettings_GetMonitorID"); \ -static_assert(sizeof(DPGameUserSettings_GetMonitorID) == 0x000010, "Wrong size on DPGameUserSettings_GetMonitorID"); \ -static_assert(offsetof(DPGameUserSettings_GetMonitorID, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorID::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorIndex \ -static_assert(alignof(DPGameUserSettings_GetMonitorIndex) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMonitorIndex"); \ -static_assert(sizeof(DPGameUserSettings_GetMonitorIndex) == 0x000004, "Wrong size on DPGameUserSettings_GetMonitorIndex"); \ -static_assert(offsetof(DPGameUserSettings_GetMonitorIndex, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorIndex::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorNameList \ -static_assert(alignof(DPGameUserSettings_GetMonitorNameList) == 0x000008, "Wrong alignment on DPGameUserSettings_GetMonitorNameList"); \ -static_assert(sizeof(DPGameUserSettings_GetMonitorNameList) == 0x000010, "Wrong size on DPGameUserSettings_GetMonitorNameList"); \ -static_assert(offsetof(DPGameUserSettings_GetMonitorNameList, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorNameList::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetMusicVolume \ -static_assert(alignof(DPGameUserSettings_GetMusicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMusicVolume"); \ -static_assert(sizeof(DPGameUserSettings_GetMusicVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetMusicVolume"); \ -static_assert(offsetof(DPGameUserSettings_GetMusicVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMusicVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetQualityPresetCustomValue \ -static_assert(alignof(DPGameUserSettings_GetQualityPresetCustomValue) == 0x000004, "Wrong alignment on DPGameUserSettings_GetQualityPresetCustomValue"); \ -static_assert(sizeof(DPGameUserSettings_GetQualityPresetCustomValue) == 0x000004, "Wrong size on DPGameUserSettings_GetQualityPresetCustomValue"); \ -static_assert(offsetof(DPGameUserSettings_GetQualityPresetCustomValue, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetQualityPresetCustomValue::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetSlingshotInvertX \ -static_assert(alignof(DPGameUserSettings_GetSlingshotInvertX) == 0x000001, "Wrong alignment on DPGameUserSettings_GetSlingshotInvertX"); \ -static_assert(sizeof(DPGameUserSettings_GetSlingshotInvertX) == 0x000001, "Wrong size on DPGameUserSettings_GetSlingshotInvertX"); \ -static_assert(offsetof(DPGameUserSettings_GetSlingshotInvertX, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSlingshotInvertX::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetSlingshotInvertY \ -static_assert(alignof(DPGameUserSettings_GetSlingshotInvertY) == 0x000001, "Wrong alignment on DPGameUserSettings_GetSlingshotInvertY"); \ -static_assert(sizeof(DPGameUserSettings_GetSlingshotInvertY) == 0x000001, "Wrong size on DPGameUserSettings_GetSlingshotInvertY"); \ -static_assert(offsetof(DPGameUserSettings_GetSlingshotInvertY, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSlingshotInvertY::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetSoundEffectVolume \ -static_assert(alignof(DPGameUserSettings_GetSoundEffectVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetSoundEffectVolume"); \ -static_assert(sizeof(DPGameUserSettings_GetSoundEffectVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetSoundEffectVolume"); \ -static_assert(offsetof(DPGameUserSettings_GetSoundEffectVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSoundEffectVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetSubtitle \ -static_assert(alignof(DPGameUserSettings_GetSubtitle) == 0x000001, "Wrong alignment on DPGameUserSettings_GetSubtitle"); \ -static_assert(sizeof(DPGameUserSettings_GetSubtitle) == 0x000001, "Wrong size on DPGameUserSettings_GetSubtitle"); \ -static_assert(offsetof(DPGameUserSettings_GetSubtitle, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSubtitle::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetUIVolume \ -static_assert(alignof(DPGameUserSettings_GetUIVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetUIVolume"); \ -static_assert(sizeof(DPGameUserSettings_GetUIVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetUIVolume"); \ -static_assert(offsetof(DPGameUserSettings_GetUIVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUIVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetUpscalingMethod \ -static_assert(alignof(DPGameUserSettings_GetUpscalingMethod) == 0x000001, "Wrong alignment on DPGameUserSettings_GetUpscalingMethod"); \ -static_assert(sizeof(DPGameUserSettings_GetUpscalingMethod) == 0x000001, "Wrong size on DPGameUserSettings_GetUpscalingMethod"); \ -static_assert(offsetof(DPGameUserSettings_GetUpscalingMethod, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUpscalingMethod::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetUpscalingQuality \ -static_assert(alignof(DPGameUserSettings_GetUpscalingQuality) == 0x000004, "Wrong alignment on DPGameUserSettings_GetUpscalingQuality"); \ -static_assert(sizeof(DPGameUserSettings_GetUpscalingQuality) == 0x000004, "Wrong size on DPGameUserSettings_GetUpscalingQuality"); \ -static_assert(offsetof(DPGameUserSettings_GetUpscalingQuality, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUpscalingQuality::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetUserKeyboardLayout \ -static_assert(alignof(DPGameUserSettings_GetUserKeyboardLayout) == 0x000004, "Wrong alignment on DPGameUserSettings_GetUserKeyboardLayout"); \ -static_assert(sizeof(DPGameUserSettings_GetUserKeyboardLayout) == 0x000004, "Wrong size on DPGameUserSettings_GetUserKeyboardLayout"); \ -static_assert(offsetof(DPGameUserSettings_GetUserKeyboardLayout, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUserKeyboardLayout::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetVoiceVolume \ -static_assert(alignof(DPGameUserSettings_GetVoiceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetVoiceVolume"); \ -static_assert(sizeof(DPGameUserSettings_GetVoiceVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetVoiceVolume"); \ -static_assert(offsetof(DPGameUserSettings_GetVoiceVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetVoiceVolume::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetWasLanguageSetFromGame \ -static_assert(alignof(DPGameUserSettings_GetWasLanguageSetFromGame) == 0x000001, "Wrong alignment on DPGameUserSettings_GetWasLanguageSetFromGame"); \ -static_assert(sizeof(DPGameUserSettings_GetWasLanguageSetFromGame) == 0x000001, "Wrong size on DPGameUserSettings_GetWasLanguageSetFromGame"); \ -static_assert(offsetof(DPGameUserSettings_GetWasLanguageSetFromGame, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetWasLanguageSetFromGame::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_GetWindowsKeyboardLayout \ -static_assert(alignof(DPGameUserSettings_GetWindowsKeyboardLayout) == 0x000004, "Wrong alignment on DPGameUserSettings_GetWindowsKeyboardLayout"); \ -static_assert(sizeof(DPGameUserSettings_GetWindowsKeyboardLayout) == 0x000004, "Wrong size on DPGameUserSettings_GetWindowsKeyboardLayout"); \ -static_assert(offsetof(DPGameUserSettings_GetWindowsKeyboardLayout, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetWindowsKeyboardLayout::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_IsDLSSActivated \ -static_assert(alignof(DPGameUserSettings_IsDLSSActivated) == 0x000001, "Wrong alignment on DPGameUserSettings_IsDLSSActivated"); \ -static_assert(sizeof(DPGameUserSettings_IsDLSSActivated) == 0x000001, "Wrong size on DPGameUserSettings_IsDLSSActivated"); \ -static_assert(offsetof(DPGameUserSettings_IsDLSSActivated, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsDLSSActivated::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_IsDLSSSupported \ -static_assert(alignof(DPGameUserSettings_IsDLSSSupported) == 0x000001, "Wrong alignment on DPGameUserSettings_IsDLSSSupported"); \ -static_assert(sizeof(DPGameUserSettings_IsDLSSSupported) == 0x000001, "Wrong size on DPGameUserSettings_IsDLSSSupported"); \ -static_assert(offsetof(DPGameUserSettings_IsDLSSSupported, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsDLSSSupported::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_IsFSRActivated \ -static_assert(alignof(DPGameUserSettings_IsFSRActivated) == 0x000001, "Wrong alignment on DPGameUserSettings_IsFSRActivated"); \ -static_assert(sizeof(DPGameUserSettings_IsFSRActivated) == 0x000001, "Wrong size on DPGameUserSettings_IsFSRActivated"); \ -static_assert(offsetof(DPGameUserSettings_IsFSRActivated, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsFSRActivated::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_IsFSRSupported \ -static_assert(alignof(DPGameUserSettings_IsFSRSupported) == 0x000001, "Wrong alignment on DPGameUserSettings_IsFSRSupported"); \ -static_assert(sizeof(DPGameUserSettings_IsFSRSupported) == 0x000001, "Wrong size on DPGameUserSettings_IsFSRSupported"); \ -static_assert(offsetof(DPGameUserSettings_IsFSRSupported, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsFSRSupported::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_ShouldHandleAspectRatio \ -static_assert(alignof(DPGameUserSettings_ShouldHandleAspectRatio) == 0x000001, "Wrong alignment on DPGameUserSettings_ShouldHandleAspectRatio"); \ -static_assert(sizeof(DPGameUserSettings_ShouldHandleAspectRatio) == 0x000001, "Wrong size on DPGameUserSettings_ShouldHandleAspectRatio"); \ -static_assert(offsetof(DPGameUserSettings_ShouldHandleAspectRatio, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_ShouldHandleAspectRatio::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_DPGameUserSettings_ShouldShowMonitorSelector \ -static_assert(alignof(DPGameUserSettings_ShouldShowMonitorSelector) == 0x000001, "Wrong alignment on DPGameUserSettings_ShouldShowMonitorSelector"); \ -static_assert(sizeof(DPGameUserSettings_ShouldShowMonitorSelector) == 0x000001, "Wrong size on DPGameUserSettings_ShouldShowMonitorSelector"); \ -static_assert(offsetof(DPGameUserSettings_ShouldShowMonitorSelector, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_ShouldShowMonitorSelector::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UDPGameUserSettings \ -static_assert(alignof(UDPGameUserSettings) == 0x000008, "Wrong alignment on UDPGameUserSettings"); \ -static_assert(sizeof(UDPGameUserSettings) == 0x0001F8, "Wrong size on UDPGameUserSettings"); \ -static_assert(offsetof(UDPGameUserSettings, OnWindowModeChanged) == 0x000148, "Member 'UDPGameUserSettings::OnWindowModeChanged' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, OnAspectRatioUpdate) == 0x000158, "Member 'UDPGameUserSettings::OnAspectRatioUpdate' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, DeviceProfileMode) == 0x000168, "Member 'UDPGameUserSettings::DeviceProfileMode' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, FramerateCapSetting) == 0x00016C, "Member 'UDPGameUserSettings::FramerateCapSetting' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, GammaCorrection) == 0x000170, "Member 'UDPGameUserSettings::GammaCorrection' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, HasSetGammaCorrection) == 0x000174, "Member 'UDPGameUserSettings::HasSetGammaCorrection' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, AudioOutputDevice) == 0x000178, "Member 'UDPGameUserSettings::AudioOutputDevice' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, MasterVolume) == 0x00017C, "Member 'UDPGameUserSettings::MasterVolume' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, MusicVolume) == 0x000180, "Member 'UDPGameUserSettings::MusicVolume' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, SoundEffectVolume) == 0x000184, "Member 'UDPGameUserSettings::SoundEffectVolume' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, AmbianceVolume) == 0x000188, "Member 'UDPGameUserSettings::AmbianceVolume' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, VoiceVolume) == 0x00018C, "Member 'UDPGameUserSettings::VoiceVolume' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, UIVolume) == 0x000190, "Member 'UDPGameUserSettings::UIVolume' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, CinematicVolume) == 0x000194, "Member 'UDPGameUserSettings::CinematicVolume' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, Language) == 0x000198, "Member 'UDPGameUserSettings::Language' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, bWasLanguageSetFromGame) == 0x0001A8, "Member 'UDPGameUserSettings::bWasLanguageSetFromGame' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, bSubtitlesEnabled) == 0x0001A9, "Member 'UDPGameUserSettings::bSubtitlesEnabled' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, bForceFeedback) == 0x0001AA, "Member 'UDPGameUserSettings::bForceFeedback' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, bHelpSystemEnabled) == 0x0001AB, "Member 'UDPGameUserSettings::bHelpSystemEnabled' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, bAimAssistEnabled) == 0x0001AC, "Member 'UDPGameUserSettings::bAimAssistEnabled' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, bSlingshotInvertX) == 0x0001AD, "Member 'UDPGameUserSettings::bSlingshotInvertX' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, bSlingshotInvertY) == 0x0001AE, "Member 'UDPGameUserSettings::bSlingshotInvertY' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, fAimSensitivity) == 0x0001B0, "Member 'UDPGameUserSettings::fAimSensitivity' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, FontSize) == 0x0001B4, "Member 'UDPGameUserSettings::FontSize' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, KeyboardLayout) == 0x0001B5, "Member 'UDPGameUserSettings::KeyboardLayout' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, UpscalingMethod) == 0x0001B8, "Member 'UDPGameUserSettings::UpscalingMethod' has a wrong offset!"); \ -static_assert(offsetof(UDPGameUserSettings, UpscalingQuality) == 0x0001BC, "Member 'UDPGameUserSettings::UpscalingQuality' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZGameViewport \ -static_assert(alignof(UZGameViewport) == 0x000008, "Wrong alignment on UZGameViewport"); \ -static_assert(sizeof(UZGameViewport) == 0x0003B8, "Wrong size on UZGameViewport"); \ - -#define DUMPER7_ASSERTS_ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU \ -static_assert(alignof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU) == 0x000004, "Wrong alignment on ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU"); \ -static_assert(sizeof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU) == 0x000010, "Wrong size on ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU"); \ -static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, Categories) == 0x000000, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::Categories' has a wrong offset!"); \ -static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, CPUPerformanceIndex) == 0x000004, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::CPUPerformanceIndex' has a wrong offset!"); \ -static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, GPUPerformanceIndex) == 0x000008, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::GPUPerformanceIndex' has a wrong offset!"); \ -static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU, ReturnValue) == 0x00000C, "Member 'ZHardwareBenchmarkDataAsset_GetQualityLevelsFromCPUAndGPU::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting \ -static_assert(alignof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting) == 0x000004, "Wrong alignment on ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting"); \ -static_assert(sizeof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting) == 0x000008, "Wrong size on ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting"); \ -static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting, QualitySetting) == 0x000000, "Member 'ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting::QualitySetting' has a wrong offset!"); \ -static_assert(offsetof(ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting, ReturnValue) == 0x000004, "Member 'ZHardwareBenchmarkDataAsset_GetScreenPercentageFromQualitySetting::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZHardwareBenchmarkDataAsset \ -static_assert(alignof(UZHardwareBenchmarkDataAsset) == 0x000008, "Wrong alignment on UZHardwareBenchmarkDataAsset"); \ -static_assert(sizeof(UZHardwareBenchmarkDataAsset) == 0x0000D8, "Wrong size on UZHardwareBenchmarkDataAsset"); \ -static_assert(offsetof(UZHardwareBenchmarkDataAsset, bShouldLaunchBenchmarkOnFirstLaunch) == 0x000030, "Member 'UZHardwareBenchmarkDataAsset::bShouldLaunchBenchmarkOnFirstLaunch' has a wrong offset!"); \ -static_assert(offsetof(UZHardwareBenchmarkDataAsset, GlobalPerformanceIndexes) == 0x000038, "Member 'UZHardwareBenchmarkDataAsset::GlobalPerformanceIndexes' has a wrong offset!"); \ -static_assert(offsetof(UZHardwareBenchmarkDataAsset, QualitySettingsToScreenPercentage) == 0x000088, "Member 'UZHardwareBenchmarkDataAsset::QualitySettingsToScreenPercentage' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZHelpWidgetComponent \ -static_assert(alignof(UZHelpWidgetComponent) == 0x000010, "Wrong alignment on UZHelpWidgetComponent"); \ -static_assert(sizeof(UZHelpWidgetComponent) == 0x000690, "Wrong size on UZHelpWidgetComponent"); \ - -#define DUMPER7_ASSERTS_AZHUD \ -static_assert(alignof(AZHUD) == 0x000008, "Wrong alignment on AZHUD"); \ -static_assert(sizeof(AZHUD) == 0x000380, "Wrong size on AZHUD"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_SetEnabled \ -static_assert(alignof(ZInteractableComponent_SetEnabled) == 0x000001, "Wrong alignment on ZInteractableComponent_SetEnabled"); \ -static_assert(sizeof(ZInteractableComponent_SetEnabled) == 0x000001, "Wrong size on ZInteractableComponent_SetEnabled"); \ -static_assert(offsetof(ZInteractableComponent_SetEnabled, bIsEnabled) == 0x000000, "Member 'ZInteractableComponent_SetEnabled::bIsEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_GetCharacterUser_BP \ -static_assert(alignof(ZInteractableComponent_GetCharacterUser_BP) == 0x000008, "Wrong alignment on ZInteractableComponent_GetCharacterUser_BP"); \ -static_assert(sizeof(ZInteractableComponent_GetCharacterUser_BP) == 0x000008, "Wrong size on ZInteractableComponent_GetCharacterUser_BP"); \ -static_assert(offsetof(ZInteractableComponent_GetCharacterUser_BP, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetCharacterUser_BP::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_GetGameplayTagContainer \ -static_assert(alignof(ZInteractableComponent_GetGameplayTagContainer) == 0x000008, "Wrong alignment on ZInteractableComponent_GetGameplayTagContainer"); \ -static_assert(sizeof(ZInteractableComponent_GetGameplayTagContainer) == 0x000020, "Wrong size on ZInteractableComponent_GetGameplayTagContainer"); \ -static_assert(offsetof(ZInteractableComponent_GetGameplayTagContainer, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetGameplayTagContainer::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_GetIgnorePhysicalAnimation \ -static_assert(alignof(ZInteractableComponent_GetIgnorePhysicalAnimation) == 0x000001, "Wrong alignment on ZInteractableComponent_GetIgnorePhysicalAnimation"); \ -static_assert(sizeof(ZInteractableComponent_GetIgnorePhysicalAnimation) == 0x000001, "Wrong size on ZInteractableComponent_GetIgnorePhysicalAnimation"); \ -static_assert(offsetof(ZInteractableComponent_GetIgnorePhysicalAnimation, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetIgnorePhysicalAnimation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_GetInteractableType \ -static_assert(alignof(ZInteractableComponent_GetInteractableType) == 0x000001, "Wrong alignment on ZInteractableComponent_GetInteractableType"); \ -static_assert(sizeof(ZInteractableComponent_GetInteractableType) == 0x000001, "Wrong size on ZInteractableComponent_GetInteractableType"); \ -static_assert(offsetof(ZInteractableComponent_GetInteractableType, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetInteractableType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_GetShouldPreventMovement \ -static_assert(alignof(ZInteractableComponent_GetShouldPreventMovement) == 0x000001, "Wrong alignment on ZInteractableComponent_GetShouldPreventMovement"); \ -static_assert(sizeof(ZInteractableComponent_GetShouldPreventMovement) == 0x000001, "Wrong size on ZInteractableComponent_GetShouldPreventMovement"); \ -static_assert(offsetof(ZInteractableComponent_GetShouldPreventMovement, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetShouldPreventMovement::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_GetUseTentaculePhysicalAnimation \ -static_assert(alignof(ZInteractableComponent_GetUseTentaculePhysicalAnimation) == 0x000001, "Wrong alignment on ZInteractableComponent_GetUseTentaculePhysicalAnimation"); \ -static_assert(sizeof(ZInteractableComponent_GetUseTentaculePhysicalAnimation) == 0x000001, "Wrong size on ZInteractableComponent_GetUseTentaculePhysicalAnimation"); \ -static_assert(offsetof(ZInteractableComponent_GetUseTentaculePhysicalAnimation, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetUseTentaculePhysicalAnimation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZInteractableComponent_IsEnabled \ -static_assert(alignof(ZInteractableComponent_IsEnabled) == 0x000001, "Wrong alignment on ZInteractableComponent_IsEnabled"); \ -static_assert(sizeof(ZInteractableComponent_IsEnabled) == 0x000001, "Wrong size on ZInteractableComponent_IsEnabled"); \ -static_assert(offsetof(ZInteractableComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZInteractableComponent \ -static_assert(alignof(UZInteractableComponent) == 0x000008, "Wrong alignment on UZInteractableComponent"); \ -static_assert(sizeof(UZInteractableComponent) == 0x000100, "Wrong size on UZInteractableComponent"); \ -static_assert(offsetof(UZInteractableComponent, OnInteractEvent) == 0x0000A0, "Member 'UZInteractableComponent::OnInteractEvent' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, OnInteractFinishEvent) == 0x0000B0, "Member 'UZInteractableComponent::OnInteractFinishEvent' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, InteractType) == 0x0000C0, "Member 'UZInteractableComponent::InteractType' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, GameplayTagContainer) == 0x0000C8, "Member 'UZInteractableComponent::GameplayTagContainer' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, bUseTentaculePhysicalAnimation) == 0x0000E8, "Member 'UZInteractableComponent::bUseTentaculePhysicalAnimation' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, bIgnorePhysicalAnimation) == 0x0000E9, "Member 'UZInteractableComponent::bIgnorePhysicalAnimation' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, bShouldPreventMovement) == 0x0000EA, "Member 'UZInteractableComponent::bShouldPreventMovement' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, bUseHoldInteraction) == 0x0000F4, "Member 'UZInteractableComponent::bUseHoldInteraction' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, HoldInteractionTime) == 0x0000F8, "Member 'UZInteractableComponent::HoldInteractionTime' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, bEnabled) == 0x0000FC, "Member 'UZInteractableComponent::bEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZInteractableComponent, bShouldPlayGrabAudioEvent) == 0x0000FD, "Member 'UZInteractableComponent::bShouldPlayGrabAudioEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_OnOverlapBegin \ -static_assert(alignof(ZLever_OnOverlapBegin) == 0x000008, "Wrong alignment on ZLever_OnOverlapBegin"); \ -static_assert(sizeof(ZLever_OnOverlapBegin) == 0x000118, "Wrong size on ZLever_OnOverlapBegin"); \ -static_assert(offsetof(ZLever_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'ZLever_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapBegin, Other) == 0x000008, "Member 'ZLever_OnOverlapBegin::Other' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZLever_OnOverlapBegin::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZLever_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZLever_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZLever_OnOverlapBegin::SweepResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_OnOverlapEnd \ -static_assert(alignof(ZLever_OnOverlapEnd) == 0x000008, "Wrong alignment on ZLever_OnOverlapEnd"); \ -static_assert(sizeof(ZLever_OnOverlapEnd) == 0x000020, "Wrong size on ZLever_OnOverlapEnd"); \ -static_assert(offsetof(ZLever_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZLever_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZLever_OnOverlapEnd::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZLever_OnOverlapEnd::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZLever_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_OnPlayerRestart \ -static_assert(alignof(ZLever_OnPlayerRestart) == 0x000004, "Wrong alignment on ZLever_OnPlayerRestart"); \ -static_assert(sizeof(ZLever_OnPlayerRestart) == 0x000004, "Wrong size on ZLever_OnPlayerRestart"); \ -static_assert(offsetof(ZLever_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZLever_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_OnReceiveAnimNotify \ -static_assert(alignof(ZLever_OnReceiveAnimNotify) == 0x000004, "Wrong alignment on ZLever_OnReceiveAnimNotify"); \ -static_assert(sizeof(ZLever_OnReceiveAnimNotify) == 0x000010, "Wrong size on ZLever_OnReceiveAnimNotify"); \ -static_assert(offsetof(ZLever_OnReceiveAnimNotify, AnimNotifyName) == 0x000000, "Member 'ZLever_OnReceiveAnimNotify::AnimNotifyName' has a wrong offset!"); \ -static_assert(offsetof(ZLever_OnReceiveAnimNotify, DebugInfo) == 0x000008, "Member 'ZLever_OnReceiveAnimNotify::DebugInfo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_OnStartMove \ -static_assert(alignof(ZLever_OnStartMove) == 0x000001, "Wrong alignment on ZLever_OnStartMove"); \ -static_assert(sizeof(ZLever_OnStartMove) == 0x000001, "Wrong size on ZLever_OnStartMove"); \ -static_assert(offsetof(ZLever_OnStartMove, bMovedByDarwin) == 0x000000, "Member 'ZLever_OnStartMove::bMovedByDarwin' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_OnTriggerGameAction \ -static_assert(alignof(ZLever_OnTriggerGameAction) == 0x000008, "Wrong alignment on ZLever_OnTriggerGameAction"); \ -static_assert(sizeof(ZLever_OnTriggerGameAction) == 0x000018, "Wrong size on ZLever_OnTriggerGameAction"); \ -static_assert(offsetof(ZLever_OnTriggerGameAction, GameAction) == 0x000000, "Member 'ZLever_OnTriggerGameAction::GameAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_ResolveState \ -static_assert(alignof(ZLever_ResolveState) == 0x000001, "Wrong alignment on ZLever_ResolveState"); \ -static_assert(sizeof(ZLever_ResolveState) == 0x000001, "Wrong size on ZLever_ResolveState"); \ -static_assert(offsetof(ZLever_ResolveState, bTriggerGameActions) == 0x000000, "Member 'ZLever_ResolveState::bTriggerGameActions' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_Setup \ -static_assert(alignof(ZLever_Setup) == 0x000004, "Wrong alignment on ZLever_Setup"); \ -static_assert(sizeof(ZLever_Setup) == 0x000004, "Wrong size on ZLever_Setup"); \ -static_assert(offsetof(ZLever_Setup, Occurence) == 0x000000, "Member 'ZLever_Setup::Occurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_GetDirection \ -static_assert(alignof(ZLever_GetDirection) == 0x000001, "Wrong alignment on ZLever_GetDirection"); \ -static_assert(sizeof(ZLever_GetDirection) == 0x000001, "Wrong size on ZLever_GetDirection"); \ -static_assert(offsetof(ZLever_GetDirection, ReturnValue) == 0x000000, "Member 'ZLever_GetDirection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_GetPosition \ -static_assert(alignof(ZLever_GetPosition) == 0x000004, "Wrong alignment on ZLever_GetPosition"); \ -static_assert(sizeof(ZLever_GetPosition) == 0x000004, "Wrong size on ZLever_GetPosition"); \ -static_assert(offsetof(ZLever_GetPosition, ReturnValue) == 0x000000, "Member 'ZLever_GetPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLever_IsBroken \ -static_assert(alignof(ZLever_IsBroken) == 0x000001, "Wrong alignment on ZLever_IsBroken"); \ -static_assert(sizeof(ZLever_IsBroken) == 0x000001, "Wrong size on ZLever_IsBroken"); \ -static_assert(offsetof(ZLever_IsBroken, ReturnValue) == 0x000000, "Member 'ZLever_IsBroken::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZLever \ -static_assert(alignof(AZLever) == 0x000010, "Wrong alignment on AZLever"); \ -static_assert(sizeof(AZLever) == 0x0004B0, "Wrong size on AZLever"); \ -static_assert(offsetof(AZLever, StopGrabDelegate) == 0x000318, "Member 'AZLever::StopGrabDelegate' has a wrong offset!"); \ -static_assert(offsetof(AZLever, InteractableComponent) == 0x000328, "Member 'AZLever::InteractableComponent' has a wrong offset!"); \ -static_assert(offsetof(AZLever, SceneRoot) == 0x000330, "Member 'AZLever::SceneRoot' has a wrong offset!"); \ -static_assert(offsetof(AZLever, SkeletalMesh) == 0x000338, "Member 'AZLever::SkeletalMesh' has a wrong offset!"); \ -static_assert(offsetof(AZLever, PlayerListener) == 0x000340, "Member 'AZLever::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZLever, DarwinAnimMontage) == 0x000348, "Member 'AZLever::DarwinAnimMontage' has a wrong offset!"); \ -static_assert(offsetof(AZLever, LeverSocket) == 0x000350, "Member 'AZLever::LeverSocket' has a wrong offset!"); \ -static_assert(offsetof(AZLever, MotionWarpOnName) == 0x000358, "Member 'AZLever::MotionWarpOnName' has a wrong offset!"); \ -static_assert(offsetof(AZLever, MotionWarpOffName) == 0x000360, "Member 'AZLever::MotionWarpOffName' has a wrong offset!"); \ -static_assert(offsetof(AZLever, MotionWarpBoneTarget) == 0x000368, "Member 'AZLever::MotionWarpBoneTarget' has a wrong offset!"); \ -static_assert(offsetof(AZLever, AxisName) == 0x000370, "Member 'AZLever::AxisName' has a wrong offset!"); \ -static_assert(offsetof(AZLever, JumpOnAnimName) == 0x000378, "Member 'AZLever::JumpOnAnimName' has a wrong offset!"); \ -static_assert(offsetof(AZLever, JumpOffAnimName) == 0x000380, "Member 'AZLever::JumpOffAnimName' has a wrong offset!"); \ -static_assert(offsetof(AZLever, JumpOnStartAnimNotifyName) == 0x000388, "Member 'AZLever::JumpOnStartAnimNotifyName' has a wrong offset!"); \ -static_assert(offsetof(AZLever, JumpOnEndAnimNotifyName) == 0x000390, "Member 'AZLever::JumpOnEndAnimNotifyName' has a wrong offset!"); \ -static_assert(offsetof(AZLever, bDebug) == 0x000398, "Member 'AZLever::bDebug' has a wrong offset!"); \ -static_assert(offsetof(AZLever, bMoveToStartPosition) == 0x000399, "Member 'AZLever::bMoveToStartPosition' has a wrong offset!"); \ -static_assert(offsetof(AZLever, bMoveToEndPosition) == 0x00039A, "Member 'AZLever::bMoveToEndPosition' has a wrong offset!"); \ -static_assert(offsetof(AZLever, bShouldResetOnPlayerDeath) == 0x00039B, "Member 'AZLever::bShouldResetOnPlayerDeath' has a wrong offset!"); \ -static_assert(offsetof(AZLever, LeverType) == 0x00039C, "Member 'AZLever::LeverType' has a wrong offset!"); \ -static_assert(offsetof(AZLever, LeverTriggers) == 0x0003A0, "Member 'AZLever::LeverTriggers' has a wrong offset!"); \ -static_assert(offsetof(AZLever, Speed) == 0x0003B0, "Member 'AZLever::Speed' has a wrong offset!"); \ -static_assert(offsetof(AZLever, bUniqueUse) == 0x0003B4, "Member 'AZLever::bUniqueUse' has a wrong offset!"); \ -static_assert(offsetof(AZLever, SnapTime) == 0x0003B8, "Member 'AZLever::SnapTime' has a wrong offset!"); \ -static_assert(offsetof(AZLever, ReturnToNeutralTimer) == 0x0003BC, "Member 'AZLever::ReturnToNeutralTimer' has a wrong offset!"); \ -static_assert(offsetof(AZLever, ActionActors) == 0x0003C0, "Member 'AZLever::ActionActors' has a wrong offset!"); \ -static_assert(offsetof(AZLever, ActionTimer) == 0x0003D0, "Member 'AZLever::ActionTimer' has a wrong offset!"); \ -static_assert(offsetof(AZLever, StickDeadZoneAbsMax) == 0x0003D4, "Member 'AZLever::StickDeadZoneAbsMax' has a wrong offset!"); \ -static_assert(offsetof(AZLever, ZImpulseOnExit) == 0x0003D8, "Member 'AZLever::ZImpulseOnExit' has a wrong offset!"); \ -static_assert(offsetof(AZLever, TagAddedOnUse) == 0x0003E0, "Member 'AZLever::TagAddedOnUse' has a wrong offset!"); \ -static_assert(offsetof(AZLever, MoveToPositionMaxTime) == 0x000494, "Member 'AZLever::MoveToPositionMaxTime' has a wrong offset!"); \ -static_assert(offsetof(AZLever, bPlayActivationSoundBothWays) == 0x0004A0, "Member 'AZLever::bPlayActivationSoundBothWays' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZLocomotionState_Air_OnCharacterLand \ -static_assert(alignof(ZLocomotionState_Air_OnCharacterLand) == 0x000008, "Wrong alignment on ZLocomotionState_Air_OnCharacterLand"); \ -static_assert(sizeof(ZLocomotionState_Air_OnCharacterLand) == 0x0000F8, "Wrong size on ZLocomotionState_Air_OnCharacterLand"); \ -static_assert(offsetof(ZLocomotionState_Air_OnCharacterLand, Hit) == 0x000000, "Member 'ZLocomotionState_Air_OnCharacterLand::Hit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZLocomotionState_Air \ -static_assert(alignof(UZLocomotionState_Air) == 0x000008, "Wrong alignment on UZLocomotionState_Air"); \ -static_assert(sizeof(UZLocomotionState_Air) == 0x000088, "Wrong size on UZLocomotionState_Air"); \ - -#define DUMPER7_ASSERTS_UZLocomotionState_Ground \ -static_assert(alignof(UZLocomotionState_Ground) == 0x000008, "Wrong alignment on UZLocomotionState_Ground"); \ -static_assert(sizeof(UZLocomotionState_Ground) == 0x000150, "Wrong size on UZLocomotionState_Ground"); \ -static_assert(offsetof(UZLocomotionState_Ground, DownTraceOffset) == 0x000088, "Member 'UZLocomotionState_Ground::DownTraceOffset' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState_Ground, WallDetectionOffset) == 0x00008C, "Member 'UZLocomotionState_Ground::WallDetectionOffset' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState_Ground, WallDetectionRadius) == 0x000090, "Member 'UZLocomotionState_Ground::WallDetectionRadius' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState_Ground, RotationBlendSpeed) == 0x000094, "Member 'UZLocomotionState_Ground::RotationBlendSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState_Ground, LedgeDetectionForwardDistance) == 0x000098, "Member 'UZLocomotionState_Ground::LedgeDetectionForwardDistance' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState_Ground, LedgeDetectionDownDistance) == 0x00009C, "Member 'UZLocomotionState_Ground::LedgeDetectionDownDistance' has a wrong offset!"); \ -static_assert(offsetof(UZLocomotionState_Ground, LedgeDetectionSamplesMax) == 0x0000A0, "Member 'UZLocomotionState_Ground::LedgeDetectionSamplesMax' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZLocomotionState_Swim \ -static_assert(alignof(UZLocomotionState_Swim) == 0x000008, "Wrong alignment on UZLocomotionState_Swim"); \ -static_assert(sizeof(UZLocomotionState_Swim) == 0x000098, "Wrong size on UZLocomotionState_Swim"); \ -static_assert(offsetof(UZLocomotionState_Swim, ClimbInput) == 0x000088, "Member 'UZLocomotionState_Swim::ClimbInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ULevelAction \ -static_assert(alignof(ULevelAction) == 0x000008, "Wrong alignment on ULevelAction"); \ -static_assert(sizeof(ULevelAction) == 0x000038, "Wrong size on ULevelAction"); \ - -#define DUMPER7_ASSERTS_ULevelAction_LoadLevel \ -static_assert(alignof(ULevelAction_LoadLevel) == 0x000008, "Wrong alignment on ULevelAction_LoadLevel"); \ -static_assert(sizeof(ULevelAction_LoadLevel) == 0x000068, "Wrong size on ULevelAction_LoadLevel"); \ - -#define DUMPER7_ASSERTS_ULevelAction_UnloadLevel \ -static_assert(alignof(ULevelAction_UnloadLevel) == 0x000008, "Wrong alignment on ULevelAction_UnloadLevel"); \ -static_assert(sizeof(ULevelAction_UnloadLevel) == 0x000068, "Wrong size on ULevelAction_UnloadLevel"); \ - -#define DUMPER7_ASSERTS_ULevelAction_SendEvent \ -static_assert(alignof(ULevelAction_SendEvent) == 0x000008, "Wrong alignment on ULevelAction_SendEvent"); \ -static_assert(sizeof(ULevelAction_SendEvent) == 0x000068, "Wrong size on ULevelAction_SendEvent"); \ - -#define DUMPER7_ASSERTS_ULevelAction_ExecuteFunction \ -static_assert(alignof(ULevelAction_ExecuteFunction) == 0x000008, "Wrong alignment on ULevelAction_ExecuteFunction"); \ -static_assert(sizeof(ULevelAction_ExecuteFunction) == 0x000080, "Wrong size on ULevelAction_ExecuteFunction"); \ - -#define DUMPER7_ASSERTS_ZMeleeCombatCircleComponent_OnThreatAdded \ -static_assert(alignof(ZMeleeCombatCircleComponent_OnThreatAdded) == 0x000008, "Wrong alignment on ZMeleeCombatCircleComponent_OnThreatAdded"); \ -static_assert(sizeof(ZMeleeCombatCircleComponent_OnThreatAdded) == 0x000008, "Wrong size on ZMeleeCombatCircleComponent_OnThreatAdded"); \ -static_assert(offsetof(ZMeleeCombatCircleComponent_OnThreatAdded, pThreat) == 0x000000, "Member 'ZMeleeCombatCircleComponent_OnThreatAdded::pThreat' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMeleeCombatCircleComponent_SetEnabled \ -static_assert(alignof(ZMeleeCombatCircleComponent_SetEnabled) == 0x000001, "Wrong alignment on ZMeleeCombatCircleComponent_SetEnabled"); \ -static_assert(sizeof(ZMeleeCombatCircleComponent_SetEnabled) == 0x000001, "Wrong size on ZMeleeCombatCircleComponent_SetEnabled"); \ -static_assert(offsetof(ZMeleeCombatCircleComponent_SetEnabled, bValue) == 0x000000, "Member 'ZMeleeCombatCircleComponent_SetEnabled::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZMeleeCombatCircleComponent \ -static_assert(alignof(UZMeleeCombatCircleComponent) == 0x000008, "Wrong alignment on UZMeleeCombatCircleComponent"); \ -static_assert(sizeof(UZMeleeCombatCircleComponent) == 0x0000F8, "Wrong size on UZMeleeCombatCircleComponent"); \ -static_assert(offsetof(UZMeleeCombatCircleComponent, bProcedural) == 0x0000A0, "Member 'UZMeleeCombatCircleComponent::bProcedural' has a wrong offset!"); \ -static_assert(offsetof(UZMeleeCombatCircleComponent, Radius) == 0x0000A4, "Member 'UZMeleeCombatCircleComponent::Radius' has a wrong offset!"); \ -static_assert(offsetof(UZMeleeCombatCircleComponent, SlotRadius) == 0x0000A8, "Member 'UZMeleeCombatCircleComponent::SlotRadius' has a wrong offset!"); \ -static_assert(offsetof(UZMeleeCombatCircleComponent, IgnoredStaticMeshTag) == 0x0000AC, "Member 'UZMeleeCombatCircleComponent::IgnoredStaticMeshTag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomField_OnGameplayReadyEvent \ -static_assert(alignof(ZMushroomField_OnGameplayReadyEvent) == 0x000001, "Wrong alignment on ZMushroomField_OnGameplayReadyEvent"); \ -static_assert(sizeof(ZMushroomField_OnGameplayReadyEvent) == 0x000001, "Wrong size on ZMushroomField_OnGameplayReadyEvent"); \ -static_assert(offsetof(ZMushroomField_OnGameplayReadyEvent, bGameplayReady) == 0x000000, "Member 'ZMushroomField_OnGameplayReadyEvent::bGameplayReady' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomField_OnOverlapBegin \ -static_assert(alignof(ZMushroomField_OnOverlapBegin) == 0x000008, "Wrong alignment on ZMushroomField_OnOverlapBegin"); \ -static_assert(sizeof(ZMushroomField_OnOverlapBegin) == 0x000118, "Wrong size on ZMushroomField_OnOverlapBegin"); \ -static_assert(offsetof(ZMushroomField_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'ZMushroomField_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapBegin, Other) == 0x000008, "Member 'ZMushroomField_OnOverlapBegin::Other' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZMushroomField_OnOverlapBegin::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZMushroomField_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZMushroomField_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZMushroomField_OnOverlapBegin::SweepResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomField_OnOverlapEnd \ -static_assert(alignof(ZMushroomField_OnOverlapEnd) == 0x000008, "Wrong alignment on ZMushroomField_OnOverlapEnd"); \ -static_assert(sizeof(ZMushroomField_OnOverlapEnd) == 0x000020, "Wrong size on ZMushroomField_OnOverlapEnd"); \ -static_assert(offsetof(ZMushroomField_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZMushroomField_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZMushroomField_OnOverlapEnd::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZMushroomField_OnOverlapEnd::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomField_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZMushroomField_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomField_OnPlayerRestartOverlap \ -static_assert(alignof(ZMushroomField_OnPlayerRestartOverlap) == 0x000008, "Wrong alignment on ZMushroomField_OnPlayerRestartOverlap"); \ -static_assert(sizeof(ZMushroomField_OnPlayerRestartOverlap) == 0x000008, "Wrong size on ZMushroomField_OnPlayerRestartOverlap"); \ -static_assert(offsetof(ZMushroomField_OnPlayerRestartOverlap, Pawn) == 0x000000, "Member 'ZMushroomField_OnPlayerRestartOverlap::Pawn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomField_GetAlertedPawns \ -static_assert(alignof(ZMushroomField_GetAlertedPawns) == 0x000008, "Wrong alignment on ZMushroomField_GetAlertedPawns"); \ -static_assert(sizeof(ZMushroomField_GetAlertedPawns) == 0x000010, "Wrong size on ZMushroomField_GetAlertedPawns"); \ -static_assert(offsetof(ZMushroomField_GetAlertedPawns, ReturnValue) == 0x000000, "Member 'ZMushroomField_GetAlertedPawns::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomField_GetFieldSystem \ -static_assert(alignof(ZMushroomField_GetFieldSystem) == 0x000008, "Wrong alignment on ZMushroomField_GetFieldSystem"); \ -static_assert(sizeof(ZMushroomField_GetFieldSystem) == 0x000008, "Wrong size on ZMushroomField_GetFieldSystem"); \ -static_assert(offsetof(ZMushroomField_GetFieldSystem, ReturnValue) == 0x000000, "Member 'ZMushroomField_GetFieldSystem::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomField_ShouldAlertSharks \ -static_assert(alignof(ZMushroomField_ShouldAlertSharks) == 0x000001, "Wrong alignment on ZMushroomField_ShouldAlertSharks"); \ -static_assert(sizeof(ZMushroomField_ShouldAlertSharks) == 0x000001, "Wrong size on ZMushroomField_ShouldAlertSharks"); \ -static_assert(offsetof(ZMushroomField_ShouldAlertSharks, ReturnValue) == 0x000000, "Member 'ZMushroomField_ShouldAlertSharks::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZMushroomField \ -static_assert(alignof(AZMushroomField) == 0x000008, "Wrong alignment on AZMushroomField"); \ -static_assert(sizeof(AZMushroomField) == 0x000310, "Wrong size on AZMushroomField"); \ -static_assert(offsetof(AZMushroomField, PlayerListener) == 0x0002D0, "Member 'AZMushroomField::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomField, Triggers) == 0x0002D8, "Member 'AZMushroomField::Triggers' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomField, bShouldAlertSharks) == 0x0002E8, "Member 'AZMushroomField::bShouldAlertSharks' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomField, AlertedPawns) == 0x0002F0, "Member 'AZMushroomField::AlertedPawns' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomField, PawnIntruder) == 0x000300, "Member 'AZMushroomField::PawnIntruder' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomField, FieldSystem) == 0x000308, "Member 'AZMushroomField::FieldSystem' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_KillBlobs \ -static_assert(alignof(ZMushroomFieldSystem_KillBlobs) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_KillBlobs"); \ -static_assert(sizeof(ZMushroomFieldSystem_KillBlobs) == 0x000008, "Wrong size on ZMushroomFieldSystem_KillBlobs"); \ -static_assert(offsetof(ZMushroomFieldSystem_KillBlobs, Field) == 0x000000, "Member 'ZMushroomFieldSystem_KillBlobs::Field' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnActorEntersField \ -static_assert(alignof(ZMushroomFieldSystem_OnActorEntersField) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnActorEntersField"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnActorEntersField) == 0x000108, "Wrong size on ZMushroomFieldSystem_OnActorEntersField"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnActorEntersField, OtherActor) == 0x000000, "Member 'ZMushroomFieldSystem_OnActorEntersField::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnActorEntersField, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnActorEntersField::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnActorEntersField, HitResult) == 0x000010, "Member 'ZMushroomFieldSystem_OnActorEntersField::HitResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnBlobsRequested \ -static_assert(alignof(ZMushroomFieldSystem_OnBlobsRequested) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnBlobsRequested"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnBlobsRequested) == 0x000018, "Wrong size on ZMushroomFieldSystem_OnBlobsRequested"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnBlobsRequested, Field) == 0x000000, "Member 'ZMushroomFieldSystem_OnBlobsRequested::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnBlobsRequested, SpawnLocations) == 0x000008, "Member 'ZMushroomFieldSystem_OnBlobsRequested::SpawnLocations' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnFieldAlert \ -static_assert(alignof(ZMushroomFieldSystem_OnFieldAlert) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnFieldAlert"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnFieldAlert) == 0x000020, "Wrong size on ZMushroomFieldSystem_OnFieldAlert"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlert, Field) == 0x000000, "Member 'ZMushroomFieldSystem_OnFieldAlert::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlert, AlertLocation) == 0x000008, "Member 'ZMushroomFieldSystem_OnFieldAlert::AlertLocation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnFieldAlertUpdate \ -static_assert(alignof(ZMushroomFieldSystem_OnFieldAlertUpdate) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnFieldAlertUpdate"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnFieldAlertUpdate) == 0x000020, "Wrong size on ZMushroomFieldSystem_OnFieldAlertUpdate"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlertUpdate, Field) == 0x000000, "Member 'ZMushroomFieldSystem_OnFieldAlertUpdate::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlertUpdate, AlertLocation) == 0x000008, "Member 'ZMushroomFieldSystem_OnFieldAlertUpdate::AlertLocation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPawnEntersOpenArea \ -static_assert(alignof(ZMushroomFieldSystem_OnPawnEntersOpenArea) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnPawnEntersOpenArea"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnPawnEntersOpenArea) == 0x000010, "Wrong size on ZMushroomFieldSystem_OnPawnEntersOpenArea"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnPawnEntersOpenArea, Pawn) == 0x000000, "Member 'ZMushroomFieldSystem_OnPawnEntersOpenArea::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnPawnEntersOpenArea, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnPawnEntersOpenArea::Field' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPawnLeavesField \ -static_assert(alignof(ZMushroomFieldSystem_OnPawnLeavesField) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnPawnLeavesField"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnPawnLeavesField) == 0x000010, "Wrong size on ZMushroomFieldSystem_OnPawnLeavesField"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesField, Pawn) == 0x000000, "Member 'ZMushroomFieldSystem_OnPawnLeavesField::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesField, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnPawnLeavesField::Field' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPawnLeavesOpenArea \ -static_assert(alignof(ZMushroomFieldSystem_OnPawnLeavesOpenArea) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnPawnLeavesOpenArea"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnPawnLeavesOpenArea) == 0x000010, "Wrong size on ZMushroomFieldSystem_OnPawnLeavesOpenArea"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesOpenArea, Pawn) == 0x000000, "Member 'ZMushroomFieldSystem_OnPawnLeavesOpenArea::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesOpenArea, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnPawnLeavesOpenArea::Field' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPlayerRestart \ -static_assert(alignof(ZMushroomFieldSystem_OnPlayerRestart) == 0x000004, "Wrong alignment on ZMushroomFieldSystem_OnPlayerRestart"); \ -static_assert(sizeof(ZMushroomFieldSystem_OnPlayerRestart) == 0x000004, "Wrong size on ZMushroomFieldSystem_OnPlayerRestart"); \ -static_assert(offsetof(ZMushroomFieldSystem_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZMushroomFieldSystem_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_SetAlertRadius \ -static_assert(alignof(ZMushroomFieldSystem_SetAlertRadius) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_SetAlertRadius"); \ -static_assert(sizeof(ZMushroomFieldSystem_SetAlertRadius) == 0x000010, "Wrong size on ZMushroomFieldSystem_SetAlertRadius"); \ -static_assert(offsetof(ZMushroomFieldSystem_SetAlertRadius, Field) == 0x000000, "Member 'ZMushroomFieldSystem_SetAlertRadius::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_SetAlertRadius, Radius) == 0x000008, "Member 'ZMushroomFieldSystem_SetAlertRadius::Radius' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_SpawnBlobs \ -static_assert(alignof(ZMushroomFieldSystem_SpawnBlobs) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_SpawnBlobs"); \ -static_assert(sizeof(ZMushroomFieldSystem_SpawnBlobs) == 0x000018, "Wrong size on ZMushroomFieldSystem_SpawnBlobs"); \ -static_assert(offsetof(ZMushroomFieldSystem_SpawnBlobs, Field) == 0x000000, "Member 'ZMushroomFieldSystem_SpawnBlobs::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_SpawnBlobs, Locations) == 0x000008, "Member 'ZMushroomFieldSystem_SpawnBlobs::Locations' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_ComputeEnemiesSpawnLocation \ -static_assert(alignof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_ComputeEnemiesSpawnLocation"); \ -static_assert(sizeof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation) == 0x000028, "Wrong size on ZMushroomFieldSystem_ComputeEnemiesSpawnLocation"); \ -static_assert(offsetof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation, SourceLocation) == 0x000000, "Member 'ZMushroomFieldSystem_ComputeEnemiesSpawnLocation::SourceLocation' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation, ReturnValue) == 0x000018, "Member 'ZMushroomFieldSystem_ComputeEnemiesSpawnLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_GetFieldState \ -static_assert(alignof(ZMushroomFieldSystem_GetFieldState) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_GetFieldState"); \ -static_assert(sizeof(ZMushroomFieldSystem_GetFieldState) == 0x000010, "Wrong size on ZMushroomFieldSystem_GetFieldState"); \ -static_assert(offsetof(ZMushroomFieldSystem_GetFieldState, Field) == 0x000000, "Member 'ZMushroomFieldSystem_GetFieldState::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_GetFieldState, ReturnValue) == 0x000008, "Member 'ZMushroomFieldSystem_GetFieldState::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_GetMushroomFields \ -static_assert(alignof(ZMushroomFieldSystem_GetMushroomFields) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_GetMushroomFields"); \ -static_assert(sizeof(ZMushroomFieldSystem_GetMushroomFields) == 0x000010, "Wrong size on ZMushroomFieldSystem_GetMushroomFields"); \ -static_assert(offsetof(ZMushroomFieldSystem_GetMushroomFields, ReturnValue) == 0x000000, "Member 'ZMushroomFieldSystem_GetMushroomFields::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZMushroomFieldSystem_IsInAlertRadius \ -static_assert(alignof(ZMushroomFieldSystem_IsInAlertRadius) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_IsInAlertRadius"); \ -static_assert(sizeof(ZMushroomFieldSystem_IsInAlertRadius) == 0x000028, "Wrong size on ZMushroomFieldSystem_IsInAlertRadius"); \ -static_assert(offsetof(ZMushroomFieldSystem_IsInAlertRadius, Field) == 0x000000, "Member 'ZMushroomFieldSystem_IsInAlertRadius::Field' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_IsInAlertRadius, Location) == 0x000008, "Member 'ZMushroomFieldSystem_IsInAlertRadius::Location' has a wrong offset!"); \ -static_assert(offsetof(ZMushroomFieldSystem_IsInAlertRadius, ReturnValue) == 0x000020, "Member 'ZMushroomFieldSystem_IsInAlertRadius::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZMushroomFieldSystem \ -static_assert(alignof(AZMushroomFieldSystem) == 0x000008, "Wrong alignment on AZMushroomFieldSystem"); \ -static_assert(sizeof(AZMushroomFieldSystem) == 0x000318, "Wrong size on AZMushroomFieldSystem"); \ -static_assert(offsetof(AZMushroomFieldSystem, PlayerListener) == 0x000290, "Member 'AZMushroomFieldSystem::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, bShowDebug) == 0x000298, "Member 'AZMushroomFieldSystem::bShowDebug' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, ShapeDebugColor) == 0x00029C, "Member 'AZMushroomFieldSystem::ShapeDebugColor' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, SphereDebugColor) == 0x0002A0, "Member 'AZMushroomFieldSystem::SphereDebugColor' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, LineThickness) == 0x0002A4, "Member 'AZMushroomFieldSystem::LineThickness' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, DebugSphereMaxRadius) == 0x0002A8, "Member 'AZMushroomFieldSystem::DebugSphereMaxRadius' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, bSpawnEnemies) == 0x0002AC, "Member 'AZMushroomFieldSystem::bSpawnEnemies' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, EnemyClass) == 0x0002B0, "Member 'AZMushroomFieldSystem::EnemyClass' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, GaugeFillingSpeed) == 0x0002B8, "Member 'AZMushroomFieldSystem::GaugeFillingSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, GaugeRegenSpeed) == 0x0002BC, "Member 'AZMushroomFieldSystem::GaugeRegenSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, GaugeMaxValue) == 0x0002C0, "Member 'AZMushroomFieldSystem::GaugeMaxValue' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, IntruderVelocityLowerBound) == 0x0002C4, "Member 'AZMushroomFieldSystem::IntruderVelocityLowerBound' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, AutoRegen) == 0x0002C8, "Member 'AZMushroomFieldSystem::AutoRegen' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, MaxEnemySpawn) == 0x0002CC, "Member 'AZMushroomFieldSystem::MaxEnemySpawn' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, EnemyHardLimit) == 0x0002D0, "Member 'AZMushroomFieldSystem::EnemyHardLimit' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, EnemySpawnRadius) == 0x0002D4, "Member 'AZMushroomFieldSystem::EnemySpawnRadius' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, EnemySpawnRadiusDeviation) == 0x0002D8, "Member 'AZMushroomFieldSystem::EnemySpawnRadiusDeviation' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, bDestroyEnemiesOnEmptyGauge) == 0x0002DC, "Member 'AZMushroomFieldSystem::bDestroyEnemiesOnEmptyGauge' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, SpeedFactor) == 0x0002E0, "Member 'AZMushroomFieldSystem::SpeedFactor' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, MushroomFields) == 0x0002E8, "Member 'AZMushroomFieldSystem::MushroomFields' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, CurrentField) == 0x0002F8, "Member 'AZMushroomFieldSystem::CurrentField' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, GaugeLevel) == 0x0002FC, "Member 'AZMushroomFieldSystem::GaugeLevel' has a wrong offset!"); \ -static_assert(offsetof(AZMushroomFieldSystem, LastIntruderPosition) == 0x000300, "Member 'AZMushroomFieldSystem::LastIntruderPosition' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZNavMeshControllerComponent_OnPlayerRestart \ -static_assert(alignof(ZNavMeshControllerComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZNavMeshControllerComponent_OnPlayerRestart"); \ -static_assert(sizeof(ZNavMeshControllerComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZNavMeshControllerComponent_OnPlayerRestart"); \ -static_assert(offsetof(ZNavMeshControllerComponent_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZNavMeshControllerComponent_OnPlayerRestart::Occurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZNavMeshControllerComponent \ -static_assert(alignof(UZNavMeshControllerComponent) == 0x000008, "Wrong alignment on UZNavMeshControllerComponent"); \ -static_assert(sizeof(UZNavMeshControllerComponent) == 0x000100, "Wrong size on UZNavMeshControllerComponent"); \ -static_assert(offsetof(UZNavMeshControllerComponent, bSnapToNavMesh) == 0x0000F0, "Member 'UZNavMeshControllerComponent::bSnapToNavMesh' has a wrong offset!"); \ -static_assert(offsetof(UZNavMeshControllerComponent, bCapsuleAdjust) == 0x0000F1, "Member 'UZNavMeshControllerComponent::bCapsuleAdjust' has a wrong offset!"); \ -static_assert(offsetof(UZNavMeshControllerComponent, bMarkNavMeshDirty) == 0x0000F2, "Member 'UZNavMeshControllerComponent::bMarkNavMeshDirty' has a wrong offset!"); \ -static_assert(offsetof(UZNavMeshControllerComponent, AreaClass) == 0x0000F8, "Member 'UZNavMeshControllerComponent::AreaClass' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZNavModifierVolume_OnScaleChange \ -static_assert(alignof(ZNavModifierVolume_OnScaleChange) == 0x000008, "Wrong alignment on ZNavModifierVolume_OnScaleChange"); \ -static_assert(sizeof(ZNavModifierVolume_OnScaleChange) == 0x000018, "Wrong size on ZNavModifierVolume_OnScaleChange"); \ -static_assert(offsetof(ZNavModifierVolume_OnScaleChange, NewScale) == 0x000000, "Member 'ZNavModifierVolume_OnScaleChange::NewScale' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZNavModifierVolume \ -static_assert(alignof(AZNavModifierVolume) == 0x000008, "Wrong alignment on AZNavModifierVolume"); \ -static_assert(sizeof(AZNavModifierVolume) == 0x000290, "Wrong size on AZNavModifierVolume"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_AddSelfToHelpSystem \ -static_assert(alignof(ZObjectHelpComponent_AddSelfToHelpSystem) == 0x000001, "Wrong alignment on ZObjectHelpComponent_AddSelfToHelpSystem"); \ -static_assert(sizeof(ZObjectHelpComponent_AddSelfToHelpSystem) == 0x000001, "Wrong size on ZObjectHelpComponent_AddSelfToHelpSystem"); \ -static_assert(offsetof(ZObjectHelpComponent_AddSelfToHelpSystem, bGameplayReady) == 0x000000, "Member 'ZObjectHelpComponent_AddSelfToHelpSystem::bGameplayReady' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_HelpOverlapGameplayReady \ -static_assert(alignof(ZObjectHelpComponent_HelpOverlapGameplayReady) == 0x000001, "Wrong alignment on ZObjectHelpComponent_HelpOverlapGameplayReady"); \ -static_assert(sizeof(ZObjectHelpComponent_HelpOverlapGameplayReady) == 0x000001, "Wrong size on ZObjectHelpComponent_HelpOverlapGameplayReady"); \ -static_assert(offsetof(ZObjectHelpComponent_HelpOverlapGameplayReady, bValue) == 0x000000, "Member 'ZObjectHelpComponent_HelpOverlapGameplayReady::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnGameplayReady \ -static_assert(alignof(ZObjectHelpComponent_OnGameplayReady) == 0x000001, "Wrong alignment on ZObjectHelpComponent_OnGameplayReady"); \ -static_assert(sizeof(ZObjectHelpComponent_OnGameplayReady) == 0x000001, "Wrong size on ZObjectHelpComponent_OnGameplayReady"); \ -static_assert(offsetof(ZObjectHelpComponent_OnGameplayReady, bValue) == 0x000000, "Member 'ZObjectHelpComponent_OnGameplayReady::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnOverlapBegin \ -static_assert(alignof(ZObjectHelpComponent_OnOverlapBegin) == 0x000008, "Wrong alignment on ZObjectHelpComponent_OnOverlapBegin"); \ -static_assert(sizeof(ZObjectHelpComponent_OnOverlapBegin) == 0x000118, "Wrong size on ZObjectHelpComponent_OnOverlapBegin"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'ZObjectHelpComponent_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OtherActor) == 0x000008, "Member 'ZObjectHelpComponent_OnOverlapBegin::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZObjectHelpComponent_OnOverlapBegin::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZObjectHelpComponent_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZObjectHelpComponent_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZObjectHelpComponent_OnOverlapBegin::SweepResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnOverlapEnd \ -static_assert(alignof(ZObjectHelpComponent_OnOverlapEnd) == 0x000008, "Wrong alignment on ZObjectHelpComponent_OnOverlapEnd"); \ -static_assert(sizeof(ZObjectHelpComponent_OnOverlapEnd) == 0x000020, "Wrong size on ZObjectHelpComponent_OnOverlapEnd"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZObjectHelpComponent_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZObjectHelpComponent_OnOverlapEnd::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZObjectHelpComponent_OnOverlapEnd::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZObjectHelpComponent_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnOwnerOccluded \ -static_assert(alignof(ZObjectHelpComponent_OnOwnerOccluded) == 0x000001, "Wrong alignment on ZObjectHelpComponent_OnOwnerOccluded"); \ -static_assert(sizeof(ZObjectHelpComponent_OnOwnerOccluded) == 0x000001, "Wrong size on ZObjectHelpComponent_OnOwnerOccluded"); \ -static_assert(offsetof(ZObjectHelpComponent_OnOwnerOccluded, bIsOccluded) == 0x000000, "Member 'ZObjectHelpComponent_OnOwnerOccluded::bIsOccluded' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnPlayerRange \ -static_assert(alignof(ZObjectHelpComponent_OnPlayerRange) == 0x000004, "Wrong alignment on ZObjectHelpComponent_OnPlayerRange"); \ -static_assert(sizeof(ZObjectHelpComponent_OnPlayerRange) == 0x00000C, "Wrong size on ZObjectHelpComponent_OnPlayerRange"); \ -static_assert(offsetof(ZObjectHelpComponent_OnPlayerRange, bValue) == 0x000000, "Member 'ZObjectHelpComponent_OnPlayerRange::bValue' has a wrong offset!"); \ -static_assert(offsetof(ZObjectHelpComponent_OnPlayerRange, Name_0) == 0x000004, "Member 'ZObjectHelpComponent_OnPlayerRange::Name_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnPlayerRestart \ -static_assert(alignof(ZObjectHelpComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZObjectHelpComponent_OnPlayerRestart"); \ -static_assert(sizeof(ZObjectHelpComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZObjectHelpComponent_OnPlayerRestart"); \ -static_assert(offsetof(ZObjectHelpComponent_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZObjectHelpComponent_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnPlayerRestartComplete \ -static_assert(alignof(ZObjectHelpComponent_OnPlayerRestartComplete) == 0x000008, "Wrong alignment on ZObjectHelpComponent_OnPlayerRestartComplete"); \ -static_assert(sizeof(ZObjectHelpComponent_OnPlayerRestartComplete) == 0x000008, "Wrong size on ZObjectHelpComponent_OnPlayerRestartComplete"); \ -static_assert(offsetof(ZObjectHelpComponent_OnPlayerRestartComplete, Checkpoint) == 0x000000, "Member 'ZObjectHelpComponent_OnPlayerRestartComplete::Checkpoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_SetIsEnabled \ -static_assert(alignof(ZObjectHelpComponent_SetIsEnabled) == 0x000001, "Wrong alignment on ZObjectHelpComponent_SetIsEnabled"); \ -static_assert(sizeof(ZObjectHelpComponent_SetIsEnabled) == 0x000001, "Wrong size on ZObjectHelpComponent_SetIsEnabled"); \ -static_assert(offsetof(ZObjectHelpComponent_SetIsEnabled, bEnabled) == 0x000000, "Member 'ZObjectHelpComponent_SetIsEnabled::bEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_SetWidgetClass \ -static_assert(alignof(ZObjectHelpComponent_SetWidgetClass) == 0x000008, "Wrong alignment on ZObjectHelpComponent_SetWidgetClass"); \ -static_assert(sizeof(ZObjectHelpComponent_SetWidgetClass) == 0x000028, "Wrong size on ZObjectHelpComponent_SetWidgetClass"); \ -static_assert(offsetof(ZObjectHelpComponent_SetWidgetClass, UserWidgetClass) == 0x000000, "Member 'ZObjectHelpComponent_SetWidgetClass::UserWidgetClass' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZObjectHelpComponent_IsEnabled \ -static_assert(alignof(ZObjectHelpComponent_IsEnabled) == 0x000001, "Wrong alignment on ZObjectHelpComponent_IsEnabled"); \ -static_assert(sizeof(ZObjectHelpComponent_IsEnabled) == 0x000001, "Wrong size on ZObjectHelpComponent_IsEnabled"); \ -static_assert(offsetof(ZObjectHelpComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZObjectHelpComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZObjectHelpComponent \ -static_assert(alignof(UZObjectHelpComponent) == 0x000008, "Wrong alignment on UZObjectHelpComponent"); \ -static_assert(sizeof(UZObjectHelpComponent) == 0x0001A8, "Wrong size on UZObjectHelpComponent"); \ -static_assert(offsetof(UZObjectHelpComponent, bHelpOverlap) == 0x0000A0, "Member 'UZObjectHelpComponent::bHelpOverlap' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, bAlwaysDisplay) == 0x0000A1, "Member 'UZObjectHelpComponent::bAlwaysDisplay' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, SaveTagOverridesDisplay) == 0x0000A8, "Member 'UZObjectHelpComponent::SaveTagOverridesDisplay' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, bUseGenericWidget) == 0x0000C8, "Member 'UZObjectHelpComponent::bUseGenericWidget' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, GenericWidgetClass) == 0x0000D0, "Member 'UZObjectHelpComponent::GenericWidgetClass' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, WidgetClass) == 0x0000F8, "Member 'UZObjectHelpComponent::WidgetClass' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, WidgetText) == 0x000120, "Member 'UZObjectHelpComponent::WidgetText' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, WidgetToDisplay) == 0x000130, "Member 'UZObjectHelpComponent::WidgetToDisplay' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, MinDisplayDistance) == 0x000138, "Member 'UZObjectHelpComponent::MinDisplayDistance' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, bDebug) == 0x000150, "Member 'UZObjectHelpComponent::bDebug' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, OnTextWidgetCreated) == 0x000158, "Member 'UZObjectHelpComponent::OnTextWidgetCreated' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, OnHelpObjectChecked) == 0x000168, "Member 'UZObjectHelpComponent::OnHelpObjectChecked' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, bIsEnabled) == 0x000178, "Member 'UZObjectHelpComponent::bIsEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, bIgnoreHelpMessage) == 0x000179, "Member 'UZObjectHelpComponent::bIgnoreHelpMessage' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, WidgetComponent) == 0x000180, "Member 'UZObjectHelpComponent::WidgetComponent' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, PlayerEventListener) == 0x000188, "Member 'UZObjectHelpComponent::PlayerEventListener' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, HelpSystem) == 0x000190, "Member 'UZObjectHelpComponent::HelpSystem' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, PlayerCharacter) == 0x000198, "Member 'UZObjectHelpComponent::PlayerCharacter' has a wrong offset!"); \ -static_assert(offsetof(UZObjectHelpComponent, UIController) == 0x0001A0, "Member 'UZObjectHelpComponent::UIController' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZOptimUtilitiesFunctionLibrary_SetBinkPlaying \ -static_assert(alignof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying) == 0x000008, "Wrong alignment on ZOptimUtilitiesFunctionLibrary_SetBinkPlaying"); \ -static_assert(sizeof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying) == 0x000030, "Wrong size on ZOptimUtilitiesFunctionLibrary_SetBinkPlaying"); \ -static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying, MediaTexture) == 0x000000, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlaying::MediaTexture' has a wrong offset!"); \ -static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying, PlayState) == 0x000028, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlaying::PlayState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage \ -static_assert(alignof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage) == 0x000008, "Wrong alignment on ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage"); \ -static_assert(sizeof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage) == 0x000010, "Wrong size on ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage"); \ -static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage, Image) == 0x000000, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage::Image' has a wrong offset!"); \ -static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage, PlayState) == 0x000008, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage::PlayState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZOptimUtilitiesFunctionLibrary \ -static_assert(alignof(UZOptimUtilitiesFunctionLibrary) == 0x000008, "Wrong alignment on UZOptimUtilitiesFunctionLibrary"); \ -static_assert(sizeof(UZOptimUtilitiesFunctionLibrary) == 0x000028, "Wrong size on UZOptimUtilitiesFunctionLibrary"); \ - -#define DUMPER7_ASSERTS_ZOutlineComponent_SetCustomDepthStencil \ -static_assert(alignof(ZOutlineComponent_SetCustomDepthStencil) == 0x000004, "Wrong alignment on ZOutlineComponent_SetCustomDepthStencil"); \ -static_assert(sizeof(ZOutlineComponent_SetCustomDepthStencil) == 0x00000C, "Wrong size on ZOutlineComponent_SetCustomDepthStencil"); \ -static_assert(offsetof(ZOutlineComponent_SetCustomDepthStencil, StencileName) == 0x000000, "Member 'ZOutlineComponent_SetCustomDepthStencil::StencileName' has a wrong offset!"); \ -static_assert(offsetof(ZOutlineComponent_SetCustomDepthStencil, bSetEnabled) == 0x000008, "Member 'ZOutlineComponent_SetCustomDepthStencil::bSetEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZOutlineComponent_SetOutlineEnabled \ -static_assert(alignof(ZOutlineComponent_SetOutlineEnabled) == 0x000001, "Wrong alignment on ZOutlineComponent_SetOutlineEnabled"); \ -static_assert(sizeof(ZOutlineComponent_SetOutlineEnabled) == 0x000001, "Wrong size on ZOutlineComponent_SetOutlineEnabled"); \ -static_assert(offsetof(ZOutlineComponent_SetOutlineEnabled, bSetEnabled) == 0x000000, "Member 'ZOutlineComponent_SetOutlineEnabled::bSetEnabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZOutlineComponent_IsEnabled \ -static_assert(alignof(ZOutlineComponent_IsEnabled) == 0x000001, "Wrong alignment on ZOutlineComponent_IsEnabled"); \ -static_assert(sizeof(ZOutlineComponent_IsEnabled) == 0x000001, "Wrong size on ZOutlineComponent_IsEnabled"); \ -static_assert(offsetof(ZOutlineComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZOutlineComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZOutlineComponent \ -static_assert(alignof(UZOutlineComponent) == 0x000008, "Wrong alignment on UZOutlineComponent"); \ -static_assert(sizeof(UZOutlineComponent) == 0x0000F8, "Wrong size on UZOutlineComponent"); \ -static_assert(offsetof(UZOutlineComponent, OutlineData) == 0x0000A0, "Member 'UZOutlineComponent::OutlineData' has a wrong offset!"); \ -static_assert(offsetof(UZOutlineComponent, bOutlineEnable) == 0x0000F0, "Member 'UZOutlineComponent::bOutlineEnable' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_SetEnabled \ -static_assert(alignof(ZPatrolComponent_SetEnabled) == 0x000001, "Wrong alignment on ZPatrolComponent_SetEnabled"); \ -static_assert(sizeof(ZPatrolComponent_SetEnabled) == 0x000001, "Wrong size on ZPatrolComponent_SetEnabled"); \ -static_assert(offsetof(ZPatrolComponent_SetEnabled, Value) == 0x000000, "Member 'ZPatrolComponent_SetEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_SetPatrolPath \ -static_assert(alignof(ZPatrolComponent_SetPatrolPath) == 0x000008, "Wrong alignment on ZPatrolComponent_SetPatrolPath"); \ -static_assert(sizeof(ZPatrolComponent_SetPatrolPath) == 0x000008, "Wrong size on ZPatrolComponent_SetPatrolPath"); \ -static_assert(offsetof(ZPatrolComponent_SetPatrolPath, NewPatrolPath) == 0x000000, "Member 'ZPatrolComponent_SetPatrolPath::NewPatrolPath' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetClosestPointOnSpline \ -static_assert(alignof(ZPatrolComponent_GetClosestPointOnSpline) == 0x000008, "Wrong alignment on ZPatrolComponent_GetClosestPointOnSpline"); \ -static_assert(sizeof(ZPatrolComponent_GetClosestPointOnSpline) == 0x000018, "Wrong size on ZPatrolComponent_GetClosestPointOnSpline"); \ -static_assert(offsetof(ZPatrolComponent_GetClosestPointOnSpline, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetClosestPointOnSpline::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetNextPoint \ -static_assert(alignof(ZPatrolComponent_GetNextPoint) == 0x000008, "Wrong alignment on ZPatrolComponent_GetNextPoint"); \ -static_assert(sizeof(ZPatrolComponent_GetNextPoint) == 0x000010, "Wrong size on ZPatrolComponent_GetNextPoint"); \ -static_assert(offsetof(ZPatrolComponent_GetNextPoint, PreviousPointIndex) == 0x000000, "Member 'ZPatrolComponent_GetNextPoint::PreviousPointIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolComponent_GetNextPoint, NewIndex) == 0x000004, "Member 'ZPatrolComponent_GetNextPoint::NewIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolComponent_GetNextPoint, ReturnValue) == 0x000008, "Member 'ZPatrolComponent_GetNextPoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetPatrolPath \ -static_assert(alignof(ZPatrolComponent_GetPatrolPath) == 0x000008, "Wrong alignment on ZPatrolComponent_GetPatrolPath"); \ -static_assert(sizeof(ZPatrolComponent_GetPatrolPath) == 0x000008, "Wrong size on ZPatrolComponent_GetPatrolPath"); \ -static_assert(offsetof(ZPatrolComponent_GetPatrolPath, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetPatrolPath::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetPatrolType \ -static_assert(alignof(ZPatrolComponent_GetPatrolType) == 0x000001, "Wrong alignment on ZPatrolComponent_GetPatrolType"); \ -static_assert(sizeof(ZPatrolComponent_GetPatrolType) == 0x000001, "Wrong size on ZPatrolComponent_GetPatrolType"); \ -static_assert(offsetof(ZPatrolComponent_GetPatrolType, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetPatrolType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetRandomPointOnSpline \ -static_assert(alignof(ZPatrolComponent_GetRandomPointOnSpline) == 0x000008, "Wrong alignment on ZPatrolComponent_GetRandomPointOnSpline"); \ -static_assert(sizeof(ZPatrolComponent_GetRandomPointOnSpline) == 0x000018, "Wrong size on ZPatrolComponent_GetRandomPointOnSpline"); \ -static_assert(offsetof(ZPatrolComponent_GetRandomPointOnSpline, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetRandomPointOnSpline::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetSplineActor \ -static_assert(alignof(ZPatrolComponent_GetSplineActor) == 0x000008, "Wrong alignment on ZPatrolComponent_GetSplineActor"); \ -static_assert(sizeof(ZPatrolComponent_GetSplineActor) == 0x000008, "Wrong size on ZPatrolComponent_GetSplineActor"); \ -static_assert(offsetof(ZPatrolComponent_GetSplineActor, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetSplineActor::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetSplineDirection \ -static_assert(alignof(ZPatrolComponent_GetSplineDirection) == 0x000008, "Wrong alignment on ZPatrolComponent_GetSplineDirection"); \ -static_assert(sizeof(ZPatrolComponent_GetSplineDirection) == 0x000018, "Wrong size on ZPatrolComponent_GetSplineDirection"); \ -static_assert(offsetof(ZPatrolComponent_GetSplineDirection, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetSplineDirection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_GetStartLocation \ -static_assert(alignof(ZPatrolComponent_GetStartLocation) == 0x000008, "Wrong alignment on ZPatrolComponent_GetStartLocation"); \ -static_assert(sizeof(ZPatrolComponent_GetStartLocation) == 0x000018, "Wrong size on ZPatrolComponent_GetStartLocation"); \ -static_assert(offsetof(ZPatrolComponent_GetStartLocation, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_GetStartLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolComponent_IsEnabled \ -static_assert(alignof(ZPatrolComponent_IsEnabled) == 0x000001, "Wrong alignment on ZPatrolComponent_IsEnabled"); \ -static_assert(sizeof(ZPatrolComponent_IsEnabled) == 0x000001, "Wrong size on ZPatrolComponent_IsEnabled"); \ -static_assert(offsetof(ZPatrolComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZPatrolComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZPatrolComponent \ -static_assert(alignof(UZPatrolComponent) == 0x000008, "Wrong alignment on UZPatrolComponent"); \ -static_assert(sizeof(UZPatrolComponent) == 0x0000F8, "Wrong size on UZPatrolComponent"); \ -static_assert(offsetof(UZPatrolComponent, bIsEnabled) == 0x0000A0, "Member 'UZPatrolComponent::bIsEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZPatrolComponent, PatrolPath) == 0x0000A8, "Member 'UZPatrolComponent::PatrolPath' has a wrong offset!"); \ -static_assert(offsetof(UZPatrolComponent, PatrolType) == 0x0000D0, "Member 'UZPatrolComponent::PatrolType' has a wrong offset!"); \ -static_assert(offsetof(UZPatrolComponent, bSnapToFirstPatrolPoint) == 0x0000D1, "Member 'UZPatrolComponent::bSnapToFirstPatrolPoint' has a wrong offset!"); \ -static_assert(offsetof(UZPatrolComponent, SentinelleIndex) == 0x0000D4, "Member 'UZPatrolComponent::SentinelleIndex' has a wrong offset!"); \ -static_assert(offsetof(UZPatrolComponent, SplineActor) == 0x0000D8, "Member 'UZPatrolComponent::SplineActor' has a wrong offset!"); \ -static_assert(offsetof(UZPatrolComponent, bSnapToSpline) == 0x0000E0, "Member 'UZPatrolComponent::bSnapToSpline' has a wrong offset!"); \ -static_assert(offsetof(UZPatrolComponent, CurrentPatrolPath) == 0x0000E8, "Member 'UZPatrolComponent::CurrentPatrolPath' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_OnPawnDestroyed \ -static_assert(alignof(ZPatrolPath_OnPawnDestroyed) == 0x000008, "Wrong alignment on ZPatrolPath_OnPawnDestroyed"); \ -static_assert(sizeof(ZPatrolPath_OnPawnDestroyed) == 0x000008, "Wrong size on ZPatrolPath_OnPawnDestroyed"); \ -static_assert(offsetof(ZPatrolPath_OnPawnDestroyed, DestroyedActor) == 0x000000, "Member 'ZPatrolPath_OnPawnDestroyed::DestroyedActor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_OnPlayerPreRespawn \ -static_assert(alignof(ZPatrolPath_OnPlayerPreRespawn) == 0x000008, "Wrong alignment on ZPatrolPath_OnPlayerPreRespawn"); \ -static_assert(sizeof(ZPatrolPath_OnPlayerPreRespawn) == 0x000008, "Wrong size on ZPatrolPath_OnPlayerPreRespawn"); \ -static_assert(offsetof(ZPatrolPath_OnPlayerPreRespawn, OldPawn) == 0x000000, "Member 'ZPatrolPath_OnPlayerPreRespawn::OldPawn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_OnPlayerRestart \ -static_assert(alignof(ZPatrolPath_OnPlayerRestart) == 0x000004, "Wrong alignment on ZPatrolPath_OnPlayerRestart"); \ -static_assert(sizeof(ZPatrolPath_OnPlayerRestart) == 0x000004, "Wrong size on ZPatrolPath_OnPlayerRestart"); \ -static_assert(offsetof(ZPatrolPath_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZPatrolPath_OnPlayerRestart::Occurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_OnStartUse \ -static_assert(alignof(ZPatrolPath_OnStartUse) == 0x000008, "Wrong alignment on ZPatrolPath_OnStartUse"); \ -static_assert(sizeof(ZPatrolPath_OnStartUse) == 0x000010, "Wrong size on ZPatrolPath_OnStartUse"); \ -static_assert(offsetof(ZPatrolPath_OnStartUse, pPoint) == 0x000000, "Member 'ZPatrolPath_OnStartUse::pPoint' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_OnStartUse, pUser) == 0x000008, "Member 'ZPatrolPath_OnStartUse::pUser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_OnStopUse \ -static_assert(alignof(ZPatrolPath_OnStopUse) == 0x000008, "Wrong alignment on ZPatrolPath_OnStopUse"); \ -static_assert(sizeof(ZPatrolPath_OnStopUse) == 0x000010, "Wrong size on ZPatrolPath_OnStopUse"); \ -static_assert(offsetof(ZPatrolPath_OnStopUse, pPoint) == 0x000000, "Member 'ZPatrolPath_OnStopUse::pPoint' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_OnStopUse, pUser) == 0x000008, "Member 'ZPatrolPath_OnStopUse::pUser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_RequestPause \ -static_assert(alignof(ZPatrolPath_RequestPause) == 0x000008, "Wrong alignment on ZPatrolPath_RequestPause"); \ -static_assert(sizeof(ZPatrolPath_RequestPause) == 0x000008, "Wrong size on ZPatrolPath_RequestPause"); \ -static_assert(offsetof(ZPatrolPath_RequestPause, Pauser) == 0x000000, "Member 'ZPatrolPath_RequestPause::Pauser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_RequestResume \ -static_assert(alignof(ZPatrolPath_RequestResume) == 0x000008, "Wrong alignment on ZPatrolPath_RequestResume"); \ -static_assert(sizeof(ZPatrolPath_RequestResume) == 0x000008, "Wrong size on ZPatrolPath_RequestResume"); \ -static_assert(offsetof(ZPatrolPath_RequestResume, Pauser) == 0x000000, "Member 'ZPatrolPath_RequestResume::Pauser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_RestartSpawning \ -static_assert(alignof(ZPatrolPath_RestartSpawning) == 0x000004, "Wrong alignment on ZPatrolPath_RestartSpawning"); \ -static_assert(sizeof(ZPatrolPath_RestartSpawning) == 0x000004, "Wrong size on ZPatrolPath_RestartSpawning"); \ -static_assert(offsetof(ZPatrolPath_RestartSpawning, Delay) == 0x000000, "Member 'ZPatrolPath_RestartSpawning::Delay' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_StopSpawning \ -static_assert(alignof(ZPatrolPath_StopSpawning) == 0x000001, "Wrong alignment on ZPatrolPath_StopSpawning"); \ -static_assert(sizeof(ZPatrolPath_StopSpawning) == 0x000001, "Wrong size on ZPatrolPath_StopSpawning"); \ -static_assert(offsetof(ZPatrolPath_StopSpawning, KillExistingPawn) == 0x000000, "Member 'ZPatrolPath_StopSpawning::KillExistingPawn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_ContainsPauser \ -static_assert(alignof(ZPatrolPath_ContainsPauser) == 0x000008, "Wrong alignment on ZPatrolPath_ContainsPauser"); \ -static_assert(sizeof(ZPatrolPath_ContainsPauser) == 0x000010, "Wrong size on ZPatrolPath_ContainsPauser"); \ -static_assert(offsetof(ZPatrolPath_ContainsPauser, Pauser) == 0x000000, "Member 'ZPatrolPath_ContainsPauser::Pauser' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_ContainsPauser, ReturnValue) == 0x000008, "Member 'ZPatrolPath_ContainsPauser::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetNextPoint \ -static_assert(alignof(ZPatrolPath_GetNextPoint) == 0x000008, "Wrong alignment on ZPatrolPath_GetNextPoint"); \ -static_assert(sizeof(ZPatrolPath_GetNextPoint) == 0x000018, "Wrong size on ZPatrolPath_GetNextPoint"); \ -static_assert(offsetof(ZPatrolPath_GetNextPoint, Type) == 0x000000, "Member 'ZPatrolPath_GetNextPoint::Type' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetNextPoint, PreviousPointIndex) == 0x000004, "Member 'ZPatrolPath_GetNextPoint::PreviousPointIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetNextPoint, NewIndex) == 0x000008, "Member 'ZPatrolPath_GetNextPoint::NewIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetNextPoint, ReturnValue) == 0x000010, "Member 'ZPatrolPath_GetNextPoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetPoint \ -static_assert(alignof(ZPatrolPath_GetPoint) == 0x000008, "Wrong alignment on ZPatrolPath_GetPoint"); \ -static_assert(sizeof(ZPatrolPath_GetPoint) == 0x000010, "Wrong size on ZPatrolPath_GetPoint"); \ -static_assert(offsetof(ZPatrolPath_GetPoint, PointIndex) == 0x000000, "Member 'ZPatrolPath_GetPoint::PointIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetPoint, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetPoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetPointByUser \ -static_assert(alignof(ZPatrolPath_GetPointByUser) == 0x000008, "Wrong alignment on ZPatrolPath_GetPointByUser"); \ -static_assert(sizeof(ZPatrolPath_GetPointByUser) == 0x000010, "Wrong size on ZPatrolPath_GetPointByUser"); \ -static_assert(offsetof(ZPatrolPath_GetPointByUser, User) == 0x000000, "Member 'ZPatrolPath_GetPointByUser::User' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetPointByUser, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetPointByUser::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetPoints \ -static_assert(alignof(ZPatrolPath_GetPoints) == 0x000008, "Wrong alignment on ZPatrolPath_GetPoints"); \ -static_assert(sizeof(ZPatrolPath_GetPoints) == 0x000010, "Wrong size on ZPatrolPath_GetPoints"); \ -static_assert(offsetof(ZPatrolPath_GetPoints, ReturnValue) == 0x000000, "Member 'ZPatrolPath_GetPoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleLocation \ -static_assert(alignof(ZPatrolPath_GetSentinelleLocation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleLocation"); \ -static_assert(sizeof(ZPatrolPath_GetSentinelleLocation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleLocation"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleLocation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleLocation::SentinelleIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleLocation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleRotation \ -static_assert(alignof(ZPatrolPath_GetSentinelleRotation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleRotation"); \ -static_assert(sizeof(ZPatrolPath_GetSentinelleRotation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleRotation"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleRotation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleRotation::SentinelleIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleRotation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleRotation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleStartLocation \ -static_assert(alignof(ZPatrolPath_GetSentinelleStartLocation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleStartLocation"); \ -static_assert(sizeof(ZPatrolPath_GetSentinelleStartLocation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleStartLocation"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleStartLocation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleStartLocation::SentinelleIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleStartLocation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleStartLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleStartRotation \ -static_assert(alignof(ZPatrolPath_GetSentinelleStartRotation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleStartRotation"); \ -static_assert(sizeof(ZPatrolPath_GetSentinelleStartRotation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleStartRotation"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleStartRotation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleStartRotation::SentinelleIndex' has a wrong offset!"); \ -static_assert(offsetof(ZPatrolPath_GetSentinelleStartRotation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleStartRotation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetSplineActor \ -static_assert(alignof(ZPatrolPath_GetSplineActor) == 0x000008, "Wrong alignment on ZPatrolPath_GetSplineActor"); \ -static_assert(sizeof(ZPatrolPath_GetSplineActor) == 0x000008, "Wrong size on ZPatrolPath_GetSplineActor"); \ -static_assert(offsetof(ZPatrolPath_GetSplineActor, ReturnValue) == 0x000000, "Member 'ZPatrolPath_GetSplineActor::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_GetState \ -static_assert(alignof(ZPatrolPath_GetState) == 0x000001, "Wrong alignment on ZPatrolPath_GetState"); \ -static_assert(sizeof(ZPatrolPath_GetState) == 0x000001, "Wrong size on ZPatrolPath_GetState"); \ -static_assert(offsetof(ZPatrolPath_GetState, ReturnValue) == 0x000000, "Member 'ZPatrolPath_GetState::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPath_HasSentinelle \ -static_assert(alignof(ZPatrolPath_HasSentinelle) == 0x000001, "Wrong alignment on ZPatrolPath_HasSentinelle"); \ -static_assert(sizeof(ZPatrolPath_HasSentinelle) == 0x000001, "Wrong size on ZPatrolPath_HasSentinelle"); \ -static_assert(offsetof(ZPatrolPath_HasSentinelle, ReturnValue) == 0x000000, "Member 'ZPatrolPath_HasSentinelle::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZPatrolPath \ -static_assert(alignof(AZPatrolPath) == 0x000008, "Wrong alignment on AZPatrolPath"); \ -static_assert(sizeof(AZPatrolPath) == 0x0003C8, "Wrong size on AZPatrolPath"); \ -static_assert(offsetof(AZPatrolPath, Points) == 0x000298, "Member 'AZPatrolPath::Points' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, ShowDebug) == 0x0002A8, "Member 'AZPatrolPath::ShowDebug' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, SplineActor) == 0x0002B0, "Member 'AZPatrolPath::SplineActor' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, SentinelleType) == 0x0002D8, "Member 'AZPatrolPath::SentinelleType' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, Sentinelles) == 0x0002E0, "Member 'AZPatrolPath::Sentinelles' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bAutoActivateSentinelles) == 0x0002F0, "Member 'AZPatrolPath::bAutoActivateSentinelles' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bSnapToSpline) == 0x0002F1, "Member 'AZPatrolPath::bSnapToSpline' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bUseAsSpawner) == 0x0002F2, "Member 'AZPatrolPath::bUseAsSpawner' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, PatrolType) == 0x0002F3, "Member 'AZPatrolPath::PatrolType' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bAutoStart) == 0x0002F4, "Member 'AZPatrolPath::bAutoStart' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, PawnClass) == 0x0002F8, "Member 'AZPatrolPath::PawnClass' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, RespawnDelay) == 0x000300, "Member 'AZPatrolPath::RespawnDelay' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bManualDestruction) == 0x000304, "Member 'AZPatrolPath::bManualDestruction' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, Attachments) == 0x000308, "Member 'AZPatrolPath::Attachments' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, AdditionalTags) == 0x000318, "Member 'AZPatrolPath::AdditionalTags' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bLineTraceBeforeSpawning) == 0x000328, "Member 'AZPatrolPath::bLineTraceBeforeSpawning' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, SpawnTraceLength) == 0x00032C, "Member 'AZPatrolPath::SpawnTraceLength' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, SpawnTraceRadius) == 0x000330, "Member 'AZPatrolPath::SpawnTraceRadius' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bOverrideSettings) == 0x000334, "Member 'AZPatrolPath::bOverrideSettings' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, Settings) == 0x000338, "Member 'AZPatrolPath::Settings' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, CurrentPawn) == 0x000360, "Member 'AZPatrolPath::CurrentPawn' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, bIsSpawning) == 0x000368, "Member 'AZPatrolPath::bIsSpawning' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, PlayerListener) == 0x000370, "Member 'AZPatrolPath::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, SentinellesData) == 0x000378, "Member 'AZPatrolPath::SentinellesData' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPath, Pausers) == 0x000388, "Member 'AZPatrolPath::Pausers' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPoint_Reserve \ -static_assert(alignof(ZPatrolPoint_Reserve) == 0x000008, "Wrong alignment on ZPatrolPoint_Reserve"); \ -static_assert(sizeof(ZPatrolPoint_Reserve) == 0x000008, "Wrong size on ZPatrolPoint_Reserve"); \ -static_assert(offsetof(ZPatrolPoint_Reserve, AttendeeActor) == 0x000000, "Member 'ZPatrolPoint_Reserve::AttendeeActor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPoint_StartUse \ -static_assert(alignof(ZPatrolPoint_StartUse) == 0x000008, "Wrong alignment on ZPatrolPoint_StartUse"); \ -static_assert(sizeof(ZPatrolPoint_StartUse) == 0x000008, "Wrong size on ZPatrolPoint_StartUse"); \ -static_assert(offsetof(ZPatrolPoint_StartUse, pUser) == 0x000000, "Member 'ZPatrolPoint_StartUse::pUser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPoint_StopUse \ -static_assert(alignof(ZPatrolPoint_StopUse) == 0x000008, "Wrong alignment on ZPatrolPoint_StopUse"); \ -static_assert(sizeof(ZPatrolPoint_StopUse) == 0x000008, "Wrong size on ZPatrolPoint_StopUse"); \ -static_assert(offsetof(ZPatrolPoint_StopUse, pUser) == 0x000000, "Member 'ZPatrolPoint_StopUse::pUser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPoint_GetLookAtDirection \ -static_assert(alignof(ZPatrolPoint_GetLookAtDirection) == 0x000008, "Wrong alignment on ZPatrolPoint_GetLookAtDirection"); \ -static_assert(sizeof(ZPatrolPoint_GetLookAtDirection) == 0x000018, "Wrong size on ZPatrolPoint_GetLookAtDirection"); \ -static_assert(offsetof(ZPatrolPoint_GetLookAtDirection, ReturnValue) == 0x000000, "Member 'ZPatrolPoint_GetLookAtDirection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPoint_GetLookAtPosition \ -static_assert(alignof(ZPatrolPoint_GetLookAtPosition) == 0x000008, "Wrong alignment on ZPatrolPoint_GetLookAtPosition"); \ -static_assert(sizeof(ZPatrolPoint_GetLookAtPosition) == 0x000018, "Wrong size on ZPatrolPoint_GetLookAtPosition"); \ -static_assert(offsetof(ZPatrolPoint_GetLookAtPosition, ReturnValue) == 0x000000, "Member 'ZPatrolPoint_GetLookAtPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPatrolPoint_GetWaitingTime \ -static_assert(alignof(ZPatrolPoint_GetWaitingTime) == 0x000004, "Wrong alignment on ZPatrolPoint_GetWaitingTime"); \ -static_assert(sizeof(ZPatrolPoint_GetWaitingTime) == 0x000004, "Wrong size on ZPatrolPoint_GetWaitingTime"); \ -static_assert(offsetof(ZPatrolPoint_GetWaitingTime, ReturnValue) == 0x000000, "Member 'ZPatrolPoint_GetWaitingTime::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZPatrolPoint \ -static_assert(alignof(AZPatrolPoint) == 0x000008, "Wrong alignment on AZPatrolPoint"); \ -static_assert(sizeof(AZPatrolPoint) == 0x000358, "Wrong size on AZPatrolPoint"); \ -static_assert(offsetof(AZPatrolPoint, Entries) == 0x000298, "Member 'AZPatrolPoint::Entries' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, LookAtOffset) == 0x0002A8, "Member 'AZPatrolPoint::LookAtOffset' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, DistanceToStartLookAt) == 0x0002C0, "Member 'AZPatrolPoint::DistanceToStartLookAt' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, bIsInfinite) == 0x0002C4, "Member 'AZPatrolPoint::bIsInfinite' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, bUseTimer) == 0x0002C5, "Member 'AZPatrolPoint::bUseTimer' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, WaitingTime) == 0x0002C8, "Member 'AZPatrolPoint::WaitingTime' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, AnimationTag) == 0x0002CC, "Member 'AZPatrolPoint::AnimationTag' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, bRandomize) == 0x0002D4, "Member 'AZPatrolPoint::bRandomize' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, RandomAnimationTags) == 0x0002D8, "Member 'AZPatrolPoint::RandomAnimationTags' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, bUseCustomEndEvent) == 0x0002E8, "Member 'AZPatrolPoint::bUseCustomEndEvent' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, AnimationEndNotifyName) == 0x0002EC, "Member 'AZPatrolPoint::AnimationEndNotifyName' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, bAttachUser) == 0x0002F4, "Member 'AZPatrolPoint::bAttachUser' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, Root) == 0x0002F8, "Member 'AZPatrolPoint::Root' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, Billboard) == 0x000300, "Member 'AZPatrolPoint::Billboard' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, Direction) == 0x000308, "Member 'AZPatrolPoint::Direction' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, OnStartUse) == 0x000310, "Member 'AZPatrolPoint::OnStartUse' has a wrong offset!"); \ -static_assert(offsetof(AZPatrolPoint, OnStopUse) == 0x000320, "Member 'AZPatrolPoint::OnStopUse' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZPawn \ -static_assert(alignof(AZPawn) == 0x000008, "Wrong alignment on AZPawn"); \ -static_assert(sizeof(AZPawn) == 0x000318, "Wrong size on AZPawn"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnCinematicMode \ -static_assert(alignof(ZPlayerCamera_OnCinematicMode) == 0x000001, "Wrong alignment on ZPlayerCamera_OnCinematicMode"); \ -static_assert(sizeof(ZPlayerCamera_OnCinematicMode) == 0x000002, "Wrong size on ZPlayerCamera_OnCinematicMode"); \ -static_assert(offsetof(ZPlayerCamera_OnCinematicMode, Value) == 0x000000, "Member 'ZPlayerCamera_OnCinematicMode::Value' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_OnCinematicMode, bConstrainsForeground) == 0x000001, "Member 'ZPlayerCamera_OnCinematicMode::bConstrainsForeground' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnFoVRequestSourceEndPlay \ -static_assert(alignof(ZPlayerCamera_OnFoVRequestSourceEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnFoVRequestSourceEndPlay"); \ -static_assert(sizeof(ZPlayerCamera_OnFoVRequestSourceEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnFoVRequestSourceEndPlay"); \ -static_assert(offsetof(ZPlayerCamera_OnFoVRequestSourceEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnFoVRequestSourceEndPlay::InSource' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_OnFoVRequestSourceEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnFoVRequestSourceEndPlay::Reason' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnGameplayReady \ -static_assert(alignof(ZPlayerCamera_OnGameplayReady) == 0x000001, "Wrong alignment on ZPlayerCamera_OnGameplayReady"); \ -static_assert(sizeof(ZPlayerCamera_OnGameplayReady) == 0x000001, "Wrong size on ZPlayerCamera_OnGameplayReady"); \ -static_assert(offsetof(ZPlayerCamera_OnGameplayReady, Value) == 0x000000, "Member 'ZPlayerCamera_OnGameplayReady::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnImmersed \ -static_assert(alignof(ZPlayerCamera_OnImmersed) == 0x000001, "Wrong alignment on ZPlayerCamera_OnImmersed"); \ -static_assert(sizeof(ZPlayerCamera_OnImmersed) == 0x000001, "Wrong size on ZPlayerCamera_OnImmersed"); \ -static_assert(offsetof(ZPlayerCamera_OnImmersed, Value) == 0x000000, "Member 'ZPlayerCamera_OnImmersed::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnLookAtRequestSourceEndPlay \ -static_assert(alignof(ZPlayerCamera_OnLookAtRequestSourceEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnLookAtRequestSourceEndPlay"); \ -static_assert(sizeof(ZPlayerCamera_OnLookAtRequestSourceEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnLookAtRequestSourceEndPlay"); \ -static_assert(offsetof(ZPlayerCamera_OnLookAtRequestSourceEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnLookAtRequestSourceEndPlay::InSource' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_OnLookAtRequestSourceEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnLookAtRequestSourceEndPlay::Reason' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnPlayerRestart \ -static_assert(alignof(ZPlayerCamera_OnPlayerRestart) == 0x000004, "Wrong alignment on ZPlayerCamera_OnPlayerRestart"); \ -static_assert(sizeof(ZPlayerCamera_OnPlayerRestart) == 0x000004, "Wrong size on ZPlayerCamera_OnPlayerRestart"); \ -static_assert(offsetof(ZPlayerCamera_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZPlayerCamera_OnPlayerRestart::Occurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnRenderingEvent \ -static_assert(alignof(ZPlayerCamera_OnRenderingEvent) == 0x000001, "Wrong alignment on ZPlayerCamera_OnRenderingEvent"); \ -static_assert(sizeof(ZPlayerCamera_OnRenderingEvent) == 0x000001, "Wrong size on ZPlayerCamera_OnRenderingEvent"); \ -static_assert(offsetof(ZPlayerCamera_OnRenderingEvent, Event) == 0x000000, "Member 'ZPlayerCamera_OnRenderingEvent::Event' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnTranslationRequestSourceEndPlay \ -static_assert(alignof(ZPlayerCamera_OnTranslationRequestSourceEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnTranslationRequestSourceEndPlay"); \ -static_assert(sizeof(ZPlayerCamera_OnTranslationRequestSourceEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnTranslationRequestSourceEndPlay"); \ -static_assert(offsetof(ZPlayerCamera_OnTranslationRequestSourceEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnTranslationRequestSourceEndPlay::InSource' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_OnTranslationRequestSourceEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnTranslationRequestSourceEndPlay::Reason' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_OnZoneOwnerEndPlay \ -static_assert(alignof(ZPlayerCamera_OnZoneOwnerEndPlay) == 0x000008, "Wrong alignment on ZPlayerCamera_OnZoneOwnerEndPlay"); \ -static_assert(sizeof(ZPlayerCamera_OnZoneOwnerEndPlay) == 0x000010, "Wrong size on ZPlayerCamera_OnZoneOwnerEndPlay"); \ -static_assert(offsetof(ZPlayerCamera_OnZoneOwnerEndPlay, InSource) == 0x000000, "Member 'ZPlayerCamera_OnZoneOwnerEndPlay::InSource' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_OnZoneOwnerEndPlay, Reason) == 0x000008, "Member 'ZPlayerCamera_OnZoneOwnerEndPlay::Reason' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_RequestBlur \ -static_assert(alignof(ZPlayerCamera_RequestBlur) == 0x000004, "Wrong alignment on ZPlayerCamera_RequestBlur"); \ -static_assert(sizeof(ZPlayerCamera_RequestBlur) == 0x000014, "Wrong size on ZPlayerCamera_RequestBlur"); \ -static_assert(offsetof(ZPlayerCamera_RequestBlur, OnBlurFinished) == 0x000000, "Member 'ZPlayerCamera_RequestBlur::OnBlurFinished' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_RequestBlur, BlendTime) == 0x000010, "Member 'ZPlayerCamera_RequestBlur::BlendTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_RequestDeathBehavior \ -static_assert(alignof(ZPlayerCamera_RequestDeathBehavior) == 0x000001, "Wrong alignment on ZPlayerCamera_RequestDeathBehavior"); \ -static_assert(sizeof(ZPlayerCamera_RequestDeathBehavior) == 0x000001, "Wrong size on ZPlayerCamera_RequestDeathBehavior"); \ -static_assert(offsetof(ZPlayerCamera_RequestDeathBehavior, Behavior) == 0x000000, "Member 'ZPlayerCamera_RequestDeathBehavior::Behavior' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_RequestFoV \ -static_assert(alignof(ZPlayerCamera_RequestFoV) == 0x000004, "Wrong alignment on ZPlayerCamera_RequestFoV"); \ -static_assert(sizeof(ZPlayerCamera_RequestFoV) == 0x000004, "Wrong size on ZPlayerCamera_RequestFoV"); \ -static_assert(offsetof(ZPlayerCamera_RequestFoV, NewFOV) == 0x000000, "Member 'ZPlayerCamera_RequestFoV::NewFOV' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_RequestLookAt \ -static_assert(alignof(ZPlayerCamera_RequestLookAt) == 0x000008, "Wrong alignment on ZPlayerCamera_RequestLookAt"); \ -static_assert(sizeof(ZPlayerCamera_RequestLookAt) == 0x000020, "Wrong size on ZPlayerCamera_RequestLookAt"); \ -static_assert(offsetof(ZPlayerCamera_RequestLookAt, LookAtLocation) == 0x000000, "Member 'ZPlayerCamera_RequestLookAt::LookAtLocation' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_RequestLookAt, BlendSpeed) == 0x000018, "Member 'ZPlayerCamera_RequestLookAt::BlendSpeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_RequestTransform \ -static_assert(alignof(ZPlayerCamera_RequestTransform) == 0x000010, "Wrong alignment on ZPlayerCamera_RequestTransform"); \ -static_assert(sizeof(ZPlayerCamera_RequestTransform) == 0x000070, "Wrong size on ZPlayerCamera_RequestTransform"); \ -static_assert(offsetof(ZPlayerCamera_RequestTransform, Transform) == 0x000000, "Member 'ZPlayerCamera_RequestTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_RequestTransform, BlendSpeed) == 0x000060, "Member 'ZPlayerCamera_RequestTransform::BlendSpeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_RequestTranslation \ -static_assert(alignof(ZPlayerCamera_RequestTranslation) == 0x000008, "Wrong alignment on ZPlayerCamera_RequestTranslation"); \ -static_assert(sizeof(ZPlayerCamera_RequestTranslation) == 0x000020, "Wrong size on ZPlayerCamera_RequestTranslation"); \ -static_assert(offsetof(ZPlayerCamera_RequestTranslation, Location) == 0x000000, "Member 'ZPlayerCamera_RequestTranslation::Location' has a wrong offset!"); \ -static_assert(offsetof(ZPlayerCamera_RequestTranslation, BlendSpeed) == 0x000018, "Member 'ZPlayerCamera_RequestTranslation::BlendSpeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_SetLookAroundEnabled \ -static_assert(alignof(ZPlayerCamera_SetLookAroundEnabled) == 0x000001, "Wrong alignment on ZPlayerCamera_SetLookAroundEnabled"); \ -static_assert(sizeof(ZPlayerCamera_SetLookAroundEnabled) == 0x000001, "Wrong size on ZPlayerCamera_SetLookAroundEnabled"); \ -static_assert(offsetof(ZPlayerCamera_SetLookAroundEnabled, bValue) == 0x000000, "Member 'ZPlayerCamera_SetLookAroundEnabled::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_SetLookAtEnabled \ -static_assert(alignof(ZPlayerCamera_SetLookAtEnabled) == 0x000001, "Wrong alignment on ZPlayerCamera_SetLookAtEnabled"); \ -static_assert(sizeof(ZPlayerCamera_SetLookAtEnabled) == 0x000001, "Wrong size on ZPlayerCamera_SetLookAtEnabled"); \ -static_assert(offsetof(ZPlayerCamera_SetLookAtEnabled, Value) == 0x000000, "Member 'ZPlayerCamera_SetLookAtEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_SetTranslationEnabled \ -static_assert(alignof(ZPlayerCamera_SetTranslationEnabled) == 0x000001, "Wrong alignment on ZPlayerCamera_SetTranslationEnabled"); \ -static_assert(sizeof(ZPlayerCamera_SetTranslationEnabled) == 0x000001, "Wrong size on ZPlayerCamera_SetTranslationEnabled"); \ -static_assert(offsetof(ZPlayerCamera_SetTranslationEnabled, Value) == 0x000000, "Member 'ZPlayerCamera_SetTranslationEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_GetBlendFromSequenceTime \ -static_assert(alignof(ZPlayerCamera_GetBlendFromSequenceTime) == 0x000004, "Wrong alignment on ZPlayerCamera_GetBlendFromSequenceTime"); \ -static_assert(sizeof(ZPlayerCamera_GetBlendFromSequenceTime) == 0x000004, "Wrong size on ZPlayerCamera_GetBlendFromSequenceTime"); \ -static_assert(offsetof(ZPlayerCamera_GetBlendFromSequenceTime, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetBlendFromSequenceTime::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_GetModifier \ -static_assert(alignof(ZPlayerCamera_GetModifier) == 0x000008, "Wrong alignment on ZPlayerCamera_GetModifier"); \ -static_assert(sizeof(ZPlayerCamera_GetModifier) == 0x000008, "Wrong size on ZPlayerCamera_GetModifier"); \ -static_assert(offsetof(ZPlayerCamera_GetModifier, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetModifier::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_GetObservedPawn \ -static_assert(alignof(ZPlayerCamera_GetObservedPawn) == 0x000008, "Wrong alignment on ZPlayerCamera_GetObservedPawn"); \ -static_assert(sizeof(ZPlayerCamera_GetObservedPawn) == 0x000008, "Wrong size on ZPlayerCamera_GetObservedPawn"); \ -static_assert(offsetof(ZPlayerCamera_GetObservedPawn, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetObservedPawn::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_GetState \ -static_assert(alignof(ZPlayerCamera_GetState) == 0x000001, "Wrong alignment on ZPlayerCamera_GetState"); \ -static_assert(sizeof(ZPlayerCamera_GetState) == 0x000001, "Wrong size on ZPlayerCamera_GetState"); \ -static_assert(offsetof(ZPlayerCamera_GetState, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetState::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerCamera_GetZoneOwner \ -static_assert(alignof(ZPlayerCamera_GetZoneOwner) == 0x000008, "Wrong alignment on ZPlayerCamera_GetZoneOwner"); \ -static_assert(sizeof(ZPlayerCamera_GetZoneOwner) == 0x000008, "Wrong size on ZPlayerCamera_GetZoneOwner"); \ -static_assert(offsetof(ZPlayerCamera_GetZoneOwner, ReturnValue) == 0x000000, "Member 'ZPlayerCamera_GetZoneOwner::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZPlayerCamera \ -static_assert(alignof(AZPlayerCamera) == 0x000010, "Wrong alignment on AZPlayerCamera"); \ -static_assert(sizeof(AZPlayerCamera) == 0x001550, "Wrong size on AZPlayerCamera"); \ -static_assert(offsetof(AZPlayerCamera, DefaultCameraTranslationSpeed) == 0x0009B0, "Member 'AZPlayerCamera::DefaultCameraTranslationSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultCameraRotationSpeed) == 0x0009B4, "Member 'AZPlayerCamera::DefaultCameraRotationSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultLookAroundSpeed) == 0x0009B8, "Member 'AZPlayerCamera::DefaultLookAroundSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, WorldOffset) == 0x0009C0, "Member 'AZPlayerCamera::WorldOffset' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, WorldOffsetInterpSpeed) == 0x0009D8, "Member 'AZPlayerCamera::WorldOffsetInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, bEnableVelocityOrientation) == 0x0009F0, "Member 'AZPlayerCamera::bEnableVelocityOrientation' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultZOffset) == 0x0009F4, "Member 'AZPlayerCamera::DefaultZOffset' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultZOffsetInterpSpeed) == 0x0009F8, "Member 'AZPlayerCamera::DefaultZOffsetInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultYOffset) == 0x0009FC, "Member 'AZPlayerCamera::DefaultYOffset' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultYOffsetInterpSpeed) == 0x000A00, "Member 'AZPlayerCamera::DefaultYOffsetInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, LookAroundClamp) == 0x000A04, "Member 'AZPlayerCamera::LookAroundClamp' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultBlendFovSpeed) == 0x000A08, "Member 'AZPlayerCamera::DefaultBlendFovSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, BlendTranslationInterpSpeed) == 0x000A0C, "Member 'AZPlayerCamera::BlendTranslationInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, BlendRotationInterpSpeed) == 0x000A10, "Member 'AZPlayerCamera::BlendRotationInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, Aperture) == 0x000A14, "Member 'AZPlayerCamera::Aperture' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, PlayerCharacterZOffset) == 0x000A18, "Member 'AZPlayerCamera::PlayerCharacterZOffset' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, PlayerCharacterZOffsetInterpSpeed) == 0x000A1C, "Member 'AZPlayerCamera::PlayerCharacterZOffsetInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, bEnableVerticalAdjustment) == 0x000A20, "Member 'AZPlayerCamera::bEnableVerticalAdjustment' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, MaxVerticalOffset) == 0x000A24, "Member 'AZPlayerCamera::MaxVerticalOffset' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, VerticalOffsetCurve) == 0x000A28, "Member 'AZPlayerCamera::VerticalOffsetCurve' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, PlayerVerticalAngleInterpSpeed) == 0x000A30, "Member 'AZPlayerCamera::PlayerVerticalAngleInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, bFixedYaw) == 0x000A34, "Member 'AZPlayerCamera::bFixedYaw' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, bEnableLateralAdjustment) == 0x000A35, "Member 'AZPlayerCamera::bEnableLateralAdjustment' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, LateralOffsetCurve) == 0x000A38, "Member 'AZPlayerCamera::LateralOffsetCurve' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, MaxLateralOffset) == 0x000A40, "Member 'AZPlayerCamera::MaxLateralOffset' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, PlayerLateralAngleInterpSpeed) == 0x000A44, "Member 'AZPlayerCamera::PlayerLateralAngleInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, YawClamp) == 0x000A48, "Member 'AZPlayerCamera::YawClamp' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, YawClampInterpSpeed) == 0x000A4C, "Member 'AZPlayerCamera::YawClampInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, FovOverride) == 0x000A50, "Member 'AZPlayerCamera::FovOverride' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, BlendFromSequenceTime) == 0x000A54, "Member 'AZPlayerCamera::BlendFromSequenceTime' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, bEnableWideView) == 0x000A58, "Member 'AZPlayerCamera::bEnableWideView' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, PostProcessInterSpeed) == 0x000A5C, "Member 'AZPlayerCamera::PostProcessInterSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, WideViewSettings) == 0x000A60, "Member 'AZPlayerCamera::WideViewSettings' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, ImmersionUpdateRate) == 0x000A70, "Member 'AZPlayerCamera::ImmersionUpdateRate' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, BlurDistanceFocal) == 0x000A74, "Member 'AZPlayerCamera::BlurDistanceFocal' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, LookAtWeight) == 0x000A78, "Member 'AZPlayerCamera::LookAtWeight' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DeathCamFoV) == 0x000A7C, "Member 'AZPlayerCamera::DeathCamFoV' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DeathBlendFovSpeed) == 0x000A80, "Member 'AZPlayerCamera::DeathBlendFovSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, bComputeDeathCamLocation) == 0x000A84, "Member 'AZPlayerCamera::bComputeDeathCamLocation' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DeathCamSampleSize) == 0x000A88, "Member 'AZPlayerCamera::DeathCamSampleSize' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DeathCamInterpSpeed) == 0x000A8C, "Member 'AZPlayerCamera::DeathCamInterpSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DeathCamLookAtSpeed) == 0x000A90, "Member 'AZPlayerCamera::DeathCamLookAtSpeed' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, PlayerListener) == 0x000A98, "Member 'AZPlayerCamera::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, CameraZoneOwner) == 0x000AA0, "Member 'AZPlayerCamera::CameraZoneOwner' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, RequestTranslationOwner) == 0x000AA8, "Member 'AZPlayerCamera::RequestTranslationOwner' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, RequestLookAtOwner) == 0x000AB0, "Member 'AZPlayerCamera::RequestLookAtOwner' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, RequestFoVOwner) == 0x000AB8, "Member 'AZPlayerCamera::RequestFoVOwner' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, CurrentModifier) == 0x000AC0, "Member 'AZPlayerCamera::CurrentModifier' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, Settings) == 0x000AC8, "Member 'AZPlayerCamera::Settings' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, OnBlendTransformCompleted) == 0x000B88, "Member 'AZPlayerCamera::OnBlendTransformCompleted' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, OnBlendTransformRequested) == 0x000B98, "Member 'AZPlayerCamera::OnBlendTransformRequested' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, OnBlendCompleteEvent) == 0x000BA8, "Member 'AZPlayerCamera::OnBlendCompleteEvent' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, OnBlendCanceledEvent) == 0x000BB8, "Member 'AZPlayerCamera::OnBlendCanceledEvent' has a wrong offset!"); \ -static_assert(offsetof(AZPlayerCamera, DefaultPostProcessSettings) == 0x000BD0, "Member 'AZPlayerCamera::DefaultPostProcessSettings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPlayerDatastore_HasValidOnlineData \ -static_assert(alignof(ZPlayerDatastore_HasValidOnlineData) == 0x000001, "Wrong alignment on ZPlayerDatastore_HasValidOnlineData"); \ -static_assert(sizeof(ZPlayerDatastore_HasValidOnlineData) == 0x000001, "Wrong size on ZPlayerDatastore_HasValidOnlineData"); \ -static_assert(offsetof(ZPlayerDatastore_HasValidOnlineData, ReturnValue) == 0x000000, "Member 'ZPlayerDatastore_HasValidOnlineData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZPlayerDatastore \ -static_assert(alignof(UZPlayerDatastore) == 0x000008, "Wrong alignment on UZPlayerDatastore"); \ -static_assert(sizeof(UZPlayerDatastore) == 0x000090, "Wrong size on UZPlayerDatastore"); \ -static_assert(offsetof(UZPlayerDatastore, GameInstance) == 0x000028, "Member 'UZPlayerDatastore::GameInstance' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDatastore, DLCSkins) == 0x000030, "Member 'UZPlayerDatastore::DLCSkins' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDatastore, DebugSkins) == 0x000040, "Member 'UZPlayerDatastore::DebugSkins' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDatastore, MainGameAdditionalSkins) == 0x000050, "Member 'UZPlayerDatastore::MainGameAdditionalSkins' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDatastore, DemoAdditionalSkins) == 0x000060, "Member 'UZPlayerDatastore::DemoAdditionalSkins' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDatastore, DefaultSkin) == 0x000070, "Member 'UZPlayerDatastore::DefaultSkin' has a wrong offset!"); \ -static_assert(offsetof(UZPlayerDatastore, OnDLCUpdate) == 0x000078, "Member 'UZPlayerDatastore::OnDLCUpdate' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ZPlayerEventListenerComponent_OnPlayerRestart \ static_assert(alignof(ZPlayerEventListenerComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZPlayerEventListenerComponent_OnPlayerRestart"); \ static_assert(sizeof(ZPlayerEventListenerComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZPlayerEventListenerComponent_OnPlayerRestart"); \ @@ -90472,727 +86732,35 @@ static_assert(offsetof(UZPlayerEventListenerComponent, PreRespawnDelegate) == 0x static_assert(offsetof(UZPlayerEventListenerComponent, SpawnPosition) == 0x000150, "Member 'UZPlayerEventListenerComponent::SpawnPosition' has a wrong offset!"); \ static_assert(offsetof(UZPlayerEventListenerComponent, SpawnRotation) == 0x000168, "Member 'UZPlayerEventListenerComponent::SpawnRotation' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZPopUpWidget_SetGenericPopUpText \ -static_assert(alignof(ZPopUpWidget_SetGenericPopUpText) == 0x000008, "Wrong alignment on ZPopUpWidget_SetGenericPopUpText"); \ -static_assert(sizeof(ZPopUpWidget_SetGenericPopUpText) == 0x000030, "Wrong size on ZPopUpWidget_SetGenericPopUpText"); \ -static_assert(offsetof(ZPopUpWidget_SetGenericPopUpText, PopUpTextData) == 0x000000, "Member 'ZPopUpWidget_SetGenericPopUpText::PopUpTextData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZPopUpWidget \ -static_assert(alignof(UZPopUpWidget) == 0x000008, "Wrong alignment on UZPopUpWidget"); \ -static_assert(sizeof(UZPopUpWidget) == 0x000300, "Wrong size on UZPopUpWidget"); \ -static_assert(offsetof(UZPopUpWidget, bUseCancelButton) == 0x0002F8, "Member 'UZPopUpWidget::bUseCancelButton' has a wrong offset!"); \ -static_assert(offsetof(UZPopUpWidget, bUseTitle) == 0x0002F9, "Member 'UZPopUpWidget::bUseTitle' has a wrong offset!"); \ -static_assert(offsetof(UZPopUpWidget, bUseQuestionText) == 0x0002FA, "Member 'UZPopUpWidget::bUseQuestionText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZProjectileTrajectory_OnPlayerRestart \ -static_assert(alignof(ZProjectileTrajectory_OnPlayerRestart) == 0x000004, "Wrong alignment on ZProjectileTrajectory_OnPlayerRestart"); \ -static_assert(sizeof(ZProjectileTrajectory_OnPlayerRestart) == 0x000004, "Wrong size on ZProjectileTrajectory_OnPlayerRestart"); \ -static_assert(offsetof(ZProjectileTrajectory_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZProjectileTrajectory_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZProjectileTrajectory_UpdateTrajectory \ -static_assert(alignof(ZProjectileTrajectory_UpdateTrajectory) == 0x000008, "Wrong alignment on ZProjectileTrajectory_UpdateTrajectory"); \ -static_assert(sizeof(ZProjectileTrajectory_UpdateTrajectory) == 0x000018, "Wrong size on ZProjectileTrajectory_UpdateTrajectory"); \ -static_assert(offsetof(ZProjectileTrajectory_UpdateTrajectory, PredictedPathData) == 0x000000, "Member 'ZProjectileTrajectory_UpdateTrajectory::PredictedPathData' has a wrong offset!"); \ -static_assert(offsetof(ZProjectileTrajectory_UpdateTrajectory, TrajectoryDisplay) == 0x000010, "Member 'ZProjectileTrajectory_UpdateTrajectory::TrajectoryDisplay' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZProjectileTrajectory \ -static_assert(alignof(AZProjectileTrajectory) == 0x000008, "Wrong alignment on AZProjectileTrajectory"); \ -static_assert(sizeof(AZProjectileTrajectory) == 0x0002F8, "Wrong size on AZProjectileTrajectory"); \ -static_assert(offsetof(AZProjectileTrajectory, RepathTolerance) == 0x000290, "Member 'AZProjectileTrajectory::RepathTolerance' has a wrong offset!"); \ -static_assert(offsetof(AZProjectileTrajectory, StartScale) == 0x000298, "Member 'AZProjectileTrajectory::StartScale' has a wrong offset!"); \ -static_assert(offsetof(AZProjectileTrajectory, EndScale) == 0x0002A8, "Member 'AZProjectileTrajectory::EndScale' has a wrong offset!"); \ -static_assert(offsetof(AZProjectileTrajectory, SceneRoot) == 0x0002B8, "Member 'AZProjectileTrajectory::SceneRoot' has a wrong offset!"); \ -static_assert(offsetof(AZProjectileTrajectory, SplineComponent) == 0x0002C0, "Member 'AZProjectileTrajectory::SplineComponent' has a wrong offset!"); \ -static_assert(offsetof(AZProjectileTrajectory, StaticMesh) == 0x0002C8, "Member 'AZProjectileTrajectory::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(AZProjectileTrajectory, Material) == 0x0002D0, "Member 'AZProjectileTrajectory::Material' has a wrong offset!"); \ -static_assert(offsetof(AZProjectileTrajectory, SplineMeshComponents) == 0x0002D8, "Member 'AZProjectileTrajectory::SplineMeshComponents' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_EndActivity \ -static_assert(alignof(ZPS5Activities_EndActivity) == 0x000008, "Wrong alignment on ZPS5Activities_EndActivity"); \ -static_assert(sizeof(ZPS5Activities_EndActivity) == 0x000010, "Wrong size on ZPS5Activities_EndActivity"); \ -static_assert(offsetof(ZPS5Activities_EndActivity, PlayerController) == 0x000000, "Member 'ZPS5Activities_EndActivity::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndActivity, activityId) == 0x000008, "Member 'ZPS5Activities_EndActivity::activityId' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndActivity, ActivityOutcome) == 0x000009, "Member 'ZPS5Activities_EndActivity::ActivityOutcome' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndActivity, NewAvailability) == 0x00000A, "Member 'ZPS5Activities_EndActivity::NewAvailability' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndActivity, ReturnValue) == 0x00000B, "Member 'ZPS5Activities_EndActivity::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_EndTask \ -static_assert(alignof(ZPS5Activities_EndTask) == 0x000008, "Wrong alignment on ZPS5Activities_EndTask"); \ -static_assert(sizeof(ZPS5Activities_EndTask) == 0x000010, "Wrong size on ZPS5Activities_EndTask"); \ -static_assert(offsetof(ZPS5Activities_EndTask, PlayerController) == 0x000000, "Member 'ZPS5Activities_EndTask::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndTask, TaskID) == 0x000008, "Member 'ZPS5Activities_EndTask::TaskID' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndTask, TaskOutcome) == 0x000009, "Member 'ZPS5Activities_EndTask::TaskOutcome' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndTask, NewAvailability) == 0x00000A, "Member 'ZPS5Activities_EndTask::NewAvailability' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndTask, ReturnValue) == 0x00000B, "Member 'ZPS5Activities_EndTask::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_EndTaskAndStartNextOne \ -static_assert(alignof(ZPS5Activities_EndTaskAndStartNextOne) == 0x000008, "Wrong alignment on ZPS5Activities_EndTaskAndStartNextOne"); \ -static_assert(sizeof(ZPS5Activities_EndTaskAndStartNextOne) == 0x000010, "Wrong size on ZPS5Activities_EndTaskAndStartNextOne"); \ -static_assert(offsetof(ZPS5Activities_EndTaskAndStartNextOne, PlayerController) == 0x000000, "Member 'ZPS5Activities_EndTaskAndStartNextOne::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndTaskAndStartNextOne, TaskID) == 0x000008, "Member 'ZPS5Activities_EndTaskAndStartNextOne::TaskID' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_EndTaskAndStartNextOne, ReturnValue) == 0x000009, "Member 'ZPS5Activities_EndTaskAndStartNextOne::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_GetPS5ActivitiesUtilityData \ -static_assert(alignof(ZPS5Activities_GetPS5ActivitiesUtilityData) == 0x000008, "Wrong alignment on ZPS5Activities_GetPS5ActivitiesUtilityData"); \ -static_assert(sizeof(ZPS5Activities_GetPS5ActivitiesUtilityData) == 0x000008, "Wrong size on ZPS5Activities_GetPS5ActivitiesUtilityData"); \ -static_assert(offsetof(ZPS5Activities_GetPS5ActivitiesUtilityData, ReturnValue) == 0x000000, "Member 'ZPS5Activities_GetPS5ActivitiesUtilityData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_ResumeActivity \ -static_assert(alignof(ZPS5Activities_ResumeActivity) == 0x000008, "Wrong alignment on ZPS5Activities_ResumeActivity"); \ -static_assert(sizeof(ZPS5Activities_ResumeActivity) == 0x000010, "Wrong size on ZPS5Activities_ResumeActivity"); \ -static_assert(offsetof(ZPS5Activities_ResumeActivity, PlayerController) == 0x000000, "Member 'ZPS5Activities_ResumeActivity::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_ResumeActivity, activityId) == 0x000008, "Member 'ZPS5Activities_ResumeActivity::activityId' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_ResumeActivity, CurrentTaskID) == 0x000009, "Member 'ZPS5Activities_ResumeActivity::CurrentTaskID' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_ResumeActivity, NewAvailability) == 0x00000A, "Member 'ZPS5Activities_ResumeActivity::NewAvailability' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_ResumeActivity, ReturnValue) == 0x00000B, "Member 'ZPS5Activities_ResumeActivity::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint \ -static_assert(alignof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint) == 0x000008, "Wrong alignment on ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint"); \ -static_assert(sizeof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint) == 0x000018, "Wrong size on ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint"); \ -static_assert(offsetof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint, PlayerController) == 0x000000, "Member 'ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint, CheckpointName) == 0x000008, "Member 'ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint::CheckpointName' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint, ReturnValue) == 0x000010, "Member 'ZPS5Activities_SetGlobalActivitiesStateFromCheckpoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_StartActivity \ -static_assert(alignof(ZPS5Activities_StartActivity) == 0x000008, "Wrong alignment on ZPS5Activities_StartActivity"); \ -static_assert(sizeof(ZPS5Activities_StartActivity) == 0x000010, "Wrong size on ZPS5Activities_StartActivity"); \ -static_assert(offsetof(ZPS5Activities_StartActivity, PlayerController) == 0x000000, "Member 'ZPS5Activities_StartActivity::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_StartActivity, activityId) == 0x000008, "Member 'ZPS5Activities_StartActivity::activityId' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_StartActivity, NewAvailability) == 0x000009, "Member 'ZPS5Activities_StartActivity::NewAvailability' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_StartActivity, ReturnValue) == 0x00000A, "Member 'ZPS5Activities_StartActivity::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZPS5Activities_StartTask \ -static_assert(alignof(ZPS5Activities_StartTask) == 0x000008, "Wrong alignment on ZPS5Activities_StartTask"); \ -static_assert(sizeof(ZPS5Activities_StartTask) == 0x000010, "Wrong size on ZPS5Activities_StartTask"); \ -static_assert(offsetof(ZPS5Activities_StartTask, PlayerController) == 0x000000, "Member 'ZPS5Activities_StartTask::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_StartTask, TaskID) == 0x000008, "Member 'ZPS5Activities_StartTask::TaskID' has a wrong offset!"); \ -static_assert(offsetof(ZPS5Activities_StartTask, ReturnValue) == 0x000009, "Member 'ZPS5Activities_StartTask::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZPS5Activities \ -static_assert(alignof(UZPS5Activities) == 0x000008, "Wrong alignment on UZPS5Activities"); \ -static_assert(sizeof(UZPS5Activities) == 0x000028, "Wrong size on UZPS5Activities"); \ - -#define DUMPER7_ASSERTS_ZRenderTargetSubsystem_RequestUpdate \ -static_assert(alignof(ZRenderTargetSubsystem_RequestUpdate) == 0x000008, "Wrong alignment on ZRenderTargetSubsystem_RequestUpdate"); \ -static_assert(sizeof(ZRenderTargetSubsystem_RequestUpdate) == 0x000008, "Wrong size on ZRenderTargetSubsystem_RequestUpdate"); \ -static_assert(offsetof(ZRenderTargetSubsystem_RequestUpdate, SceneCaptureComponent) == 0x000000, "Member 'ZRenderTargetSubsystem_RequestUpdate::SceneCaptureComponent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZRenderTargetSubsystem \ -static_assert(alignof(UZRenderTargetSubsystem) == 0x000008, "Wrong alignment on UZRenderTargetSubsystem"); \ -static_assert(sizeof(UZRenderTargetSubsystem) == 0x000050, "Wrong size on UZRenderTargetSubsystem"); \ -static_assert(offsetof(UZRenderTargetSubsystem, CaptureRequests) == 0x000040, "Member 'UZRenderTargetSubsystem::CaptureRequests' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSaveGame \ -static_assert(alignof(UZSaveGame) == 0x000008, "Wrong alignment on UZSaveGame"); \ -static_assert(sizeof(UZSaveGame) == 0x000278, "Wrong size on UZSaveGame"); \ -static_assert(offsetof(UZSaveGame, PlayerData) == 0x000028, "Member 'UZSaveGame::PlayerData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_ClearPlayerSlotData \ -static_assert(alignof(ZSaveManager_ClearPlayerSlotData) == 0x000004, "Wrong alignment on ZSaveManager_ClearPlayerSlotData"); \ -static_assert(sizeof(ZSaveManager_ClearPlayerSlotData) == 0x000004, "Wrong size on ZSaveManager_ClearPlayerSlotData"); \ -static_assert(offsetof(ZSaveManager_ClearPlayerSlotData, SlotIndex) == 0x000000, "Member 'ZSaveManager_ClearPlayerSlotData::SlotIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_InitPlayerSlotData \ -static_assert(alignof(ZSaveManager_InitPlayerSlotData) == 0x000004, "Wrong alignment on ZSaveManager_InitPlayerSlotData"); \ -static_assert(sizeof(ZSaveManager_InitPlayerSlotData) == 0x000004, "Wrong size on ZSaveManager_InitPlayerSlotData"); \ -static_assert(offsetof(ZSaveManager_InitPlayerSlotData, SlotIndex) == 0x000000, "Member 'ZSaveManager_InitPlayerSlotData::SlotIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_LoadPlayerData \ -static_assert(alignof(ZSaveManager_LoadPlayerData) == 0x000004, "Wrong alignment on ZSaveManager_LoadPlayerData"); \ -static_assert(sizeof(ZSaveManager_LoadPlayerData) == 0x000008, "Wrong size on ZSaveManager_LoadPlayerData"); \ -static_assert(offsetof(ZSaveManager_LoadPlayerData, SlotIndex) == 0x000000, "Member 'ZSaveManager_LoadPlayerData::SlotIndex' has a wrong offset!"); \ -static_assert(offsetof(ZSaveManager_LoadPlayerData, ReturnValue) == 0x000004, "Member 'ZSaveManager_LoadPlayerData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_SetSaveSlotIndex \ -static_assert(alignof(ZSaveManager_SetSaveSlotIndex) == 0x000004, "Wrong alignment on ZSaveManager_SetSaveSlotIndex"); \ -static_assert(sizeof(ZSaveManager_SetSaveSlotIndex) == 0x000004, "Wrong size on ZSaveManager_SetSaveSlotIndex"); \ -static_assert(offsetof(ZSaveManager_SetSaveSlotIndex, SlotIndex) == 0x000000, "Member 'ZSaveManager_SetSaveSlotIndex::SlotIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_GetCurrentSavedSettings \ -static_assert(alignof(ZSaveManager_GetCurrentSavedSettings) == 0x000008, "Wrong alignment on ZSaveManager_GetCurrentSavedSettings"); \ -static_assert(sizeof(ZSaveManager_GetCurrentSavedSettings) == 0x000008, "Wrong size on ZSaveManager_GetCurrentSavedSettings"); \ -static_assert(offsetof(ZSaveManager_GetCurrentSavedSettings, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetCurrentSavedSettings::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_GetCurrentSaveGame \ -static_assert(alignof(ZSaveManager_GetCurrentSaveGame) == 0x000008, "Wrong alignment on ZSaveManager_GetCurrentSaveGame"); \ -static_assert(sizeof(ZSaveManager_GetCurrentSaveGame) == 0x000008, "Wrong size on ZSaveManager_GetCurrentSaveGame"); \ -static_assert(offsetof(ZSaveManager_GetCurrentSaveGame, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetCurrentSaveGame::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_GetCurrentSaveSlotIndex \ -static_assert(alignof(ZSaveManager_GetCurrentSaveSlotIndex) == 0x000004, "Wrong alignment on ZSaveManager_GetCurrentSaveSlotIndex"); \ -static_assert(sizeof(ZSaveManager_GetCurrentSaveSlotIndex) == 0x000004, "Wrong size on ZSaveManager_GetCurrentSaveSlotIndex"); \ -static_assert(offsetof(ZSaveManager_GetCurrentSaveSlotIndex, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetCurrentSaveSlotIndex::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_GetPlayerCurrentSlotData \ -static_assert(alignof(ZSaveManager_GetPlayerCurrentSlotData) == 0x000008, "Wrong alignment on ZSaveManager_GetPlayerCurrentSlotData"); \ -static_assert(sizeof(ZSaveManager_GetPlayerCurrentSlotData) == 0x0000B8, "Wrong size on ZSaveManager_GetPlayerCurrentSlotData"); \ -static_assert(offsetof(ZSaveManager_GetPlayerCurrentSlotData, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetPlayerCurrentSlotData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_GetPlayerSlotData \ -static_assert(alignof(ZSaveManager_GetPlayerSlotData) == 0x000008, "Wrong alignment on ZSaveManager_GetPlayerSlotData"); \ -static_assert(sizeof(ZSaveManager_GetPlayerSlotData) == 0x0000C0, "Wrong size on ZSaveManager_GetPlayerSlotData"); \ -static_assert(offsetof(ZSaveManager_GetPlayerSlotData, SlotIndex) == 0x000000, "Member 'ZSaveManager_GetPlayerSlotData::SlotIndex' has a wrong offset!"); \ -static_assert(offsetof(ZSaveManager_GetPlayerSlotData, ReturnValue) == 0x000008, "Member 'ZSaveManager_GetPlayerSlotData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_GetPlayerSlotsData \ -static_assert(alignof(ZSaveManager_GetPlayerSlotsData) == 0x000008, "Wrong alignment on ZSaveManager_GetPlayerSlotsData"); \ -static_assert(sizeof(ZSaveManager_GetPlayerSlotsData) == 0x000010, "Wrong size on ZSaveManager_GetPlayerSlotsData"); \ -static_assert(offsetof(ZSaveManager_GetPlayerSlotsData, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetPlayerSlotsData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSaveManager_IsSlotDataEmpty \ -static_assert(alignof(ZSaveManager_IsSlotDataEmpty) == 0x000004, "Wrong alignment on ZSaveManager_IsSlotDataEmpty"); \ -static_assert(sizeof(ZSaveManager_IsSlotDataEmpty) == 0x000008, "Wrong size on ZSaveManager_IsSlotDataEmpty"); \ -static_assert(offsetof(ZSaveManager_IsSlotDataEmpty, SlotIndex) == 0x000000, "Member 'ZSaveManager_IsSlotDataEmpty::SlotIndex' has a wrong offset!"); \ -static_assert(offsetof(ZSaveManager_IsSlotDataEmpty, ReturnValue) == 0x000004, "Member 'ZSaveManager_IsSlotDataEmpty::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSaveManager \ -static_assert(alignof(UZSaveManager) == 0x000008, "Wrong alignment on UZSaveManager"); \ -static_assert(sizeof(UZSaveManager) == 0x0000E8, "Wrong size on UZSaveManager"); \ -static_assert(offsetof(UZSaveManager, SaveGameClass) == 0x000028, "Member 'UZSaveManager::SaveGameClass' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, SettingsSaveClass) == 0x000030, "Member 'UZSaveManager::SettingsSaveClass' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, GameInstance) == 0x000038, "Member 'UZSaveManager::GameInstance' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, CurrentSaveGame) == 0x000040, "Member 'UZSaveManager::CurrentSaveGame' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, CurrentProfileSaveSlot) == 0x000048, "Member 'UZSaveManager::CurrentProfileSaveSlot' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, CurrentSavedSettings) == 0x000050, "Member 'UZSaveManager::CurrentSavedSettings' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, bIsFirstTimePlay) == 0x000058, "Member 'UZSaveManager::bIsFirstTimePlay' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, OnLoadFinished) == 0x000060, "Member 'UZSaveManager::OnLoadFinished' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, OnSettingsLoadFinished) == 0x000070, "Member 'UZSaveManager::OnSettingsLoadFinished' has a wrong offset!"); \ -static_assert(offsetof(UZSaveManager, OnSettingPostLoad) == 0x000080, "Member 'UZSaveManager::OnSettingPostLoad' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_InitComponent \ -static_assert(alignof(ZSceneCollectibleComponent_InitComponent) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_InitComponent"); \ -static_assert(sizeof(ZSceneCollectibleComponent_InitComponent) == 0x0000D0, "Wrong size on ZSceneCollectibleComponent_InitComponent"); \ -static_assert(offsetof(ZSceneCollectibleComponent_InitComponent, CollectibleData_0) == 0x000000, "Member 'ZSceneCollectibleComponent_InitComponent::CollectibleData_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_SetIsFront \ -static_assert(alignof(ZSceneCollectibleComponent_SetIsFront) == 0x000001, "Wrong alignment on ZSceneCollectibleComponent_SetIsFront"); \ -static_assert(sizeof(ZSceneCollectibleComponent_SetIsFront) == 0x000001, "Wrong size on ZSceneCollectibleComponent_SetIsFront"); \ -static_assert(offsetof(ZSceneCollectibleComponent_SetIsFront, bSetIsFront) == 0x000000, "Member 'ZSceneCollectibleComponent_SetIsFront::bSetIsFront' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_SetStaticMeshComp \ -static_assert(alignof(ZSceneCollectibleComponent_SetStaticMeshComp) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_SetStaticMeshComp"); \ -static_assert(sizeof(ZSceneCollectibleComponent_SetStaticMeshComp) == 0x000008, "Wrong size on ZSceneCollectibleComponent_SetStaticMeshComp"); \ -static_assert(offsetof(ZSceneCollectibleComponent_SetStaticMeshComp, SMC) == 0x000000, "Member 'ZSceneCollectibleComponent_SetStaticMeshComp::SMC' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_GetCollectibleUIWidget \ -static_assert(alignof(ZSceneCollectibleComponent_GetCollectibleUIWidget) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_GetCollectibleUIWidget"); \ -static_assert(sizeof(ZSceneCollectibleComponent_GetCollectibleUIWidget) == 0x000008, "Wrong size on ZSceneCollectibleComponent_GetCollectibleUIWidget"); \ -static_assert(offsetof(ZSceneCollectibleComponent_GetCollectibleUIWidget, ReturnValue) == 0x000000, "Member 'ZSceneCollectibleComponent_GetCollectibleUIWidget::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_GetStaticMeshComponent \ -static_assert(alignof(ZSceneCollectibleComponent_GetStaticMeshComponent) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_GetStaticMeshComponent"); \ -static_assert(sizeof(ZSceneCollectibleComponent_GetStaticMeshComponent) == 0x000008, "Wrong size on ZSceneCollectibleComponent_GetStaticMeshComponent"); \ -static_assert(offsetof(ZSceneCollectibleComponent_GetStaticMeshComponent, ReturnValue) == 0x000000, "Member 'ZSceneCollectibleComponent_GetStaticMeshComponent::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSceneCollectibleComponent \ -static_assert(alignof(UZSceneCollectibleComponent) == 0x000008, "Wrong alignment on UZSceneCollectibleComponent"); \ -static_assert(sizeof(UZSceneCollectibleComponent) == 0x0001C8, "Wrong size on UZSceneCollectibleComponent"); \ -static_assert(offsetof(UZSceneCollectibleComponent, PlayerController) == 0x0000A0, "Member 'UZSceneCollectibleComponent::PlayerController' has a wrong offset!"); \ -static_assert(offsetof(UZSceneCollectibleComponent, SceneCaptureComponent) == 0x0000A8, "Member 'UZSceneCollectibleComponent::SceneCaptureComponent' has a wrong offset!"); \ -static_assert(offsetof(UZSceneCollectibleComponent, StaticMesh) == 0x0000D0, "Member 'UZSceneCollectibleComponent::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(UZSceneCollectibleComponent, bIsFront) == 0x0000D8, "Member 'UZSceneCollectibleComponent::bIsFront' has a wrong offset!"); \ -static_assert(offsetof(UZSceneCollectibleComponent, FadeOutAnimationSpeed) == 0x0000DC, "Member 'UZSceneCollectibleComponent::FadeOutAnimationSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZSceneCollectibleComponent, CollectibleUIWidget) == 0x0000E0, "Member 'UZSceneCollectibleComponent::CollectibleUIWidget' has a wrong offset!"); \ -static_assert(offsetof(UZSceneCollectibleComponent, OnInit) == 0x0000E8, "Member 'UZSceneCollectibleComponent::OnInit' has a wrong offset!"); \ -static_assert(offsetof(UZSceneCollectibleComponent, CollectibleData) == 0x0000F8, "Member 'UZSceneCollectibleComponent::CollectibleData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UMaterialParameterOverride_Scalar \ -static_assert(alignof(UMaterialParameterOverride_Scalar) == 0x000008, "Wrong alignment on UMaterialParameterOverride_Scalar"); \ -static_assert(sizeof(UMaterialParameterOverride_Scalar) == 0x000038, "Wrong size on UMaterialParameterOverride_Scalar"); \ -static_assert(offsetof(UMaterialParameterOverride_Scalar, Name_0) == 0x000028, "Member 'UMaterialParameterOverride_Scalar::Name_0' has a wrong offset!"); \ -static_assert(offsetof(UMaterialParameterOverride_Scalar, MaterialIndex) == 0x000030, "Member 'UMaterialParameterOverride_Scalar::MaterialIndex' has a wrong offset!"); \ -static_assert(offsetof(UMaterialParameterOverride_Scalar, Value) == 0x000034, "Member 'UMaterialParameterOverride_Scalar::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinNotification_SetID \ -static_assert(alignof(ZSkinNotification_SetID) == 0x000004, "Wrong alignment on ZSkinNotification_SetID"); \ -static_assert(sizeof(ZSkinNotification_SetID) == 0x000010, "Wrong size on ZSkinNotification_SetID"); \ -static_assert(offsetof(ZSkinNotification_SetID, NewID) == 0x000000, "Member 'ZSkinNotification_SetID::NewID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinNotification_GetId \ -static_assert(alignof(ZSkinNotification_GetId) == 0x000004, "Wrong alignment on ZSkinNotification_GetId"); \ -static_assert(sizeof(ZSkinNotification_GetId) == 0x000010, "Wrong size on ZSkinNotification_GetId"); \ -static_assert(offsetof(ZSkinNotification_GetId, ReturnValue) == 0x000000, "Member 'ZSkinNotification_GetId::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSkinNotification \ -static_assert(alignof(UZSkinNotification) == 0x000008, "Wrong alignment on UZSkinNotification"); \ -static_assert(sizeof(UZSkinNotification) == 0x000048, "Wrong size on UZSkinNotification"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_OnCollectibleFound \ -static_assert(alignof(ZSkinSystem_OnCollectibleFound) == 0x000004, "Wrong alignment on ZSkinSystem_OnCollectibleFound"); \ -static_assert(sizeof(ZSkinSystem_OnCollectibleFound) == 0x000010, "Wrong size on ZSkinSystem_OnCollectibleFound"); \ -static_assert(offsetof(ZSkinSystem_OnCollectibleFound, CollectibleID) == 0x000000, "Member 'ZSkinSystem_OnCollectibleFound::CollectibleID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_OnTrophyUnlocked \ -static_assert(alignof(ZSkinSystem_OnTrophyUnlocked) == 0x000004, "Wrong alignment on ZSkinSystem_OnTrophyUnlocked"); \ -static_assert(sizeof(ZSkinSystem_OnTrophyUnlocked) == 0x000010, "Wrong size on ZSkinSystem_OnTrophyUnlocked"); \ -static_assert(offsetof(ZSkinSystem_OnTrophyUnlocked, TrophyId) == 0x000000, "Member 'ZSkinSystem_OnTrophyUnlocked::TrophyId' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_SetPlayerCurrentSkin \ -static_assert(alignof(ZSkinSystem_SetPlayerCurrentSkin) == 0x000004, "Wrong alignment on ZSkinSystem_SetPlayerCurrentSkin"); \ -static_assert(sizeof(ZSkinSystem_SetPlayerCurrentSkin) == 0x000008, "Wrong size on ZSkinSystem_SetPlayerCurrentSkin"); \ -static_assert(offsetof(ZSkinSystem_SetPlayerCurrentSkin, SkinTag) == 0x000000, "Member 'ZSkinSystem_SetPlayerCurrentSkin::SkinTag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_UnlockSkinByTag \ -static_assert(alignof(ZSkinSystem_UnlockSkinByTag) == 0x000004, "Wrong alignment on ZSkinSystem_UnlockSkinByTag"); \ -static_assert(sizeof(ZSkinSystem_UnlockSkinByTag) == 0x00000C, "Wrong size on ZSkinSystem_UnlockSkinByTag"); \ -static_assert(offsetof(ZSkinSystem_UnlockSkinByTag, SkinTag) == 0x000000, "Member 'ZSkinSystem_UnlockSkinByTag::SkinTag' has a wrong offset!"); \ -static_assert(offsetof(ZSkinSystem_UnlockSkinByTag, bSaveGame) == 0x000008, "Member 'ZSkinSystem_UnlockSkinByTag::bSaveGame' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_GetPlayerCurrentSkinData \ -static_assert(alignof(ZSkinSystem_GetPlayerCurrentSkinData) == 0x000008, "Wrong alignment on ZSkinSystem_GetPlayerCurrentSkinData"); \ -static_assert(sizeof(ZSkinSystem_GetPlayerCurrentSkinData) == 0x0001C8, "Wrong size on ZSkinSystem_GetPlayerCurrentSkinData"); \ -static_assert(offsetof(ZSkinSystem_GetPlayerCurrentSkinData, ReturnValue) == 0x000000, "Member 'ZSkinSystem_GetPlayerCurrentSkinData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_GetPlayerCurrentSkinTag \ -static_assert(alignof(ZSkinSystem_GetPlayerCurrentSkinTag) == 0x000004, "Wrong alignment on ZSkinSystem_GetPlayerCurrentSkinTag"); \ -static_assert(sizeof(ZSkinSystem_GetPlayerCurrentSkinTag) == 0x000008, "Wrong size on ZSkinSystem_GetPlayerCurrentSkinTag"); \ -static_assert(offsetof(ZSkinSystem_GetPlayerCurrentSkinTag, ReturnValue) == 0x000000, "Member 'ZSkinSystem_GetPlayerCurrentSkinTag::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_GetUnlockedSkinsData \ -static_assert(alignof(ZSkinSystem_GetUnlockedSkinsData) == 0x000008, "Wrong alignment on ZSkinSystem_GetUnlockedSkinsData"); \ -static_assert(sizeof(ZSkinSystem_GetUnlockedSkinsData) == 0x000010, "Wrong size on ZSkinSystem_GetUnlockedSkinsData"); \ -static_assert(offsetof(ZSkinSystem_GetUnlockedSkinsData, ReturnValue) == 0x000000, "Member 'ZSkinSystem_GetUnlockedSkinsData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSkinSystem_HasUnlockedSkinByTag \ -static_assert(alignof(ZSkinSystem_HasUnlockedSkinByTag) == 0x000004, "Wrong alignment on ZSkinSystem_HasUnlockedSkinByTag"); \ -static_assert(sizeof(ZSkinSystem_HasUnlockedSkinByTag) == 0x00000C, "Wrong size on ZSkinSystem_HasUnlockedSkinByTag"); \ -static_assert(offsetof(ZSkinSystem_HasUnlockedSkinByTag, SkinTag) == 0x000000, "Member 'ZSkinSystem_HasUnlockedSkinByTag::SkinTag' has a wrong offset!"); \ -static_assert(offsetof(ZSkinSystem_HasUnlockedSkinByTag, ReturnValue) == 0x000008, "Member 'ZSkinSystem_HasUnlockedSkinByTag::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSkinSystem \ -static_assert(alignof(UZSkinSystem) == 0x000008, "Wrong alignment on UZSkinSystem"); \ -static_assert(sizeof(UZSkinSystem) == 0x000088, "Wrong size on UZSkinSystem"); \ -static_assert(offsetof(UZSkinSystem, FiftyPercentTrophiesSkin) == 0x000028, "Member 'UZSkinSystem::FiftyPercentTrophiesSkin' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, AllTrophiesSkin) == 0x000030, "Member 'UZSkinSystem::AllTrophiesSkin' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, FiftyPercentCollectibleFound) == 0x000038, "Member 'UZSkinSystem::FiftyPercentCollectibleFound' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, AllCollectibleFound) == 0x000040, "Member 'UZSkinSystem::AllCollectibleFound' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, GameInstance) == 0x000048, "Member 'UZSkinSystem::GameInstance' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, PlayerSkin) == 0x000050, "Member 'UZSkinSystem::PlayerSkin' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, UnlockedSkins) == 0x000058, "Member 'UZSkinSystem::UnlockedSkins' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, OnSkinUnlocked) == 0x000068, "Member 'UZSkinSystem::OnSkinUnlocked' has a wrong offset!"); \ -static_assert(offsetof(UZSkinSystem, OnSkinLocked) == 0x000078, "Member 'UZSkinSystem::OnSkinLocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_OnCharacterHit \ -static_assert(alignof(ZSlingShot_OnCharacterHit) == 0x000008, "Wrong alignment on ZSlingShot_OnCharacterHit"); \ -static_assert(sizeof(ZSlingShot_OnCharacterHit) == 0x000120, "Wrong size on ZSlingShot_OnCharacterHit"); \ -static_assert(offsetof(ZSlingShot_OnCharacterHit, SelfActor) == 0x000000, "Member 'ZSlingShot_OnCharacterHit::SelfActor' has a wrong offset!"); \ -static_assert(offsetof(ZSlingShot_OnCharacterHit, OtherActor) == 0x000008, "Member 'ZSlingShot_OnCharacterHit::OtherActor' has a wrong offset!"); \ -static_assert(offsetof(ZSlingShot_OnCharacterHit, NormalImpulse) == 0x000010, "Member 'ZSlingShot_OnCharacterHit::NormalImpulse' has a wrong offset!"); \ -static_assert(offsetof(ZSlingShot_OnCharacterHit, Hit) == 0x000028, "Member 'ZSlingShot_OnCharacterHit::Hit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_OnCharacterLanded \ -static_assert(alignof(ZSlingShot_OnCharacterLanded) == 0x000008, "Wrong alignment on ZSlingShot_OnCharacterLanded"); \ -static_assert(sizeof(ZSlingShot_OnCharacterLanded) == 0x0000F8, "Wrong size on ZSlingShot_OnCharacterLanded"); \ -static_assert(offsetof(ZSlingShot_OnCharacterLanded, Hit) == 0x000000, "Member 'ZSlingShot_OnCharacterLanded::Hit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_OnPlayerRestart \ -static_assert(alignof(ZSlingShot_OnPlayerRestart) == 0x000004, "Wrong alignment on ZSlingShot_OnPlayerRestart"); \ -static_assert(sizeof(ZSlingShot_OnPlayerRestart) == 0x000004, "Wrong size on ZSlingShot_OnPlayerRestart"); \ -static_assert(offsetof(ZSlingShot_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZSlingShot_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_OnReceiveAnimNotify \ -static_assert(alignof(ZSlingShot_OnReceiveAnimNotify) == 0x000004, "Wrong alignment on ZSlingShot_OnReceiveAnimNotify"); \ -static_assert(sizeof(ZSlingShot_OnReceiveAnimNotify) == 0x000010, "Wrong size on ZSlingShot_OnReceiveAnimNotify"); \ -static_assert(offsetof(ZSlingShot_OnReceiveAnimNotify, AnimNotifyName) == 0x000000, "Member 'ZSlingShot_OnReceiveAnimNotify::AnimNotifyName' has a wrong offset!"); \ -static_assert(offsetof(ZSlingShot_OnReceiveAnimNotify, DebugInfo) == 0x000008, "Member 'ZSlingShot_OnReceiveAnimNotify::DebugInfo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_OnUIHide \ -static_assert(alignof(ZSlingShot_OnUIHide) == 0x000001, "Wrong alignment on ZSlingShot_OnUIHide"); \ -static_assert(sizeof(ZSlingShot_OnUIHide) == 0x000001, "Wrong size on ZSlingShot_OnUIHide"); \ -static_assert(offsetof(ZSlingShot_OnUIHide, bUIHide) == 0x000000, "Member 'ZSlingShot_OnUIHide::bUIHide' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_TimeLaunchAudioUpdate \ -static_assert(alignof(ZSlingShot_TimeLaunchAudioUpdate) == 0x000004, "Wrong alignment on ZSlingShot_TimeLaunchAudioUpdate"); \ -static_assert(sizeof(ZSlingShot_TimeLaunchAudioUpdate) == 0x000004, "Wrong size on ZSlingShot_TimeLaunchAudioUpdate"); \ -static_assert(offsetof(ZSlingShot_TimeLaunchAudioUpdate, TimeAudiovalue) == 0x000000, "Member 'ZSlingShot_TimeLaunchAudioUpdate::TimeAudiovalue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_GetSlingShotRotation \ -static_assert(alignof(ZSlingShot_GetSlingShotRotation) == 0x000008, "Wrong alignment on ZSlingShot_GetSlingShotRotation"); \ -static_assert(sizeof(ZSlingShot_GetSlingShotRotation) == 0x000018, "Wrong size on ZSlingShot_GetSlingShotRotation"); \ -static_assert(offsetof(ZSlingShot_GetSlingShotRotation, ReturnValue) == 0x000000, "Member 'ZSlingShot_GetSlingShotRotation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSlingShot_GetTarget \ -static_assert(alignof(ZSlingShot_GetTarget) == 0x000008, "Wrong alignment on ZSlingShot_GetTarget"); \ -static_assert(sizeof(ZSlingShot_GetTarget) == 0x000008, "Wrong size on ZSlingShot_GetTarget"); \ -static_assert(offsetof(ZSlingShot_GetTarget, ReturnValue) == 0x000000, "Member 'ZSlingShot_GetTarget::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZSlingShot \ -static_assert(alignof(AZSlingShot) == 0x000008, "Wrong alignment on AZSlingShot"); \ -static_assert(sizeof(AZSlingShot) == 0x000478, "Wrong size on AZSlingShot"); \ -static_assert(offsetof(AZSlingShot, StaticMeshComp) == 0x000290, "Member 'AZSlingShot::StaticMeshComp' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, SkeletalMeshComp) == 0x000298, "Member 'AZSlingShot::SkeletalMeshComp' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, ArrowStart) == 0x0002A0, "Member 'AZSlingShot::ArrowStart' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, ArrowStop) == 0x0002A8, "Member 'AZSlingShot::ArrowStop' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, TriggerBox) == 0x0002B0, "Member 'AZSlingShot::TriggerBox' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, InteractableComponent) == 0x0002B8, "Member 'AZSlingShot::InteractableComponent' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, AimSpeedMultiplier) == 0x0002C8, "Member 'AZSlingShot::AimSpeedMultiplier' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, StretchDistanceMaxPower) == 0x0002CC, "Member 'AZSlingShot::StretchDistanceMaxPower' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, MaxAimDistance) == 0x0002D4, "Member 'AZSlingShot::MaxAimDistance' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, MaxDistOffSet) == 0x0002D8, "Member 'AZSlingShot::MaxDistOffSet' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, MaxLaunchPower) == 0x0002DC, "Member 'AZSlingShot::MaxLaunchPower' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, DarwinStartLaunchTolerence) == 0x0002E0, "Member 'AZSlingShot::DarwinStartLaunchTolerence' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, TrajectoryDisplayFactor) == 0x0002E4, "Member 'AZSlingShot::TrajectoryDisplayFactor' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, Target) == 0x000310, "Member 'AZSlingShot::Target' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, SlingShotCharacterMontage) == 0x000398, "Member 'AZSlingShot::SlingShotCharacterMontage' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, SlingShotPolesMontage) == 0x0003A0, "Member 'AZSlingShot::SlingShotPolesMontage' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, SlingShotPolesLaunchMontage) == 0x0003A8, "Member 'AZSlingShot::SlingShotPolesLaunchMontage' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, ProjectileTrajToSpawn) == 0x0003B0, "Member 'AZSlingShot::ProjectileTrajToSpawn' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, bAlwaysSucceed) == 0x000458, "Member 'AZSlingShot::bAlwaysSucceed' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, bDebug) == 0x00045B, "Member 'AZSlingShot::bDebug' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, bDebugEditor) == 0x00045C, "Member 'AZSlingShot::bDebugEditor' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, DebugDuration) == 0x000460, "Member 'AZSlingShot::DebugDuration' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, TargetOffset) == 0x000464, "Member 'AZSlingShot::TargetOffset' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, CustomArcParam) == 0x000468, "Member 'AZSlingShot::CustomArcParam' has a wrong offset!"); \ -static_assert(offsetof(AZSlingShot, CancelRangePercent) == 0x00046C, "Member 'AZSlingShot::CancelRangePercent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZSmartObject \ -static_assert(alignof(AZSmartObject) == 0x000008, "Wrong alignment on AZSmartObject"); \ -static_assert(sizeof(AZSmartObject) == 0x000298, "Wrong size on AZSmartObject"); \ -static_assert(offsetof(AZSmartObject, bShowDebug) == 0x000290, "Member 'AZSmartObject::bShowDebug' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnAnimNotify \ -static_assert(alignof(ZSmartObjectComponent_OnAnimNotify) == 0x000004, "Wrong alignment on ZSmartObjectComponent_OnAnimNotify"); \ -static_assert(sizeof(ZSmartObjectComponent_OnAnimNotify) == 0x000010, "Wrong size on ZSmartObjectComponent_OnAnimNotify"); \ -static_assert(offsetof(ZSmartObjectComponent_OnAnimNotify, NotifyName) == 0x000000, "Member 'ZSmartObjectComponent_OnAnimNotify::NotifyName' has a wrong offset!"); \ -static_assert(offsetof(ZSmartObjectComponent_OnAnimNotify, DebugInfo) == 0x000008, "Member 'ZSmartObjectComponent_OnAnimNotify::DebugInfo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnOwnerBehaviorChanged \ -static_assert(alignof(ZSmartObjectComponent_OnOwnerBehaviorChanged) == 0x000001, "Wrong alignment on ZSmartObjectComponent_OnOwnerBehaviorChanged"); \ -static_assert(sizeof(ZSmartObjectComponent_OnOwnerBehaviorChanged) == 0x000002, "Wrong size on ZSmartObjectComponent_OnOwnerBehaviorChanged"); \ -static_assert(offsetof(ZSmartObjectComponent_OnOwnerBehaviorChanged, PreviousBehavior) == 0x000000, "Member 'ZSmartObjectComponent_OnOwnerBehaviorChanged::PreviousBehavior' has a wrong offset!"); \ -static_assert(offsetof(ZSmartObjectComponent_OnOwnerBehaviorChanged, NewBehavior) == 0x000001, "Member 'ZSmartObjectComponent_OnOwnerBehaviorChanged::NewBehavior' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnOwnerTakeAnyDamage \ -static_assert(alignof(ZSmartObjectComponent_OnOwnerTakeAnyDamage) == 0x000008, "Wrong alignment on ZSmartObjectComponent_OnOwnerTakeAnyDamage"); \ -static_assert(sizeof(ZSmartObjectComponent_OnOwnerTakeAnyDamage) == 0x000028, "Wrong size on ZSmartObjectComponent_OnOwnerTakeAnyDamage"); \ -static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, DamagedActor) == 0x000000, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::DamagedActor' has a wrong offset!"); \ -static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, Damage) == 0x000008, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::Damage' has a wrong offset!"); \ -static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, DamageType) == 0x000010, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::DamageType' has a wrong offset!"); \ -static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, InstigatedBy) == 0x000018, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::InstigatedBy' has a wrong offset!"); \ -static_assert(offsetof(ZSmartObjectComponent_OnOwnerTakeAnyDamage, DamageCauser) == 0x000020, "Member 'ZSmartObjectComponent_OnOwnerTakeAnyDamage::DamageCauser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_OnPlayerRestart \ -static_assert(alignof(ZSmartObjectComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZSmartObjectComponent_OnPlayerRestart"); \ -static_assert(sizeof(ZSmartObjectComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZSmartObjectComponent_OnPlayerRestart"); \ -static_assert(offsetof(ZSmartObjectComponent_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZSmartObjectComponent_OnPlayerRestart::Occurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_SetEnabled \ -static_assert(alignof(ZSmartObjectComponent_SetEnabled) == 0x000001, "Wrong alignment on ZSmartObjectComponent_SetEnabled"); \ -static_assert(sizeof(ZSmartObjectComponent_SetEnabled) == 0x000001, "Wrong size on ZSmartObjectComponent_SetEnabled"); \ -static_assert(offsetof(ZSmartObjectComponent_SetEnabled, Value) == 0x000000, "Member 'ZSmartObjectComponent_SetEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_StartEmitting \ -static_assert(alignof(ZSmartObjectComponent_StartEmitting) == 0x000001, "Wrong alignment on ZSmartObjectComponent_StartEmitting"); \ -static_assert(sizeof(ZSmartObjectComponent_StartEmitting) == 0x000001, "Wrong size on ZSmartObjectComponent_StartEmitting"); \ -static_assert(offsetof(ZSmartObjectComponent_StartEmitting, CoordinatorBroadcast) == 0x000000, "Member 'ZSmartObjectComponent_StartEmitting::CoordinatorBroadcast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_GetRootPosition \ -static_assert(alignof(ZSmartObjectComponent_GetRootPosition) == 0x000008, "Wrong alignment on ZSmartObjectComponent_GetRootPosition"); \ -static_assert(sizeof(ZSmartObjectComponent_GetRootPosition) == 0x000018, "Wrong size on ZSmartObjectComponent_GetRootPosition"); \ -static_assert(offsetof(ZSmartObjectComponent_GetRootPosition, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_GetRootPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_GetStimuliLocation \ -static_assert(alignof(ZSmartObjectComponent_GetStimuliLocation) == 0x000008, "Wrong alignment on ZSmartObjectComponent_GetStimuliLocation"); \ -static_assert(sizeof(ZSmartObjectComponent_GetStimuliLocation) == 0x000018, "Wrong size on ZSmartObjectComponent_GetStimuliLocation"); \ -static_assert(offsetof(ZSmartObjectComponent_GetStimuliLocation, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_GetStimuliLocation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_IsCoolingDown \ -static_assert(alignof(ZSmartObjectComponent_IsCoolingDown) == 0x000001, "Wrong alignment on ZSmartObjectComponent_IsCoolingDown"); \ -static_assert(sizeof(ZSmartObjectComponent_IsCoolingDown) == 0x000001, "Wrong size on ZSmartObjectComponent_IsCoolingDown"); \ -static_assert(offsetof(ZSmartObjectComponent_IsCoolingDown, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_IsCoolingDown::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSmartObjectComponent_IsEmitting \ -static_assert(alignof(ZSmartObjectComponent_IsEmitting) == 0x000001, "Wrong alignment on ZSmartObjectComponent_IsEmitting"); \ -static_assert(sizeof(ZSmartObjectComponent_IsEmitting) == 0x000001, "Wrong size on ZSmartObjectComponent_IsEmitting"); \ -static_assert(offsetof(ZSmartObjectComponent_IsEmitting, ReturnValue) == 0x000000, "Member 'ZSmartObjectComponent_IsEmitting::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSmartObjectComponent \ -static_assert(alignof(UZSmartObjectComponent) == 0x000008, "Wrong alignment on UZSmartObjectComponent"); \ -static_assert(sizeof(UZSmartObjectComponent) == 0x0001B8, "Wrong size on UZSmartObjectComponent"); \ -static_assert(offsetof(UZSmartObjectComponent, Coordinator) == 0x0000A0, "Member 'UZSmartObjectComponent::Coordinator' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, User) == 0x0000A8, "Member 'UZSmartObjectComponent::User' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, bIsEnabled) == 0x0000B0, "Member 'UZSmartObjectComponent::bIsEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, SmartObjectTags) == 0x0000B8, "Member 'UZSmartObjectComponent::SmartObjectTags' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, bRestrictToInterestOnly) == 0x0000D8, "Member 'UZSmartObjectComponent::bRestrictToInterestOnly' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, StartEmittingOnDamage) == 0x0000D9, "Member 'UZSmartObjectComponent::StartEmittingOnDamage' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, EmmittingCooldown) == 0x0000DC, "Member 'UZSmartObjectComponent::EmmittingCooldown' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, bPickable) == 0x0000E0, "Member 'UZSmartObjectComponent::bPickable' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, bMustBeNavigationReachable) == 0x0000E1, "Member 'UZSmartObjectComponent::bMustBeNavigationReachable' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, bMustBeOnNavmesh) == 0x0000E2, "Member 'UZSmartObjectComponent::bMustBeOnNavmesh' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, NavExtent) == 0x0000E8, "Member 'UZSmartObjectComponent::NavExtent' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, bShouldInvestigateFirst) == 0x000100, "Member 'UZSmartObjectComponent::bShouldInvestigateFirst' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, OptionalUserPosition) == 0x000108, "Member 'UZSmartObjectComponent::OptionalUserPosition' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, UsageTime) == 0x000110, "Member 'UZSmartObjectComponent::UsageTime' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, UserAnimation) == 0x000114, "Member 'UZSmartObjectComponent::UserAnimation' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, StopOnAnimEvent) == 0x00011C, "Member 'UZSmartObjectComponent::StopOnAnimEvent' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, PickUpAttachBone) == 0x000124, "Member 'UZSmartObjectComponent::PickUpAttachBone' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, StartAnimation) == 0x00012C, "Member 'UZSmartObjectComponent::StartAnimation' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, EndAnimation) == 0x000134, "Member 'UZSmartObjectComponent::EndAnimation' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, TargetActor) == 0x000140, "Member 'UZSmartObjectComponent::TargetActor' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, TargetGoToActor) == 0x000148, "Member 'UZSmartObjectComponent::TargetGoToActor' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, DropDistanceToStopEmitting) == 0x000150, "Member 'UZSmartObjectComponent::DropDistanceToStopEmitting' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, TargetPosition) == 0x000158, "Member 'UZSmartObjectComponent::TargetPosition' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, PositionRootComponent) == 0x000170, "Member 'UZSmartObjectComponent::PositionRootComponent' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, OnStartUsing) == 0x000178, "Member 'UZSmartObjectComponent::OnStartUsing' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, OnStopUsing) == 0x000188, "Member 'UZSmartObjectComponent::OnStopUsing' has a wrong offset!"); \ -static_assert(offsetof(UZSmartObjectComponent, OnReserved) == 0x000198, "Member 'UZSmartObjectComponent::OnReserved' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetConeAngle \ -static_assert(alignof(ZSpotComponent_SetConeAngle) == 0x000004, "Wrong alignment on ZSpotComponent_SetConeAngle"); \ -static_assert(sizeof(ZSpotComponent_SetConeAngle) == 0x000004, "Wrong size on ZSpotComponent_SetConeAngle"); \ -static_assert(offsetof(ZSpotComponent_SetConeAngle, Angle) == 0x000000, "Member 'ZSpotComponent_SetConeAngle::Angle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetConeLength \ -static_assert(alignof(ZSpotComponent_SetConeLength) == 0x000004, "Wrong alignment on ZSpotComponent_SetConeLength"); \ -static_assert(sizeof(ZSpotComponent_SetConeLength) == 0x000004, "Wrong size on ZSpotComponent_SetConeLength"); \ -static_assert(offsetof(ZSpotComponent_SetConeLength, ConeLength) == 0x000000, "Member 'ZSpotComponent_SetConeLength::ConeLength' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetEnabled \ -static_assert(alignof(ZSpotComponent_SetEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetEnabled"); \ -static_assert(sizeof(ZSpotComponent_SetEnabled) == 0x000002, "Wrong size on ZSpotComponent_SetEnabled"); \ -static_assert(offsetof(ZSpotComponent_SetEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetEnabled::Value' has a wrong offset!"); \ -static_assert(offsetof(ZSpotComponent_SetEnabled, ForceZeroRotation) == 0x000001, "Member 'ZSpotComponent_SetEnabled::ForceZeroRotation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetLookAtEnabled \ -static_assert(alignof(ZSpotComponent_SetLookAtEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetLookAtEnabled"); \ -static_assert(sizeof(ZSpotComponent_SetLookAtEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetLookAtEnabled"); \ -static_assert(offsetof(ZSpotComponent_SetLookAtEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetLookAtEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetLookAtTargetActor \ -static_assert(alignof(ZSpotComponent_SetLookAtTargetActor) == 0x000008, "Wrong alignment on ZSpotComponent_SetLookAtTargetActor"); \ -static_assert(sizeof(ZSpotComponent_SetLookAtTargetActor) == 0x000008, "Wrong size on ZSpotComponent_SetLookAtTargetActor"); \ -static_assert(offsetof(ZSpotComponent_SetLookAtTargetActor, Target) == 0x000000, "Member 'ZSpotComponent_SetLookAtTargetActor::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetMovementEnabled \ -static_assert(alignof(ZSpotComponent_SetMovementEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetMovementEnabled"); \ -static_assert(sizeof(ZSpotComponent_SetMovementEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetMovementEnabled"); \ -static_assert(offsetof(ZSpotComponent_SetMovementEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetMovementEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetPawnDetectionEnabled \ -static_assert(alignof(ZSpotComponent_SetPawnDetectionEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetPawnDetectionEnabled"); \ -static_assert(sizeof(ZSpotComponent_SetPawnDetectionEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetPawnDetectionEnabled"); \ -static_assert(offsetof(ZSpotComponent_SetPawnDetectionEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetPawnDetectionEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetPawnDetectionRate \ -static_assert(alignof(ZSpotComponent_SetPawnDetectionRate) == 0x000004, "Wrong alignment on ZSpotComponent_SetPawnDetectionRate"); \ -static_assert(sizeof(ZSpotComponent_SetPawnDetectionRate) == 0x000004, "Wrong size on ZSpotComponent_SetPawnDetectionRate"); \ -static_assert(offsetof(ZSpotComponent_SetPawnDetectionRate, Value) == 0x000000, "Member 'ZSpotComponent_SetPawnDetectionRate::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_SetTraceEnabled \ -static_assert(alignof(ZSpotComponent_SetTraceEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetTraceEnabled"); \ -static_assert(sizeof(ZSpotComponent_SetTraceEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetTraceEnabled"); \ -static_assert(offsetof(ZSpotComponent_SetTraceEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetTraceEnabled::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_CouldSeePawn \ -static_assert(alignof(ZSpotComponent_CouldSeePawn) == 0x000008, "Wrong alignment on ZSpotComponent_CouldSeePawn"); \ -static_assert(sizeof(ZSpotComponent_CouldSeePawn) == 0x000010, "Wrong size on ZSpotComponent_CouldSeePawn"); \ -static_assert(offsetof(ZSpotComponent_CouldSeePawn, Pawn) == 0x000000, "Member 'ZSpotComponent_CouldSeePawn::Pawn' has a wrong offset!"); \ -static_assert(offsetof(ZSpotComponent_CouldSeePawn, ReturnValue) == 0x000008, "Member 'ZSpotComponent_CouldSeePawn::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSpotComponent_IsEnabled \ -static_assert(alignof(ZSpotComponent_IsEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_IsEnabled"); \ -static_assert(sizeof(ZSpotComponent_IsEnabled) == 0x000001, "Wrong size on ZSpotComponent_IsEnabled"); \ -static_assert(offsetof(ZSpotComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZSpotComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSpotComponent \ -static_assert(alignof(UZSpotComponent) == 0x000010, "Wrong alignment on UZSpotComponent"); \ -static_assert(sizeof(UZSpotComponent) == 0x0007F0, "Wrong size on UZSpotComponent"); \ -static_assert(offsetof(UZSpotComponent, bShowDebug) == 0x000530, "Member 'UZSpotComponent::bShowDebug' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bStartEnabled) == 0x000531, "Member 'UZSpotComponent::bStartEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bSensorOwnerTag) == 0x000532, "Member 'UZSpotComponent::bSensorOwnerTag' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, SensorOwnerTag) == 0x000534, "Member 'UZSpotComponent::SensorOwnerTag' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bSensorSocket) == 0x00053C, "Member 'UZSpotComponent::bSensorSocket' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, SensorSocketAttach) == 0x000540, "Member 'UZSpotComponent::SensorSocketAttach' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bMovementEnabled) == 0x000548, "Member 'UZSpotComponent::bMovementEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, Axis) == 0x000550, "Member 'UZSpotComponent::Axis' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, MaxAngle) == 0x000568, "Member 'UZSpotComponent::MaxAngle' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, Speed) == 0x00056C, "Member 'UZSpotComponent::Speed' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, RotationRate) == 0x000570, "Member 'UZSpotComponent::RotationRate' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bTraceEnabled) == 0x000578, "Member 'UZSpotComponent::bTraceEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bPawnDetectionEnabled) == 0x000579, "Member 'UZSpotComponent::bPawnDetectionEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, Aperture) == 0x00057C, "Member 'UZSpotComponent::Aperture' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, Length) == 0x000580, "Member 'UZSpotComponent::Length' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, IgnoredTraceActorTags) == 0x000588, "Member 'UZSpotComponent::IgnoredTraceActorTags' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, TracePrecision) == 0x000598, "Member 'UZSpotComponent::TracePrecision' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, TraceChannel) == 0x00059C, "Member 'UZSpotComponent::TraceChannel' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, TraceAxis) == 0x0005A0, "Member 'UZSpotComponent::TraceAxis' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, TraceRate) == 0x0005B8, "Member 'UZSpotComponent::TraceRate' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, PawnDetectionRate) == 0x0005BC, "Member 'UZSpotComponent::PawnDetectionRate' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, ToleranceTime) == 0x0005C0, "Member 'UZSpotComponent::ToleranceTime' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bPlayerOnly) == 0x0005C4, "Member 'UZSpotComponent::bPlayerOnly' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, PawnRadius) == 0x0005C8, "Member 'UZSpotComponent::PawnRadius' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, UndetectableTags) == 0x0005D0, "Member 'UZSpotComponent::UndetectableTags' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bLookAtEnabled) == 0x0005F0, "Member 'UZSpotComponent::bLookAtEnabled' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, Space) == 0x0005F1, "Member 'UZSpotComponent::Space' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, TargetLookAtSpeed) == 0x0005F4, "Member 'UZSpotComponent::TargetLookAtSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, DefaultLookAtSpeed) == 0x0005F8, "Member 'UZSpotComponent::DefaultLookAtSpeed' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, TrackingActor) == 0x000600, "Member 'UZSpotComponent::TrackingActor' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, bClamp) == 0x000628, "Member 'UZSpotComponent::bClamp' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, RollDiffMin) == 0x00062C, "Member 'UZSpotComponent::RollDiffMin' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, RollDiffMax) == 0x000630, "Member 'UZSpotComponent::RollDiffMax' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, PitchDiffMin) == 0x000634, "Member 'UZSpotComponent::PitchDiffMin' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, PitchDiffMax) == 0x000638, "Member 'UZSpotComponent::PitchDiffMax' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, YawDiffMin) == 0x00063C, "Member 'UZSpotComponent::YawDiffMin' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, YawDiffMax) == 0x000640, "Member 'UZSpotComponent::YawDiffMax' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, BaseArrowTransform) == 0x000650, "Member 'UZSpotComponent::BaseArrowTransform' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, LookAtTarget) == 0x0006B0, "Member 'UZSpotComponent::LookAtTarget' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, Hits) == 0x0006F8, "Member 'UZSpotComponent::Hits' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, LookAtTargetsIndex) == 0x000708, "Member 'UZSpotComponent::LookAtTargetsIndex' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, OnTracesFinished) == 0x000710, "Member 'UZSpotComponent::OnTracesFinished' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, OnPawnDetected) == 0x000720, "Member 'UZSpotComponent::OnPawnDetected' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, DetectedPawns) == 0x000730, "Member 'UZSpotComponent::DetectedPawns' has a wrong offset!"); \ -static_assert(offsetof(UZSpotComponent, SensorOwner) == 0x0007E8, "Member 'UZSpotComponent::SensorOwner' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZStreamingFreezerSubsystem \ -static_assert(alignof(UZStreamingFreezerSubsystem) == 0x000008, "Wrong alignment on UZStreamingFreezerSubsystem"); \ -static_assert(sizeof(UZStreamingFreezerSubsystem) == 0x000080, "Wrong size on UZStreamingFreezerSubsystem"); \ - -#define DUMPER7_ASSERTS_ZStreamingSafetyComponent_IsLevelReady \ -static_assert(alignof(ZStreamingSafetyComponent_IsLevelReady) == 0x000001, "Wrong alignment on ZStreamingSafetyComponent_IsLevelReady"); \ -static_assert(sizeof(ZStreamingSafetyComponent_IsLevelReady) == 0x000001, "Wrong size on ZStreamingSafetyComponent_IsLevelReady"); \ -static_assert(offsetof(ZStreamingSafetyComponent_IsLevelReady, ReturnValue) == 0x000000, "Member 'ZStreamingSafetyComponent_IsLevelReady::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZStreamingSafetyComponent \ -static_assert(alignof(UZStreamingSafetyComponent) == 0x000008, "Wrong alignment on UZStreamingSafetyComponent"); \ -static_assert(sizeof(UZStreamingSafetyComponent) == 0x0000D8, "Wrong size on UZStreamingSafetyComponent"); \ -static_assert(offsetof(UZStreamingSafetyComponent, bAutoSleepSafety) == 0x0000A0, "Member 'UZStreamingSafetyComponent::bAutoSleepSafety' has a wrong offset!"); \ -static_assert(offsetof(UZStreamingSafetyComponent, bRunGeometryCheck) == 0x0000A1, "Member 'UZStreamingSafetyComponent::bRunGeometryCheck' has a wrong offset!"); \ -static_assert(offsetof(UZStreamingSafetyComponent, OnLevelReady) == 0x0000A8, "Member 'UZStreamingSafetyComponent::OnLevelReady' has a wrong offset!"); \ -static_assert(offsetof(UZStreamingSafetyComponent, SafeLocation) == 0x0000B8, "Member 'UZStreamingSafetyComponent::SafeLocation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZStreamingStateComponent_GetStreamingStorage \ -static_assert(alignof(ZStreamingStateComponent_GetStreamingStorage) == 0x000008, "Wrong alignment on ZStreamingStateComponent_GetStreamingStorage"); \ -static_assert(sizeof(ZStreamingStateComponent_GetStreamingStorage) == 0x000008, "Wrong size on ZStreamingStateComponent_GetStreamingStorage"); \ -static_assert(offsetof(ZStreamingStateComponent_GetStreamingStorage, ReturnValue) == 0x000000, "Member 'ZStreamingStateComponent_GetStreamingStorage::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZStreamingStateComponent \ -static_assert(alignof(UZStreamingStateComponent) == 0x000008, "Wrong alignment on UZStreamingStateComponent"); \ -static_assert(sizeof(UZStreamingStateComponent) == 0x0000D8, "Wrong size on UZStreamingStateComponent"); \ -static_assert(offsetof(UZStreamingStateComponent, StreamingStorage) == 0x0000A0, "Member 'UZStreamingStateComponent::StreamingStorage' has a wrong offset!"); \ -static_assert(offsetof(UZStreamingStateComponent, OnOwnerStreamed) == 0x0000A8, "Member 'UZStreamingStateComponent::OnOwnerStreamed' has a wrong offset!"); \ -static_assert(offsetof(UZStreamingStateComponent, OnOwnerUnstreamed) == 0x0000B8, "Member 'UZStreamingStateComponent::OnOwnerUnstreamed' has a wrong offset!"); \ -static_assert(offsetof(UZStreamingStateComponent, OnOwnerStreamingStateFound) == 0x0000C8, "Member 'UZStreamingStateComponent::OnOwnerStreamingStateFound' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSubtitleWidget \ -static_assert(alignof(UZSubtitleWidget) == 0x000008, "Wrong alignment on UZSubtitleWidget"); \ -static_assert(sizeof(UZSubtitleWidget) == 0x000308, "Wrong size on UZSubtitleWidget"); \ -static_assert(offsetof(UZSubtitleWidget, Text) == 0x0002F8, "Member 'UZSubtitleWidget::Text' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZCustomDisablingSettings \ -static_assert(alignof(UZCustomDisablingSettings) == 0x000008, "Wrong alignment on UZCustomDisablingSettings"); \ -static_assert(sizeof(UZCustomDisablingSettings) == 0x000108, "Wrong size on UZCustomDisablingSettings"); \ -static_assert(offsetof(UZCustomDisablingSettings, MinScreenPercentageDefaultValue) == 0x000038, "Member 'UZCustomDisablingSettings::MinScreenPercentageDefaultValue' has a wrong offset!"); \ -static_assert(offsetof(UZCustomDisablingSettings, CVarFrameTimeBudgetDefaultValue) == 0x00003C, "Member 'UZCustomDisablingSettings::CVarFrameTimeBudgetDefaultValue' has a wrong offset!"); \ -static_assert(offsetof(UZCustomDisablingSettings, PostProcessDynamic) == 0x000040, "Member 'UZCustomDisablingSettings::PostProcessDynamic' has a wrong offset!"); \ -static_assert(offsetof(UZCustomDisablingSettings, PostProcessMaterialsToRemove) == 0x000090, "Member 'UZCustomDisablingSettings::PostProcessMaterialsToRemove' has a wrong offset!"); \ -static_assert(offsetof(UZCustomDisablingSettings, MPCPlatformSwitch) == 0x0000E0, "Member 'UZCustomDisablingSettings::MPCPlatformSwitch' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld \ -static_assert(alignof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld) == 0x000008, "Wrong alignment on ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld"); \ -static_assert(sizeof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld) == 0x000010, "Wrong size on ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld"); \ -static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld, addedLevel) == 0x000000, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld::addedLevel' has a wrong offset!"); \ -static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld, CurrentWorld) == 0x000008, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld::CurrentWorld' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld \ -static_assert(alignof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld) == 0x000008, "Wrong alignment on ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld"); \ -static_assert(sizeof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld) == 0x000010, "Wrong size on ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld"); \ -static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld, addedLevel) == 0x000000, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld::addedLevel' has a wrong offset!"); \ -static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld, CurrentWorld) == 0x000008, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld::CurrentWorld' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked \ -static_assert(alignof(ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked) == 0x000001, "Wrong alignment on ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked"); \ -static_assert(sizeof(ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked) == 0x000001, "Wrong size on ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked"); \ -static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked, bIsDocked) == 0x000000, "Member 'ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZSwitchDebugToolsSubsystem \ -static_assert(alignof(UZSwitchDebugToolsSubsystem) == 0x000008, "Wrong alignment on UZSwitchDebugToolsSubsystem"); \ -static_assert(sizeof(UZSwitchDebugToolsSubsystem) == 0x0000D8, "Wrong size on UZSwitchDebugToolsSubsystem"); \ -static_assert(offsetof(UZSwitchDebugToolsSubsystem, PlatformDynamicPostProcesses) == 0x000040, "Member 'UZSwitchDebugToolsSubsystem::PlatformDynamicPostProcesses' has a wrong offset!"); \ -static_assert(offsetof(UZSwitchDebugToolsSubsystem, PostProcessNameToMaterialInstance) == 0x000050, "Member 'UZSwitchDebugToolsSubsystem::PostProcessNameToMaterialInstance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophyDataFactory_GetTrophiesData \ -static_assert(alignof(ZTrophyDataFactory_GetTrophiesData) == 0x000008, "Wrong alignment on ZTrophyDataFactory_GetTrophiesData"); \ -static_assert(sizeof(ZTrophyDataFactory_GetTrophiesData) == 0x000010, "Wrong size on ZTrophyDataFactory_GetTrophiesData"); \ -static_assert(offsetof(ZTrophyDataFactory_GetTrophiesData, ReturnValue) == 0x000000, "Member 'ZTrophyDataFactory_GetTrophiesData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophyDataFactory_GetTrophyData \ -static_assert(alignof(ZTrophyDataFactory_GetTrophyData) == 0x000004, "Wrong alignment on ZTrophyDataFactory_GetTrophyData"); \ -static_assert(sizeof(ZTrophyDataFactory_GetTrophyData) == 0x000038, "Wrong size on ZTrophyDataFactory_GetTrophyData"); \ -static_assert(offsetof(ZTrophyDataFactory_GetTrophyData, TrophyId) == 0x000000, "Member 'ZTrophyDataFactory_GetTrophyData::TrophyId' has a wrong offset!"); \ -static_assert(offsetof(ZTrophyDataFactory_GetTrophyData, ReturnValue) == 0x000010, "Member 'ZTrophyDataFactory_GetTrophyData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTrophyDataFactory_GetTrophyDataByTag \ -static_assert(alignof(ZTrophyDataFactory_GetTrophyDataByTag) == 0x000004, "Wrong alignment on ZTrophyDataFactory_GetTrophyDataByTag"); \ -static_assert(sizeof(ZTrophyDataFactory_GetTrophyDataByTag) == 0x000030, "Wrong size on ZTrophyDataFactory_GetTrophyDataByTag"); \ -static_assert(offsetof(ZTrophyDataFactory_GetTrophyDataByTag, TrophyTag) == 0x000000, "Member 'ZTrophyDataFactory_GetTrophyDataByTag::TrophyTag' has a wrong offset!"); \ -static_assert(offsetof(ZTrophyDataFactory_GetTrophyDataByTag, ReturnValue) == 0x000008, "Member 'ZTrophyDataFactory_GetTrophyDataByTag::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UZTrophyDataFactory \ -static_assert(alignof(UZTrophyDataFactory) == 0x000008, "Wrong alignment on UZTrophyDataFactory"); \ -static_assert(sizeof(UZTrophyDataFactory) == 0x000040, "Wrong size on UZTrophyDataFactory"); \ -static_assert(offsetof(UZTrophyDataFactory, TrophiesData) == 0x000030, "Member 'UZTrophyDataFactory::TrophiesData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_AddTarget \ -static_assert(alignof(ZTurret_AddTarget) == 0x000008, "Wrong alignment on ZTurret_AddTarget"); \ -static_assert(sizeof(ZTurret_AddTarget) == 0x000008, "Wrong size on ZTurret_AddTarget"); \ -static_assert(offsetof(ZTurret_AddTarget, Target) == 0x000000, "Member 'ZTurret_AddTarget::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_ChangeState \ -static_assert(alignof(ZTurret_ChangeState) == 0x000001, "Wrong alignment on ZTurret_ChangeState"); \ -static_assert(sizeof(ZTurret_ChangeState) == 0x000001, "Wrong size on ZTurret_ChangeState"); \ -static_assert(offsetof(ZTurret_ChangeState, eNewState) == 0x000000, "Member 'ZTurret_ChangeState::eNewState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_OnAnimNotify \ -static_assert(alignof(ZTurret_OnAnimNotify) == 0x000004, "Wrong alignment on ZTurret_OnAnimNotify"); \ -static_assert(sizeof(ZTurret_OnAnimNotify) == 0x000008, "Wrong size on ZTurret_OnAnimNotify"); \ -static_assert(offsetof(ZTurret_OnAnimNotify, Event) == 0x000000, "Member 'ZTurret_OnAnimNotify::Event' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_OnLookAt \ -static_assert(alignof(ZTurret_OnLookAt) == 0x000008, "Wrong alignment on ZTurret_OnLookAt"); \ -static_assert(sizeof(ZTurret_OnLookAt) == 0x000018, "Wrong size on ZTurret_OnLookAt"); \ -static_assert(offsetof(ZTurret_OnLookAt, LookAt) == 0x000000, "Member 'ZTurret_OnLookAt::LookAt' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_OnPlayerRestart \ -static_assert(alignof(ZTurret_OnPlayerRestart) == 0x000004, "Wrong alignment on ZTurret_OnPlayerRestart"); \ -static_assert(sizeof(ZTurret_OnPlayerRestart) == 0x000004, "Wrong size on ZTurret_OnPlayerRestart"); \ -static_assert(offsetof(ZTurret_OnPlayerRestart, iOccurence) == 0x000000, "Member 'ZTurret_OnPlayerRestart::iOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_OnReceivedAnimNotify \ -static_assert(alignof(ZTurret_OnReceivedAnimNotify) == 0x000004, "Wrong alignment on ZTurret_OnReceivedAnimNotify"); \ -static_assert(sizeof(ZTurret_OnReceivedAnimNotify) == 0x000008, "Wrong size on ZTurret_OnReceivedAnimNotify"); \ -static_assert(offsetof(ZTurret_OnReceivedAnimNotify, Event) == 0x000000, "Member 'ZTurret_OnReceivedAnimNotify::Event' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_OnStateChanged \ -static_assert(alignof(ZTurret_OnStateChanged) == 0x000001, "Wrong alignment on ZTurret_OnStateChanged"); \ -static_assert(sizeof(ZTurret_OnStateChanged) == 0x000002, "Wrong size on ZTurret_OnStateChanged"); \ -static_assert(offsetof(ZTurret_OnStateChanged, OldState) == 0x000000, "Member 'ZTurret_OnStateChanged::OldState' has a wrong offset!"); \ -static_assert(offsetof(ZTurret_OnStateChanged, NewState) == 0x000001, "Member 'ZTurret_OnStateChanged::NewState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_OnUpdate \ -static_assert(alignof(ZTurret_OnUpdate) == 0x000004, "Wrong alignment on ZTurret_OnUpdate"); \ -static_assert(sizeof(ZTurret_OnUpdate) == 0x000004, "Wrong size on ZTurret_OnUpdate"); \ -static_assert(offsetof(ZTurret_OnUpdate, fDeltaTime) == 0x000000, "Member 'ZTurret_OnUpdate::fDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ZTurret_ShouldFire \ -static_assert(alignof(ZTurret_ShouldFire) == 0x000001, "Wrong alignment on ZTurret_ShouldFire"); \ -static_assert(sizeof(ZTurret_ShouldFire) == 0x000001, "Wrong size on ZTurret_ShouldFire"); \ -static_assert(offsetof(ZTurret_ShouldFire, ReturnValue) == 0x000000, "Member 'ZTurret_ShouldFire::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_AZTurret \ -static_assert(alignof(AZTurret) == 0x000008, "Wrong alignment on AZTurret"); \ -static_assert(sizeof(AZTurret) == 0x000358, "Wrong size on AZTurret"); \ -static_assert(offsetof(AZTurret, PlayerListener) == 0x000298, "Member 'AZTurret::PlayerListener' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, MaxSearchIterations) == 0x0002A0, "Member 'AZTurret::MaxSearchIterations' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, SearchArea) == 0x0002A8, "Member 'AZTurret::SearchArea' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, LookAtDuration) == 0x0002C0, "Member 'AZTurret::LookAtDuration' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, State) == 0x0002C4, "Member 'AZTurret::State' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, Request) == 0x0002C5, "Member 'AZTurret::Request' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, Requests) == 0x0002C8, "Member 'AZTurret::Requests' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, Targets) == 0x0002D8, "Member 'AZTurret::Targets' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, LookAtLocation) == 0x0002E8, "Member 'AZTurret::LookAtLocation' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, CurrentMaxSearchIterations) == 0x000300, "Member 'AZTurret::CurrentMaxSearchIterations' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, CurrentSearchIteration) == 0x000304, "Member 'AZTurret::CurrentSearchIteration' has a wrong offset!"); \ -static_assert(offsetof(AZTurret, PlayerPawn) == 0x000308, "Member 'AZTurret::PlayerPawn' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZCollisionAvoidanceComponent_SetEnabled \ +static_assert(alignof(ZCollisionAvoidanceComponent_SetEnabled) == 0x000001, "Wrong alignment on ZCollisionAvoidanceComponent_SetEnabled"); \ +static_assert(sizeof(ZCollisionAvoidanceComponent_SetEnabled) == 0x000001, "Wrong size on ZCollisionAvoidanceComponent_SetEnabled"); \ +static_assert(offsetof(ZCollisionAvoidanceComponent_SetEnabled, Value) == 0x000000, "Member 'ZCollisionAvoidanceComponent_SetEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZCollisionAvoidanceComponent \ +static_assert(alignof(UZCollisionAvoidanceComponent) == 0x000008, "Wrong alignment on UZCollisionAvoidanceComponent"); \ +static_assert(sizeof(UZCollisionAvoidanceComponent) == 0x000158, "Wrong size on UZCollisionAvoidanceComponent"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, bEnabledDefault) == 0x0000A0, "Member 'UZCollisionAvoidanceComponent::bEnabledDefault' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, bSplineAvoidanceEnabled) == 0x0000A1, "Member 'UZCollisionAvoidanceComponent::bSplineAvoidanceEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, Radius) == 0x0000A4, "Member 'UZCollisionAvoidanceComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, GatherRadius) == 0x0000A8, "Member 'UZCollisionAvoidanceComponent::GatherRadius' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, VisibilityDistance) == 0x0000B0, "Member 'UZCollisionAvoidanceComponent::VisibilityDistance' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, VisibilityAngle) == 0x0000C0, "Member 'UZCollisionAvoidanceComponent::VisibilityAngle' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, AvoidanceForce) == 0x0000D0, "Member 'UZCollisionAvoidanceComponent::AvoidanceForce' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, bUseVelocityCorrection) == 0x0000D4, "Member 'UZCollisionAvoidanceComponent::bUseVelocityCorrection' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, bUsePositionCorrection) == 0x0000D5, "Member 'UZCollisionAvoidanceComponent::bUsePositionCorrection' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, RotationSpeed) == 0x0000D8, "Member 'UZCollisionAvoidanceComponent::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, PositionCorrectionSpeed) == 0x0000DC, "Member 'UZCollisionAvoidanceComponent::PositionCorrectionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, bCollisionAdjust) == 0x0000E0, "Member 'UZCollisionAvoidanceComponent::bCollisionAdjust' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, MinRadius) == 0x0000E4, "Member 'UZCollisionAvoidanceComponent::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, CollisionAdjustSpeed) == 0x0000E8, "Member 'UZCollisionAvoidanceComponent::CollisionAdjustSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, MovementComp) == 0x0000F0, "Member 'UZCollisionAvoidanceComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(UZCollisionAvoidanceComponent, CollisionAvoidanceSystem) == 0x0000F8, "Member 'UZCollisionAvoidanceComponent::CollisionAvoidanceSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZCollisionAvoidanceSystem \ +static_assert(alignof(UZCollisionAvoidanceSystem) == 0x000008, "Wrong alignment on UZCollisionAvoidanceSystem"); \ +static_assert(sizeof(UZCollisionAvoidanceSystem) == 0x000040, "Wrong size on UZCollisionAvoidanceSystem"); \ +static_assert(offsetof(UZCollisionAvoidanceSystem, GameInstance) == 0x000028, "Member 'UZCollisionAvoidanceSystem::GameInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZUserSettingsSave_SetAimAssistEnabled \ static_assert(alignof(ZUserSettingsSave_SetAimAssistEnabled) == 0x000001, "Wrong alignment on ZUserSettingsSave_SetAimAssistEnabled"); \ @@ -91219,6 +86787,11 @@ static_assert(alignof(ZUserSettingsSave_SetAudioOutputDevice) == 0x000004, "Wron static_assert(sizeof(ZUserSettingsSave_SetAudioOutputDevice) == 0x000004, "Wrong size on ZUserSettingsSave_SetAudioOutputDevice"); \ static_assert(offsetof(ZUserSettingsSave_SetAudioOutputDevice, NewAudioOutputDevice) == 0x000000, "Member 'ZUserSettingsSave_SetAudioOutputDevice::NewAudioOutputDevice' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZUserSettingsSave_SetBenchmarkResultQualityLevel \ +static_assert(alignof(ZUserSettingsSave_SetBenchmarkResultQualityLevel) == 0x000004, "Wrong alignment on ZUserSettingsSave_SetBenchmarkResultQualityLevel"); \ +static_assert(sizeof(ZUserSettingsSave_SetBenchmarkResultQualityLevel) == 0x000004, "Wrong size on ZUserSettingsSave_SetBenchmarkResultQualityLevel"); \ +static_assert(offsetof(ZUserSettingsSave_SetBenchmarkResultQualityLevel, Quality) == 0x000000, "Member 'ZUserSettingsSave_SetBenchmarkResultQualityLevel::Quality' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_ZUserSettingsSave_SetBloomQuality \ static_assert(alignof(ZUserSettingsSave_SetBloomQuality) == 0x000004, "Wrong alignment on ZUserSettingsSave_SetBloomQuality"); \ static_assert(sizeof(ZUserSettingsSave_SetBloomQuality) == 0x000004, "Wrong size on ZUserSettingsSave_SetBloomQuality"); \ @@ -91634,6 +87207,11 @@ static_assert(alignof(ZUserSettingsSave_IsHelpSystemEnabled) == 0x000001, "Wrong static_assert(sizeof(ZUserSettingsSave_IsHelpSystemEnabled) == 0x000001, "Wrong size on ZUserSettingsSave_IsHelpSystemEnabled"); \ static_assert(offsetof(ZUserSettingsSave_IsHelpSystemEnabled, ReturnValue) == 0x000000, "Member 'ZUserSettingsSave_IsHelpSystemEnabled::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZUserSettingsSave_IsSteamDeckModeActive \ +static_assert(alignof(ZUserSettingsSave_IsSteamDeckModeActive) == 0x000001, "Wrong alignment on ZUserSettingsSave_IsSteamDeckModeActive"); \ +static_assert(sizeof(ZUserSettingsSave_IsSteamDeckModeActive) == 0x000001, "Wrong size on ZUserSettingsSave_IsSteamDeckModeActive"); \ +static_assert(offsetof(ZUserSettingsSave_IsSteamDeckModeActive, ReturnValue) == 0x000000, "Member 'ZUserSettingsSave_IsSteamDeckModeActive::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_ZUserSettingsSave_IsSubtitlesEnabled \ static_assert(alignof(ZUserSettingsSave_IsSubtitlesEnabled) == 0x000001, "Wrong alignment on ZUserSettingsSave_IsSubtitlesEnabled"); \ static_assert(sizeof(ZUserSettingsSave_IsSubtitlesEnabled) == 0x000001, "Wrong size on ZUserSettingsSave_IsSubtitlesEnabled"); \ @@ -91661,6 +87239,7 @@ static_assert(offsetof(UZUserSettingsSave, FramerateCapSetting) == 0x00003C, "Me static_assert(offsetof(UZUserSettingsSave, bVsyncEnabled) == 0x000040, "Member 'UZUserSettingsSave::bVsyncEnabled' has a wrong offset!"); \ static_assert(offsetof(UZUserSettingsSave, GammaCorrection) == 0x000044, "Member 'UZUserSettingsSave::GammaCorrection' has a wrong offset!"); \ static_assert(offsetof(UZUserSettingsSave, HasGammaCorrection) == 0x000048, "Member 'UZUserSettingsSave::HasGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UZUserSettingsSave, bUseSteamDeckMode) == 0x000049, "Member 'UZUserSettingsSave::bUseSteamDeckMode' has a wrong offset!"); \ static_assert(offsetof(UZUserSettingsSave, OverallScalability) == 0x00004C, "Member 'UZUserSettingsSave::OverallScalability' has a wrong offset!"); \ static_assert(offsetof(UZUserSettingsSave, AntiAliasingQuality) == 0x000050, "Member 'UZUserSettingsSave::AntiAliasingQuality' has a wrong offset!"); \ static_assert(offsetof(UZUserSettingsSave, TextureQuality) == 0x000054, "Member 'UZUserSettingsSave::TextureQuality' has a wrong offset!"); \ @@ -91699,16 +87278,3920 @@ static_assert(offsetof(UZUserSettingsSave, FontSize) == 0x0000DC, "Member 'UZUse static_assert(offsetof(UZUserSettingsSave, KeyboardLayout) == 0x0000E0, "Member 'UZUserSettingsSave::KeyboardLayout' has a wrong offset!"); \ static_assert(offsetof(UZUserSettingsSave, UpscalingMethod) == 0x0000E4, "Member 'UZUserSettingsSave::UpscalingMethod' has a wrong offset!"); \ static_assert(offsetof(UZUserSettingsSave, UpscalingQuality) == 0x0000E8, "Member 'UZUserSettingsSave::UpscalingQuality' has a wrong offset!"); \ +static_assert(offsetof(UZUserSettingsSave, BenchmarkResultQualityLevel) == 0x0000EC, "Member 'UZUserSettingsSave::BenchmarkResultQualityLevel' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ZVariableStorageComponent_GetVariableStorage \ -static_assert(alignof(ZVariableStorageComponent_GetVariableStorage) == 0x000008, "Wrong alignment on ZVariableStorageComponent_GetVariableStorage"); \ -static_assert(sizeof(ZVariableStorageComponent_GetVariableStorage) == 0x000008, "Wrong size on ZVariableStorageComponent_GetVariableStorage"); \ -static_assert(offsetof(ZVariableStorageComponent_GetVariableStorage, ReturnValue) == 0x000000, "Member 'ZVariableStorageComponent_GetVariableStorage::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UZDarwinParadoxSettings \ +static_assert(alignof(UZDarwinParadoxSettings) == 0x000008, "Wrong alignment on UZDarwinParadoxSettings"); \ +static_assert(sizeof(UZDarwinParadoxSettings) == 0x000238, "Wrong size on UZDarwinParadoxSettings"); \ +static_assert(offsetof(UZDarwinParadoxSettings, CollectibleData) == 0x000038, "Member 'UZDarwinParadoxSettings::CollectibleData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, SkinData) == 0x000060, "Member 'UZDarwinParadoxSettings::SkinData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, ChapterData) == 0x000070, "Member 'UZDarwinParadoxSettings::ChapterData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, TrophiesData) == 0x000098, "Member 'UZDarwinParadoxSettings::TrophiesData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, ActivitiesData) == 0x0000C0, "Member 'UZDarwinParadoxSettings::ActivitiesData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, CheckpointDataFolders) == 0x0000E8, "Member 'UZDarwinParadoxSettings::CheckpointDataFolders' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, LoadedCheckpoints) == 0x0000F8, "Member 'UZDarwinParadoxSettings::LoadedCheckpoints' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, BinkData) == 0x000108, "Member 'UZDarwinParadoxSettings::BinkData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, CharacterClassData) == 0x000118, "Member 'UZDarwinParadoxSettings::CharacterClassData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, BenchmarkData) == 0x000140, "Member 'UZDarwinParadoxSettings::BenchmarkData' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, ProductTags) == 0x000168, "Member 'UZDarwinParadoxSettings::ProductTags' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, RichTextDataTablesEFIG) == 0x000178, "Member 'UZDarwinParadoxSettings::RichTextDataTablesEFIG' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, RichTextDataTablesJP) == 0x000188, "Member 'UZDarwinParadoxSettings::RichTextDataTablesJP' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, RichTextDataTablesCN) == 0x000198, "Member 'UZDarwinParadoxSettings::RichTextDataTablesCN' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, GenericAspectRatio) == 0x0001A8, "Member 'UZDarwinParadoxSettings::GenericAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, PlatformAspectRatio) == 0x0001B8, "Member 'UZDarwinParadoxSettings::PlatformAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, GlobalAspectRatio) == 0x000208, "Member 'UZDarwinParadoxSettings::GlobalAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, bUseDebugFeatures) == 0x00020C, "Member 'UZDarwinParadoxSettings::bUseDebugFeatures' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, bUseMonitorSelectorGraphicSetting) == 0x00020D, "Member 'UZDarwinParadoxSettings::bUseMonitorSelectorGraphicSetting' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, SavefileName) == 0x000210, "Member 'UZDarwinParadoxSettings::SavefileName' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, SettingsSavefileName) == 0x000220, "Member 'UZDarwinParadoxSettings::SettingsSavefileName' has a wrong offset!"); \ +static_assert(offsetof(UZDarwinParadoxSettings, DefaultProfileSlotIndex) == 0x000230, "Member 'UZDarwinParadoxSettings::DefaultProfileSlotIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UZVariableStorageComponent \ -static_assert(alignof(UZVariableStorageComponent) == 0x000008, "Wrong alignment on UZVariableStorageComponent"); \ -static_assert(sizeof(UZVariableStorageComponent) == 0x0000A8, "Wrong size on UZVariableStorageComponent"); \ -static_assert(offsetof(UZVariableStorageComponent, VariableStorage) == 0x0000A0, "Member 'UZVariableStorageComponent::VariableStorage' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ZDeathDataFactory_GetDeathData \ +static_assert(alignof(ZDeathDataFactory_GetDeathData) == 0x000008, "Wrong alignment on ZDeathDataFactory_GetDeathData"); \ +static_assert(sizeof(ZDeathDataFactory_GetDeathData) == 0x000028, "Wrong size on ZDeathDataFactory_GetDeathData"); \ +static_assert(offsetof(ZDeathDataFactory_GetDeathData, DamageTypeClass) == 0x000000, "Member 'ZDeathDataFactory_GetDeathData::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDataFactory_GetDeathData, ReturnValue) == 0x000008, "Member 'ZDeathDataFactory_GetDeathData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathDataFactory_GetDeathDataByDamageType \ +static_assert(alignof(ZDeathDataFactory_GetDeathDataByDamageType) == 0x000008, "Wrong alignment on ZDeathDataFactory_GetDeathDataByDamageType"); \ +static_assert(sizeof(ZDeathDataFactory_GetDeathDataByDamageType) == 0x000028, "Wrong size on ZDeathDataFactory_GetDeathDataByDamageType"); \ +static_assert(offsetof(ZDeathDataFactory_GetDeathDataByDamageType, DamageType) == 0x000000, "Member 'ZDeathDataFactory_GetDeathDataByDamageType::DamageType' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDataFactory_GetDeathDataByDamageType, ReturnValue) == 0x000008, "Member 'ZDeathDataFactory_GetDeathDataByDamageType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathDataFactory_GetPawnDeathDataByDamageType \ +static_assert(alignof(ZDeathDataFactory_GetPawnDeathDataByDamageType) == 0x000008, "Wrong alignment on ZDeathDataFactory_GetPawnDeathDataByDamageType"); \ +static_assert(sizeof(ZDeathDataFactory_GetPawnDeathDataByDamageType) == 0x000030, "Wrong size on ZDeathDataFactory_GetPawnDeathDataByDamageType"); \ +static_assert(offsetof(ZDeathDataFactory_GetPawnDeathDataByDamageType, DamageType) == 0x000000, "Member 'ZDeathDataFactory_GetPawnDeathDataByDamageType::DamageType' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDataFactory_GetPawnDeathDataByDamageType, PawnTag) == 0x000008, "Member 'ZDeathDataFactory_GetPawnDeathDataByDamageType::PawnTag' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDataFactory_GetPawnDeathDataByDamageType, ReturnValue) == 0x000010, "Member 'ZDeathDataFactory_GetPawnDeathDataByDamageType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZDeathDataFactory \ +static_assert(alignof(UZDeathDataFactory) == 0x000008, "Wrong alignment on UZDeathDataFactory"); \ +static_assert(sizeof(UZDeathDataFactory) == 0x000040, "Wrong size on UZDeathDataFactory"); \ +static_assert(offsetof(UZDeathDataFactory, DeathData) == 0x000030, "Member 'UZDeathDataFactory::DeathData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZStreamingStateComponent_GetStreamingStorage \ +static_assert(alignof(ZStreamingStateComponent_GetStreamingStorage) == 0x000008, "Wrong alignment on ZStreamingStateComponent_GetStreamingStorage"); \ +static_assert(sizeof(ZStreamingStateComponent_GetStreamingStorage) == 0x000008, "Wrong size on ZStreamingStateComponent_GetStreamingStorage"); \ +static_assert(offsetof(ZStreamingStateComponent_GetStreamingStorage, ReturnValue) == 0x000000, "Member 'ZStreamingStateComponent_GetStreamingStorage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZStreamingStateComponent \ +static_assert(alignof(UZStreamingStateComponent) == 0x000008, "Wrong alignment on UZStreamingStateComponent"); \ +static_assert(sizeof(UZStreamingStateComponent) == 0x0000D8, "Wrong size on UZStreamingStateComponent"); \ +static_assert(offsetof(UZStreamingStateComponent, StreamingStorage) == 0x0000A0, "Member 'UZStreamingStateComponent::StreamingStorage' has a wrong offset!"); \ +static_assert(offsetof(UZStreamingStateComponent, OnOwnerStreamed) == 0x0000A8, "Member 'UZStreamingStateComponent::OnOwnerStreamed' has a wrong offset!"); \ +static_assert(offsetof(UZStreamingStateComponent, OnOwnerUnstreamed) == 0x0000B8, "Member 'UZStreamingStateComponent::OnOwnerUnstreamed' has a wrong offset!"); \ +static_assert(offsetof(UZStreamingStateComponent, OnOwnerStreamingStateFound) == 0x0000C8, "Member 'UZStreamingStateComponent::OnOwnerStreamingStateFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathDetectorComponent_OnMovementModeChanged \ +static_assert(alignof(ZDeathDetectorComponent_OnMovementModeChanged) == 0x000008, "Wrong alignment on ZDeathDetectorComponent_OnMovementModeChanged"); \ +static_assert(sizeof(ZDeathDetectorComponent_OnMovementModeChanged) == 0x000010, "Wrong size on ZDeathDetectorComponent_OnMovementModeChanged"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnMovementModeChanged, Character) == 0x000000, "Member 'ZDeathDetectorComponent_OnMovementModeChanged::Character' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'ZDeathDetectorComponent_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'ZDeathDetectorComponent_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathDetectorComponent_OnOwnerTakeDamage \ +static_assert(alignof(ZDeathDetectorComponent_OnOwnerTakeDamage) == 0x000008, "Wrong alignment on ZDeathDetectorComponent_OnOwnerTakeDamage"); \ +static_assert(sizeof(ZDeathDetectorComponent_OnOwnerTakeDamage) == 0x000028, "Wrong size on ZDeathDetectorComponent_OnOwnerTakeDamage"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, DamagedActor) == 0x000000, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, Damage) == 0x000008, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, DamageType) == 0x000010, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, InstigatedBy) == 0x000018, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(ZDeathDetectorComponent_OnOwnerTakeDamage, DamageCauser) == 0x000020, "Member 'ZDeathDetectorComponent_OnOwnerTakeDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathDetectorComponent_SetEnabled \ +static_assert(alignof(ZDeathDetectorComponent_SetEnabled) == 0x000001, "Wrong alignment on ZDeathDetectorComponent_SetEnabled"); \ +static_assert(sizeof(ZDeathDetectorComponent_SetEnabled) == 0x000001, "Wrong size on ZDeathDetectorComponent_SetEnabled"); \ +static_assert(offsetof(ZDeathDetectorComponent_SetEnabled, Value) == 0x000000, "Member 'ZDeathDetectorComponent_SetEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathDetectorComponent_GetState \ +static_assert(alignof(ZDeathDetectorComponent_GetState) == 0x000001, "Wrong alignment on ZDeathDetectorComponent_GetState"); \ +static_assert(sizeof(ZDeathDetectorComponent_GetState) == 0x000001, "Wrong size on ZDeathDetectorComponent_GetState"); \ +static_assert(offsetof(ZDeathDetectorComponent_GetState, ReturnValue) == 0x000000, "Member 'ZDeathDetectorComponent_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZDeathDetectorComponent \ +static_assert(alignof(UZDeathDetectorComponent) == 0x000008, "Wrong alignment on UZDeathDetectorComponent"); \ +static_assert(sizeof(UZDeathDetectorComponent) == 0x0000D0, "Wrong size on UZDeathDetectorComponent"); \ +static_assert(offsetof(UZDeathDetectorComponent, FreeFallLegalTime) == 0x0000A0, "Member 'UZDeathDetectorComponent::FreeFallLegalTime' has a wrong offset!"); \ +static_assert(offsetof(UZDeathDetectorComponent, DetectionDistance) == 0x0000A4, "Member 'UZDeathDetectorComponent::DetectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UZDeathDetectorComponent, DeathDamageType) == 0x0000A8, "Member 'UZDeathDetectorComponent::DeathDamageType' has a wrong offset!"); \ +static_assert(offsetof(UZDeathDetectorComponent, TraceChannel) == 0x0000B0, "Member 'UZDeathDetectorComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UZDeathDetectorComponent, OwnerMovementComponent) == 0x0000B8, "Member 'UZDeathDetectorComponent::OwnerMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathExecutor_Execute \ +static_assert(alignof(ZDeathExecutor_Execute) == 0x000008, "Wrong alignment on ZDeathExecutor_Execute"); \ +static_assert(sizeof(ZDeathExecutor_Execute) == 0x000010, "Wrong size on ZDeathExecutor_Execute"); \ +static_assert(offsetof(ZDeathExecutor_Execute, Pawn) == 0x000000, "Member 'ZDeathExecutor_Execute::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZDeathExecutor_Execute, DeathInstigator_0) == 0x000008, "Member 'ZDeathExecutor_Execute::DeathInstigator_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathExecutor_OnExecutionFinished \ +static_assert(alignof(ZDeathExecutor_OnExecutionFinished) == 0x000008, "Wrong alignment on ZDeathExecutor_OnExecutionFinished"); \ +static_assert(sizeof(ZDeathExecutor_OnExecutionFinished) == 0x000010, "Wrong size on ZDeathExecutor_OnExecutionFinished"); \ +static_assert(offsetof(ZDeathExecutor_OnExecutionFinished, Pawn) == 0x000000, "Member 'ZDeathExecutor_OnExecutionFinished::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZDeathExecutor_OnExecutionFinished, DeathActorInstigator) == 0x000008, "Member 'ZDeathExecutor_OnExecutionFinished::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathExecutor_OnExecutionStarted \ +static_assert(alignof(ZDeathExecutor_OnExecutionStarted) == 0x000008, "Wrong alignment on ZDeathExecutor_OnExecutionStarted"); \ +static_assert(sizeof(ZDeathExecutor_OnExecutionStarted) == 0x000010, "Wrong size on ZDeathExecutor_OnExecutionStarted"); \ +static_assert(offsetof(ZDeathExecutor_OnExecutionStarted, Pawn) == 0x000000, "Member 'ZDeathExecutor_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZDeathExecutor_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'ZDeathExecutor_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDeathExecutor_OnPlayerRestart \ +static_assert(alignof(ZDeathExecutor_OnPlayerRestart) == 0x000004, "Wrong alignment on ZDeathExecutor_OnPlayerRestart"); \ +static_assert(sizeof(ZDeathExecutor_OnPlayerRestart) == 0x000004, "Wrong size on ZDeathExecutor_OnPlayerRestart"); \ +static_assert(offsetof(ZDeathExecutor_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZDeathExecutor_OnPlayerRestart::Occurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZDeathExecutor \ +static_assert(alignof(AZDeathExecutor) == 0x000008, "Wrong alignment on AZDeathExecutor"); \ +static_assert(sizeof(AZDeathExecutor) == 0x0002E0, "Wrong size on AZDeathExecutor"); \ +static_assert(offsetof(AZDeathExecutor, OnExecutionStartedDelegate) == 0x000298, "Member 'AZDeathExecutor::OnExecutionStartedDelegate' has a wrong offset!"); \ +static_assert(offsetof(AZDeathExecutor, OnExecutionFinishedDelegate) == 0x0002A8, "Member 'AZDeathExecutor::OnExecutionFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(AZDeathExecutor, bAutoFinishExecution) == 0x0002B8, "Member 'AZDeathExecutor::bAutoFinishExecution' has a wrong offset!"); \ +static_assert(offsetof(AZDeathExecutor, duration) == 0x0002BC, "Member 'AZDeathExecutor::duration' has a wrong offset!"); \ +static_assert(offsetof(AZDeathExecutor, PlayerListener) == 0x0002C0, "Member 'AZDeathExecutor::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZDeathExecutor, ExecutedPawn) == 0x0002C8, "Member 'AZDeathExecutor::ExecutedPawn' has a wrong offset!"); \ +static_assert(offsetof(AZDeathExecutor, DeathInstigator) == 0x0002D0, "Member 'AZDeathExecutor::DeathInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZDialogueData_GetDialogueData \ +static_assert(alignof(ZDialogueData_GetDialogueData) == 0x000008, "Wrong alignment on ZDialogueData_GetDialogueData"); \ +static_assert(sizeof(ZDialogueData_GetDialogueData) == 0x000010, "Wrong size on ZDialogueData_GetDialogueData"); \ +static_assert(offsetof(ZDialogueData_GetDialogueData, ReturnValue) == 0x000000, "Member 'ZDialogueData_GetDialogueData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZDialogueData \ +static_assert(alignof(UZDialogueData) == 0x000008, "Wrong alignment on UZDialogueData"); \ +static_assert(sizeof(UZDialogueData) == 0x000040, "Wrong size on UZDialogueData"); \ +static_assert(offsetof(UZDialogueData, DialogueData) == 0x000030, "Member 'UZDialogueData::DialogueData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_CreateActorAttachment \ +static_assert(alignof(ZEquipmentComponent_CreateActorAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_CreateActorAttachment"); \ +static_assert(sizeof(ZEquipmentComponent_CreateActorAttachment) == 0x000018, "Wrong size on ZEquipmentComponent_CreateActorAttachment"); \ +static_assert(offsetof(ZEquipmentComponent_CreateActorAttachment, ActorClass) == 0x000000, "Member 'ZEquipmentComponent_CreateActorAttachment::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_CreateActorAttachment, AttachedSocket) == 0x000008, "Member 'ZEquipmentComponent_CreateActorAttachment::AttachedSocket' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_CreateActorAttachment, ReturnValue) == 0x000010, "Member 'ZEquipmentComponent_CreateActorAttachment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_DropAttachment \ +static_assert(alignof(ZEquipmentComponent_DropAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_DropAttachment"); \ +static_assert(sizeof(ZEquipmentComponent_DropAttachment) == 0x000018, "Wrong size on ZEquipmentComponent_DropAttachment"); \ +static_assert(offsetof(ZEquipmentComponent_DropAttachment, Socket) == 0x000000, "Member 'ZEquipmentComponent_DropAttachment::Socket' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_DropAttachment, bDestroy) == 0x000008, "Member 'ZEquipmentComponent_DropAttachment::bDestroy' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_DropAttachment, ReturnValue) == 0x000010, "Member 'ZEquipmentComponent_DropAttachment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_EquipWeapon \ +static_assert(alignof(ZEquipmentComponent_EquipWeapon) == 0x000008, "Wrong alignment on ZEquipmentComponent_EquipWeapon"); \ +static_assert(sizeof(ZEquipmentComponent_EquipWeapon) == 0x000010, "Wrong size on ZEquipmentComponent_EquipWeapon"); \ +static_assert(offsetof(ZEquipmentComponent_EquipWeapon, Type) == 0x000000, "Member 'ZEquipmentComponent_EquipWeapon::Type' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_EquipWeapon, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_EquipWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_EquipWeaponByTag \ +static_assert(alignof(ZEquipmentComponent_EquipWeaponByTag) == 0x000008, "Wrong alignment on ZEquipmentComponent_EquipWeaponByTag"); \ +static_assert(sizeof(ZEquipmentComponent_EquipWeaponByTag) == 0x000010, "Wrong size on ZEquipmentComponent_EquipWeaponByTag"); \ +static_assert(offsetof(ZEquipmentComponent_EquipWeaponByTag, Tag) == 0x000000, "Member 'ZEquipmentComponent_EquipWeaponByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_EquipWeaponByTag, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_EquipWeaponByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_HideAttachment \ +static_assert(alignof(ZEquipmentComponent_HideAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_HideAttachment"); \ +static_assert(sizeof(ZEquipmentComponent_HideAttachment) == 0x000018, "Wrong size on ZEquipmentComponent_HideAttachment"); \ +static_assert(offsetof(ZEquipmentComponent_HideAttachment, Socket) == 0x000000, "Member 'ZEquipmentComponent_HideAttachment::Socket' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_HideAttachment, bHide) == 0x000008, "Member 'ZEquipmentComponent_HideAttachment::bHide' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_HideAttachment, ReturnValue) == 0x000010, "Member 'ZEquipmentComponent_HideAttachment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_UnequipWeapon \ +static_assert(alignof(ZEquipmentComponent_UnequipWeapon) == 0x000008, "Wrong alignment on ZEquipmentComponent_UnequipWeapon"); \ +static_assert(sizeof(ZEquipmentComponent_UnequipWeapon) == 0x000008, "Wrong size on ZEquipmentComponent_UnequipWeapon"); \ +static_assert(offsetof(ZEquipmentComponent_UnequipWeapon, Weapon) == 0x000000, "Member 'ZEquipmentComponent_UnequipWeapon::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_GetActorAttachment \ +static_assert(alignof(ZEquipmentComponent_GetActorAttachment) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetActorAttachment"); \ +static_assert(sizeof(ZEquipmentComponent_GetActorAttachment) == 0x000010, "Wrong size on ZEquipmentComponent_GetActorAttachment"); \ +static_assert(offsetof(ZEquipmentComponent_GetActorAttachment, AttachedSocket) == 0x000000, "Member 'ZEquipmentComponent_GetActorAttachment::AttachedSocket' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_GetActorAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetActorAttachment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_GetAttachmentTags \ +static_assert(alignof(ZEquipmentComponent_GetAttachmentTags) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetAttachmentTags"); \ +static_assert(sizeof(ZEquipmentComponent_GetAttachmentTags) == 0x000020, "Wrong size on ZEquipmentComponent_GetAttachmentTags"); \ +static_assert(offsetof(ZEquipmentComponent_GetAttachmentTags, ReturnValue) == 0x000000, "Member 'ZEquipmentComponent_GetAttachmentTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_GetFirstWeaponData \ +static_assert(alignof(ZEquipmentComponent_GetFirstWeaponData) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetFirstWeaponData"); \ +static_assert(sizeof(ZEquipmentComponent_GetFirstWeaponData) == 0x000010, "Wrong size on ZEquipmentComponent_GetFirstWeaponData"); \ +static_assert(offsetof(ZEquipmentComponent_GetFirstWeaponData, Type) == 0x000000, "Member 'ZEquipmentComponent_GetFirstWeaponData::Type' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_GetFirstWeaponData, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetFirstWeaponData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_GetWeapon \ +static_assert(alignof(ZEquipmentComponent_GetWeapon) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetWeapon"); \ +static_assert(sizeof(ZEquipmentComponent_GetWeapon) == 0x000010, "Wrong size on ZEquipmentComponent_GetWeapon"); \ +static_assert(offsetof(ZEquipmentComponent_GetWeapon, Tag) == 0x000000, "Member 'ZEquipmentComponent_GetWeapon::Tag' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_GetWeapon, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_GetWeaponData \ +static_assert(alignof(ZEquipmentComponent_GetWeaponData) == 0x000008, "Wrong alignment on ZEquipmentComponent_GetWeaponData"); \ +static_assert(sizeof(ZEquipmentComponent_GetWeaponData) == 0x000010, "Wrong size on ZEquipmentComponent_GetWeaponData"); \ +static_assert(offsetof(ZEquipmentComponent_GetWeaponData, Tag) == 0x000000, "Member 'ZEquipmentComponent_GetWeaponData::Tag' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_GetWeaponData, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_GetWeaponData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_HasActorAttachment \ +static_assert(alignof(ZEquipmentComponent_HasActorAttachment) == 0x000004, "Wrong alignment on ZEquipmentComponent_HasActorAttachment"); \ +static_assert(sizeof(ZEquipmentComponent_HasActorAttachment) == 0x00000C, "Wrong size on ZEquipmentComponent_HasActorAttachment"); \ +static_assert(offsetof(ZEquipmentComponent_HasActorAttachment, AttachedSocket) == 0x000000, "Member 'ZEquipmentComponent_HasActorAttachment::AttachedSocket' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_HasActorAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_HasActorAttachment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_HasAnyAttachment \ +static_assert(alignof(ZEquipmentComponent_HasAnyAttachment) == 0x000004, "Wrong alignment on ZEquipmentComponent_HasAnyAttachment"); \ +static_assert(sizeof(ZEquipmentComponent_HasAnyAttachment) == 0x00000C, "Wrong size on ZEquipmentComponent_HasAnyAttachment"); \ +static_assert(offsetof(ZEquipmentComponent_HasAnyAttachment, Tag) == 0x000000, "Member 'ZEquipmentComponent_HasAnyAttachment::Tag' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_HasAnyAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_HasAnyAttachment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZEquipmentComponent_HasComponentAttachment \ +static_assert(alignof(ZEquipmentComponent_HasComponentAttachment) == 0x000004, "Wrong alignment on ZEquipmentComponent_HasComponentAttachment"); \ +static_assert(sizeof(ZEquipmentComponent_HasComponentAttachment) == 0x00000C, "Wrong size on ZEquipmentComponent_HasComponentAttachment"); \ +static_assert(offsetof(ZEquipmentComponent_HasComponentAttachment, AttachedSocket) == 0x000000, "Member 'ZEquipmentComponent_HasComponentAttachment::AttachedSocket' has a wrong offset!"); \ +static_assert(offsetof(ZEquipmentComponent_HasComponentAttachment, ReturnValue) == 0x000008, "Member 'ZEquipmentComponent_HasComponentAttachment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZEquipmentComponent \ +static_assert(alignof(UZEquipmentComponent) == 0x000008, "Wrong alignment on UZEquipmentComponent"); \ +static_assert(sizeof(UZEquipmentComponent) == 0x000100, "Wrong size on UZEquipmentComponent"); \ +static_assert(offsetof(UZEquipmentComponent, WeaponSlots) == 0x0000A0, "Member 'UZEquipmentComponent::WeaponSlots' has a wrong offset!"); \ +static_assert(offsetof(UZEquipmentComponent, AttachmentDefinitions) == 0x0000B0, "Member 'UZEquipmentComponent::AttachmentDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UZEquipmentComponent, ProjectileAttachmentDefinitions) == 0x0000C0, "Member 'UZEquipmentComponent::ProjectileAttachmentDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFloatingObject_OnBeginOverlap \ +static_assert(alignof(ZFloatingObject_OnBeginOverlap) == 0x000008, "Wrong alignment on ZFloatingObject_OnBeginOverlap"); \ +static_assert(sizeof(ZFloatingObject_OnBeginOverlap) == 0x000118, "Wrong size on ZFloatingObject_OnBeginOverlap"); \ +static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZFloatingObject_OnBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OtherActor) == 0x000008, "Member 'ZFloatingObject_OnBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OtherComp) == 0x000010, "Member 'ZFloatingObject_OnBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZFloatingObject_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZFloatingObject_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnBeginOverlap, SweepResult) == 0x000020, "Member 'ZFloatingObject_OnBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFloatingObject_OnCollidingFloatingObject \ +static_assert(alignof(ZFloatingObject_OnCollidingFloatingObject) == 0x000008, "Wrong alignment on ZFloatingObject_OnCollidingFloatingObject"); \ +static_assert(sizeof(ZFloatingObject_OnCollidingFloatingObject) == 0x000100, "Wrong size on ZFloatingObject_OnCollidingFloatingObject"); \ +static_assert(offsetof(ZFloatingObject_OnCollidingFloatingObject, OutHitResult) == 0x000000, "Member 'ZFloatingObject_OnCollidingFloatingObject::OutHitResult' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnCollidingFloatingObject, CollisionForceFactor) == 0x0000F8, "Member 'ZFloatingObject_OnCollidingFloatingObject::CollisionForceFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFloatingObject_OnEndOverlap \ +static_assert(alignof(ZFloatingObject_OnEndOverlap) == 0x000008, "Wrong alignment on ZFloatingObject_OnEndOverlap"); \ +static_assert(sizeof(ZFloatingObject_OnEndOverlap) == 0x000020, "Wrong size on ZFloatingObject_OnEndOverlap"); \ +static_assert(offsetof(ZFloatingObject_OnEndOverlap, OverlappedComponent) == 0x000000, "Member 'ZFloatingObject_OnEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnEndOverlap, OtherActor) == 0x000008, "Member 'ZFloatingObject_OnEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnEndOverlap, OtherComp) == 0x000010, "Member 'ZFloatingObject_OnEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'ZFloatingObject_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFloatingObject_OnMovingFloatingObject \ +static_assert(alignof(ZFloatingObject_OnMovingFloatingObject) == 0x000001, "Wrong alignment on ZFloatingObject_OnMovingFloatingObject"); \ +static_assert(sizeof(ZFloatingObject_OnMovingFloatingObject) == 0x000001, "Wrong size on ZFloatingObject_OnMovingFloatingObject"); \ +static_assert(offsetof(ZFloatingObject_OnMovingFloatingObject, bMovementFactorSuperiorToThreshold) == 0x000000, "Member 'ZFloatingObject_OnMovingFloatingObject::bMovementFactorSuperiorToThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZFloatingObject_OnPlayerInRange \ +static_assert(alignof(ZFloatingObject_OnPlayerInRange) == 0x000004, "Wrong alignment on ZFloatingObject_OnPlayerInRange"); \ +static_assert(sizeof(ZFloatingObject_OnPlayerInRange) == 0x00000C, "Wrong size on ZFloatingObject_OnPlayerInRange"); \ +static_assert(offsetof(ZFloatingObject_OnPlayerInRange, bInRange) == 0x000000, "Member 'ZFloatingObject_OnPlayerInRange::bInRange' has a wrong offset!"); \ +static_assert(offsetof(ZFloatingObject_OnPlayerInRange, Profile) == 0x000004, "Member 'ZFloatingObject_OnPlayerInRange::Profile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZFloatingObject \ +static_assert(alignof(AZFloatingObject) == 0x000008, "Wrong alignment on AZFloatingObject"); \ +static_assert(sizeof(AZFloatingObject) == 0x000510, "Wrong size on AZFloatingObject"); \ +static_assert(offsetof(AZFloatingObject, CurrentState) == 0x0002A0, "Member 'AZFloatingObject::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, BoxInteractComponent) == 0x0002A8, "Member 'AZFloatingObject::BoxInteractComponent' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, FloatingMesh) == 0x0002B0, "Member 'AZFloatingObject::FloatingMesh' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, EventListenerComponent) == 0x0002B8, "Member 'AZFloatingObject::EventListenerComponent' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, EventDistanceComponent) == 0x0002C0, "Member 'AZFloatingObject::EventDistanceComponent' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, EventInteractComponent) == 0x0002C8, "Member 'AZFloatingObject::EventInteractComponent' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, ArrowComponent) == 0x0002D0, "Member 'AZFloatingObject::ArrowComponent' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, Sockets) == 0x0002D8, "Member 'AZFloatingObject::Sockets' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, AllowedInteractionState) == 0x0002E8, "Member 'AZFloatingObject::AllowedInteractionState' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, bReorientOnInteraction) == 0x000338, "Member 'AZFloatingObject::bReorientOnInteraction' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, bCreateCollisionMovement) == 0x000339, "Member 'AZFloatingObject::bCreateCollisionMovement' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, ForceFactor) == 0x00033C, "Member 'AZFloatingObject::ForceFactor' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CurveDelayToarchimedesForce) == 0x000340, "Member 'AZFloatingObject::CurveDelayToarchimedesForce' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CurveDelayToWaterFallingDamping) == 0x000348, "Member 'AZFloatingObject::CurveDelayToWaterFallingDamping' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CurveDelayToBuoyancyDamping) == 0x000350, "Member 'AZFloatingObject::CurveDelayToBuoyancyDamping' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, ArchimedesForce) == 0x000358, "Member 'AZFloatingObject::ArchimedesForce' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, bLockYWaterMovement) == 0x00035C, "Member 'AZFloatingObject::bLockYWaterMovement' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CurveDelayToRotationSpeed) == 0x000360, "Member 'AZFloatingObject::CurveDelayToRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CurveDelayToMaxUpVelocity) == 0x000368, "Member 'AZFloatingObject::CurveDelayToMaxUpVelocity' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CurveInteractionMovementToArchimedesReductionFactor) == 0x000370, "Member 'AZFloatingObject::CurveInteractionMovementToArchimedesReductionFactor' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CurveBuoyancy) == 0x000378, "Member 'AZFloatingObject::CurveBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, WaterMaxUpVelocity) == 0x000380, "Member 'AZFloatingObject::WaterMaxUpVelocity' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, DepenetrationMovementModifier) == 0x000384, "Member 'AZFloatingObject::DepenetrationMovementModifier' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CollisionDelegateEventTimer) == 0x000388, "Member 'AZFloatingObject::CollisionDelegateEventTimer' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MovementFactorDelegateEvent) == 0x00038C, "Member 'AZFloatingObject::MovementFactorDelegateEvent' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, PossibleActorCollider) == 0x000390, "Member 'AZFloatingObject::PossibleActorCollider' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MaxInteractionMovementSpeed) == 0x0003A0, "Member 'AZFloatingObject::MaxInteractionMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MaxNearInteractionMovementSpeed) == 0x0003A4, "Member 'AZFloatingObject::MaxNearInteractionMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MaxInteractionRotationSpeed) == 0x0003A8, "Member 'AZFloatingObject::MaxInteractionRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MaxAxisModifierBySec) == 0x0003AC, "Member 'AZFloatingObject::MaxAxisModifierBySec' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MinAllowedSpaceOnSocket) == 0x0003B0, "Member 'AZFloatingObject::MinAllowedSpaceOnSocket' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MaxDistanceToSocketForAttach) == 0x0003B4, "Member 'AZFloatingObject::MaxDistanceToSocketForAttach' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MaxCapsuleHalfHeightAndRadiusSize) == 0x0003B8, "Member 'AZFloatingObject::MaxCapsuleHalfHeightAndRadiusSize' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, MinCapsuleHalfHeightAndRadiusSize) == 0x0003BC, "Member 'AZFloatingObject::MinCapsuleHalfHeightAndRadiusSize' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, AngularDampingToTippingDegree) == 0x0003C0, "Member 'AZFloatingObject::AngularDampingToTippingDegree' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, ApplyForceToStayUp) == 0x0003C8, "Member 'AZFloatingObject::ApplyForceToStayUp' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, OnGroundTraceOffset) == 0x0003CC, "Member 'AZFloatingObject::OnGroundTraceOffset' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, AngularThreshold) == 0x0003D0, "Member 'AZFloatingObject::AngularThreshold' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CustomGravitySpeed) == 0x0003D4, "Member 'AZFloatingObject::CustomGravitySpeed' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CustomGravityMaxSpeed) == 0x0003D8, "Member 'AZFloatingObject::CustomGravityMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, CustomLinearDamping) == 0x0003DC, "Member 'AZFloatingObject::CustomLinearDamping' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, InteractionSocket) == 0x0003F0, "Member 'AZFloatingObject::InteractionSocket' has a wrong offset!"); \ +static_assert(offsetof(AZFloatingObject, SocketNormal) == 0x000400, "Member 'AZFloatingObject::SocketNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControl_OnOverlapBegin \ +static_assert(alignof(ZGameControl_OnOverlapBegin) == 0x000008, "Wrong alignment on ZGameControl_OnOverlapBegin"); \ +static_assert(sizeof(ZGameControl_OnOverlapBegin) == 0x000118, "Wrong size on ZGameControl_OnOverlapBegin"); \ +static_assert(offsetof(ZGameControl_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'ZGameControl_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapBegin, Other) == 0x000008, "Member 'ZGameControl_OnOverlapBegin::Other' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZGameControl_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZGameControl_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZGameControl_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZGameControl_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControl_OnOverlapEnd \ +static_assert(alignof(ZGameControl_OnOverlapEnd) == 0x000008, "Wrong alignment on ZGameControl_OnOverlapEnd"); \ +static_assert(sizeof(ZGameControl_OnOverlapEnd) == 0x000020, "Wrong size on ZGameControl_OnOverlapEnd"); \ +static_assert(offsetof(ZGameControl_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZGameControl_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZGameControl_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZGameControl_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZGameControl_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZGameControl_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControl_OnPlayerRestart \ +static_assert(alignof(ZGameControl_OnPlayerRestart) == 0x000004, "Wrong alignment on ZGameControl_OnPlayerRestart"); \ +static_assert(sizeof(ZGameControl_OnPlayerRestart) == 0x000004, "Wrong size on ZGameControl_OnPlayerRestart"); \ +static_assert(offsetof(ZGameControl_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZGameControl_OnPlayerRestart::Occurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControl_OnPlayerRestartOverlap \ +static_assert(alignof(ZGameControl_OnPlayerRestartOverlap) == 0x000008, "Wrong alignment on ZGameControl_OnPlayerRestartOverlap"); \ +static_assert(sizeof(ZGameControl_OnPlayerRestartOverlap) == 0x000008, "Wrong size on ZGameControl_OnPlayerRestartOverlap"); \ +static_assert(offsetof(ZGameControl_OnPlayerRestartOverlap, Pawn) == 0x000000, "Member 'ZGameControl_OnPlayerRestartOverlap::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControl_OnTriggerGameAction \ +static_assert(alignof(ZGameControl_OnTriggerGameAction) == 0x000008, "Wrong alignment on ZGameControl_OnTriggerGameAction"); \ +static_assert(sizeof(ZGameControl_OnTriggerGameAction) == 0x000018, "Wrong size on ZGameControl_OnTriggerGameAction"); \ +static_assert(offsetof(ZGameControl_OnTriggerGameAction, GameAction) == 0x000000, "Member 'ZGameControl_OnTriggerGameAction::GameAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControl_SetIsEnabled \ +static_assert(alignof(ZGameControl_SetIsEnabled) == 0x000001, "Wrong alignment on ZGameControl_SetIsEnabled"); \ +static_assert(sizeof(ZGameControl_SetIsEnabled) == 0x000001, "Wrong size on ZGameControl_SetIsEnabled"); \ +static_assert(offsetof(ZGameControl_SetIsEnabled, NewValue) == 0x000000, "Member 'ZGameControl_SetIsEnabled::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControl_IsEnabled \ +static_assert(alignof(ZGameControl_IsEnabled) == 0x000001, "Wrong alignment on ZGameControl_IsEnabled"); \ +static_assert(sizeof(ZGameControl_IsEnabled) == 0x000001, "Wrong size on ZGameControl_IsEnabled"); \ +static_assert(offsetof(ZGameControl_IsEnabled, ReturnValue) == 0x000000, "Member 'ZGameControl_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZGameControl \ +static_assert(alignof(AZGameControl) == 0x000008, "Wrong alignment on AZGameControl"); \ +static_assert(sizeof(AZGameControl) == 0x0002E0, "Wrong size on AZGameControl"); \ +static_assert(offsetof(AZGameControl, PlayerListener) == 0x000298, "Member 'AZGameControl::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, bShowDebug) == 0x0002A0, "Member 'AZGameControl::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, bPlayerOnly) == 0x0002A1, "Member 'AZGameControl::bPlayerOnly' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, TriggerOverlap) == 0x0002A2, "Member 'AZGameControl::TriggerOverlap' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, DaylightSequence) == 0x0002A8, "Member 'AZGameControl::DaylightSequence' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, DaylightSequenceStartFrame) == 0x0002D0, "Member 'AZGameControl::DaylightSequenceStartFrame' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, bResetOnPlayerDeath) == 0x0002D4, "Member 'AZGameControl::bResetOnPlayerDeath' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, bChecked) == 0x0002D5, "Member 'AZGameControl::bChecked' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, bTriggerOnce) == 0x0002D6, "Member 'AZGameControl::bTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AZGameControl, bIsEnabled) == 0x0002D7, "Member 'AZGameControl::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControlActionComponent_OnActorActionEvent \ +static_assert(alignof(ZGameControlActionComponent_OnActorActionEvent) == 0x000004, "Wrong alignment on ZGameControlActionComponent_OnActorActionEvent"); \ +static_assert(sizeof(ZGameControlActionComponent_OnActorActionEvent) == 0x000010, "Wrong size on ZGameControlActionComponent_OnActorActionEvent"); \ +static_assert(offsetof(ZGameControlActionComponent_OnActorActionEvent, GenericActionParam) == 0x000000, "Member 'ZGameControlActionComponent_OnActorActionEvent::GenericActionParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlActionComponent \ +static_assert(alignof(UZGameControlActionComponent) == 0x000008, "Wrong alignment on UZGameControlActionComponent"); \ +static_assert(sizeof(UZGameControlActionComponent) == 0x000170, "Wrong size on UZGameControlActionComponent"); \ +static_assert(offsetof(UZGameControlActionComponent, OnGenericActorActionEvent) == 0x0000A0, "Member 'UZGameControlActionComponent::OnGenericActorActionEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleActionBPEvent) == 0x0000B0, "Member 'UZGameControlActionComponent::OnHandleActionBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleActorsHandleActionBPEvent) == 0x0000C0, "Member 'UZGameControlActionComponent::OnHandleActorsHandleActionBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleDoorActionBPEvent) == 0x0000D0, "Member 'UZGameControlActionComponent::OnHandleDoorActionBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleConveyorActionBPEvent) == 0x0000E0, "Member 'UZGameControlActionComponent::OnHandleConveyorActionBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleStompersActionBPEvent) == 0x0000F0, "Member 'UZGameControlActionComponent::OnHandleStompersActionBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleCogsActionBPEvent) == 0x000100, "Member 'UZGameControlActionComponent::OnHandleCogsActionBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleSteamPipesActionBPEvent) == 0x000110, "Member 'UZGameControlActionComponent::OnHandleSteamPipesActionBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleTurretActionBP) == 0x000120, "Member 'UZGameControlActionComponent::OnHandleTurretActionBP' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandlePlaySequenceActionBP) == 0x000130, "Member 'UZGameControlActionComponent::OnHandlePlaySequenceActionBP' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleCheckPointActionBP) == 0x000140, "Member 'UZGameControlActionComponent::OnHandleCheckPointActionBP' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleViewTargetActionBP) == 0x000150, "Member 'UZGameControlActionComponent::OnHandleViewTargetActionBP' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlActionComponent, OnHandleAnimMontageActionBP) == 0x000160, "Member 'UZGameControlActionComponent::OnHandleAnimMontageActionBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControlComponent_SetTriggerActions \ +static_assert(alignof(ZGameControlComponent_SetTriggerActions) == 0x000008, "Wrong alignment on ZGameControlComponent_SetTriggerActions"); \ +static_assert(sizeof(ZGameControlComponent_SetTriggerActions) == 0x000010, "Wrong size on ZGameControlComponent_SetTriggerActions"); \ +static_assert(offsetof(ZGameControlComponent_SetTriggerActions, NewParameters) == 0x000000, "Member 'ZGameControlComponent_SetTriggerActions::NewParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControlComponent_TriggerAllActions \ +static_assert(alignof(ZGameControlComponent_TriggerAllActions) == 0x000001, "Wrong alignment on ZGameControlComponent_TriggerAllActions"); \ +static_assert(sizeof(ZGameControlComponent_TriggerAllActions) == 0x000001, "Wrong size on ZGameControlComponent_TriggerAllActions"); \ +static_assert(offsetof(ZGameControlComponent_TriggerAllActions, OverlapContext) == 0x000000, "Member 'ZGameControlComponent_TriggerAllActions::OverlapContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControlComponent_TriggerArrayOfAction \ +static_assert(alignof(ZGameControlComponent_TriggerArrayOfAction) == 0x000008, "Wrong alignment on ZGameControlComponent_TriggerArrayOfAction"); \ +static_assert(sizeof(ZGameControlComponent_TriggerArrayOfAction) == 0x000010, "Wrong size on ZGameControlComponent_TriggerArrayOfAction"); \ +static_assert(offsetof(ZGameControlComponent_TriggerArrayOfAction, ActionArray) == 0x000000, "Member 'ZGameControlComponent_TriggerArrayOfAction::ActionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControlComponent_GetTriggerActions \ +static_assert(alignof(ZGameControlComponent_GetTriggerActions) == 0x000008, "Wrong alignment on ZGameControlComponent_GetTriggerActions"); \ +static_assert(sizeof(ZGameControlComponent_GetTriggerActions) == 0x000010, "Wrong size on ZGameControlComponent_GetTriggerActions"); \ +static_assert(offsetof(ZGameControlComponent_GetTriggerActions, ReturnValue) == 0x000000, "Member 'ZGameControlComponent_GetTriggerActions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlComponent \ +static_assert(alignof(UZGameControlComponent) == 0x000008, "Wrong alignment on UZGameControlComponent"); \ +static_assert(sizeof(UZGameControlComponent) == 0x0000B0, "Wrong size on UZGameControlComponent"); \ +static_assert(offsetof(UZGameControlComponent, TriggerActions) == 0x0000A0, "Member 'UZGameControlComponent::TriggerActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlDoorAction \ +static_assert(alignof(UZGameControlDoorAction) == 0x000008, "Wrong alignment on UZGameControlDoorAction"); \ +static_assert(sizeof(UZGameControlDoorAction) == 0x0000D0, "Wrong size on UZGameControlDoorAction"); \ +static_assert(offsetof(UZGameControlDoorAction, bLockDoor) == 0x0000C8, "Member 'UZGameControlDoorAction::bLockDoor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlConveyorAction \ +static_assert(alignof(UZGameControlConveyorAction) == 0x000008, "Wrong alignment on UZGameControlConveyorAction"); \ +static_assert(sizeof(UZGameControlConveyorAction) == 0x0000C8, "Wrong size on UZGameControlConveyorAction"); \ + +#define DUMPER7_ASSERTS_UZGameControlCogsAction \ +static_assert(alignof(UZGameControlCogsAction) == 0x000008, "Wrong alignment on UZGameControlCogsAction"); \ +static_assert(sizeof(UZGameControlCogsAction) == 0x0000C8, "Wrong size on UZGameControlCogsAction"); \ + +#define DUMPER7_ASSERTS_ZGameControlTurretAction_SetTargetActor \ +static_assert(alignof(ZGameControlTurretAction_SetTargetActor) == 0x000008, "Wrong alignment on ZGameControlTurretAction_SetTargetActor"); \ +static_assert(sizeof(ZGameControlTurretAction_SetTargetActor) == 0x000008, "Wrong size on ZGameControlTurretAction_SetTargetActor"); \ +static_assert(offsetof(ZGameControlTurretAction_SetTargetActor, NewTarget) == 0x000000, "Member 'ZGameControlTurretAction_SetTargetActor::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameControlTurretAction_GetTargetActor \ +static_assert(alignof(ZGameControlTurretAction_GetTargetActor) == 0x000008, "Wrong alignment on ZGameControlTurretAction_GetTargetActor"); \ +static_assert(sizeof(ZGameControlTurretAction_GetTargetActor) == 0x000008, "Wrong size on ZGameControlTurretAction_GetTargetActor"); \ +static_assert(offsetof(ZGameControlTurretAction_GetTargetActor, ReturnValue) == 0x000000, "Member 'ZGameControlTurretAction_GetTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlTurretAction \ +static_assert(alignof(UZGameControlTurretAction) == 0x000008, "Wrong alignment on UZGameControlTurretAction"); \ +static_assert(sizeof(UZGameControlTurretAction) == 0x0000D8, "Wrong size on UZGameControlTurretAction"); \ +static_assert(offsetof(UZGameControlTurretAction, TargetActor) == 0x0000C8, "Member 'UZGameControlTurretAction::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlTurretAction, bTargetPlayer) == 0x0000D0, "Member 'UZGameControlTurretAction::bTargetPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlCheckPointAction \ +static_assert(alignof(UZGameControlCheckPointAction) == 0x000008, "Wrong alignment on UZGameControlCheckPointAction"); \ +static_assert(sizeof(UZGameControlCheckPointAction) == 0x0000F0, "Wrong size on UZGameControlCheckPointAction"); \ +static_assert(offsetof(UZGameControlCheckPointAction, CheckPointActor) == 0x0000C0, "Member 'UZGameControlCheckPointAction::CheckPointActor' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlCheckPointAction, bSetEnabled) == 0x0000E8, "Member 'UZGameControlCheckPointAction::bSetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlPlayVideoAction \ +static_assert(alignof(UZGameControlPlayVideoAction) == 0x000008, "Wrong alignment on UZGameControlPlayVideoAction"); \ +static_assert(sizeof(UZGameControlPlayVideoAction) == 0x0000D8, "Wrong size on UZGameControlPlayVideoAction"); \ +static_assert(offsetof(UZGameControlPlayVideoAction, VideoPath) == 0x0000C0, "Member 'UZGameControlPlayVideoAction::VideoPath' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlPlayVideoAction, bLoopVideo) == 0x0000D0, "Member 'UZGameControlPlayVideoAction::bLoopVideo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlChangeViewTargetAction \ +static_assert(alignof(UZGameControlChangeViewTargetAction) == 0x000008, "Wrong alignment on UZGameControlChangeViewTargetAction"); \ +static_assert(sizeof(UZGameControlChangeViewTargetAction) == 0x000100, "Wrong size on UZGameControlChangeViewTargetAction"); \ +static_assert(offsetof(UZGameControlChangeViewTargetAction, TransitionParams) == 0x0000C0, "Member 'UZGameControlChangeViewTargetAction::TransitionParams' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlChangeViewTargetAction, bBackToPlayerCamera) == 0x0000D0, "Member 'UZGameControlChangeViewTargetAction::bBackToPlayerCamera' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlChangeViewTargetAction, NewViewTarget) == 0x0000D8, "Member 'UZGameControlChangeViewTargetAction::NewViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameControlAnimMontageAction \ +static_assert(alignof(UZGameControlAnimMontageAction) == 0x000008, "Wrong alignment on UZGameControlAnimMontageAction"); \ +static_assert(sizeof(UZGameControlAnimMontageAction) == 0x0000E0, "Wrong size on UZGameControlAnimMontageAction"); \ +static_assert(offsetof(UZGameControlAnimMontageAction, Action) == 0x0000C0, "Member 'UZGameControlAnimMontageAction::Action' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlAnimMontageAction, Montage) == 0x0000C8, "Member 'UZGameControlAnimMontageAction::Montage' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlAnimMontageAction, PlayRate) == 0x0000D0, "Member 'UZGameControlAnimMontageAction::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlAnimMontageAction, BlendOut) == 0x0000D4, "Member 'UZGameControlAnimMontageAction::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(UZGameControlAnimMontageAction, bOnPlayer) == 0x0000D8, "Member 'UZGameControlAnimMontageAction::bOnPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZActionFloatParameter_GetGenericFloat \ +static_assert(alignof(ZActionFloatParameter_GetGenericFloat) == 0x000004, "Wrong alignment on ZActionFloatParameter_GetGenericFloat"); \ +static_assert(sizeof(ZActionFloatParameter_GetGenericFloat) == 0x000004, "Wrong size on ZActionFloatParameter_GetGenericFloat"); \ +static_assert(offsetof(ZActionFloatParameter_GetGenericFloat, ReturnValue) == 0x000000, "Member 'ZActionFloatParameter_GetGenericFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZActionFloatParameter \ +static_assert(alignof(UZActionFloatParameter) == 0x000008, "Wrong alignment on UZActionFloatParameter"); \ +static_assert(sizeof(UZActionFloatParameter) == 0x000038, "Wrong size on UZActionFloatParameter"); \ +static_assert(offsetof(UZActionFloatParameter, GenericFloat) == 0x000030, "Member 'UZActionFloatParameter::GenericFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZActionNameParameter_GetGenericName \ +static_assert(alignof(ZActionNameParameter_GetGenericName) == 0x000004, "Wrong alignment on ZActionNameParameter_GetGenericName"); \ +static_assert(sizeof(ZActionNameParameter_GetGenericName) == 0x000008, "Wrong size on ZActionNameParameter_GetGenericName"); \ +static_assert(offsetof(ZActionNameParameter_GetGenericName, ReturnValue) == 0x000000, "Member 'ZActionNameParameter_GetGenericName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZActionNameParameter \ +static_assert(alignof(UZActionNameParameter) == 0x000008, "Wrong alignment on UZActionNameParameter"); \ +static_assert(sizeof(UZActionNameParameter) == 0x000038, "Wrong size on UZActionNameParameter"); \ +static_assert(offsetof(UZActionNameParameter, GenericName) == 0x000030, "Member 'UZActionNameParameter::GenericName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZActionVectorParameter_GetGenericVector \ +static_assert(alignof(ZActionVectorParameter_GetGenericVector) == 0x000008, "Wrong alignment on ZActionVectorParameter_GetGenericVector"); \ +static_assert(sizeof(ZActionVectorParameter_GetGenericVector) == 0x000018, "Wrong size on ZActionVectorParameter_GetGenericVector"); \ +static_assert(offsetof(ZActionVectorParameter_GetGenericVector, ReturnValue) == 0x000000, "Member 'ZActionVectorParameter_GetGenericVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZActionVectorParameter \ +static_assert(alignof(UZActionVectorParameter) == 0x000008, "Wrong alignment on UZActionVectorParameter"); \ +static_assert(sizeof(UZActionVectorParameter) == 0x000048, "Wrong size on UZActionVectorParameter"); \ +static_assert(offsetof(UZActionVectorParameter, GenericVector) == 0x000030, "Member 'UZActionVectorParameter::GenericVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZActionRotatorParameter_GetGenericRotator \ +static_assert(alignof(ZActionRotatorParameter_GetGenericRotator) == 0x000008, "Wrong alignment on ZActionRotatorParameter_GetGenericRotator"); \ +static_assert(sizeof(ZActionRotatorParameter_GetGenericRotator) == 0x000018, "Wrong size on ZActionRotatorParameter_GetGenericRotator"); \ +static_assert(offsetof(ZActionRotatorParameter_GetGenericRotator, ReturnValue) == 0x000000, "Member 'ZActionRotatorParameter_GetGenericRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZActionRotatorParameter \ +static_assert(alignof(UZActionRotatorParameter) == 0x000008, "Wrong alignment on UZActionRotatorParameter"); \ +static_assert(sizeof(UZActionRotatorParameter) == 0x000048, "Wrong size on UZActionRotatorParameter"); \ +static_assert(offsetof(UZActionRotatorParameter, GenericRotator) == 0x000030, "Member 'UZActionRotatorParameter::GenericRotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_CheckpointScenarioCompare \ +static_assert(alignof(ZGameInstance_CheckpointScenarioCompare) == 0x000008, "Wrong alignment on ZGameInstance_CheckpointScenarioCompare"); \ +static_assert(sizeof(ZGameInstance_CheckpointScenarioCompare) == 0x000028, "Wrong size on ZGameInstance_CheckpointScenarioCompare"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, WorldContextObject) == 0x000000, "Member 'ZGameInstance_CheckpointScenarioCompare::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, A) == 0x000008, "Member 'ZGameInstance_CheckpointScenarioCompare::A' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, B) == 0x000010, "Member 'ZGameInstance_CheckpointScenarioCompare::B' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, Checkpoint) == 0x000018, "Member 'ZGameInstance_CheckpointScenarioCompare::Checkpoint' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, Operator) == 0x000020, "Member 'ZGameInstance_CheckpointScenarioCompare::Operator' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioCompare, ReturnValue) == 0x000021, "Member 'ZGameInstance_CheckpointScenarioCompare::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_CheckpointScenarioGet \ +static_assert(alignof(ZGameInstance_CheckpointScenarioGet) == 0x000008, "Wrong alignment on ZGameInstance_CheckpointScenarioGet"); \ +static_assert(sizeof(ZGameInstance_CheckpointScenarioGet) == 0x000028, "Wrong size on ZGameInstance_CheckpointScenarioGet"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, WorldContextObject) == 0x000000, "Member 'ZGameInstance_CheckpointScenarioGet::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, A) == 0x000008, "Member 'ZGameInstance_CheckpointScenarioGet::A' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, B) == 0x000010, "Member 'ZGameInstance_CheckpointScenarioGet::B' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, Checkpoint) == 0x000018, "Member 'ZGameInstance_CheckpointScenarioGet::Checkpoint' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CheckpointScenarioGet, ReturnValue) == 0x000020, "Member 'ZGameInstance_CheckpointScenarioGet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_AddGameFact \ +static_assert(alignof(ZGameInstance_AddGameFact) == 0x000004, "Wrong alignment on ZGameInstance_AddGameFact"); \ +static_assert(sizeof(ZGameInstance_AddGameFact) == 0x000008, "Wrong size on ZGameInstance_AddGameFact"); \ +static_assert(offsetof(ZGameInstance_AddGameFact, Fact) == 0x000000, "Member 'ZGameInstance_AddGameFact::Fact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_AddGameFacts \ +static_assert(alignof(ZGameInstance_AddGameFacts) == 0x000008, "Wrong alignment on ZGameInstance_AddGameFacts"); \ +static_assert(sizeof(ZGameInstance_AddGameFacts) == 0x000020, "Wrong size on ZGameInstance_AddGameFacts"); \ +static_assert(offsetof(ZGameInstance_AddGameFacts, Facts) == 0x000000, "Member 'ZGameInstance_AddGameFacts::Facts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_FindCheckpointFromName \ +static_assert(alignof(ZGameInstance_FindCheckpointFromName) == 0x000008, "Wrong alignment on ZGameInstance_FindCheckpointFromName"); \ +static_assert(sizeof(ZGameInstance_FindCheckpointFromName) == 0x000020, "Wrong size on ZGameInstance_FindCheckpointFromName"); \ +static_assert(offsetof(ZGameInstance_FindCheckpointFromName, CheckpointName) == 0x000000, "Member 'ZGameInstance_FindCheckpointFromName::CheckpointName' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_FindCheckpointFromName, ReturnValue) == 0x000010, "Member 'ZGameInstance_FindCheckpointFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_HasRecentGame \ +static_assert(alignof(ZGameInstance_HasRecentGame) == 0x000001, "Wrong alignment on ZGameInstance_HasRecentGame"); \ +static_assert(sizeof(ZGameInstance_HasRecentGame) == 0x000001, "Wrong size on ZGameInstance_HasRecentGame"); \ +static_assert(offsetof(ZGameInstance_HasRecentGame, ReturnValue) == 0x000000, "Member 'ZGameInstance_HasRecentGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_Log \ +static_assert(alignof(ZGameInstance_Log) == 0x000008, "Wrong alignment on ZGameInstance_Log"); \ +static_assert(sizeof(ZGameInstance_Log) == 0x000018, "Wrong size on ZGameInstance_Log"); \ +static_assert(offsetof(ZGameInstance_Log, Actor) == 0x000000, "Member 'ZGameInstance_Log::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_Log, String) == 0x000008, "Member 'ZGameInstance_Log::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_NotifyRenderingEvent \ +static_assert(alignof(ZGameInstance_NotifyRenderingEvent) == 0x000001, "Wrong alignment on ZGameInstance_NotifyRenderingEvent"); \ +static_assert(sizeof(ZGameInstance_NotifyRenderingEvent) == 0x000001, "Wrong size on ZGameInstance_NotifyRenderingEvent"); \ +static_assert(offsetof(ZGameInstance_NotifyRenderingEvent, Event) == 0x000000, "Member 'ZGameInstance_NotifyRenderingEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_OnAudioOutputDeviceReceived \ +static_assert(alignof(ZGameInstance_OnAudioOutputDeviceReceived) == 0x000008, "Wrong alignment on ZGameInstance_OnAudioOutputDeviceReceived"); \ +static_assert(sizeof(ZGameInstance_OnAudioOutputDeviceReceived) == 0x000010, "Wrong size on ZGameInstance_OnAudioOutputDeviceReceived"); \ +static_assert(offsetof(ZGameInstance_OnAudioOutputDeviceReceived, AvailableDevices) == 0x000000, "Member 'ZGameInstance_OnAudioOutputDeviceReceived::AvailableDevices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_OnAudioOutputDevices \ +static_assert(alignof(ZGameInstance_OnAudioOutputDevices) == 0x000008, "Wrong alignment on ZGameInstance_OnAudioOutputDevices"); \ +static_assert(sizeof(ZGameInstance_OnAudioOutputDevices) == 0x000010, "Wrong size on ZGameInstance_OnAudioOutputDevices"); \ +static_assert(offsetof(ZGameInstance_OnAudioOutputDevices, AvailableDevices) == 0x000000, "Member 'ZGameInstance_OnAudioOutputDevices::AvailableDevices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_OnInputHardwareDeviceChanged \ +static_assert(alignof(ZGameInstance_OnInputHardwareDeviceChanged) == 0x000004, "Wrong alignment on ZGameInstance_OnInputHardwareDeviceChanged"); \ +static_assert(sizeof(ZGameInstance_OnInputHardwareDeviceChanged) == 0x000008, "Wrong size on ZGameInstance_OnInputHardwareDeviceChanged"); \ +static_assert(offsetof(ZGameInstance_OnInputHardwareDeviceChanged, UserId) == 0x000000, "Member 'ZGameInstance_OnInputHardwareDeviceChanged::UserId' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_OnInputHardwareDeviceChanged, DeviceID) == 0x000004, "Member 'ZGameInstance_OnInputHardwareDeviceChanged::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_OnNintendoConsoleDockerOrUndocked \ +static_assert(alignof(ZGameInstance_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong alignment on ZGameInstance_OnNintendoConsoleDockerOrUndocked"); \ +static_assert(sizeof(ZGameInstance_OnNintendoConsoleDockerOrUndocked) == 0x000001, "Wrong size on ZGameInstance_OnNintendoConsoleDockerOrUndocked"); \ +static_assert(offsetof(ZGameInstance_OnNintendoConsoleDockerOrUndocked, bIsDocked) == 0x000000, "Member 'ZGameInstance_OnNintendoConsoleDockerOrUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_ReduceGameCostDuringSequence \ +static_assert(alignof(ZGameInstance_ReduceGameCostDuringSequence) == 0x000008, "Wrong alignment on ZGameInstance_ReduceGameCostDuringSequence"); \ +static_assert(sizeof(ZGameInstance_ReduceGameCostDuringSequence) == 0x000008, "Wrong size on ZGameInstance_ReduceGameCostDuringSequence"); \ +static_assert(offsetof(ZGameInstance_ReduceGameCostDuringSequence, MediaPlayer) == 0x000000, "Member 'ZGameInstance_ReduceGameCostDuringSequence::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_RemoveGameFact \ +static_assert(alignof(ZGameInstance_RemoveGameFact) == 0x000004, "Wrong alignment on ZGameInstance_RemoveGameFact"); \ +static_assert(sizeof(ZGameInstance_RemoveGameFact) == 0x000008, "Wrong size on ZGameInstance_RemoveGameFact"); \ +static_assert(offsetof(ZGameInstance_RemoveGameFact, Fact) == 0x000000, "Member 'ZGameInstance_RemoveGameFact::Fact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_RemoveReachesCheckpointFromMenu \ +static_assert(alignof(ZGameInstance_RemoveReachesCheckpointFromMenu) == 0x000004, "Wrong alignment on ZGameInstance_RemoveReachesCheckpointFromMenu"); \ +static_assert(sizeof(ZGameInstance_RemoveReachesCheckpointFromMenu) == 0x000010, "Wrong size on ZGameInstance_RemoveReachesCheckpointFromMenu"); \ +static_assert(offsetof(ZGameInstance_RemoveReachesCheckpointFromMenu, CheckpointID) == 0x000000, "Member 'ZGameInstance_RemoveReachesCheckpointFromMenu::CheckpointID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_SaveGame \ +static_assert(alignof(ZGameInstance_SaveGame) == 0x000001, "Wrong alignment on ZGameInstance_SaveGame"); \ +static_assert(sizeof(ZGameInstance_SaveGame) == 0x000001, "Wrong size on ZGameInstance_SaveGame"); \ +static_assert(offsetof(ZGameInstance_SaveGame, ReturnValue) == 0x000000, "Member 'ZGameInstance_SaveGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_SetGameplayReady \ +static_assert(alignof(ZGameInstance_SetGameplayReady) == 0x000001, "Wrong alignment on ZGameInstance_SetGameplayReady"); \ +static_assert(sizeof(ZGameInstance_SetGameplayReady) == 0x000001, "Wrong size on ZGameInstance_SetGameplayReady"); \ +static_assert(offsetof(ZGameInstance_SetGameplayReady, Value) == 0x000000, "Member 'ZGameInstance_SetGameplayReady::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_SetGamma \ +static_assert(alignof(ZGameInstance_SetGamma) == 0x000004, "Wrong alignment on ZGameInstance_SetGamma"); \ +static_assert(sizeof(ZGameInstance_SetGamma) == 0x000004, "Wrong size on ZGameInstance_SetGamma"); \ +static_assert(offsetof(ZGameInstance_SetGamma, Value) == 0x000000, "Member 'ZGameInstance_SetGamma::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_SetPauseMenuLocked \ +static_assert(alignof(ZGameInstance_SetPauseMenuLocked) == 0x000001, "Wrong alignment on ZGameInstance_SetPauseMenuLocked"); \ +static_assert(sizeof(ZGameInstance_SetPauseMenuLocked) == 0x000001, "Wrong size on ZGameInstance_SetPauseMenuLocked"); \ +static_assert(offsetof(ZGameInstance_SetPauseMenuLocked, Value) == 0x000000, "Member 'ZGameInstance_SetPauseMenuLocked::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_StartPlayerGameSlot \ +static_assert(alignof(ZGameInstance_StartPlayerGameSlot) == 0x000004, "Wrong alignment on ZGameInstance_StartPlayerGameSlot"); \ +static_assert(sizeof(ZGameInstance_StartPlayerGameSlot) == 0x000008, "Wrong size on ZGameInstance_StartPlayerGameSlot"); \ +static_assert(offsetof(ZGameInstance_StartPlayerGameSlot, SlotIndex) == 0x000000, "Member 'ZGameInstance_StartPlayerGameSlot::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_StartPlayerGameSlot, ReturnValue) == 0x000004, "Member 'ZGameInstance_StartPlayerGameSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_TransitionToLevel \ +static_assert(alignof(ZGameInstance_TransitionToLevel) == 0x000008, "Wrong alignment on ZGameInstance_TransitionToLevel"); \ +static_assert(sizeof(ZGameInstance_TransitionToLevel) == 0x000058, "Wrong size on ZGameInstance_TransitionToLevel"); \ +static_assert(offsetof(ZGameInstance_TransitionToLevel, Level) == 0x000000, "Member 'ZGameInstance_TransitionToLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_TransitionToLevel, CheckpointID) == 0x000028, "Member 'ZGameInstance_TransitionToLevel::CheckpointID' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_TransitionToLevel, Video) == 0x000038, "Member 'ZGameInstance_TransitionToLevel::Video' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_TransitionToLevel, BinkDrawStyle) == 0x000048, "Member 'ZGameInstance_TransitionToLevel::BinkDrawStyle' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_TransitionToLevel, BinkBufferMode) == 0x000049, "Member 'ZGameInstance_TransitionToLevel::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_TransitionToLevel, Delay) == 0x00004C, "Member 'ZGameInstance_TransitionToLevel::Delay' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_TransitionToLevel, ReturnValue) == 0x000050, "Member 'ZGameInstance_TransitionToLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_CompareCheckpoints \ +static_assert(alignof(ZGameInstance_CompareCheckpoints) == 0x000004, "Wrong alignment on ZGameInstance_CompareCheckpoints"); \ +static_assert(sizeof(ZGameInstance_CompareCheckpoints) == 0x000024, "Wrong size on ZGameInstance_CompareCheckpoints"); \ +static_assert(offsetof(ZGameInstance_CompareCheckpoints, A) == 0x000000, "Member 'ZGameInstance_CompareCheckpoints::A' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CompareCheckpoints, To) == 0x000010, "Member 'ZGameInstance_CompareCheckpoints::To' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_CompareCheckpoints, ReturnValue) == 0x000020, "Member 'ZGameInstance_CompareCheckpoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetAccessibleCheckPoints \ +static_assert(alignof(ZGameInstance_GetAccessibleCheckPoints) == 0x000008, "Wrong alignment on ZGameInstance_GetAccessibleCheckPoints"); \ +static_assert(sizeof(ZGameInstance_GetAccessibleCheckPoints) == 0x000010, "Wrong size on ZGameInstance_GetAccessibleCheckPoints"); \ +static_assert(offsetof(ZGameInstance_GetAccessibleCheckPoints, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetAccessibleCheckPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetAIDirector \ +static_assert(alignof(ZGameInstance_GetAIDirector) == 0x000008, "Wrong alignment on ZGameInstance_GetAIDirector"); \ +static_assert(sizeof(ZGameInstance_GetAIDirector) == 0x000008, "Wrong size on ZGameInstance_GetAIDirector"); \ +static_assert(offsetof(ZGameInstance_GetAIDirector, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetAIDirector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetAllCheckpoints \ +static_assert(alignof(ZGameInstance_GetAllCheckpoints) == 0x000008, "Wrong alignment on ZGameInstance_GetAllCheckpoints"); \ +static_assert(sizeof(ZGameInstance_GetAllCheckpoints) == 0x000010, "Wrong size on ZGameInstance_GetAllCheckpoints"); \ +static_assert(offsetof(ZGameInstance_GetAllCheckpoints, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetAllCheckpoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetBuildName \ +static_assert(alignof(ZGameInstance_GetBuildName) == 0x000008, "Wrong alignment on ZGameInstance_GetBuildName"); \ +static_assert(sizeof(ZGameInstance_GetBuildName) == 0x000010, "Wrong size on ZGameInstance_GetBuildName"); \ +static_assert(offsetof(ZGameInstance_GetBuildName, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetBuildName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetCheckpointData \ +static_assert(alignof(ZGameInstance_GetCheckpointData) == 0x000008, "Wrong alignment on ZGameInstance_GetCheckpointData"); \ +static_assert(sizeof(ZGameInstance_GetCheckpointData) == 0x000090, "Wrong size on ZGameInstance_GetCheckpointData"); \ +static_assert(offsetof(ZGameInstance_GetCheckpointData, CheckpointID) == 0x000000, "Member 'ZGameInstance_GetCheckpointData::CheckpointID' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_GetCheckpointData, ReturnValue) == 0x000010, "Member 'ZGameInstance_GetCheckpointData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetCollectibleSystem \ +static_assert(alignof(ZGameInstance_GetCollectibleSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetCollectibleSystem"); \ +static_assert(sizeof(ZGameInstance_GetCollectibleSystem) == 0x000008, "Wrong size on ZGameInstance_GetCollectibleSystem"); \ +static_assert(offsetof(ZGameInstance_GetCollectibleSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCollectibleSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetCollisionAvoidanceSystem \ +static_assert(alignof(ZGameInstance_GetCollisionAvoidanceSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetCollisionAvoidanceSystem"); \ +static_assert(sizeof(ZGameInstance_GetCollisionAvoidanceSystem) == 0x000008, "Wrong size on ZGameInstance_GetCollisionAvoidanceSystem"); \ +static_assert(offsetof(ZGameInstance_GetCollisionAvoidanceSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCollisionAvoidanceSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetCurrentCheckPoint \ +static_assert(alignof(ZGameInstance_GetCurrentCheckPoint) == 0x000004, "Wrong alignment on ZGameInstance_GetCurrentCheckPoint"); \ +static_assert(sizeof(ZGameInstance_GetCurrentCheckPoint) == 0x000010, "Wrong size on ZGameInstance_GetCurrentCheckPoint"); \ +static_assert(offsetof(ZGameInstance_GetCurrentCheckPoint, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCurrentCheckPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetCurrentSavedCheckPoint \ +static_assert(alignof(ZGameInstance_GetCurrentSavedCheckPoint) == 0x000004, "Wrong alignment on ZGameInstance_GetCurrentSavedCheckPoint"); \ +static_assert(sizeof(ZGameInstance_GetCurrentSavedCheckPoint) == 0x000010, "Wrong size on ZGameInstance_GetCurrentSavedCheckPoint"); \ +static_assert(offsetof(ZGameInstance_GetCurrentSavedCheckPoint, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetCurrentSavedCheckPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetDatastore \ +static_assert(alignof(ZGameInstance_GetDatastore) == 0x000008, "Wrong alignment on ZGameInstance_GetDatastore"); \ +static_assert(sizeof(ZGameInstance_GetDatastore) == 0x000008, "Wrong size on ZGameInstance_GetDatastore"); \ +static_assert(offsetof(ZGameInstance_GetDatastore, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetDatastore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetDeathFactory \ +static_assert(alignof(ZGameInstance_GetDeathFactory) == 0x000008, "Wrong alignment on ZGameInstance_GetDeathFactory"); \ +static_assert(sizeof(ZGameInstance_GetDeathFactory) == 0x000008, "Wrong size on ZGameInstance_GetDeathFactory"); \ +static_assert(offsetof(ZGameInstance_GetDeathFactory, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetDeathFactory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetGamma \ +static_assert(alignof(ZGameInstance_GetGamma) == 0x000004, "Wrong alignment on ZGameInstance_GetGamma"); \ +static_assert(sizeof(ZGameInstance_GetGamma) == 0x000004, "Wrong size on ZGameInstance_GetGamma"); \ +static_assert(offsetof(ZGameInstance_GetGamma, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetInputMode \ +static_assert(alignof(ZGameInstance_GetInputMode) == 0x000001, "Wrong alignment on ZGameInstance_GetInputMode"); \ +static_assert(sizeof(ZGameInstance_GetInputMode) == 0x000001, "Wrong size on ZGameInstance_GetInputMode"); \ +static_assert(offsetof(ZGameInstance_GetInputMode, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetInputMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetPlatformType \ +static_assert(alignof(ZGameInstance_GetPlatformType) == 0x000001, "Wrong alignment on ZGameInstance_GetPlatformType"); \ +static_assert(sizeof(ZGameInstance_GetPlatformType) == 0x000001, "Wrong size on ZGameInstance_GetPlatformType"); \ +static_assert(offsetof(ZGameInstance_GetPlatformType, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetPlatformType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetPlayerListenerSystem \ +static_assert(alignof(ZGameInstance_GetPlayerListenerSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetPlayerListenerSystem"); \ +static_assert(sizeof(ZGameInstance_GetPlayerListenerSystem) == 0x000008, "Wrong size on ZGameInstance_GetPlayerListenerSystem"); \ +static_assert(offsetof(ZGameInstance_GetPlayerListenerSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetPlayerListenerSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetSaveManager \ +static_assert(alignof(ZGameInstance_GetSaveManager) == 0x000008, "Wrong alignment on ZGameInstance_GetSaveManager"); \ +static_assert(sizeof(ZGameInstance_GetSaveManager) == 0x000008, "Wrong size on ZGameInstance_GetSaveManager"); \ +static_assert(offsetof(ZGameInstance_GetSaveManager, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetSaveManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetSkinSystem \ +static_assert(alignof(ZGameInstance_GetSkinSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetSkinSystem"); \ +static_assert(sizeof(ZGameInstance_GetSkinSystem) == 0x000008, "Wrong size on ZGameInstance_GetSkinSystem"); \ +static_assert(offsetof(ZGameInstance_GetSkinSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetSkinSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetSubtitleSystem \ +static_assert(alignof(ZGameInstance_GetSubtitleSystem) == 0x000008, "Wrong alignment on ZGameInstance_GetSubtitleSystem"); \ +static_assert(sizeof(ZGameInstance_GetSubtitleSystem) == 0x000008, "Wrong size on ZGameInstance_GetSubtitleSystem"); \ +static_assert(offsetof(ZGameInstance_GetSubtitleSystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetSubtitleSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetTrophySystem \ +static_assert(alignof(ZGameInstance_GetTrophySystem) == 0x000008, "Wrong alignment on ZGameInstance_GetTrophySystem"); \ +static_assert(sizeof(ZGameInstance_GetTrophySystem) == 0x000008, "Wrong size on ZGameInstance_GetTrophySystem"); \ +static_assert(offsetof(ZGameInstance_GetTrophySystem, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetTrophySystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetUIController \ +static_assert(alignof(ZGameInstance_GetUIController) == 0x000008, "Wrong alignment on ZGameInstance_GetUIController"); \ +static_assert(sizeof(ZGameInstance_GetUIController) == 0x000008, "Wrong size on ZGameInstance_GetUIController"); \ +static_assert(offsetof(ZGameInstance_GetUIController, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetUIController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_GetWorldManager \ +static_assert(alignof(ZGameInstance_GetWorldManager) == 0x000008, "Wrong alignment on ZGameInstance_GetWorldManager"); \ +static_assert(sizeof(ZGameInstance_GetWorldManager) == 0x000008, "Wrong size on ZGameInstance_GetWorldManager"); \ +static_assert(offsetof(ZGameInstance_GetWorldManager, ReturnValue) == 0x000000, "Member 'ZGameInstance_GetWorldManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_HasEverReachedCheckpoint \ +static_assert(alignof(ZGameInstance_HasEverReachedCheckpoint) == 0x000004, "Wrong alignment on ZGameInstance_HasEverReachedCheckpoint"); \ +static_assert(sizeof(ZGameInstance_HasEverReachedCheckpoint) == 0x000014, "Wrong size on ZGameInstance_HasEverReachedCheckpoint"); \ +static_assert(offsetof(ZGameInstance_HasEverReachedCheckpoint, CheckpointID) == 0x000000, "Member 'ZGameInstance_HasEverReachedCheckpoint::CheckpointID' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_HasEverReachedCheckpoint, ReturnValue) == 0x000010, "Member 'ZGameInstance_HasEverReachedCheckpoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_HasGameFact \ +static_assert(alignof(ZGameInstance_HasGameFact) == 0x000004, "Wrong alignment on ZGameInstance_HasGameFact"); \ +static_assert(sizeof(ZGameInstance_HasGameFact) == 0x00000C, "Wrong size on ZGameInstance_HasGameFact"); \ +static_assert(offsetof(ZGameInstance_HasGameFact, Fact) == 0x000000, "Member 'ZGameInstance_HasGameFact::Fact' has a wrong offset!"); \ +static_assert(offsetof(ZGameInstance_HasGameFact, ReturnValue) == 0x000008, "Member 'ZGameInstance_HasGameFact::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_HasValidBinkData \ +static_assert(alignof(ZGameInstance_HasValidBinkData) == 0x000001, "Wrong alignment on ZGameInstance_HasValidBinkData"); \ +static_assert(sizeof(ZGameInstance_HasValidBinkData) == 0x000001, "Wrong size on ZGameInstance_HasValidBinkData"); \ +static_assert(offsetof(ZGameInstance_HasValidBinkData, ReturnValue) == 0x000000, "Member 'ZGameInstance_HasValidBinkData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_IsGameplayReady \ +static_assert(alignof(ZGameInstance_IsGameplayReady) == 0x000001, "Wrong alignment on ZGameInstance_IsGameplayReady"); \ +static_assert(sizeof(ZGameInstance_IsGameplayReady) == 0x000001, "Wrong size on ZGameInstance_IsGameplayReady"); \ +static_assert(offsetof(ZGameInstance_IsGameplayReady, ReturnValue) == 0x000000, "Member 'ZGameInstance_IsGameplayReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_IsLoadingGame \ +static_assert(alignof(ZGameInstance_IsLoadingGame) == 0x000001, "Wrong alignment on ZGameInstance_IsLoadingGame"); \ +static_assert(sizeof(ZGameInstance_IsLoadingGame) == 0x000001, "Wrong size on ZGameInstance_IsLoadingGame"); \ +static_assert(offsetof(ZGameInstance_IsLoadingGame, ReturnValue) == 0x000000, "Member 'ZGameInstance_IsLoadingGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameInstance_IsPauseMenuLocked \ +static_assert(alignof(ZGameInstance_IsPauseMenuLocked) == 0x000001, "Wrong alignment on ZGameInstance_IsPauseMenuLocked"); \ +static_assert(sizeof(ZGameInstance_IsPauseMenuLocked) == 0x000001, "Wrong size on ZGameInstance_IsPauseMenuLocked"); \ +static_assert(offsetof(ZGameInstance_IsPauseMenuLocked, ReturnValue) == 0x000000, "Member 'ZGameInstance_IsPauseMenuLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameInstance \ +static_assert(alignof(UZGameInstance) == 0x000008, "Wrong alignment on UZGameInstance"); \ +static_assert(sizeof(UZGameInstance) == 0x000418, "Wrong size on UZGameInstance"); \ +static_assert(offsetof(UZGameInstance, BuildName) == 0x0001D8, "Member 'UZGameInstance::BuildName' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, FrameRateCaptureInterval) == 0x0001E8, "Member 'UZGameInstance::FrameRateCaptureInterval' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, WorldManagerClass) == 0x0001F0, "Member 'UZGameInstance::WorldManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, SkinSystemClass) == 0x0001F8, "Member 'UZGameInstance::SkinSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, DatastoreClass) == 0x000200, "Member 'UZGameInstance::DatastoreClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, TrophySystemClass) == 0x000208, "Member 'UZGameInstance::TrophySystemClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, PlayerEventListenerSystemClass) == 0x000210, "Member 'UZGameInstance::PlayerEventListenerSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, SaveManagerClass) == 0x000218, "Member 'UZGameInstance::SaveManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, UIControllerClass) == 0x000220, "Member 'UZGameInstance::UIControllerClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, SubtitleSystemClass) == 0x000228, "Member 'UZGameInstance::SubtitleSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, CollisionAvoidanceSystemClass) == 0x000230, "Member 'UZGameInstance::CollisionAvoidanceSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, DeathFactory) == 0x000238, "Member 'UZGameInstance::DeathFactory' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, OnFocus) == 0x000240, "Member 'UZGameInstance::OnFocus' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, OnInputModeChanged) == 0x000250, "Member 'UZGameInstance::OnInputModeChanged' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, OnGameplayReady) == 0x000260, "Member 'UZGameInstance::OnGameplayReady' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, OnRenderingEvent) == 0x000270, "Member 'UZGameInstance::OnRenderingEvent' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, OnControllerConnected) == 0x000280, "Member 'UZGameInstance::OnControllerConnected' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, OnLoadCompleted) == 0x000290, "Member 'UZGameInstance::OnLoadCompleted' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, OnLevelTransitionFinished) == 0x0002A0, "Member 'UZGameInstance::OnLevelTransitionFinished' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, bIsLoadingGame) == 0x0002B0, "Member 'UZGameInstance::bIsLoadingGame' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, SaveManager) == 0x0002B8, "Member 'UZGameInstance::SaveManager' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, UIController) == 0x0002C0, "Member 'UZGameInstance::UIController' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, SubtitleSystem) == 0x0002C8, "Member 'UZGameInstance::SubtitleSystem' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, TrophySystem) == 0x0002D0, "Member 'UZGameInstance::TrophySystem' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, WorldManager) == 0x0002D8, "Member 'UZGameInstance::WorldManager' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, SkinSystem) == 0x0002E0, "Member 'UZGameInstance::SkinSystem' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, Datastore) == 0x0002E8, "Member 'UZGameInstance::Datastore' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, CollisionAvoidanceSystem) == 0x0002F0, "Member 'UZGameInstance::CollisionAvoidanceSystem' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, PlayerEventListenerSystem) == 0x0002F8, "Member 'UZGameInstance::PlayerEventListenerSystem' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, bIsGameplayReady) == 0x000300, "Member 'UZGameInstance::bIsGameplayReady' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, GameFacts) == 0x000308, "Member 'UZGameInstance::GameFacts' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, ActiveWidgets) == 0x000328, "Member 'UZGameInstance::ActiveWidgets' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, CheckPoints) == 0x000338, "Member 'UZGameInstance::CheckPoints' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, PlatformType) == 0x000348, "Member 'UZGameInstance::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, inputMode) == 0x000349, "Member 'UZGameInstance::inputMode' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, RequestedCheckpoint) == 0x00034C, "Member 'UZGameInstance::RequestedCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, CollectibleSystemClass) == 0x000360, "Member 'UZGameInstance::CollectibleSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, CollectibleSystem) == 0x000368, "Member 'UZGameInstance::CollectibleSystem' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, AIDirectorClass) == 0x000370, "Member 'UZGameInstance::AIDirectorClass' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, AIDirector) == 0x000378, "Member 'UZGameInstance::AIDirector' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, ActorLogs) == 0x000380, "Member 'UZGameInstance::ActorLogs' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, bIsMGSDemo) == 0x0003D0, "Member 'UZGameInstance::bIsMGSDemo' has a wrong offset!"); \ +static_assert(offsetof(UZGameInstance, bIsPauseMenuLocked) == 0x0003D1, "Member 'UZGameInstance::bIsPauseMenuLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierAdded \ +static_assert(alignof(ZGameplayModifier_OnModifierAdded) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierAdded"); \ +static_assert(sizeof(ZGameplayModifier_OnModifierAdded) == 0x000008, "Wrong size on ZGameplayModifier_OnModifierAdded"); \ +static_assert(offsetof(ZGameplayModifier_OnModifierAdded, Target) == 0x000000, "Member 'ZGameplayModifier_OnModifierAdded::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierApplied \ +static_assert(alignof(ZGameplayModifier_OnModifierApplied) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierApplied"); \ +static_assert(sizeof(ZGameplayModifier_OnModifierApplied) == 0x000008, "Wrong size on ZGameplayModifier_OnModifierApplied"); \ +static_assert(offsetof(ZGameplayModifier_OnModifierApplied, Target) == 0x000000, "Member 'ZGameplayModifier_OnModifierApplied::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierRemoved \ +static_assert(alignof(ZGameplayModifier_OnModifierRemoved) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierRemoved"); \ +static_assert(sizeof(ZGameplayModifier_OnModifierRemoved) == 0x000008, "Wrong size on ZGameplayModifier_OnModifierRemoved"); \ +static_assert(offsetof(ZGameplayModifier_OnModifierRemoved, Target) == 0x000000, "Member 'ZGameplayModifier_OnModifierRemoved::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayModifier_OnModifierUpdate \ +static_assert(alignof(ZGameplayModifier_OnModifierUpdate) == 0x000008, "Wrong alignment on ZGameplayModifier_OnModifierUpdate"); \ +static_assert(sizeof(ZGameplayModifier_OnModifierUpdate) == 0x000010, "Wrong size on ZGameplayModifier_OnModifierUpdate"); \ +static_assert(offsetof(ZGameplayModifier_OnModifierUpdate, Value) == 0x000000, "Member 'ZGameplayModifier_OnModifierUpdate::Value' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayModifier_OnModifierUpdate, Target) == 0x000008, "Member 'ZGameplayModifier_OnModifierUpdate::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameplayModifier \ +static_assert(alignof(UZGameplayModifier) == 0x000008, "Wrong alignment on UZGameplayModifier"); \ +static_assert(sizeof(UZGameplayModifier) == 0x000028, "Wrong size on UZGameplayModifier"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_CompareDistance \ +static_assert(alignof(ZGameplayStatics_CompareDistance) == 0x000008, "Wrong alignment on ZGameplayStatics_CompareDistance"); \ +static_assert(sizeof(ZGameplayStatics_CompareDistance) == 0x000038, "Wrong size on ZGameplayStatics_CompareDistance"); \ +static_assert(offsetof(ZGameplayStatics_CompareDistance, From) == 0x000000, "Member 'ZGameplayStatics_CompareDistance::From' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_CompareDistance, To) == 0x000018, "Member 'ZGameplayStatics_CompareDistance::To' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_CompareDistance, Tolerance) == 0x000030, "Member 'ZGameplayStatics_CompareDistance::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_CompareDistance, Type) == 0x000034, "Member 'ZGameplayStatics_CompareDistance::Type' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_CompareDistance, Is2D) == 0x000035, "Member 'ZGameplayStatics_CompareDistance::Is2D' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_CompareDistance, ReturnValue) == 0x000036, "Member 'ZGameplayStatics_CompareDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_CompareRotations \ +static_assert(alignof(ZGameplayStatics_CompareRotations) == 0x000008, "Wrong alignment on ZGameplayStatics_CompareRotations"); \ +static_assert(sizeof(ZGameplayStatics_CompareRotations) == 0x000038, "Wrong size on ZGameplayStatics_CompareRotations"); \ +static_assert(offsetof(ZGameplayStatics_CompareRotations, RotatorA) == 0x000000, "Member 'ZGameplayStatics_CompareRotations::RotatorA' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_CompareRotations, RotatorB) == 0x000018, "Member 'ZGameplayStatics_CompareRotations::RotatorB' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_CompareRotations, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_CompareRotations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetAllActorsWithTags \ +static_assert(alignof(ZGameplayStatics_GetAllActorsWithTags) == 0x000008, "Wrong alignment on ZGameplayStatics_GetAllActorsWithTags"); \ +static_assert(sizeof(ZGameplayStatics_GetAllActorsWithTags) == 0x000028, "Wrong size on ZGameplayStatics_GetAllActorsWithTags"); \ +static_assert(offsetof(ZGameplayStatics_GetAllActorsWithTags, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetAllActorsWithTags::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetAllActorsWithTags, Tags) == 0x000008, "Member 'ZGameplayStatics_GetAllActorsWithTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetAllActorsWithTags, OutActors) == 0x000018, "Member 'ZGameplayStatics_GetAllActorsWithTags::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetAngleDegree \ +static_assert(alignof(ZGameplayStatics_GetAngleDegree) == 0x000008, "Wrong alignment on ZGameplayStatics_GetAngleDegree"); \ +static_assert(sizeof(ZGameplayStatics_GetAngleDegree) == 0x000038, "Wrong size on ZGameplayStatics_GetAngleDegree"); \ +static_assert(offsetof(ZGameplayStatics_GetAngleDegree, A) == 0x000000, "Member 'ZGameplayStatics_GetAngleDegree::A' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetAngleDegree, B) == 0x000018, "Member 'ZGameplayStatics_GetAngleDegree::B' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetAngleDegree, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_GetAngleDegree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetBinkData \ +static_assert(alignof(ZGameplayStatics_GetBinkData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetBinkData"); \ +static_assert(sizeof(ZGameplayStatics_GetBinkData) == 0x000038, "Wrong size on ZGameplayStatics_GetBinkData"); \ +static_assert(offsetof(ZGameplayStatics_GetBinkData, VideoName) == 0x000000, "Member 'ZGameplayStatics_GetBinkData::VideoName' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetBinkData, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetBinkData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetBodyInstanceLinearDamping \ +static_assert(alignof(ZGameplayStatics_GetBodyInstanceLinearDamping) == 0x000008, "Wrong alignment on ZGameplayStatics_GetBodyInstanceLinearDamping"); \ +static_assert(sizeof(ZGameplayStatics_GetBodyInstanceLinearDamping) == 0x000018, "Wrong size on ZGameplayStatics_GetBodyInstanceLinearDamping"); \ +static_assert(offsetof(ZGameplayStatics_GetBodyInstanceLinearDamping, SkeletalMeshComp) == 0x000000, "Member 'ZGameplayStatics_GetBodyInstanceLinearDamping::SkeletalMeshComp' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetBodyInstanceLinearDamping, BodyInstanceName) == 0x000008, "Member 'ZGameplayStatics_GetBodyInstanceLinearDamping::BodyInstanceName' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetBodyInstanceLinearDamping, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetBodyInstanceLinearDamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetButtonByPlatform \ +static_assert(alignof(ZGameplayStatics_GetButtonByPlatform) == 0x000008, "Wrong alignment on ZGameplayStatics_GetButtonByPlatform"); \ +static_assert(sizeof(ZGameplayStatics_GetButtonByPlatform) == 0x000020, "Wrong size on ZGameplayStatics_GetButtonByPlatform"); \ +static_assert(offsetof(ZGameplayStatics_GetButtonByPlatform, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetButtonByPlatform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetButtonByPlatform, InputType) == 0x000008, "Member 'ZGameplayStatics_GetButtonByPlatform::InputType' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetButtonByPlatform, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetButtonByPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetChapterData \ +static_assert(alignof(ZGameplayStatics_GetChapterData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetChapterData"); \ +static_assert(sizeof(ZGameplayStatics_GetChapterData) == 0x000008, "Wrong size on ZGameplayStatics_GetChapterData"); \ +static_assert(offsetof(ZGameplayStatics_GetChapterData, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_GetChapterData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetClosestGroundLocation \ +static_assert(alignof(ZGameplayStatics_GetClosestGroundLocation) == 0x000008, "Wrong alignment on ZGameplayStatics_GetClosestGroundLocation"); \ +static_assert(sizeof(ZGameplayStatics_GetClosestGroundLocation) == 0x000020, "Wrong size on ZGameplayStatics_GetClosestGroundLocation"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestGroundLocation, Actor) == 0x000000, "Member 'ZGameplayStatics_GetClosestGroundLocation::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestGroundLocation, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetClosestGroundLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetClosestOverlappingAICoordinator \ +static_assert(alignof(ZGameplayStatics_GetClosestOverlappingAICoordinator) == 0x000008, "Wrong alignment on ZGameplayStatics_GetClosestOverlappingAICoordinator"); \ +static_assert(sizeof(ZGameplayStatics_GetClosestOverlappingAICoordinator) == 0x000028, "Wrong size on ZGameplayStatics_GetClosestOverlappingAICoordinator"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestOverlappingAICoordinator, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetClosestOverlappingAICoordinator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestOverlappingAICoordinator, Position) == 0x000008, "Member 'ZGameplayStatics_GetClosestOverlappingAICoordinator::Position' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestOverlappingAICoordinator, ReturnValue) == 0x000020, "Member 'ZGameplayStatics_GetClosestOverlappingAICoordinator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetClosestWorldLocationOnPolyline \ +static_assert(alignof(ZGameplayStatics_GetClosestWorldLocationOnPolyline) == 0x000008, "Wrong alignment on ZGameplayStatics_GetClosestWorldLocationOnPolyline"); \ +static_assert(sizeof(ZGameplayStatics_GetClosestWorldLocationOnPolyline) == 0x000058, "Wrong size on ZGameplayStatics_GetClosestWorldLocationOnPolyline"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, ReferencePosition) == 0x000000, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::ReferencePosition' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, PolyLine) == 0x000018, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::PolyLine' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, Direction) == 0x000028, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::Direction' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetClosestWorldLocationOnPolyline, ReturnValue) == 0x000040, "Member 'ZGameplayStatics_GetClosestWorldLocationOnPolyline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetControllerAxisValue \ +static_assert(alignof(ZGameplayStatics_GetControllerAxisValue) == 0x000008, "Wrong alignment on ZGameplayStatics_GetControllerAxisValue"); \ +static_assert(sizeof(ZGameplayStatics_GetControllerAxisValue) == 0x000018, "Wrong size on ZGameplayStatics_GetControllerAxisValue"); \ +static_assert(offsetof(ZGameplayStatics_GetControllerAxisValue, WorldContext) == 0x000000, "Member 'ZGameplayStatics_GetControllerAxisValue::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetControllerAxisValue, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetControllerAxisValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetControllerStringForPC \ +static_assert(alignof(ZGameplayStatics_GetControllerStringForPC) == 0x000008, "Wrong alignment on ZGameplayStatics_GetControllerStringForPC"); \ +static_assert(sizeof(ZGameplayStatics_GetControllerStringForPC) == 0x000020, "Wrong size on ZGameplayStatics_GetControllerStringForPC"); \ +static_assert(offsetof(ZGameplayStatics_GetControllerStringForPC, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetControllerStringForPC::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetControllerStringForPC, inputMode) == 0x000008, "Member 'ZGameplayStatics_GetControllerStringForPC::inputMode' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetControllerStringForPC, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetControllerStringForPC::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetCurrentWaterVolume \ +static_assert(alignof(ZGameplayStatics_GetCurrentWaterVolume) == 0x000008, "Wrong alignment on ZGameplayStatics_GetCurrentWaterVolume"); \ +static_assert(sizeof(ZGameplayStatics_GetCurrentWaterVolume) == 0x000018, "Wrong size on ZGameplayStatics_GetCurrentWaterVolume"); \ +static_assert(offsetof(ZGameplayStatics_GetCurrentWaterVolume, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetCurrentWaterVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetCurrentWaterVolume, Actor) == 0x000008, "Member 'ZGameplayStatics_GetCurrentWaterVolume::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetCurrentWaterVolume, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetCurrentWaterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetDefaultPhysicsVolume \ +static_assert(alignof(ZGameplayStatics_GetDefaultPhysicsVolume) == 0x000008, "Wrong alignment on ZGameplayStatics_GetDefaultPhysicsVolume"); \ +static_assert(sizeof(ZGameplayStatics_GetDefaultPhysicsVolume) == 0x000010, "Wrong size on ZGameplayStatics_GetDefaultPhysicsVolume"); \ +static_assert(offsetof(ZGameplayStatics_GetDefaultPhysicsVolume, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetDefaultPhysicsVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetDefaultPhysicsVolume, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetDefaultPhysicsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetEditorCollectibleData \ +static_assert(alignof(ZGameplayStatics_GetEditorCollectibleData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetEditorCollectibleData"); \ +static_assert(sizeof(ZGameplayStatics_GetEditorCollectibleData) == 0x000008, "Wrong size on ZGameplayStatics_GetEditorCollectibleData"); \ +static_assert(offsetof(ZGameplayStatics_GetEditorCollectibleData, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_GetEditorCollectibleData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetMainWeaponType \ +static_assert(alignof(ZGameplayStatics_GetMainWeaponType) == 0x000008, "Wrong alignment on ZGameplayStatics_GetMainWeaponType"); \ +static_assert(sizeof(ZGameplayStatics_GetMainWeaponType) == 0x000010, "Wrong size on ZGameplayStatics_GetMainWeaponType"); \ +static_assert(offsetof(ZGameplayStatics_GetMainWeaponType, Actor) == 0x000000, "Member 'ZGameplayStatics_GetMainWeaponType::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetMainWeaponType, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetMainWeaponType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetNavigationDataForAgent \ +static_assert(alignof(ZGameplayStatics_GetNavigationDataForAgent) == 0x000008, "Wrong alignment on ZGameplayStatics_GetNavigationDataForAgent"); \ +static_assert(sizeof(ZGameplayStatics_GetNavigationDataForAgent) == 0x000018, "Wrong size on ZGameplayStatics_GetNavigationDataForAgent"); \ +static_assert(offsetof(ZGameplayStatics_GetNavigationDataForAgent, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetNavigationDataForAgent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetNavigationDataForAgent, AgentName) == 0x000008, "Member 'ZGameplayStatics_GetNavigationDataForAgent::AgentName' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetNavigationDataForAgent, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetNavigationDataForAgent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetOutOfScreenPosition \ +static_assert(alignof(ZGameplayStatics_GetOutOfScreenPosition) == 0x000008, "Wrong alignment on ZGameplayStatics_GetOutOfScreenPosition"); \ +static_assert(sizeof(ZGameplayStatics_GetOutOfScreenPosition) == 0x000048, "Wrong size on ZGameplayStatics_GetOutOfScreenPosition"); \ +static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetOutOfScreenPosition::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, ReferencePosition) == 0x000008, "Member 'ZGameplayStatics_GetOutOfScreenPosition::ReferencePosition' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, MinDistance) == 0x000020, "Member 'ZGameplayStatics_GetOutOfScreenPosition::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, MaxDistance) == 0x000024, "Member 'ZGameplayStatics_GetOutOfScreenPosition::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, Angle) == 0x000028, "Member 'ZGameplayStatics_GetOutOfScreenPosition::Angle' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetOutOfScreenPosition, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_GetOutOfScreenPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetPlayerCamera \ +static_assert(alignof(ZGameplayStatics_GetPlayerCamera) == 0x000008, "Wrong alignment on ZGameplayStatics_GetPlayerCamera"); \ +static_assert(sizeof(ZGameplayStatics_GetPlayerCamera) == 0x000010, "Wrong size on ZGameplayStatics_GetPlayerCamera"); \ +static_assert(offsetof(ZGameplayStatics_GetPlayerCamera, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetPlayerCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetPlayerCamera, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetPlayerCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetPlayerHealth \ +static_assert(alignof(ZGameplayStatics_GetPlayerHealth) == 0x000008, "Wrong alignment on ZGameplayStatics_GetPlayerHealth"); \ +static_assert(sizeof(ZGameplayStatics_GetPlayerHealth) == 0x000010, "Wrong size on ZGameplayStatics_GetPlayerHealth"); \ +static_assert(offsetof(ZGameplayStatics_GetPlayerHealth, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetPlayerHealth::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetPlayerHealth, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetPlayerHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetShaderCount \ +static_assert(alignof(ZGameplayStatics_GetShaderCount) == 0x000004, "Wrong alignment on ZGameplayStatics_GetShaderCount"); \ +static_assert(sizeof(ZGameplayStatics_GetShaderCount) == 0x000004, "Wrong size on ZGameplayStatics_GetShaderCount"); \ +static_assert(offsetof(ZGameplayStatics_GetShaderCount, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_GetShaderCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetSkinData \ +static_assert(alignof(ZGameplayStatics_GetSkinData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSkinData"); \ +static_assert(sizeof(ZGameplayStatics_GetSkinData) == 0x0001D0, "Wrong size on ZGameplayStatics_GetSkinData"); \ +static_assert(offsetof(ZGameplayStatics_GetSkinData, SkinTag) == 0x000000, "Member 'ZGameplayStatics_GetSkinData::SkinTag' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetSkinData, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetSkinData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetSkinDataById \ +static_assert(alignof(ZGameplayStatics_GetSkinDataById) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSkinDataById"); \ +static_assert(sizeof(ZGameplayStatics_GetSkinDataById) == 0x0001D8, "Wrong size on ZGameplayStatics_GetSkinDataById"); \ +static_assert(offsetof(ZGameplayStatics_GetSkinDataById, SkinUniqueId) == 0x000000, "Member 'ZGameplayStatics_GetSkinDataById::SkinUniqueId' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetSkinDataById, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_GetSkinDataById::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetSkinsData \ +static_assert(alignof(ZGameplayStatics_GetSkinsData) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSkinsData"); \ +static_assert(sizeof(ZGameplayStatics_GetSkinsData) == 0x000018, "Wrong size on ZGameplayStatics_GetSkinsData"); \ +static_assert(offsetof(ZGameplayStatics_GetSkinsData, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetSkinsData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetSkinsData, OutSkinData) == 0x000008, "Member 'ZGameplayStatics_GetSkinsData::OutSkinData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetStreamingStatus \ +static_assert(alignof(ZGameplayStatics_GetStreamingStatus) == 0x000008, "Wrong alignment on ZGameplayStatics_GetStreamingStatus"); \ +static_assert(sizeof(ZGameplayStatics_GetStreamingStatus) == 0x000018, "Wrong size on ZGameplayStatics_GetStreamingStatus"); \ +static_assert(offsetof(ZGameplayStatics_GetStreamingStatus, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetStreamingStatus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetStreamingStatus, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetStreamingStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetSublevelActors \ +static_assert(alignof(ZGameplayStatics_GetSublevelActors) == 0x000008, "Wrong alignment on ZGameplayStatics_GetSublevelActors"); \ +static_assert(sizeof(ZGameplayStatics_GetSublevelActors) == 0x000040, "Wrong size on ZGameplayStatics_GetSublevelActors"); \ +static_assert(offsetof(ZGameplayStatics_GetSublevelActors, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetSublevelActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetSublevelActors, SubLevel) == 0x000008, "Member 'ZGameplayStatics_GetSublevelActors::SubLevel' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetSublevelActors, Actors) == 0x000030, "Member 'ZGameplayStatics_GetSublevelActors::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetTrophySystem \ +static_assert(alignof(ZGameplayStatics_GetTrophySystem) == 0x000008, "Wrong alignment on ZGameplayStatics_GetTrophySystem"); \ +static_assert(sizeof(ZGameplayStatics_GetTrophySystem) == 0x000010, "Wrong size on ZGameplayStatics_GetTrophySystem"); \ +static_assert(offsetof(ZGameplayStatics_GetTrophySystem, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetTrophySystem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetTrophySystem, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetTrophySystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetUIController \ +static_assert(alignof(ZGameplayStatics_GetUIController) == 0x000008, "Wrong alignment on ZGameplayStatics_GetUIController"); \ +static_assert(sizeof(ZGameplayStatics_GetUIController) == 0x000010, "Wrong size on ZGameplayStatics_GetUIController"); \ +static_assert(offsetof(ZGameplayStatics_GetUIController, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetUIController::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetUIController, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetUIController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetWaveHeightAtPosition \ +static_assert(alignof(ZGameplayStatics_GetWaveHeightAtPosition) == 0x000008, "Wrong alignment on ZGameplayStatics_GetWaveHeightAtPosition"); \ +static_assert(sizeof(ZGameplayStatics_GetWaveHeightAtPosition) == 0x000048, "Wrong size on ZGameplayStatics_GetWaveHeightAtPosition"); \ +static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, WaterComponent) == 0x000000, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::WaterComponent' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, InPosition) == 0x000008, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, InWaterDepth) == 0x000020, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::InWaterDepth' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, InTime) == 0x000024, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::InTime' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, OutNormal) == 0x000028, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::OutNormal' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWaveHeightAtPosition, ReturnValue) == 0x000040, "Member 'ZGameplayStatics_GetWaveHeightAtPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetWorldLocationAtTimeOnPolyline \ +static_assert(alignof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline) == 0x000008, "Wrong alignment on ZGameplayStatics_GetWorldLocationAtTimeOnPolyline"); \ +static_assert(sizeof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline) == 0x000048, "Wrong size on ZGameplayStatics_GetWorldLocationAtTimeOnPolyline"); \ +static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, Time) == 0x000000, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::Time' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, PolyLine) == 0x000008, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::PolyLine' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, Direction) == 0x000018, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::Direction' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetWorldLocationAtTimeOnPolyline, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_GetWorldLocationAtTimeOnPolyline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetZGameInstance \ +static_assert(alignof(ZGameplayStatics_GetZGameInstance) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZGameInstance"); \ +static_assert(sizeof(ZGameplayStatics_GetZGameInstance) == 0x000010, "Wrong size on ZGameplayStatics_GetZGameInstance"); \ +static_assert(offsetof(ZGameplayStatics_GetZGameInstance, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZGameInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetZGameInstance, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetZGameMode \ +static_assert(alignof(ZGameplayStatics_GetZGameMode) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZGameMode"); \ +static_assert(sizeof(ZGameplayStatics_GetZGameMode) == 0x000010, "Wrong size on ZGameplayStatics_GetZGameMode"); \ +static_assert(offsetof(ZGameplayStatics_GetZGameMode, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZGameMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetZGameMode, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetZPlayerCharacter \ +static_assert(alignof(ZGameplayStatics_GetZPlayerCharacter) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZPlayerCharacter"); \ +static_assert(sizeof(ZGameplayStatics_GetZPlayerCharacter) == 0x000010, "Wrong size on ZGameplayStatics_GetZPlayerCharacter"); \ +static_assert(offsetof(ZGameplayStatics_GetZPlayerCharacter, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZPlayerCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetZPlayerCharacter, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetZPlayerController \ +static_assert(alignof(ZGameplayStatics_GetZPlayerController) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZPlayerController"); \ +static_assert(sizeof(ZGameplayStatics_GetZPlayerController) == 0x000010, "Wrong size on ZGameplayStatics_GetZPlayerController"); \ +static_assert(offsetof(ZGameplayStatics_GetZPlayerController, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZPlayerController::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetZPlayerController, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_GetZSaveManager \ +static_assert(alignof(ZGameplayStatics_GetZSaveManager) == 0x000008, "Wrong alignment on ZGameplayStatics_GetZSaveManager"); \ +static_assert(sizeof(ZGameplayStatics_GetZSaveManager) == 0x000010, "Wrong size on ZGameplayStatics_GetZSaveManager"); \ +static_assert(offsetof(ZGameplayStatics_GetZSaveManager, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_GetZSaveManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_GetZSaveManager, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_GetZSaveManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_HasDebugFeatures \ +static_assert(alignof(ZGameplayStatics_HasDebugFeatures) == 0x000001, "Wrong alignment on ZGameplayStatics_HasDebugFeatures"); \ +static_assert(sizeof(ZGameplayStatics_HasDebugFeatures) == 0x000001, "Wrong size on ZGameplayStatics_HasDebugFeatures"); \ +static_assert(offsetof(ZGameplayStatics_HasDebugFeatures, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_HasDebugFeatures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_HasPath \ +static_assert(alignof(ZGameplayStatics_HasPath) == 0x000008, "Wrong alignment on ZGameplayStatics_HasPath"); \ +static_assert(sizeof(ZGameplayStatics_HasPath) == 0x000040, "Wrong size on ZGameplayStatics_HasPath"); \ +static_assert(offsetof(ZGameplayStatics_HasPath, AIController) == 0x000000, "Member 'ZGameplayStatics_HasPath::AIController' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasPath, Position) == 0x000008, "Member 'ZGameplayStatics_HasPath::Position' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasPath, Extent) == 0x000020, "Member 'ZGameplayStatics_HasPath::Extent' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasPath, ReturnValue) == 0x000038, "Member 'ZGameplayStatics_HasPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_HasValidPath \ +static_assert(alignof(ZGameplayStatics_HasValidPath) == 0x000008, "Wrong alignment on ZGameplayStatics_HasValidPath"); \ +static_assert(sizeof(ZGameplayStatics_HasValidPath) == 0x000048, "Wrong size on ZGameplayStatics_HasValidPath"); \ +static_assert(offsetof(ZGameplayStatics_HasValidPath, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_HasValidPath::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasValidPath, StartPosition) == 0x000008, "Member 'ZGameplayStatics_HasValidPath::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasValidPath, EndLocation) == 0x000020, "Member 'ZGameplayStatics_HasValidPath::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasValidPath, NavigationData) == 0x000038, "Member 'ZGameplayStatics_HasValidPath::NavigationData' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasValidPath, MaxDistance) == 0x000040, "Member 'ZGameplayStatics_HasValidPath::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_HasValidPath, ReturnValue) == 0x000044, "Member 'ZGameplayStatics_HasValidPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsAnyBinkPlaying \ +static_assert(alignof(ZGameplayStatics_IsAnyBinkPlaying) == 0x000008, "Wrong alignment on ZGameplayStatics_IsAnyBinkPlaying"); \ +static_assert(sizeof(ZGameplayStatics_IsAnyBinkPlaying) == 0x000010, "Wrong size on ZGameplayStatics_IsAnyBinkPlaying"); \ +static_assert(offsetof(ZGameplayStatics_IsAnyBinkPlaying, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsAnyBinkPlaying::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsAnyBinkPlaying, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsAnyBinkPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsConsolePlateform \ +static_assert(alignof(ZGameplayStatics_IsConsolePlateform) == 0x000001, "Wrong alignment on ZGameplayStatics_IsConsolePlateform"); \ +static_assert(sizeof(ZGameplayStatics_IsConsolePlateform) == 0x000001, "Wrong size on ZGameplayStatics_IsConsolePlateform"); \ +static_assert(offsetof(ZGameplayStatics_IsConsolePlateform, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_IsConsolePlateform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsInCinematicMode \ +static_assert(alignof(ZGameplayStatics_IsInCinematicMode) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInCinematicMode"); \ +static_assert(sizeof(ZGameplayStatics_IsInCinematicMode) == 0x000010, "Wrong size on ZGameplayStatics_IsInCinematicMode"); \ +static_assert(offsetof(ZGameplayStatics_IsInCinematicMode, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInCinematicMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsInCinematicMode, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsInCinematicMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsInFrustum \ +static_assert(alignof(ZGameplayStatics_IsInFrustum) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInFrustum"); \ +static_assert(sizeof(ZGameplayStatics_IsInFrustum) == 0x000018, "Wrong size on ZGameplayStatics_IsInFrustum"); \ +static_assert(offsetof(ZGameplayStatics_IsInFrustum, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInFrustum::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsInFrustum, Actor) == 0x000008, "Member 'ZGameplayStatics_IsInFrustum::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsInFrustum, Tolerance) == 0x000010, "Member 'ZGameplayStatics_IsInFrustum::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsInFrustum, ReturnValue) == 0x000014, "Member 'ZGameplayStatics_IsInFrustum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsInSequence \ +static_assert(alignof(ZGameplayStatics_IsInSequence) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInSequence"); \ +static_assert(sizeof(ZGameplayStatics_IsInSequence) == 0x000010, "Wrong size on ZGameplayStatics_IsInSequence"); \ +static_assert(offsetof(ZGameplayStatics_IsInSequence, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInSequence::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsInSequence, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsInWaterVolume \ +static_assert(alignof(ZGameplayStatics_IsInWaterVolume) == 0x000008, "Wrong alignment on ZGameplayStatics_IsInWaterVolume"); \ +static_assert(sizeof(ZGameplayStatics_IsInWaterVolume) == 0x000018, "Wrong size on ZGameplayStatics_IsInWaterVolume"); \ +static_assert(offsetof(ZGameplayStatics_IsInWaterVolume, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsInWaterVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsInWaterVolume, Actor) == 0x000008, "Member 'ZGameplayStatics_IsInWaterVolume::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsInWaterVolume, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_IsInWaterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsLocationInFrustum \ +static_assert(alignof(ZGameplayStatics_IsLocationInFrustum) == 0x000008, "Wrong alignment on ZGameplayStatics_IsLocationInFrustum"); \ +static_assert(sizeof(ZGameplayStatics_IsLocationInFrustum) == 0x000028, "Wrong size on ZGameplayStatics_IsLocationInFrustum"); \ +static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsLocationInFrustum::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, Location) == 0x000008, "Member 'ZGameplayStatics_IsLocationInFrustum::Location' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, Tolerance) == 0x000020, "Member 'ZGameplayStatics_IsLocationInFrustum::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsLocationInFrustum, ReturnValue) == 0x000024, "Member 'ZGameplayStatics_IsLocationInFrustum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsMainMenu \ +static_assert(alignof(ZGameplayStatics_IsMainMenu) == 0x000008, "Wrong alignment on ZGameplayStatics_IsMainMenu"); \ +static_assert(sizeof(ZGameplayStatics_IsMainMenu) == 0x000010, "Wrong size on ZGameplayStatics_IsMainMenu"); \ +static_assert(offsetof(ZGameplayStatics_IsMainMenu, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsMainMenu::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsMainMenu, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsMainMenu::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsMGSDemo \ +static_assert(alignof(ZGameplayStatics_IsMGSDemo) == 0x000008, "Wrong alignment on ZGameplayStatics_IsMGSDemo"); \ +static_assert(sizeof(ZGameplayStatics_IsMGSDemo) == 0x000010, "Wrong size on ZGameplayStatics_IsMGSDemo"); \ +static_assert(offsetof(ZGameplayStatics_IsMGSDemo, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_IsMGSDemo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsMGSDemo, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_IsMGSDemo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsMouseCursorEnabled \ +static_assert(alignof(ZGameplayStatics_IsMouseCursorEnabled) == 0x000001, "Wrong alignment on ZGameplayStatics_IsMouseCursorEnabled"); \ +static_assert(sizeof(ZGameplayStatics_IsMouseCursorEnabled) == 0x000001, "Wrong size on ZGameplayStatics_IsMouseCursorEnabled"); \ +static_assert(offsetof(ZGameplayStatics_IsMouseCursorEnabled, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_IsMouseCursorEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsOverlappingAny \ +static_assert(alignof(ZGameplayStatics_IsOverlappingAny) == 0x000008, "Wrong alignment on ZGameplayStatics_IsOverlappingAny"); \ +static_assert(sizeof(ZGameplayStatics_IsOverlappingAny) == 0x000018, "Wrong size on ZGameplayStatics_IsOverlappingAny"); \ +static_assert(offsetof(ZGameplayStatics_IsOverlappingAny, Component) == 0x000000, "Member 'ZGameplayStatics_IsOverlappingAny::Component' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsOverlappingAny, Class_0) == 0x000008, "Member 'ZGameplayStatics_IsOverlappingAny::Class_0' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_IsOverlappingAny, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_IsOverlappingAny::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_IsShippingBuild \ +static_assert(alignof(ZGameplayStatics_IsShippingBuild) == 0x000001, "Wrong alignment on ZGameplayStatics_IsShippingBuild"); \ +static_assert(sizeof(ZGameplayStatics_IsShippingBuild) == 0x000001, "Wrong size on ZGameplayStatics_IsShippingBuild"); \ +static_assert(offsetof(ZGameplayStatics_IsShippingBuild, ReturnValue) == 0x000000, "Member 'ZGameplayStatics_IsShippingBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_NiceSinusoidFunction \ +static_assert(alignof(ZGameplayStatics_NiceSinusoidFunction) == 0x000004, "Wrong alignment on ZGameplayStatics_NiceSinusoidFunction"); \ +static_assert(sizeof(ZGameplayStatics_NiceSinusoidFunction) == 0x00000C, "Wrong size on ZGameplayStatics_NiceSinusoidFunction"); \ +static_assert(offsetof(ZGameplayStatics_NiceSinusoidFunction, Input) == 0x000000, "Member 'ZGameplayStatics_NiceSinusoidFunction::Input' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_NiceSinusoidFunction, PowerFactor) == 0x000004, "Member 'ZGameplayStatics_NiceSinusoidFunction::PowerFactor' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_NiceSinusoidFunction, ReturnValue) == 0x000008, "Member 'ZGameplayStatics_NiceSinusoidFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_OpenLevelWithCheckpoint \ +static_assert(alignof(ZGameplayStatics_OpenLevelWithCheckpoint) == 0x000008, "Wrong alignment on ZGameplayStatics_OpenLevelWithCheckpoint"); \ +static_assert(sizeof(ZGameplayStatics_OpenLevelWithCheckpoint) == 0x000058, "Wrong size on ZGameplayStatics_OpenLevelWithCheckpoint"); \ +static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, Level) == 0x000008, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::Level' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, CheckpointID) == 0x000030, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::CheckpointID' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, bAbsolute) == 0x000040, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_OpenLevelWithCheckpoint, Options) == 0x000048, "Member 'ZGameplayStatics_OpenLevelWithCheckpoint::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_PlayBinkVideo \ +static_assert(alignof(ZGameplayStatics_PlayBinkVideo) == 0x000008, "Wrong alignment on ZGameplayStatics_PlayBinkVideo"); \ +static_assert(sizeof(ZGameplayStatics_PlayBinkVideo) == 0x000038, "Wrong size on ZGameplayStatics_PlayBinkVideo"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_PlayBinkVideo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, VideoPath) == 0x000008, "Member 'ZGameplayStatics_PlayBinkVideo::VideoPath' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, bLoop) == 0x000018, "Member 'ZGameplayStatics_PlayBinkVideo::bLoop' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, Outer_0) == 0x000020, "Member 'ZGameplayStatics_PlayBinkVideo::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, BinkDrawStyle) == 0x000028, "Member 'ZGameplayStatics_PlayBinkVideo::BinkDrawStyle' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, BinkBufferMode) == 0x000029, "Member 'ZGameplayStatics_PlayBinkVideo::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, bAutoStart) == 0x00002A, "Member 'ZGameplayStatics_PlayBinkVideo::bAutoStart' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_PlayBinkVideo, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_PlayBinkVideo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_ReplaceInputStringRichText \ +static_assert(alignof(ZGameplayStatics_ReplaceInputStringRichText) == 0x000008, "Wrong alignment on ZGameplayStatics_ReplaceInputStringRichText"); \ +static_assert(sizeof(ZGameplayStatics_ReplaceInputStringRichText) == 0x000030, "Wrong size on ZGameplayStatics_ReplaceInputStringRichText"); \ +static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_ReplaceInputStringRichText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, StringToReplace) == 0x000008, "Member 'ZGameplayStatics_ReplaceInputStringRichText::StringToReplace' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, inputMode) == 0x000018, "Member 'ZGameplayStatics_ReplaceInputStringRichText::inputMode' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_ReplaceInputStringRichText, ReturnValue) == 0x000020, "Member 'ZGameplayStatics_ReplaceInputStringRichText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SetBodyInstanceLinearDamping \ +static_assert(alignof(ZGameplayStatics_SetBodyInstanceLinearDamping) == 0x000008, "Wrong alignment on ZGameplayStatics_SetBodyInstanceLinearDamping"); \ +static_assert(sizeof(ZGameplayStatics_SetBodyInstanceLinearDamping) == 0x000018, "Wrong size on ZGameplayStatics_SetBodyInstanceLinearDamping"); \ +static_assert(offsetof(ZGameplayStatics_SetBodyInstanceLinearDamping, SkeletalMeshComp) == 0x000000, "Member 'ZGameplayStatics_SetBodyInstanceLinearDamping::SkeletalMeshComp' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetBodyInstanceLinearDamping, Value) == 0x000008, "Member 'ZGameplayStatics_SetBodyInstanceLinearDamping::Value' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetBodyInstanceLinearDamping, BodyInstanceName) == 0x00000C, "Member 'ZGameplayStatics_SetBodyInstanceLinearDamping::BodyInstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SetCanEverAffectNavigation \ +static_assert(alignof(ZGameplayStatics_SetCanEverAffectNavigation) == 0x000008, "Wrong alignment on ZGameplayStatics_SetCanEverAffectNavigation"); \ +static_assert(sizeof(ZGameplayStatics_SetCanEverAffectNavigation) == 0x000010, "Wrong size on ZGameplayStatics_SetCanEverAffectNavigation"); \ +static_assert(offsetof(ZGameplayStatics_SetCanEverAffectNavigation, Component) == 0x000000, "Member 'ZGameplayStatics_SetCanEverAffectNavigation::Component' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCanEverAffectNavigation, Value) == 0x000008, "Member 'ZGameplayStatics_SetCanEverAffectNavigation::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SetCinematicMode \ +static_assert(alignof(ZGameplayStatics_SetCinematicMode) == 0x000008, "Wrong alignment on ZGameplayStatics_SetCinematicMode"); \ +static_assert(sizeof(ZGameplayStatics_SetCinematicMode) == 0x000010, "Wrong size on ZGameplayStatics_SetCinematicMode"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_SetCinematicMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bValue) == 0x000008, "Member 'ZGameplayStatics_SetCinematicMode::bValue' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bHidePlayer) == 0x000009, "Member 'ZGameplayStatics_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bHideHud) == 0x00000A, "Member 'ZGameplayStatics_SetCinematicMode::bHideHud' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bDisableMovement) == 0x00000B, "Member 'ZGameplayStatics_SetCinematicMode::bDisableMovement' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bAffectsTurning) == 0x00000C, "Member 'ZGameplayStatics_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bConstrainsForeground) == 0x00000D, "Member 'ZGameplayStatics_SetCinematicMode::bConstrainsForeground' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetCinematicMode, bAffectsAudio) == 0x00000E, "Member 'ZGameplayStatics_SetCinematicMode::bAffectsAudio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SetGameStatePaused \ +static_assert(alignof(ZGameplayStatics_SetGameStatePaused) == 0x000008, "Wrong alignment on ZGameplayStatics_SetGameStatePaused"); \ +static_assert(sizeof(ZGameplayStatics_SetGameStatePaused) == 0x000010, "Wrong size on ZGameplayStatics_SetGameStatePaused"); \ +static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_SetGameStatePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, bPaused) == 0x000008, "Member 'ZGameplayStatics_SetGameStatePaused::bPaused' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, bLostFocus) == 0x000009, "Member 'ZGameplayStatics_SetGameStatePaused::bLostFocus' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SetGameStatePaused, ReturnValue) == 0x00000A, "Member 'ZGameplayStatics_SetGameStatePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SetPlayingBinkAudioVolume \ +static_assert(alignof(ZGameplayStatics_SetPlayingBinkAudioVolume) == 0x000004, "Wrong alignment on ZGameplayStatics_SetPlayingBinkAudioVolume"); \ +static_assert(sizeof(ZGameplayStatics_SetPlayingBinkAudioVolume) == 0x000004, "Wrong size on ZGameplayStatics_SetPlayingBinkAudioVolume"); \ +static_assert(offsetof(ZGameplayStatics_SetPlayingBinkAudioVolume, Volume) == 0x000000, "Member 'ZGameplayStatics_SetPlayingBinkAudioVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SortByDistance \ +static_assert(alignof(ZGameplayStatics_SortByDistance) == 0x000008, "Wrong alignment on ZGameplayStatics_SortByDistance"); \ +static_assert(sizeof(ZGameplayStatics_SortByDistance) == 0x000040, "Wrong size on ZGameplayStatics_SortByDistance"); \ +static_assert(offsetof(ZGameplayStatics_SortByDistance, Array) == 0x000000, "Member 'ZGameplayStatics_SortByDistance::Array' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortByDistance, RefPosition) == 0x000010, "Member 'ZGameplayStatics_SortByDistance::RefPosition' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortByDistance, Dist2D) == 0x000028, "Member 'ZGameplayStatics_SortByDistance::Dist2D' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortByDistance, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_SortByDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SortCheckpointsLexico \ +static_assert(alignof(ZGameplayStatics_SortCheckpointsLexico) == 0x000008, "Wrong alignment on ZGameplayStatics_SortCheckpointsLexico"); \ +static_assert(sizeof(ZGameplayStatics_SortCheckpointsLexico) == 0x000020, "Wrong size on ZGameplayStatics_SortCheckpointsLexico"); \ +static_assert(offsetof(ZGameplayStatics_SortCheckpointsLexico, Array) == 0x000000, "Member 'ZGameplayStatics_SortCheckpointsLexico::Array' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortCheckpointsLexico, ReturnValue) == 0x000010, "Member 'ZGameplayStatics_SortCheckpointsLexico::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SortClassMap \ +static_assert(alignof(ZGameplayStatics_SortClassMap) == 0x000008, "Wrong alignment on ZGameplayStatics_SortClassMap"); \ +static_assert(sizeof(ZGameplayStatics_SortClassMap) == 0x0000A0, "Wrong size on ZGameplayStatics_SortClassMap"); \ +static_assert(offsetof(ZGameplayStatics_SortClassMap, Map) == 0x000000, "Member 'ZGameplayStatics_SortClassMap::Map' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortClassMap, ReturnValue) == 0x000050, "Member 'ZGameplayStatics_SortClassMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_SortPositionsByDistance \ +static_assert(alignof(ZGameplayStatics_SortPositionsByDistance) == 0x000008, "Wrong alignment on ZGameplayStatics_SortPositionsByDistance"); \ +static_assert(sizeof(ZGameplayStatics_SortPositionsByDistance) == 0x000040, "Wrong size on ZGameplayStatics_SortPositionsByDistance"); \ +static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, Array) == 0x000000, "Member 'ZGameplayStatics_SortPositionsByDistance::Array' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, RefPosition) == 0x000010, "Member 'ZGameplayStatics_SortPositionsByDistance::RefPosition' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, Type) == 0x000028, "Member 'ZGameplayStatics_SortPositionsByDistance::Type' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, Dist2D) == 0x000029, "Member 'ZGameplayStatics_SortPositionsByDistance::Dist2D' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_SortPositionsByDistance, ReturnValue) == 0x000030, "Member 'ZGameplayStatics_SortPositionsByDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_StartShaderCaching \ +static_assert(alignof(ZGameplayStatics_StartShaderCaching) == 0x000004, "Wrong alignment on ZGameplayStatics_StartShaderCaching"); \ +static_assert(sizeof(ZGameplayStatics_StartShaderCaching) == 0x000004, "Wrong size on ZGameplayStatics_StartShaderCaching"); \ +static_assert(offsetof(ZGameplayStatics_StartShaderCaching, Mode) == 0x000000, "Member 'ZGameplayStatics_StartShaderCaching::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_TestComponentCollision \ +static_assert(alignof(ZGameplayStatics_TestComponentCollision) == 0x000008, "Wrong alignment on ZGameplayStatics_TestComponentCollision"); \ +static_assert(sizeof(ZGameplayStatics_TestComponentCollision) == 0x000028, "Wrong size on ZGameplayStatics_TestComponentCollision"); \ +static_assert(offsetof(ZGameplayStatics_TestComponentCollision, Component) == 0x000000, "Member 'ZGameplayStatics_TestComponentCollision::Component' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_TestComponentCollision, Location) == 0x000008, "Member 'ZGameplayStatics_TestComponentCollision::Location' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_TestComponentCollision, ToleranceRadius) == 0x000020, "Member 'ZGameplayStatics_TestComponentCollision::ToleranceRadius' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_TestComponentCollision, ReturnValue) == 0x000024, "Member 'ZGameplayStatics_TestComponentCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_UnlockFOV \ +static_assert(alignof(ZGameplayStatics_UnlockFOV) == 0x000008, "Wrong alignment on ZGameplayStatics_UnlockFOV"); \ +static_assert(sizeof(ZGameplayStatics_UnlockFOV) == 0x000008, "Wrong size on ZGameplayStatics_UnlockFOV"); \ +static_assert(offsetof(ZGameplayStatics_UnlockFOV, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_UnlockFOV::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_UpdatePS5Activities \ +static_assert(alignof(ZGameplayStatics_UpdatePS5Activities) == 0x000008, "Wrong alignment on ZGameplayStatics_UpdatePS5Activities"); \ +static_assert(sizeof(ZGameplayStatics_UpdatePS5Activities) == 0x000018, "Wrong size on ZGameplayStatics_UpdatePS5Activities"); \ +static_assert(offsetof(ZGameplayStatics_UpdatePS5Activities, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_UpdatePS5Activities::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_UpdatePS5Activities, EventName) == 0x000008, "Member 'ZGameplayStatics_UpdatePS5Activities::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGameplayStatics_ZLog \ +static_assert(alignof(ZGameplayStatics_ZLog) == 0x000008, "Wrong alignment on ZGameplayStatics_ZLog"); \ +static_assert(sizeof(ZGameplayStatics_ZLog) == 0x000020, "Wrong size on ZGameplayStatics_ZLog"); \ +static_assert(offsetof(ZGameplayStatics_ZLog, WorldContextObject) == 0x000000, "Member 'ZGameplayStatics_ZLog::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_ZLog, Log) == 0x000008, "Member 'ZGameplayStatics_ZLog::Log' has a wrong offset!"); \ +static_assert(offsetof(ZGameplayStatics_ZLog, Actor) == 0x000018, "Member 'ZGameplayStatics_ZLog::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameplayStatics \ +static_assert(alignof(UZGameplayStatics) == 0x000008, "Wrong alignment on UZGameplayStatics"); \ +static_assert(sizeof(UZGameplayStatics) == 0x000028, "Wrong size on UZGameplayStatics"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetDPGameUserSettings \ +static_assert(alignof(DPGameUserSettings_GetDPGameUserSettings) == 0x000008, "Wrong alignment on DPGameUserSettings_GetDPGameUserSettings"); \ +static_assert(sizeof(DPGameUserSettings_GetDPGameUserSettings) == 0x000008, "Wrong size on DPGameUserSettings_GetDPGameUserSettings"); \ +static_assert(offsetof(DPGameUserSettings_GetDPGameUserSettings, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetDPGameUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetFramerateCapFromSetting \ +static_assert(alignof(DPGameUserSettings_GetFramerateCapFromSetting) == 0x000004, "Wrong alignment on DPGameUserSettings_GetFramerateCapFromSetting"); \ +static_assert(sizeof(DPGameUserSettings_GetFramerateCapFromSetting) == 0x000008, "Wrong size on DPGameUserSettings_GetFramerateCapFromSetting"); \ +static_assert(offsetof(DPGameUserSettings_GetFramerateCapFromSetting, FramerateCapSetting_0) == 0x000000, "Member 'DPGameUserSettings_GetFramerateCapFromSetting::FramerateCapSetting_0' has a wrong offset!"); \ +static_assert(offsetof(DPGameUserSettings_GetFramerateCapFromSetting, ReturnValue) == 0x000004, "Member 'DPGameUserSettings_GetFramerateCapFromSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorIDFromWindowPosition \ +static_assert(alignof(DPGameUserSettings_GetMonitorIDFromWindowPosition) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMonitorIDFromWindowPosition"); \ +static_assert(sizeof(DPGameUserSettings_GetMonitorIDFromWindowPosition) == 0x000004, "Wrong size on DPGameUserSettings_GetMonitorIDFromWindowPosition"); \ +static_assert(offsetof(DPGameUserSettings_GetMonitorIDFromWindowPosition, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorIDFromWindowPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor \ +static_assert(alignof(DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor) == 0x000008, "Wrong alignment on DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor"); \ +static_assert(sizeof(DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor) == 0x000010, "Wrong size on DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor"); \ +static_assert(offsetof(DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor, Resolutions) == 0x000000, "Member 'DPGameUserSettings_GetSupportedFullscreenResolutionsForCurrentMonitor::Resolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetAimAssist \ +static_assert(alignof(DPGameUserSettings_SetAimAssist) == 0x000001, "Wrong alignment on DPGameUserSettings_SetAimAssist"); \ +static_assert(sizeof(DPGameUserSettings_SetAimAssist) == 0x000001, "Wrong size on DPGameUserSettings_SetAimAssist"); \ +static_assert(offsetof(DPGameUserSettings_SetAimAssist, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetAimAssist::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetAimSensitivity \ +static_assert(alignof(DPGameUserSettings_SetAimSensitivity) == 0x000004, "Wrong alignment on DPGameUserSettings_SetAimSensitivity"); \ +static_assert(sizeof(DPGameUserSettings_SetAimSensitivity) == 0x000004, "Wrong size on DPGameUserSettings_SetAimSensitivity"); \ +static_assert(offsetof(DPGameUserSettings_SetAimSensitivity, fNewSensitivity) == 0x000000, "Member 'DPGameUserSettings_SetAimSensitivity::fNewSensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetAmbianceVolume \ +static_assert(alignof(DPGameUserSettings_SetAmbianceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetAmbianceVolume"); \ +static_assert(sizeof(DPGameUserSettings_SetAmbianceVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetAmbianceVolume"); \ +static_assert(offsetof(DPGameUserSettings_SetAmbianceVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetAmbianceVolume::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetAudioOutputDevice \ +static_assert(alignof(DPGameUserSettings_SetAudioOutputDevice) == 0x000004, "Wrong alignment on DPGameUserSettings_SetAudioOutputDevice"); \ +static_assert(sizeof(DPGameUserSettings_SetAudioOutputDevice) == 0x000004, "Wrong size on DPGameUserSettings_SetAudioOutputDevice"); \ +static_assert(offsetof(DPGameUserSettings_SetAudioOutputDevice, DeviceIndex) == 0x000000, "Member 'DPGameUserSettings_SetAudioOutputDevice::DeviceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetCinematicVolume \ +static_assert(alignof(DPGameUserSettings_SetCinematicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetCinematicVolume"); \ +static_assert(sizeof(DPGameUserSettings_SetCinematicVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetCinematicVolume"); \ +static_assert(offsetof(DPGameUserSettings_SetCinematicVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetCinematicVolume::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetDeviceProfileMode \ +static_assert(alignof(DPGameUserSettings_SetDeviceProfileMode) == 0x000001, "Wrong alignment on DPGameUserSettings_SetDeviceProfileMode"); \ +static_assert(sizeof(DPGameUserSettings_SetDeviceProfileMode) == 0x000001, "Wrong size on DPGameUserSettings_SetDeviceProfileMode"); \ +static_assert(offsetof(DPGameUserSettings_SetDeviceProfileMode, NewDeviceProfileMode) == 0x000000, "Member 'DPGameUserSettings_SetDeviceProfileMode::NewDeviceProfileMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetDLSSMode \ +static_assert(alignof(DPGameUserSettings_SetDLSSMode) == 0x000004, "Wrong alignment on DPGameUserSettings_SetDLSSMode"); \ +static_assert(sizeof(DPGameUserSettings_SetDLSSMode) == 0x000004, "Wrong size on DPGameUserSettings_SetDLSSMode"); \ +static_assert(offsetof(DPGameUserSettings_SetDLSSMode, NewDLSSModeValue) == 0x000000, "Member 'DPGameUserSettings_SetDLSSMode::NewDLSSModeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetFontSize \ +static_assert(alignof(DPGameUserSettings_SetFontSize) == 0x000001, "Wrong alignment on DPGameUserSettings_SetFontSize"); \ +static_assert(sizeof(DPGameUserSettings_SetFontSize) == 0x000001, "Wrong size on DPGameUserSettings_SetFontSize"); \ +static_assert(offsetof(DPGameUserSettings_SetFontSize, NewFontSize) == 0x000000, "Member 'DPGameUserSettings_SetFontSize::NewFontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetForceFeedback \ +static_assert(alignof(DPGameUserSettings_SetForceFeedback) == 0x000001, "Wrong alignment on DPGameUserSettings_SetForceFeedback"); \ +static_assert(sizeof(DPGameUserSettings_SetForceFeedback) == 0x000001, "Wrong size on DPGameUserSettings_SetForceFeedback"); \ +static_assert(offsetof(DPGameUserSettings_SetForceFeedback, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetForceFeedback::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetFramerateCapSetting \ +static_assert(alignof(DPGameUserSettings_SetFramerateCapSetting) == 0x000004, "Wrong alignment on DPGameUserSettings_SetFramerateCapSetting"); \ +static_assert(sizeof(DPGameUserSettings_SetFramerateCapSetting) == 0x000004, "Wrong size on DPGameUserSettings_SetFramerateCapSetting"); \ +static_assert(offsetof(DPGameUserSettings_SetFramerateCapSetting, NewFramerateCapSetting) == 0x000000, "Member 'DPGameUserSettings_SetFramerateCapSetting::NewFramerateCapSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetFSRMode \ +static_assert(alignof(DPGameUserSettings_SetFSRMode) == 0x000004, "Wrong alignment on DPGameUserSettings_SetFSRMode"); \ +static_assert(sizeof(DPGameUserSettings_SetFSRMode) == 0x000004, "Wrong size on DPGameUserSettings_SetFSRMode"); \ +static_assert(offsetof(DPGameUserSettings_SetFSRMode, NewFSRModeValue) == 0x000000, "Member 'DPGameUserSettings_SetFSRMode::NewFSRModeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetGammaCorrection \ +static_assert(alignof(DPGameUserSettings_SetGammaCorrection) == 0x000004, "Wrong alignment on DPGameUserSettings_SetGammaCorrection"); \ +static_assert(sizeof(DPGameUserSettings_SetGammaCorrection) == 0x000004, "Wrong size on DPGameUserSettings_SetGammaCorrection"); \ +static_assert(offsetof(DPGameUserSettings_SetGammaCorrection, fValue) == 0x000000, "Member 'DPGameUserSettings_SetGammaCorrection::fValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetHasSetGammaCorrection \ +static_assert(alignof(DPGameUserSettings_SetHasSetGammaCorrection) == 0x000001, "Wrong alignment on DPGameUserSettings_SetHasSetGammaCorrection"); \ +static_assert(sizeof(DPGameUserSettings_SetHasSetGammaCorrection) == 0x000001, "Wrong size on DPGameUserSettings_SetHasSetGammaCorrection"); \ +static_assert(offsetof(DPGameUserSettings_SetHasSetGammaCorrection, Value) == 0x000000, "Member 'DPGameUserSettings_SetHasSetGammaCorrection::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetHelpSystemEnabled \ +static_assert(alignof(DPGameUserSettings_SetHelpSystemEnabled) == 0x000001, "Wrong alignment on DPGameUserSettings_SetHelpSystemEnabled"); \ +static_assert(sizeof(DPGameUserSettings_SetHelpSystemEnabled) == 0x000001, "Wrong size on DPGameUserSettings_SetHelpSystemEnabled"); \ +static_assert(offsetof(DPGameUserSettings_SetHelpSystemEnabled, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetHelpSystemEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetKeyboardLayout \ +static_assert(alignof(DPGameUserSettings_SetKeyboardLayout) == 0x000004, "Wrong alignment on DPGameUserSettings_SetKeyboardLayout"); \ +static_assert(sizeof(DPGameUserSettings_SetKeyboardLayout) == 0x000004, "Wrong size on DPGameUserSettings_SetKeyboardLayout"); \ +static_assert(offsetof(DPGameUserSettings_SetKeyboardLayout, Layout) == 0x000000, "Member 'DPGameUserSettings_SetKeyboardLayout::Layout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetLanguage \ +static_assert(alignof(DPGameUserSettings_SetLanguage) == 0x000008, "Wrong alignment on DPGameUserSettings_SetLanguage"); \ +static_assert(sizeof(DPGameUserSettings_SetLanguage) == 0x000010, "Wrong size on DPGameUserSettings_SetLanguage"); \ +static_assert(offsetof(DPGameUserSettings_SetLanguage, NewLanguage) == 0x000000, "Member 'DPGameUserSettings_SetLanguage::NewLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetMasterVolume \ +static_assert(alignof(DPGameUserSettings_SetMasterVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetMasterVolume"); \ +static_assert(sizeof(DPGameUserSettings_SetMasterVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetMasterVolume"); \ +static_assert(offsetof(DPGameUserSettings_SetMasterVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetMasterVolume::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetMonitorID \ +static_assert(alignof(DPGameUserSettings_SetMonitorID) == 0x000008, "Wrong alignment on DPGameUserSettings_SetMonitorID"); \ +static_assert(sizeof(DPGameUserSettings_SetMonitorID) == 0x000010, "Wrong size on DPGameUserSettings_SetMonitorID"); \ +static_assert(offsetof(DPGameUserSettings_SetMonitorID, NewMonitorID) == 0x000000, "Member 'DPGameUserSettings_SetMonitorID::NewMonitorID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetMonitorIDFromIndex \ +static_assert(alignof(DPGameUserSettings_SetMonitorIDFromIndex) == 0x000004, "Wrong alignment on DPGameUserSettings_SetMonitorIDFromIndex"); \ +static_assert(sizeof(DPGameUserSettings_SetMonitorIDFromIndex) == 0x000004, "Wrong size on DPGameUserSettings_SetMonitorIDFromIndex"); \ +static_assert(offsetof(DPGameUserSettings_SetMonitorIDFromIndex, MonitorIndex) == 0x000000, "Member 'DPGameUserSettings_SetMonitorIDFromIndex::MonitorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetMusicVolume \ +static_assert(alignof(DPGameUserSettings_SetMusicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetMusicVolume"); \ +static_assert(sizeof(DPGameUserSettings_SetMusicVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetMusicVolume"); \ +static_assert(offsetof(DPGameUserSettings_SetMusicVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetMusicVolume::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetSlingshotInvertX \ +static_assert(alignof(DPGameUserSettings_SetSlingshotInvertX) == 0x000001, "Wrong alignment on DPGameUserSettings_SetSlingshotInvertX"); \ +static_assert(sizeof(DPGameUserSettings_SetSlingshotInvertX) == 0x000001, "Wrong size on DPGameUserSettings_SetSlingshotInvertX"); \ +static_assert(offsetof(DPGameUserSettings_SetSlingshotInvertX, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetSlingshotInvertX::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetSlingshotInvertY \ +static_assert(alignof(DPGameUserSettings_SetSlingshotInvertY) == 0x000001, "Wrong alignment on DPGameUserSettings_SetSlingshotInvertY"); \ +static_assert(sizeof(DPGameUserSettings_SetSlingshotInvertY) == 0x000001, "Wrong size on DPGameUserSettings_SetSlingshotInvertY"); \ +static_assert(offsetof(DPGameUserSettings_SetSlingshotInvertY, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetSlingshotInvertY::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetSoundEffectVolume \ +static_assert(alignof(DPGameUserSettings_SetSoundEffectVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetSoundEffectVolume"); \ +static_assert(sizeof(DPGameUserSettings_SetSoundEffectVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetSoundEffectVolume"); \ +static_assert(offsetof(DPGameUserSettings_SetSoundEffectVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetSoundEffectVolume::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetSubtitle \ +static_assert(alignof(DPGameUserSettings_SetSubtitle) == 0x000001, "Wrong alignment on DPGameUserSettings_SetSubtitle"); \ +static_assert(sizeof(DPGameUserSettings_SetSubtitle) == 0x000001, "Wrong size on DPGameUserSettings_SetSubtitle"); \ +static_assert(offsetof(DPGameUserSettings_SetSubtitle, bEnabled) == 0x000000, "Member 'DPGameUserSettings_SetSubtitle::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetUIVolume \ +static_assert(alignof(DPGameUserSettings_SetUIVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetUIVolume"); \ +static_assert(sizeof(DPGameUserSettings_SetUIVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetUIVolume"); \ +static_assert(offsetof(DPGameUserSettings_SetUIVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetUIVolume::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetVoiceVolume \ +static_assert(alignof(DPGameUserSettings_SetVoiceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_SetVoiceVolume"); \ +static_assert(sizeof(DPGameUserSettings_SetVoiceVolume) == 0x000004, "Wrong size on DPGameUserSettings_SetVoiceVolume"); \ +static_assert(offsetof(DPGameUserSettings_SetVoiceVolume, NewValue) == 0x000000, "Member 'DPGameUserSettings_SetVoiceVolume::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_SetWasLanguageSetFromGame \ +static_assert(alignof(DPGameUserSettings_SetWasLanguageSetFromGame) == 0x000001, "Wrong alignment on DPGameUserSettings_SetWasLanguageSetFromGame"); \ +static_assert(sizeof(DPGameUserSettings_SetWasLanguageSetFromGame) == 0x000001, "Wrong size on DPGameUserSettings_SetWasLanguageSetFromGame"); \ +static_assert(offsetof(DPGameUserSettings_SetWasLanguageSetFromGame, bValue) == 0x000000, "Member 'DPGameUserSettings_SetWasLanguageSetFromGame::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_ToogleSteamDeckDeviceProfile \ +static_assert(alignof(DPGameUserSettings_ToogleSteamDeckDeviceProfile) == 0x000001, "Wrong alignment on DPGameUserSettings_ToogleSteamDeckDeviceProfile"); \ +static_assert(sizeof(DPGameUserSettings_ToogleSteamDeckDeviceProfile) == 0x000001, "Wrong size on DPGameUserSettings_ToogleSteamDeckDeviceProfile"); \ +static_assert(offsetof(DPGameUserSettings_ToogleSteamDeckDeviceProfile, ActivateDeviceProfile) == 0x000000, "Member 'DPGameUserSettings_ToogleSteamDeckDeviceProfile::ActivateDeviceProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetAimAssist \ +static_assert(alignof(DPGameUserSettings_GetAimAssist) == 0x000001, "Wrong alignment on DPGameUserSettings_GetAimAssist"); \ +static_assert(sizeof(DPGameUserSettings_GetAimAssist) == 0x000001, "Wrong size on DPGameUserSettings_GetAimAssist"); \ +static_assert(offsetof(DPGameUserSettings_GetAimAssist, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAimAssist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetAimSensitivity \ +static_assert(alignof(DPGameUserSettings_GetAimSensitivity) == 0x000004, "Wrong alignment on DPGameUserSettings_GetAimSensitivity"); \ +static_assert(sizeof(DPGameUserSettings_GetAimSensitivity) == 0x000004, "Wrong size on DPGameUserSettings_GetAimSensitivity"); \ +static_assert(offsetof(DPGameUserSettings_GetAimSensitivity, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAimSensitivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetAmbianceVolume \ +static_assert(alignof(DPGameUserSettings_GetAmbianceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetAmbianceVolume"); \ +static_assert(sizeof(DPGameUserSettings_GetAmbianceVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetAmbianceVolume"); \ +static_assert(offsetof(DPGameUserSettings_GetAmbianceVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAmbianceVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetAudioOutputDevice \ +static_assert(alignof(DPGameUserSettings_GetAudioOutputDevice) == 0x000004, "Wrong alignment on DPGameUserSettings_GetAudioOutputDevice"); \ +static_assert(sizeof(DPGameUserSettings_GetAudioOutputDevice) == 0x000004, "Wrong size on DPGameUserSettings_GetAudioOutputDevice"); \ +static_assert(offsetof(DPGameUserSettings_GetAudioOutputDevice, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetAudioOutputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetBenchmarkResultQualityLevel \ +static_assert(alignof(DPGameUserSettings_GetBenchmarkResultQualityLevel) == 0x000004, "Wrong alignment on DPGameUserSettings_GetBenchmarkResultQualityLevel"); \ +static_assert(sizeof(DPGameUserSettings_GetBenchmarkResultQualityLevel) == 0x000004, "Wrong size on DPGameUserSettings_GetBenchmarkResultQualityLevel"); \ +static_assert(offsetof(DPGameUserSettings_GetBenchmarkResultQualityLevel, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetBenchmarkResultQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetCinematicVolume \ +static_assert(alignof(DPGameUserSettings_GetCinematicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetCinematicVolume"); \ +static_assert(sizeof(DPGameUserSettings_GetCinematicVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetCinematicVolume"); \ +static_assert(offsetof(DPGameUserSettings_GetCinematicVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetCinematicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetDefaultAudioOutputDevice \ +static_assert(alignof(DPGameUserSettings_GetDefaultAudioOutputDevice) == 0x000004, "Wrong alignment on DPGameUserSettings_GetDefaultAudioOutputDevice"); \ +static_assert(sizeof(DPGameUserSettings_GetDefaultAudioOutputDevice) == 0x000004, "Wrong size on DPGameUserSettings_GetDefaultAudioOutputDevice"); \ +static_assert(offsetof(DPGameUserSettings_GetDefaultAudioOutputDevice, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetDefaultAudioOutputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetDeviceProfileMode \ +static_assert(alignof(DPGameUserSettings_GetDeviceProfileMode) == 0x000001, "Wrong alignment on DPGameUserSettings_GetDeviceProfileMode"); \ +static_assert(sizeof(DPGameUserSettings_GetDeviceProfileMode) == 0x000001, "Wrong size on DPGameUserSettings_GetDeviceProfileMode"); \ +static_assert(offsetof(DPGameUserSettings_GetDeviceProfileMode, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetDeviceProfileMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetFontSize \ +static_assert(alignof(DPGameUserSettings_GetFontSize) == 0x000001, "Wrong alignment on DPGameUserSettings_GetFontSize"); \ +static_assert(sizeof(DPGameUserSettings_GetFontSize) == 0x000001, "Wrong size on DPGameUserSettings_GetFontSize"); \ +static_assert(offsetof(DPGameUserSettings_GetFontSize, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetFontSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetForceFeedback \ +static_assert(alignof(DPGameUserSettings_GetForceFeedback) == 0x000001, "Wrong alignment on DPGameUserSettings_GetForceFeedback"); \ +static_assert(sizeof(DPGameUserSettings_GetForceFeedback) == 0x000001, "Wrong size on DPGameUserSettings_GetForceFeedback"); \ +static_assert(offsetof(DPGameUserSettings_GetForceFeedback, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetForceFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetFramerateCapSetting \ +static_assert(alignof(DPGameUserSettings_GetFramerateCapSetting) == 0x000004, "Wrong alignment on DPGameUserSettings_GetFramerateCapSetting"); \ +static_assert(sizeof(DPGameUserSettings_GetFramerateCapSetting) == 0x000004, "Wrong size on DPGameUserSettings_GetFramerateCapSetting"); \ +static_assert(offsetof(DPGameUserSettings_GetFramerateCapSetting, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetFramerateCapSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetGammaCorrection \ +static_assert(alignof(DPGameUserSettings_GetGammaCorrection) == 0x000004, "Wrong alignment on DPGameUserSettings_GetGammaCorrection"); \ +static_assert(sizeof(DPGameUserSettings_GetGammaCorrection) == 0x000004, "Wrong size on DPGameUserSettings_GetGammaCorrection"); \ +static_assert(offsetof(DPGameUserSettings_GetGammaCorrection, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetGammaCorrection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetGlobalAspectRatio \ +static_assert(alignof(DPGameUserSettings_GetGlobalAspectRatio) == 0x000004, "Wrong alignment on DPGameUserSettings_GetGlobalAspectRatio"); \ +static_assert(sizeof(DPGameUserSettings_GetGlobalAspectRatio) == 0x000004, "Wrong size on DPGameUserSettings_GetGlobalAspectRatio"); \ +static_assert(offsetof(DPGameUserSettings_GetGlobalAspectRatio, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetGlobalAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetHasSetGammaCorrection \ +static_assert(alignof(DPGameUserSettings_GetHasSetGammaCorrection) == 0x000001, "Wrong alignment on DPGameUserSettings_GetHasSetGammaCorrection"); \ +static_assert(sizeof(DPGameUserSettings_GetHasSetGammaCorrection) == 0x000001, "Wrong size on DPGameUserSettings_GetHasSetGammaCorrection"); \ +static_assert(offsetof(DPGameUserSettings_GetHasSetGammaCorrection, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetHasSetGammaCorrection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetHelpSystemEnabled \ +static_assert(alignof(DPGameUserSettings_GetHelpSystemEnabled) == 0x000001, "Wrong alignment on DPGameUserSettings_GetHelpSystemEnabled"); \ +static_assert(sizeof(DPGameUserSettings_GetHelpSystemEnabled) == 0x000001, "Wrong size on DPGameUserSettings_GetHelpSystemEnabled"); \ +static_assert(offsetof(DPGameUserSettings_GetHelpSystemEnabled, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetHelpSystemEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetLanguage \ +static_assert(alignof(DPGameUserSettings_GetLanguage) == 0x000008, "Wrong alignment on DPGameUserSettings_GetLanguage"); \ +static_assert(sizeof(DPGameUserSettings_GetLanguage) == 0x000010, "Wrong size on DPGameUserSettings_GetLanguage"); \ +static_assert(offsetof(DPGameUserSettings_GetLanguage, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetMasterVolume \ +static_assert(alignof(DPGameUserSettings_GetMasterVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMasterVolume"); \ +static_assert(sizeof(DPGameUserSettings_GetMasterVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetMasterVolume"); \ +static_assert(offsetof(DPGameUserSettings_GetMasterVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMasterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorID \ +static_assert(alignof(DPGameUserSettings_GetMonitorID) == 0x000008, "Wrong alignment on DPGameUserSettings_GetMonitorID"); \ +static_assert(sizeof(DPGameUserSettings_GetMonitorID) == 0x000010, "Wrong size on DPGameUserSettings_GetMonitorID"); \ +static_assert(offsetof(DPGameUserSettings_GetMonitorID, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorIndex \ +static_assert(alignof(DPGameUserSettings_GetMonitorIndex) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMonitorIndex"); \ +static_assert(sizeof(DPGameUserSettings_GetMonitorIndex) == 0x000004, "Wrong size on DPGameUserSettings_GetMonitorIndex"); \ +static_assert(offsetof(DPGameUserSettings_GetMonitorIndex, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetMonitorNameList \ +static_assert(alignof(DPGameUserSettings_GetMonitorNameList) == 0x000008, "Wrong alignment on DPGameUserSettings_GetMonitorNameList"); \ +static_assert(sizeof(DPGameUserSettings_GetMonitorNameList) == 0x000010, "Wrong size on DPGameUserSettings_GetMonitorNameList"); \ +static_assert(offsetof(DPGameUserSettings_GetMonitorNameList, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMonitorNameList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetMusicVolume \ +static_assert(alignof(DPGameUserSettings_GetMusicVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetMusicVolume"); \ +static_assert(sizeof(DPGameUserSettings_GetMusicVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetMusicVolume"); \ +static_assert(offsetof(DPGameUserSettings_GetMusicVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetQualityPresetCustomValue \ +static_assert(alignof(DPGameUserSettings_GetQualityPresetCustomValue) == 0x000004, "Wrong alignment on DPGameUserSettings_GetQualityPresetCustomValue"); \ +static_assert(sizeof(DPGameUserSettings_GetQualityPresetCustomValue) == 0x000004, "Wrong size on DPGameUserSettings_GetQualityPresetCustomValue"); \ +static_assert(offsetof(DPGameUserSettings_GetQualityPresetCustomValue, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetQualityPresetCustomValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetSlingshotInvertX \ +static_assert(alignof(DPGameUserSettings_GetSlingshotInvertX) == 0x000001, "Wrong alignment on DPGameUserSettings_GetSlingshotInvertX"); \ +static_assert(sizeof(DPGameUserSettings_GetSlingshotInvertX) == 0x000001, "Wrong size on DPGameUserSettings_GetSlingshotInvertX"); \ +static_assert(offsetof(DPGameUserSettings_GetSlingshotInvertX, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSlingshotInvertX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetSlingshotInvertY \ +static_assert(alignof(DPGameUserSettings_GetSlingshotInvertY) == 0x000001, "Wrong alignment on DPGameUserSettings_GetSlingshotInvertY"); \ +static_assert(sizeof(DPGameUserSettings_GetSlingshotInvertY) == 0x000001, "Wrong size on DPGameUserSettings_GetSlingshotInvertY"); \ +static_assert(offsetof(DPGameUserSettings_GetSlingshotInvertY, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSlingshotInvertY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetSoundEffectVolume \ +static_assert(alignof(DPGameUserSettings_GetSoundEffectVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetSoundEffectVolume"); \ +static_assert(sizeof(DPGameUserSettings_GetSoundEffectVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetSoundEffectVolume"); \ +static_assert(offsetof(DPGameUserSettings_GetSoundEffectVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSoundEffectVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetSubtitle \ +static_assert(alignof(DPGameUserSettings_GetSubtitle) == 0x000001, "Wrong alignment on DPGameUserSettings_GetSubtitle"); \ +static_assert(sizeof(DPGameUserSettings_GetSubtitle) == 0x000001, "Wrong size on DPGameUserSettings_GetSubtitle"); \ +static_assert(offsetof(DPGameUserSettings_GetSubtitle, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetSubtitle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetUIVolume \ +static_assert(alignof(DPGameUserSettings_GetUIVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetUIVolume"); \ +static_assert(sizeof(DPGameUserSettings_GetUIVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetUIVolume"); \ +static_assert(offsetof(DPGameUserSettings_GetUIVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUIVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetUpscalingMethod \ +static_assert(alignof(DPGameUserSettings_GetUpscalingMethod) == 0x000001, "Wrong alignment on DPGameUserSettings_GetUpscalingMethod"); \ +static_assert(sizeof(DPGameUserSettings_GetUpscalingMethod) == 0x000001, "Wrong size on DPGameUserSettings_GetUpscalingMethod"); \ +static_assert(offsetof(DPGameUserSettings_GetUpscalingMethod, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUpscalingMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetUpscalingQuality \ +static_assert(alignof(DPGameUserSettings_GetUpscalingQuality) == 0x000004, "Wrong alignment on DPGameUserSettings_GetUpscalingQuality"); \ +static_assert(sizeof(DPGameUserSettings_GetUpscalingQuality) == 0x000004, "Wrong size on DPGameUserSettings_GetUpscalingQuality"); \ +static_assert(offsetof(DPGameUserSettings_GetUpscalingQuality, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUpscalingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetUserKeyboardLayout \ +static_assert(alignof(DPGameUserSettings_GetUserKeyboardLayout) == 0x000004, "Wrong alignment on DPGameUserSettings_GetUserKeyboardLayout"); \ +static_assert(sizeof(DPGameUserSettings_GetUserKeyboardLayout) == 0x000004, "Wrong size on DPGameUserSettings_GetUserKeyboardLayout"); \ +static_assert(offsetof(DPGameUserSettings_GetUserKeyboardLayout, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetUserKeyboardLayout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetVoiceVolume \ +static_assert(alignof(DPGameUserSettings_GetVoiceVolume) == 0x000004, "Wrong alignment on DPGameUserSettings_GetVoiceVolume"); \ +static_assert(sizeof(DPGameUserSettings_GetVoiceVolume) == 0x000004, "Wrong size on DPGameUserSettings_GetVoiceVolume"); \ +static_assert(offsetof(DPGameUserSettings_GetVoiceVolume, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetVoiceVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetWasLanguageSetFromGame \ +static_assert(alignof(DPGameUserSettings_GetWasLanguageSetFromGame) == 0x000001, "Wrong alignment on DPGameUserSettings_GetWasLanguageSetFromGame"); \ +static_assert(sizeof(DPGameUserSettings_GetWasLanguageSetFromGame) == 0x000001, "Wrong size on DPGameUserSettings_GetWasLanguageSetFromGame"); \ +static_assert(offsetof(DPGameUserSettings_GetWasLanguageSetFromGame, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetWasLanguageSetFromGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_GetWindowsKeyboardLayout \ +static_assert(alignof(DPGameUserSettings_GetWindowsKeyboardLayout) == 0x000004, "Wrong alignment on DPGameUserSettings_GetWindowsKeyboardLayout"); \ +static_assert(sizeof(DPGameUserSettings_GetWindowsKeyboardLayout) == 0x000004, "Wrong size on DPGameUserSettings_GetWindowsKeyboardLayout"); \ +static_assert(offsetof(DPGameUserSettings_GetWindowsKeyboardLayout, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_GetWindowsKeyboardLayout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_IsDLSSActivated \ +static_assert(alignof(DPGameUserSettings_IsDLSSActivated) == 0x000001, "Wrong alignment on DPGameUserSettings_IsDLSSActivated"); \ +static_assert(sizeof(DPGameUserSettings_IsDLSSActivated) == 0x000001, "Wrong size on DPGameUserSettings_IsDLSSActivated"); \ +static_assert(offsetof(DPGameUserSettings_IsDLSSActivated, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsDLSSActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_IsDLSSSupported \ +static_assert(alignof(DPGameUserSettings_IsDLSSSupported) == 0x000001, "Wrong alignment on DPGameUserSettings_IsDLSSSupported"); \ +static_assert(sizeof(DPGameUserSettings_IsDLSSSupported) == 0x000001, "Wrong size on DPGameUserSettings_IsDLSSSupported"); \ +static_assert(offsetof(DPGameUserSettings_IsDLSSSupported, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsDLSSSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_IsFSRActivated \ +static_assert(alignof(DPGameUserSettings_IsFSRActivated) == 0x000001, "Wrong alignment on DPGameUserSettings_IsFSRActivated"); \ +static_assert(sizeof(DPGameUserSettings_IsFSRActivated) == 0x000001, "Wrong size on DPGameUserSettings_IsFSRActivated"); \ +static_assert(offsetof(DPGameUserSettings_IsFSRActivated, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsFSRActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_IsFSRSupported \ +static_assert(alignof(DPGameUserSettings_IsFSRSupported) == 0x000001, "Wrong alignment on DPGameUserSettings_IsFSRSupported"); \ +static_assert(sizeof(DPGameUserSettings_IsFSRSupported) == 0x000001, "Wrong size on DPGameUserSettings_IsFSRSupported"); \ +static_assert(offsetof(DPGameUserSettings_IsFSRSupported, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsFSRSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_IsSteamDeckModeActive \ +static_assert(alignof(DPGameUserSettings_IsSteamDeckModeActive) == 0x000001, "Wrong alignment on DPGameUserSettings_IsSteamDeckModeActive"); \ +static_assert(sizeof(DPGameUserSettings_IsSteamDeckModeActive) == 0x000001, "Wrong size on DPGameUserSettings_IsSteamDeckModeActive"); \ +static_assert(offsetof(DPGameUserSettings_IsSteamDeckModeActive, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_IsSteamDeckModeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_ShouldHandleAspectRatio \ +static_assert(alignof(DPGameUserSettings_ShouldHandleAspectRatio) == 0x000001, "Wrong alignment on DPGameUserSettings_ShouldHandleAspectRatio"); \ +static_assert(sizeof(DPGameUserSettings_ShouldHandleAspectRatio) == 0x000001, "Wrong size on DPGameUserSettings_ShouldHandleAspectRatio"); \ +static_assert(offsetof(DPGameUserSettings_ShouldHandleAspectRatio, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_ShouldHandleAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPGameUserSettings_ShouldShowMonitorSelector \ +static_assert(alignof(DPGameUserSettings_ShouldShowMonitorSelector) == 0x000001, "Wrong alignment on DPGameUserSettings_ShouldShowMonitorSelector"); \ +static_assert(sizeof(DPGameUserSettings_ShouldShowMonitorSelector) == 0x000001, "Wrong size on DPGameUserSettings_ShouldShowMonitorSelector"); \ +static_assert(offsetof(DPGameUserSettings_ShouldShowMonitorSelector, ReturnValue) == 0x000000, "Member 'DPGameUserSettings_ShouldShowMonitorSelector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDPGameUserSettings \ +static_assert(alignof(UDPGameUserSettings) == 0x000008, "Wrong alignment on UDPGameUserSettings"); \ +static_assert(sizeof(UDPGameUserSettings) == 0x000208, "Wrong size on UDPGameUserSettings"); \ +static_assert(offsetof(UDPGameUserSettings, OnWindowModeChanged) == 0x000148, "Member 'UDPGameUserSettings::OnWindowModeChanged' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, OnAspectRatioUpdate) == 0x000158, "Member 'UDPGameUserSettings::OnAspectRatioUpdate' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, DeviceProfileMode) == 0x000168, "Member 'UDPGameUserSettings::DeviceProfileMode' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, FramerateCapSetting) == 0x00016C, "Member 'UDPGameUserSettings::FramerateCapSetting' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, GammaCorrection) == 0x000170, "Member 'UDPGameUserSettings::GammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, HasSetGammaCorrection) == 0x000174, "Member 'UDPGameUserSettings::HasSetGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bUseSteamDeckMode) == 0x000175, "Member 'UDPGameUserSettings::bUseSteamDeckMode' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, AudioOutputDevice) == 0x000178, "Member 'UDPGameUserSettings::AudioOutputDevice' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, MasterVolume) == 0x00017C, "Member 'UDPGameUserSettings::MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, MusicVolume) == 0x000180, "Member 'UDPGameUserSettings::MusicVolume' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, SoundEffectVolume) == 0x000184, "Member 'UDPGameUserSettings::SoundEffectVolume' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, AmbianceVolume) == 0x000188, "Member 'UDPGameUserSettings::AmbianceVolume' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, VoiceVolume) == 0x00018C, "Member 'UDPGameUserSettings::VoiceVolume' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, UIVolume) == 0x000190, "Member 'UDPGameUserSettings::UIVolume' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, CinematicVolume) == 0x000194, "Member 'UDPGameUserSettings::CinematicVolume' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, Language) == 0x000198, "Member 'UDPGameUserSettings::Language' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bWasLanguageSetFromGame) == 0x0001A8, "Member 'UDPGameUserSettings::bWasLanguageSetFromGame' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bSubtitlesEnabled) == 0x0001A9, "Member 'UDPGameUserSettings::bSubtitlesEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bForceFeedback) == 0x0001AA, "Member 'UDPGameUserSettings::bForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bHelpSystemEnabled) == 0x0001AB, "Member 'UDPGameUserSettings::bHelpSystemEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bAimAssistEnabled) == 0x0001AC, "Member 'UDPGameUserSettings::bAimAssistEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bSlingshotInvertX) == 0x0001AD, "Member 'UDPGameUserSettings::bSlingshotInvertX' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, bSlingshotInvertY) == 0x0001AE, "Member 'UDPGameUserSettings::bSlingshotInvertY' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, fAimSensitivity) == 0x0001B0, "Member 'UDPGameUserSettings::fAimSensitivity' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, FontSize) == 0x0001B4, "Member 'UDPGameUserSettings::FontSize' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, KeyboardLayout) == 0x0001B5, "Member 'UDPGameUserSettings::KeyboardLayout' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, BenchmarkResultQualityLevel) == 0x0001B6, "Member 'UDPGameUserSettings::BenchmarkResultQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, UpscalingMethod) == 0x0001B9, "Member 'UDPGameUserSettings::UpscalingMethod' has a wrong offset!"); \ +static_assert(offsetof(UDPGameUserSettings, UpscalingQuality) == 0x0001BC, "Member 'UDPGameUserSettings::UpscalingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGameViewport \ +static_assert(alignof(UZGameViewport) == 0x000008, "Wrong alignment on UZGameViewport"); \ +static_assert(sizeof(UZGameViewport) == 0x0003B8, "Wrong size on UZGameViewport"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_AddValue \ +static_assert(alignof(ZGaugeComponent_AddValue) == 0x000004, "Wrong alignment on ZGaugeComponent_AddValue"); \ +static_assert(sizeof(ZGaugeComponent_AddValue) == 0x000008, "Wrong size on ZGaugeComponent_AddValue"); \ +static_assert(offsetof(ZGaugeComponent_AddValue, Value) == 0x000000, "Member 'ZGaugeComponent_AddValue::Value' has a wrong offset!"); \ +static_assert(offsetof(ZGaugeComponent_AddValue, bStartCooldown) == 0x000004, "Member 'ZGaugeComponent_AddValue::bStartCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_RemoveValue \ +static_assert(alignof(ZGaugeComponent_RemoveValue) == 0x000004, "Wrong alignment on ZGaugeComponent_RemoveValue"); \ +static_assert(sizeof(ZGaugeComponent_RemoveValue) == 0x000008, "Wrong size on ZGaugeComponent_RemoveValue"); \ +static_assert(offsetof(ZGaugeComponent_RemoveValue, Value) == 0x000000, "Member 'ZGaugeComponent_RemoveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(ZGaugeComponent_RemoveValue, bStartCooldown) == 0x000004, "Member 'ZGaugeComponent_RemoveValue::bStartCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_SetEnabled \ +static_assert(alignof(ZGaugeComponent_SetEnabled) == 0x000001, "Wrong alignment on ZGaugeComponent_SetEnabled"); \ +static_assert(sizeof(ZGaugeComponent_SetEnabled) == 0x000001, "Wrong size on ZGaugeComponent_SetEnabled"); \ +static_assert(offsetof(ZGaugeComponent_SetEnabled, Value) == 0x000000, "Member 'ZGaugeComponent_SetEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_GetGaugeName \ +static_assert(alignof(ZGaugeComponent_GetGaugeName) == 0x000004, "Wrong alignment on ZGaugeComponent_GetGaugeName"); \ +static_assert(sizeof(ZGaugeComponent_GetGaugeName) == 0x000008, "Wrong size on ZGaugeComponent_GetGaugeName"); \ +static_assert(offsetof(ZGaugeComponent_GetGaugeName, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetGaugeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_GetMaxValue \ +static_assert(alignof(ZGaugeComponent_GetMaxValue) == 0x000004, "Wrong alignment on ZGaugeComponent_GetMaxValue"); \ +static_assert(sizeof(ZGaugeComponent_GetMaxValue) == 0x000004, "Wrong size on ZGaugeComponent_GetMaxValue"); \ +static_assert(offsetof(ZGaugeComponent_GetMaxValue, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_GetMinValue \ +static_assert(alignof(ZGaugeComponent_GetMinValue) == 0x000004, "Wrong alignment on ZGaugeComponent_GetMinValue"); \ +static_assert(sizeof(ZGaugeComponent_GetMinValue) == 0x000004, "Wrong size on ZGaugeComponent_GetMinValue"); \ +static_assert(offsetof(ZGaugeComponent_GetMinValue, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_GetValue \ +static_assert(alignof(ZGaugeComponent_GetValue) == 0x000004, "Wrong alignment on ZGaugeComponent_GetValue"); \ +static_assert(sizeof(ZGaugeComponent_GetValue) == 0x000004, "Wrong size on ZGaugeComponent_GetValue"); \ +static_assert(offsetof(ZGaugeComponent_GetValue, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_IsEmpty \ +static_assert(alignof(ZGaugeComponent_IsEmpty) == 0x000001, "Wrong alignment on ZGaugeComponent_IsEmpty"); \ +static_assert(sizeof(ZGaugeComponent_IsEmpty) == 0x000001, "Wrong size on ZGaugeComponent_IsEmpty"); \ +static_assert(offsetof(ZGaugeComponent_IsEmpty, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZGaugeComponent_IsFull \ +static_assert(alignof(ZGaugeComponent_IsFull) == 0x000001, "Wrong alignment on ZGaugeComponent_IsFull"); \ +static_assert(sizeof(ZGaugeComponent_IsFull) == 0x000001, "Wrong size on ZGaugeComponent_IsFull"); \ +static_assert(offsetof(ZGaugeComponent_IsFull, ReturnValue) == 0x000000, "Member 'ZGaugeComponent_IsFull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGaugeComponent \ +static_assert(alignof(UZGaugeComponent) == 0x000008, "Wrong alignment on UZGaugeComponent"); \ +static_assert(sizeof(UZGaugeComponent) == 0x000100, "Wrong size on UZGaugeComponent"); \ +static_assert(offsetof(UZGaugeComponent, GaugeName) == 0x0000A0, "Member 'UZGaugeComponent::GaugeName' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, Type) == 0x0000A8, "Member 'UZGaugeComponent::Type' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, MinValue) == 0x0000AC, "Member 'UZGaugeComponent::MinValue' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, MaxValue) == 0x0000B0, "Member 'UZGaugeComponent::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, FillingSpeed) == 0x0000B4, "Member 'UZGaugeComponent::FillingSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, bStartFull) == 0x0000B8, "Member 'UZGaugeComponent::bStartFull' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, bStartEnabled) == 0x0000B9, "Member 'UZGaugeComponent::bStartEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, ModificationCooldown) == 0x0000BC, "Member 'UZGaugeComponent::ModificationCooldown' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, CurrentValue) == 0x0000C0, "Member 'UZGaugeComponent::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, bIsEnabled) == 0x0000C4, "Member 'UZGaugeComponent::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, GaugeState) == 0x0000C5, "Member 'UZGaugeComponent::GaugeState' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, OnGaugeEmpty) == 0x0000C8, "Member 'UZGaugeComponent::OnGaugeEmpty' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, OnGaugeFull) == 0x0000D8, "Member 'UZGaugeComponent::OnGaugeFull' has a wrong offset!"); \ +static_assert(offsetof(UZGaugeComponent, OnGaugeUpdate) == 0x0000E8, "Member 'UZGaugeComponent::OnGaugeUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZGenericNotification \ +static_assert(alignof(UZGenericNotification) == 0x000008, "Wrong alignment on UZGenericNotification"); \ +static_assert(sizeof(UZGenericNotification) == 0x000068, "Wrong size on UZGenericNotification"); \ + +#define DUMPER7_ASSERTS_ZHelpSystem_OnCheckPointChecked \ +static_assert(alignof(ZHelpSystem_OnCheckPointChecked) == 0x000004, "Wrong alignment on ZHelpSystem_OnCheckPointChecked"); \ +static_assert(sizeof(ZHelpSystem_OnCheckPointChecked) == 0x000010, "Wrong size on ZHelpSystem_OnCheckPointChecked"); \ +static_assert(offsetof(ZHelpSystem_OnCheckPointChecked, CheckpointID) == 0x000000, "Member 'ZHelpSystem_OnCheckPointChecked::CheckpointID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZHelpSystem_OnGameplayReady \ +static_assert(alignof(ZHelpSystem_OnGameplayReady) == 0x000001, "Wrong alignment on ZHelpSystem_OnGameplayReady"); \ +static_assert(sizeof(ZHelpSystem_OnGameplayReady) == 0x000001, "Wrong size on ZHelpSystem_OnGameplayReady"); \ +static_assert(offsetof(ZHelpSystem_OnGameplayReady, bIsGameplayReady) == 0x000000, "Member 'ZHelpSystem_OnGameplayReady::bIsGameplayReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZHelpSystem_OnPlayerRestart \ +static_assert(alignof(ZHelpSystem_OnPlayerRestart) == 0x000004, "Wrong alignment on ZHelpSystem_OnPlayerRestart"); \ +static_assert(sizeof(ZHelpSystem_OnPlayerRestart) == 0x000004, "Wrong size on ZHelpSystem_OnPlayerRestart"); \ +static_assert(offsetof(ZHelpSystem_OnPlayerRestart, RespawnOccurance) == 0x000000, "Member 'ZHelpSystem_OnPlayerRestart::RespawnOccurance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZHelpSystem_SetHelpSystemEnabled \ +static_assert(alignof(ZHelpSystem_SetHelpSystemEnabled) == 0x000001, "Wrong alignment on ZHelpSystem_SetHelpSystemEnabled"); \ +static_assert(sizeof(ZHelpSystem_SetHelpSystemEnabled) == 0x000001, "Wrong size on ZHelpSystem_SetHelpSystemEnabled"); \ +static_assert(offsetof(ZHelpSystem_SetHelpSystemEnabled, bEnabled) == 0x000000, "Member 'ZHelpSystem_SetHelpSystemEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZHelpSystem_IsHelpSystemEnabled \ +static_assert(alignof(ZHelpSystem_IsHelpSystemEnabled) == 0x000001, "Wrong alignment on ZHelpSystem_IsHelpSystemEnabled"); \ +static_assert(sizeof(ZHelpSystem_IsHelpSystemEnabled) == 0x000001, "Wrong size on ZHelpSystem_IsHelpSystemEnabled"); \ +static_assert(offsetof(ZHelpSystem_IsHelpSystemEnabled, ReturnValue) == 0x000000, "Member 'ZHelpSystem_IsHelpSystemEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZHelpSystem \ +static_assert(alignof(UZHelpSystem) == 0x000008, "Wrong alignment on UZHelpSystem"); \ +static_assert(sizeof(UZHelpSystem) == 0x0000B0, "Wrong size on UZHelpSystem"); \ +static_assert(offsetof(UZHelpSystem, ObjectHelpArray) == 0x000028, "Member 'UZHelpSystem::ObjectHelpArray' has a wrong offset!"); \ +static_assert(offsetof(UZHelpSystem, ObjectHelpOverlap) == 0x000038, "Member 'UZHelpSystem::ObjectHelpOverlap' has a wrong offset!"); \ +static_assert(offsetof(UZHelpSystem, HelpWidgetClass) == 0x000040, "Member 'UZHelpSystem::HelpWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UZHelpSystem, pHelpWidget) == 0x000048, "Member 'UZHelpSystem::pHelpWidget' has a wrong offset!"); \ +static_assert(offsetof(UZHelpSystem, bHelpSystemEnabled) == 0x000088, "Member 'UZHelpSystem::bHelpSystemEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZHelpSystem, OnHelpAdded) == 0x000090, "Member 'UZHelpSystem::OnHelpAdded' has a wrong offset!"); \ +static_assert(offsetof(UZHelpSystem, OnHelpRemoved) == 0x0000A0, "Member 'UZHelpSystem::OnHelpRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZHUD \ +static_assert(alignof(AZHUD) == 0x000008, "Wrong alignment on AZHUD"); \ +static_assert(sizeof(AZHUD) == 0x000380, "Wrong size on AZHUD"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_SetEnabled \ +static_assert(alignof(ZInteractableComponent_SetEnabled) == 0x000001, "Wrong alignment on ZInteractableComponent_SetEnabled"); \ +static_assert(sizeof(ZInteractableComponent_SetEnabled) == 0x000001, "Wrong size on ZInteractableComponent_SetEnabled"); \ +static_assert(offsetof(ZInteractableComponent_SetEnabled, bIsEnabled) == 0x000000, "Member 'ZInteractableComponent_SetEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_GetCharacterUser_BP \ +static_assert(alignof(ZInteractableComponent_GetCharacterUser_BP) == 0x000008, "Wrong alignment on ZInteractableComponent_GetCharacterUser_BP"); \ +static_assert(sizeof(ZInteractableComponent_GetCharacterUser_BP) == 0x000008, "Wrong size on ZInteractableComponent_GetCharacterUser_BP"); \ +static_assert(offsetof(ZInteractableComponent_GetCharacterUser_BP, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetCharacterUser_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_GetGameplayTagContainer \ +static_assert(alignof(ZInteractableComponent_GetGameplayTagContainer) == 0x000008, "Wrong alignment on ZInteractableComponent_GetGameplayTagContainer"); \ +static_assert(sizeof(ZInteractableComponent_GetGameplayTagContainer) == 0x000020, "Wrong size on ZInteractableComponent_GetGameplayTagContainer"); \ +static_assert(offsetof(ZInteractableComponent_GetGameplayTagContainer, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetGameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_GetIgnorePhysicalAnimation \ +static_assert(alignof(ZInteractableComponent_GetIgnorePhysicalAnimation) == 0x000001, "Wrong alignment on ZInteractableComponent_GetIgnorePhysicalAnimation"); \ +static_assert(sizeof(ZInteractableComponent_GetIgnorePhysicalAnimation) == 0x000001, "Wrong size on ZInteractableComponent_GetIgnorePhysicalAnimation"); \ +static_assert(offsetof(ZInteractableComponent_GetIgnorePhysicalAnimation, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetIgnorePhysicalAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_GetInteractableType \ +static_assert(alignof(ZInteractableComponent_GetInteractableType) == 0x000001, "Wrong alignment on ZInteractableComponent_GetInteractableType"); \ +static_assert(sizeof(ZInteractableComponent_GetInteractableType) == 0x000001, "Wrong size on ZInteractableComponent_GetInteractableType"); \ +static_assert(offsetof(ZInteractableComponent_GetInteractableType, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetInteractableType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_GetShouldPreventMovement \ +static_assert(alignof(ZInteractableComponent_GetShouldPreventMovement) == 0x000001, "Wrong alignment on ZInteractableComponent_GetShouldPreventMovement"); \ +static_assert(sizeof(ZInteractableComponent_GetShouldPreventMovement) == 0x000001, "Wrong size on ZInteractableComponent_GetShouldPreventMovement"); \ +static_assert(offsetof(ZInteractableComponent_GetShouldPreventMovement, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetShouldPreventMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_GetUseTentaculePhysicalAnimation \ +static_assert(alignof(ZInteractableComponent_GetUseTentaculePhysicalAnimation) == 0x000001, "Wrong alignment on ZInteractableComponent_GetUseTentaculePhysicalAnimation"); \ +static_assert(sizeof(ZInteractableComponent_GetUseTentaculePhysicalAnimation) == 0x000001, "Wrong size on ZInteractableComponent_GetUseTentaculePhysicalAnimation"); \ +static_assert(offsetof(ZInteractableComponent_GetUseTentaculePhysicalAnimation, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_GetUseTentaculePhysicalAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZInteractableComponent_IsEnabled \ +static_assert(alignof(ZInteractableComponent_IsEnabled) == 0x000001, "Wrong alignment on ZInteractableComponent_IsEnabled"); \ +static_assert(sizeof(ZInteractableComponent_IsEnabled) == 0x000001, "Wrong size on ZInteractableComponent_IsEnabled"); \ +static_assert(offsetof(ZInteractableComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZInteractableComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZInteractableComponent \ +static_assert(alignof(UZInteractableComponent) == 0x000008, "Wrong alignment on UZInteractableComponent"); \ +static_assert(sizeof(UZInteractableComponent) == 0x000100, "Wrong size on UZInteractableComponent"); \ +static_assert(offsetof(UZInteractableComponent, OnInteractEvent) == 0x0000A0, "Member 'UZInteractableComponent::OnInteractEvent' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, OnInteractFinishEvent) == 0x0000B0, "Member 'UZInteractableComponent::OnInteractFinishEvent' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, InteractType) == 0x0000C0, "Member 'UZInteractableComponent::InteractType' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, GameplayTagContainer) == 0x0000C8, "Member 'UZInteractableComponent::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, bUseTentaculePhysicalAnimation) == 0x0000E8, "Member 'UZInteractableComponent::bUseTentaculePhysicalAnimation' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, bIgnorePhysicalAnimation) == 0x0000E9, "Member 'UZInteractableComponent::bIgnorePhysicalAnimation' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, bShouldPreventMovement) == 0x0000EA, "Member 'UZInteractableComponent::bShouldPreventMovement' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, bUseHoldInteraction) == 0x0000F4, "Member 'UZInteractableComponent::bUseHoldInteraction' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, HoldInteractionTime) == 0x0000F8, "Member 'UZInteractableComponent::HoldInteractionTime' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, bEnabled) == 0x0000FC, "Member 'UZInteractableComponent::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZInteractableComponent, bShouldPlayGrabAudioEvent) == 0x0000FD, "Member 'UZInteractableComponent::bShouldPlayGrabAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_OnOverlapBegin \ +static_assert(alignof(ZLever_OnOverlapBegin) == 0x000008, "Wrong alignment on ZLever_OnOverlapBegin"); \ +static_assert(sizeof(ZLever_OnOverlapBegin) == 0x000118, "Wrong size on ZLever_OnOverlapBegin"); \ +static_assert(offsetof(ZLever_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'ZLever_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapBegin, Other) == 0x000008, "Member 'ZLever_OnOverlapBegin::Other' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZLever_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZLever_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZLever_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZLever_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_OnOverlapEnd \ +static_assert(alignof(ZLever_OnOverlapEnd) == 0x000008, "Wrong alignment on ZLever_OnOverlapEnd"); \ +static_assert(sizeof(ZLever_OnOverlapEnd) == 0x000020, "Wrong size on ZLever_OnOverlapEnd"); \ +static_assert(offsetof(ZLever_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZLever_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZLever_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZLever_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZLever_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_OnPlayerRestart \ +static_assert(alignof(ZLever_OnPlayerRestart) == 0x000004, "Wrong alignment on ZLever_OnPlayerRestart"); \ +static_assert(sizeof(ZLever_OnPlayerRestart) == 0x000004, "Wrong size on ZLever_OnPlayerRestart"); \ +static_assert(offsetof(ZLever_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZLever_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_OnReceiveAnimNotify \ +static_assert(alignof(ZLever_OnReceiveAnimNotify) == 0x000004, "Wrong alignment on ZLever_OnReceiveAnimNotify"); \ +static_assert(sizeof(ZLever_OnReceiveAnimNotify) == 0x000010, "Wrong size on ZLever_OnReceiveAnimNotify"); \ +static_assert(offsetof(ZLever_OnReceiveAnimNotify, AnimNotifyName) == 0x000000, "Member 'ZLever_OnReceiveAnimNotify::AnimNotifyName' has a wrong offset!"); \ +static_assert(offsetof(ZLever_OnReceiveAnimNotify, DebugInfo) == 0x000008, "Member 'ZLever_OnReceiveAnimNotify::DebugInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_OnStartMove \ +static_assert(alignof(ZLever_OnStartMove) == 0x000001, "Wrong alignment on ZLever_OnStartMove"); \ +static_assert(sizeof(ZLever_OnStartMove) == 0x000001, "Wrong size on ZLever_OnStartMove"); \ +static_assert(offsetof(ZLever_OnStartMove, bMovedByDarwin) == 0x000000, "Member 'ZLever_OnStartMove::bMovedByDarwin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_OnTriggerGameAction \ +static_assert(alignof(ZLever_OnTriggerGameAction) == 0x000008, "Wrong alignment on ZLever_OnTriggerGameAction"); \ +static_assert(sizeof(ZLever_OnTriggerGameAction) == 0x000018, "Wrong size on ZLever_OnTriggerGameAction"); \ +static_assert(offsetof(ZLever_OnTriggerGameAction, GameAction) == 0x000000, "Member 'ZLever_OnTriggerGameAction::GameAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_ResolveState \ +static_assert(alignof(ZLever_ResolveState) == 0x000001, "Wrong alignment on ZLever_ResolveState"); \ +static_assert(sizeof(ZLever_ResolveState) == 0x000001, "Wrong size on ZLever_ResolveState"); \ +static_assert(offsetof(ZLever_ResolveState, bTriggerGameActions) == 0x000000, "Member 'ZLever_ResolveState::bTriggerGameActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_Setup \ +static_assert(alignof(ZLever_Setup) == 0x000004, "Wrong alignment on ZLever_Setup"); \ +static_assert(sizeof(ZLever_Setup) == 0x000004, "Wrong size on ZLever_Setup"); \ +static_assert(offsetof(ZLever_Setup, Occurence) == 0x000000, "Member 'ZLever_Setup::Occurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_GetDirection \ +static_assert(alignof(ZLever_GetDirection) == 0x000001, "Wrong alignment on ZLever_GetDirection"); \ +static_assert(sizeof(ZLever_GetDirection) == 0x000001, "Wrong size on ZLever_GetDirection"); \ +static_assert(offsetof(ZLever_GetDirection, ReturnValue) == 0x000000, "Member 'ZLever_GetDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_GetPosition \ +static_assert(alignof(ZLever_GetPosition) == 0x000004, "Wrong alignment on ZLever_GetPosition"); \ +static_assert(sizeof(ZLever_GetPosition) == 0x000004, "Wrong size on ZLever_GetPosition"); \ +static_assert(offsetof(ZLever_GetPosition, ReturnValue) == 0x000000, "Member 'ZLever_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLever_IsBroken \ +static_assert(alignof(ZLever_IsBroken) == 0x000001, "Wrong alignment on ZLever_IsBroken"); \ +static_assert(sizeof(ZLever_IsBroken) == 0x000001, "Wrong size on ZLever_IsBroken"); \ +static_assert(offsetof(ZLever_IsBroken, ReturnValue) == 0x000000, "Member 'ZLever_IsBroken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZLever \ +static_assert(alignof(AZLever) == 0x000010, "Wrong alignment on AZLever"); \ +static_assert(sizeof(AZLever) == 0x0004B0, "Wrong size on AZLever"); \ +static_assert(offsetof(AZLever, StopGrabDelegate) == 0x000318, "Member 'AZLever::StopGrabDelegate' has a wrong offset!"); \ +static_assert(offsetof(AZLever, InteractableComponent) == 0x000328, "Member 'AZLever::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(AZLever, SceneRoot) == 0x000330, "Member 'AZLever::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AZLever, SkeletalMesh) == 0x000338, "Member 'AZLever::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(AZLever, PlayerListener) == 0x000340, "Member 'AZLever::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZLever, DarwinAnimMontage) == 0x000348, "Member 'AZLever::DarwinAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AZLever, LeverSocket) == 0x000350, "Member 'AZLever::LeverSocket' has a wrong offset!"); \ +static_assert(offsetof(AZLever, MotionWarpOnName) == 0x000358, "Member 'AZLever::MotionWarpOnName' has a wrong offset!"); \ +static_assert(offsetof(AZLever, MotionWarpOffName) == 0x000360, "Member 'AZLever::MotionWarpOffName' has a wrong offset!"); \ +static_assert(offsetof(AZLever, MotionWarpBoneTarget) == 0x000368, "Member 'AZLever::MotionWarpBoneTarget' has a wrong offset!"); \ +static_assert(offsetof(AZLever, AxisName) == 0x000370, "Member 'AZLever::AxisName' has a wrong offset!"); \ +static_assert(offsetof(AZLever, JumpOnAnimName) == 0x000378, "Member 'AZLever::JumpOnAnimName' has a wrong offset!"); \ +static_assert(offsetof(AZLever, JumpOffAnimName) == 0x000380, "Member 'AZLever::JumpOffAnimName' has a wrong offset!"); \ +static_assert(offsetof(AZLever, JumpOnStartAnimNotifyName) == 0x000388, "Member 'AZLever::JumpOnStartAnimNotifyName' has a wrong offset!"); \ +static_assert(offsetof(AZLever, JumpOnEndAnimNotifyName) == 0x000390, "Member 'AZLever::JumpOnEndAnimNotifyName' has a wrong offset!"); \ +static_assert(offsetof(AZLever, bDebug) == 0x000398, "Member 'AZLever::bDebug' has a wrong offset!"); \ +static_assert(offsetof(AZLever, bMoveToStartPosition) == 0x000399, "Member 'AZLever::bMoveToStartPosition' has a wrong offset!"); \ +static_assert(offsetof(AZLever, bMoveToEndPosition) == 0x00039A, "Member 'AZLever::bMoveToEndPosition' has a wrong offset!"); \ +static_assert(offsetof(AZLever, bShouldResetOnPlayerDeath) == 0x00039B, "Member 'AZLever::bShouldResetOnPlayerDeath' has a wrong offset!"); \ +static_assert(offsetof(AZLever, LeverType) == 0x00039C, "Member 'AZLever::LeverType' has a wrong offset!"); \ +static_assert(offsetof(AZLever, LeverTriggers) == 0x0003A0, "Member 'AZLever::LeverTriggers' has a wrong offset!"); \ +static_assert(offsetof(AZLever, Speed) == 0x0003B0, "Member 'AZLever::Speed' has a wrong offset!"); \ +static_assert(offsetof(AZLever, bUniqueUse) == 0x0003B4, "Member 'AZLever::bUniqueUse' has a wrong offset!"); \ +static_assert(offsetof(AZLever, SnapTime) == 0x0003B8, "Member 'AZLever::SnapTime' has a wrong offset!"); \ +static_assert(offsetof(AZLever, ReturnToNeutralTimer) == 0x0003BC, "Member 'AZLever::ReturnToNeutralTimer' has a wrong offset!"); \ +static_assert(offsetof(AZLever, ActionActors) == 0x0003C0, "Member 'AZLever::ActionActors' has a wrong offset!"); \ +static_assert(offsetof(AZLever, ActionTimer) == 0x0003D0, "Member 'AZLever::ActionTimer' has a wrong offset!"); \ +static_assert(offsetof(AZLever, StickDeadZoneAbsMax) == 0x0003D4, "Member 'AZLever::StickDeadZoneAbsMax' has a wrong offset!"); \ +static_assert(offsetof(AZLever, ZImpulseOnExit) == 0x0003D8, "Member 'AZLever::ZImpulseOnExit' has a wrong offset!"); \ +static_assert(offsetof(AZLever, TagAddedOnUse) == 0x0003E0, "Member 'AZLever::TagAddedOnUse' has a wrong offset!"); \ +static_assert(offsetof(AZLever, MoveToPositionMaxTime) == 0x000494, "Member 'AZLever::MoveToPositionMaxTime' has a wrong offset!"); \ +static_assert(offsetof(AZLever, bPlayActivationSoundBothWays) == 0x0004A0, "Member 'AZLever::bPlayActivationSoundBothWays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZLocomotionStateMachine \ +static_assert(alignof(UZLocomotionStateMachine) == 0x000008, "Wrong alignment on UZLocomotionStateMachine"); \ +static_assert(sizeof(UZLocomotionStateMachine) == 0x000068, "Wrong size on UZLocomotionStateMachine"); \ +static_assert(offsetof(UZLocomotionStateMachine, LocomotionStatesClass) == 0x000028, "Member 'UZLocomotionStateMachine::LocomotionStatesClass' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionStateMachine, CharacterOwner) == 0x000038, "Member 'UZLocomotionStateMachine::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionStateMachine, LocomotionStates) == 0x000040, "Member 'UZLocomotionStateMachine::LocomotionStates' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionStateMachine, CurrentState) == 0x000050, "Member 'UZLocomotionStateMachine::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UZLocomotionStateMachine, OnLocomotionStateChanged) == 0x000058, "Member 'UZLocomotionStateMachine::OnLocomotionStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZLocomotionState_Air_OnCharacterLand \ +static_assert(alignof(ZLocomotionState_Air_OnCharacterLand) == 0x000008, "Wrong alignment on ZLocomotionState_Air_OnCharacterLand"); \ +static_assert(sizeof(ZLocomotionState_Air_OnCharacterLand) == 0x0000F8, "Wrong size on ZLocomotionState_Air_OnCharacterLand"); \ +static_assert(offsetof(ZLocomotionState_Air_OnCharacterLand, Hit) == 0x000000, "Member 'ZLocomotionState_Air_OnCharacterLand::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZLocomotionState_Air \ +static_assert(alignof(UZLocomotionState_Air) == 0x000008, "Wrong alignment on UZLocomotionState_Air"); \ +static_assert(sizeof(UZLocomotionState_Air) == 0x000088, "Wrong size on UZLocomotionState_Air"); \ + +#define DUMPER7_ASSERTS_UZLocomotionState_Dead \ +static_assert(alignof(UZLocomotionState_Dead) == 0x000008, "Wrong alignment on UZLocomotionState_Dead"); \ +static_assert(sizeof(UZLocomotionState_Dead) == 0x000088, "Wrong size on UZLocomotionState_Dead"); \ + +#define DUMPER7_ASSERTS_UZLocomotionState_Swim \ +static_assert(alignof(UZLocomotionState_Swim) == 0x000008, "Wrong alignment on UZLocomotionState_Swim"); \ +static_assert(sizeof(UZLocomotionState_Swim) == 0x000098, "Wrong size on UZLocomotionState_Swim"); \ +static_assert(offsetof(UZLocomotionState_Swim, ClimbInput) == 0x000088, "Member 'UZLocomotionState_Swim::ClimbInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelAction_LoadLevel \ +static_assert(alignof(ULevelAction_LoadLevel) == 0x000008, "Wrong alignment on ULevelAction_LoadLevel"); \ +static_assert(sizeof(ULevelAction_LoadLevel) == 0x000068, "Wrong size on ULevelAction_LoadLevel"); \ + +#define DUMPER7_ASSERTS_ULevelAction_UnloadLevel \ +static_assert(alignof(ULevelAction_UnloadLevel) == 0x000008, "Wrong alignment on ULevelAction_UnloadLevel"); \ +static_assert(sizeof(ULevelAction_UnloadLevel) == 0x000068, "Wrong size on ULevelAction_UnloadLevel"); \ + +#define DUMPER7_ASSERTS_ULevelAction_SendEvent \ +static_assert(alignof(ULevelAction_SendEvent) == 0x000008, "Wrong alignment on ULevelAction_SendEvent"); \ +static_assert(sizeof(ULevelAction_SendEvent) == 0x000068, "Wrong size on ULevelAction_SendEvent"); \ + +#define DUMPER7_ASSERTS_ULevelAction_ExecuteFunction \ +static_assert(alignof(ULevelAction_ExecuteFunction) == 0x000008, "Wrong alignment on ULevelAction_ExecuteFunction"); \ +static_assert(sizeof(ULevelAction_ExecuteFunction) == 0x000080, "Wrong size on ULevelAction_ExecuteFunction"); \ + +#define DUMPER7_ASSERTS_UZMapManager \ +static_assert(alignof(UZMapManager) == 0x000008, "Wrong alignment on UZMapManager"); \ +static_assert(sizeof(UZMapManager) == 0x000088, "Wrong size on UZMapManager"); \ +static_assert(offsetof(UZMapManager, Actions) == 0x000078, "Member 'UZMapManager::Actions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMeleeCombatCircleComponent_OnThreatAdded \ +static_assert(alignof(ZMeleeCombatCircleComponent_OnThreatAdded) == 0x000008, "Wrong alignment on ZMeleeCombatCircleComponent_OnThreatAdded"); \ +static_assert(sizeof(ZMeleeCombatCircleComponent_OnThreatAdded) == 0x000008, "Wrong size on ZMeleeCombatCircleComponent_OnThreatAdded"); \ +static_assert(offsetof(ZMeleeCombatCircleComponent_OnThreatAdded, pThreat) == 0x000000, "Member 'ZMeleeCombatCircleComponent_OnThreatAdded::pThreat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMeleeCombatCircleComponent_SetEnabled \ +static_assert(alignof(ZMeleeCombatCircleComponent_SetEnabled) == 0x000001, "Wrong alignment on ZMeleeCombatCircleComponent_SetEnabled"); \ +static_assert(sizeof(ZMeleeCombatCircleComponent_SetEnabled) == 0x000001, "Wrong size on ZMeleeCombatCircleComponent_SetEnabled"); \ +static_assert(offsetof(ZMeleeCombatCircleComponent_SetEnabled, bValue) == 0x000000, "Member 'ZMeleeCombatCircleComponent_SetEnabled::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZMeleeCombatCircleComponent \ +static_assert(alignof(UZMeleeCombatCircleComponent) == 0x000008, "Wrong alignment on UZMeleeCombatCircleComponent"); \ +static_assert(sizeof(UZMeleeCombatCircleComponent) == 0x0000F8, "Wrong size on UZMeleeCombatCircleComponent"); \ +static_assert(offsetof(UZMeleeCombatCircleComponent, bProcedural) == 0x0000A0, "Member 'UZMeleeCombatCircleComponent::bProcedural' has a wrong offset!"); \ +static_assert(offsetof(UZMeleeCombatCircleComponent, Radius) == 0x0000A4, "Member 'UZMeleeCombatCircleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UZMeleeCombatCircleComponent, SlotRadius) == 0x0000A8, "Member 'UZMeleeCombatCircleComponent::SlotRadius' has a wrong offset!"); \ +static_assert(offsetof(UZMeleeCombatCircleComponent, IgnoredStaticMeshTag) == 0x0000AC, "Member 'UZMeleeCombatCircleComponent::IgnoredStaticMeshTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMontagePlayWarpTarget_OnBeginOverlap \ +static_assert(alignof(ZMontagePlayWarpTarget_OnBeginOverlap) == 0x000008, "Wrong alignment on ZMontagePlayWarpTarget_OnBeginOverlap"); \ +static_assert(sizeof(ZMontagePlayWarpTarget_OnBeginOverlap) == 0x000118, "Wrong size on ZMontagePlayWarpTarget_OnBeginOverlap"); \ +static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OtherActor) == 0x000008, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OtherComp) == 0x000010, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ZMontagePlayWarpTarget_OnBeginOverlap, SweepResult) == 0x000020, "Member 'ZMontagePlayWarpTarget_OnBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZMontagePlayWarpTarget \ +static_assert(alignof(AZMontagePlayWarpTarget) == 0x000008, "Wrong alignment on AZMontagePlayWarpTarget"); \ +static_assert(sizeof(AZMontagePlayWarpTarget) == 0x0002E8, "Wrong size on AZMontagePlayWarpTarget"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, BoxComponent) == 0x000290, "Member 'AZMontagePlayWarpTarget::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, TargetActor) == 0x000298, "Member 'AZMontagePlayWarpTarget::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, AnimToPlay) == 0x0002C0, "Member 'AZMontagePlayWarpTarget::AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, WarpTargetName) == 0x0002C8, "Member 'AZMontagePlayWarpTarget::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, BoneTargetName) == 0x0002D0, "Member 'AZMontagePlayWarpTarget::BoneTargetName' has a wrong offset!"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, bShouldFollowComponent) == 0x0002D8, "Member 'AZMontagePlayWarpTarget::bShouldFollowComponent' has a wrong offset!"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, MontageSection) == 0x0002DC, "Member 'AZMontagePlayWarpTarget::MontageSection' has a wrong offset!"); \ +static_assert(offsetof(AZMontagePlayWarpTarget, bDebug) == 0x0002E4, "Member 'AZMontagePlayWarpTarget::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_KillBlobs \ +static_assert(alignof(ZMushroomFieldSystem_KillBlobs) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_KillBlobs"); \ +static_assert(sizeof(ZMushroomFieldSystem_KillBlobs) == 0x000008, "Wrong size on ZMushroomFieldSystem_KillBlobs"); \ +static_assert(offsetof(ZMushroomFieldSystem_KillBlobs, Field) == 0x000000, "Member 'ZMushroomFieldSystem_KillBlobs::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnActorEntersField \ +static_assert(alignof(ZMushroomFieldSystem_OnActorEntersField) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnActorEntersField"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnActorEntersField) == 0x000108, "Wrong size on ZMushroomFieldSystem_OnActorEntersField"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnActorEntersField, OtherActor) == 0x000000, "Member 'ZMushroomFieldSystem_OnActorEntersField::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnActorEntersField, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnActorEntersField::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnActorEntersField, HitResult) == 0x000010, "Member 'ZMushroomFieldSystem_OnActorEntersField::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnBlobsRequested \ +static_assert(alignof(ZMushroomFieldSystem_OnBlobsRequested) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnBlobsRequested"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnBlobsRequested) == 0x000018, "Wrong size on ZMushroomFieldSystem_OnBlobsRequested"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnBlobsRequested, Field) == 0x000000, "Member 'ZMushroomFieldSystem_OnBlobsRequested::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnBlobsRequested, SpawnLocations) == 0x000008, "Member 'ZMushroomFieldSystem_OnBlobsRequested::SpawnLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnFieldAlert \ +static_assert(alignof(ZMushroomFieldSystem_OnFieldAlert) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnFieldAlert"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnFieldAlert) == 0x000020, "Wrong size on ZMushroomFieldSystem_OnFieldAlert"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlert, Field) == 0x000000, "Member 'ZMushroomFieldSystem_OnFieldAlert::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlert, AlertLocation) == 0x000008, "Member 'ZMushroomFieldSystem_OnFieldAlert::AlertLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnFieldAlertUpdate \ +static_assert(alignof(ZMushroomFieldSystem_OnFieldAlertUpdate) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnFieldAlertUpdate"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnFieldAlertUpdate) == 0x000020, "Wrong size on ZMushroomFieldSystem_OnFieldAlertUpdate"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlertUpdate, Field) == 0x000000, "Member 'ZMushroomFieldSystem_OnFieldAlertUpdate::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnFieldAlertUpdate, AlertLocation) == 0x000008, "Member 'ZMushroomFieldSystem_OnFieldAlertUpdate::AlertLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPawnEntersOpenArea \ +static_assert(alignof(ZMushroomFieldSystem_OnPawnEntersOpenArea) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnPawnEntersOpenArea"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnPawnEntersOpenArea) == 0x000010, "Wrong size on ZMushroomFieldSystem_OnPawnEntersOpenArea"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnPawnEntersOpenArea, Pawn) == 0x000000, "Member 'ZMushroomFieldSystem_OnPawnEntersOpenArea::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnPawnEntersOpenArea, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnPawnEntersOpenArea::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPawnLeavesField \ +static_assert(alignof(ZMushroomFieldSystem_OnPawnLeavesField) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnPawnLeavesField"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnPawnLeavesField) == 0x000010, "Wrong size on ZMushroomFieldSystem_OnPawnLeavesField"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesField, Pawn) == 0x000000, "Member 'ZMushroomFieldSystem_OnPawnLeavesField::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesField, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnPawnLeavesField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPawnLeavesOpenArea \ +static_assert(alignof(ZMushroomFieldSystem_OnPawnLeavesOpenArea) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_OnPawnLeavesOpenArea"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnPawnLeavesOpenArea) == 0x000010, "Wrong size on ZMushroomFieldSystem_OnPawnLeavesOpenArea"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesOpenArea, Pawn) == 0x000000, "Member 'ZMushroomFieldSystem_OnPawnLeavesOpenArea::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnPawnLeavesOpenArea, Field) == 0x000008, "Member 'ZMushroomFieldSystem_OnPawnLeavesOpenArea::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_OnPlayerRestart \ +static_assert(alignof(ZMushroomFieldSystem_OnPlayerRestart) == 0x000004, "Wrong alignment on ZMushroomFieldSystem_OnPlayerRestart"); \ +static_assert(sizeof(ZMushroomFieldSystem_OnPlayerRestart) == 0x000004, "Wrong size on ZMushroomFieldSystem_OnPlayerRestart"); \ +static_assert(offsetof(ZMushroomFieldSystem_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZMushroomFieldSystem_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_SetAlertRadius \ +static_assert(alignof(ZMushroomFieldSystem_SetAlertRadius) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_SetAlertRadius"); \ +static_assert(sizeof(ZMushroomFieldSystem_SetAlertRadius) == 0x000010, "Wrong size on ZMushroomFieldSystem_SetAlertRadius"); \ +static_assert(offsetof(ZMushroomFieldSystem_SetAlertRadius, Field) == 0x000000, "Member 'ZMushroomFieldSystem_SetAlertRadius::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_SetAlertRadius, Radius) == 0x000008, "Member 'ZMushroomFieldSystem_SetAlertRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_SpawnBlobs \ +static_assert(alignof(ZMushroomFieldSystem_SpawnBlobs) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_SpawnBlobs"); \ +static_assert(sizeof(ZMushroomFieldSystem_SpawnBlobs) == 0x000018, "Wrong size on ZMushroomFieldSystem_SpawnBlobs"); \ +static_assert(offsetof(ZMushroomFieldSystem_SpawnBlobs, Field) == 0x000000, "Member 'ZMushroomFieldSystem_SpawnBlobs::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_SpawnBlobs, Locations) == 0x000008, "Member 'ZMushroomFieldSystem_SpawnBlobs::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_ComputeEnemiesSpawnLocation \ +static_assert(alignof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_ComputeEnemiesSpawnLocation"); \ +static_assert(sizeof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation) == 0x000028, "Wrong size on ZMushroomFieldSystem_ComputeEnemiesSpawnLocation"); \ +static_assert(offsetof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation, SourceLocation) == 0x000000, "Member 'ZMushroomFieldSystem_ComputeEnemiesSpawnLocation::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_ComputeEnemiesSpawnLocation, ReturnValue) == 0x000018, "Member 'ZMushroomFieldSystem_ComputeEnemiesSpawnLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_GetFieldState \ +static_assert(alignof(ZMushroomFieldSystem_GetFieldState) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_GetFieldState"); \ +static_assert(sizeof(ZMushroomFieldSystem_GetFieldState) == 0x000010, "Wrong size on ZMushroomFieldSystem_GetFieldState"); \ +static_assert(offsetof(ZMushroomFieldSystem_GetFieldState, Field) == 0x000000, "Member 'ZMushroomFieldSystem_GetFieldState::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_GetFieldState, ReturnValue) == 0x000008, "Member 'ZMushroomFieldSystem_GetFieldState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_GetMushroomFields \ +static_assert(alignof(ZMushroomFieldSystem_GetMushroomFields) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_GetMushroomFields"); \ +static_assert(sizeof(ZMushroomFieldSystem_GetMushroomFields) == 0x000010, "Wrong size on ZMushroomFieldSystem_GetMushroomFields"); \ +static_assert(offsetof(ZMushroomFieldSystem_GetMushroomFields, ReturnValue) == 0x000000, "Member 'ZMushroomFieldSystem_GetMushroomFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZMushroomFieldSystem_IsInAlertRadius \ +static_assert(alignof(ZMushroomFieldSystem_IsInAlertRadius) == 0x000008, "Wrong alignment on ZMushroomFieldSystem_IsInAlertRadius"); \ +static_assert(sizeof(ZMushroomFieldSystem_IsInAlertRadius) == 0x000028, "Wrong size on ZMushroomFieldSystem_IsInAlertRadius"); \ +static_assert(offsetof(ZMushroomFieldSystem_IsInAlertRadius, Field) == 0x000000, "Member 'ZMushroomFieldSystem_IsInAlertRadius::Field' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_IsInAlertRadius, Location) == 0x000008, "Member 'ZMushroomFieldSystem_IsInAlertRadius::Location' has a wrong offset!"); \ +static_assert(offsetof(ZMushroomFieldSystem_IsInAlertRadius, ReturnValue) == 0x000020, "Member 'ZMushroomFieldSystem_IsInAlertRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZMushroomFieldSystem \ +static_assert(alignof(AZMushroomFieldSystem) == 0x000008, "Wrong alignment on AZMushroomFieldSystem"); \ +static_assert(sizeof(AZMushroomFieldSystem) == 0x000318, "Wrong size on AZMushroomFieldSystem"); \ +static_assert(offsetof(AZMushroomFieldSystem, PlayerListener) == 0x000290, "Member 'AZMushroomFieldSystem::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, bShowDebug) == 0x000298, "Member 'AZMushroomFieldSystem::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, ShapeDebugColor) == 0x00029C, "Member 'AZMushroomFieldSystem::ShapeDebugColor' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, SphereDebugColor) == 0x0002A0, "Member 'AZMushroomFieldSystem::SphereDebugColor' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, LineThickness) == 0x0002A4, "Member 'AZMushroomFieldSystem::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, DebugSphereMaxRadius) == 0x0002A8, "Member 'AZMushroomFieldSystem::DebugSphereMaxRadius' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, bSpawnEnemies) == 0x0002AC, "Member 'AZMushroomFieldSystem::bSpawnEnemies' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, EnemyClass) == 0x0002B0, "Member 'AZMushroomFieldSystem::EnemyClass' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, GaugeFillingSpeed) == 0x0002B8, "Member 'AZMushroomFieldSystem::GaugeFillingSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, GaugeRegenSpeed) == 0x0002BC, "Member 'AZMushroomFieldSystem::GaugeRegenSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, GaugeMaxValue) == 0x0002C0, "Member 'AZMushroomFieldSystem::GaugeMaxValue' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, IntruderVelocityLowerBound) == 0x0002C4, "Member 'AZMushroomFieldSystem::IntruderVelocityLowerBound' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, AutoRegen) == 0x0002C8, "Member 'AZMushroomFieldSystem::AutoRegen' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, MaxEnemySpawn) == 0x0002CC, "Member 'AZMushroomFieldSystem::MaxEnemySpawn' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, EnemyHardLimit) == 0x0002D0, "Member 'AZMushroomFieldSystem::EnemyHardLimit' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, EnemySpawnRadius) == 0x0002D4, "Member 'AZMushroomFieldSystem::EnemySpawnRadius' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, EnemySpawnRadiusDeviation) == 0x0002D8, "Member 'AZMushroomFieldSystem::EnemySpawnRadiusDeviation' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, bDestroyEnemiesOnEmptyGauge) == 0x0002DC, "Member 'AZMushroomFieldSystem::bDestroyEnemiesOnEmptyGauge' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, SpeedFactor) == 0x0002E0, "Member 'AZMushroomFieldSystem::SpeedFactor' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, MushroomFields) == 0x0002E8, "Member 'AZMushroomFieldSystem::MushroomFields' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, CurrentField) == 0x0002F8, "Member 'AZMushroomFieldSystem::CurrentField' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, GaugeLevel) == 0x0002FC, "Member 'AZMushroomFieldSystem::GaugeLevel' has a wrong offset!"); \ +static_assert(offsetof(AZMushroomFieldSystem, LastIntruderPosition) == 0x000300, "Member 'AZMushroomFieldSystem::LastIntruderPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZNavMeshControllerComponent_OnPlayerRestart \ +static_assert(alignof(ZNavMeshControllerComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZNavMeshControllerComponent_OnPlayerRestart"); \ +static_assert(sizeof(ZNavMeshControllerComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZNavMeshControllerComponent_OnPlayerRestart"); \ +static_assert(offsetof(ZNavMeshControllerComponent_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZNavMeshControllerComponent_OnPlayerRestart::Occurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZNavMeshControllerComponent \ +static_assert(alignof(UZNavMeshControllerComponent) == 0x000008, "Wrong alignment on UZNavMeshControllerComponent"); \ +static_assert(sizeof(UZNavMeshControllerComponent) == 0x000100, "Wrong size on UZNavMeshControllerComponent"); \ +static_assert(offsetof(UZNavMeshControllerComponent, bSnapToNavMesh) == 0x0000F0, "Member 'UZNavMeshControllerComponent::bSnapToNavMesh' has a wrong offset!"); \ +static_assert(offsetof(UZNavMeshControllerComponent, bCapsuleAdjust) == 0x0000F1, "Member 'UZNavMeshControllerComponent::bCapsuleAdjust' has a wrong offset!"); \ +static_assert(offsetof(UZNavMeshControllerComponent, bMarkNavMeshDirty) == 0x0000F2, "Member 'UZNavMeshControllerComponent::bMarkNavMeshDirty' has a wrong offset!"); \ +static_assert(offsetof(UZNavMeshControllerComponent, AreaClass) == 0x0000F8, "Member 'UZNavMeshControllerComponent::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZNavModifierVolume_OnScaleChange \ +static_assert(alignof(ZNavModifierVolume_OnScaleChange) == 0x000008, "Wrong alignment on ZNavModifierVolume_OnScaleChange"); \ +static_assert(sizeof(ZNavModifierVolume_OnScaleChange) == 0x000018, "Wrong size on ZNavModifierVolume_OnScaleChange"); \ +static_assert(offsetof(ZNavModifierVolume_OnScaleChange, NewScale) == 0x000000, "Member 'ZNavModifierVolume_OnScaleChange::NewScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZNavModifierVolume \ +static_assert(alignof(AZNavModifierVolume) == 0x000008, "Wrong alignment on AZNavModifierVolume"); \ +static_assert(sizeof(AZNavModifierVolume) == 0x000290, "Wrong size on AZNavModifierVolume"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_AddSelfToHelpSystem \ +static_assert(alignof(ZObjectHelpComponent_AddSelfToHelpSystem) == 0x000001, "Wrong alignment on ZObjectHelpComponent_AddSelfToHelpSystem"); \ +static_assert(sizeof(ZObjectHelpComponent_AddSelfToHelpSystem) == 0x000001, "Wrong size on ZObjectHelpComponent_AddSelfToHelpSystem"); \ +static_assert(offsetof(ZObjectHelpComponent_AddSelfToHelpSystem, bGameplayReady) == 0x000000, "Member 'ZObjectHelpComponent_AddSelfToHelpSystem::bGameplayReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_HelpOverlapGameplayReady \ +static_assert(alignof(ZObjectHelpComponent_HelpOverlapGameplayReady) == 0x000001, "Wrong alignment on ZObjectHelpComponent_HelpOverlapGameplayReady"); \ +static_assert(sizeof(ZObjectHelpComponent_HelpOverlapGameplayReady) == 0x000001, "Wrong size on ZObjectHelpComponent_HelpOverlapGameplayReady"); \ +static_assert(offsetof(ZObjectHelpComponent_HelpOverlapGameplayReady, bValue) == 0x000000, "Member 'ZObjectHelpComponent_HelpOverlapGameplayReady::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnGameplayReady \ +static_assert(alignof(ZObjectHelpComponent_OnGameplayReady) == 0x000001, "Wrong alignment on ZObjectHelpComponent_OnGameplayReady"); \ +static_assert(sizeof(ZObjectHelpComponent_OnGameplayReady) == 0x000001, "Wrong size on ZObjectHelpComponent_OnGameplayReady"); \ +static_assert(offsetof(ZObjectHelpComponent_OnGameplayReady, bValue) == 0x000000, "Member 'ZObjectHelpComponent_OnGameplayReady::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnOverlapBegin \ +static_assert(alignof(ZObjectHelpComponent_OnOverlapBegin) == 0x000008, "Wrong alignment on ZObjectHelpComponent_OnOverlapBegin"); \ +static_assert(sizeof(ZObjectHelpComponent_OnOverlapBegin) == 0x000118, "Wrong size on ZObjectHelpComponent_OnOverlapBegin"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'ZObjectHelpComponent_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OtherActor) == 0x000008, "Member 'ZObjectHelpComponent_OnOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ZObjectHelpComponent_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ZObjectHelpComponent_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ZObjectHelpComponent_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ZObjectHelpComponent_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnOverlapEnd \ +static_assert(alignof(ZObjectHelpComponent_OnOverlapEnd) == 0x000008, "Wrong alignment on ZObjectHelpComponent_OnOverlapEnd"); \ +static_assert(sizeof(ZObjectHelpComponent_OnOverlapEnd) == 0x000020, "Wrong size on ZObjectHelpComponent_OnOverlapEnd"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ZObjectHelpComponent_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ZObjectHelpComponent_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ZObjectHelpComponent_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ZObjectHelpComponent_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnOwnerOccluded \ +static_assert(alignof(ZObjectHelpComponent_OnOwnerOccluded) == 0x000001, "Wrong alignment on ZObjectHelpComponent_OnOwnerOccluded"); \ +static_assert(sizeof(ZObjectHelpComponent_OnOwnerOccluded) == 0x000001, "Wrong size on ZObjectHelpComponent_OnOwnerOccluded"); \ +static_assert(offsetof(ZObjectHelpComponent_OnOwnerOccluded, bIsOccluded) == 0x000000, "Member 'ZObjectHelpComponent_OnOwnerOccluded::bIsOccluded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnPlayerRange \ +static_assert(alignof(ZObjectHelpComponent_OnPlayerRange) == 0x000004, "Wrong alignment on ZObjectHelpComponent_OnPlayerRange"); \ +static_assert(sizeof(ZObjectHelpComponent_OnPlayerRange) == 0x00000C, "Wrong size on ZObjectHelpComponent_OnPlayerRange"); \ +static_assert(offsetof(ZObjectHelpComponent_OnPlayerRange, bValue) == 0x000000, "Member 'ZObjectHelpComponent_OnPlayerRange::bValue' has a wrong offset!"); \ +static_assert(offsetof(ZObjectHelpComponent_OnPlayerRange, Name_0) == 0x000004, "Member 'ZObjectHelpComponent_OnPlayerRange::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnPlayerRestart \ +static_assert(alignof(ZObjectHelpComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZObjectHelpComponent_OnPlayerRestart"); \ +static_assert(sizeof(ZObjectHelpComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZObjectHelpComponent_OnPlayerRestart"); \ +static_assert(offsetof(ZObjectHelpComponent_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZObjectHelpComponent_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_OnPlayerRestartComplete \ +static_assert(alignof(ZObjectHelpComponent_OnPlayerRestartComplete) == 0x000008, "Wrong alignment on ZObjectHelpComponent_OnPlayerRestartComplete"); \ +static_assert(sizeof(ZObjectHelpComponent_OnPlayerRestartComplete) == 0x000008, "Wrong size on ZObjectHelpComponent_OnPlayerRestartComplete"); \ +static_assert(offsetof(ZObjectHelpComponent_OnPlayerRestartComplete, Checkpoint) == 0x000000, "Member 'ZObjectHelpComponent_OnPlayerRestartComplete::Checkpoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_SetIsEnabled \ +static_assert(alignof(ZObjectHelpComponent_SetIsEnabled) == 0x000001, "Wrong alignment on ZObjectHelpComponent_SetIsEnabled"); \ +static_assert(sizeof(ZObjectHelpComponent_SetIsEnabled) == 0x000001, "Wrong size on ZObjectHelpComponent_SetIsEnabled"); \ +static_assert(offsetof(ZObjectHelpComponent_SetIsEnabled, bEnabled) == 0x000000, "Member 'ZObjectHelpComponent_SetIsEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_SetWidgetClass \ +static_assert(alignof(ZObjectHelpComponent_SetWidgetClass) == 0x000008, "Wrong alignment on ZObjectHelpComponent_SetWidgetClass"); \ +static_assert(sizeof(ZObjectHelpComponent_SetWidgetClass) == 0x000028, "Wrong size on ZObjectHelpComponent_SetWidgetClass"); \ +static_assert(offsetof(ZObjectHelpComponent_SetWidgetClass, UserWidgetClass) == 0x000000, "Member 'ZObjectHelpComponent_SetWidgetClass::UserWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZObjectHelpComponent_IsEnabled \ +static_assert(alignof(ZObjectHelpComponent_IsEnabled) == 0x000001, "Wrong alignment on ZObjectHelpComponent_IsEnabled"); \ +static_assert(sizeof(ZObjectHelpComponent_IsEnabled) == 0x000001, "Wrong size on ZObjectHelpComponent_IsEnabled"); \ +static_assert(offsetof(ZObjectHelpComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZObjectHelpComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZObjectHelpComponent \ +static_assert(alignof(UZObjectHelpComponent) == 0x000008, "Wrong alignment on UZObjectHelpComponent"); \ +static_assert(sizeof(UZObjectHelpComponent) == 0x0001A8, "Wrong size on UZObjectHelpComponent"); \ +static_assert(offsetof(UZObjectHelpComponent, bHelpOverlap) == 0x0000A0, "Member 'UZObjectHelpComponent::bHelpOverlap' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, bAlwaysDisplay) == 0x0000A1, "Member 'UZObjectHelpComponent::bAlwaysDisplay' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, SaveTagOverridesDisplay) == 0x0000A8, "Member 'UZObjectHelpComponent::SaveTagOverridesDisplay' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, bUseGenericWidget) == 0x0000C8, "Member 'UZObjectHelpComponent::bUseGenericWidget' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, GenericWidgetClass) == 0x0000D0, "Member 'UZObjectHelpComponent::GenericWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, WidgetClass) == 0x0000F8, "Member 'UZObjectHelpComponent::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, WidgetText) == 0x000120, "Member 'UZObjectHelpComponent::WidgetText' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, WidgetToDisplay) == 0x000130, "Member 'UZObjectHelpComponent::WidgetToDisplay' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, MinDisplayDistance) == 0x000138, "Member 'UZObjectHelpComponent::MinDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, bDebug) == 0x000150, "Member 'UZObjectHelpComponent::bDebug' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, OnTextWidgetCreated) == 0x000158, "Member 'UZObjectHelpComponent::OnTextWidgetCreated' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, OnHelpObjectChecked) == 0x000168, "Member 'UZObjectHelpComponent::OnHelpObjectChecked' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, bIsEnabled) == 0x000178, "Member 'UZObjectHelpComponent::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, bIgnoreHelpMessage) == 0x000179, "Member 'UZObjectHelpComponent::bIgnoreHelpMessage' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, WidgetComponent) == 0x000180, "Member 'UZObjectHelpComponent::WidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, PlayerEventListener) == 0x000188, "Member 'UZObjectHelpComponent::PlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, HelpSystem) == 0x000190, "Member 'UZObjectHelpComponent::HelpSystem' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, PlayerCharacter) == 0x000198, "Member 'UZObjectHelpComponent::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UZObjectHelpComponent, UIController) == 0x0001A0, "Member 'UZObjectHelpComponent::UIController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZOptimUtilitiesFunctionLibrary_SetBinkPlaying \ +static_assert(alignof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying) == 0x000008, "Wrong alignment on ZOptimUtilitiesFunctionLibrary_SetBinkPlaying"); \ +static_assert(sizeof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying) == 0x000030, "Wrong size on ZOptimUtilitiesFunctionLibrary_SetBinkPlaying"); \ +static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying, MediaTexture) == 0x000000, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlaying::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlaying, PlayState) == 0x000028, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlaying::PlayState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage \ +static_assert(alignof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage) == 0x000008, "Wrong alignment on ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage"); \ +static_assert(sizeof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage) == 0x000010, "Wrong size on ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage"); \ +static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage, Image) == 0x000000, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage::Image' has a wrong offset!"); \ +static_assert(offsetof(ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage, PlayState) == 0x000008, "Member 'ZOptimUtilitiesFunctionLibrary_SetBinkPlayingFromImage::PlayState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZOptimUtilitiesFunctionLibrary \ +static_assert(alignof(UZOptimUtilitiesFunctionLibrary) == 0x000008, "Wrong alignment on UZOptimUtilitiesFunctionLibrary"); \ +static_assert(sizeof(UZOptimUtilitiesFunctionLibrary) == 0x000028, "Wrong size on UZOptimUtilitiesFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UZPathFollowingComponent \ +static_assert(alignof(UZPathFollowingComponent) == 0x000008, "Wrong alignment on UZPathFollowingComponent"); \ +static_assert(sizeof(UZPathFollowingComponent) == 0x0002E0, "Wrong size on UZPathFollowingComponent"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_OnPawnDestroyed \ +static_assert(alignof(ZPatrolPath_OnPawnDestroyed) == 0x000008, "Wrong alignment on ZPatrolPath_OnPawnDestroyed"); \ +static_assert(sizeof(ZPatrolPath_OnPawnDestroyed) == 0x000008, "Wrong size on ZPatrolPath_OnPawnDestroyed"); \ +static_assert(offsetof(ZPatrolPath_OnPawnDestroyed, DestroyedActor) == 0x000000, "Member 'ZPatrolPath_OnPawnDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_OnPlayerPreRespawn \ +static_assert(alignof(ZPatrolPath_OnPlayerPreRespawn) == 0x000008, "Wrong alignment on ZPatrolPath_OnPlayerPreRespawn"); \ +static_assert(sizeof(ZPatrolPath_OnPlayerPreRespawn) == 0x000008, "Wrong size on ZPatrolPath_OnPlayerPreRespawn"); \ +static_assert(offsetof(ZPatrolPath_OnPlayerPreRespawn, OldPawn) == 0x000000, "Member 'ZPatrolPath_OnPlayerPreRespawn::OldPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_OnPlayerRestart \ +static_assert(alignof(ZPatrolPath_OnPlayerRestart) == 0x000004, "Wrong alignment on ZPatrolPath_OnPlayerRestart"); \ +static_assert(sizeof(ZPatrolPath_OnPlayerRestart) == 0x000004, "Wrong size on ZPatrolPath_OnPlayerRestart"); \ +static_assert(offsetof(ZPatrolPath_OnPlayerRestart, Occurence) == 0x000000, "Member 'ZPatrolPath_OnPlayerRestart::Occurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_OnStartUse \ +static_assert(alignof(ZPatrolPath_OnStartUse) == 0x000008, "Wrong alignment on ZPatrolPath_OnStartUse"); \ +static_assert(sizeof(ZPatrolPath_OnStartUse) == 0x000010, "Wrong size on ZPatrolPath_OnStartUse"); \ +static_assert(offsetof(ZPatrolPath_OnStartUse, pPoint) == 0x000000, "Member 'ZPatrolPath_OnStartUse::pPoint' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_OnStartUse, pUser) == 0x000008, "Member 'ZPatrolPath_OnStartUse::pUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_OnStopUse \ +static_assert(alignof(ZPatrolPath_OnStopUse) == 0x000008, "Wrong alignment on ZPatrolPath_OnStopUse"); \ +static_assert(sizeof(ZPatrolPath_OnStopUse) == 0x000010, "Wrong size on ZPatrolPath_OnStopUse"); \ +static_assert(offsetof(ZPatrolPath_OnStopUse, pPoint) == 0x000000, "Member 'ZPatrolPath_OnStopUse::pPoint' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_OnStopUse, pUser) == 0x000008, "Member 'ZPatrolPath_OnStopUse::pUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_RequestPause \ +static_assert(alignof(ZPatrolPath_RequestPause) == 0x000008, "Wrong alignment on ZPatrolPath_RequestPause"); \ +static_assert(sizeof(ZPatrolPath_RequestPause) == 0x000008, "Wrong size on ZPatrolPath_RequestPause"); \ +static_assert(offsetof(ZPatrolPath_RequestPause, Pauser) == 0x000000, "Member 'ZPatrolPath_RequestPause::Pauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_RequestResume \ +static_assert(alignof(ZPatrolPath_RequestResume) == 0x000008, "Wrong alignment on ZPatrolPath_RequestResume"); \ +static_assert(sizeof(ZPatrolPath_RequestResume) == 0x000008, "Wrong size on ZPatrolPath_RequestResume"); \ +static_assert(offsetof(ZPatrolPath_RequestResume, Pauser) == 0x000000, "Member 'ZPatrolPath_RequestResume::Pauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_RestartSpawning \ +static_assert(alignof(ZPatrolPath_RestartSpawning) == 0x000004, "Wrong alignment on ZPatrolPath_RestartSpawning"); \ +static_assert(sizeof(ZPatrolPath_RestartSpawning) == 0x000004, "Wrong size on ZPatrolPath_RestartSpawning"); \ +static_assert(offsetof(ZPatrolPath_RestartSpawning, Delay) == 0x000000, "Member 'ZPatrolPath_RestartSpawning::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_StopSpawning \ +static_assert(alignof(ZPatrolPath_StopSpawning) == 0x000001, "Wrong alignment on ZPatrolPath_StopSpawning"); \ +static_assert(sizeof(ZPatrolPath_StopSpawning) == 0x000001, "Wrong size on ZPatrolPath_StopSpawning"); \ +static_assert(offsetof(ZPatrolPath_StopSpawning, KillExistingPawn) == 0x000000, "Member 'ZPatrolPath_StopSpawning::KillExistingPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_ContainsPauser \ +static_assert(alignof(ZPatrolPath_ContainsPauser) == 0x000008, "Wrong alignment on ZPatrolPath_ContainsPauser"); \ +static_assert(sizeof(ZPatrolPath_ContainsPauser) == 0x000010, "Wrong size on ZPatrolPath_ContainsPauser"); \ +static_assert(offsetof(ZPatrolPath_ContainsPauser, Pauser) == 0x000000, "Member 'ZPatrolPath_ContainsPauser::Pauser' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_ContainsPauser, ReturnValue) == 0x000008, "Member 'ZPatrolPath_ContainsPauser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetNextPoint \ +static_assert(alignof(ZPatrolPath_GetNextPoint) == 0x000008, "Wrong alignment on ZPatrolPath_GetNextPoint"); \ +static_assert(sizeof(ZPatrolPath_GetNextPoint) == 0x000018, "Wrong size on ZPatrolPath_GetNextPoint"); \ +static_assert(offsetof(ZPatrolPath_GetNextPoint, Type) == 0x000000, "Member 'ZPatrolPath_GetNextPoint::Type' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetNextPoint, PreviousPointIndex) == 0x000004, "Member 'ZPatrolPath_GetNextPoint::PreviousPointIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetNextPoint, NewIndex) == 0x000008, "Member 'ZPatrolPath_GetNextPoint::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetNextPoint, ReturnValue) == 0x000010, "Member 'ZPatrolPath_GetNextPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetPoint \ +static_assert(alignof(ZPatrolPath_GetPoint) == 0x000008, "Wrong alignment on ZPatrolPath_GetPoint"); \ +static_assert(sizeof(ZPatrolPath_GetPoint) == 0x000010, "Wrong size on ZPatrolPath_GetPoint"); \ +static_assert(offsetof(ZPatrolPath_GetPoint, PointIndex) == 0x000000, "Member 'ZPatrolPath_GetPoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetPoint, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetPointByUser \ +static_assert(alignof(ZPatrolPath_GetPointByUser) == 0x000008, "Wrong alignment on ZPatrolPath_GetPointByUser"); \ +static_assert(sizeof(ZPatrolPath_GetPointByUser) == 0x000010, "Wrong size on ZPatrolPath_GetPointByUser"); \ +static_assert(offsetof(ZPatrolPath_GetPointByUser, User) == 0x000000, "Member 'ZPatrolPath_GetPointByUser::User' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetPointByUser, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetPointByUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetPoints \ +static_assert(alignof(ZPatrolPath_GetPoints) == 0x000008, "Wrong alignment on ZPatrolPath_GetPoints"); \ +static_assert(sizeof(ZPatrolPath_GetPoints) == 0x000010, "Wrong size on ZPatrolPath_GetPoints"); \ +static_assert(offsetof(ZPatrolPath_GetPoints, ReturnValue) == 0x000000, "Member 'ZPatrolPath_GetPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleLocation \ +static_assert(alignof(ZPatrolPath_GetSentinelleLocation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleLocation"); \ +static_assert(sizeof(ZPatrolPath_GetSentinelleLocation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleLocation"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleLocation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleLocation::SentinelleIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleLocation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleRotation \ +static_assert(alignof(ZPatrolPath_GetSentinelleRotation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleRotation"); \ +static_assert(sizeof(ZPatrolPath_GetSentinelleRotation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleRotation"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleRotation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleRotation::SentinelleIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleRotation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleStartLocation \ +static_assert(alignof(ZPatrolPath_GetSentinelleStartLocation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleStartLocation"); \ +static_assert(sizeof(ZPatrolPath_GetSentinelleStartLocation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleStartLocation"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleStartLocation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleStartLocation::SentinelleIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleStartLocation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleStartLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetSentinelleStartRotation \ +static_assert(alignof(ZPatrolPath_GetSentinelleStartRotation) == 0x000008, "Wrong alignment on ZPatrolPath_GetSentinelleStartRotation"); \ +static_assert(sizeof(ZPatrolPath_GetSentinelleStartRotation) == 0x000020, "Wrong size on ZPatrolPath_GetSentinelleStartRotation"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleStartRotation, SentinelleIndex) == 0x000000, "Member 'ZPatrolPath_GetSentinelleStartRotation::SentinelleIndex' has a wrong offset!"); \ +static_assert(offsetof(ZPatrolPath_GetSentinelleStartRotation, ReturnValue) == 0x000008, "Member 'ZPatrolPath_GetSentinelleStartRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetSplineActor \ +static_assert(alignof(ZPatrolPath_GetSplineActor) == 0x000008, "Wrong alignment on ZPatrolPath_GetSplineActor"); \ +static_assert(sizeof(ZPatrolPath_GetSplineActor) == 0x000008, "Wrong size on ZPatrolPath_GetSplineActor"); \ +static_assert(offsetof(ZPatrolPath_GetSplineActor, ReturnValue) == 0x000000, "Member 'ZPatrolPath_GetSplineActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_GetState \ +static_assert(alignof(ZPatrolPath_GetState) == 0x000001, "Wrong alignment on ZPatrolPath_GetState"); \ +static_assert(sizeof(ZPatrolPath_GetState) == 0x000001, "Wrong size on ZPatrolPath_GetState"); \ +static_assert(offsetof(ZPatrolPath_GetState, ReturnValue) == 0x000000, "Member 'ZPatrolPath_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPath_HasSentinelle \ +static_assert(alignof(ZPatrolPath_HasSentinelle) == 0x000001, "Wrong alignment on ZPatrolPath_HasSentinelle"); \ +static_assert(sizeof(ZPatrolPath_HasSentinelle) == 0x000001, "Wrong size on ZPatrolPath_HasSentinelle"); \ +static_assert(offsetof(ZPatrolPath_HasSentinelle, ReturnValue) == 0x000000, "Member 'ZPatrolPath_HasSentinelle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZPatrolPath \ +static_assert(alignof(AZPatrolPath) == 0x000008, "Wrong alignment on AZPatrolPath"); \ +static_assert(sizeof(AZPatrolPath) == 0x0003C8, "Wrong size on AZPatrolPath"); \ +static_assert(offsetof(AZPatrolPath, Points) == 0x000298, "Member 'AZPatrolPath::Points' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, ShowDebug) == 0x0002A8, "Member 'AZPatrolPath::ShowDebug' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, SplineActor) == 0x0002B0, "Member 'AZPatrolPath::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, SentinelleType) == 0x0002D8, "Member 'AZPatrolPath::SentinelleType' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, Sentinelles) == 0x0002E0, "Member 'AZPatrolPath::Sentinelles' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bAutoActivateSentinelles) == 0x0002F0, "Member 'AZPatrolPath::bAutoActivateSentinelles' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bSnapToSpline) == 0x0002F1, "Member 'AZPatrolPath::bSnapToSpline' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bUseAsSpawner) == 0x0002F2, "Member 'AZPatrolPath::bUseAsSpawner' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, PatrolType) == 0x0002F3, "Member 'AZPatrolPath::PatrolType' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bAutoStart) == 0x0002F4, "Member 'AZPatrolPath::bAutoStart' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, PawnClass) == 0x0002F8, "Member 'AZPatrolPath::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, RespawnDelay) == 0x000300, "Member 'AZPatrolPath::RespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bManualDestruction) == 0x000304, "Member 'AZPatrolPath::bManualDestruction' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, Attachments) == 0x000308, "Member 'AZPatrolPath::Attachments' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, AdditionalTags) == 0x000318, "Member 'AZPatrolPath::AdditionalTags' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bLineTraceBeforeSpawning) == 0x000328, "Member 'AZPatrolPath::bLineTraceBeforeSpawning' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, SpawnTraceLength) == 0x00032C, "Member 'AZPatrolPath::SpawnTraceLength' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, SpawnTraceRadius) == 0x000330, "Member 'AZPatrolPath::SpawnTraceRadius' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bOverrideSettings) == 0x000334, "Member 'AZPatrolPath::bOverrideSettings' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, Settings) == 0x000338, "Member 'AZPatrolPath::Settings' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, CurrentPawn) == 0x000360, "Member 'AZPatrolPath::CurrentPawn' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, bIsSpawning) == 0x000368, "Member 'AZPatrolPath::bIsSpawning' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, PlayerListener) == 0x000370, "Member 'AZPatrolPath::PlayerListener' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, SentinellesData) == 0x000378, "Member 'AZPatrolPath::SentinellesData' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPath, Pausers) == 0x000388, "Member 'AZPatrolPath::Pausers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPoint_Reserve \ +static_assert(alignof(ZPatrolPoint_Reserve) == 0x000008, "Wrong alignment on ZPatrolPoint_Reserve"); \ +static_assert(sizeof(ZPatrolPoint_Reserve) == 0x000008, "Wrong size on ZPatrolPoint_Reserve"); \ +static_assert(offsetof(ZPatrolPoint_Reserve, AttendeeActor) == 0x000000, "Member 'ZPatrolPoint_Reserve::AttendeeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPoint_StartUse \ +static_assert(alignof(ZPatrolPoint_StartUse) == 0x000008, "Wrong alignment on ZPatrolPoint_StartUse"); \ +static_assert(sizeof(ZPatrolPoint_StartUse) == 0x000008, "Wrong size on ZPatrolPoint_StartUse"); \ +static_assert(offsetof(ZPatrolPoint_StartUse, pUser) == 0x000000, "Member 'ZPatrolPoint_StartUse::pUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPoint_StopUse \ +static_assert(alignof(ZPatrolPoint_StopUse) == 0x000008, "Wrong alignment on ZPatrolPoint_StopUse"); \ +static_assert(sizeof(ZPatrolPoint_StopUse) == 0x000008, "Wrong size on ZPatrolPoint_StopUse"); \ +static_assert(offsetof(ZPatrolPoint_StopUse, pUser) == 0x000000, "Member 'ZPatrolPoint_StopUse::pUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPoint_GetLookAtDirection \ +static_assert(alignof(ZPatrolPoint_GetLookAtDirection) == 0x000008, "Wrong alignment on ZPatrolPoint_GetLookAtDirection"); \ +static_assert(sizeof(ZPatrolPoint_GetLookAtDirection) == 0x000018, "Wrong size on ZPatrolPoint_GetLookAtDirection"); \ +static_assert(offsetof(ZPatrolPoint_GetLookAtDirection, ReturnValue) == 0x000000, "Member 'ZPatrolPoint_GetLookAtDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPoint_GetLookAtPosition \ +static_assert(alignof(ZPatrolPoint_GetLookAtPosition) == 0x000008, "Wrong alignment on ZPatrolPoint_GetLookAtPosition"); \ +static_assert(sizeof(ZPatrolPoint_GetLookAtPosition) == 0x000018, "Wrong size on ZPatrolPoint_GetLookAtPosition"); \ +static_assert(offsetof(ZPatrolPoint_GetLookAtPosition, ReturnValue) == 0x000000, "Member 'ZPatrolPoint_GetLookAtPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPatrolPoint_GetWaitingTime \ +static_assert(alignof(ZPatrolPoint_GetWaitingTime) == 0x000004, "Wrong alignment on ZPatrolPoint_GetWaitingTime"); \ +static_assert(sizeof(ZPatrolPoint_GetWaitingTime) == 0x000004, "Wrong size on ZPatrolPoint_GetWaitingTime"); \ +static_assert(offsetof(ZPatrolPoint_GetWaitingTime, ReturnValue) == 0x000000, "Member 'ZPatrolPoint_GetWaitingTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZPatrolPoint \ +static_assert(alignof(AZPatrolPoint) == 0x000008, "Wrong alignment on AZPatrolPoint"); \ +static_assert(sizeof(AZPatrolPoint) == 0x000358, "Wrong size on AZPatrolPoint"); \ +static_assert(offsetof(AZPatrolPoint, Entries) == 0x000298, "Member 'AZPatrolPoint::Entries' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, LookAtOffset) == 0x0002A8, "Member 'AZPatrolPoint::LookAtOffset' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, DistanceToStartLookAt) == 0x0002C0, "Member 'AZPatrolPoint::DistanceToStartLookAt' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, bIsInfinite) == 0x0002C4, "Member 'AZPatrolPoint::bIsInfinite' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, bUseTimer) == 0x0002C5, "Member 'AZPatrolPoint::bUseTimer' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, WaitingTime) == 0x0002C8, "Member 'AZPatrolPoint::WaitingTime' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, AnimationTag) == 0x0002CC, "Member 'AZPatrolPoint::AnimationTag' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, bRandomize) == 0x0002D4, "Member 'AZPatrolPoint::bRandomize' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, RandomAnimationTags) == 0x0002D8, "Member 'AZPatrolPoint::RandomAnimationTags' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, bUseCustomEndEvent) == 0x0002E8, "Member 'AZPatrolPoint::bUseCustomEndEvent' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, AnimationEndNotifyName) == 0x0002EC, "Member 'AZPatrolPoint::AnimationEndNotifyName' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, bAttachUser) == 0x0002F4, "Member 'AZPatrolPoint::bAttachUser' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, Root) == 0x0002F8, "Member 'AZPatrolPoint::Root' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, Billboard) == 0x000300, "Member 'AZPatrolPoint::Billboard' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, Direction) == 0x000308, "Member 'AZPatrolPoint::Direction' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, OnStartUse) == 0x000310, "Member 'AZPatrolPoint::OnStartUse' has a wrong offset!"); \ +static_assert(offsetof(AZPatrolPoint, OnStopUse) == 0x000320, "Member 'AZPatrolPoint::OnStopUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZPawn \ +static_assert(alignof(AZPawn) == 0x000008, "Wrong alignment on AZPawn"); \ +static_assert(sizeof(AZPawn) == 0x000318, "Wrong size on AZPawn"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_AddIgnoreViewTargetTag \ +static_assert(alignof(ZPlayerController_AddIgnoreViewTargetTag) == 0x000004, "Wrong alignment on ZPlayerController_AddIgnoreViewTargetTag"); \ +static_assert(sizeof(ZPlayerController_AddIgnoreViewTargetTag) == 0x000008, "Wrong size on ZPlayerController_AddIgnoreViewTargetTag"); \ +static_assert(offsetof(ZPlayerController_AddIgnoreViewTargetTag, ViewTargetTag) == 0x000000, "Member 'ZPlayerController_AddIgnoreViewTargetTag::ViewTargetTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_ClearIgnoreViewTarget \ +static_assert(alignof(ZPlayerController_ClearIgnoreViewTarget) == 0x000004, "Wrong alignment on ZPlayerController_ClearIgnoreViewTarget"); \ +static_assert(sizeof(ZPlayerController_ClearIgnoreViewTarget) == 0x000008, "Wrong size on ZPlayerController_ClearIgnoreViewTarget"); \ +static_assert(offsetof(ZPlayerController_ClearIgnoreViewTarget, ViewTargetTag) == 0x000000, "Member 'ZPlayerController_ClearIgnoreViewTarget::ViewTargetTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_HandleSingleCameraAspectRatio \ +static_assert(alignof(ZPlayerController_HandleSingleCameraAspectRatio) == 0x000008, "Wrong alignment on ZPlayerController_HandleSingleCameraAspectRatio"); \ +static_assert(sizeof(ZPlayerController_HandleSingleCameraAspectRatio) == 0x000008, "Wrong size on ZPlayerController_HandleSingleCameraAspectRatio"); \ +static_assert(offsetof(ZPlayerController_HandleSingleCameraAspectRatio, Camera_0) == 0x000000, "Member 'ZPlayerController_HandleSingleCameraAspectRatio::Camera_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_OnInputModeChanged \ +static_assert(alignof(ZPlayerController_OnInputModeChanged) == 0x000001, "Wrong alignment on ZPlayerController_OnInputModeChanged"); \ +static_assert(sizeof(ZPlayerController_OnInputModeChanged) == 0x000002, "Wrong size on ZPlayerController_OnInputModeChanged"); \ +static_assert(offsetof(ZPlayerController_OnInputModeChanged, OldMode) == 0x000000, "Member 'ZPlayerController_OnInputModeChanged::OldMode' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerController_OnInputModeChanged, NewMode) == 0x000001, "Member 'ZPlayerController_OnInputModeChanged::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_OnPlayerStart \ +static_assert(alignof(ZPlayerController_OnPlayerStart) == 0x000001, "Wrong alignment on ZPlayerController_OnPlayerStart"); \ +static_assert(sizeof(ZPlayerController_OnPlayerStart) == 0x000001, "Wrong size on ZPlayerController_OnPlayerStart"); \ +static_assert(offsetof(ZPlayerController_OnPlayerStart, bPlayIntro) == 0x000000, "Member 'ZPlayerController_OnPlayerStart::bPlayIntro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_OnPossess \ +static_assert(alignof(ZPlayerController_OnPossess) == 0x000008, "Wrong alignment on ZPlayerController_OnPossess"); \ +static_assert(sizeof(ZPlayerController_OnPossess) == 0x000008, "Wrong size on ZPlayerController_OnPossess"); \ +static_assert(offsetof(ZPlayerController_OnPossess, pPawn) == 0x000000, "Member 'ZPlayerController_OnPossess::pPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_OnSpectator \ +static_assert(alignof(ZPlayerController_OnSpectator) == 0x000008, "Wrong alignment on ZPlayerController_OnSpectator"); \ +static_assert(sizeof(ZPlayerController_OnSpectator) == 0x000020, "Wrong size on ZPlayerController_OnSpectator"); \ +static_assert(offsetof(ZPlayerController_OnSpectator, bValue) == 0x000000, "Member 'ZPlayerController_OnSpectator::bValue' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerController_OnSpectator, bDisableInput) == 0x000001, "Member 'ZPlayerController_OnSpectator::bDisableInput' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerController_OnSpectator, bDebug) == 0x000002, "Member 'ZPlayerController_OnSpectator::bDebug' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerController_OnSpectator, bBlendCamera) == 0x000003, "Member 'ZPlayerController_OnSpectator::bBlendCamera' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerController_OnSpectator, LookAtPosition) == 0x000008, "Member 'ZPlayerController_OnSpectator::LookAtPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_SetAudioListenerDistanceRatio \ +static_assert(alignof(ZPlayerController_SetAudioListenerDistanceRatio) == 0x000004, "Wrong alignment on ZPlayerController_SetAudioListenerDistanceRatio"); \ +static_assert(sizeof(ZPlayerController_SetAudioListenerDistanceRatio) == 0x000004, "Wrong size on ZPlayerController_SetAudioListenerDistanceRatio"); \ +static_assert(offsetof(ZPlayerController_SetAudioListenerDistanceRatio, Ratio) == 0x000000, "Member 'ZPlayerController_SetAudioListenerDistanceRatio::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_SetDeathSpectatorEnabled \ +static_assert(alignof(ZPlayerController_SetDeathSpectatorEnabled) == 0x000001, "Wrong alignment on ZPlayerController_SetDeathSpectatorEnabled"); \ +static_assert(sizeof(ZPlayerController_SetDeathSpectatorEnabled) == 0x000001, "Wrong size on ZPlayerController_SetDeathSpectatorEnabled"); \ +static_assert(offsetof(ZPlayerController_SetDeathSpectatorEnabled, Value) == 0x000000, "Member 'ZPlayerController_SetDeathSpectatorEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_SetGameplayInputContext \ +static_assert(alignof(ZPlayerController_SetGameplayInputContext) == 0x000001, "Wrong alignment on ZPlayerController_SetGameplayInputContext"); \ +static_assert(sizeof(ZPlayerController_SetGameplayInputContext) == 0x000001, "Wrong size on ZPlayerController_SetGameplayInputContext"); \ +static_assert(offsetof(ZPlayerController_SetGameplayInputContext, NewGameplayInputContext) == 0x000000, "Member 'ZPlayerController_SetGameplayInputContext::NewGameplayInputContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_SetSystemicDeathEnabled \ +static_assert(alignof(ZPlayerController_SetSystemicDeathEnabled) == 0x000001, "Wrong alignment on ZPlayerController_SetSystemicDeathEnabled"); \ +static_assert(sizeof(ZPlayerController_SetSystemicDeathEnabled) == 0x000001, "Wrong size on ZPlayerController_SetSystemicDeathEnabled"); \ +static_assert(offsetof(ZPlayerController_SetSystemicDeathEnabled, Value) == 0x000000, "Member 'ZPlayerController_SetSystemicDeathEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_SetTimeDilation \ +static_assert(alignof(ZPlayerController_SetTimeDilation) == 0x000004, "Wrong alignment on ZPlayerController_SetTimeDilation"); \ +static_assert(sizeof(ZPlayerController_SetTimeDilation) == 0x000004, "Wrong size on ZPlayerController_SetTimeDilation"); \ +static_assert(offsetof(ZPlayerController_SetTimeDilation, TimeDilation) == 0x000000, "Member 'ZPlayerController_SetTimeDilation::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_ZSetAudioListenerRatio \ +static_assert(alignof(ZPlayerController_ZSetAudioListenerRatio) == 0x000004, "Wrong alignment on ZPlayerController_ZSetAudioListenerRatio"); \ +static_assert(sizeof(ZPlayerController_ZSetAudioListenerRatio) == 0x000004, "Wrong size on ZPlayerController_ZSetAudioListenerRatio"); \ +static_assert(offsetof(ZPlayerController_ZSetAudioListenerRatio, fRatio) == 0x000000, "Member 'ZPlayerController_ZSetAudioListenerRatio::fRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_GetGameplayInputContext \ +static_assert(alignof(ZPlayerController_GetGameplayInputContext) == 0x000001, "Wrong alignment on ZPlayerController_GetGameplayInputContext"); \ +static_assert(sizeof(ZPlayerController_GetGameplayInputContext) == 0x000001, "Wrong size on ZPlayerController_GetGameplayInputContext"); \ +static_assert(offsetof(ZPlayerController_GetGameplayInputContext, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetGameplayInputContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_GetHelpSystem \ +static_assert(alignof(ZPlayerController_GetHelpSystem) == 0x000008, "Wrong alignment on ZPlayerController_GetHelpSystem"); \ +static_assert(sizeof(ZPlayerController_GetHelpSystem) == 0x000008, "Wrong size on ZPlayerController_GetHelpSystem"); \ +static_assert(offsetof(ZPlayerController_GetHelpSystem, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetHelpSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_GetPlayerCamera \ +static_assert(alignof(ZPlayerController_GetPlayerCamera) == 0x000008, "Wrong alignment on ZPlayerController_GetPlayerCamera"); \ +static_assert(sizeof(ZPlayerController_GetPlayerCamera) == 0x000008, "Wrong size on ZPlayerController_GetPlayerCamera"); \ +static_assert(offsetof(ZPlayerController_GetPlayerCamera, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetPlayerCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_GetTimeDilationOverride \ +static_assert(alignof(ZPlayerController_GetTimeDilationOverride) == 0x000004, "Wrong alignment on ZPlayerController_GetTimeDilationOverride"); \ +static_assert(sizeof(ZPlayerController_GetTimeDilationOverride) == 0x000004, "Wrong size on ZPlayerController_GetTimeDilationOverride"); \ +static_assert(offsetof(ZPlayerController_GetTimeDilationOverride, ReturnValue) == 0x000000, "Member 'ZPlayerController_GetTimeDilationOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_IsInGameMenu \ +static_assert(alignof(ZPlayerController_IsInGameMenu) == 0x000001, "Wrong alignment on ZPlayerController_IsInGameMenu"); \ +static_assert(sizeof(ZPlayerController_IsInGameMenu) == 0x000001, "Wrong size on ZPlayerController_IsInGameMenu"); \ +static_assert(offsetof(ZPlayerController_IsInGameMenu, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsInGameMenu::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_IsInMainMenu \ +static_assert(alignof(ZPlayerController_IsInMainMenu) == 0x000001, "Wrong alignment on ZPlayerController_IsInMainMenu"); \ +static_assert(sizeof(ZPlayerController_IsInMainMenu) == 0x000001, "Wrong size on ZPlayerController_IsInMainMenu"); \ +static_assert(offsetof(ZPlayerController_IsInMainMenu, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsInMainMenu::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_IsInSpectator \ +static_assert(alignof(ZPlayerController_IsInSpectator) == 0x000001, "Wrong alignment on ZPlayerController_IsInSpectator"); \ +static_assert(sizeof(ZPlayerController_IsInSpectator) == 0x000001, "Wrong size on ZPlayerController_IsInSpectator"); \ +static_assert(offsetof(ZPlayerController_IsInSpectator, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsInSpectator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_IsPawnDying \ +static_assert(alignof(ZPlayerController_IsPawnDying) == 0x000001, "Wrong alignment on ZPlayerController_IsPawnDying"); \ +static_assert(sizeof(ZPlayerController_IsPawnDying) == 0x000001, "Wrong size on ZPlayerController_IsPawnDying"); \ +static_assert(offsetof(ZPlayerController_IsPawnDying, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsPawnDying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_IsSystemicDeathEnabled \ +static_assert(alignof(ZPlayerController_IsSystemicDeathEnabled) == 0x000001, "Wrong alignment on ZPlayerController_IsSystemicDeathEnabled"); \ +static_assert(sizeof(ZPlayerController_IsSystemicDeathEnabled) == 0x000001, "Wrong size on ZPlayerController_IsSystemicDeathEnabled"); \ +static_assert(offsetof(ZPlayerController_IsSystemicDeathEnabled, ReturnValue) == 0x000000, "Member 'ZPlayerController_IsSystemicDeathEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerController_SetKeyboardLayout \ +static_assert(alignof(ZPlayerController_SetKeyboardLayout) == 0x000001, "Wrong alignment on ZPlayerController_SetKeyboardLayout"); \ +static_assert(sizeof(ZPlayerController_SetKeyboardLayout) == 0x000001, "Wrong size on ZPlayerController_SetKeyboardLayout"); \ +static_assert(offsetof(ZPlayerController_SetKeyboardLayout, Layout) == 0x000000, "Member 'ZPlayerController_SetKeyboardLayout::Layout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZPlayerController \ +static_assert(alignof(AZPlayerController) == 0x000008, "Wrong alignment on AZPlayerController"); \ +static_assert(sizeof(AZPlayerController) == 0x000A88, "Wrong size on AZPlayerController"); \ +static_assert(offsetof(AZPlayerController, OnPlayerPawnDead) == 0x000858, "Member 'AZPlayerController::OnPlayerPawnDead' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, OnPlayerPossess) == 0x000868, "Member 'AZPlayerController::OnPlayerPossess' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, OnPlayerUnPossess) == 0x000878, "Member 'AZPlayerController::OnPlayerUnPossess' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, OnCinematicMode) == 0x000888, "Member 'AZPlayerController::OnCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, OnPauseTriggered) == 0x000898, "Member 'AZPlayerController::OnPauseTriggered' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, SpectatorPawnBP) == 0x0008A8, "Member 'AZPlayerController::SpectatorPawnBP' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, PlayerCameraBP) == 0x0008B0, "Member 'AZPlayerController::PlayerCameraBP' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, bUseAbilitySystem) == 0x0008B8, "Member 'AZPlayerController::bUseAbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, CodeActionsMapping) == 0x0008C0, "Member 'AZPlayerController::CodeActionsMapping' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, DefaultMappingContexts) == 0x000910, "Member 'AZPlayerController::DefaultMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, QwertyActionMapping) == 0x000920, "Member 'AZPlayerController::QwertyActionMapping' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, AzertyActionMapping) == 0x000928, "Member 'AZPlayerController::AzertyActionMapping' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, DebugMappingContext) == 0x000930, "Member 'AZPlayerController::DebugMappingContext' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, PawnMappings) == 0x000938, "Member 'AZPlayerController::PawnMappings' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, PawnInputMappings) == 0x000988, "Member 'AZPlayerController::PawnInputMappings' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, OnFadeOutFinished) == 0x0009D8, "Member 'AZPlayerController::OnFadeOutFinished' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, CurrentPawnActionMapping) == 0x0009E8, "Member 'AZPlayerController::CurrentPawnActionMapping' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, InGameMenu) == 0x0009F0, "Member 'AZPlayerController::InGameMenu' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, SavedPawn) == 0x0009F8, "Member 'AZPlayerController::SavedPawn' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, CustomSpectatorPawn) == 0x000A00, "Member 'AZPlayerController::CustomSpectatorPawn' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, fInGameMenuTimeDilation) == 0x000A08, "Member 'AZPlayerController::fInGameMenuTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, AudioListenerDistanceRatio) == 0x000A0C, "Member 'AZPlayerController::AudioListenerDistanceRatio' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, CurrentCameraZone) == 0x000A18, "Member 'AZPlayerController::CurrentCameraZone' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, PlayerCamera) == 0x000A20, "Member 'AZPlayerController::PlayerCamera' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, HelpSystemClass) == 0x000A28, "Member 'AZPlayerController::HelpSystemClass' has a wrong offset!"); \ +static_assert(offsetof(AZPlayerController, HelpSystem) == 0x000A30, "Member 'AZPlayerController::HelpSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerDistanceComponent_OnPlayerRestart \ +static_assert(alignof(ZPlayerDistanceComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZPlayerDistanceComponent_OnPlayerRestart"); \ +static_assert(sizeof(ZPlayerDistanceComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZPlayerDistanceComponent_OnPlayerRestart"); \ +static_assert(offsetof(ZPlayerDistanceComponent_OnPlayerRestart, PlayerRespawnOccurence) == 0x000000, "Member 'ZPlayerDistanceComponent_OnPlayerRestart::PlayerRespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerDistanceComponent_SetProfile \ +static_assert(alignof(ZPlayerDistanceComponent_SetProfile) == 0x000004, "Wrong alignment on ZPlayerDistanceComponent_SetProfile"); \ +static_assert(sizeof(ZPlayerDistanceComponent_SetProfile) == 0x00000C, "Wrong size on ZPlayerDistanceComponent_SetProfile"); \ +static_assert(offsetof(ZPlayerDistanceComponent_SetProfile, Profile) == 0x000000, "Member 'ZPlayerDistanceComponent_SetProfile::Profile' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerDistanceComponent_SetProfile, Value) == 0x000008, "Member 'ZPlayerDistanceComponent_SetProfile::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPlayerDistanceComponent_HasProfile \ +static_assert(alignof(ZPlayerDistanceComponent_HasProfile) == 0x000004, "Wrong alignment on ZPlayerDistanceComponent_HasProfile"); \ +static_assert(sizeof(ZPlayerDistanceComponent_HasProfile) == 0x00000C, "Wrong size on ZPlayerDistanceComponent_HasProfile"); \ +static_assert(offsetof(ZPlayerDistanceComponent_HasProfile, Profile) == 0x000000, "Member 'ZPlayerDistanceComponent_HasProfile::Profile' has a wrong offset!"); \ +static_assert(offsetof(ZPlayerDistanceComponent_HasProfile, ReturnValue) == 0x000008, "Member 'ZPlayerDistanceComponent_HasProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZPlayerDistanceComponent \ +static_assert(alignof(UZPlayerDistanceComponent) == 0x000008, "Wrong alignment on UZPlayerDistanceComponent"); \ +static_assert(sizeof(UZPlayerDistanceComponent) == 0x0000E8, "Wrong size on UZPlayerDistanceComponent"); \ +static_assert(offsetof(UZPlayerDistanceComponent, OnPlayerRange) == 0x0000A0, "Member 'UZPlayerDistanceComponent::OnPlayerRange' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDistanceComponent, bEnabled) == 0x0000B0, "Member 'UZPlayerDistanceComponent::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDistanceComponent, DistanceEntries) == 0x0000B8, "Member 'UZPlayerDistanceComponent::DistanceEntries' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDistanceComponent, Range) == 0x0000C8, "Member 'UZPlayerDistanceComponent::Range' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDistanceComponent, AffectsPhysics) == 0x0000CC, "Member 'UZPlayerDistanceComponent::AffectsPhysics' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDistanceComponent, bShowDebug) == 0x0000CD, "Member 'UZPlayerDistanceComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerDistanceComponent, PlayerController) == 0x0000D0, "Member 'UZPlayerDistanceComponent::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZPlayerListenerSystem \ +static_assert(alignof(UZPlayerListenerSystem) == 0x000008, "Wrong alignment on UZPlayerListenerSystem"); \ +static_assert(sizeof(UZPlayerListenerSystem) == 0x000040, "Wrong size on UZPlayerListenerSystem"); \ +static_assert(offsetof(UZPlayerListenerSystem, Listeners) == 0x000028, "Member 'UZPlayerListenerSystem::Listeners' has a wrong offset!"); \ +static_assert(offsetof(UZPlayerListenerSystem, GameInstance) == 0x000038, "Member 'UZPlayerListenerSystem::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZProjectileComponent \ +static_assert(alignof(UZProjectileComponent) == 0x000008, "Wrong alignment on UZProjectileComponent"); \ +static_assert(sizeof(UZProjectileComponent) == 0x0000D0, "Wrong size on UZProjectileComponent"); \ +static_assert(offsetof(UZProjectileComponent, OnThrow) == 0x0000A0, "Member 'UZProjectileComponent::OnThrow' has a wrong offset!"); \ +static_assert(offsetof(UZProjectileComponent, TargetLocation) == 0x0000B0, "Member 'UZProjectileComponent::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UZProjectileComponent, TargetHoming) == 0x0000C8, "Member 'UZProjectileComponent::TargetHoming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZProjectileTrajectory_OnPlayerRestart \ +static_assert(alignof(ZProjectileTrajectory_OnPlayerRestart) == 0x000004, "Wrong alignment on ZProjectileTrajectory_OnPlayerRestart"); \ +static_assert(sizeof(ZProjectileTrajectory_OnPlayerRestart) == 0x000004, "Wrong size on ZProjectileTrajectory_OnPlayerRestart"); \ +static_assert(offsetof(ZProjectileTrajectory_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZProjectileTrajectory_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZProjectileTrajectory_UpdateTrajectory \ +static_assert(alignof(ZProjectileTrajectory_UpdateTrajectory) == 0x000008, "Wrong alignment on ZProjectileTrajectory_UpdateTrajectory"); \ +static_assert(sizeof(ZProjectileTrajectory_UpdateTrajectory) == 0x000018, "Wrong size on ZProjectileTrajectory_UpdateTrajectory"); \ +static_assert(offsetof(ZProjectileTrajectory_UpdateTrajectory, PredictedPathData) == 0x000000, "Member 'ZProjectileTrajectory_UpdateTrajectory::PredictedPathData' has a wrong offset!"); \ +static_assert(offsetof(ZProjectileTrajectory_UpdateTrajectory, TrajectoryDisplay) == 0x000010, "Member 'ZProjectileTrajectory_UpdateTrajectory::TrajectoryDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZProjectileTrajectory \ +static_assert(alignof(AZProjectileTrajectory) == 0x000008, "Wrong alignment on AZProjectileTrajectory"); \ +static_assert(sizeof(AZProjectileTrajectory) == 0x0002F8, "Wrong size on AZProjectileTrajectory"); \ +static_assert(offsetof(AZProjectileTrajectory, RepathTolerance) == 0x000290, "Member 'AZProjectileTrajectory::RepathTolerance' has a wrong offset!"); \ +static_assert(offsetof(AZProjectileTrajectory, StartScale) == 0x000298, "Member 'AZProjectileTrajectory::StartScale' has a wrong offset!"); \ +static_assert(offsetof(AZProjectileTrajectory, EndScale) == 0x0002A8, "Member 'AZProjectileTrajectory::EndScale' has a wrong offset!"); \ +static_assert(offsetof(AZProjectileTrajectory, SceneRoot) == 0x0002B8, "Member 'AZProjectileTrajectory::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AZProjectileTrajectory, SplineComponent) == 0x0002C0, "Member 'AZProjectileTrajectory::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(AZProjectileTrajectory, StaticMesh) == 0x0002C8, "Member 'AZProjectileTrajectory::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(AZProjectileTrajectory, Material) == 0x0002D0, "Member 'AZProjectileTrajectory::Material' has a wrong offset!"); \ +static_assert(offsetof(AZProjectileTrajectory, SplineMeshComponents) == 0x0002D8, "Member 'AZProjectileTrajectory::SplineMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask \ +static_assert(alignof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask) == 0x000004, "Wrong alignment on ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask"); \ +static_assert(sizeof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask) == 0x00000C, "Wrong size on ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask, CheckpointName) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask::CheckpointName' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask, OutFoundTask) == 0x000008, "Member 'ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask::OutFoundTask' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask, ReturnValue) == 0x000009, "Member 'ZPS5ActivitiesUtilityData_FindIfCheckpointShouldEndTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint \ +static_assert(alignof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint) == 0x000008, "Wrong alignment on ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint"); \ +static_assert(sizeof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint) == 0x000028, "Wrong size on ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, CheckpointName) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::CheckpointName' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, OutFoundTask) == 0x000008, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::OutFoundTask' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, OutFoundParentActivity) == 0x000009, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::OutFoundParentActivity' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, OutFoundSiblingTasks) == 0x000010, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::OutFoundSiblingTasks' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint, ReturnValue) == 0x000020, "Member 'ZPS5ActivitiesUtilityData_FindTaskAndActivityFromCheckpoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints \ +static_assert(alignof(ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints) == 0x000008, "Wrong alignment on ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints"); \ +static_assert(sizeof(ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints) == 0x000050, "Wrong size on ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints, ReturnValue) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_GetActivitiesEndCheckpoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_GetEndCheckpointForTask \ +static_assert(alignof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask) == 0x000004, "Wrong alignment on ZPS5ActivitiesUtilityData_GetEndCheckpointForTask"); \ +static_assert(sizeof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask) == 0x000010, "Wrong size on ZPS5ActivitiesUtilityData_GetEndCheckpointForTask"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask, TaskID) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_GetEndCheckpointForTask::TaskID' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask, OutCheckpointName) == 0x000004, "Member 'ZPS5ActivitiesUtilityData_GetEndCheckpointForTask::OutCheckpointName' has a wrong offset!"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_GetEndCheckpointForTask, ReturnValue) == 0x00000C, "Member 'ZPS5ActivitiesUtilityData_GetEndCheckpointForTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints \ +static_assert(alignof(ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints) == 0x000008, "Wrong alignment on ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints"); \ +static_assert(sizeof(ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints) == 0x000050, "Wrong size on ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints"); \ +static_assert(offsetof(ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints, ReturnValue) == 0x000000, "Member 'ZPS5ActivitiesUtilityData_GetTasksEndCheckpoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZPS5ActivitiesUtilityData \ +static_assert(alignof(UZPS5ActivitiesUtilityData) == 0x000008, "Wrong alignment on UZPS5ActivitiesUtilityData"); \ +static_assert(sizeof(UZPS5ActivitiesUtilityData) == 0x0000D0, "Wrong size on UZPS5ActivitiesUtilityData"); \ +static_assert(offsetof(UZPS5ActivitiesUtilityData, ActivitiesEndCheckpoints) == 0x000030, "Member 'UZPS5ActivitiesUtilityData::ActivitiesEndCheckpoints' has a wrong offset!"); \ +static_assert(offsetof(UZPS5ActivitiesUtilityData, TasksEndCheckpoints) == 0x000080, "Member 'UZPS5ActivitiesUtilityData::TasksEndCheckpoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_SetSonarEnabled \ +static_assert(alignof(ZRadarComponent_SetSonarEnabled) == 0x000001, "Wrong alignment on ZRadarComponent_SetSonarEnabled"); \ +static_assert(sizeof(ZRadarComponent_SetSonarEnabled) == 0x000001, "Wrong size on ZRadarComponent_SetSonarEnabled"); \ +static_assert(offsetof(ZRadarComponent_SetSonarEnabled, Value) == 0x000000, "Member 'ZRadarComponent_SetSonarEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_WaveUpdate \ +static_assert(alignof(ZRadarComponent_WaveUpdate) == 0x000004, "Wrong alignment on ZRadarComponent_WaveUpdate"); \ +static_assert(sizeof(ZRadarComponent_WaveUpdate) == 0x000008, "Wrong size on ZRadarComponent_WaveUpdate"); \ +static_assert(offsetof(ZRadarComponent_WaveUpdate, WaveIndex) == 0x000000, "Member 'ZRadarComponent_WaveUpdate::WaveIndex' has a wrong offset!"); \ +static_assert(offsetof(ZRadarComponent_WaveUpdate, ALpha) == 0x000004, "Member 'ZRadarComponent_WaveUpdate::ALpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_GetRadarWave \ +static_assert(alignof(ZRadarComponent_GetRadarWave) == 0x000008, "Wrong alignment on ZRadarComponent_GetRadarWave"); \ +static_assert(sizeof(ZRadarComponent_GetRadarWave) == 0x000030, "Wrong size on ZRadarComponent_GetRadarWave"); \ +static_assert(offsetof(ZRadarComponent_GetRadarWave, Index_0) == 0x000000, "Member 'ZRadarComponent_GetRadarWave::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ZRadarComponent_GetRadarWave, ReturnValue) == 0x000008, "Member 'ZRadarComponent_GetRadarWave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorAngle \ +static_assert(alignof(ZRadarComponent_GetSensorAngle) == 0x000004, "Wrong alignment on ZRadarComponent_GetSensorAngle"); \ +static_assert(sizeof(ZRadarComponent_GetSensorAngle) == 0x000004, "Wrong size on ZRadarComponent_GetSensorAngle"); \ +static_assert(offsetof(ZRadarComponent_GetSensorAngle, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorDirection \ +static_assert(alignof(ZRadarComponent_GetSensorDirection) == 0x000008, "Wrong alignment on ZRadarComponent_GetSensorDirection"); \ +static_assert(sizeof(ZRadarComponent_GetSensorDirection) == 0x000018, "Wrong size on ZRadarComponent_GetSensorDirection"); \ +static_assert(offsetof(ZRadarComponent_GetSensorDirection, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorLocation \ +static_assert(alignof(ZRadarComponent_GetSensorLocation) == 0x000008, "Wrong alignment on ZRadarComponent_GetSensorLocation"); \ +static_assert(sizeof(ZRadarComponent_GetSensorLocation) == 0x000018, "Wrong size on ZRadarComponent_GetSensorLocation"); \ +static_assert(offsetof(ZRadarComponent_GetSensorLocation, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_GetSensorMaxLength \ +static_assert(alignof(ZRadarComponent_GetSensorMaxLength) == 0x000004, "Wrong alignment on ZRadarComponent_GetSensorMaxLength"); \ +static_assert(sizeof(ZRadarComponent_GetSensorMaxLength) == 0x000004, "Wrong size on ZRadarComponent_GetSensorMaxLength"); \ +static_assert(offsetof(ZRadarComponent_GetSensorMaxLength, ReturnValue) == 0x000000, "Member 'ZRadarComponent_GetSensorMaxLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZRadarComponent_IsSonarActive \ +static_assert(alignof(ZRadarComponent_IsSonarActive) == 0x000001, "Wrong alignment on ZRadarComponent_IsSonarActive"); \ +static_assert(sizeof(ZRadarComponent_IsSonarActive) == 0x000001, "Wrong size on ZRadarComponent_IsSonarActive"); \ +static_assert(offsetof(ZRadarComponent_IsSonarActive, ReturnValue) == 0x000000, "Member 'ZRadarComponent_IsSonarActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZRadarComponent \ +static_assert(alignof(UZRadarComponent) == 0x000010, "Wrong alignment on UZRadarComponent"); \ +static_assert(sizeof(UZRadarComponent) == 0x0002F0, "Wrong size on UZRadarComponent"); \ +static_assert(offsetof(UZRadarComponent, bShowDebug) == 0x000230, "Member 'UZRadarComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, DebugColor) == 0x000234, "Member 'UZRadarComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, bStartsEnabled) == 0x000238, "Member 'UZRadarComponent::bStartsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, bUseSensor) == 0x000239, "Member 'UZRadarComponent::bUseSensor' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, SensorComponentTag) == 0x00023C, "Member 'UZRadarComponent::SensorComponentTag' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, Type) == 0x000244, "Member 'UZRadarComponent::Type' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, WaveRate) == 0x000248, "Member 'UZRadarComponent::WaveRate' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, WaveInitialSpeed) == 0x00024C, "Member 'UZRadarComponent::WaveInitialSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, WaveAcceleration) == 0x000250, "Member 'UZRadarComponent::WaveAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, WaveDefaultAngle) == 0x000254, "Member 'UZRadarComponent::WaveDefaultAngle' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, WaveDefaultMaxLength) == 0x000258, "Member 'UZRadarComponent::WaveDefaultMaxLength' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, bDetectPlayerOnly) == 0x00025C, "Member 'UZRadarComponent::bDetectPlayerOnly' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, bRunPhysicsTrace) == 0x00025D, "Member 'UZRadarComponent::bRunPhysicsTrace' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, ActorClassesToIgnore) == 0x000260, "Member 'UZRadarComponent::ActorClassesToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, DetectionType) == 0x000270, "Member 'UZRadarComponent::DetectionType' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, OnPawnDetected) == 0x000278, "Member 'UZRadarComponent::OnPawnDetected' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, OnNewWave) == 0x000288, "Member 'UZRadarComponent::OnNewWave' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, OnWaveExpired) == 0x000298, "Member 'UZRadarComponent::OnWaveExpired' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, OnWaveUpdate) == 0x0002A8, "Member 'UZRadarComponent::OnWaveUpdate' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, OnSonarEnabled) == 0x0002B8, "Member 'UZRadarComponent::OnSonarEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, Sensor) == 0x0002C8, "Member 'UZRadarComponent::Sensor' has a wrong offset!"); \ +static_assert(offsetof(UZRadarComponent, Waves) == 0x0002D0, "Member 'UZRadarComponent::Waves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZResolutionInterface_OnResolution \ +static_assert(alignof(ZResolutionInterface_OnResolution) == 0x000001, "Wrong alignment on ZResolutionInterface_OnResolution"); \ +static_assert(sizeof(ZResolutionInterface_OnResolution) == 0x000001, "Wrong size on ZResolutionInterface_OnResolution"); \ +static_assert(offsetof(ZResolutionInterface_OnResolution, State) == 0x000000, "Member 'ZResolutionInterface_OnResolution::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IZResolutionInterface \ +static_assert(alignof(IZResolutionInterface) == 0x000001, "Wrong alignment on IZResolutionInterface"); \ +static_assert(sizeof(IZResolutionInterface) == 0x000001, "Wrong size on IZResolutionInterface"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_ClearPlayerSlotData \ +static_assert(alignof(ZSaveManager_ClearPlayerSlotData) == 0x000004, "Wrong alignment on ZSaveManager_ClearPlayerSlotData"); \ +static_assert(sizeof(ZSaveManager_ClearPlayerSlotData) == 0x000004, "Wrong size on ZSaveManager_ClearPlayerSlotData"); \ +static_assert(offsetof(ZSaveManager_ClearPlayerSlotData, SlotIndex) == 0x000000, "Member 'ZSaveManager_ClearPlayerSlotData::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_InitPlayerSlotData \ +static_assert(alignof(ZSaveManager_InitPlayerSlotData) == 0x000004, "Wrong alignment on ZSaveManager_InitPlayerSlotData"); \ +static_assert(sizeof(ZSaveManager_InitPlayerSlotData) == 0x000004, "Wrong size on ZSaveManager_InitPlayerSlotData"); \ +static_assert(offsetof(ZSaveManager_InitPlayerSlotData, SlotIndex) == 0x000000, "Member 'ZSaveManager_InitPlayerSlotData::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_LoadPlayerData \ +static_assert(alignof(ZSaveManager_LoadPlayerData) == 0x000004, "Wrong alignment on ZSaveManager_LoadPlayerData"); \ +static_assert(sizeof(ZSaveManager_LoadPlayerData) == 0x000008, "Wrong size on ZSaveManager_LoadPlayerData"); \ +static_assert(offsetof(ZSaveManager_LoadPlayerData, SlotIndex) == 0x000000, "Member 'ZSaveManager_LoadPlayerData::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(ZSaveManager_LoadPlayerData, ReturnValue) == 0x000004, "Member 'ZSaveManager_LoadPlayerData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_SetSaveSlotIndex \ +static_assert(alignof(ZSaveManager_SetSaveSlotIndex) == 0x000004, "Wrong alignment on ZSaveManager_SetSaveSlotIndex"); \ +static_assert(sizeof(ZSaveManager_SetSaveSlotIndex) == 0x000004, "Wrong size on ZSaveManager_SetSaveSlotIndex"); \ +static_assert(offsetof(ZSaveManager_SetSaveSlotIndex, SlotIndex) == 0x000000, "Member 'ZSaveManager_SetSaveSlotIndex::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_GetCurrentSavedSettings \ +static_assert(alignof(ZSaveManager_GetCurrentSavedSettings) == 0x000008, "Wrong alignment on ZSaveManager_GetCurrentSavedSettings"); \ +static_assert(sizeof(ZSaveManager_GetCurrentSavedSettings) == 0x000008, "Wrong size on ZSaveManager_GetCurrentSavedSettings"); \ +static_assert(offsetof(ZSaveManager_GetCurrentSavedSettings, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetCurrentSavedSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_GetCurrentSaveGame \ +static_assert(alignof(ZSaveManager_GetCurrentSaveGame) == 0x000008, "Wrong alignment on ZSaveManager_GetCurrentSaveGame"); \ +static_assert(sizeof(ZSaveManager_GetCurrentSaveGame) == 0x000008, "Wrong size on ZSaveManager_GetCurrentSaveGame"); \ +static_assert(offsetof(ZSaveManager_GetCurrentSaveGame, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetCurrentSaveGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_GetCurrentSaveSlotIndex \ +static_assert(alignof(ZSaveManager_GetCurrentSaveSlotIndex) == 0x000004, "Wrong alignment on ZSaveManager_GetCurrentSaveSlotIndex"); \ +static_assert(sizeof(ZSaveManager_GetCurrentSaveSlotIndex) == 0x000004, "Wrong size on ZSaveManager_GetCurrentSaveSlotIndex"); \ +static_assert(offsetof(ZSaveManager_GetCurrentSaveSlotIndex, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetCurrentSaveSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_GetPlayerCurrentSlotData \ +static_assert(alignof(ZSaveManager_GetPlayerCurrentSlotData) == 0x000008, "Wrong alignment on ZSaveManager_GetPlayerCurrentSlotData"); \ +static_assert(sizeof(ZSaveManager_GetPlayerCurrentSlotData) == 0x0000B8, "Wrong size on ZSaveManager_GetPlayerCurrentSlotData"); \ +static_assert(offsetof(ZSaveManager_GetPlayerCurrentSlotData, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetPlayerCurrentSlotData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_GetPlayerSlotData \ +static_assert(alignof(ZSaveManager_GetPlayerSlotData) == 0x000008, "Wrong alignment on ZSaveManager_GetPlayerSlotData"); \ +static_assert(sizeof(ZSaveManager_GetPlayerSlotData) == 0x0000C0, "Wrong size on ZSaveManager_GetPlayerSlotData"); \ +static_assert(offsetof(ZSaveManager_GetPlayerSlotData, SlotIndex) == 0x000000, "Member 'ZSaveManager_GetPlayerSlotData::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(ZSaveManager_GetPlayerSlotData, ReturnValue) == 0x000008, "Member 'ZSaveManager_GetPlayerSlotData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_GetPlayerSlotsData \ +static_assert(alignof(ZSaveManager_GetPlayerSlotsData) == 0x000008, "Wrong alignment on ZSaveManager_GetPlayerSlotsData"); \ +static_assert(sizeof(ZSaveManager_GetPlayerSlotsData) == 0x000010, "Wrong size on ZSaveManager_GetPlayerSlotsData"); \ +static_assert(offsetof(ZSaveManager_GetPlayerSlotsData, ReturnValue) == 0x000000, "Member 'ZSaveManager_GetPlayerSlotsData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSaveManager_IsSlotDataEmpty \ +static_assert(alignof(ZSaveManager_IsSlotDataEmpty) == 0x000004, "Wrong alignment on ZSaveManager_IsSlotDataEmpty"); \ +static_assert(sizeof(ZSaveManager_IsSlotDataEmpty) == 0x000008, "Wrong size on ZSaveManager_IsSlotDataEmpty"); \ +static_assert(offsetof(ZSaveManager_IsSlotDataEmpty, SlotIndex) == 0x000000, "Member 'ZSaveManager_IsSlotDataEmpty::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(ZSaveManager_IsSlotDataEmpty, ReturnValue) == 0x000004, "Member 'ZSaveManager_IsSlotDataEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSaveManager \ +static_assert(alignof(UZSaveManager) == 0x000008, "Wrong alignment on UZSaveManager"); \ +static_assert(sizeof(UZSaveManager) == 0x0000E8, "Wrong size on UZSaveManager"); \ +static_assert(offsetof(UZSaveManager, SaveGameClass) == 0x000028, "Member 'UZSaveManager::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, SettingsSaveClass) == 0x000030, "Member 'UZSaveManager::SettingsSaveClass' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, GameInstance) == 0x000038, "Member 'UZSaveManager::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, CurrentSaveGame) == 0x000040, "Member 'UZSaveManager::CurrentSaveGame' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, CurrentProfileSaveSlot) == 0x000048, "Member 'UZSaveManager::CurrentProfileSaveSlot' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, CurrentSavedSettings) == 0x000050, "Member 'UZSaveManager::CurrentSavedSettings' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, bIsFirstTimePlay) == 0x000058, "Member 'UZSaveManager::bIsFirstTimePlay' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, OnLoadFinished) == 0x000060, "Member 'UZSaveManager::OnLoadFinished' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, OnSettingsLoadFinished) == 0x000070, "Member 'UZSaveManager::OnSettingsLoadFinished' has a wrong offset!"); \ +static_assert(offsetof(UZSaveManager, OnSettingPostLoad) == 0x000080, "Member 'UZSaveManager::OnSettingPostLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_InitComponent \ +static_assert(alignof(ZSceneCollectibleComponent_InitComponent) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_InitComponent"); \ +static_assert(sizeof(ZSceneCollectibleComponent_InitComponent) == 0x0000D0, "Wrong size on ZSceneCollectibleComponent_InitComponent"); \ +static_assert(offsetof(ZSceneCollectibleComponent_InitComponent, CollectibleData_0) == 0x000000, "Member 'ZSceneCollectibleComponent_InitComponent::CollectibleData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_SetIsFront \ +static_assert(alignof(ZSceneCollectibleComponent_SetIsFront) == 0x000001, "Wrong alignment on ZSceneCollectibleComponent_SetIsFront"); \ +static_assert(sizeof(ZSceneCollectibleComponent_SetIsFront) == 0x000001, "Wrong size on ZSceneCollectibleComponent_SetIsFront"); \ +static_assert(offsetof(ZSceneCollectibleComponent_SetIsFront, bSetIsFront) == 0x000000, "Member 'ZSceneCollectibleComponent_SetIsFront::bSetIsFront' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_SetStaticMeshComp \ +static_assert(alignof(ZSceneCollectibleComponent_SetStaticMeshComp) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_SetStaticMeshComp"); \ +static_assert(sizeof(ZSceneCollectibleComponent_SetStaticMeshComp) == 0x000008, "Wrong size on ZSceneCollectibleComponent_SetStaticMeshComp"); \ +static_assert(offsetof(ZSceneCollectibleComponent_SetStaticMeshComp, SMC) == 0x000000, "Member 'ZSceneCollectibleComponent_SetStaticMeshComp::SMC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_GetCollectibleUIWidget \ +static_assert(alignof(ZSceneCollectibleComponent_GetCollectibleUIWidget) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_GetCollectibleUIWidget"); \ +static_assert(sizeof(ZSceneCollectibleComponent_GetCollectibleUIWidget) == 0x000008, "Wrong size on ZSceneCollectibleComponent_GetCollectibleUIWidget"); \ +static_assert(offsetof(ZSceneCollectibleComponent_GetCollectibleUIWidget, ReturnValue) == 0x000000, "Member 'ZSceneCollectibleComponent_GetCollectibleUIWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSceneCollectibleComponent_GetStaticMeshComponent \ +static_assert(alignof(ZSceneCollectibleComponent_GetStaticMeshComponent) == 0x000008, "Wrong alignment on ZSceneCollectibleComponent_GetStaticMeshComponent"); \ +static_assert(sizeof(ZSceneCollectibleComponent_GetStaticMeshComponent) == 0x000008, "Wrong size on ZSceneCollectibleComponent_GetStaticMeshComponent"); \ +static_assert(offsetof(ZSceneCollectibleComponent_GetStaticMeshComponent, ReturnValue) == 0x000000, "Member 'ZSceneCollectibleComponent_GetStaticMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSceneCollectibleComponent \ +static_assert(alignof(UZSceneCollectibleComponent) == 0x000008, "Wrong alignment on UZSceneCollectibleComponent"); \ +static_assert(sizeof(UZSceneCollectibleComponent) == 0x0001C8, "Wrong size on UZSceneCollectibleComponent"); \ +static_assert(offsetof(UZSceneCollectibleComponent, PlayerController) == 0x0000A0, "Member 'UZSceneCollectibleComponent::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UZSceneCollectibleComponent, SceneCaptureComponent) == 0x0000A8, "Member 'UZSceneCollectibleComponent::SceneCaptureComponent' has a wrong offset!"); \ +static_assert(offsetof(UZSceneCollectibleComponent, StaticMesh) == 0x0000D0, "Member 'UZSceneCollectibleComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UZSceneCollectibleComponent, bIsFront) == 0x0000D8, "Member 'UZSceneCollectibleComponent::bIsFront' has a wrong offset!"); \ +static_assert(offsetof(UZSceneCollectibleComponent, FadeOutAnimationSpeed) == 0x0000DC, "Member 'UZSceneCollectibleComponent::FadeOutAnimationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZSceneCollectibleComponent, CollectibleUIWidget) == 0x0000E0, "Member 'UZSceneCollectibleComponent::CollectibleUIWidget' has a wrong offset!"); \ +static_assert(offsetof(UZSceneCollectibleComponent, OnInit) == 0x0000E8, "Member 'UZSceneCollectibleComponent::OnInit' has a wrong offset!"); \ +static_assert(offsetof(UZSceneCollectibleComponent, CollectibleData) == 0x0000F8, "Member 'UZSceneCollectibleComponent::CollectibleData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_OnAnimNotify \ +static_assert(alignof(ZSensingComponent_OnAnimNotify) == 0x000004, "Wrong alignment on ZSensingComponent_OnAnimNotify"); \ +static_assert(sizeof(ZSensingComponent_OnAnimNotify) == 0x000010, "Wrong size on ZSensingComponent_OnAnimNotify"); \ +static_assert(offsetof(ZSensingComponent_OnAnimNotify, NotifyName) == 0x000000, "Member 'ZSensingComponent_OnAnimNotify::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(ZSensingComponent_OnAnimNotify, DebugInfo) == 0x000008, "Member 'ZSensingComponent_OnAnimNotify::DebugInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_OnEmitterSoundHeard \ +static_assert(alignof(ZSensingComponent_OnEmitterSoundHeard) == 0x000008, "Wrong alignment on ZSensingComponent_OnEmitterSoundHeard"); \ +static_assert(sizeof(ZSensingComponent_OnEmitterSoundHeard) == 0x000020, "Wrong size on ZSensingComponent_OnEmitterSoundHeard"); \ +static_assert(offsetof(ZSensingComponent_OnEmitterSoundHeard, Location) == 0x000000, "Member 'ZSensingComponent_OnEmitterSoundHeard::Location' has a wrong offset!"); \ +static_assert(offsetof(ZSensingComponent_OnEmitterSoundHeard, ShouldInvestigate) == 0x000018, "Member 'ZSensingComponent_OnEmitterSoundHeard::ShouldInvestigate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_OnExternalPawnDetected \ +static_assert(alignof(ZSensingComponent_OnExternalPawnDetected) == 0x000008, "Wrong alignment on ZSensingComponent_OnExternalPawnDetected"); \ +static_assert(sizeof(ZSensingComponent_OnExternalPawnDetected) == 0x000010, "Wrong size on ZSensingComponent_OnExternalPawnDetected"); \ +static_assert(offsetof(ZSensingComponent_OnExternalPawnDetected, Pawn) == 0x000000, "Member 'ZSensingComponent_OnExternalPawnDetected::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZSensingComponent_OnExternalPawnDetected, Value) == 0x000008, "Member 'ZSensingComponent_OnExternalPawnDetected::Value' has a wrong offset!"); \ +static_assert(offsetof(ZSensingComponent_OnExternalPawnDetected, Force) == 0x000009, "Member 'ZSensingComponent_OnExternalPawnDetected::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_OwnerHit \ +static_assert(alignof(ZSensingComponent_OwnerHit) == 0x000008, "Wrong alignment on ZSensingComponent_OwnerHit"); \ +static_assert(sizeof(ZSensingComponent_OwnerHit) == 0x000120, "Wrong size on ZSensingComponent_OwnerHit"); \ +static_assert(offsetof(ZSensingComponent_OwnerHit, SelfActor) == 0x000000, "Member 'ZSensingComponent_OwnerHit::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(ZSensingComponent_OwnerHit, OtherActor) == 0x000008, "Member 'ZSensingComponent_OwnerHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZSensingComponent_OwnerHit, NormalImpulse) == 0x000010, "Member 'ZSensingComponent_OwnerHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(ZSensingComponent_OwnerHit, Hit) == 0x000028, "Member 'ZSensingComponent_OwnerHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_SetEnabled \ +static_assert(alignof(ZSensingComponent_SetEnabled) == 0x000001, "Wrong alignment on ZSensingComponent_SetEnabled"); \ +static_assert(sizeof(ZSensingComponent_SetEnabled) == 0x000001, "Wrong size on ZSensingComponent_SetEnabled"); \ +static_assert(offsetof(ZSensingComponent_SetEnabled, bValue) == 0x000000, "Member 'ZSensingComponent_SetEnabled::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_SetHeadSocket \ +static_assert(alignof(ZSensingComponent_SetHeadSocket) == 0x000004, "Wrong alignment on ZSensingComponent_SetHeadSocket"); \ +static_assert(sizeof(ZSensingComponent_SetHeadSocket) == 0x000008, "Wrong size on ZSensingComponent_SetHeadSocket"); \ +static_assert(offsetof(ZSensingComponent_SetHeadSocket, NewSocket) == 0x000000, "Member 'ZSensingComponent_SetHeadSocket::NewSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_SetSensingLOD \ +static_assert(alignof(ZSensingComponent_SetSensingLOD) == 0x000001, "Wrong alignment on ZSensingComponent_SetSensingLOD"); \ +static_assert(sizeof(ZSensingComponent_SetSensingLOD) == 0x000001, "Wrong size on ZSensingComponent_SetSensingLOD"); \ +static_assert(offsetof(ZSensingComponent_SetSensingLOD, NewLOD) == 0x000000, "Member 'ZSensingComponent_SetSensingLOD::NewLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_SetShouldRestrictToCoordinator \ +static_assert(alignof(ZSensingComponent_SetShouldRestrictToCoordinator) == 0x000001, "Wrong alignment on ZSensingComponent_SetShouldRestrictToCoordinator"); \ +static_assert(sizeof(ZSensingComponent_SetShouldRestrictToCoordinator) == 0x000001, "Wrong size on ZSensingComponent_SetShouldRestrictToCoordinator"); \ +static_assert(offsetof(ZSensingComponent_SetShouldRestrictToCoordinator, bValue) == 0x000000, "Member 'ZSensingComponent_SetShouldRestrictToCoordinator::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetCooldown \ +static_assert(alignof(ZSensingComponent_GetCooldown) == 0x000004, "Wrong alignment on ZSensingComponent_GetCooldown"); \ +static_assert(sizeof(ZSensingComponent_GetCooldown) == 0x000004, "Wrong size on ZSensingComponent_GetCooldown"); \ +static_assert(offsetof(ZSensingComponent_GetCooldown, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetCurrentOverwhelmedLevel \ +static_assert(alignof(ZSensingComponent_GetCurrentOverwhelmedLevel) == 0x000004, "Wrong alignment on ZSensingComponent_GetCurrentOverwhelmedLevel"); \ +static_assert(sizeof(ZSensingComponent_GetCurrentOverwhelmedLevel) == 0x000004, "Wrong size on ZSensingComponent_GetCurrentOverwhelmedLevel"); \ +static_assert(offsetof(ZSensingComponent_GetCurrentOverwhelmedLevel, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetCurrentOverwhelmedLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetCurrentSeenLevel \ +static_assert(alignof(ZSensingComponent_GetCurrentSeenLevel) == 0x000004, "Wrong alignment on ZSensingComponent_GetCurrentSeenLevel"); \ +static_assert(sizeof(ZSensingComponent_GetCurrentSeenLevel) == 0x000004, "Wrong size on ZSensingComponent_GetCurrentSeenLevel"); \ +static_assert(offsetof(ZSensingComponent_GetCurrentSeenLevel, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetCurrentSeenLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetDistanceToSeenPawn2D \ +static_assert(alignof(ZSensingComponent_GetDistanceToSeenPawn2D) == 0x000004, "Wrong alignment on ZSensingComponent_GetDistanceToSeenPawn2D"); \ +static_assert(sizeof(ZSensingComponent_GetDistanceToSeenPawn2D) == 0x000004, "Wrong size on ZSensingComponent_GetDistanceToSeenPawn2D"); \ +static_assert(offsetof(ZSensingComponent_GetDistanceToSeenPawn2D, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetDistanceToSeenPawn2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetSeenPawn \ +static_assert(alignof(ZSensingComponent_GetSeenPawn) == 0x000008, "Wrong alignment on ZSensingComponent_GetSeenPawn"); \ +static_assert(sizeof(ZSensingComponent_GetSeenPawn) == 0x000008, "Wrong size on ZSensingComponent_GetSeenPawn"); \ +static_assert(offsetof(ZSensingComponent_GetSeenPawn, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSeenPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetSensorLocation \ +static_assert(alignof(ZSensingComponent_GetSensorLocation) == 0x000008, "Wrong alignment on ZSensingComponent_GetSensorLocation"); \ +static_assert(sizeof(ZSensingComponent_GetSensorLocation) == 0x000018, "Wrong size on ZSensingComponent_GetSensorLocation"); \ +static_assert(offsetof(ZSensingComponent_GetSensorLocation, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSensorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetSensorRotation \ +static_assert(alignof(ZSensingComponent_GetSensorRotation) == 0x000008, "Wrong alignment on ZSensingComponent_GetSensorRotation"); \ +static_assert(sizeof(ZSensingComponent_GetSensorRotation) == 0x000018, "Wrong size on ZSensingComponent_GetSensorRotation"); \ +static_assert(offsetof(ZSensingComponent_GetSensorRotation, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSensorRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_GetSmartObjectSensing \ +static_assert(alignof(ZSensingComponent_GetSmartObjectSensing) == 0x000001, "Wrong alignment on ZSensingComponent_GetSmartObjectSensing"); \ +static_assert(sizeof(ZSensingComponent_GetSmartObjectSensing) == 0x000001, "Wrong size on ZSensingComponent_GetSmartObjectSensing"); \ +static_assert(offsetof(ZSensingComponent_GetSmartObjectSensing, ReturnValue) == 0x000000, "Member 'ZSensingComponent_GetSmartObjectSensing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_HasAcquiredSmartObject \ +static_assert(alignof(ZSensingComponent_HasAcquiredSmartObject) == 0x000001, "Wrong alignment on ZSensingComponent_HasAcquiredSmartObject"); \ +static_assert(sizeof(ZSensingComponent_HasAcquiredSmartObject) == 0x000001, "Wrong size on ZSensingComponent_HasAcquiredSmartObject"); \ +static_assert(offsetof(ZSensingComponent_HasAcquiredSmartObject, ReturnValue) == 0x000000, "Member 'ZSensingComponent_HasAcquiredSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSensingComponent_HasSeenPawn \ +static_assert(alignof(ZSensingComponent_HasSeenPawn) == 0x000001, "Wrong alignment on ZSensingComponent_HasSeenPawn"); \ +static_assert(sizeof(ZSensingComponent_HasSeenPawn) == 0x000001, "Wrong size on ZSensingComponent_HasSeenPawn"); \ +static_assert(offsetof(ZSensingComponent_HasSeenPawn, ReturnValue) == 0x000000, "Member 'ZSensingComponent_HasSeenPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSensingComponent \ +static_assert(alignof(UZSensingComponent) == 0x000008, "Wrong alignment on UZSensingComponent"); \ +static_assert(sizeof(UZSensingComponent) == 0x0002D0, "Wrong size on UZSensingComponent"); \ +static_assert(offsetof(UZSensingComponent, bVisibleInGame) == 0x0000F0, "Member 'UZSensingComponent::bVisibleInGame' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, HeadSocket) == 0x0000F4, "Member 'UZSensingComponent::HeadSocket' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bUseOtherComponentTransform) == 0x0000FC, "Member 'UZSensingComponent::bUseOtherComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, TransformReferenceComponentTag) == 0x000100, "Member 'UZSensingComponent::TransformReferenceComponentTag' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OwnerMeshComponentTag) == 0x000108, "Member 'UZSensingComponent::OwnerMeshComponentTag' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bInstantAcquire) == 0x000110, "Member 'UZSensingComponent::bInstantAcquire' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, SeenIncreaseFactor) == 0x000114, "Member 'UZSensingComponent::SeenIncreaseFactor' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, SeenDecreaseFactor) == 0x000118, "Member 'UZSensingComponent::SeenDecreaseFactor' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OverwhelmedIncreaseFactor) == 0x00011C, "Member 'UZSensingComponent::OverwhelmedIncreaseFactor' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OverwhelmedDecreaseFactor) == 0x000120, "Member 'UZSensingComponent::OverwhelmedDecreaseFactor' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OverwhelmedDuration) == 0x000124, "Member 'UZSensingComponent::OverwhelmedDuration' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, TargetMemoryTime) == 0x000128, "Member 'UZSensingComponent::TargetMemoryTime' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, SeenPawnLevel) == 0x00012C, "Member 'UZSensingComponent::SeenPawnLevel' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OverwhelmedLevel) == 0x000130, "Member 'UZSensingComponent::OverwhelmedLevel' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, CurrentOverwhelmedDuration) == 0x000134, "Member 'UZSensingComponent::CurrentOverwhelmedDuration' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, CurrentUnseenDelay) == 0x000138, "Member 'UZSensingComponent::CurrentUnseenDelay' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bTrackPlayerVelocity) == 0x00013C, "Member 'UZSensingComponent::bTrackPlayerVelocity' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, VelocityDetectionRadius) == 0x000140, "Member 'UZSensingComponent::VelocityDetectionRadius' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, VelocityDetectionThreshold) == 0x000144, "Member 'UZSensingComponent::VelocityDetectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bAlwaysCooldown) == 0x000148, "Member 'UZSensingComponent::bAlwaysCooldown' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, ResetCoolDown) == 0x00014C, "Member 'UZSensingComponent::ResetCoolDown' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bPawnProximityResize) == 0x000150, "Member 'UZSensingComponent::bPawnProximityResize' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, DetectionConeResizeThreshold) == 0x000154, "Member 'UZSensingComponent::DetectionConeResizeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, DetectionConeResizeMaxAngle) == 0x000158, "Member 'UZSensingComponent::DetectionConeResizeMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bFeetDetection) == 0x00015C, "Member 'UZSensingComponent::bFeetDetection' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bFeetDetectionVisibilityTest) == 0x00015D, "Member 'UZSensingComponent::bFeetDetectionVisibilityTest' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, MaxCamoStateDistance) == 0x000160, "Member 'UZSensingComponent::MaxCamoStateDistance' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, PlayerUntargettableTags) == 0x000168, "Member 'UZSensingComponent::PlayerUntargettableTags' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, BlacklistDistanceThreashold) == 0x000188, "Member 'UZSensingComponent::BlacklistDistanceThreashold' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bRestrictToCoordinator) == 0x00018C, "Member 'UZSensingComponent::bRestrictToCoordinator' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, bTargetLineOfSightVisibilityUpdate) == 0x00018D, "Member 'UZSensingComponent::bTargetLineOfSightVisibilityUpdate' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, TrackedSmartObject) == 0x000190, "Member 'UZSensingComponent::TrackedSmartObject' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, TrackingDistanceThreshold) == 0x000198, "Member 'UZSensingComponent::TrackingDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OnVisibilityChanged) == 0x0001A0, "Member 'UZSensingComponent::OnVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OnPawnSeen) == 0x0001B0, "Member 'UZSensingComponent::OnPawnSeen' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OnPawnHeard) == 0x0001C0, "Member 'UZSensingComponent::OnPawnHeard' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OnSoundHeard) == 0x0001D0, "Member 'UZSensingComponent::OnSoundHeard' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OnOwnerHit) == 0x0001E0, "Member 'UZSensingComponent::OnOwnerHit' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OnPawnAcquired) == 0x0001E8, "Member 'UZSensingComponent::OnPawnAcquired' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OnSmartObjectSpotted) == 0x0001F8, "Member 'UZSensingComponent::OnSmartObjectSpotted' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OwnerSkeletalMesh) == 0x000208, "Member 'UZSensingComponent::OwnerSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, OwnerStaticMesh) == 0x000210, "Member 'UZSensingComponent::OwnerStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UZSensingComponent, TransformReferenceComponent) == 0x000218, "Member 'UZSensingComponent::TransformReferenceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterOverride_Vector \ +static_assert(alignof(UMaterialParameterOverride_Vector) == 0x000008, "Wrong alignment on UMaterialParameterOverride_Vector"); \ +static_assert(sizeof(UMaterialParameterOverride_Vector) == 0x000048, "Wrong size on UMaterialParameterOverride_Vector"); \ +static_assert(offsetof(UMaterialParameterOverride_Vector, Name_0) == 0x000028, "Member 'UMaterialParameterOverride_Vector::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterOverride_Vector, MaterialIndex) == 0x000030, "Member 'UMaterialParameterOverride_Vector::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterOverride_Vector, Value) == 0x000034, "Member 'UMaterialParameterOverride_Vector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinDataFactory_GetSkinData \ +static_assert(alignof(ZSkinDataFactory_GetSkinData) == 0x000008, "Wrong alignment on ZSkinDataFactory_GetSkinData"); \ +static_assert(sizeof(ZSkinDataFactory_GetSkinData) == 0x0001D0, "Wrong size on ZSkinDataFactory_GetSkinData"); \ +static_assert(offsetof(ZSkinDataFactory_GetSkinData, SkinTag) == 0x000000, "Member 'ZSkinDataFactory_GetSkinData::SkinTag' has a wrong offset!"); \ +static_assert(offsetof(ZSkinDataFactory_GetSkinData, ReturnValue) == 0x000008, "Member 'ZSkinDataFactory_GetSkinData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinDataFactory_GetSkinDataById \ +static_assert(alignof(ZSkinDataFactory_GetSkinDataById) == 0x000008, "Wrong alignment on ZSkinDataFactory_GetSkinDataById"); \ +static_assert(sizeof(ZSkinDataFactory_GetSkinDataById) == 0x0001D8, "Wrong size on ZSkinDataFactory_GetSkinDataById"); \ +static_assert(offsetof(ZSkinDataFactory_GetSkinDataById, SkinUniqueId) == 0x000000, "Member 'ZSkinDataFactory_GetSkinDataById::SkinUniqueId' has a wrong offset!"); \ +static_assert(offsetof(ZSkinDataFactory_GetSkinDataById, ReturnValue) == 0x000010, "Member 'ZSkinDataFactory_GetSkinDataById::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSkinDataFactory \ +static_assert(alignof(UZSkinDataFactory) == 0x000008, "Wrong alignment on UZSkinDataFactory"); \ +static_assert(sizeof(UZSkinDataFactory) == 0x000040, "Wrong size on UZSkinDataFactory"); \ +static_assert(offsetof(UZSkinDataFactory, SkinData) == 0x000030, "Member 'UZSkinDataFactory::SkinData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_OnCollectibleFound \ +static_assert(alignof(ZSkinSystem_OnCollectibleFound) == 0x000004, "Wrong alignment on ZSkinSystem_OnCollectibleFound"); \ +static_assert(sizeof(ZSkinSystem_OnCollectibleFound) == 0x000010, "Wrong size on ZSkinSystem_OnCollectibleFound"); \ +static_assert(offsetof(ZSkinSystem_OnCollectibleFound, CollectibleID) == 0x000000, "Member 'ZSkinSystem_OnCollectibleFound::CollectibleID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_OnTrophyUnlocked \ +static_assert(alignof(ZSkinSystem_OnTrophyUnlocked) == 0x000004, "Wrong alignment on ZSkinSystem_OnTrophyUnlocked"); \ +static_assert(sizeof(ZSkinSystem_OnTrophyUnlocked) == 0x000010, "Wrong size on ZSkinSystem_OnTrophyUnlocked"); \ +static_assert(offsetof(ZSkinSystem_OnTrophyUnlocked, TrophyId) == 0x000000, "Member 'ZSkinSystem_OnTrophyUnlocked::TrophyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_SetPlayerCurrentSkin \ +static_assert(alignof(ZSkinSystem_SetPlayerCurrentSkin) == 0x000004, "Wrong alignment on ZSkinSystem_SetPlayerCurrentSkin"); \ +static_assert(sizeof(ZSkinSystem_SetPlayerCurrentSkin) == 0x000008, "Wrong size on ZSkinSystem_SetPlayerCurrentSkin"); \ +static_assert(offsetof(ZSkinSystem_SetPlayerCurrentSkin, SkinTag) == 0x000000, "Member 'ZSkinSystem_SetPlayerCurrentSkin::SkinTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_UnlockSkinByTag \ +static_assert(alignof(ZSkinSystem_UnlockSkinByTag) == 0x000004, "Wrong alignment on ZSkinSystem_UnlockSkinByTag"); \ +static_assert(sizeof(ZSkinSystem_UnlockSkinByTag) == 0x00000C, "Wrong size on ZSkinSystem_UnlockSkinByTag"); \ +static_assert(offsetof(ZSkinSystem_UnlockSkinByTag, SkinTag) == 0x000000, "Member 'ZSkinSystem_UnlockSkinByTag::SkinTag' has a wrong offset!"); \ +static_assert(offsetof(ZSkinSystem_UnlockSkinByTag, bSaveGame) == 0x000008, "Member 'ZSkinSystem_UnlockSkinByTag::bSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_GetPlayerCurrentSkinData \ +static_assert(alignof(ZSkinSystem_GetPlayerCurrentSkinData) == 0x000008, "Wrong alignment on ZSkinSystem_GetPlayerCurrentSkinData"); \ +static_assert(sizeof(ZSkinSystem_GetPlayerCurrentSkinData) == 0x0001C8, "Wrong size on ZSkinSystem_GetPlayerCurrentSkinData"); \ +static_assert(offsetof(ZSkinSystem_GetPlayerCurrentSkinData, ReturnValue) == 0x000000, "Member 'ZSkinSystem_GetPlayerCurrentSkinData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_GetPlayerCurrentSkinTag \ +static_assert(alignof(ZSkinSystem_GetPlayerCurrentSkinTag) == 0x000004, "Wrong alignment on ZSkinSystem_GetPlayerCurrentSkinTag"); \ +static_assert(sizeof(ZSkinSystem_GetPlayerCurrentSkinTag) == 0x000008, "Wrong size on ZSkinSystem_GetPlayerCurrentSkinTag"); \ +static_assert(offsetof(ZSkinSystem_GetPlayerCurrentSkinTag, ReturnValue) == 0x000000, "Member 'ZSkinSystem_GetPlayerCurrentSkinTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_GetUnlockedSkinsData \ +static_assert(alignof(ZSkinSystem_GetUnlockedSkinsData) == 0x000008, "Wrong alignment on ZSkinSystem_GetUnlockedSkinsData"); \ +static_assert(sizeof(ZSkinSystem_GetUnlockedSkinsData) == 0x000010, "Wrong size on ZSkinSystem_GetUnlockedSkinsData"); \ +static_assert(offsetof(ZSkinSystem_GetUnlockedSkinsData, ReturnValue) == 0x000000, "Member 'ZSkinSystem_GetUnlockedSkinsData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSkinSystem_HasUnlockedSkinByTag \ +static_assert(alignof(ZSkinSystem_HasUnlockedSkinByTag) == 0x000004, "Wrong alignment on ZSkinSystem_HasUnlockedSkinByTag"); \ +static_assert(sizeof(ZSkinSystem_HasUnlockedSkinByTag) == 0x00000C, "Wrong size on ZSkinSystem_HasUnlockedSkinByTag"); \ +static_assert(offsetof(ZSkinSystem_HasUnlockedSkinByTag, SkinTag) == 0x000000, "Member 'ZSkinSystem_HasUnlockedSkinByTag::SkinTag' has a wrong offset!"); \ +static_assert(offsetof(ZSkinSystem_HasUnlockedSkinByTag, ReturnValue) == 0x000008, "Member 'ZSkinSystem_HasUnlockedSkinByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSkinSystem \ +static_assert(alignof(UZSkinSystem) == 0x000008, "Wrong alignment on UZSkinSystem"); \ +static_assert(sizeof(UZSkinSystem) == 0x000088, "Wrong size on UZSkinSystem"); \ +static_assert(offsetof(UZSkinSystem, FiftyPercentTrophiesSkin) == 0x000028, "Member 'UZSkinSystem::FiftyPercentTrophiesSkin' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, AllTrophiesSkin) == 0x000030, "Member 'UZSkinSystem::AllTrophiesSkin' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, FiftyPercentCollectibleFound) == 0x000038, "Member 'UZSkinSystem::FiftyPercentCollectibleFound' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, AllCollectibleFound) == 0x000040, "Member 'UZSkinSystem::AllCollectibleFound' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, GameInstance) == 0x000048, "Member 'UZSkinSystem::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, PlayerSkin) == 0x000050, "Member 'UZSkinSystem::PlayerSkin' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, UnlockedSkins) == 0x000058, "Member 'UZSkinSystem::UnlockedSkins' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, OnSkinUnlocked) == 0x000068, "Member 'UZSkinSystem::OnSkinUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UZSkinSystem, OnSkinLocked) == 0x000078, "Member 'UZSkinSystem::OnSkinLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_OnCharacterHit \ +static_assert(alignof(ZSlingShot_OnCharacterHit) == 0x000008, "Wrong alignment on ZSlingShot_OnCharacterHit"); \ +static_assert(sizeof(ZSlingShot_OnCharacterHit) == 0x000120, "Wrong size on ZSlingShot_OnCharacterHit"); \ +static_assert(offsetof(ZSlingShot_OnCharacterHit, SelfActor) == 0x000000, "Member 'ZSlingShot_OnCharacterHit::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(ZSlingShot_OnCharacterHit, OtherActor) == 0x000008, "Member 'ZSlingShot_OnCharacterHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ZSlingShot_OnCharacterHit, NormalImpulse) == 0x000010, "Member 'ZSlingShot_OnCharacterHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(ZSlingShot_OnCharacterHit, Hit) == 0x000028, "Member 'ZSlingShot_OnCharacterHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_OnCharacterLanded \ +static_assert(alignof(ZSlingShot_OnCharacterLanded) == 0x000008, "Wrong alignment on ZSlingShot_OnCharacterLanded"); \ +static_assert(sizeof(ZSlingShot_OnCharacterLanded) == 0x0000F8, "Wrong size on ZSlingShot_OnCharacterLanded"); \ +static_assert(offsetof(ZSlingShot_OnCharacterLanded, Hit) == 0x000000, "Member 'ZSlingShot_OnCharacterLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_OnPlayerRestart \ +static_assert(alignof(ZSlingShot_OnPlayerRestart) == 0x000004, "Wrong alignment on ZSlingShot_OnPlayerRestart"); \ +static_assert(sizeof(ZSlingShot_OnPlayerRestart) == 0x000004, "Wrong size on ZSlingShot_OnPlayerRestart"); \ +static_assert(offsetof(ZSlingShot_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZSlingShot_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_OnReceiveAnimNotify \ +static_assert(alignof(ZSlingShot_OnReceiveAnimNotify) == 0x000004, "Wrong alignment on ZSlingShot_OnReceiveAnimNotify"); \ +static_assert(sizeof(ZSlingShot_OnReceiveAnimNotify) == 0x000010, "Wrong size on ZSlingShot_OnReceiveAnimNotify"); \ +static_assert(offsetof(ZSlingShot_OnReceiveAnimNotify, AnimNotifyName) == 0x000000, "Member 'ZSlingShot_OnReceiveAnimNotify::AnimNotifyName' has a wrong offset!"); \ +static_assert(offsetof(ZSlingShot_OnReceiveAnimNotify, DebugInfo) == 0x000008, "Member 'ZSlingShot_OnReceiveAnimNotify::DebugInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_OnUIHide \ +static_assert(alignof(ZSlingShot_OnUIHide) == 0x000001, "Wrong alignment on ZSlingShot_OnUIHide"); \ +static_assert(sizeof(ZSlingShot_OnUIHide) == 0x000001, "Wrong size on ZSlingShot_OnUIHide"); \ +static_assert(offsetof(ZSlingShot_OnUIHide, bUIHide) == 0x000000, "Member 'ZSlingShot_OnUIHide::bUIHide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_TimeLaunchAudioUpdate \ +static_assert(alignof(ZSlingShot_TimeLaunchAudioUpdate) == 0x000004, "Wrong alignment on ZSlingShot_TimeLaunchAudioUpdate"); \ +static_assert(sizeof(ZSlingShot_TimeLaunchAudioUpdate) == 0x000004, "Wrong size on ZSlingShot_TimeLaunchAudioUpdate"); \ +static_assert(offsetof(ZSlingShot_TimeLaunchAudioUpdate, TimeAudiovalue) == 0x000000, "Member 'ZSlingShot_TimeLaunchAudioUpdate::TimeAudiovalue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_GetSlingShotRotation \ +static_assert(alignof(ZSlingShot_GetSlingShotRotation) == 0x000008, "Wrong alignment on ZSlingShot_GetSlingShotRotation"); \ +static_assert(sizeof(ZSlingShot_GetSlingShotRotation) == 0x000018, "Wrong size on ZSlingShot_GetSlingShotRotation"); \ +static_assert(offsetof(ZSlingShot_GetSlingShotRotation, ReturnValue) == 0x000000, "Member 'ZSlingShot_GetSlingShotRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSlingShot_GetTarget \ +static_assert(alignof(ZSlingShot_GetTarget) == 0x000008, "Wrong alignment on ZSlingShot_GetTarget"); \ +static_assert(sizeof(ZSlingShot_GetTarget) == 0x000008, "Wrong size on ZSlingShot_GetTarget"); \ +static_assert(offsetof(ZSlingShot_GetTarget, ReturnValue) == 0x000000, "Member 'ZSlingShot_GetTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZSlingShot \ +static_assert(alignof(AZSlingShot) == 0x000008, "Wrong alignment on AZSlingShot"); \ +static_assert(sizeof(AZSlingShot) == 0x000478, "Wrong size on AZSlingShot"); \ +static_assert(offsetof(AZSlingShot, StaticMeshComp) == 0x000290, "Member 'AZSlingShot::StaticMeshComp' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, SkeletalMeshComp) == 0x000298, "Member 'AZSlingShot::SkeletalMeshComp' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, ArrowStart) == 0x0002A0, "Member 'AZSlingShot::ArrowStart' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, ArrowStop) == 0x0002A8, "Member 'AZSlingShot::ArrowStop' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, TriggerBox) == 0x0002B0, "Member 'AZSlingShot::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, InteractableComponent) == 0x0002B8, "Member 'AZSlingShot::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, AimSpeedMultiplier) == 0x0002C8, "Member 'AZSlingShot::AimSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, StretchDistanceMaxPower) == 0x0002CC, "Member 'AZSlingShot::StretchDistanceMaxPower' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, MaxAimDistance) == 0x0002D4, "Member 'AZSlingShot::MaxAimDistance' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, MaxDistOffSet) == 0x0002D8, "Member 'AZSlingShot::MaxDistOffSet' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, MaxLaunchPower) == 0x0002DC, "Member 'AZSlingShot::MaxLaunchPower' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, DarwinStartLaunchTolerence) == 0x0002E0, "Member 'AZSlingShot::DarwinStartLaunchTolerence' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, TrajectoryDisplayFactor) == 0x0002E4, "Member 'AZSlingShot::TrajectoryDisplayFactor' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, Target) == 0x000310, "Member 'AZSlingShot::Target' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, SlingShotCharacterMontage) == 0x000398, "Member 'AZSlingShot::SlingShotCharacterMontage' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, SlingShotPolesMontage) == 0x0003A0, "Member 'AZSlingShot::SlingShotPolesMontage' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, SlingShotPolesLaunchMontage) == 0x0003A8, "Member 'AZSlingShot::SlingShotPolesLaunchMontage' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, ProjectileTrajToSpawn) == 0x0003B0, "Member 'AZSlingShot::ProjectileTrajToSpawn' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, bAlwaysSucceed) == 0x000458, "Member 'AZSlingShot::bAlwaysSucceed' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, bDebug) == 0x00045B, "Member 'AZSlingShot::bDebug' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, bDebugEditor) == 0x00045C, "Member 'AZSlingShot::bDebugEditor' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, DebugDuration) == 0x000460, "Member 'AZSlingShot::DebugDuration' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, TargetOffset) == 0x000464, "Member 'AZSlingShot::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, CustomArcParam) == 0x000468, "Member 'AZSlingShot::CustomArcParam' has a wrong offset!"); \ +static_assert(offsetof(AZSlingShot, CancelRangePercent) == 0x00046C, "Member 'AZSlingShot::CancelRangePercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZSmartObject \ +static_assert(alignof(AZSmartObject) == 0x000008, "Wrong alignment on AZSmartObject"); \ +static_assert(sizeof(AZSmartObject) == 0x000298, "Wrong size on AZSmartObject"); \ +static_assert(offsetof(AZSmartObject, bShowDebug) == 0x000290, "Member 'AZSmartObject::bShowDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZSpectatorPawn \ +static_assert(alignof(AZSpectatorPawn) == 0x000008, "Wrong alignment on AZSpectatorPawn"); \ +static_assert(sizeof(AZSpectatorPawn) == 0x0003A0, "Wrong size on AZSpectatorPawn"); \ +static_assert(offsetof(AZSpectatorPawn, LookAtSpeed) == 0x000340, "Member 'AZSpectatorPawn::LookAtSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZSpectatorPawn, ProfilingSpeed) == 0x000344, "Member 'AZSpectatorPawn::ProfilingSpeed' has a wrong offset!"); \ +static_assert(offsetof(AZSpectatorPawn, ProfilingRotation) == 0x000348, "Member 'AZSpectatorPawn::ProfilingRotation' has a wrong offset!"); \ +static_assert(offsetof(AZSpectatorPawn, ProfilingSpline) == 0x000360, "Member 'AZSpectatorPawn::ProfilingSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetConeAngle \ +static_assert(alignof(ZSpotComponent_SetConeAngle) == 0x000004, "Wrong alignment on ZSpotComponent_SetConeAngle"); \ +static_assert(sizeof(ZSpotComponent_SetConeAngle) == 0x000004, "Wrong size on ZSpotComponent_SetConeAngle"); \ +static_assert(offsetof(ZSpotComponent_SetConeAngle, Angle) == 0x000000, "Member 'ZSpotComponent_SetConeAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetConeLength \ +static_assert(alignof(ZSpotComponent_SetConeLength) == 0x000004, "Wrong alignment on ZSpotComponent_SetConeLength"); \ +static_assert(sizeof(ZSpotComponent_SetConeLength) == 0x000004, "Wrong size on ZSpotComponent_SetConeLength"); \ +static_assert(offsetof(ZSpotComponent_SetConeLength, ConeLength) == 0x000000, "Member 'ZSpotComponent_SetConeLength::ConeLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetEnabled \ +static_assert(alignof(ZSpotComponent_SetEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetEnabled"); \ +static_assert(sizeof(ZSpotComponent_SetEnabled) == 0x000002, "Wrong size on ZSpotComponent_SetEnabled"); \ +static_assert(offsetof(ZSpotComponent_SetEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetEnabled::Value' has a wrong offset!"); \ +static_assert(offsetof(ZSpotComponent_SetEnabled, ForceZeroRotation) == 0x000001, "Member 'ZSpotComponent_SetEnabled::ForceZeroRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetLookAtEnabled \ +static_assert(alignof(ZSpotComponent_SetLookAtEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetLookAtEnabled"); \ +static_assert(sizeof(ZSpotComponent_SetLookAtEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetLookAtEnabled"); \ +static_assert(offsetof(ZSpotComponent_SetLookAtEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetLookAtEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetLookAtTargetActor \ +static_assert(alignof(ZSpotComponent_SetLookAtTargetActor) == 0x000008, "Wrong alignment on ZSpotComponent_SetLookAtTargetActor"); \ +static_assert(sizeof(ZSpotComponent_SetLookAtTargetActor) == 0x000008, "Wrong size on ZSpotComponent_SetLookAtTargetActor"); \ +static_assert(offsetof(ZSpotComponent_SetLookAtTargetActor, Target) == 0x000000, "Member 'ZSpotComponent_SetLookAtTargetActor::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetMovementEnabled \ +static_assert(alignof(ZSpotComponent_SetMovementEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetMovementEnabled"); \ +static_assert(sizeof(ZSpotComponent_SetMovementEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetMovementEnabled"); \ +static_assert(offsetof(ZSpotComponent_SetMovementEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetMovementEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetPawnDetectionEnabled \ +static_assert(alignof(ZSpotComponent_SetPawnDetectionEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetPawnDetectionEnabled"); \ +static_assert(sizeof(ZSpotComponent_SetPawnDetectionEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetPawnDetectionEnabled"); \ +static_assert(offsetof(ZSpotComponent_SetPawnDetectionEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetPawnDetectionEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetPawnDetectionRate \ +static_assert(alignof(ZSpotComponent_SetPawnDetectionRate) == 0x000004, "Wrong alignment on ZSpotComponent_SetPawnDetectionRate"); \ +static_assert(sizeof(ZSpotComponent_SetPawnDetectionRate) == 0x000004, "Wrong size on ZSpotComponent_SetPawnDetectionRate"); \ +static_assert(offsetof(ZSpotComponent_SetPawnDetectionRate, Value) == 0x000000, "Member 'ZSpotComponent_SetPawnDetectionRate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_SetTraceEnabled \ +static_assert(alignof(ZSpotComponent_SetTraceEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_SetTraceEnabled"); \ +static_assert(sizeof(ZSpotComponent_SetTraceEnabled) == 0x000001, "Wrong size on ZSpotComponent_SetTraceEnabled"); \ +static_assert(offsetof(ZSpotComponent_SetTraceEnabled, Value) == 0x000000, "Member 'ZSpotComponent_SetTraceEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_CouldSeePawn \ +static_assert(alignof(ZSpotComponent_CouldSeePawn) == 0x000008, "Wrong alignment on ZSpotComponent_CouldSeePawn"); \ +static_assert(sizeof(ZSpotComponent_CouldSeePawn) == 0x000010, "Wrong size on ZSpotComponent_CouldSeePawn"); \ +static_assert(offsetof(ZSpotComponent_CouldSeePawn, Pawn) == 0x000000, "Member 'ZSpotComponent_CouldSeePawn::Pawn' has a wrong offset!"); \ +static_assert(offsetof(ZSpotComponent_CouldSeePawn, ReturnValue) == 0x000008, "Member 'ZSpotComponent_CouldSeePawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSpotComponent_IsEnabled \ +static_assert(alignof(ZSpotComponent_IsEnabled) == 0x000001, "Wrong alignment on ZSpotComponent_IsEnabled"); \ +static_assert(sizeof(ZSpotComponent_IsEnabled) == 0x000001, "Wrong size on ZSpotComponent_IsEnabled"); \ +static_assert(offsetof(ZSpotComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'ZSpotComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSpotComponent \ +static_assert(alignof(UZSpotComponent) == 0x000010, "Wrong alignment on UZSpotComponent"); \ +static_assert(sizeof(UZSpotComponent) == 0x0007F0, "Wrong size on UZSpotComponent"); \ +static_assert(offsetof(UZSpotComponent, bShowDebug) == 0x000530, "Member 'UZSpotComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bStartEnabled) == 0x000531, "Member 'UZSpotComponent::bStartEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bSensorOwnerTag) == 0x000532, "Member 'UZSpotComponent::bSensorOwnerTag' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, SensorOwnerTag) == 0x000534, "Member 'UZSpotComponent::SensorOwnerTag' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bSensorSocket) == 0x00053C, "Member 'UZSpotComponent::bSensorSocket' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, SensorSocketAttach) == 0x000540, "Member 'UZSpotComponent::SensorSocketAttach' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bMovementEnabled) == 0x000548, "Member 'UZSpotComponent::bMovementEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, Axis) == 0x000550, "Member 'UZSpotComponent::Axis' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, MaxAngle) == 0x000568, "Member 'UZSpotComponent::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, Speed) == 0x00056C, "Member 'UZSpotComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, RotationRate) == 0x000570, "Member 'UZSpotComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bTraceEnabled) == 0x000578, "Member 'UZSpotComponent::bTraceEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bPawnDetectionEnabled) == 0x000579, "Member 'UZSpotComponent::bPawnDetectionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, Aperture) == 0x00057C, "Member 'UZSpotComponent::Aperture' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, Length) == 0x000580, "Member 'UZSpotComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, IgnoredTraceActorTags) == 0x000588, "Member 'UZSpotComponent::IgnoredTraceActorTags' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, TracePrecision) == 0x000598, "Member 'UZSpotComponent::TracePrecision' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, TraceChannel) == 0x00059C, "Member 'UZSpotComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, TraceAxis) == 0x0005A0, "Member 'UZSpotComponent::TraceAxis' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, TraceRate) == 0x0005B8, "Member 'UZSpotComponent::TraceRate' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, PawnDetectionRate) == 0x0005BC, "Member 'UZSpotComponent::PawnDetectionRate' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, ToleranceTime) == 0x0005C0, "Member 'UZSpotComponent::ToleranceTime' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bPlayerOnly) == 0x0005C4, "Member 'UZSpotComponent::bPlayerOnly' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, PawnRadius) == 0x0005C8, "Member 'UZSpotComponent::PawnRadius' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, DetectionShape) == 0x0005CC, "Member 'UZSpotComponent::DetectionShape' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, SphereRadius) == 0x0005D0, "Member 'UZSpotComponent::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, UndetectableTags) == 0x0005D8, "Member 'UZSpotComponent::UndetectableTags' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bLookAtEnabled) == 0x0005F8, "Member 'UZSpotComponent::bLookAtEnabled' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, Space) == 0x0005F9, "Member 'UZSpotComponent::Space' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, TargetLookAtSpeed) == 0x0005FC, "Member 'UZSpotComponent::TargetLookAtSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, DefaultLookAtSpeed) == 0x000600, "Member 'UZSpotComponent::DefaultLookAtSpeed' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, TrackingActor) == 0x000608, "Member 'UZSpotComponent::TrackingActor' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, bClamp) == 0x000630, "Member 'UZSpotComponent::bClamp' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, RollDiffMin) == 0x000634, "Member 'UZSpotComponent::RollDiffMin' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, RollDiffMax) == 0x000638, "Member 'UZSpotComponent::RollDiffMax' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, PitchDiffMin) == 0x00063C, "Member 'UZSpotComponent::PitchDiffMin' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, PitchDiffMax) == 0x000640, "Member 'UZSpotComponent::PitchDiffMax' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, YawDiffMin) == 0x000644, "Member 'UZSpotComponent::YawDiffMin' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, YawDiffMax) == 0x000648, "Member 'UZSpotComponent::YawDiffMax' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, BaseArrowTransform) == 0x000650, "Member 'UZSpotComponent::BaseArrowTransform' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, LookAtTarget) == 0x0006B0, "Member 'UZSpotComponent::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, Hits) == 0x0006F8, "Member 'UZSpotComponent::Hits' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, LookAtTargetsIndex) == 0x000708, "Member 'UZSpotComponent::LookAtTargetsIndex' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, OnTracesFinished) == 0x000710, "Member 'UZSpotComponent::OnTracesFinished' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, OnPawnDetected) == 0x000720, "Member 'UZSpotComponent::OnPawnDetected' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, DetectedPawns) == 0x000730, "Member 'UZSpotComponent::DetectedPawns' has a wrong offset!"); \ +static_assert(offsetof(UZSpotComponent, SensorOwner) == 0x0007E8, "Member 'UZSpotComponent::SensorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZStreamingFreezerComponent \ +static_assert(alignof(UZStreamingFreezerComponent) == 0x000008, "Wrong alignment on UZStreamingFreezerComponent"); \ +static_assert(sizeof(UZStreamingFreezerComponent) == 0x0000F8, "Wrong size on UZStreamingFreezerComponent"); \ + +#define DUMPER7_ASSERTS_ZStreamingSafetyComponent_IsLevelReady \ +static_assert(alignof(ZStreamingSafetyComponent_IsLevelReady) == 0x000001, "Wrong alignment on ZStreamingSafetyComponent_IsLevelReady"); \ +static_assert(sizeof(ZStreamingSafetyComponent_IsLevelReady) == 0x000001, "Wrong size on ZStreamingSafetyComponent_IsLevelReady"); \ +static_assert(offsetof(ZStreamingSafetyComponent_IsLevelReady, ReturnValue) == 0x000000, "Member 'ZStreamingSafetyComponent_IsLevelReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZStreamingSafetyComponent \ +static_assert(alignof(UZStreamingSafetyComponent) == 0x000008, "Wrong alignment on UZStreamingSafetyComponent"); \ +static_assert(sizeof(UZStreamingSafetyComponent) == 0x0000D8, "Wrong size on UZStreamingSafetyComponent"); \ +static_assert(offsetof(UZStreamingSafetyComponent, bAutoSleepSafety) == 0x0000A0, "Member 'UZStreamingSafetyComponent::bAutoSleepSafety' has a wrong offset!"); \ +static_assert(offsetof(UZStreamingSafetyComponent, bRunGeometryCheck) == 0x0000A1, "Member 'UZStreamingSafetyComponent::bRunGeometryCheck' has a wrong offset!"); \ +static_assert(offsetof(UZStreamingSafetyComponent, OnLevelReady) == 0x0000A8, "Member 'UZStreamingSafetyComponent::OnLevelReady' has a wrong offset!"); \ +static_assert(offsetof(UZStreamingSafetyComponent, SafeLocation) == 0x0000B8, "Member 'UZStreamingSafetyComponent::SafeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSubtitleSystem_UpdateSubtitleText \ +static_assert(alignof(ZSubtitleSystem_UpdateSubtitleText) == 0x000008, "Wrong alignment on ZSubtitleSystem_UpdateSubtitleText"); \ +static_assert(sizeof(ZSubtitleSystem_UpdateSubtitleText) == 0x000010, "Wrong size on ZSubtitleSystem_UpdateSubtitleText"); \ +static_assert(offsetof(ZSubtitleSystem_UpdateSubtitleText, Subtitle) == 0x000000, "Member 'ZSubtitleSystem_UpdateSubtitleText::Subtitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSubtitleSystem \ +static_assert(alignof(UZSubtitleSystem) == 0x000008, "Wrong alignment on UZSubtitleSystem"); \ +static_assert(sizeof(UZSubtitleSystem) == 0x000048, "Wrong size on UZSubtitleSystem"); \ +static_assert(offsetof(UZSubtitleSystem, GameInstance) == 0x000028, "Member 'UZSubtitleSystem::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZCustomDisablingSettings \ +static_assert(alignof(UZCustomDisablingSettings) == 0x000008, "Wrong alignment on UZCustomDisablingSettings"); \ +static_assert(sizeof(UZCustomDisablingSettings) == 0x000108, "Wrong size on UZCustomDisablingSettings"); \ +static_assert(offsetof(UZCustomDisablingSettings, MinScreenPercentageDefaultValue) == 0x000038, "Member 'UZCustomDisablingSettings::MinScreenPercentageDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UZCustomDisablingSettings, CVarFrameTimeBudgetDefaultValue) == 0x00003C, "Member 'UZCustomDisablingSettings::CVarFrameTimeBudgetDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UZCustomDisablingSettings, PostProcessDynamic) == 0x000040, "Member 'UZCustomDisablingSettings::PostProcessDynamic' has a wrong offset!"); \ +static_assert(offsetof(UZCustomDisablingSettings, PostProcessMaterialsToRemove) == 0x000090, "Member 'UZCustomDisablingSettings::PostProcessMaterialsToRemove' has a wrong offset!"); \ +static_assert(offsetof(UZCustomDisablingSettings, MPCPlatformSwitch) == 0x0000E0, "Member 'UZCustomDisablingSettings::MPCPlatformSwitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld \ +static_assert(alignof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld) == 0x000008, "Wrong alignment on ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld"); \ +static_assert(sizeof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld) == 0x000010, "Wrong size on ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld"); \ +static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld, addedLevel) == 0x000000, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld::addedLevel' has a wrong offset!"); \ +static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld, CurrentWorld) == 0x000008, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelAddedToWorld::CurrentWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld \ +static_assert(alignof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld) == 0x000008, "Wrong alignment on ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld"); \ +static_assert(sizeof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld) == 0x000010, "Wrong size on ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld"); \ +static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld, addedLevel) == 0x000000, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld::addedLevel' has a wrong offset!"); \ +static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld, CurrentWorld) == 0x000008, "Member 'ZSwitchDebugToolsSubsystem_HandleOnLevelRemovedFromWorld::CurrentWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked \ +static_assert(alignof(ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked) == 0x000001, "Wrong alignment on ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked"); \ +static_assert(sizeof(ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked) == 0x000001, "Wrong size on ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked"); \ +static_assert(offsetof(ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked, bIsDocked) == 0x000000, "Member 'ZSwitchDebugToolsSubsystem_HandleSwitchDockedUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZSwitchDebugToolsSubsystem \ +static_assert(alignof(UZSwitchDebugToolsSubsystem) == 0x000008, "Wrong alignment on UZSwitchDebugToolsSubsystem"); \ +static_assert(sizeof(UZSwitchDebugToolsSubsystem) == 0x0000D8, "Wrong size on UZSwitchDebugToolsSubsystem"); \ +static_assert(offsetof(UZSwitchDebugToolsSubsystem, PlatformDynamicPostProcesses) == 0x000040, "Member 'UZSwitchDebugToolsSubsystem::PlatformDynamicPostProcesses' has a wrong offset!"); \ +static_assert(offsetof(UZSwitchDebugToolsSubsystem, PostProcessNameToMaterialInstance) == 0x000050, "Member 'UZSwitchDebugToolsSubsystem::PostProcessNameToMaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_AddThreat \ +static_assert(alignof(ZThreatSystemComponent_AddThreat) == 0x000008, "Wrong alignment on ZThreatSystemComponent_AddThreat"); \ +static_assert(sizeof(ZThreatSystemComponent_AddThreat) == 0x000008, "Wrong size on ZThreatSystemComponent_AddThreat"); \ +static_assert(offsetof(ZThreatSystemComponent_AddThreat, ActorToAdd) == 0x000000, "Member 'ZThreatSystemComponent_AddThreat::ActorToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_OnActorEndPlay \ +static_assert(alignof(ZThreatSystemComponent_OnActorEndPlay) == 0x000008, "Wrong alignment on ZThreatSystemComponent_OnActorEndPlay"); \ +static_assert(sizeof(ZThreatSystemComponent_OnActorEndPlay) == 0x000010, "Wrong size on ZThreatSystemComponent_OnActorEndPlay"); \ +static_assert(offsetof(ZThreatSystemComponent_OnActorEndPlay, Actor) == 0x000000, "Member 'ZThreatSystemComponent_OnActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZThreatSystemComponent_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'ZThreatSystemComponent_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_OnPlayerRestart \ +static_assert(alignof(ZThreatSystemComponent_OnPlayerRestart) == 0x000004, "Wrong alignment on ZThreatSystemComponent_OnPlayerRestart"); \ +static_assert(sizeof(ZThreatSystemComponent_OnPlayerRestart) == 0x000004, "Wrong size on ZThreatSystemComponent_OnPlayerRestart"); \ +static_assert(offsetof(ZThreatSystemComponent_OnPlayerRestart, RespawnOccurence) == 0x000000, "Member 'ZThreatSystemComponent_OnPlayerRestart::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_RemoveThreat \ +static_assert(alignof(ZThreatSystemComponent_RemoveThreat) == 0x000008, "Wrong alignment on ZThreatSystemComponent_RemoveThreat"); \ +static_assert(sizeof(ZThreatSystemComponent_RemoveThreat) == 0x000008, "Wrong size on ZThreatSystemComponent_RemoveThreat"); \ +static_assert(offsetof(ZThreatSystemComponent_RemoveThreat, ActorToRemove) == 0x000000, "Member 'ZThreatSystemComponent_RemoveThreat::ActorToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_GetThreatActors \ +static_assert(alignof(ZThreatSystemComponent_GetThreatActors) == 0x000008, "Wrong alignment on ZThreatSystemComponent_GetThreatActors"); \ +static_assert(sizeof(ZThreatSystemComponent_GetThreatActors) == 0x000010, "Wrong size on ZThreatSystemComponent_GetThreatActors"); \ +static_assert(offsetof(ZThreatSystemComponent_GetThreatActors, ReturnValue) == 0x000000, "Member 'ZThreatSystemComponent_GetThreatActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_GetThreatCount \ +static_assert(alignof(ZThreatSystemComponent_GetThreatCount) == 0x000004, "Wrong alignment on ZThreatSystemComponent_GetThreatCount"); \ +static_assert(sizeof(ZThreatSystemComponent_GetThreatCount) == 0x000004, "Wrong size on ZThreatSystemComponent_GetThreatCount"); \ +static_assert(offsetof(ZThreatSystemComponent_GetThreatCount, ReturnValue) == 0x000000, "Member 'ZThreatSystemComponent_GetThreatCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_HasThreat \ +static_assert(alignof(ZThreatSystemComponent_HasThreat) == 0x000008, "Wrong alignment on ZThreatSystemComponent_HasThreat"); \ +static_assert(sizeof(ZThreatSystemComponent_HasThreat) == 0x000010, "Wrong size on ZThreatSystemComponent_HasThreat"); \ +static_assert(offsetof(ZThreatSystemComponent_HasThreat, Actor) == 0x000000, "Member 'ZThreatSystemComponent_HasThreat::Actor' has a wrong offset!"); \ +static_assert(offsetof(ZThreatSystemComponent_HasThreat, ReturnValue) == 0x000008, "Member 'ZThreatSystemComponent_HasThreat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZThreatSystemComponent_IsThreatened \ +static_assert(alignof(ZThreatSystemComponent_IsThreatened) == 0x000001, "Wrong alignment on ZThreatSystemComponent_IsThreatened"); \ +static_assert(sizeof(ZThreatSystemComponent_IsThreatened) == 0x000001, "Wrong size on ZThreatSystemComponent_IsThreatened"); \ +static_assert(offsetof(ZThreatSystemComponent_IsThreatened, ReturnValue) == 0x000000, "Member 'ZThreatSystemComponent_IsThreatened::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZThreatSystemComponent \ +static_assert(alignof(UZThreatSystemComponent) == 0x000008, "Wrong alignment on UZThreatSystemComponent"); \ +static_assert(sizeof(UZThreatSystemComponent) == 0x000128, "Wrong size on UZThreatSystemComponent"); \ +static_assert(offsetof(UZThreatSystemComponent, TagToAddOnThreat) == 0x0000B0, "Member 'UZThreatSystemComponent::TagToAddOnThreat' has a wrong offset!"); \ +static_assert(offsetof(UZThreatSystemComponent, VisibilityChangeThreshold) == 0x0000D0, "Member 'UZThreatSystemComponent::VisibilityChangeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UZThreatSystemComponent, OnThreatAdd) == 0x0000D8, "Member 'UZThreatSystemComponent::OnThreatAdd' has a wrong offset!"); \ +static_assert(offsetof(UZThreatSystemComponent, OnThreatRemoved) == 0x0000E8, "Member 'UZThreatSystemComponent::OnThreatRemoved' has a wrong offset!"); \ +static_assert(offsetof(UZThreatSystemComponent, OnThreatVisibilityChanged) == 0x0000F8, "Member 'UZThreatSystemComponent::OnThreatVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UZThreatSystemComponent, OnThreatEmpty) == 0x000108, "Member 'UZThreatSystemComponent::OnThreatEmpty' has a wrong offset!"); \ +static_assert(offsetof(UZThreatSystemComponent, VisibilityAlpha) == 0x000118, "Member 'UZThreatSystemComponent::VisibilityAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophyDataFactory_GetTrophiesData \ +static_assert(alignof(ZTrophyDataFactory_GetTrophiesData) == 0x000008, "Wrong alignment on ZTrophyDataFactory_GetTrophiesData"); \ +static_assert(sizeof(ZTrophyDataFactory_GetTrophiesData) == 0x000010, "Wrong size on ZTrophyDataFactory_GetTrophiesData"); \ +static_assert(offsetof(ZTrophyDataFactory_GetTrophiesData, ReturnValue) == 0x000000, "Member 'ZTrophyDataFactory_GetTrophiesData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophyDataFactory_GetTrophyData \ +static_assert(alignof(ZTrophyDataFactory_GetTrophyData) == 0x000004, "Wrong alignment on ZTrophyDataFactory_GetTrophyData"); \ +static_assert(sizeof(ZTrophyDataFactory_GetTrophyData) == 0x000038, "Wrong size on ZTrophyDataFactory_GetTrophyData"); \ +static_assert(offsetof(ZTrophyDataFactory_GetTrophyData, TrophyId) == 0x000000, "Member 'ZTrophyDataFactory_GetTrophyData::TrophyId' has a wrong offset!"); \ +static_assert(offsetof(ZTrophyDataFactory_GetTrophyData, ReturnValue) == 0x000010, "Member 'ZTrophyDataFactory_GetTrophyData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophyDataFactory_GetTrophyDataByTag \ +static_assert(alignof(ZTrophyDataFactory_GetTrophyDataByTag) == 0x000004, "Wrong alignment on ZTrophyDataFactory_GetTrophyDataByTag"); \ +static_assert(sizeof(ZTrophyDataFactory_GetTrophyDataByTag) == 0x000030, "Wrong size on ZTrophyDataFactory_GetTrophyDataByTag"); \ +static_assert(offsetof(ZTrophyDataFactory_GetTrophyDataByTag, TrophyTag) == 0x000000, "Member 'ZTrophyDataFactory_GetTrophyDataByTag::TrophyTag' has a wrong offset!"); \ +static_assert(offsetof(ZTrophyDataFactory_GetTrophyDataByTag, ReturnValue) == 0x000008, "Member 'ZTrophyDataFactory_GetTrophyDataByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZTrophyDataFactory \ +static_assert(alignof(UZTrophyDataFactory) == 0x000008, "Wrong alignment on UZTrophyDataFactory"); \ +static_assert(sizeof(UZTrophyDataFactory) == 0x000040, "Wrong size on UZTrophyDataFactory"); \ +static_assert(offsetof(UZTrophyDataFactory, TrophiesData) == 0x000030, "Member 'UZTrophyDataFactory::TrophiesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophySystem_OnCollectibleUnlocked \ +static_assert(alignof(ZTrophySystem_OnCollectibleUnlocked) == 0x000004, "Wrong alignment on ZTrophySystem_OnCollectibleUnlocked"); \ +static_assert(sizeof(ZTrophySystem_OnCollectibleUnlocked) == 0x000010, "Wrong size on ZTrophySystem_OnCollectibleUnlocked"); \ +static_assert(offsetof(ZTrophySystem_OnCollectibleUnlocked, CollectibleID) == 0x000000, "Member 'ZTrophySystem_OnCollectibleUnlocked::CollectibleID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophySystem_UnlockTrophyById \ +static_assert(alignof(ZTrophySystem_UnlockTrophyById) == 0x000008, "Wrong alignment on ZTrophySystem_UnlockTrophyById"); \ +static_assert(sizeof(ZTrophySystem_UnlockTrophyById) == 0x000018, "Wrong size on ZTrophySystem_UnlockTrophyById"); \ +static_assert(offsetof(ZTrophySystem_UnlockTrophyById, TrophyId) == 0x000000, "Member 'ZTrophySystem_UnlockTrophyById::TrophyId' has a wrong offset!"); \ +static_assert(offsetof(ZTrophySystem_UnlockTrophyById, Progress) == 0x000010, "Member 'ZTrophySystem_UnlockTrophyById::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophySystem_UnlockTrophyByTag \ +static_assert(alignof(ZTrophySystem_UnlockTrophyByTag) == 0x000004, "Wrong alignment on ZTrophySystem_UnlockTrophyByTag"); \ +static_assert(sizeof(ZTrophySystem_UnlockTrophyByTag) == 0x00000C, "Wrong size on ZTrophySystem_UnlockTrophyByTag"); \ +static_assert(offsetof(ZTrophySystem_UnlockTrophyByTag, TrophyTag) == 0x000000, "Member 'ZTrophySystem_UnlockTrophyByTag::TrophyTag' has a wrong offset!"); \ +static_assert(offsetof(ZTrophySystem_UnlockTrophyByTag, Progress) == 0x000008, "Member 'ZTrophySystem_UnlockTrophyByTag::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophySystem_HasUnlockedTrophy \ +static_assert(alignof(ZTrophySystem_HasUnlockedTrophy) == 0x000004, "Wrong alignment on ZTrophySystem_HasUnlockedTrophy"); \ +static_assert(sizeof(ZTrophySystem_HasUnlockedTrophy) == 0x000014, "Wrong size on ZTrophySystem_HasUnlockedTrophy"); \ +static_assert(offsetof(ZTrophySystem_HasUnlockedTrophy, TrophyId) == 0x000000, "Member 'ZTrophySystem_HasUnlockedTrophy::TrophyId' has a wrong offset!"); \ +static_assert(offsetof(ZTrophySystem_HasUnlockedTrophy, ReturnValue) == 0x000010, "Member 'ZTrophySystem_HasUnlockedTrophy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophySystem_HasUnlockedTrophyById \ +static_assert(alignof(ZTrophySystem_HasUnlockedTrophyById) == 0x000008, "Wrong alignment on ZTrophySystem_HasUnlockedTrophyById"); \ +static_assert(sizeof(ZTrophySystem_HasUnlockedTrophyById) == 0x000018, "Wrong size on ZTrophySystem_HasUnlockedTrophyById"); \ +static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyById, TrophyId) == 0x000000, "Member 'ZTrophySystem_HasUnlockedTrophyById::TrophyId' has a wrong offset!"); \ +static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyById, ReturnValue) == 0x000010, "Member 'ZTrophySystem_HasUnlockedTrophyById::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZTrophySystem_HasUnlockedTrophyByTag \ +static_assert(alignof(ZTrophySystem_HasUnlockedTrophyByTag) == 0x000004, "Wrong alignment on ZTrophySystem_HasUnlockedTrophyByTag"); \ +static_assert(sizeof(ZTrophySystem_HasUnlockedTrophyByTag) == 0x00000C, "Wrong size on ZTrophySystem_HasUnlockedTrophyByTag"); \ +static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyByTag, TrophyTag) == 0x000000, "Member 'ZTrophySystem_HasUnlockedTrophyByTag::TrophyTag' has a wrong offset!"); \ +static_assert(offsetof(ZTrophySystem_HasUnlockedTrophyByTag, ReturnValue) == 0x000008, "Member 'ZTrophySystem_HasUnlockedTrophyByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZTrophySystem \ +static_assert(alignof(UZTrophySystem) == 0x000008, "Wrong alignment on UZTrophySystem"); \ +static_assert(sizeof(UZTrophySystem) == 0x000088, "Wrong size on UZTrophySystem"); \ +static_assert(offsetof(UZTrophySystem, GameInstance) == 0x000028, "Member 'UZTrophySystem::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, TrophyUnlocked) == 0x000030, "Member 'UZTrophySystem::TrophyUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, UnlockedTrophies) == 0x000040, "Member 'UZTrophySystem::UnlockedTrophies' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, SolveTheParadoxTag) == 0x000050, "Member 'UZTrophySystem::SolveTheParadoxTag' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, OneCollectibleTrophyTag) == 0x000058, "Member 'UZTrophySystem::OneCollectibleTrophyTag' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, FiveCollectiblesTrophyTag) == 0x000060, "Member 'UZTrophySystem::FiveCollectiblesTrophyTag' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, TenCollectiblesTrophyTag) == 0x000068, "Member 'UZTrophySystem::TenCollectiblesTrophyTag' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, FifteenCollectiblesTrophyTag) == 0x000070, "Member 'UZTrophySystem::FifteenCollectiblesTrophyTag' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, AllCollectiblesTrophyTag) == 0x000078, "Member 'UZTrophySystem::AllCollectiblesTrophyTag' has a wrong offset!"); \ +static_assert(offsetof(UZTrophySystem, AllTrophiesTrophyTag) == 0x000080, "Member 'UZTrophySystem::AllTrophiesTrophyTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_CallOnCultureChanged \ +static_assert(alignof(ZUIController_CallOnCultureChanged) == 0x000008, "Wrong alignment on ZUIController_CallOnCultureChanged"); \ +static_assert(sizeof(ZUIController_CallOnCultureChanged) == 0x000010, "Wrong size on ZUIController_CallOnCultureChanged"); \ +static_assert(offsetof(ZUIController_CallOnCultureChanged, NewCulture) == 0x000000, "Member 'ZUIController_CallOnCultureChanged::NewCulture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_ClearNotificationMark \ +static_assert(alignof(ZUIController_ClearNotificationMark) == 0x000004, "Wrong alignment on ZUIController_ClearNotificationMark"); \ +static_assert(sizeof(ZUIController_ClearNotificationMark) == 0x000010, "Wrong size on ZUIController_ClearNotificationMark"); \ +static_assert(offsetof(ZUIController_ClearNotificationMark, SkinID) == 0x000000, "Member 'ZUIController_ClearNotificationMark::SkinID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_CloseCurrentWidgetOfType \ +static_assert(alignof(ZUIController_CloseCurrentWidgetOfType) == 0x000001, "Wrong alignment on ZUIController_CloseCurrentWidgetOfType"); \ +static_assert(sizeof(ZUIController_CloseCurrentWidgetOfType) == 0x000001, "Wrong size on ZUIController_CloseCurrentWidgetOfType"); \ +static_assert(offsetof(ZUIController_CloseCurrentWidgetOfType, WidgetType) == 0x000000, "Member 'ZUIController_CloseCurrentWidgetOfType::WidgetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_ClosePopUpSystem \ +static_assert(alignof(ZUIController_ClosePopUpSystem) == 0x000001, "Wrong alignment on ZUIController_ClosePopUpSystem"); \ +static_assert(sizeof(ZUIController_ClosePopUpSystem) == 0x000001, "Wrong size on ZUIController_ClosePopUpSystem"); \ +static_assert(offsetof(ZUIController_ClosePopUpSystem, SystemPopUp) == 0x000000, "Member 'ZUIController_ClosePopUpSystem::SystemPopUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_CloseUI \ +static_assert(alignof(ZUIController_CloseUI) == 0x000008, "Wrong alignment on ZUIController_CloseUI"); \ +static_assert(sizeof(ZUIController_CloseUI) == 0x000010, "Wrong size on ZUIController_CloseUI"); \ +static_assert(offsetof(ZUIController_CloseUI, WidgetRuntimeData) == 0x000000, "Member 'ZUIController_CloseUI::WidgetRuntimeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_EnableUIInput \ +static_assert(alignof(ZUIController_EnableUIInput) == 0x000001, "Wrong alignment on ZUIController_EnableUIInput"); \ +static_assert(sizeof(ZUIController_EnableUIInput) == 0x000001, "Wrong size on ZUIController_EnableUIInput"); \ +static_assert(offsetof(ZUIController_EnableUIInput, EnableInput) == 0x000000, "Member 'ZUIController_EnableUIInput::EnableInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_HandleOnRestoreFocusToGame \ +static_assert(alignof(ZUIController_HandleOnRestoreFocusToGame) == 0x000008, "Wrong alignment on ZUIController_HandleOnRestoreFocusToGame"); \ +static_assert(sizeof(ZUIController_HandleOnRestoreFocusToGame) == 0x000010, "Wrong size on ZUIController_HandleOnRestoreFocusToGame"); \ +static_assert(offsetof(ZUIController_HandleOnRestoreFocusToGame, foundWidget) == 0x000000, "Member 'ZUIController_HandleOnRestoreFocusToGame::foundWidget' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_HandleOnRestoreFocusToGame, ReturnValue) == 0x000008, "Member 'ZUIController_HandleOnRestoreFocusToGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_HasNotificationOfType \ +static_assert(alignof(ZUIController_HasNotificationOfType) == 0x000001, "Wrong alignment on ZUIController_HasNotificationOfType"); \ +static_assert(sizeof(ZUIController_HasNotificationOfType) == 0x000002, "Wrong size on ZUIController_HasNotificationOfType"); \ +static_assert(offsetof(ZUIController_HasNotificationOfType, Notification) == 0x000000, "Member 'ZUIController_HasNotificationOfType::Notification' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_HasNotificationOfType, ReturnValue) == 0x000001, "Member 'ZUIController_HasNotificationOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_IsLoadingScreenActive \ +static_assert(alignof(ZUIController_IsLoadingScreenActive) == 0x000001, "Wrong alignment on ZUIController_IsLoadingScreenActive"); \ +static_assert(sizeof(ZUIController_IsLoadingScreenActive) == 0x000001, "Wrong size on ZUIController_IsLoadingScreenActive"); \ +static_assert(offsetof(ZUIController_IsLoadingScreenActive, ReturnValue) == 0x000000, "Member 'ZUIController_IsLoadingScreenActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_OnInputModeChanged \ +static_assert(alignof(ZUIController_OnInputModeChanged) == 0x000001, "Wrong alignment on ZUIController_OnInputModeChanged"); \ +static_assert(sizeof(ZUIController_OnInputModeChanged) == 0x000002, "Wrong size on ZUIController_OnInputModeChanged"); \ +static_assert(offsetof(ZUIController_OnInputModeChanged, OldMode) == 0x000000, "Member 'ZUIController_OnInputModeChanged::OldMode' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_OnInputModeChanged, NewMode) == 0x000001, "Member 'ZUIController_OnInputModeChanged::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_OnRenderingEvents \ +static_assert(alignof(ZUIController_OnRenderingEvents) == 0x000001, "Wrong alignment on ZUIController_OnRenderingEvents"); \ +static_assert(sizeof(ZUIController_OnRenderingEvents) == 0x000001, "Wrong size on ZUIController_OnRenderingEvents"); \ +static_assert(offsetof(ZUIController_OnRenderingEvents, eEvent) == 0x000000, "Member 'ZUIController_OnRenderingEvents::eEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_OnSkinLocked \ +static_assert(alignof(ZUIController_OnSkinLocked) == 0x000004, "Wrong alignment on ZUIController_OnSkinLocked"); \ +static_assert(sizeof(ZUIController_OnSkinLocked) == 0x000010, "Wrong size on ZUIController_OnSkinLocked"); \ +static_assert(offsetof(ZUIController_OnSkinLocked, ID) == 0x000000, "Member 'ZUIController_OnSkinLocked::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_OnSkinUnlocked \ +static_assert(alignof(ZUIController_OnSkinUnlocked) == 0x000004, "Wrong alignment on ZUIController_OnSkinUnlocked"); \ +static_assert(sizeof(ZUIController_OnSkinUnlocked) == 0x000010, "Wrong size on ZUIController_OnSkinUnlocked"); \ +static_assert(offsetof(ZUIController_OnSkinUnlocked, ID) == 0x000000, "Member 'ZUIController_OnSkinUnlocked::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_PushGenericNotification \ +static_assert(alignof(ZUIController_PushGenericNotification) == 0x000008, "Wrong alignment on ZUIController_PushGenericNotification"); \ +static_assert(sizeof(ZUIController_PushGenericNotification) == 0x000038, "Wrong size on ZUIController_PushGenericNotification"); \ +static_assert(offsetof(ZUIController_PushGenericNotification, PopUpTextData) == 0x000000, "Member 'ZUIController_PushGenericNotification::PopUpTextData' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_PushGenericNotification, bIsUnique) == 0x000030, "Member 'ZUIController_PushGenericNotification::bIsUnique' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_RequestChapterTitle \ +static_assert(alignof(ZUIController_RequestChapterTitle) == 0x000008, "Wrong alignment on ZUIController_RequestChapterTitle"); \ +static_assert(sizeof(ZUIController_RequestChapterTitle) == 0x000018, "Wrong size on ZUIController_RequestChapterTitle"); \ +static_assert(offsetof(ZUIController_RequestChapterTitle, ChapterTitle) == 0x000000, "Member 'ZUIController_RequestChapterTitle::ChapterTitle' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_RequestChapterTitle, ReturnValue) == 0x000010, "Member 'ZUIController_RequestChapterTitle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_RequestCloseScreenUI \ +static_assert(alignof(ZUIController_RequestCloseScreenUI) == 0x000001, "Wrong alignment on ZUIController_RequestCloseScreenUI"); \ +static_assert(sizeof(ZUIController_RequestCloseScreenUI) == 0x000001, "Wrong size on ZUIController_RequestCloseScreenUI"); \ +static_assert(offsetof(ZUIController_RequestCloseScreenUI, Screen) == 0x000000, "Member 'ZUIController_RequestCloseScreenUI::Screen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_RequestGenericNotification \ +static_assert(alignof(ZUIController_RequestGenericNotification) == 0x000008, "Wrong alignment on ZUIController_RequestGenericNotification"); \ +static_assert(sizeof(ZUIController_RequestGenericNotification) == 0x000038, "Wrong size on ZUIController_RequestGenericNotification"); \ +static_assert(offsetof(ZUIController_RequestGenericNotification, TextData) == 0x000000, "Member 'ZUIController_RequestGenericNotification::TextData' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_RequestGenericNotification, ReturnValue) == 0x000030, "Member 'ZUIController_RequestGenericNotification::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_RequestGenericPopUp \ +static_assert(alignof(ZUIController_RequestGenericPopUp) == 0x000008, "Wrong alignment on ZUIController_RequestGenericPopUp"); \ +static_assert(sizeof(ZUIController_RequestGenericPopUp) == 0x000038, "Wrong size on ZUIController_RequestGenericPopUp"); \ +static_assert(offsetof(ZUIController_RequestGenericPopUp, PopupText) == 0x000000, "Member 'ZUIController_RequestGenericPopUp::PopupText' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_RequestGenericPopUp, ReturnValue) == 0x000030, "Member 'ZUIController_RequestGenericPopUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_RequestNotification \ +static_assert(alignof(ZUIController_RequestNotification) == 0x000001, "Wrong alignment on ZUIController_RequestNotification"); \ +static_assert(sizeof(ZUIController_RequestNotification) == 0x000002, "Wrong size on ZUIController_RequestNotification"); \ +static_assert(offsetof(ZUIController_RequestNotification, Notification) == 0x000000, "Member 'ZUIController_RequestNotification::Notification' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_RequestNotification, ReturnValue) == 0x000001, "Member 'ZUIController_RequestNotification::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_RequestPopUpSystem \ +static_assert(alignof(ZUIController_RequestPopUpSystem) == 0x000001, "Wrong alignment on ZUIController_RequestPopUpSystem"); \ +static_assert(sizeof(ZUIController_RequestPopUpSystem) == 0x000002, "Wrong size on ZUIController_RequestPopUpSystem"); \ +static_assert(offsetof(ZUIController_RequestPopUpSystem, SystemPopUp) == 0x000000, "Member 'ZUIController_RequestPopUpSystem::SystemPopUp' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_RequestPopUpSystem, ReturnValue) == 0x000001, "Member 'ZUIController_RequestPopUpSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_RequestScreenUI \ +static_assert(alignof(ZUIController_RequestScreenUI) == 0x000001, "Wrong alignment on ZUIController_RequestScreenUI"); \ +static_assert(sizeof(ZUIController_RequestScreenUI) == 0x000002, "Wrong size on ZUIController_RequestScreenUI"); \ +static_assert(offsetof(ZUIController_RequestScreenUI, Screen) == 0x000000, "Member 'ZUIController_RequestScreenUI::Screen' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_RequestScreenUI, ReturnValue) == 0x000001, "Member 'ZUIController_RequestScreenUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_SetCurrentTooltipTag \ +static_assert(alignof(ZUIController_SetCurrentTooltipTag) == 0x000004, "Wrong alignment on ZUIController_SetCurrentTooltipTag"); \ +static_assert(sizeof(ZUIController_SetCurrentTooltipTag) == 0x000008, "Wrong size on ZUIController_SetCurrentTooltipTag"); \ +static_assert(offsetof(ZUIController_SetCurrentTooltipTag, NewTooltipTag) == 0x000000, "Member 'ZUIController_SetCurrentTooltipTag::NewTooltipTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_SetLoadingScreenActive \ +static_assert(alignof(ZUIController_SetLoadingScreenActive) == 0x000001, "Wrong alignment on ZUIController_SetLoadingScreenActive"); \ +static_assert(sizeof(ZUIController_SetLoadingScreenActive) == 0x000001, "Wrong size on ZUIController_SetLoadingScreenActive"); \ +static_assert(offsetof(ZUIController_SetLoadingScreenActive, Value) == 0x000000, "Member 'ZUIController_SetLoadingScreenActive::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_SetTooltipWidget \ +static_assert(alignof(ZUIController_SetTooltipWidget) == 0x000008, "Wrong alignment on ZUIController_SetTooltipWidget"); \ +static_assert(sizeof(ZUIController_SetTooltipWidget) == 0x000008, "Wrong size on ZUIController_SetTooltipWidget"); \ +static_assert(offsetof(ZUIController_SetTooltipWidget, NewTooltipWidget) == 0x000000, "Member 'ZUIController_SetTooltipWidget::NewTooltipWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_SetUIHidden \ +static_assert(alignof(ZUIController_SetUIHidden) == 0x000001, "Wrong alignment on ZUIController_SetUIHidden"); \ +static_assert(sizeof(ZUIController_SetUIHidden) == 0x000001, "Wrong size on ZUIController_SetUIHidden"); \ +static_assert(offsetof(ZUIController_SetUIHidden, Value) == 0x000000, "Member 'ZUIController_SetUIHidden::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_ShowUI \ +static_assert(alignof(ZUIController_ShowUI) == 0x000008, "Wrong alignment on ZUIController_ShowUI"); \ +static_assert(sizeof(ZUIController_ShowUI) == 0x000018, "Wrong size on ZUIController_ShowUI"); \ +static_assert(offsetof(ZUIController_ShowUI, WidgetClass) == 0x000000, "Member 'ZUIController_ShowUI::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_ShowUI, eType) == 0x000008, "Member 'ZUIController_ShowUI::eType' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_ShowUI, ReturnValue) == 0x000010, "Member 'ZUIController_ShowUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_GetCurrentScreenWidget \ +static_assert(alignof(ZUIController_GetCurrentScreenWidget) == 0x000008, "Wrong alignment on ZUIController_GetCurrentScreenWidget"); \ +static_assert(sizeof(ZUIController_GetCurrentScreenWidget) == 0x000008, "Wrong size on ZUIController_GetCurrentScreenWidget"); \ +static_assert(offsetof(ZUIController_GetCurrentScreenWidget, ReturnValue) == 0x000000, "Member 'ZUIController_GetCurrentScreenWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_GetCurrentWidgetByType \ +static_assert(alignof(ZUIController_GetCurrentWidgetByType) == 0x000008, "Wrong alignment on ZUIController_GetCurrentWidgetByType"); \ +static_assert(sizeof(ZUIController_GetCurrentWidgetByType) == 0x000010, "Wrong size on ZUIController_GetCurrentWidgetByType"); \ +static_assert(offsetof(ZUIController_GetCurrentWidgetByType, WidgetType) == 0x000000, "Member 'ZUIController_GetCurrentWidgetByType::WidgetType' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_GetCurrentWidgetByType, ReturnValue) == 0x000008, "Member 'ZUIController_GetCurrentWidgetByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_GetKeysFromInputAction \ +static_assert(alignof(ZUIController_GetKeysFromInputAction) == 0x000008, "Wrong alignment on ZUIController_GetKeysFromInputAction"); \ +static_assert(sizeof(ZUIController_GetKeysFromInputAction) == 0x000020, "Wrong size on ZUIController_GetKeysFromInputAction"); \ +static_assert(offsetof(ZUIController_GetKeysFromInputAction, InputAction) == 0x000000, "Member 'ZUIController_GetKeysFromInputAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_GetKeysFromInputAction, InputMappingContext) == 0x000008, "Member 'ZUIController_GetKeysFromInputAction::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_GetKeysFromInputAction, ReturnValue) == 0x000010, "Member 'ZUIController_GetKeysFromInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_GetRequireExclusiveInput \ +static_assert(alignof(ZUIController_GetRequireExclusiveInput) == 0x000001, "Wrong alignment on ZUIController_GetRequireExclusiveInput"); \ +static_assert(sizeof(ZUIController_GetRequireExclusiveInput) == 0x000001, "Wrong size on ZUIController_GetRequireExclusiveInput"); \ +static_assert(offsetof(ZUIController_GetRequireExclusiveInput, ReturnValue) == 0x000000, "Member 'ZUIController_GetRequireExclusiveInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_GetRichTextDataTableByCulture \ +static_assert(alignof(ZUIController_GetRichTextDataTableByCulture) == 0x000008, "Wrong alignment on ZUIController_GetRichTextDataTableByCulture"); \ +static_assert(sizeof(ZUIController_GetRichTextDataTableByCulture) == 0x000028, "Wrong size on ZUIController_GetRichTextDataTableByCulture"); \ +static_assert(offsetof(ZUIController_GetRichTextDataTableByCulture, DataTableName) == 0x000000, "Member 'ZUIController_GetRichTextDataTableByCulture::DataTableName' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_GetRichTextDataTableByCulture, Culture) == 0x000010, "Member 'ZUIController_GetRichTextDataTableByCulture::Culture' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_GetRichTextDataTableByCulture, ReturnValue) == 0x000020, "Member 'ZUIController_GetRichTextDataTableByCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_GetRichTextDataTableByFontSize \ +static_assert(alignof(ZUIController_GetRichTextDataTableByFontSize) == 0x000008, "Wrong alignment on ZUIController_GetRichTextDataTableByFontSize"); \ +static_assert(sizeof(ZUIController_GetRichTextDataTableByFontSize) == 0x000018, "Wrong size on ZUIController_GetRichTextDataTableByFontSize"); \ +static_assert(offsetof(ZUIController_GetRichTextDataTableByFontSize, DataTableName) == 0x000000, "Member 'ZUIController_GetRichTextDataTableByFontSize::DataTableName' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_GetRichTextDataTableByFontSize, ReturnValue) == 0x000010, "Member 'ZUIController_GetRichTextDataTableByFontSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_GetTooltipWidget \ +static_assert(alignof(ZUIController_GetTooltipWidget) == 0x000008, "Wrong alignment on ZUIController_GetTooltipWidget"); \ +static_assert(sizeof(ZUIController_GetTooltipWidget) == 0x000008, "Wrong size on ZUIController_GetTooltipWidget"); \ +static_assert(offsetof(ZUIController_GetTooltipWidget, ReturnValue) == 0x000000, "Member 'ZUIController_GetTooltipWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_HasAnyNotification \ +static_assert(alignof(ZUIController_HasAnyNotification) == 0x000001, "Wrong alignment on ZUIController_HasAnyNotification"); \ +static_assert(sizeof(ZUIController_HasAnyNotification) == 0x000001, "Wrong size on ZUIController_HasAnyNotification"); \ +static_assert(offsetof(ZUIController_HasAnyNotification, ReturnValue) == 0x000000, "Member 'ZUIController_HasAnyNotification::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_HasNotificationMark \ +static_assert(alignof(ZUIController_HasNotificationMark) == 0x000004, "Wrong alignment on ZUIController_HasNotificationMark"); \ +static_assert(sizeof(ZUIController_HasNotificationMark) == 0x000014, "Wrong size on ZUIController_HasNotificationMark"); \ +static_assert(offsetof(ZUIController_HasNotificationMark, SkinID) == 0x000000, "Member 'ZUIController_HasNotificationMark::SkinID' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_HasNotificationMark, ReturnValue) == 0x000010, "Member 'ZUIController_HasNotificationMark::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_HasScreenWidgetOfType \ +static_assert(alignof(ZUIController_HasScreenWidgetOfType) == 0x000001, "Wrong alignment on ZUIController_HasScreenWidgetOfType"); \ +static_assert(sizeof(ZUIController_HasScreenWidgetOfType) == 0x000002, "Wrong size on ZUIController_HasScreenWidgetOfType"); \ +static_assert(offsetof(ZUIController_HasScreenWidgetOfType, WidgetType) == 0x000000, "Member 'ZUIController_HasScreenWidgetOfType::WidgetType' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_HasScreenWidgetOfType, ReturnValue) == 0x000001, "Member 'ZUIController_HasScreenWidgetOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_IsScreenVisible \ +static_assert(alignof(ZUIController_IsScreenVisible) == 0x000001, "Wrong alignment on ZUIController_IsScreenVisible"); \ +static_assert(sizeof(ZUIController_IsScreenVisible) == 0x000002, "Wrong size on ZUIController_IsScreenVisible"); \ +static_assert(offsetof(ZUIController_IsScreenVisible, Screen) == 0x000000, "Member 'ZUIController_IsScreenVisible::Screen' has a wrong offset!"); \ +static_assert(offsetof(ZUIController_IsScreenVisible, ReturnValue) == 0x000001, "Member 'ZUIController_IsScreenVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZUIController_IsUIHidden \ +static_assert(alignof(ZUIController_IsUIHidden) == 0x000001, "Wrong alignment on ZUIController_IsUIHidden"); \ +static_assert(sizeof(ZUIController_IsUIHidden) == 0x000001, "Wrong size on ZUIController_IsUIHidden"); \ +static_assert(offsetof(ZUIController_IsUIHidden, ReturnValue) == 0x000000, "Member 'ZUIController_IsUIHidden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZUIController \ +static_assert(alignof(UZUIController) == 0x000008, "Wrong alignment on UZUIController"); \ +static_assert(sizeof(UZUIController) == 0x0002D0, "Wrong size on UZUIController"); \ +static_assert(offsetof(UZUIController, GameInstance) == 0x000028, "Member 'UZUIController::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, WidgetStack) == 0x000030, "Member 'UZUIController::WidgetStack' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, NotificationArray) == 0x000040, "Member 'UZUIController::NotificationArray' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, InputActionAccept) == 0x000050, "Member 'UZUIController::InputActionAccept' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, InputActionBack) == 0x000058, "Member 'UZUIController::InputActionBack' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, InputActionDefault) == 0x000060, "Member 'UZUIController::InputActionDefault' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, InputActionSpecial) == 0x000068, "Member 'UZUIController::InputActionSpecial' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, UIInputMappingContexts) == 0x000070, "Member 'UZUIController::UIInputMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, DefaultUIInputMappingContext) == 0x0000C0, "Member 'UZUIController::DefaultUIInputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, ScreenWidgets) == 0x0000C8, "Member 'UZUIController::ScreenWidgets' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, SystemPopUpsWidget) == 0x000118, "Member 'UZUIController::SystemPopUpsWidget' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, NotificationPopUpWidget) == 0x000168, "Member 'UZUIController::NotificationPopUpWidget' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, ChapterTitleWidgetClass) == 0x0001B8, "Member 'UZUIController::ChapterTitleWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, SubtitleWidgetClass) == 0x0001C0, "Member 'UZUIController::SubtitleWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, FontSize) == 0x0001C8, "Member 'UZUIController::FontSize' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, OnHideUI) == 0x0001F0, "Member 'UZUIController::OnHideUI' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, OnFontSizeChanged) == 0x000200, "Member 'UZUIController::OnFontSizeChanged' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, OnCultureChanged) == 0x000210, "Member 'UZUIController::OnCultureChanged' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, NotificationsHistory) == 0x000220, "Member 'UZUIController::NotificationsHistory' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, SkinNotificationMark) == 0x000230, "Member 'UZUIController::SkinNotificationMark' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, bActivateTooltipFeature) == 0x000240, "Member 'UZUIController::bActivateTooltipFeature' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, ToolTipTimer) == 0x000244, "Member 'UZUIController::ToolTipTimer' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, ToolTipText) == 0x000248, "Member 'UZUIController::ToolTipText' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, ToolTipWidget) == 0x000298, "Member 'UZUIController::ToolTipWidget' has a wrong offset!"); \ +static_assert(offsetof(UZUIController, TooltipTextChanged) == 0x0002A8, "Member 'UZUIController::TooltipTextChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsBool \ +static_assert(alignof(ZVariableStorage_SetValueAsBool) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsBool"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsBool) == 0x00000C, "Wrong size on ZVariableStorage_SetValueAsBool"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsBool, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsBool::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsBool, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsFloat \ +static_assert(alignof(ZVariableStorage_SetValueAsFloat) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsFloat"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsFloat) == 0x00000C, "Wrong size on ZVariableStorage_SetValueAsFloat"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsFloat, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsFloat::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsFloat, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsInt \ +static_assert(alignof(ZVariableStorage_SetValueAsInt) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsInt"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsInt) == 0x00000C, "Wrong size on ZVariableStorage_SetValueAsInt"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsInt, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsInt::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsInt, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsLinearColor \ +static_assert(alignof(ZVariableStorage_SetValueAsLinearColor) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsLinearColor"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsLinearColor) == 0x000018, "Wrong size on ZVariableStorage_SetValueAsLinearColor"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsLinearColor, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsLinearColor::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsLinearColor, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsLinearColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsName \ +static_assert(alignof(ZVariableStorage_SetValueAsName) == 0x000004, "Wrong alignment on ZVariableStorage_SetValueAsName"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsName) == 0x000010, "Wrong size on ZVariableStorage_SetValueAsName"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsName, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsName::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsName, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsRotator \ +static_assert(alignof(ZVariableStorage_SetValueAsRotator) == 0x000008, "Wrong alignment on ZVariableStorage_SetValueAsRotator"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsRotator) == 0x000020, "Wrong size on ZVariableStorage_SetValueAsRotator"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsRotator, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsRotator::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsRotator, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsString \ +static_assert(alignof(ZVariableStorage_SetValueAsString) == 0x000008, "Wrong alignment on ZVariableStorage_SetValueAsString"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsString) == 0x000018, "Wrong size on ZVariableStorage_SetValueAsString"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsString, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsString::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsString, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_SetValueAsVector \ +static_assert(alignof(ZVariableStorage_SetValueAsVector) == 0x000008, "Wrong alignment on ZVariableStorage_SetValueAsVector"); \ +static_assert(sizeof(ZVariableStorage_SetValueAsVector) == 0x000020, "Wrong size on ZVariableStorage_SetValueAsVector"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsVector, ValueName) == 0x000000, "Member 'ZVariableStorage_SetValueAsVector::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_SetValueAsVector, Value) == 0x000008, "Member 'ZVariableStorage_SetValueAsVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsBool \ +static_assert(alignof(ZVariableStorage_GetValueAsBool) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsBool"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsBool) == 0x00000C, "Wrong size on ZVariableStorage_GetValueAsBool"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsBool, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsBool::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsBool, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsFloat \ +static_assert(alignof(ZVariableStorage_GetValueAsFloat) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsFloat"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsFloat) == 0x00000C, "Wrong size on ZVariableStorage_GetValueAsFloat"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsFloat, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsFloat::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsFloat, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsInt \ +static_assert(alignof(ZVariableStorage_GetValueAsInt) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsInt"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsInt) == 0x00000C, "Wrong size on ZVariableStorage_GetValueAsInt"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsInt, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsInt::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsInt, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsLinearColor \ +static_assert(alignof(ZVariableStorage_GetValueAsLinearColor) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsLinearColor"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsLinearColor) == 0x000018, "Wrong size on ZVariableStorage_GetValueAsLinearColor"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsLinearColor, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsLinearColor::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsLinearColor, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsName \ +static_assert(alignof(ZVariableStorage_GetValueAsName) == 0x000004, "Wrong alignment on ZVariableStorage_GetValueAsName"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsName) == 0x000010, "Wrong size on ZVariableStorage_GetValueAsName"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsName, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsName::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsName, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsRotator \ +static_assert(alignof(ZVariableStorage_GetValueAsRotator) == 0x000008, "Wrong alignment on ZVariableStorage_GetValueAsRotator"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsRotator) == 0x000020, "Wrong size on ZVariableStorage_GetValueAsRotator"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsRotator, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsRotator::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsRotator, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsString \ +static_assert(alignof(ZVariableStorage_GetValueAsString) == 0x000008, "Wrong alignment on ZVariableStorage_GetValueAsString"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsString) == 0x000018, "Wrong size on ZVariableStorage_GetValueAsString"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsString, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsString::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsString, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZVariableStorage_GetValueAsVector \ +static_assert(alignof(ZVariableStorage_GetValueAsVector) == 0x000008, "Wrong alignment on ZVariableStorage_GetValueAsVector"); \ +static_assert(sizeof(ZVariableStorage_GetValueAsVector) == 0x000020, "Wrong size on ZVariableStorage_GetValueAsVector"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsVector, ValueName) == 0x000000, "Member 'ZVariableStorage_GetValueAsVector::ValueName' has a wrong offset!"); \ +static_assert(offsetof(ZVariableStorage_GetValueAsVector, ReturnValue) == 0x000008, "Member 'ZVariableStorage_GetValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZVariableStorage \ +static_assert(alignof(UZVariableStorage) == 0x000008, "Wrong alignment on UZVariableStorage"); \ +static_assert(sizeof(UZVariableStorage) == 0x0002A8, "Wrong size on UZVariableStorage"); \ #define DUMPER7_ASSERTS_UZWeaponData \ static_assert(alignof(UZWeaponData) == 0x000008, "Wrong alignment on UZWeaponData"); \ @@ -91745,22 +91228,10 @@ static_assert(offsetof(ZWorldManager_IsTransitioningToWorld, ReturnValue) == 0x0 #define DUMPER7_ASSERTS_UZWorldManager \ static_assert(alignof(UZWorldManager) == 0x000008, "Wrong alignment on UZWorldManager"); \ -static_assert(sizeof(UZWorldManager) == 0x0000D0, "Wrong size on UZWorldManager"); \ +static_assert(sizeof(UZWorldManager) == 0x0000D8, "Wrong size on UZWorldManager"); \ static_assert(offsetof(UZWorldManager, GameInstance) == 0x000028, "Member 'UZWorldManager::GameInstance' has a wrong offset!"); \ static_assert(offsetof(UZWorldManager, CurrentWorldTransition) == 0x000030, "Member 'UZWorldManager::CurrentWorldTransition' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBlueprintSessionResult \ -static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ -static_assert(sizeof(FBlueprintSessionResult) == 0x000120, "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) == 0x000040, "Wrong size on FInAppPurchaseReceiptInfo2"); \ @@ -91769,6 +91240,19 @@ static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemId) == 0x000010, "Member static_assert(offsetof(FInAppPurchaseReceiptInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo2::ValidationInfo' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo2, TransactionIdentifier) == 0x000030, "Member 'FInAppPurchaseReceiptInfo2::TransactionIdentifier' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBlueprintSessionResult \ +static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ +static_assert(sizeof(FBlueprintSessionResult) == 0x000120, "Wrong size on FBlueprintSessionResult"); \ + +#define DUMPER7_ASSERTS_FPlayerReservation \ +static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ +static_assert(sizeof(FPlayerReservation) == 0x000058, "Wrong size on FPlayerReservation"); \ +static_assert(offsetof(FPlayerReservation, UniqueID) == 0x000000, "Member 'FPlayerReservation::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000030, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, Platform) == 0x000040, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000050, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x000054, "Member 'FPlayerReservation::ElapsedTime' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ static_assert(sizeof(FOnlineProxyStoreOffer) == 0x0000E8, "Wrong size on FOnlineProxyStoreOffer"); \ @@ -91786,11 +91270,13 @@ static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x000088, "Mem static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x000090, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x000098, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FInAppPurchaseProductRequest2 \ -static_assert(alignof(FInAppPurchaseProductRequest2) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest2"); \ -static_assert(sizeof(FInAppPurchaseProductRequest2) == 0x000018, "Wrong size on FInAppPurchaseProductRequest2"); \ -static_assert(offsetof(FInAppPurchaseProductRequest2, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest2::ProductIdentifier' has a wrong offset!"); \ -static_assert(offsetof(FInAppPurchaseProductRequest2, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest2::bIsConsumable' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPartyReservation \ +static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ +static_assert(sizeof(FPartyReservation) == 0x000058, "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) == 0x000038, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000048, "Member 'FPartyReservation::RemovedPartyMembers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo2 \ static_assert(alignof(FInAppPurchaseRestoreInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo2"); \ @@ -91799,14 +91285,11 @@ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemName) == 0x000000, "Membe 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_FPlayerReservation \ -static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ -static_assert(sizeof(FPlayerReservation) == 0x000058, "Wrong size on FPlayerReservation"); \ -static_assert(offsetof(FPlayerReservation, UniqueID) == 0x000000, "Member 'FPlayerReservation::UniqueID' has a wrong offset!"); \ -static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000030, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ -static_assert(offsetof(FPlayerReservation, Platform) == 0x000040, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ -static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000050, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ -static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x000054, "Member 'FPlayerReservation::ElapsedTime' 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_FInAppPurchaseProductInfo2 \ static_assert(alignof(FInAppPurchaseProductInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo2"); \ @@ -91824,13 +91307,13 @@ static_assert(offsetof(FInAppPurchaseProductInfo2, GroupingSeparator) == 0x00008 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_FPartyReservation \ -static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ -static_assert(sizeof(FPartyReservation) == 0x000058, "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) == 0x000038, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ -static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000048, "Member 'FPartyReservation::RemovedPartyMembers' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPIELoginSettingsInternal \ +static_assert(alignof(FPIELoginSettingsInternal) == 0x000008, "Wrong alignment on FPIELoginSettingsInternal"); \ +static_assert(sizeof(FPIELoginSettingsInternal) == 0x000040, "Wrong size on FPIELoginSettingsInternal"); \ +static_assert(offsetof(FPIELoginSettingsInternal, ID) == 0x000000, "Member 'FPIELoginSettingsInternal::ID' has a wrong offset!"); \ +static_assert(offsetof(FPIELoginSettingsInternal, Token) == 0x000010, "Member 'FPIELoginSettingsInternal::Token' has a wrong offset!"); \ +static_assert(offsetof(FPIELoginSettingsInternal, Type) == 0x000020, "Member 'FPIELoginSettingsInternal::Type' has a wrong offset!"); \ +static_assert(offsetof(FPIELoginSettingsInternal, TokenBytes) == 0x000030, "Member 'FPIELoginSettingsInternal::TokenBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyBeaconCrossplayPlatformMapping \ static_assert(alignof(FPartyBeaconCrossplayPlatformMapping) == 0x000008, "Wrong alignment on FPartyBeaconCrossplayPlatformMapping"); \ @@ -92549,90 +92032,6 @@ static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Scale) == 0x000070, "Membe static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, bAbsoluteScale) == 0x000088, "Member 'UAnimNotify_PlayNiagaraEffect::bAbsoluteScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, SocketName) == 0x0000C4, "Member 'UAnimNotify_PlayNiagaraEffect::SocketName' 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_FRigVMFunction_MathBase \ -static_assert(alignof(FRigVMFunction_MathBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBase"); \ -static_assert(sizeof(FRigVMFunction_MathBase) == 0x000008, "Wrong size on FRigVMFunction_MathBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBase \ -static_assert(alignof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBase"); \ -static_assert(sizeof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong size on FRigVMFunction_MathVectorBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDistanceToPlane \ -static_assert(alignof(FRigVMFunction_MathDistanceToPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathDistanceToPlane"); \ -static_assert(sizeof(FRigVMFunction_MathDistanceToPlane) == 0x000070, "Wrong size on FRigVMFunction_MathDistanceToPlane"); \ -static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, Point) == 0x000008, "Member 'FRigVMFunction_MathDistanceToPlane::Point' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlanePoint) == 0x000020, "Member 'FRigVMFunction_MathDistanceToPlane::PlanePoint' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlaneNormal) == 0x000038, "Member 'FRigVMFunction_MathDistanceToPlane::PlaneNormal' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, ClosestPointOnPlane) == 0x000050, "Member 'FRigVMFunction_MathDistanceToPlane::ClosestPointOnPlane' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, SignedDistance) == 0x000068, "Member 'FRigVMFunction_MathDistanceToPlane::SignedDistance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatchFactory \ -static_assert(alignof(FRigVMDispatchFactory) == 0x000008, "Wrong alignment on FRigVMDispatchFactory"); \ -static_assert(sizeof(FRigVMDispatchFactory) == 0x000070, "Wrong size on FRigVMDispatchFactory"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_CastEnumToInt \ -static_assert(alignof(FRigVMDispatch_CastEnumToInt) == 0x000008, "Wrong alignment on FRigVMDispatch_CastEnumToInt"); \ -static_assert(sizeof(FRigVMDispatch_CastEnumToInt) == 0x000070, "Wrong size on FRigVMDispatch_CastEnumToInt"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_CoreBase \ -static_assert(alignof(FRigVMDispatch_CoreBase) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreBase"); \ -static_assert(sizeof(FRigVMDispatch_CoreBase) == 0x000070, "Wrong size on FRigVMDispatch_CoreBase"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayBase \ -static_assert(alignof(FRigVMDispatch_ArrayBase) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBase"); \ -static_assert(sizeof(FRigVMDispatch_ArrayBase) == 0x000070, "Wrong size on FRigVMDispatch_ArrayBase"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayDifference \ -static_assert(alignof(FRigVMDispatch_ArrayDifference) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayDifference"); \ -static_assert(sizeof(FRigVMDispatch_ArrayDifference) == 0x000070, "Wrong size on FRigVMDispatch_ArrayDifference"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIntersection \ -static_assert(alignof(FRigVMDispatch_ArrayIntersection) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIntersection"); \ -static_assert(sizeof(FRigVMDispatch_ArrayIntersection) == 0x000070, "Wrong size on FRigVMDispatch_ArrayIntersection"); \ - -#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) == 0x000038, "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, DebugMemory) == 0x000020, "Member 'FRigVMStatistics::DebugMemory' has a wrong offset!"); \ -static_assert(offsetof(FRigVMStatistics, BytesForCaching) == 0x00002C, "Member 'FRigVMStatistics::BytesForCaching' has a wrong offset!"); \ -static_assert(offsetof(FRigVMStatistics, ByteCode) == 0x000030, "Member 'FRigVMStatistics::ByteCode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBase \ -static_assert(alignof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBase"); \ -static_assert(sizeof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong size on FRigVMFunction_MathIntBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryOp \ -static_assert(alignof(FRigVMFunction_MathIntBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathIntBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntPow \ -static_assert(alignof(FRigVMFunction_MathIntPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntPow"); \ -static_assert(sizeof(FRigVMFunction_MathIntPow) == 0x000018, "Wrong size on FRigVMFunction_MathIntPow"); \ - #define DUMPER7_ASSERTS_FRigVMDrawInstruction \ static_assert(alignof(FRigVMDrawInstruction) == 0x000010, "Wrong alignment on FRigVMDrawInstruction"); \ static_assert(sizeof(FRigVMDrawInstruction) == 0x0000D0, "Wrong size on FRigVMDrawInstruction"); \ @@ -92648,215 +92047,101 @@ static_assert(alignof(FRigVMDrawContainer) == 0x000008, "Wrong alignment on FRig static_assert(sizeof(FRigVMDrawContainer) == 0x000018, "Wrong size on FRigVMDrawContainer"); \ static_assert(offsetof(FRigVMDrawContainer, Instructions) == 0x000008, "Member 'FRigVMDrawContainer::Instructions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_NameBase \ -static_assert(alignof(FRigVMFunction_NameBase) == 0x000008, "Wrong alignment on FRigVMFunction_NameBase"); \ -static_assert(sizeof(FRigVMFunction_NameBase) == 0x000008, "Wrong size on FRigVMFunction_NameBase"); \ +#define DUMPER7_ASSERTS_FRigVMFunctionCompilationPropertyPath \ +static_assert(alignof(FRigVMFunctionCompilationPropertyPath) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationPropertyPath"); \ +static_assert(sizeof(FRigVMFunctionCompilationPropertyPath) == 0x000028, "Wrong size on FRigVMFunctionCompilationPropertyPath"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, PropertyIndex) == 0x000000, "Member 'FRigVMFunctionCompilationPropertyPath::PropertyIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, HeadCPPType) == 0x000008, "Member 'FRigVMFunctionCompilationPropertyPath::HeadCPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, SegmentPath) == 0x000018, "Member 'FRigVMFunctionCompilationPropertyPath::SegmentPath' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_NameReplace \ -static_assert(alignof(FRigVMFunction_NameReplace) == 0x000008, "Wrong alignment on FRigVMFunction_NameReplace"); \ -static_assert(sizeof(FRigVMFunction_NameReplace) == 0x000028, "Wrong size on FRigVMFunction_NameReplace"); \ -static_assert(offsetof(FRigVMFunction_NameReplace, Name) == 0x000008, "Member 'FRigVMFunction_NameReplace::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameReplace, Old) == 0x000010, "Member 'FRigVMFunction_NameReplace::Old' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameReplace, New) == 0x000018, "Member 'FRigVMFunction_NameReplace::New' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameReplace, Result) == 0x000020, "Member 'FRigVMFunction_NameReplace::Result' 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_FRigVMFunction_MathBase \ +static_assert(alignof(FRigVMFunction_MathBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBase"); \ +static_assert(sizeof(FRigVMFunction_MathBase) == 0x000008, "Wrong size on FRigVMFunction_MathBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBase \ +static_assert(alignof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBase"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong size on FRigVMFunction_MathFloatBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatUnaryOp \ +static_assert(alignof(FRigVMFunction_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathFloatUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan \ +static_assert(alignof(FRigVMFunction_MathFloatAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAtan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAtan"); \ #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_FRigVMInvokeEntryOp \ -static_assert(alignof(FRigVMInvokeEntryOp) == 0x000004, "Wrong alignment on FRigVMInvokeEntryOp"); \ -static_assert(sizeof(FRigVMInvokeEntryOp) == 0x00000C, "Wrong size on FRigVMInvokeEntryOp"); \ +#define DUMPER7_ASSERTS_FRigVMExecuteOp \ +static_assert(alignof(FRigVMExecuteOp) == 0x000002, "Wrong alignment on FRigVMExecuteOp"); \ +static_assert(sizeof(FRigVMExecuteOp) == 0x00000A, "Wrong size on FRigVMExecuteOp"); \ -#define DUMPER7_ASSERTS_FRigVMExtendedExecuteContext \ -static_assert(alignof(FRigVMExtendedExecuteContext) == 0x000008, "Wrong alignment on FRigVMExtendedExecuteContext"); \ -static_assert(sizeof(FRigVMExtendedExecuteContext) == 0x000228, "Wrong size on FRigVMExtendedExecuteContext"); \ +#define DUMPER7_ASSERTS_FRigVMDispatchFactory \ +static_assert(alignof(FRigVMDispatchFactory) == 0x000008, "Wrong alignment on FRigVMDispatchFactory"); \ +static_assert(sizeof(FRigVMDispatchFactory) == 0x000070, "Wrong size on FRigVMDispatchFactory"); \ -#define DUMPER7_ASSERTS_FRigVMGraphFunctionIdentifier \ -static_assert(alignof(FRigVMGraphFunctionIdentifier) == 0x000008, "Wrong alignment on FRigVMGraphFunctionIdentifier"); \ -static_assert(sizeof(FRigVMGraphFunctionIdentifier) == 0x000040, "Wrong size on FRigVMGraphFunctionIdentifier"); \ -static_assert(offsetof(FRigVMGraphFunctionIdentifier, LibraryNode) == 0x000000, "Member 'FRigVMGraphFunctionIdentifier::LibraryNode' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionIdentifier, HostObject) == 0x000020, "Member 'FRigVMGraphFunctionIdentifier::HostObject' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMGraphFunctionArgument \ -static_assert(alignof(FRigVMGraphFunctionArgument) == 0x000008, "Wrong alignment on FRigVMGraphFunctionArgument"); \ -static_assert(sizeof(FRigVMGraphFunctionArgument) == 0x0000B0, "Wrong size on FRigVMGraphFunctionArgument"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, Name) == 0x000000, "Member 'FRigVMGraphFunctionArgument::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, DisplayName) == 0x000008, "Member 'FRigVMGraphFunctionArgument::DisplayName' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, CPPType) == 0x000010, "Member 'FRigVMGraphFunctionArgument::CPPType' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, CPPTypeObject) == 0x000018, "Member 'FRigVMGraphFunctionArgument::CPPTypeObject' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, bIsArray) == 0x000040, "Member 'FRigVMGraphFunctionArgument::bIsArray' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, Direction) == 0x000041, "Member 'FRigVMGraphFunctionArgument::Direction' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, DefaultValue) == 0x000048, "Member 'FRigVMGraphFunctionArgument::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, bIsConst) == 0x000058, "Member 'FRigVMGraphFunctionArgument::bIsConst' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionArgument, PathToTooltip) == 0x000060, "Member 'FRigVMGraphFunctionArgument::PathToTooltip' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMExternalVariableDef \ -static_assert(alignof(FRigVMExternalVariableDef) == 0x000008, "Wrong alignment on FRigVMExternalVariableDef"); \ -static_assert(sizeof(FRigVMExternalVariableDef) == 0x000028, "Wrong size on FRigVMExternalVariableDef"); \ - -#define DUMPER7_ASSERTS_FRigVMExternalVariable \ -static_assert(alignof(FRigVMExternalVariable) == 0x000008, "Wrong alignment on FRigVMExternalVariable"); \ -static_assert(sizeof(FRigVMExternalVariable) == 0x000030, "Wrong size on FRigVMExternalVariable"); \ - -#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeader \ -static_assert(alignof(FRigVMGraphFunctionHeader) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeader"); \ -static_assert(sizeof(FRigVMGraphFunctionHeader) == 0x000118, "Wrong size on FRigVMGraphFunctionHeader"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, LibraryPointer) == 0x000000, "Member 'FRigVMGraphFunctionHeader::LibraryPointer' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, Name) == 0x000040, "Member 'FRigVMGraphFunctionHeader::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, NodeTitle) == 0x000048, "Member 'FRigVMGraphFunctionHeader::NodeTitle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, NodeColor) == 0x000058, "Member 'FRigVMGraphFunctionHeader::NodeColor' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, Tooltip) == 0x000068, "Member 'FRigVMGraphFunctionHeader::Tooltip' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, Description) == 0x000078, "Member 'FRigVMGraphFunctionHeader::Description' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, Category) == 0x000088, "Member 'FRigVMGraphFunctionHeader::Category' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, Keywords) == 0x000098, "Member 'FRigVMGraphFunctionHeader::Keywords' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, Arguments) == 0x0000A8, "Member 'FRigVMGraphFunctionHeader::Arguments' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, Dependencies) == 0x0000B8, "Member 'FRigVMGraphFunctionHeader::Dependencies' has a wrong offset!"); \ -static_assert(offsetof(FRigVMGraphFunctionHeader, ExternalVariables) == 0x000108, "Member 'FRigVMGraphFunctionHeader::ExternalVariables' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeaderArray \ -static_assert(alignof(FRigVMGraphFunctionHeaderArray) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeaderArray"); \ -static_assert(sizeof(FRigVMGraphFunctionHeaderArray) == 0x000010, "Wrong size on FRigVMGraphFunctionHeaderArray"); \ -static_assert(offsetof(FRigVMGraphFunctionHeaderArray, Headers) == 0x000000, "Member 'FRigVMGraphFunctionHeaderArray::Headers' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_NameConcat \ -static_assert(alignof(FRigVMFunction_NameConcat) == 0x000008, "Wrong alignment on FRigVMFunction_NameConcat"); \ -static_assert(sizeof(FRigVMFunction_NameConcat) == 0x000020, "Wrong size on FRigVMFunction_NameConcat"); \ -static_assert(offsetof(FRigVMFunction_NameConcat, A) == 0x000008, "Member 'FRigVMFunction_NameConcat::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameConcat, B) == 0x000010, "Member 'FRigVMFunction_NameConcat::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameConcat, Result) == 0x000018, "Member 'FRigVMFunction_NameConcat::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMRuntimeSettings \ -static_assert(alignof(FRigVMRuntimeSettings) == 0x000008, "Wrong alignment on FRigVMRuntimeSettings"); \ -static_assert(sizeof(FRigVMRuntimeSettings) == 0x000018, "Wrong size on FRigVMRuntimeSettings"); \ -static_assert(offsetof(FRigVMRuntimeSettings, MaximumArraySize) == 0x000000, "Member 'FRigVMRuntimeSettings::MaximumArraySize' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigDispatch_ToString \ +static_assert(alignof(FRigDispatch_ToString) == 0x000008, "Wrong alignment on FRigDispatch_ToString"); \ +static_assert(sizeof(FRigDispatch_ToString) == 0x000070, "Wrong size on FRigDispatch_ToString"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBase \ static_assert(alignof(FRigVMFunction_MathTransformBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformBase"); \ static_assert(sizeof(FRigVMFunction_MathTransformBase) == 0x000008, "Wrong size on FRigVMFunction_MathTransformBase"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformRotateVector \ -static_assert(alignof(FRigVMFunction_MathTransformRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformRotateVector"); \ -static_assert(sizeof(FRigVMFunction_MathTransformRotateVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformRotateVector"); \ -static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformRotateVector::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Vector) == 0x000070, "Member 'FRigVMFunction_MathTransformRotateVector::Vector' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformRotateVector::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformClampSpatially \ +static_assert(alignof(FRigVMFunction_MathTransformClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformClampSpatially"); \ +static_assert(sizeof(FRigVMFunction_MathTransformClampSpatially) == 0x000160, "Wrong size on FRigVMFunction_MathTransformClampSpatially"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Axis) == 0x000070, "Member 'FRigVMFunction_MathTransformClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Type) == 0x000071, "Member 'FRigVMFunction_MathTransformClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Minimum) == 0x000074, "Member 'FRigVMFunction_MathTransformClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Maximum) == 0x000078, "Member 'FRigVMFunction_MathTransformClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Space) == 0x000080, "Member 'FRigVMFunction_MathTransformClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, bDrawDebug) == 0x0000E0, "Member 'FRigVMFunction_MathTransformClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugColor) == 0x0000E4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugThickness) == 0x0000F4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Result) == 0x000100, "Member 'FRigVMFunction_MathTransformClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExtendedExecuteContext \ +static_assert(alignof(FRigVMExtendedExecuteContext) == 0x000008, "Wrong alignment on FRigVMExtendedExecuteContext"); \ +static_assert(sizeof(FRigVMExtendedExecuteContext) == 0x000228, "Wrong size on FRigVMExtendedExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBase \ +static_assert(alignof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBase"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong size on FRigVMFunction_MathVectorBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArrayAverage \ +static_assert(alignof(FRigVMFunction_MathVectorArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathVectorArrayAverage) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathVectorArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMBreakpoint \ +static_assert(alignof(FRigVMBreakpoint) == 0x000004, "Wrong alignment on FRigVMBreakpoint"); \ +static_assert(sizeof(FRigVMBreakpoint) == 0x000024, "Wrong size on FRigVMBreakpoint"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBase \ +static_assert(alignof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBase"); \ +static_assert(sizeof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong size on FRigVMFunction_MathColorBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorFromDouble \ +static_assert(alignof(FRigVMFunction_MathColorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorFromDouble"); \ +static_assert(sizeof(FRigVMFunction_MathColorFromDouble) == 0x000020, "Wrong size on FRigVMFunction_MathColorFromDouble"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathColorFromDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathColorFromDouble::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMDecorator \ static_assert(alignof(FRigVMDecorator) == 0x000008, "Wrong alignment on FRigVMDecorator"); \ static_assert(sizeof(FRigVMDecorator) == 0x000018, "Wrong size on FRigVMDecorator"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntUnaryOp \ -static_assert(alignof(FRigVMFunction_MathIntUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntUnaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathIntUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathIntUnaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntUnaryOp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntUnaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNegate \ -static_assert(alignof(FRigVMFunction_MathIntNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNegate"); \ -static_assert(sizeof(FRigVMFunction_MathIntNegate) == 0x000010, "Wrong size on FRigVMFunction_MathIntNegate"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_CastIntToEnum \ -static_assert(alignof(FRigVMDispatch_CastIntToEnum) == 0x000008, "Wrong alignment on FRigVMDispatch_CastIntToEnum"); \ -static_assert(sizeof(FRigVMDispatch_CastIntToEnum) == 0x000070, "Wrong size on FRigVMDispatch_CastIntToEnum"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_MakeStruct \ -static_assert(alignof(FRigVMDispatch_MakeStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_MakeStruct"); \ -static_assert(sizeof(FRigVMDispatch_MakeStruct) == 0x000070, "Wrong size on FRigVMDispatch_MakeStruct"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_CastObject \ -static_assert(alignof(FRigVMDispatch_CastObject) == 0x000008, "Wrong alignment on FRigVMDispatch_CastObject"); \ -static_assert(sizeof(FRigVMDispatch_CastObject) == 0x000070, "Wrong size on FRigVMDispatch_CastObject"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromSRT \ -static_assert(alignof(FRigVMFunction_MathTransformFromSRT) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromSRT"); \ -static_assert(sizeof(FRigVMFunction_MathTransformFromSRT) == 0x000110, "Wrong size on FRigVMFunction_MathTransformFromSRT"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Location) == 0x000008, "Member 'FRigVMFunction_MathTransformFromSRT::Location' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformFromSRT::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, RotationOrder) == 0x000038, "Member 'FRigVMFunction_MathTransformFromSRT::RotationOrder' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformFromSRT::Scale' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Transform) == 0x000060, "Member 'FRigVMFunction_MathTransformFromSRT::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, EulerTransform) == 0x0000C0, "Member 'FRigVMFunction_MathTransformFromSRT::EulerTransform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AnimBase \ -static_assert(alignof(FRigVMFunction_AnimBase) == 0x000008, "Wrong alignment on FRigVMFunction_AnimBase"); \ -static_assert(sizeof(FRigVMFunction_AnimBase) == 0x000008, "Wrong size on FRigVMFunction_AnimBase"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayBaseMutable \ -static_assert(alignof(FRigVMDispatch_ArrayBaseMutable) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBaseMutable"); \ -static_assert(sizeof(FRigVMDispatch_ArrayBaseMutable) == 0x000070, "Wrong size on FRigVMDispatch_ArrayBaseMutable"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReset \ -static_assert(alignof(FRigVMDispatch_ArrayReset) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReset"); \ -static_assert(sizeof(FRigVMDispatch_ArrayReset) == 0x000070, "Wrong size on FRigVMDispatch_ArrayReset"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_DebugBase \ -static_assert(alignof(FRigVMFunction_DebugBase) == 0x000008, "Wrong alignment on FRigVMFunction_DebugBase"); \ -static_assert(sizeof(FRigVMFunction_DebugBase) == 0x000008, "Wrong size on FRigVMFunction_DebugBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreater \ -static_assert(alignof(FRigVMFunction_MathIntGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreater"); \ -static_assert(sizeof(FRigVMFunction_MathIntGreater) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreater"); \ -static_assert(offsetof(FRigVMFunction_MathIntGreater, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreater::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreater::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreater::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMExecuteContext \ -static_assert(alignof(FRigVMExecuteContext) == 0x000010, "Wrong alignment on FRigVMExecuteContext"); \ -static_assert(sizeof(FRigVMExecuteContext) == 0x0000F0, "Wrong size on FRigVMExecuteContext"); \ - -#define DUMPER7_ASSERTS_FRigVMStructMutable \ -static_assert(alignof(FRigVMStructMutable) == 0x000010, "Wrong alignment on FRigVMStructMutable"); \ -static_assert(sizeof(FRigVMStructMutable) == 0x000100, "Wrong size on FRigVMStructMutable"); \ -static_assert(offsetof(FRigVMStructMutable, ExecuteContext) == 0x000010, "Member 'FRigVMStructMutable::ExecuteContext' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector \ -static_assert(alignof(FRigVMFunction_NoiseVector) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector"); \ -static_assert(sizeof(FRigVMFunction_NoiseVector) == 0x000088, "Wrong size on FRigVMFunction_NoiseVector"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector, Position) == 0x000008, "Member 'FRigVMFunction_NoiseVector::Position' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector::Frequency' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector, Maximum) == 0x000054, "Member 'FRigVMFunction_NoiseVector::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector, Result) == 0x000058, "Member 'FRigVMFunction_NoiseVector::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector, Time) == 0x000070, "Member 'FRigVMFunction_NoiseVector::Time' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_DebugBaseMutable \ -static_assert(alignof(FRigVMFunction_DebugBaseMutable) == 0x000010, "Wrong alignment on FRigVMFunction_DebugBaseMutable"); \ -static_assert(sizeof(FRigVMFunction_DebugBaseMutable) == 0x000100, "Wrong size on FRigVMFunction_DebugBaseMutable"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMutableBase \ -static_assert(alignof(FRigVMFunction_MathMutableBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathMutableBase"); \ -static_assert(sizeof(FRigVMFunction_MathMutableBase) == 0x000100, "Wrong size on FRigVMFunction_MathMutableBase"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetNum \ -static_assert(alignof(FRigVMDispatch_ArraySetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetNum"); \ -static_assert(sizeof(FRigVMDispatch_ArraySetNum) == 0x000070, "Wrong size on FRigVMDispatch_ArraySetNum"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_Sequence \ -static_assert(alignof(FRigVMFunction_Sequence) == 0x000010, "Wrong alignment on FRigVMFunction_Sequence"); \ -static_assert(sizeof(FRigVMFunction_Sequence) == 0x0002E0, "Wrong size on FRigVMFunction_Sequence"); \ -static_assert(offsetof(FRigVMFunction_Sequence, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_Sequence::ExecuteContext' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_Sequence, A) == 0x000100, "Member 'FRigVMFunction_Sequence::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_Sequence, B) == 0x0001F0, "Member 'FRigVMFunction_Sequence::B' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMUnknownType \ -static_assert(alignof(FRigVMUnknownType) == 0x000004, "Wrong alignment on FRigVMUnknownType"); \ -static_assert(sizeof(FRigVMUnknownType) == 0x000004, "Wrong size on FRigVMUnknownType"); \ -static_assert(offsetof(FRigVMUnknownType, Hash) == 0x000000, "Member 'FRigVMUnknownType::Hash' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_SimBase \ -static_assert(alignof(FRigVMFunction_SimBase) == 0x000008, "Wrong alignment on FRigVMFunction_SimBase"); \ -static_assert(sizeof(FRigVMFunction_SimBase) == 0x000008, "Wrong size on FRigVMFunction_SimBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBase \ -static_assert(alignof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathMatrixBase"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong size on FRigVMFunction_MathMatrixBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_SimBaseMutable \ -static_assert(alignof(FRigVMFunction_SimBaseMutable) == 0x000010, "Wrong alignment on FRigVMFunction_SimBaseMutable"); \ -static_assert(sizeof(FRigVMFunction_SimBaseMutable) == 0x000100, "Wrong size on FRigVMFunction_SimBaseMutable"); \ - #define DUMPER7_ASSERTS_FRigVMByteCodeEntry \ static_assert(alignof(FRigVMByteCodeEntry) == 0x000004, "Wrong alignment on FRigVMByteCodeEntry"); \ static_assert(sizeof(FRigVMByteCodeEntry) == 0x00000C, "Wrong size on FRigVMByteCodeEntry"); \ @@ -92887,6 +92172,216 @@ static_assert(offsetof(FRigVMByteCode, BranchInfos) == 0x000028, "Member 'FRigVM static_assert(offsetof(FRigVMByteCode, PredicateBranches) == 0x000038, "Member 'FRigVMByteCode::PredicateBranches' has a wrong offset!"); \ static_assert(offsetof(FRigVMByteCode, PublicContextPathName) == 0x000048, "Member 'FRigVMByteCode::PublicContextPathName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMSimPoint \ +static_assert(alignof(FRigVMSimPoint) == 0x000008, "Wrong alignment on FRigVMSimPoint"); \ +static_assert(sizeof(FRigVMSimPoint) == 0x000040, "Wrong size on FRigVMSimPoint"); \ +static_assert(offsetof(FRigVMSimPoint, Mass) == 0x000000, "Member 'FRigVMSimPoint::Mass' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, Size) == 0x000004, "Member 'FRigVMSimPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, LinearDamping) == 0x000008, "Member 'FRigVMSimPoint::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, InheritMotion) == 0x00000C, "Member 'FRigVMSimPoint::InheritMotion' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, Position) == 0x000010, "Member 'FRigVMSimPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, LinearVelocity) == 0x000028, "Member 'FRigVMSimPoint::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SimBase \ +static_assert(alignof(FRigVMFunction_SimBase) == 0x000008, "Wrong alignment on FRigVMFunction_SimBase"); \ +static_assert(sizeof(FRigVMFunction_SimBase) == 0x000008, "Wrong size on FRigVMFunction_SimBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VerletIntegrateVector \ +static_assert(alignof(FRigVMFunction_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigVMFunction_VerletIntegrateVector"); \ +static_assert(sizeof(FRigVMFunction_VerletIntegrateVector) == 0x0000D8, "Wrong size on FRigVMFunction_VerletIntegrateVector"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigVMFunction_VerletIntegrateVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Strength) == 0x000020, "Member 'FRigVMFunction_VerletIntegrateVector::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Damp) == 0x000024, "Member 'FRigVMFunction_VerletIntegrateVector::Damp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Blend) == 0x000028, "Member 'FRigVMFunction_VerletIntegrateVector::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Force) == 0x000030, "Member 'FRigVMFunction_VerletIntegrateVector::Force' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Position) == 0x000048, "Member 'FRigVMFunction_VerletIntegrateVector::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Velocity) == 0x000060, "Member 'FRigVMFunction_VerletIntegrateVector::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Acceleration) == 0x000078, "Member 'FRigVMFunction_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Point) == 0x000090, "Member 'FRigVMFunction_VerletIntegrateVector::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, bInitialized) == 0x0000D0, "Member 'FRigVMFunction_VerletIntegrateVector::bInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorUnaryOp \ +static_assert(alignof(FRigVMFunction_MathVectorUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorUnaryOp) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorUnit \ +static_assert(alignof(FRigVMFunction_MathVectorUnit) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnit"); \ +static_assert(sizeof(FRigVMFunction_MathVectorUnit) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnit"); \ + +#define DUMPER7_ASSERTS_FRigVMRuntimeSettings \ +static_assert(alignof(FRigVMRuntimeSettings) == 0x000008, "Wrong alignment on FRigVMRuntimeSettings"); \ +static_assert(sizeof(FRigVMRuntimeSettings) == 0x000018, "Wrong size on FRigVMRuntimeSettings"); \ +static_assert(offsetof(FRigVMRuntimeSettings, MaximumArraySize) == 0x000000, "Member 'FRigVMRuntimeSettings::MaximumArraySize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastEnumToInt \ +static_assert(alignof(FRigVMDispatch_CastEnumToInt) == 0x000008, "Wrong alignment on FRigVMDispatch_CastEnumToInt"); \ +static_assert(sizeof(FRigVMDispatch_CastEnumToInt) == 0x000070, "Wrong size on FRigVMDispatch_CastEnumToInt"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeRelative \ +static_assert(alignof(FRigVMFunction_MathVectorMakeRelative) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeRelative) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Global) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Local) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastIntToEnum \ +static_assert(alignof(FRigVMDispatch_CastIntToEnum) == 0x000008, "Wrong alignment on FRigVMDispatch_CastIntToEnum"); \ +static_assert(sizeof(FRigVMDispatch_CastIntToEnum) == 0x000070, "Wrong size on FRigVMDispatch_CastIntToEnum"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastObject \ +static_assert(alignof(FRigVMDispatch_CastObject) == 0x000008, "Wrong alignment on FRigVMDispatch_CastObject"); \ +static_assert(sizeof(FRigVMDispatch_CastObject) == 0x000070, "Wrong size on FRigVMDispatch_CastObject"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatVector_Target \ +static_assert(alignof(FMathRBFInterpolateQuatVector_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatVector_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatVector_Target) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatVector_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExternalVariableDef \ +static_assert(alignof(FRigVMExternalVariableDef) == 0x000008, "Wrong alignment on FRigVMExternalVariableDef"); \ +static_assert(sizeof(FRigVMExternalVariableDef) == 0x000028, "Wrong size on FRigVMExternalVariableDef"); \ + +#define DUMPER7_ASSERTS_FRigVMExternalVariable \ +static_assert(alignof(FRigVMExternalVariable) == 0x000008, "Wrong alignment on FRigVMExternalVariable"); \ +static_assert(sizeof(FRigVMExternalVariable) == 0x000030, "Wrong size on FRigVMExternalVariable"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformArrayToSRT \ +static_assert(alignof(FRigVMFunction_MathTransformArrayToSRT) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformArrayToSRT"); \ +static_assert(sizeof(FRigVMFunction_MathTransformArrayToSRT) == 0x000048, "Wrong size on FRigVMFunction_MathTransformArrayToSRT"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Transforms) == 0x000008, "Member 'FRigVMFunction_MathTransformArrayToSRT::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Translations) == 0x000018, "Member 'FRigVMFunction_MathTransformArrayToSRT::Translations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Rotations) == 0x000028, "Member 'FRigVMFunction_MathTransformArrayToSRT::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Scales) == 0x000038, "Member 'FRigVMFunction_MathTransformArrayToSRT::Scales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimBase \ +static_assert(alignof(FRigVMFunction_AnimBase) == 0x000008, "Wrong alignment on FRigVMFunction_AnimBase"); \ +static_assert(sizeof(FRigVMFunction_AnimBase) == 0x000008, "Wrong size on FRigVMFunction_AnimBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugBase \ +static_assert(alignof(FRigVMFunction_DebugBase) == 0x000008, "Wrong alignment on FRigVMFunction_DebugBase"); \ +static_assert(sizeof(FRigVMFunction_DebugBase) == 0x000008, "Wrong size on FRigVMFunction_DebugBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreBase \ +static_assert(alignof(FRigVMDispatch_CoreBase) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreBase"); \ +static_assert(sizeof(FRigVMDispatch_CoreBase) == 0x000070, "Wrong size on FRigVMDispatch_CoreBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayBase \ +static_assert(alignof(FRigVMDispatch_ArrayBase) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBase"); \ +static_assert(sizeof(FRigVMDispatch_ArrayBase) == 0x000070, "Wrong size on FRigVMDispatch_ArrayBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetNum \ +static_assert(alignof(FRigVMDispatch_ArrayGetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetNum"); \ +static_assert(sizeof(FRigVMDispatch_ArrayGetNum) == 0x000070, "Wrong size on FRigVMDispatch_ArrayGetNum"); \ + +#define DUMPER7_ASSERTS_FRigVMExecuteContext \ +static_assert(alignof(FRigVMExecuteContext) == 0x000010, "Wrong alignment on FRigVMExecuteContext"); \ +static_assert(sizeof(FRigVMExecuteContext) == 0x0000F0, "Wrong size on FRigVMExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigVMStructMutable \ +static_assert(alignof(FRigVMStructMutable) == 0x000010, "Wrong alignment on FRigVMStructMutable"); \ +static_assert(sizeof(FRigVMStructMutable) == 0x000100, "Wrong size on FRigVMStructMutable"); \ +static_assert(offsetof(FRigVMStructMutable, ExecuteContext) == 0x000010, "Member 'FRigVMStructMutable::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector2 \ +static_assert(alignof(FRigVMFunction_NoiseVector2) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector2"); \ +static_assert(sizeof(FRigVMFunction_NoiseVector2) == 0x000090, "Wrong size on FRigVMFunction_NoiseVector2"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Value) == 0x000008, "Member 'FRigVMFunction_NoiseVector2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector2::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector2::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector2::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Maximum) == 0x000058, "Member 'FRigVMFunction_NoiseVector2::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Result) == 0x000060, "Member 'FRigVMFunction_NoiseVector2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Time) == 0x000078, "Member 'FRigVMFunction_NoiseVector2::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugBaseMutable \ +static_assert(alignof(FRigVMFunction_DebugBaseMutable) == 0x000010, "Wrong alignment on FRigVMFunction_DebugBaseMutable"); \ +static_assert(sizeof(FRigVMFunction_DebugBaseMutable) == 0x000100, "Wrong size on FRigVMFunction_DebugBaseMutable"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorFloat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorFloat_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorFloat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorFloat_Target) == 0x000020, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorFloat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMutableBase \ +static_assert(alignof(FRigVMFunction_MathMutableBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathMutableBase"); \ +static_assert(sizeof(FRigVMFunction_MathMutableBase) == 0x000100, "Wrong size on FRigVMFunction_MathMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Sequence \ +static_assert(alignof(FRigVMFunction_Sequence) == 0x000010, "Wrong alignment on FRigVMFunction_Sequence"); \ +static_assert(sizeof(FRigVMFunction_Sequence) == 0x0002E0, "Wrong size on FRigVMFunction_Sequence"); \ +static_assert(offsetof(FRigVMFunction_Sequence, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_Sequence::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Sequence, A) == 0x000100, "Member 'FRigVMFunction_Sequence::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Sequence, B) == 0x0001F0, "Member 'FRigVMFunction_Sequence::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBase \ +static_assert(alignof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionBase"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong size on FRigVMFunction_MathQuaternionBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionGetAxis \ +static_assert(alignof(FRigVMFunction_MathQuaternionGetAxis) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionGetAxis"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionGetAxis) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionGetAxis"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Quaternion) == 0x000010, "Member 'FRigVMFunction_MathQuaternionGetAxis::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionGetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionGetAxis::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMUnknownType \ +static_assert(alignof(FRigVMUnknownType) == 0x000004, "Wrong alignment on FRigVMUnknownType"); \ +static_assert(sizeof(FRigVMUnknownType) == 0x000004, "Wrong size on FRigVMUnknownType"); \ +static_assert(offsetof(FRigVMUnknownType, Hash) == 0x000000, "Member 'FRigVMUnknownType::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBinaryOp \ +static_assert(alignof(FRigVMFunction_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBinaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDiv \ +static_assert(alignof(FRigVMFunction_MathVectorDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDiv"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDiv) == 0x000050, "Wrong size on FRigVMFunction_MathVectorDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SimBaseMutable \ +static_assert(alignof(FRigVMFunction_SimBaseMutable) == 0x000010, "Wrong alignment on FRigVMFunction_SimBaseMutable"); \ +static_assert(sizeof(FRigVMFunction_SimBaseMutable) == 0x000100, "Wrong size on FRigVMFunction_SimBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionIdentifier \ +static_assert(alignof(FRigVMGraphFunctionIdentifier) == 0x000008, "Wrong alignment on FRigVMGraphFunctionIdentifier"); \ +static_assert(sizeof(FRigVMGraphFunctionIdentifier) == 0x000040, "Wrong size on FRigVMGraphFunctionIdentifier"); \ +static_assert(offsetof(FRigVMGraphFunctionIdentifier, LibraryNode) == 0x000000, "Member 'FRigVMGraphFunctionIdentifier::LibraryNode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionIdentifier, HostObject) == 0x000020, "Member 'FRigVMGraphFunctionIdentifier::HostObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionArgument \ +static_assert(alignof(FRigVMGraphFunctionArgument) == 0x000008, "Wrong alignment on FRigVMGraphFunctionArgument"); \ +static_assert(sizeof(FRigVMGraphFunctionArgument) == 0x0000B0, "Wrong size on FRigVMGraphFunctionArgument"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, Name) == 0x000000, "Member 'FRigVMGraphFunctionArgument::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, DisplayName) == 0x000008, "Member 'FRigVMGraphFunctionArgument::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, CPPType) == 0x000010, "Member 'FRigVMGraphFunctionArgument::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, CPPTypeObject) == 0x000018, "Member 'FRigVMGraphFunctionArgument::CPPTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, bIsArray) == 0x000040, "Member 'FRigVMGraphFunctionArgument::bIsArray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, Direction) == 0x000041, "Member 'FRigVMGraphFunctionArgument::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, DefaultValue) == 0x000048, "Member 'FRigVMGraphFunctionArgument::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, bIsConst) == 0x000058, "Member 'FRigVMGraphFunctionArgument::bIsConst' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, PathToTooltip) == 0x000060, "Member 'FRigVMGraphFunctionArgument::PathToTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeader \ +static_assert(alignof(FRigVMGraphFunctionHeader) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeader"); \ +static_assert(sizeof(FRigVMGraphFunctionHeader) == 0x000118, "Wrong size on FRigVMGraphFunctionHeader"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, LibraryPointer) == 0x000000, "Member 'FRigVMGraphFunctionHeader::LibraryPointer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Name) == 0x000040, "Member 'FRigVMGraphFunctionHeader::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, NodeTitle) == 0x000048, "Member 'FRigVMGraphFunctionHeader::NodeTitle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, NodeColor) == 0x000058, "Member 'FRigVMGraphFunctionHeader::NodeColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Tooltip) == 0x000068, "Member 'FRigVMGraphFunctionHeader::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Description) == 0x000078, "Member 'FRigVMGraphFunctionHeader::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Category) == 0x000088, "Member 'FRigVMGraphFunctionHeader::Category' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Keywords) == 0x000098, "Member 'FRigVMGraphFunctionHeader::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Arguments) == 0x0000A8, "Member 'FRigVMGraphFunctionHeader::Arguments' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Dependencies) == 0x0000B8, "Member 'FRigVMGraphFunctionHeader::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, ExternalVariables) == 0x000108, "Member 'FRigVMGraphFunctionHeader::ExternalVariables' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunctionCompilationPropertyDescription \ static_assert(alignof(FRigVMFunctionCompilationPropertyDescription) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationPropertyDescription"); \ static_assert(sizeof(FRigVMFunctionCompilationPropertyDescription) == 0x000050, "Wrong size on FRigVMFunctionCompilationPropertyDescription"); \ @@ -92895,13 +92390,6 @@ static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, CPPType) == static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, CPPTypeObject) == 0x000018, "Member 'FRigVMFunctionCompilationPropertyDescription::CPPTypeObject' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, DefaultValue) == 0x000040, "Member 'FRigVMFunctionCompilationPropertyDescription::DefaultValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunctionCompilationPropertyPath \ -static_assert(alignof(FRigVMFunctionCompilationPropertyPath) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationPropertyPath"); \ -static_assert(sizeof(FRigVMFunctionCompilationPropertyPath) == 0x000028, "Wrong size on FRigVMFunctionCompilationPropertyPath"); \ -static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, PropertyIndex) == 0x000000, "Member 'FRigVMFunctionCompilationPropertyPath::PropertyIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, HeadCPPType) == 0x000008, "Member 'FRigVMFunctionCompilationPropertyPath::HeadCPPType' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, SegmentPath) == 0x000018, "Member 'FRigVMFunctionCompilationPropertyPath::SegmentPath' 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"); \ @@ -92940,76 +92428,122 @@ static_assert(sizeof(FRigVMGraphFunctionStore) == 0x000020, "Wrong size on FRigV static_assert(offsetof(FRigVMGraphFunctionStore, PublicFunctions) == 0x000000, "Member 'FRigVMGraphFunctionStore::PublicFunctions' has a wrong offset!"); \ static_assert(offsetof(FRigVMGraphFunctionStore, PrivateFunctions) == 0x000010, "Member 'FRigVMGraphFunctionStore::PrivateFunctions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryAggregateOp \ -static_assert(alignof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryAggregateOp"); \ -static_assert(sizeof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryAggregateOp"); \ -static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayMake \ +static_assert(alignof(FRigVMDispatch_ArrayMake) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayMake"); \ +static_assert(sizeof(FRigVMDispatch_ArrayMake) == 0x000070, "Wrong size on FRigVMDispatch_ArrayMake"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampLength \ -static_assert(alignof(FRigVMFunction_MathVectorClampLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClampLength"); \ -static_assert(sizeof(FRigVMFunction_MathVectorClampLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorClampLength"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampLength::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MinimumLength) == 0x000020, "Member 'FRigVMFunction_MathVectorClampLength::MinimumLength' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MaximumLength) == 0x000024, "Member 'FRigVMFunction_MathVectorClampLength::MaximumLength' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorClampLength::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirror \ +static_assert(alignof(FRigVMFunction_MathVectorMirror) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMirror"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMirror) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMirror"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirror::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Normal) == 0x000020, "Member 'FRigVMFunction_MathVectorMirror::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorMirror::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAppend \ -static_assert(alignof(FRigVMDispatch_ArrayAppend) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAppend"); \ -static_assert(sizeof(FRigVMDispatch_ArrayAppend) == 0x000070, "Wrong size on FRigVMDispatch_ArrayAppend"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayBase \ +static_assert(alignof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayBase"); \ +static_assert(sizeof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong size on FRigVMFunction_MathRayBase"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBase \ -static_assert(alignof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBase"); \ -static_assert(sizeof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong size on FRigVMFunction_MathFloatBase"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectPlane \ +static_assert(alignof(FRigVMFunction_MathRayIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectPlane"); \ +static_assert(sizeof(FRigVMFunction_MathRayIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathRayIntersectPlane"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectPlane::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathRayIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectPlane::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ratio) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectPlane::Ratio' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatToInt \ -static_assert(alignof(FRigVMFunction_MathFloatToInt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatToInt"); \ -static_assert(sizeof(FRigVMFunction_MathFloatToInt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatToInt"); \ -static_assert(offsetof(FRigVMFunction_MathFloatToInt, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatToInt::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatToInt, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatToInt::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRound \ +static_assert(alignof(FRigVMFunction_MathVectorRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRound"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRound) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRound"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMax \ -static_assert(alignof(FRigVMFunction_MathIntMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMax"); \ -static_assert(sizeof(FRigVMFunction_MathIntMax) == 0x000018, "Wrong size on FRigVMFunction_MathIntMax"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSign \ +static_assert(alignof(FRigVMFunction_MathFloatSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSign"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSign) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSign"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampSpatially \ -static_assert(alignof(FRigVMFunction_MathVectorClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorClampSpatially"); \ -static_assert(sizeof(FRigVMFunction_MathVectorClampSpatially) == 0x0000C0, "Wrong size on FRigVMFunction_MathVectorClampSpatially"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampSpatially::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Axis) == 0x000020, "Member 'FRigVMFunction_MathVectorClampSpatially::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Type) == 0x000021, "Member 'FRigVMFunction_MathVectorClampSpatially::Type' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Minimum) == 0x000024, "Member 'FRigVMFunction_MathVectorClampSpatially::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Maximum) == 0x000028, "Member 'FRigVMFunction_MathVectorClampSpatially::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Space) == 0x000030, "Member 'FRigVMFunction_MathVectorClampSpatially::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, bDrawDebug) == 0x000090, "Member 'FRigVMFunction_MathVectorClampSpatially::bDrawDebug' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugColor) == 0x000094, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugColor' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugThickness) == 0x0000A4, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugThickness' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Result) == 0x0000A8, "Member 'FRigVMFunction_MathVectorClampSpatially::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMDispatch_CoreEquals \ -static_assert(alignof(FRigVMDispatch_CoreEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreEquals"); \ -static_assert(sizeof(FRigVMDispatch_CoreEquals) == 0x000070, "Wrong size on FRigVMDispatch_CoreEquals"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMul \ +static_assert(alignof(FRigVMFunction_MathVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMul"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMul) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMul"); \ -#define DUMPER7_ASSERTS_FRigVMDispatch_CoreNotEquals \ -static_assert(alignof(FRigVMDispatch_CoreNotEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreNotEquals"); \ -static_assert(sizeof(FRigVMDispatch_CoreNotEquals) == 0x000070, "Wrong size on FRigVMDispatch_CoreNotEquals"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntersectPlane \ +static_assert(alignof(FRigVMFunction_MathIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntersectPlane"); \ +static_assert(sizeof(FRigVMFunction_MathIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathIntersectPlane"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Start) == 0x000008, "Member 'FRigVMFunction_MathIntersectPlane::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Direction) == 0x000020, "Member 'FRigVMFunction_MathIntersectPlane::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathIntersectPlane::Distance' 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) == 0x000030, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatFloat_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMMemoryStorageStruct \ static_assert(alignof(FRigVMMemoryStorageStruct) == 0x000008, "Wrong alignment on FRigVMMemoryStorageStruct"); \ static_assert(sizeof(FRigVMMemoryStorageStruct) == 0x000050, "Wrong size on FRigVMMemoryStorageStruct"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMutableBase \ -static_assert(alignof(FRigVMFunction_MathTransformMutableBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMutableBase"); \ -static_assert(sizeof(FRigVMFunction_MathTransformMutableBase) == 0x000100, "Wrong size on FRigVMFunction_MathTransformMutableBase"); \ +#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_FRigVMFunction_MathTransformAccumulateArray \ -static_assert(alignof(FRigVMFunction_MathTransformAccumulateArray) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformAccumulateArray"); \ -static_assert(sizeof(FRigVMFunction_MathTransformAccumulateArray) == 0x000190, "Wrong size on FRigVMFunction_MathTransformAccumulateArray"); \ -static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Transforms) == 0x000100, "Member 'FRigVMFunction_MathTransformAccumulateArray::Transforms' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, TargetSpace) == 0x000110, "Member 'FRigVMFunction_MathTransformAccumulateArray::TargetSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Root) == 0x000120, "Member 'FRigVMFunction_MathTransformAccumulateArray::Root' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, ParentIndices) == 0x000180, "Member 'FRigVMFunction_MathTransformAccumulateArray::ParentIndices' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000040, "Wrong size on FRigVMFunction_MathVectorIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, B) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Tolerance) == 0x000038, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Result) == 0x00003C, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Result' 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_FRigVMFunction_MathQuaternionFromEuler \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromEuler"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromEuler"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Euler) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromEuler::Euler' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, RotationOrder) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMStatistics \ +static_assert(alignof(FRigVMStatistics) == 0x000004, "Wrong alignment on FRigVMStatistics"); \ +static_assert(sizeof(FRigVMStatistics) == 0x000038, "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, DebugMemory) == 0x000020, "Member 'FRigVMStatistics::DebugMemory' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, BytesForCaching) == 0x00002C, "Member 'FRigVMStatistics::BytesForCaching' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, ByteCode) == 0x000030, "Member 'FRigVMStatistics::ByteCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeaderArray \ +static_assert(alignof(FRigVMGraphFunctionHeaderArray) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeaderArray"); \ +static_assert(sizeof(FRigVMGraphFunctionHeaderArray) == 0x000010, "Wrong size on FRigVMGraphFunctionHeaderArray"); \ +static_assert(offsetof(FRigVMGraphFunctionHeaderArray, Headers) == 0x000000, "Member 'FRigVMGraphFunctionHeaderArray::Headers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstant \ +static_assert(alignof(FRigVMFunction_MathFloatConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstant"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstant) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstant"); \ +static_assert(offsetof(FRigVMFunction_MathFloatConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstHalfPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstHalfPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstHalfPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstHalfPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstHalfPi"); \ #define DUMPER7_ASSERTS_FRigVMParameter \ static_assert(alignof(FRigVMParameter) == 0x000008, "Wrong alignment on FRigVMParameter"); \ @@ -93021,28 +92555,20 @@ static_assert(offsetof(FRigVMParameter, CPPType) == 0x000010, "Member 'FRigVMPar 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_FRigVMFunction_MathVectorSelectBool \ -static_assert(alignof(FRigVMFunction_MathVectorSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSelectBool"); \ -static_assert(sizeof(FRigVMFunction_MathVectorSelectBool) == 0x000058, "Wrong size on FRigVMFunction_MathVectorSelectBool"); \ -static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathVectorSelectBool::Condition' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathVectorSelectBool::IfTrue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfFalse) == 0x000028, "Member 'FRigVMFunction_MathVectorSelectBool::IfFalse' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorSelectBool::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMExecuteOp \ -static_assert(alignof(FRigVMExecuteOp) == 0x000002, "Wrong alignment on FRigVMExecuteOp"); \ -static_assert(sizeof(FRigVMExecuteOp) == 0x00000A, "Wrong size on FRigVMExecuteOp"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDeg \ +static_assert(alignof(FRigVMFunction_MathVectorDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDeg"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDeg) == 0x000038, "Wrong size on FRigVMFunction_MathVectorDeg"); \ #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_FRigVMFunction_StartsWith \ -static_assert(alignof(FRigVMFunction_StartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StartsWith"); \ -static_assert(sizeof(FRigVMFunction_StartsWith) == 0x000020, "Wrong size on FRigVMFunction_StartsWith"); \ -static_assert(offsetof(FRigVMFunction_StartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StartsWith::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StartsWith, Start) == 0x000010, "Member 'FRigVMFunction_StartsWith::Start' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StartsWith, Result) == 0x000018, "Member 'FRigVMFunction_StartsWith::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Tolerance) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMBinaryOp \ static_assert(alignof(FRigVMBinaryOp) == 0x000002, "Wrong alignment on FRigVMBinaryOp"); \ @@ -93052,9 +92578,12 @@ static_assert(sizeof(FRigVMBinaryOp) == 0x00000E, "Wrong size on FRigVMBinaryOp" static_assert(alignof(FRigVMTernaryOp) == 0x000002, "Wrong alignment on FRigVMTernaryOp"); \ static_assert(sizeof(FRigVMTernaryOp) == 0x000014, "Wrong size on FRigVMTernaryOp"); \ -#define DUMPER7_ASSERTS_FRigVMDispatch_Print \ -static_assert(alignof(FRigVMDispatch_Print) == 0x000008, "Wrong alignment on FRigVMDispatch_Print"); \ -static_assert(sizeof(FRigVMDispatch_Print) == 0x000070, "Wrong size on FRigVMDispatch_Print"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToEuler \ +static_assert(alignof(FRigVMFunction_MathQuaternionToEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToEuler"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToEuler"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToEuler::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, RotationOrder) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionToEuler::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMQuaternaryOp \ static_assert(alignof(FRigVMQuaternaryOp) == 0x000002, "Wrong alignment on FRigVMQuaternaryOp"); \ @@ -93064,19 +92593,16 @@ static_assert(sizeof(FRigVMQuaternaryOp) == 0x00001A, "Wrong size on FRigVMQuate static_assert(alignof(FRigVMQuinaryOp) == 0x000002, "Wrong alignment on FRigVMQuinaryOp"); \ static_assert(sizeof(FRigVMQuinaryOp) == 0x000020, "Wrong size on FRigVMQuinaryOp"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformClampSpatially \ -static_assert(alignof(FRigVMFunction_MathTransformClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformClampSpatially"); \ -static_assert(sizeof(FRigVMFunction_MathTransformClampSpatially) == 0x000160, "Wrong size on FRigVMFunction_MathTransformClampSpatially"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformClampSpatially::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Axis) == 0x000070, "Member 'FRigVMFunction_MathTransformClampSpatially::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Type) == 0x000071, "Member 'FRigVMFunction_MathTransformClampSpatially::Type' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Minimum) == 0x000074, "Member 'FRigVMFunction_MathTransformClampSpatially::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Maximum) == 0x000078, "Member 'FRigVMFunction_MathTransformClampSpatially::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Space) == 0x000080, "Member 'FRigVMFunction_MathTransformClampSpatially::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, bDrawDebug) == 0x0000E0, "Member 'FRigVMFunction_MathTransformClampSpatially::bDrawDebug' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugColor) == 0x0000E4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugColor' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugThickness) == 0x0000F4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugThickness' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Result) == 0x000100, "Member 'FRigVMFunction_MathTransformClampSpatially::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMin \ +static_assert(alignof(FRigVMFunction_MathFloatMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMin) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMin"); \ #define DUMPER7_ASSERTS_FRigVMSenaryOp \ static_assert(alignof(FRigVMSenaryOp) == 0x000002, "Wrong alignment on FRigVMSenaryOp"); \ @@ -93086,35 +92612,19 @@ static_assert(sizeof(FRigVMSenaryOp) == 0x000026, "Wrong size on FRigVMSenaryOp" static_assert(alignof(FRigVMCopyOp) == 0x000002, "Wrong alignment on FRigVMCopyOp"); \ static_assert(sizeof(FRigVMCopyOp) == 0x000012, "Wrong size on FRigVMCopyOp"); \ -#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorColor_Target \ -static_assert(alignof(FMathRBFInterpolateVectorColor_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorColor_Target"); \ -static_assert(sizeof(FMathRBFInterpolateVectorColor_Target) == 0x000028, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorColor_Target::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBase \ +static_assert(alignof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBase"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong size on FRigVMFunction_MathDoubleBase"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorWorkData \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000090, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleUnaryOp \ +static_assert(alignof(FRigVMFunction_MathDoubleUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleUnaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleUnaryOp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateBase \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRBFInterpolateBase"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigVMFunction_MathRBFInterpolateBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorBase \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorBase"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x0000C0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorBase"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000020, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000021, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000024, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x000028, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, WorkData) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::WorkData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorColor \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorColor"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorColor"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSin \ +static_assert(alignof(FRigVMFunction_MathDoubleSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSin"); \ #define DUMPER7_ASSERTS_FRigVMComparisonOp \ static_assert(alignof(FRigVMComparisonOp) == 0x000002, "Wrong alignment on FRigVMComparisonOp"); \ @@ -93124,12 +92634,9 @@ static_assert(sizeof(FRigVMComparisonOp) == 0x000014, "Wrong size on FRigVMCompa static_assert(alignof(FRigVMJumpOp) == 0x000004, "Wrong alignment on FRigVMJumpOp"); \ static_assert(sizeof(FRigVMJumpOp) == 0x000008, "Wrong size on FRigVMJumpOp"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorOrthogonal \ -static_assert(alignof(FRigVMFunction_MathVectorOrthogonal) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorOrthogonal"); \ -static_assert(sizeof(FRigVMFunction_MathVectorOrthogonal) == 0x000040, "Wrong size on FRigVMFunction_MathVectorOrthogonal"); \ -static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, A) == 0x000008, "Member 'FRigVMFunction_MathVectorOrthogonal::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, B) == 0x000020, "Member 'FRigVMFunction_MathVectorOrthogonal::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorOrthogonal::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAsin \ +static_assert(alignof(FRigVMFunction_MathFloatAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAsin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAsin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAsin"); \ #define DUMPER7_ASSERTS_FRigVMJumpIfOp \ static_assert(alignof(FRigVMJumpIfOp) == 0x000004, "Wrong alignment on FRigVMJumpIfOp"); \ @@ -93139,13 +92646,33 @@ static_assert(sizeof(FRigVMJumpIfOp) == 0x000010, "Wrong size on FRigVMJumpIfOp" static_assert(alignof(FRigVMChangeTypeOp) == 0x000002, "Wrong alignment on FRigVMChangeTypeOp"); \ static_assert(sizeof(FRigVMChangeTypeOp) == 0x000008, "Wrong size on FRigVMChangeTypeOp"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionDot \ +static_assert(alignof(FRigVMFunction_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionDot"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionDot) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionDot"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMInvokeEntryOp \ +static_assert(alignof(FRigVMInvokeEntryOp) == 0x000004, "Wrong alignment on FRigVMInvokeEntryOp"); \ +static_assert(sizeof(FRigVMInvokeEntryOp) == 0x00000C, "Wrong size on FRigVMInvokeEntryOp"); \ + #define DUMPER7_ASSERTS_FRigVMJumpToBranchOp \ static_assert(alignof(FRigVMJumpToBranchOp) == 0x000004, "Wrong alignment on FRigVMJumpToBranchOp"); \ static_assert(sizeof(FRigVMJumpToBranchOp) == 0x00000C, "Wrong size on FRigVMJumpToBranchOp"); \ -#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetAtIndex \ -static_assert(alignof(FRigVMDispatch_ArraySetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetAtIndex"); \ -static_assert(sizeof(FRigVMDispatch_ArraySetAtIndex) == 0x000070, "Wrong size on FRigVMDispatch_ArraySetAtIndex"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBase \ +static_assert(alignof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathMatrixBase"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong size on FRigVMFunction_MathMatrixBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToVectors \ +static_assert(alignof(FRigVMFunction_MathMatrixToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixToVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Origin) == 0x000090, "Member 'FRigVMFunction_MathMatrixToVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, X) == 0x0000A8, "Member 'FRigVMFunction_MathMatrixToVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Y) == 0x0000C0, "Member 'FRigVMFunction_MathMatrixToVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Z) == 0x0000D8, "Member 'FRigVMFunction_MathMatrixToVectors::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMRunInstructionsOp \ static_assert(alignof(FRigVMRunInstructionsOp) == 0x000004, "Wrong alignment on FRigVMRunInstructionsOp"); \ @@ -93158,47 +92685,37 @@ static_assert(offsetof(FRigVMInstruction, ByteCodeIndex) == 0x000000, "Member 'F 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_FRigVMFunction_MathTransformBinaryOp \ -static_assert(alignof(FRigVMFunction_MathTransformBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathTransformBinaryOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleExponential \ +static_assert(alignof(FRigVMFunction_MathDoubleExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleExponential"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleExponential) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleExponential"); \ #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_FRigVMBreakpoint \ -static_assert(alignof(FRigVMBreakpoint) == 0x000004, "Wrong alignment on FRigVMBreakpoint"); \ -static_assert(sizeof(FRigVMBreakpoint) == 0x000024, "Wrong size on FRigVMBreakpoint"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeAbsolute \ -static_assert(alignof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeAbsolute"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeAbsolute"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Local) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Local' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Global) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Global' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBase \ +static_assert(alignof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBase"); \ +static_assert(sizeof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong size on FRigVMFunction_MathIntBase"); \ #define DUMPER7_ASSERTS_FRigVMDebugInfo \ static_assert(alignof(FRigVMDebugInfo) == 0x000008, "Wrong alignment on FRigVMDebugInfo"); \ static_assert(sizeof(FRigVMDebugInfo) == 0x000140, "Wrong size on FRigVMDebugInfo"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAdd \ -static_assert(alignof(FRigVMFunction_MathIntAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAdd"); \ -static_assert(sizeof(FRigVMFunction_MathIntAdd) == 0x000018, "Wrong size on FRigVMFunction_MathIntAdd"); \ - #define DUMPER7_ASSERTS_FRigVMDrawInterface \ static_assert(alignof(FRigVMDrawInterface) == 0x000008, "Wrong alignment on FRigVMDrawInterface"); \ static_assert(sizeof(FRigVMDrawInterface) == 0x000018, "Wrong size on FRigVMDrawInterface"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAngle \ -static_assert(alignof(FRigVMFunction_MathVectorAngle) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAngle"); \ -static_assert(sizeof(FRigVMFunction_MathVectorAngle) == 0x000040, "Wrong size on FRigVMFunction_MathVectorAngle"); \ -static_assert(offsetof(FRigVMFunction_MathVectorAngle, A) == 0x000008, "Member 'FRigVMFunction_MathVectorAngle::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorAngle, B) == 0x000020, "Member 'FRigVMFunction_MathVectorAngle::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorAngle, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorAngle::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryOp \ +static_assert(alignof(FRigVMFunction_MathIntBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSub \ +static_assert(alignof(FRigVMFunction_MathIntSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSub"); \ +static_assert(sizeof(FRigVMFunction_MathIntSub) == 0x000018, "Wrong size on FRigVMFunction_MathIntSub"); \ #define DUMPER7_ASSERTS_FRigVMSlice \ static_assert(alignof(FRigVMSlice) == 0x000004, "Wrong alignment on FRigVMSlice"); \ @@ -93209,9 +92726,14 @@ static_assert(alignof(FRigVMInstructionSetExecuteState) == 0x000008, "Wrong alig static_assert(sizeof(FRigVMInstructionSetExecuteState) == 0x000050, "Wrong size on FRigVMInstructionSetExecuteState"); \ static_assert(offsetof(FRigVMInstructionSetExecuteState, SliceHashToNumInstruction) == 0x000000, "Member 'FRigVMInstructionSetExecuteState::SliceHashToNumInstruction' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayUnion \ -static_assert(alignof(FRigVMDispatch_ArrayUnion) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayUnion"); \ -static_assert(sizeof(FRigVMDispatch_ArrayUnion) == 0x000070, "Wrong size on FRigVMDispatch_ArrayUnion"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMake \ +static_assert(alignof(FRigVMFunction_MathQuaternionMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMake"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMake) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionMake"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, X) == 0x000008, "Member 'FRigVMFunction_MathQuaternionMake::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathQuaternionMake::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Z) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMake::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, W) == 0x000014, "Member 'FRigVMFunction_MathQuaternionMake::W' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionMake::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMRegister \ static_assert(alignof(FRigVMRegister) == 0x000004, "Wrong alignment on FRigVMRegister"); \ @@ -93240,12 +92762,10 @@ static_assert(offsetof(FRigVMRegisterOffset, ArrayIndex) == 0x000030, "Member 'F 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_FRigVMFunction_MathTransformMakeRelative \ -static_assert(alignof(FRigVMFunction_MathTransformMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeRelative"); \ -static_assert(sizeof(FRigVMFunction_MathTransformMakeRelative) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeRelative"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeRelative::Global' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeRelative::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Local) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeRelative::Local' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMake \ +static_assert(alignof(FRigVMFunction_MathFloatMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMake"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMake) == 0x000010, "Wrong size on FRigVMFunction_MathFloatMake"); \ +static_assert(offsetof(FRigVMFunction_MathFloatMake, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatMake::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMMemoryContainer \ static_assert(alignof(FRigVMMemoryContainer) == 0x000008, "Wrong alignment on FRigVMMemoryContainer"); \ @@ -93263,18 +92783,16 @@ static_assert(offsetof(FRigVMMemoryContainer, bEncounteredErrorDuringLoad) == 0x static_assert(alignof(FRigVMInstructionVisitInfo) == 0x000008, "Wrong alignment on FRigVMInstructionVisitInfo"); \ static_assert(sizeof(FRigVMInstructionVisitInfo) == 0x000028, "Wrong size on FRigVMInstructionVisitInfo"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_RandomFloat \ -static_assert(alignof(FRigVMFunction_RandomFloat) == 0x000008, "Wrong alignment on FRigVMFunction_RandomFloat"); \ -static_assert(sizeof(FRigVMFunction_RandomFloat) == 0x000030, "Wrong size on FRigVMFunction_RandomFloat"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, Seed) == 0x000008, "Member 'FRigVMFunction_RandomFloat::Seed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomFloat::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomFloat::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, duration) == 0x000014, "Member 'FRigVMFunction_RandomFloat::duration' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, Result) == 0x000018, "Member 'FRigVMFunction_RandomFloat::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, LastResult) == 0x00001C, "Member 'FRigVMFunction_RandomFloat::LastResult' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, LastSeed) == 0x000020, "Member 'FRigVMFunction_RandomFloat::LastSeed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, BaseSeed) == 0x000024, "Member 'FRigVMFunction_RandomFloat::BaseSeed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomFloat, TimeLeft) == 0x000028, "Member 'FRigVMFunction_RandomFloat::TimeLeft' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBinaryOp \ +static_assert(alignof(FRigVMFunction_MathDoubleBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBinaryOp) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan2 \ +static_assert(alignof(FRigVMFunction_MathDoubleAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan2"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAtan2) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleAtan2"); \ #define DUMPER7_ASSERTS_FRigVMProfilingInfo \ static_assert(alignof(FRigVMProfilingInfo) == 0x000008, "Wrong alignment on FRigVMProfilingInfo"); \ @@ -93295,21 +92813,15 @@ static_assert(offsetof(FRigVMUserWorkflow, Type) == 0x000028, "Member 'FRigVMUse static_assert(offsetof(FRigVMUserWorkflow, PerformDynamicDelegate) == 0x000040, "Member 'FRigVMUserWorkflow::PerformDynamicDelegate' has a wrong offset!"); \ static_assert(offsetof(FRigVMUserWorkflow, OptionsClass) == 0x000050, "Member 'FRigVMUserWorkflow::OptionsClass' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatUnaryOp \ -static_assert(alignof(FRigVMFunction_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatUnaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathFloatUnaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatUnaryOp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatUnaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDeg \ -static_assert(alignof(FRigVMFunction_MathFloatDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDeg"); \ -static_assert(sizeof(FRigVMFunction_MathFloatDeg) == 0x000010, "Wrong size on FRigVMFunction_MathFloatDeg"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_AnimEasingType \ static_assert(alignof(FRigVMFunction_AnimEasingType) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEasingType"); \ static_assert(sizeof(FRigVMFunction_AnimEasingType) == 0x000010, "Wrong size on FRigVMFunction_AnimEasingType"); \ static_assert(offsetof(FRigVMFunction_AnimEasingType, Type) == 0x000008, "Member 'FRigVMFunction_AnimEasingType::Type' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRad \ +static_assert(alignof(FRigVMFunction_MathFloatRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRad"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRad) == 0x000010, "Wrong size on FRigVMFunction_MathFloatRad"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_AnimEasing \ static_assert(alignof(FRigVMFunction_AnimEasing) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEasing"); \ static_assert(sizeof(FRigVMFunction_AnimEasing) == 0x000028, "Wrong size on FRigVMFunction_AnimEasing"); \ @@ -93321,11 +92833,16 @@ static_assert(offsetof(FRigVMFunction_AnimEasing, TargetMinimum) == 0x000018, "M static_assert(offsetof(FRigVMFunction_AnimEasing, TargetMaximum) == 0x00001C, "Member 'FRigVMFunction_AnimEasing::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_AnimEasing, Result) == 0x000020, "Member 'FRigVMFunction_AnimEasing::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArraySum \ -static_assert(alignof(FRigVMFunction_MathIntArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArraySum"); \ -static_assert(sizeof(FRigVMFunction_MathIntArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathIntArraySum"); \ -static_assert(offsetof(FRigVMFunction_MathIntArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArraySum::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathIntArraySum::Sum' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRemap \ +static_assert(alignof(FRigVMFunction_MathVectorRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRemap"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRemap) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorRemap"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMinimum) == 0x000020, "Member 'FRigVMFunction_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMaximum) == 0x000038, "Member 'FRigVMFunction_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMinimum) == 0x000050, "Member 'FRigVMFunction_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMaximum) == 0x000068, "Member 'FRigVMFunction_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, bClamp) == 0x000080, "Member 'FRigVMFunction_MathVectorRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, Result) == 0x000088, "Member 'FRigVMFunction_MathVectorRemap::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_AnimEvalRichCurve \ static_assert(alignof(FRigVMFunction_AnimEvalRichCurve) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEvalRichCurve"); \ @@ -93338,25 +92855,11 @@ static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, TargetMinimum) == 0x000 static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, TargetMaximum) == 0x0000A4, "Member 'FRigVMFunction_AnimEvalRichCurve::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, Result) == 0x0000A8, "Member 'FRigVMFunction_AnimEvalRichCurve::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMMirrorSettings \ -static_assert(alignof(FRigVMMirrorSettings) == 0x000008, "Wrong alignment on FRigVMMirrorSettings"); \ -static_assert(sizeof(FRigVMMirrorSettings) == 0x000028, "Wrong size on FRigVMMirrorSettings"); \ -static_assert(offsetof(FRigVMMirrorSettings, MirrorAxis) == 0x000000, "Member 'FRigVMMirrorSettings::MirrorAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMMirrorSettings, AxisToFlip) == 0x000001, "Member 'FRigVMMirrorSettings::AxisToFlip' has a wrong offset!"); \ -static_assert(offsetof(FRigVMMirrorSettings, SearchString) == 0x000008, "Member 'FRigVMMirrorSettings::SearchString' has a wrong offset!"); \ -static_assert(offsetof(FRigVMMirrorSettings, ReplaceString) == 0x000018, "Member 'FRigVMMirrorSettings::ReplaceString' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_AnimRichCurve \ static_assert(alignof(FRigVMFunction_AnimRichCurve) == 0x000008, "Wrong alignment on FRigVMFunction_AnimRichCurve"); \ static_assert(sizeof(FRigVMFunction_AnimRichCurve) == 0x000090, "Wrong size on FRigVMFunction_AnimRichCurve"); \ static_assert(offsetof(FRigVMFunction_AnimRichCurve, Curve) == 0x000008, "Member 'FRigVMFunction_AnimRichCurve::Curve' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToFloat \ -static_assert(alignof(FRigVMFunction_MathIntToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToFloat"); \ -static_assert(sizeof(FRigVMFunction_MathIntToFloat) == 0x000010, "Wrong size on FRigVMFunction_MathIntToFloat"); \ -static_assert(offsetof(FRigVMFunction_MathIntToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToFloat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntToFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntToFloat::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_GetDeltaTime \ static_assert(alignof(FRigVMFunction_GetDeltaTime) == 0x000008, "Wrong alignment on FRigVMFunction_GetDeltaTime"); \ static_assert(sizeof(FRigVMFunction_GetDeltaTime) == 0x000010, "Wrong size on FRigVMFunction_GetDeltaTime"); \ @@ -93374,35 +92877,22 @@ static_assert(offsetof(FRigVMFunction_GetWorldTime, Minutes) == 0x00001C, "Membe static_assert(offsetof(FRigVMFunction_GetWorldTime, Seconds) == 0x000020, "Member 'FRigVMFunction_GetWorldTime::Seconds' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_GetWorldTime, OverallSeconds) == 0x000024, "Member 'FRigVMFunction_GetWorldTime::OverallSeconds' 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) == 0x000030, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatColor_Target::Value' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_FramesToSeconds \ static_assert(alignof(FRigVMFunction_FramesToSeconds) == 0x000008, "Wrong alignment on FRigVMFunction_FramesToSeconds"); \ static_assert(sizeof(FRigVMFunction_FramesToSeconds) == 0x000010, "Wrong size on FRigVMFunction_FramesToSeconds"); \ static_assert(offsetof(FRigVMFunction_FramesToSeconds, Frames) == 0x000008, "Member 'FRigVMFunction_FramesToSeconds::Frames' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_FramesToSeconds, Seconds) == 0x00000C, "Member 'FRigVMFunction_FramesToSeconds::Seconds' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstE \ +static_assert(alignof(FRigVMFunction_MathFloatConstE) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstE"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstE) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstE"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_SecondsToFrames \ static_assert(alignof(FRigVMFunction_SecondsToFrames) == 0x000008, "Wrong alignment on FRigVMFunction_SecondsToFrames"); \ static_assert(sizeof(FRigVMFunction_SecondsToFrames) == 0x000010, "Wrong size on FRigVMFunction_SecondsToFrames"); \ static_assert(offsetof(FRigVMFunction_SecondsToFrames, Seconds) == 0x000008, "Member 'FRigVMFunction_SecondsToFrames::Seconds' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_SecondsToFrames, Frames) == 0x00000C, "Member 'FRigVMFunction_SecondsToFrames::Frames' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryOp \ -static_assert(alignof(FRigVMFunction_MathFloatBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathFloatBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan2 \ -static_assert(alignof(FRigVMFunction_MathFloatAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan2"); \ -static_assert(sizeof(FRigVMFunction_MathFloatAtan2) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAtan2"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_DebugLineNoSpace \ static_assert(alignof(FRigVMFunction_DebugLineNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugLineNoSpace"); \ static_assert(sizeof(FRigVMFunction_DebugLineNoSpace) == 0x0001C0, "Wrong size on FRigVMFunction_DebugLineNoSpace"); \ @@ -93413,6 +92903,17 @@ static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, Thickness) == 0x000140, static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, WorldOffset) == 0x000150, "Member 'FRigVMFunction_DebugLineNoSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, bEnabled) == 0x0001B0, "Member 'FRigVMFunction_DebugLineNoSpace::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLawOfCosine \ +static_assert(alignof(FRigVMFunction_MathFloatLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLawOfCosine"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLawOfCosine) == 0x000028, "Wrong size on FRigVMFunction_MathFloatLawOfCosine"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, C) == 0x000010, "Member 'FRigVMFunction_MathFloatLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, AlphaAngle) == 0x000014, "Member 'FRigVMFunction_MathFloatLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, BetaAngle) == 0x000018, "Member 'FRigVMFunction_MathFloatLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, GammaAngle) == 0x00001C, "Member 'FRigVMFunction_MathFloatLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, bValid) == 0x000020, "Member 'FRigVMFunction_MathFloatLawOfCosine::bValid' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_DebugLineStripNoSpace \ static_assert(alignof(FRigVMFunction_DebugLineStripNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugLineStripNoSpace"); \ static_assert(sizeof(FRigVMFunction_DebugLineStripNoSpace) == 0x0001A0, "Wrong size on FRigVMFunction_DebugLineStripNoSpace"); \ @@ -93422,9 +92923,11 @@ static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, Thickness) == 0x000 static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, WorldOffset) == 0x000130, "Member 'FRigVMFunction_DebugLineStripNoSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, bEnabled) == 0x000190, "Member 'FRigVMFunction_DebugLineStripNoSpace::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAbs \ -static_assert(alignof(FRigVMFunction_MathFloatAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAbs"); \ -static_assert(sizeof(FRigVMFunction_MathFloatAbs) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAbs"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLengthSquared \ +static_assert(alignof(FRigVMFunction_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLengthSquared"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLengthSquared) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLengthSquared"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLengthSquared::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLengthSquared::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_DebugPoint \ static_assert(alignof(FRigVMFunction_DebugPoint) == 0x000010, "Wrong alignment on FRigVMFunction_DebugPoint"); \ @@ -93438,6 +92941,13 @@ static_assert(offsetof(FRigVMFunction_DebugPoint, Space) == 0x00003C, "Member 'F static_assert(offsetof(FRigVMFunction_DebugPoint, WorldOffset) == 0x000050, "Member 'FRigVMFunction_DebugPoint::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugPoint, bEnabled) == 0x0000B0, "Member 'FRigVMFunction_DebugPoint::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatFloor \ +static_assert(alignof(FRigVMFunction_MathFloatFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatFloor"); \ +static_assert(sizeof(FRigVMFunction_MathFloatFloor) == 0x000018, "Wrong size on FRigVMFunction_MathFloatFloor"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatFloor::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatFloor::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatFloor::Int' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_DebugPointMutable \ static_assert(alignof(FRigVMFunction_DebugPointMutable) == 0x000010, "Wrong alignment on FRigVMFunction_DebugPointMutable"); \ static_assert(sizeof(FRigVMFunction_DebugPointMutable) == 0x0001B0, "Wrong size on FRigVMFunction_DebugPointMutable"); \ @@ -93450,12 +92960,11 @@ static_assert(offsetof(FRigVMFunction_DebugPointMutable, Space) == 0x000134, "Me static_assert(offsetof(FRigVMFunction_DebugPointMutable, WorldOffset) == 0x000140, "Member 'FRigVMFunction_DebugPointMutable::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugPointMutable, bEnabled) == 0x0001A0, "Member 'FRigVMFunction_DebugPointMutable::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreaterEqual \ -static_assert(alignof(FRigVMFunction_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreaterEqual"); \ -static_assert(sizeof(FRigVMFunction_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreaterEqual"); \ -static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreaterEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreaterEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreaterEqual::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromFloat \ +static_assert(alignof(FRigVMFunction_MathVectorFromFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromFloat"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFromFloat) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromFloat"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromFloat::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_DebugRectangle \ static_assert(alignof(FRigVMFunction_DebugRectangle) == 0x000010, "Wrong alignment on FRigVMFunction_DebugRectangle"); \ @@ -93478,12 +92987,6 @@ static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Thickness) == 0x000 static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, WorldOffset) == 0x000180, "Member 'FRigVMFunction_DebugRectangleNoSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, bEnabled) == 0x0001E0, "Member 'FRigVMFunction_DebugRectangleNoSpace::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorVector_Target \ -static_assert(alignof(FMathRBFInterpolateVectorVector_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorVector_Target"); \ -static_assert(sizeof(FMathRBFInterpolateVectorVector_Target) == 0x000030, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorVector_Target::Value' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_DebugArc \ static_assert(alignof(FRigVMFunction_DebugArc) == 0x000010, "Wrong alignment on FRigVMFunction_DebugArc"); \ static_assert(sizeof(FRigVMFunction_DebugArc) == 0x000200, "Wrong size on FRigVMFunction_DebugArc"); \ @@ -93498,6 +93001,17 @@ static_assert(offsetof(FRigVMFunction_DebugArc, Space) == 0x000184, "Member 'FRi static_assert(offsetof(FRigVMFunction_DebugArc, WorldOffset) == 0x000190, "Member 'FRigVMFunction_DebugArc::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugArc, bEnabled) == 0x0001F0, "Member 'FRigVMFunction_DebugArc::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryOp \ +static_assert(alignof(FRigVMFunction_MathFloatBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatPow \ +static_assert(alignof(FRigVMFunction_MathFloatPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatPow"); \ +static_assert(sizeof(FRigVMFunction_MathFloatPow) == 0x000018, "Wrong size on FRigVMFunction_MathFloatPow"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_DebugArcNoSpace \ static_assert(alignof(FRigVMFunction_DebugArcNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugArcNoSpace"); \ static_assert(sizeof(FRigVMFunction_DebugArcNoSpace) == 0x000200, "Wrong size on FRigVMFunction_DebugArcNoSpace"); \ @@ -93511,11 +93025,6 @@ static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Detail) == 0x000180, "Mem static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, WorldOffset) == 0x000190, "Member 'FRigVMFunction_DebugArcNoSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, bEnabled) == 0x0001F0, "Member 'FRigVMFunction_DebugArcNoSpace::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotationOrder \ -static_assert(alignof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionRotationOrder"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000010, "Wrong size on FRigVMFunction_MathQuaternionRotationOrder"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionRotationOrder, RotationOrder) == 0x000008, "Member 'FRigVMFunction_MathQuaternionRotationOrder::RotationOrder' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformMutableNoSpace \ static_assert(alignof(FRigVMFunction_DebugTransformMutableNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugTransformMutableNoSpace"); \ static_assert(sizeof(FRigVMFunction_DebugTransformMutableNoSpace) == 0x0001F0, "Wrong size on FRigVMFunction_DebugTransformMutableNoSpace"); \ @@ -93527,22 +93036,15 @@ static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Scale) == 0x static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, WorldOffset) == 0x000180, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, bEnabled) == 0x0001E0, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleTan \ +static_assert(alignof(FRigVMFunction_MathDoubleTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleTan"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleTan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleTan"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformArrayMutable_WorkData \ static_assert(alignof(FRigVMFunction_DebugTransformArrayMutable_WorkData) == 0x000008, "Wrong alignment on FRigVMFunction_DebugTransformArrayMutable_WorkData"); \ static_assert(sizeof(FRigVMFunction_DebugTransformArrayMutable_WorkData) == 0x000010, "Wrong size on FRigVMFunction_DebugTransformArrayMutable_WorkData"); \ static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutable_WorkData, DrawTransforms) == 0x000000, "Member 'FRigVMFunction_DebugTransformArrayMutable_WorkData::DrawTransforms' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRemap \ -static_assert(alignof(FRigVMFunction_MathFloatRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRemap"); \ -static_assert(sizeof(FRigVMFunction_MathFloatRemap) == 0x000028, "Wrong size on FRigVMFunction_MathFloatRemap"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRemap::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMinimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatRemap::SourceMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMaximum) == 0x000010, "Member 'FRigVMFunction_MathFloatRemap::SourceMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMinimum) == 0x000014, "Member 'FRigVMFunction_MathFloatRemap::TargetMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMaximum) == 0x000018, "Member 'FRigVMFunction_MathFloatRemap::TargetMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRemap, bClamp) == 0x00001C, "Member 'FRigVMFunction_MathFloatRemap::bClamp' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRemap, Result) == 0x000020, "Member 'FRigVMFunction_MathFloatRemap::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformArrayMutableNoSpace \ static_assert(alignof(FRigVMFunction_DebugTransformArrayMutableNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugTransformArrayMutableNoSpace"); \ static_assert(sizeof(FRigVMFunction_DebugTransformArrayMutableNoSpace) == 0x0001B0, "Wrong size on FRigVMFunction_DebugTransformArrayMutableNoSpace"); \ @@ -93555,6 +93057,13 @@ static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Scale) static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, WorldOffset) == 0x000140, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, bEnabled) == 0x0001A0, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatEquals \ +static_assert(alignof(FRigVMFunction_MathFloatEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatEquals"); \ +static_assert(sizeof(FRigVMFunction_MathFloatEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatEquals"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatEquals::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugVector \ static_assert(alignof(FRigVMFunction_VisualDebugVector) == 0x000008, "Wrong alignment on FRigVMFunction_VisualDebugVector"); \ static_assert(sizeof(FRigVMFunction_VisualDebugVector) == 0x000048, "Wrong size on FRigVMFunction_VisualDebugVector"); \ @@ -93566,12 +93075,9 @@ static_assert(offsetof(FRigVMFunction_VisualDebugVector, Thickness) == 0x000034, static_assert(offsetof(FRigVMFunction_VisualDebugVector, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugVector::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_VisualDebugVector, BoneSpace) == 0x00003C, "Member 'FRigVMFunction_VisualDebugVector::BoneSpace' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryOp \ -static_assert(alignof(FRigVMFunction_MathMatrixBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixBinaryOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMin \ +static_assert(alignof(FRigVMFunction_MathVectorMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMin"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMin) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMin"); \ #define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugVectorNoSpace \ static_assert(alignof(FRigVMFunction_VisualDebugVectorNoSpace) == 0x000008, "Wrong alignment on FRigVMFunction_VisualDebugVectorNoSpace"); \ @@ -93592,15 +93098,6 @@ static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Thickness) == 0x000034, " static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugQuat::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_VisualDebugQuat, BoneSpace) == 0x00003C, "Member 'FRigVMFunction_VisualDebugQuat::BoneSpace' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromVectors \ -static_assert(alignof(FRigVMFunction_MathMatrixFromVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromVectors"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixFromVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromVectors"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Origin) == 0x000008, "Member 'FRigVMFunction_MathMatrixFromVectors::Origin' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, X) == 0x000020, "Member 'FRigVMFunction_MathMatrixFromVectors::X' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Y) == 0x000038, "Member 'FRigVMFunction_MathMatrixFromVectors::Y' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Z) == 0x000050, "Member 'FRigVMFunction_MathMatrixFromVectors::Z' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromVectors::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugQuatNoSpace \ static_assert(alignof(FRigVMFunction_VisualDebugQuatNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugQuatNoSpace"); \ static_assert(sizeof(FRigVMFunction_VisualDebugQuatNoSpace) == 0x000040, "Wrong size on FRigVMFunction_VisualDebugQuatNoSpace"); \ @@ -93609,6 +93106,17 @@ static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, bEnabled) == 0x000 static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Thickness) == 0x000034, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Scale' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixMul \ +static_assert(alignof(FRigVMFunction_MathMatrixMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixMul"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixMul) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixMul"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugTransform \ static_assert(alignof(FRigVMFunction_VisualDebugTransform) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugTransform"); \ static_assert(sizeof(FRigVMFunction_VisualDebugTransform) == 0x000090, "Wrong size on FRigVMFunction_VisualDebugTransform"); \ @@ -93618,17 +93126,6 @@ static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Thickness) == 0x0000 static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Scale) == 0x000078, "Member 'FRigVMFunction_VisualDebugTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_VisualDebugTransform, BoneSpace) == 0x00007C, "Member 'FRigVMFunction_VisualDebugTransform::BoneSpace' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathRayBase \ -static_assert(alignof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayBase"); \ -static_assert(sizeof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong size on FRigVMFunction_MathRayBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRayTransform \ -static_assert(alignof(FRigVMFunction_MathRayTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRayTransform"); \ -static_assert(sizeof(FRigVMFunction_MathRayTransform) == 0x0000D0, "Wrong size on FRigVMFunction_MathRayTransform"); \ -static_assert(offsetof(FRigVMFunction_MathRayTransform, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayTransform::Ray' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayTransform, Transform) == 0x000040, "Member 'FRigVMFunction_MathRayTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathRayTransform::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugTransformNoSpace \ static_assert(alignof(FRigVMFunction_VisualDebugTransformNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugTransformNoSpace"); \ static_assert(sizeof(FRigVMFunction_VisualDebugTransformNoSpace) == 0x000080, "Wrong size on FRigVMFunction_VisualDebugTransformNoSpace"); \ @@ -93637,6 +93134,12 @@ static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, bEnabled) == static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Thickness) == 0x000074, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Scale) == 0x000078, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Scale' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleArrayAverage \ +static_assert(alignof(FRigVMFunction_MathDoubleArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathDoubleArrayAverage::Average' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_ForLoopCount \ static_assert(alignof(FRigVMFunction_ForLoopCount) == 0x000010, "Wrong alignment on FRigVMFunction_ForLoopCount"); \ static_assert(sizeof(FRigVMFunction_ForLoopCount) == 0x000210, "Wrong size on FRigVMFunction_ForLoopCount"); \ @@ -93646,50 +93149,51 @@ static_assert(offsetof(FRigVMFunction_ForLoopCount, Index) == 0x00010C, "Member static_assert(offsetof(FRigVMFunction_ForLoopCount, Ratio) == 0x000110, "Member 'FRigVMFunction_ForLoopCount::Ratio' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_ForLoopCount, Completed) == 0x000120, "Member 'FRigVMFunction_ForLoopCount::Completed' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyEqual \ -static_assert(alignof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyEqual"); \ -static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyEqual"); \ -static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_UserDefinedEvent \ static_assert(alignof(FRigVMFunction_UserDefinedEvent) == 0x000010, "Wrong alignment on FRigVMFunction_UserDefinedEvent"); \ static_assert(sizeof(FRigVMFunction_UserDefinedEvent) == 0x000110, "Wrong size on FRigVMFunction_UserDefinedEvent"); \ static_assert(offsetof(FRigVMFunction_UserDefinedEvent, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_UserDefinedEvent::ExecuteContext' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_UserDefinedEvent, EventName) == 0x000100, "Member 'FRigVMFunction_UserDefinedEvent::EventName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSelectBool \ +static_assert(alignof(FRigVMFunction_MathFloatSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSelectBool) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathFloatSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfTrue) == 0x00000C, "Member 'FRigVMFunction_MathFloatSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfFalse) == 0x000010, "Member 'FRigVMFunction_MathFloatSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatSelectBool::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBase \ static_assert(alignof(FRigVMFunction_MathBoolBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBase"); \ static_assert(sizeof(FRigVMFunction_MathBoolBase) == 0x000008, "Wrong size on FRigVMFunction_MathBoolBase"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatClamp \ -static_assert(alignof(FRigVMFunction_MathFloatClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatClamp"); \ -static_assert(sizeof(FRigVMFunction_MathFloatClamp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatClamp"); \ -static_assert(offsetof(FRigVMFunction_MathFloatClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatClamp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatClamp::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathFloatClamp::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatClamp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClamp \ +static_assert(alignof(FRigVMFunction_MathVectorClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClamp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClamp) == 0x000068, "Wrong size on FRigVMFunction_MathVectorClamp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Minimum) == 0x000020, "Member 'FRigVMFunction_MathVectorClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Maximum) == 0x000038, "Member 'FRigVMFunction_MathVectorClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Result) == 0x000050, "Member 'FRigVMFunction_MathVectorClamp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstant \ static_assert(alignof(FRigVMFunction_MathBoolConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstant"); \ static_assert(sizeof(FRigVMFunction_MathBoolConstant) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstant"); \ static_assert(offsetof(FRigVMFunction_MathBoolConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolConstant::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLerp \ +static_assert(alignof(FRigVMFunction_MathFloatLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLerp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLerp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLerp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, T) == 0x000010, "Member 'FRigVMFunction_MathFloatLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatLerp::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolUnaryOp \ static_assert(alignof(FRigVMFunction_MathBoolUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolUnaryOp"); \ static_assert(sizeof(FRigVMFunction_MathBoolUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolUnaryOp"); \ static_assert(offsetof(FRigVMFunction_MathBoolUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolUnaryOp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolUnaryOp, Result) == 0x000009, "Member 'FRigVMFunction_MathBoolUnaryOp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLess \ -static_assert(alignof(FRigVMFunction_MathFloatLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLess"); \ -static_assert(sizeof(FRigVMFunction_MathFloatLess) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLess"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLess, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLess::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLess, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLess::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLess, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLess::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBinaryOp \ static_assert(alignof(FRigVMFunction_MathBoolBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBinaryOp"); \ static_assert(sizeof(FRigVMFunction_MathBoolBinaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolBinaryOp"); \ @@ -93697,6 +93201,24 @@ static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, A) == 0x000008, "Member static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, B) == 0x000009, "Member 'FRigVMFunction_MathBoolBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolBinaryOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringBase \ +static_assert(alignof(FRigVMFunction_StringBase) == 0x000008, "Wrong alignment on FRigVMFunction_StringBase"); \ +static_assert(sizeof(FRigVMFunction_StringBase) == 0x000008, "Wrong size on FRigVMFunction_StringBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringLength \ +static_assert(alignof(FRigVMFunction_StringLength) == 0x000008, "Wrong alignment on FRigVMFunction_StringLength"); \ +static_assert(sizeof(FRigVMFunction_StringLength) == 0x000020, "Wrong size on FRigVMFunction_StringLength"); \ +static_assert(offsetof(FRigVMFunction_StringLength, Value) == 0x000008, "Member 'FRigVMFunction_StringLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringLength, Length) == 0x000018, "Member 'FRigVMFunction_StringLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToVectors \ +static_assert(alignof(FRigVMFunction_MathTransformToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathTransformToVectors) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Forward) == 0x000070, "Member 'FRigVMFunction_MathTransformToVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Right) == 0x000088, "Member 'FRigVMFunction_MathTransformToVectors::Right' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Up) == 0x0000A0, "Member 'FRigVMFunction_MathTransformToVectors::Up' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBinaryAggregateOp \ static_assert(alignof(FRigVMFunction_MathBoolBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBinaryAggregateOp"); \ static_assert(sizeof(FRigVMFunction_MathBoolBinaryAggregateOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolBinaryAggregateOp"); \ @@ -93704,28 +93226,17 @@ static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, A) == 0x000008, static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, B) == 0x000009, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntEquals \ -static_assert(alignof(FRigVMFunction_MathIntEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntEquals"); \ -static_assert(sizeof(FRigVMFunction_MathIntEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntEquals"); \ -static_assert(offsetof(FRigVMFunction_MathIntEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntEquals::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolMake \ static_assert(alignof(FRigVMFunction_MathBoolMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolMake"); \ static_assert(sizeof(FRigVMFunction_MathBoolMake) == 0x000010, "Wrong size on FRigVMFunction_MathBoolMake"); \ static_assert(offsetof(FRigVMFunction_MathBoolMake, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolMake::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_NoiseFloat \ -static_assert(alignof(FRigVMFunction_NoiseFloat) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseFloat"); \ -static_assert(sizeof(FRigVMFunction_NoiseFloat) == 0x000028, "Wrong size on FRigVMFunction_NoiseFloat"); \ -static_assert(offsetof(FRigVMFunction_NoiseFloat, Value) == 0x000008, "Member 'FRigVMFunction_NoiseFloat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseFloat, Speed) == 0x00000C, "Member 'FRigVMFunction_NoiseFloat::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseFloat, Frequency) == 0x000010, "Member 'FRigVMFunction_NoiseFloat::Frequency' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseFloat, Minimum) == 0x000014, "Member 'FRigVMFunction_NoiseFloat::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseFloat, Maximum) == 0x000018, "Member 'FRigVMFunction_NoiseFloat::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseFloat, Result) == 0x00001C, "Member 'FRigVMFunction_NoiseFloat::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseFloat, Time) == 0x000020, "Member 'FRigVMFunction_NoiseFloat::Time' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNotEquals \ +static_assert(alignof(FRigVMFunction_MathIntNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathIntNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntNotEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstTrue \ static_assert(alignof(FRigVMFunction_MathBoolConstTrue) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstTrue"); \ @@ -93735,19 +93246,13 @@ static_assert(sizeof(FRigVMFunction_MathBoolConstTrue) == 0x000010, "Wrong size static_assert(alignof(FRigVMFunction_MathBoolConstFalse) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstFalse"); \ static_assert(sizeof(FRigVMFunction_MathBoolConstFalse) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstFalse"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBase \ -static_assert(alignof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong alignment on FRigVMFunction_ControlFlowBase"); \ -static_assert(sizeof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong size on FRigVMFunction_ControlFlowBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBranch \ -static_assert(alignof(FRigVMFunction_ControlFlowBranch) == 0x000010, "Wrong alignment on FRigVMFunction_ControlFlowBranch"); \ -static_assert(sizeof(FRigVMFunction_ControlFlowBranch) == 0x0003F0, "Wrong size on FRigVMFunction_ControlFlowBranch"); \ -static_assert(offsetof(FRigVMFunction_ControlFlowBranch, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_ControlFlowBranch::ExecuteContext' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Condition) == 0x000100, "Member 'FRigVMFunction_ControlFlowBranch::Condition' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_ControlFlowBranch, TRUE_0) == 0x000110, "Member 'FRigVMFunction_ControlFlowBranch::TRUE_0' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_ControlFlowBranch, FALSE_0) == 0x000200, "Member 'FRigVMFunction_ControlFlowBranch::FALSE_0' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Completed) == 0x0002F0, "Member 'FRigVMFunction_ControlFlowBranch::Completed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_ControlFlowBranch, BlockToRun) == 0x0003E0, "Member 'FRigVMFunction_ControlFlowBranch::BlockToRun' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSlerp \ +static_assert(alignof(FRigVMFunction_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSlerp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSlerp) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionSlerp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSlerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSlerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, T) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSlerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, Result) == 0x000060, "Member 'FRigVMFunction_MathQuaternionSlerp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNot \ static_assert(alignof(FRigVMFunction_MathBoolNot) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNot"); \ @@ -93757,29 +93262,46 @@ static_assert(sizeof(FRigVMFunction_MathBoolNot) == 0x000010, "Wrong size on FRi static_assert(alignof(FRigVMFunction_MathBoolAnd) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolAnd"); \ static_assert(sizeof(FRigVMFunction_MathBoolAnd) == 0x000010, "Wrong size on FRigVMFunction_MathBoolAnd"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotatorV2 \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotatorV2"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotatorV2"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Value) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNand \ static_assert(alignof(FRigVMFunction_MathBoolNand) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNand"); \ static_assert(sizeof(FRigVMFunction_MathBoolNand) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNand"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSin \ -static_assert(alignof(FRigVMFunction_MathFloatSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSin"); \ -static_assert(sizeof(FRigVMFunction_MathFloatSin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSin"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringContains \ +static_assert(alignof(FRigVMFunction_StringContains) == 0x000008, "Wrong alignment on FRigVMFunction_StringContains"); \ +static_assert(sizeof(FRigVMFunction_StringContains) == 0x000030, "Wrong size on FRigVMFunction_StringContains"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Name) == 0x000008, "Member 'FRigVMFunction_StringContains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Search) == 0x000018, "Member 'FRigVMFunction_StringContains::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Result) == 0x000028, "Member 'FRigVMFunction_StringContains::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNand2 \ static_assert(alignof(FRigVMFunction_MathBoolNand2) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNand2"); \ static_assert(sizeof(FRigVMFunction_MathBoolNand2) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNand2"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringFind \ +static_assert(alignof(FRigVMFunction_StringFind) == 0x000008, "Wrong alignment on FRigVMFunction_StringFind"); \ +static_assert(sizeof(FRigVMFunction_StringFind) == 0x000030, "Wrong size on FRigVMFunction_StringFind"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Value) == 0x000008, "Member 'FRigVMFunction_StringFind::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Search) == 0x000018, "Member 'FRigVMFunction_StringFind::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Found) == 0x000028, "Member 'FRigVMFunction_StringFind::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Index) == 0x00002C, "Member 'FRigVMFunction_StringFind::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformRotateVector \ +static_assert(alignof(FRigVMFunction_MathTransformRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformRotateVector"); \ +static_assert(sizeof(FRigVMFunction_MathTransformRotateVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformRotateVector"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Vector) == 0x000070, "Member 'FRigVMFunction_MathTransformRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformRotateVector::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolOr \ static_assert(alignof(FRigVMFunction_MathBoolOr) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolOr"); \ static_assert(sizeof(FRigVMFunction_MathBoolOr) == 0x000010, "Wrong size on FRigVMFunction_MathBoolOr"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToString \ -static_assert(alignof(FRigVMFunction_MathIntToString) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToString"); \ -static_assert(sizeof(FRigVMFunction_MathIntToString) == 0x000020, "Wrong size on FRigVMFunction_MathIntToString"); \ -static_assert(offsetof(FRigVMFunction_MathIntToString, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToString::Number' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntToString, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToString::PaddedSize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntToString, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToString::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolEquals \ static_assert(alignof(FRigVMFunction_MathBoolEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolEquals"); \ static_assert(sizeof(FRigVMFunction_MathBoolEquals) == 0x000010, "Wrong size on FRigVMFunction_MathBoolEquals"); \ @@ -93787,6 +93309,13 @@ static_assert(offsetof(FRigVMFunction_MathBoolEquals, A) == 0x000008, "Member 'F static_assert(offsetof(FRigVMFunction_MathBoolEquals, B) == 0x000009, "Member 'FRigVMFunction_MathBoolEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolEquals, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolEquals::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToName \ +static_assert(alignof(FRigVMFunction_MathIntToName) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToName"); \ +static_assert(sizeof(FRigVMFunction_MathIntToName) == 0x000018, "Wrong size on FRigVMFunction_MathIntToName"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToName::Number' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToName::PaddedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToName::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNotEquals \ static_assert(alignof(FRigVMFunction_MathBoolNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNotEquals"); \ static_assert(sizeof(FRigVMFunction_MathBoolNotEquals) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNotEquals"); \ @@ -93802,16 +93331,6 @@ static_assert(offsetof(FRigVMFunction_MathBoolToggled, Toggled) == 0x000009, "Me static_assert(offsetof(FRigVMFunction_MathBoolToggled, Initialized) == 0x00000A, "Member 'FRigVMFunction_MathBoolToggled::Initialized' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolToggled, LastValue) == 0x00000B, "Member 'FRigVMFunction_MathBoolToggled::LastValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorUnaryOp \ -static_assert(alignof(FRigVMFunction_MathVectorUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathVectorUnaryOp) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorUnaryOp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorUnaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorUnit \ -static_assert(alignof(FRigVMFunction_MathVectorUnit) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnit"); \ -static_assert(sizeof(FRigVMFunction_MathVectorUnit) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnit"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolFlipFlop \ static_assert(alignof(FRigVMFunction_MathBoolFlipFlop) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolFlipFlop"); \ static_assert(sizeof(FRigVMFunction_MathBoolFlipFlop) == 0x000018, "Wrong size on FRigVMFunction_MathBoolFlipFlop"); \ @@ -93829,15 +93348,30 @@ static_assert(offsetof(FRigVMFunction_MathBoolOnce, Result) == 0x00000C, "Member static_assert(offsetof(FRigVMFunction_MathBoolOnce, LastValue) == 0x00000D, "Member 'FRigVMFunction_MathBoolOnce::LastValue' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolOnce, TimeLeft) == 0x000010, "Member 'FRigVMFunction_MathBoolOnce::TimeLeft' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMul \ +static_assert(alignof(FRigVMFunction_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMul"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMul) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMul"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToFloat \ static_assert(alignof(FRigVMFunction_MathBoolToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToFloat"); \ static_assert(sizeof(FRigVMFunction_MathBoolToFloat) == 0x000010, "Wrong size on FRigVMFunction_MathBoolToFloat"); \ static_assert(offsetof(FRigVMFunction_MathBoolToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolToFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolToFloat::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatExponential \ -static_assert(alignof(FRigVMFunction_MathFloatExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatExponential"); \ -static_assert(sizeof(FRigVMFunction_MathFloatExponential) == 0x000010, "Wrong size on FRigVMFunction_MathFloatExponential"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringMiddle \ +static_assert(alignof(FRigVMFunction_StringMiddle) == 0x000008, "Wrong alignment on FRigVMFunction_StringMiddle"); \ +static_assert(sizeof(FRigVMFunction_StringMiddle) == 0x000030, "Wrong size on FRigVMFunction_StringMiddle"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Value) == 0x000008, "Member 'FRigVMFunction_StringMiddle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Start) == 0x000018, "Member 'FRigVMFunction_StringMiddle::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Count) == 0x00001C, "Member 'FRigVMFunction_StringMiddle::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Result) == 0x000020, "Member 'FRigVMFunction_StringMiddle::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToInteger \ static_assert(alignof(FRigVMFunction_MathBoolToInteger) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToInteger"); \ @@ -93845,16 +93379,19 @@ static_assert(sizeof(FRigVMFunction_MathBoolToInteger) == 0x000010, "Wrong size static_assert(offsetof(FRigVMFunction_MathBoolToInteger, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToInteger::Value' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathBoolToInteger, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolToInteger::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBase \ -static_assert(alignof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBase"); \ -static_assert(sizeof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong size on FRigVMFunction_MathColorBase"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateBase \ +static_assert(alignof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateBase"); \ +static_assert(sizeof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong size on FRigVMFunction_AccumulateBase"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCeil \ -static_assert(alignof(FRigVMFunction_MathFloatCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCeil"); \ -static_assert(sizeof(FRigVMFunction_MathFloatCeil) == 0x000018, "Wrong size on FRigVMFunction_MathFloatCeil"); \ -static_assert(offsetof(FRigVMFunction_MathFloatCeil, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatCeil::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatCeil, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatCeil::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatCeil, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatCeil::Int' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorAdd \ +static_assert(alignof(FRigVMFunction_AccumulateVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorAdd"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorAdd) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorAdd"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorAdd::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorAdd::bIsInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathColorBinaryOp \ static_assert(alignof(FRigVMFunction_MathColorBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBinaryOp"); \ @@ -93863,6 +93400,43 @@ static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, A) == 0x000008, "Member static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, B) == 0x000018, "Member 'FRigVMFunction_MathColorBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, Result) == 0x000028, "Member 'FRigVMFunction_MathColorBinaryOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringStartsWith \ +static_assert(alignof(FRigVMFunction_StringStartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringStartsWith"); \ +static_assert(sizeof(FRigVMFunction_StringStartsWith) == 0x000030, "Wrong size on FRigVMFunction_StringStartsWith"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringStartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Start) == 0x000018, "Member 'FRigVMFunction_StringStartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringStartsWith::Result' 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) == 0x000080, "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) == 0x000020, "Member 'FMathRBFInterpolateVectorXform_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorWorkData \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000090, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRBFInterpolateBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigVMFunction_MathRBFInterpolateBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x0000C0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorBase"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000020, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000021, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000024, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x000028, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, WorkData) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorXform \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorXform"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000130, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorXform"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathColorBinaryAggregateOp \ static_assert(alignof(FRigVMFunction_MathColorBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBinaryAggregateOp"); \ static_assert(sizeof(FRigVMFunction_MathColorBinaryAggregateOp) == 0x000038, "Wrong size on FRigVMFunction_MathColorBinaryAggregateOp"); \ @@ -93870,10 +93444,6 @@ static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, A) == 0x000008 static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, B) == 0x000018, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, Result) == 0x000028, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMod \ -static_assert(alignof(FRigVMFunction_MathIntMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMod"); \ -static_assert(sizeof(FRigVMFunction_MathIntMod) == 0x000018, "Wrong size on FRigVMFunction_MathIntMod"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathColorMake \ static_assert(alignof(FRigVMFunction_MathColorMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorMake"); \ static_assert(sizeof(FRigVMFunction_MathColorMake) == 0x000028, "Wrong size on FRigVMFunction_MathColorMake"); \ @@ -93883,13 +93453,16 @@ static_assert(offsetof(FRigVMFunction_MathColorMake, B) == 0x000010, "Member 'FR static_assert(offsetof(FRigVMFunction_MathColorMake, A) == 0x000014, "Member 'FRigVMFunction_MathColorMake::A' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathColorMake, Result) == 0x000018, "Member 'FRigVMFunction_MathColorMake::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFourPointBezier \ -static_assert(alignof(FRigVMFourPointBezier) == 0x000008, "Wrong alignment on FRigVMFourPointBezier"); \ -static_assert(sizeof(FRigVMFourPointBezier) == 0x000060, "Wrong size on FRigVMFourPointBezier"); \ -static_assert(offsetof(FRigVMFourPointBezier, A) == 0x000000, "Member 'FRigVMFourPointBezier::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFourPointBezier, B) == 0x000018, "Member 'FRigVMFourPointBezier::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFourPointBezier, C) == 0x000030, "Member 'FRigVMFourPointBezier::C' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFourPointBezier, D) == 0x000048, "Member 'FRigVMFourPointBezier::D' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMin \ +static_assert(alignof(FRigVMFunction_MathIntMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMin"); \ +static_assert(sizeof(FRigVMFunction_MathIntMin) == 0x000018, "Wrong size on FRigVMFunction_MathIntMin"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathColorFromFloat \ static_assert(alignof(FRigVMFunction_MathColorFromFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorFromFloat"); \ @@ -93897,41 +93470,61 @@ static_assert(sizeof(FRigVMFunction_MathColorFromFloat) == 0x000020, "Wrong size static_assert(offsetof(FRigVMFunction_MathColorFromFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathColorFromFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathColorFromFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathColorFromFloat::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathColorFromDouble \ -static_assert(alignof(FRigVMFunction_MathColorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorFromDouble"); \ -static_assert(sizeof(FRigVMFunction_MathColorFromDouble) == 0x000020, "Wrong size on FRigVMFunction_MathColorFromDouble"); \ -static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathColorFromDouble::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathColorFromDouble::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotateVector \ +static_assert(alignof(FRigVMFunction_MathQuaternionRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionRotateVector"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionRotateVector) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionRotateVector"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathQuaternionRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Vector) == 0x000030, "Member 'FRigVMFunction_MathQuaternionRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Result) == 0x000048, "Member 'FRigVMFunction_MathQuaternionRotateVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathColorAdd \ static_assert(alignof(FRigVMFunction_MathColorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorAdd"); \ static_assert(sizeof(FRigVMFunction_MathColorAdd) == 0x000038, "Wrong size on FRigVMFunction_MathColorAdd"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBase \ -static_assert(alignof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionBase"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong size on FRigVMFunction_MathQuaternionBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeAbsolute \ -static_assert(alignof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeAbsolute"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeAbsolute"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Local' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Global) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Global' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatAdd \ +static_assert(alignof(FRigVMFunction_AccumulateFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatAdd"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatAdd) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatAdd"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatAdd::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatAdd::bIsInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathColorSub \ static_assert(alignof(FRigVMFunction_MathColorSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorSub"); \ static_assert(sizeof(FRigVMFunction_MathColorSub) == 0x000038, "Wrong size on FRigVMFunction_MathColorSub"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformLerp \ +static_assert(alignof(FRigVMFunction_AccumulateTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateTransformLerp) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Blend) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIntegrateDeltaTime) == 0x0000D4, "Member 'FRigVMFunction_AccumulateTransformLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathQuaternionMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, MirrorAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, AxisToFlip) == 0x000031, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, CentralTransform) == 0x000040, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathColorMul \ static_assert(alignof(FRigVMFunction_MathColorMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorMul"); \ static_assert(sizeof(FRigVMFunction_MathColorMul) == 0x000038, "Wrong size on FRigVMFunction_MathColorMul"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNotEquals \ -static_assert(alignof(FRigVMFunction_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNotEquals"); \ -static_assert(sizeof(FRigVMFunction_MathFloatNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatNotEquals"); \ -static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatNotEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatNotEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatNotEquals::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringEndsWith \ +static_assert(alignof(FRigVMFunction_StringEndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringEndsWith"); \ +static_assert(sizeof(FRigVMFunction_StringEndsWith) == 0x000030, "Wrong size on FRigVMFunction_StringEndsWith"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringEndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Ending) == 0x000018, "Member 'FRigVMFunction_StringEndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringEndsWith::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathColorLerp \ static_assert(alignof(FRigVMFunction_MathColorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorLerp"); \ @@ -93941,41 +93534,35 @@ static_assert(offsetof(FRigVMFunction_MathColorLerp, B) == 0x000018, "Member 'FR static_assert(offsetof(FRigVMFunction_MathColorLerp, T) == 0x000028, "Member 'FRigVMFunction_MathColorLerp::T' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathColorLerp, Result) == 0x00002C, "Member 'FRigVMFunction_MathColorLerp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBase \ -static_assert(alignof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBase"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong size on FRigVMFunction_MathDoubleBase"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringRight \ +static_assert(alignof(FRigVMFunction_StringRight) == 0x000008, "Wrong alignment on FRigVMFunction_StringRight"); \ +static_assert(sizeof(FRigVMFunction_StringRight) == 0x000030, "Wrong size on FRigVMFunction_StringRight"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Value) == 0x000008, "Member 'FRigVMFunction_StringRight::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Count) == 0x000018, "Member 'FRigVMFunction_StringRight::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Result) == 0x000020, "Member 'FRigVMFunction_StringRight::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSign \ -static_assert(alignof(FRigVMFunction_MathIntSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSign"); \ -static_assert(sizeof(FRigVMFunction_MathIntSign) == 0x000010, "Wrong size on FRigVMFunction_MathIntSign"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransformV2 \ +static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransformV2"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransformV2"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Value) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstant \ static_assert(alignof(FRigVMFunction_MathDoubleConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstant"); \ static_assert(sizeof(FRigVMFunction_MathDoubleConstant) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstant"); \ static_assert(offsetof(FRigVMFunction_MathDoubleConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleConstant::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArraySum \ -static_assert(alignof(FRigVMFunction_MathVectorArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArraySum"); \ -static_assert(sizeof(FRigVMFunction_MathVectorArraySum) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArraySum"); \ -static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArraySum::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathVectorArraySum::Sum' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntClamp \ +static_assert(alignof(FRigVMFunction_MathIntClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntClamp"); \ +static_assert(sizeof(FRigVMFunction_MathIntClamp) == 0x000018, "Wrong size on FRigVMFunction_MathIntClamp"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathIntClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathIntClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathIntClamp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleUnaryOp \ -static_assert(alignof(FRigVMFunction_MathDoubleUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleUnaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleUnaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleUnaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleUnaryOp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleUnaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMul \ -static_assert(alignof(FRigVMFunction_MathIntMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMul"); \ -static_assert(sizeof(FRigVMFunction_MathIntMul) == 0x000018, "Wrong size on FRigVMFunction_MathIntMul"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBinaryOp \ -static_assert(alignof(FRigVMFunction_MathDoubleBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBinaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleBinaryOp) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleBinaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleBinaryOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleBinaryOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleBinaryOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntDiv \ +static_assert(alignof(FRigVMFunction_MathIntDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntDiv"); \ +static_assert(sizeof(FRigVMFunction_MathIntDiv) == 0x000018, "Wrong size on FRigVMFunction_MathIntDiv"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBinaryAggregateOp \ static_assert(alignof(FRigVMFunction_MathDoubleBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBinaryAggregateOp"); \ @@ -93984,183 +93571,126 @@ static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, A) == 0x00000 static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousVector \ -static_assert(alignof(FRigVMFunction_DeltaFromPreviousVector) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousVector"); \ -static_assert(sizeof(FRigVMFunction_DeltaFromPreviousVector) == 0x000070, "Wrong size on FRigVMFunction_DeltaFromPreviousVector"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousVector::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Delta) == 0x000020, "Member 'FRigVMFunction_DeltaFromPreviousVector::Delta' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, PreviousValue) == 0x000038, "Member 'FRigVMFunction_DeltaFromPreviousVector::PreviousValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Cache) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousVector::Cache' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, bIsInitialized) == 0x000068, "Member 'FRigVMFunction_DeltaFromPreviousVector::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFloor \ -static_assert(alignof(FRigVMFunction_MathVectorFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFloor"); \ -static_assert(sizeof(FRigVMFunction_MathVectorFloor) == 0x000038, "Wrong size on FRigVMFunction_MathVectorFloor"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatLerp \ +static_assert(alignof(FRigVMFunction_AccumulateQuatLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateQuatLerp) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Blend) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIntegrateDeltaTime) == 0x000054, "Member 'FRigVMFunction_AccumulateQuatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatLerp::bIsInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMake \ static_assert(alignof(FRigVMFunction_MathDoubleMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMake"); \ static_assert(sizeof(FRigVMFunction_MathDoubleMake) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleMake"); \ static_assert(offsetof(FRigVMFunction_MathDoubleMake, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleMake::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntUnaryOp \ +static_assert(alignof(FRigVMFunction_MathIntUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathIntUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAbs \ +static_assert(alignof(FRigVMFunction_MathIntAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAbs"); \ +static_assert(sizeof(FRigVMFunction_MathIntAbs) == 0x000010, "Wrong size on FRigVMFunction_MathIntAbs"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstPi \ static_assert(alignof(FRigVMFunction_MathDoubleConstPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstPi"); \ static_assert(sizeof(FRigVMFunction_MathDoubleConstPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstPi"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToVectors \ -static_assert(alignof(FRigVMFunction_MathQuaternionToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToVectors"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionToVectors) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionToVectors"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToVectors::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Forward) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToVectors::Forward' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Right) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToVectors::Right' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Up) == 0x000060, "Member 'FRigVMFunction_MathQuaternionToVectors::Up' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstHalfPi \ static_assert(alignof(FRigVMFunction_MathDoubleConstHalfPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstHalfPi"); \ static_assert(sizeof(FRigVMFunction_MathDoubleConstHalfPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstHalfPi"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScale \ +static_assert(alignof(FRigVMFunction_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScale"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionScale) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionScale"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Scale) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScale::Scale' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstTwoPi \ static_assert(alignof(FRigVMFunction_MathDoubleConstTwoPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstTwoPi"); \ static_assert(sizeof(FRigVMFunction_MathDoubleConstTwoPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstTwoPi"); \ -#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatXform_Target \ -static_assert(alignof(FMathRBFInterpolateQuatXform_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatXform_Target"); \ -static_assert(sizeof(FMathRBFInterpolateQuatXform_Target) == 0x000080, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatXform_Target::Value' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstE \ static_assert(alignof(FRigVMFunction_MathDoubleConstE) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstE"); \ static_assert(sizeof(FRigVMFunction_MathDoubleConstE) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstE"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDiv \ +static_assert(alignof(FRigVMFunction_MathFloatDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDiv"); \ +static_assert(sizeof(FRigVMFunction_MathFloatDiv) == 0x000018, "Wrong size on FRigVMFunction_MathFloatDiv"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAdd \ static_assert(alignof(FRigVMFunction_MathDoubleAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAdd"); \ static_assert(sizeof(FRigVMFunction_MathDoubleAdd) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleAdd"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatWorkData \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000090, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatBase \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatBase"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatBase"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, Input) == 0x000010, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::Input' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, DistanceFunction) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::DistanceFunction' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingFunction) == 0x000031, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingFunction' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingAngle) == 0x000034, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, bNormalizeOutput) == 0x000038, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::bNormalizeOutput' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, TwistAxis) == 0x000040, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::TwistAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, WorkData) == 0x000060, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::WorkData' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSub \ static_assert(alignof(FRigVMFunction_MathDoubleSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSub"); \ static_assert(sizeof(FRigVMFunction_MathDoubleSub) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleSub"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousFloat \ -static_assert(alignof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousFloat"); \ -static_assert(sizeof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000020, "Wrong size on FRigVMFunction_DeltaFromPreviousFloat"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Delta) == 0x00000C, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Delta' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, PreviousValue) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousFloat::PreviousValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Cache) == 0x000014, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Cache' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, bIsInitialized) == 0x000018, "Member 'FRigVMFunction_DeltaFromPreviousFloat::bIsInitialized' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMul \ static_assert(alignof(FRigVMFunction_MathDoubleMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMul"); \ static_assert(sizeof(FRigVMFunction_MathDoubleMul) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMul"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetFloat \ -static_assert(alignof(FRigVMFunction_TimeOffsetFloat) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetFloat"); \ -static_assert(sizeof(FRigVMFunction_TimeOffsetFloat) == 0x000048, "Wrong size on FRigVMFunction_TimeOffsetFloat"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetFloat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, SecondsAgo) == 0x00000C, "Member 'FRigVMFunction_TimeOffsetFloat::SecondsAgo' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, BufferSize) == 0x000010, "Member 'FRigVMFunction_TimeOffsetFloat::BufferSize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, TimeRange) == 0x000014, "Member 'FRigVMFunction_TimeOffsetFloat::TimeRange' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Result) == 0x000018, "Member 'FRigVMFunction_TimeOffsetFloat::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Buffer) == 0x000020, "Member 'FRigVMFunction_TimeOffsetFloat::Buffer' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, DeltaTimes) == 0x000030, "Member 'FRigVMFunction_TimeOffsetFloat::DeltaTimes' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, LastInsertIndex) == 0x000040, "Member 'FRigVMFunction_TimeOffsetFloat::LastInsertIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, UpperBound) == 0x000044, "Member 'FRigVMFunction_TimeOffsetFloat::UpperBound' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorNotEquals \ -static_assert(alignof(FRigVMFunction_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorNotEquals"); \ -static_assert(sizeof(FRigVMFunction_MathVectorNotEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorNotEquals"); \ -static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorNotEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorNotEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorNotEquals::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleDiv \ static_assert(alignof(FRigVMFunction_MathDoubleDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleDiv"); \ static_assert(sizeof(FRigVMFunction_MathDoubleDiv) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleDiv"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLess \ +static_assert(alignof(FRigVMFunction_MathIntLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLess"); \ +static_assert(sizeof(FRigVMFunction_MathIntLess) == 0x000018, "Wrong size on FRigVMFunction_MathIntLess"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, A) == 0x000008, "Member 'FRigVMFunction_MathIntLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLess::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMod \ static_assert(alignof(FRigVMFunction_MathDoubleMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMod"); \ static_assert(sizeof(FRigVMFunction_MathDoubleMod) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMod"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionEquals \ -static_assert(alignof(FRigVMFunction_MathQuaternionEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionEquals"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionEquals"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionEquals::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMin \ static_assert(alignof(FRigVMFunction_MathDoubleMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMin"); \ static_assert(sizeof(FRigVMFunction_MathDoubleMin) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMin"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionNotEquals \ +static_assert(alignof(FRigVMFunction_MathQuaternionNotEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionNotEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionNotEquals::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMax \ static_assert(alignof(FRigVMFunction_MathDoubleMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMax"); \ static_assert(sizeof(FRigVMFunction_MathDoubleMax) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMax"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToTransform \ -static_assert(alignof(FRigVMFunction_MathMatrixToTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToTransform"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixToTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToTransform"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixToTransform::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoublePow \ static_assert(alignof(FRigVMFunction_MathDoublePow) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoublePow"); \ static_assert(sizeof(FRigVMFunction_MathDoublePow) == 0x000020, "Wrong size on FRigVMFunction_MathDoublePow"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransform \ +static_assert(alignof(FRigVMFunction_MathMatrixFromTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransform"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransform"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Transform) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransform::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSqrt \ static_assert(alignof(FRigVMFunction_MathDoubleSqrt) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSqrt"); \ static_assert(sizeof(FRigVMFunction_MathDoubleSqrt) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSqrt"); \ -#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatQuat_Target \ -static_assert(alignof(FMathRBFInterpolateQuatQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatQuat_Target"); \ -static_assert(sizeof(FMathRBFInterpolateQuatQuat_Target) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatQuat_Target::Value' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleNegate \ static_assert(alignof(FRigVMFunction_MathDoubleNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleNegate"); \ static_assert(sizeof(FRigVMFunction_MathDoubleNegate) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleNegate"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_TimeLoop \ -static_assert(alignof(FRigVMFunction_TimeLoop) == 0x000008, "Wrong alignment on FRigVMFunction_TimeLoop"); \ -static_assert(sizeof(FRigVMFunction_TimeLoop) == 0x000038, "Wrong size on FRigVMFunction_TimeLoop"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, Speed) == 0x000008, "Member 'FRigVMFunction_TimeLoop::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, duration) == 0x00000C, "Member 'FRigVMFunction_TimeLoop::duration' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, Normalize) == 0x000010, "Member 'FRigVMFunction_TimeLoop::Normalize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, Absolute) == 0x000014, "Member 'FRigVMFunction_TimeLoop::Absolute' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, Relative) == 0x000018, "Member 'FRigVMFunction_TimeLoop::Relative' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, FlipFlop) == 0x00001C, "Member 'FRigVMFunction_TimeLoop::FlipFlop' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, Even) == 0x000020, "Member 'FRigVMFunction_TimeLoop::Even' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedAbsolute) == 0x000024, "Member 'FRigVMFunction_TimeLoop::AccumulatedAbsolute' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedRelative) == 0x000028, "Member 'FRigVMFunction_TimeLoop::AccumulatedRelative' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, NumIterations) == 0x00002C, "Member 'FRigVMFunction_TimeLoop::NumIterations' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeLoop, bIsInitialized) == 0x000030, "Member 'FRigVMFunction_TimeLoop::bIsInitialized' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSub \ +static_assert(alignof(FRigVMFunction_MathFloatSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSub"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSub) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSub"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAbs \ static_assert(alignof(FRigVMFunction_MathDoubleAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAbs"); \ static_assert(sizeof(FRigVMFunction_MathDoubleAbs) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAbs"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDistance \ -static_assert(alignof(FRigVMFunction_MathVectorDistance) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDistance"); \ -static_assert(sizeof(FRigVMFunction_MathVectorDistance) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDistance"); \ -static_assert(offsetof(FRigVMFunction_MathVectorDistance, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDistance::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorDistance, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDistance::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorDistance, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDistance::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleFloor \ static_assert(alignof(FRigVMFunction_MathDoubleFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleFloor"); \ static_assert(sizeof(FRigVMFunction_MathDoubleFloor) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleFloor"); \ @@ -94168,6 +93698,12 @@ static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Value) == 0x000008, "Memb static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleFloor::Result' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Int) == 0x000018, "Member 'FRigVMFunction_MathDoubleFloor::Int' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixUnaryOp \ +static_assert(alignof(FRigVMFunction_MathMatrixUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixUnaryOp) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixUnaryOp::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleCeil \ static_assert(alignof(FRigVMFunction_MathDoubleCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleCeil"); \ static_assert(sizeof(FRigVMFunction_MathDoubleCeil) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleCeil"); \ @@ -94175,35 +93711,6 @@ static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Value) == 0x000008, "Membe static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleCeil::Result' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Int) == 0x000018, "Member 'FRigVMFunction_MathDoubleCeil::Int' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterpQuat \ -static_assert(alignof(FRigVMFunction_AlphaInterpQuat) == 0x000010, "Wrong alignment on FRigVMFunction_AlphaInterpQuat"); \ -static_assert(sizeof(FRigVMFunction_AlphaInterpQuat) == 0x0000C0, "Wrong size on FRigVMFunction_AlphaInterpQuat"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Value) == 0x000010, "Member 'FRigVMFunction_AlphaInterpQuat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Scale) == 0x000030, "Member 'FRigVMFunction_AlphaInterpQuat::Scale' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Bias) == 0x000034, "Member 'FRigVMFunction_AlphaInterpQuat::Bias' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bMapRange) == 0x000038, "Member 'FRigVMFunction_AlphaInterpQuat::bMapRange' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InRange) == 0x00003C, "Member 'FRigVMFunction_AlphaInterpQuat::InRange' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, OutRange) == 0x000044, "Member 'FRigVMFunction_AlphaInterpQuat::OutRange' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bClampResult) == 0x00004C, "Member 'FRigVMFunction_AlphaInterpQuat::bClampResult' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMin) == 0x000050, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMin' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMax) == 0x000054, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMax' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bInterpResult) == 0x000058, "Member 'FRigVMFunction_AlphaInterpQuat::bInterpResult' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedIncreasing) == 0x00005C, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedIncreasing' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedDecreasing) == 0x000060, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedDecreasing' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Result) == 0x000070, "Member 'FRigVMFunction_AlphaInterpQuat::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ScaleBiasClamp) == 0x000090, "Member 'FRigVMFunction_AlphaInterpQuat::ScaleBiasClamp' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBinaryAggregateOp \ -static_assert(alignof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryAggregateOp"); \ -static_assert(sizeof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryAggregateOp"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAdd \ -static_assert(alignof(FRigVMFunction_MathVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAdd"); \ -static_assert(sizeof(FRigVMFunction_MathVectorAdd) == 0x000050, "Wrong size on FRigVMFunction_MathVectorAdd"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRound \ static_assert(alignof(FRigVMFunction_MathDoubleRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRound"); \ static_assert(sizeof(FRigVMFunction_MathDoubleRound) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleRound"); \ @@ -94211,22 +93718,28 @@ static_assert(offsetof(FRigVMFunction_MathDoubleRound, Value) == 0x000008, "Memb static_assert(offsetof(FRigVMFunction_MathDoubleRound, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleRound::Result' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathDoubleRound, Int) == 0x000018, "Member 'FRigVMFunction_MathDoubleRound::Int' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMake \ +static_assert(alignof(FRigVMFunction_MathIntMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMake"); \ +static_assert(sizeof(FRigVMFunction_MathIntMake) == 0x000010, "Wrong size on FRigVMFunction_MathIntMake"); \ +static_assert(offsetof(FRigVMFunction_MathIntMake, Value) == 0x000008, "Member 'FRigVMFunction_MathIntMake::Value' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleToInt \ static_assert(alignof(FRigVMFunction_MathDoubleToInt) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleToInt"); \ static_assert(sizeof(FRigVMFunction_MathDoubleToInt) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleToInt"); \ static_assert(offsetof(FRigVMFunction_MathDoubleToInt, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleToInt::Value' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathDoubleToInt, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleToInt::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnaryOp \ -static_assert(alignof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSign \ static_assert(alignof(FRigVMFunction_MathDoubleSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSign"); \ static_assert(sizeof(FRigVMFunction_MathDoubleSign) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSign"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleClamp \ static_assert(alignof(FRigVMFunction_MathDoubleClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleClamp"); \ static_assert(sizeof(FRigVMFunction_MathDoubleClamp) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleClamp"); \ @@ -94243,6 +93756,10 @@ static_assert(offsetof(FRigVMFunction_MathDoubleLerp, B) == 0x000010, "Member 'F static_assert(offsetof(FRigVMFunction_MathDoubleLerp, T) == 0x000018, "Member 'FRigVMFunction_MathDoubleLerp::T' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathDoubleLerp, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleLerp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNegate \ +static_assert(alignof(FRigVMFunction_MathFloatNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNegate"); \ +static_assert(sizeof(FRigVMFunction_MathFloatNegate) == 0x000010, "Wrong size on FRigVMFunction_MathFloatNegate"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRemap \ static_assert(alignof(FRigVMFunction_MathDoubleRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRemap"); \ static_assert(sizeof(FRigVMFunction_MathDoubleRemap) == 0x000040, "Wrong size on FRigVMFunction_MathDoubleRemap"); \ @@ -94261,6 +93778,898 @@ static_assert(offsetof(FRigVMFunction_MathDoubleEquals, A) == 0x000008, "Member static_assert(offsetof(FRigVMFunction_MathDoubleEquals, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_MathDoubleEquals, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleEquals::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMutableBase \ +static_assert(alignof(FRigVMFunction_MathTransformMutableBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMutableBase"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMutableBase) == 0x000100, "Wrong size on FRigVMFunction_MathTransformMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleNotEquals \ +static_assert(alignof(FRigVMFunction_MathDoubleNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleNotEquals) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreater \ +static_assert(alignof(FRigVMFunction_MathDoubleGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreater"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleGreater) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreater"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntPow \ +static_assert(alignof(FRigVMFunction_MathIntPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntPow"); \ +static_assert(sizeof(FRigVMFunction_MathIntPow) == 0x000018, "Wrong size on FRigVMFunction_MathIntPow"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLess \ +static_assert(alignof(FRigVMFunction_MathDoubleLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLess"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLess) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLess"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToAxisAndAngle \ +static_assert(alignof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLessEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLessEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Tolerance) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleDeg \ +static_assert(alignof(FRigVMFunction_MathDoubleDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleDeg"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleDeg) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRad \ +static_assert(alignof(FRigVMFunction_MathDoubleRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRad"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleRad) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleCos \ +static_assert(alignof(FRigVMFunction_MathDoubleCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleCos"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleCos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleCos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAsin \ +static_assert(alignof(FRigVMFunction_MathDoubleAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAsin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAsin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAsin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAcos \ +static_assert(alignof(FRigVMFunction_MathDoubleAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAcos"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAcos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAcos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan \ +static_assert(alignof(FRigVMFunction_MathDoubleAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAtan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAtan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLawOfCosine \ +static_assert(alignof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLawOfCosine"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000040, "Wrong size on FRigVMFunction_MathDoubleLawOfCosine"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, C) == 0x000018, "Member 'FRigVMFunction_MathDoubleLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, AlphaAngle) == 0x000020, "Member 'FRigVMFunction_MathDoubleLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, BetaAngle) == 0x000028, "Member 'FRigVMFunction_MathDoubleLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, GammaAngle) == 0x000030, "Member 'FRigVMFunction_MathDoubleLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, bValid) == 0x000038, "Member 'FRigVMFunction_MathDoubleLawOfCosine::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleArraySum \ +static_assert(alignof(FRigVMFunction_MathDoubleArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathDoubleArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstTwoPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstTwoPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstTwoPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstTwoPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstTwoPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAdd \ +static_assert(alignof(FRigVMFunction_MathFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAdd"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAdd) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMul \ +static_assert(alignof(FRigVMFunction_MathFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMul"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMul) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMod \ +static_assert(alignof(FRigVMFunction_MathFloatMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMod"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMod) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMod"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMax \ +static_assert(alignof(FRigVMFunction_MathFloatMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMax"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMax) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSqrt \ +static_assert(alignof(FRigVMFunction_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSqrt"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSqrt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSqrt"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAbs \ +static_assert(alignof(FRigVMFunction_MathFloatAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAbs"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAbs) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCeil \ +static_assert(alignof(FRigVMFunction_MathFloatCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCeil"); \ +static_assert(sizeof(FRigVMFunction_MathFloatCeil) == 0x000018, "Wrong size on FRigVMFunction_MathFloatCeil"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatCeil::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRound \ +static_assert(alignof(FRigVMFunction_MathFloatRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRound"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRound) == 0x000018, "Wrong size on FRigVMFunction_MathFloatRound"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRound::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatRound::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatRound::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatToInt \ +static_assert(alignof(FRigVMFunction_MathFloatToInt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatToInt"); \ +static_assert(sizeof(FRigVMFunction_MathFloatToInt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatToInt"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToInt, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatToInt::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToInt, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatToInt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatClamp \ +static_assert(alignof(FRigVMFunction_MathFloatClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatClamp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatClamp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatClamp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathFloatClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRemap \ +static_assert(alignof(FRigVMFunction_MathFloatRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRemap"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRemap) == 0x000028, "Wrong size on FRigVMFunction_MathFloatRemap"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMinimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMaximum) == 0x000010, "Member 'FRigVMFunction_MathFloatRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMinimum) == 0x000014, "Member 'FRigVMFunction_MathFloatRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMaximum) == 0x000018, "Member 'FRigVMFunction_MathFloatRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, bClamp) == 0x00001C, "Member 'FRigVMFunction_MathFloatRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, Result) == 0x000020, "Member 'FRigVMFunction_MathFloatRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNotEquals \ +static_assert(alignof(FRigVMFunction_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathFloatNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreater \ +static_assert(alignof(FRigVMFunction_MathFloatGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreater"); \ +static_assert(sizeof(FRigVMFunction_MathFloatGreater) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreater"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLess \ +static_assert(alignof(FRigVMFunction_MathFloatLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLess"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLess) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLess"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathFloatGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLessEqual \ +static_assert(alignof(FRigVMFunction_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDeg \ +static_assert(alignof(FRigVMFunction_MathFloatDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDeg"); \ +static_assert(sizeof(FRigVMFunction_MathFloatDeg) == 0x000010, "Wrong size on FRigVMFunction_MathFloatDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSin \ +static_assert(alignof(FRigVMFunction_MathFloatSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCos \ +static_assert(alignof(FRigVMFunction_MathFloatCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCos"); \ +static_assert(sizeof(FRigVMFunction_MathFloatCos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatCos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatTan \ +static_assert(alignof(FRigVMFunction_MathFloatTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatTan"); \ +static_assert(sizeof(FRigVMFunction_MathFloatTan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatTan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAcos \ +static_assert(alignof(FRigVMFunction_MathFloatAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAcos"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAcos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAcos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan2 \ +static_assert(alignof(FRigVMFunction_MathFloatAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan2"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAtan2) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAtan2"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatExponential \ +static_assert(alignof(FRigVMFunction_MathFloatExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatExponential"); \ +static_assert(sizeof(FRigVMFunction_MathFloatExponential) == 0x000010, "Wrong size on FRigVMFunction_MathFloatExponential"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArraySum \ +static_assert(alignof(FRigVMFunction_MathFloatArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathFloatArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathFloatArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArrayAverage \ +static_assert(alignof(FRigVMFunction_MathFloatArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathFloatArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathFloatArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAdd \ +static_assert(alignof(FRigVMFunction_MathIntAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAdd"); \ +static_assert(sizeof(FRigVMFunction_MathIntAdd) == 0x000018, "Wrong size on FRigVMFunction_MathIntAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMul \ +static_assert(alignof(FRigVMFunction_MathIntMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMul"); \ +static_assert(sizeof(FRigVMFunction_MathIntMul) == 0x000018, "Wrong size on FRigVMFunction_MathIntMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMod \ +static_assert(alignof(FRigVMFunction_MathIntMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMod"); \ +static_assert(sizeof(FRigVMFunction_MathIntMod) == 0x000018, "Wrong size on FRigVMFunction_MathIntMod"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMax \ +static_assert(alignof(FRigVMFunction_MathIntMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMax"); \ +static_assert(sizeof(FRigVMFunction_MathIntMax) == 0x000018, "Wrong size on FRigVMFunction_MathIntMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNegate \ +static_assert(alignof(FRigVMFunction_MathIntNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNegate"); \ +static_assert(sizeof(FRigVMFunction_MathIntNegate) == 0x000010, "Wrong size on FRigVMFunction_MathIntNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToFloat \ +static_assert(alignof(FRigVMFunction_MathIntToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToFloat"); \ +static_assert(sizeof(FRigVMFunction_MathIntToFloat) == 0x000010, "Wrong size on FRigVMFunction_MathIntToFloat"); \ +static_assert(offsetof(FRigVMFunction_MathIntToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToDouble \ +static_assert(alignof(FRigVMFunction_MathIntToDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToDouble"); \ +static_assert(sizeof(FRigVMFunction_MathIntToDouble) == 0x000018, "Wrong size on FRigVMFunction_MathIntToDouble"); \ +static_assert(offsetof(FRigVMFunction_MathIntToDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSign \ +static_assert(alignof(FRigVMFunction_MathIntSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSign"); \ +static_assert(sizeof(FRigVMFunction_MathIntSign) == 0x000010, "Wrong size on FRigVMFunction_MathIntSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntEquals \ +static_assert(alignof(FRigVMFunction_MathIntEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntEquals"); \ +static_assert(sizeof(FRigVMFunction_MathIntEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntEquals"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreater \ +static_assert(alignof(FRigVMFunction_MathIntGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreater"); \ +static_assert(sizeof(FRigVMFunction_MathIntGreater) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreater"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLessEqual \ +static_assert(alignof(FRigVMFunction_MathIntLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathIntLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArraySum \ +static_assert(alignof(FRigVMFunction_MathIntArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathIntArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathIntArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathIntArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathIntArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArrayAverage \ +static_assert(alignof(FRigVMFunction_MathIntArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathIntArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathIntArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathIntArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToString \ +static_assert(alignof(FRigVMFunction_MathIntToString) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToString"); \ +static_assert(sizeof(FRigVMFunction_MathIntToString) == 0x000020, "Wrong size on FRigVMFunction_MathIntToString"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToString::Number' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToString::PaddedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToString::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryOp \ +static_assert(alignof(FRigVMFunction_MathMatrixBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBinaryOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToTransform \ +static_assert(alignof(FRigVMFunction_MathMatrixToTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToTransform"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixToTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToTransform"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixToTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransformV2 \ +static_assert(alignof(FRigVMFunction_MathMatrixFromTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransformV2"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromTransformV2) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransformV2"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromVectors \ +static_assert(alignof(FRigVMFunction_MathMatrixFromVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromVectors"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromVectors"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Origin) == 0x000008, "Member 'FRigVMFunction_MathMatrixFromVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, X) == 0x000020, "Member 'FRigVMFunction_MathMatrixFromVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Y) == 0x000038, "Member 'FRigVMFunction_MathMatrixFromVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Z) == 0x000050, "Member 'FRigVMFunction_MathMatrixFromVectors::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixInverse \ +static_assert(alignof(FRigVMFunction_MathMatrixInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixInverse"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixInverse) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnaryOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromAxisAndAngle \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Angle) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotator \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotator"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotator) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotator"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Rotator) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromTwoVectors \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromTwoVectors"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionFromTwoVectors"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, B) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToVectors \ +static_assert(alignof(FRigVMFunction_MathQuaternionToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToVectors) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Forward) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Right) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToVectors::Right' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Up) == 0x000060, "Member 'FRigVMFunction_MathQuaternionToVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScaleV2 \ +static_assert(alignof(FRigVMFunction_MathQuaternionScaleV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScaleV2"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionScaleV2) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionScaleV2"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScaleV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Factor) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScaleV2::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionScaleV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToRotator \ +static_assert(alignof(FRigVMFunction_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToRotator"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToRotator) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToRotator"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionInverse \ +static_assert(alignof(FRigVMFunction_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionInverse"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionInverse) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionEquals \ +static_assert(alignof(FRigVMFunction_MathQuaternionEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionEquals"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionEquals"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSelectBool \ +static_assert(alignof(FRigVMFunction_MathQuaternionSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSelectBool) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathQuaternionSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfFalse) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnit \ +static_assert(alignof(FRigVMFunction_MathQuaternionUnit) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnit"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionUnit) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnit"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformMul \ +static_assert(alignof(FRigVMFunction_AccumulateTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateTransformMul) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bFlipOrder) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIntegrateDeltaTime) == 0x0000D1, "Member 'FRigVMFunction_AccumulateTransformMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSwingTwist \ +static_assert(alignof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSwingTwist"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000090, "Wrong size on FRigVMFunction_MathQuaternionSwingTwist"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Input) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, TwistAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSwingTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Swing) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Twist) == 0x000070, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Twist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotationOrder \ +static_assert(alignof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionRotationOrder"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000010, "Wrong size on FRigVMFunction_MathQuaternionRotationOrder"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotationOrder, RotationOrder) == 0x000008, "Member 'FRigVMFunction_MathQuaternionRotationOrder::RotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayBaseMutable \ +static_assert(alignof(FRigVMDispatch_ArrayBaseMutable) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBaseMutable"); \ +static_assert(sizeof(FRigVMDispatch_ArrayBaseMutable) == 0x000070, "Wrong size on FRigVMDispatch_ArrayBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayRemove \ +static_assert(alignof(FRigVMDispatch_ArrayRemove) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayRemove"); \ +static_assert(sizeof(FRigVMDispatch_ArrayRemove) == 0x000070, "Wrong size on FRigVMDispatch_ArrayRemove"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeRelative \ +static_assert(alignof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Local) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Global) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorMul \ +static_assert(alignof(FRigVMFunction_AccumulateVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorMul) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectRay \ +static_assert(alignof(FRigVMFunction_MathRayIntersectRay) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectRay"); \ +static_assert(sizeof(FRigVMFunction_MathRayIntersectRay) == 0x000090, "Wrong size on FRigVMFunction_MathRayIntersectRay"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, A) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectRay::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, B) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectRay::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectRay::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectRay::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioA) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectRay::RatioA' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioB) == 0x000088, "Member 'FRigVMFunction_MathRayIntersectRay::RatioB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetAtIndex \ +static_assert(alignof(FRigVMDispatch_ArraySetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetAtIndex"); \ +static_assert(sizeof(FRigVMDispatch_ArraySetAtIndex) == 0x000070, "Wrong size on FRigVMDispatch_ArraySetAtIndex"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAdd \ +static_assert(alignof(FRigVMDispatch_ArrayAdd) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAdd"); \ +static_assert(sizeof(FRigVMDispatch_ArrayAdd) == 0x000070, "Wrong size on FRigVMDispatch_ArrayAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayGetAt \ +static_assert(alignof(FRigVMFunction_MathRayGetAt) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayGetAt"); \ +static_assert(sizeof(FRigVMFunction_MathRayGetAt) == 0x000058, "Wrong size on FRigVMFunction_MathRayGetAt"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayGetAt::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ratio) == 0x000038, "Member 'FRigVMFunction_MathRayGetAt::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Result) == 0x000040, "Member 'FRigVMFunction_MathRayGetAt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayTransform \ +static_assert(alignof(FRigVMFunction_MathRayTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRayTransform"); \ +static_assert(sizeof(FRigVMFunction_MathRayTransform) == 0x0000D0, "Wrong size on FRigVMFunction_MathRayTransform"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayTransform::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Transform) == 0x000040, "Member 'FRigVMFunction_MathRayTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathRayTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIterator \ +static_assert(alignof(FRigVMDispatch_ArrayIterator) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIterator"); \ +static_assert(sizeof(FRigVMDispatch_ArrayIterator) == 0x000070, "Wrong size on FRigVMDispatch_ArrayIterator"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatWorkData \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000090, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayFind \ +static_assert(alignof(FRigVMDispatch_ArrayFind) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayFind"); \ +static_assert(sizeof(FRigVMDispatch_ArrayFind) == 0x000070, "Wrong size on FRigVMDispatch_ArrayFind"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatBase"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, Input) == 0x000010, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, DistanceFunction) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingFunction) == 0x000031, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingAngle) == 0x000034, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, bNormalizeOutput) == 0x000038, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, TwistAxis) == 0x000040, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, WorkData) == 0x000060, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetAtIndex \ +static_assert(alignof(FRigVMDispatch_ArrayGetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetAtIndex"); \ +static_assert(sizeof(FRigVMDispatch_ArrayGetAtIndex) == 0x000070, "Wrong size on FRigVMDispatch_ArrayGetAtIndex"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayDifference \ +static_assert(alignof(FRigVMDispatch_ArrayDifference) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayDifference"); \ +static_assert(sizeof(FRigVMDispatch_ArrayDifference) == 0x000070, "Wrong size on FRigVMDispatch_ArrayDifference"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatFloat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_SelectInt32 \ +static_assert(alignof(FRigVMDispatch_SelectInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SelectInt32"); \ +static_assert(sizeof(FRigVMDispatch_SelectInt32) == 0x000070, "Wrong size on FRigVMDispatch_SelectInt32"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatVector \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatVector"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000120, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatVector"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::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) == 0x000030, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreEquals \ +static_assert(alignof(FRigVMDispatch_CoreEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreEquals"); \ +static_assert(sizeof(FRigVMDispatch_CoreEquals) == 0x000070, "Wrong size on FRigVMDispatch_CoreEquals"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatColor \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatColor"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatColor"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatQuat_Target \ +static_assert(alignof(FMathRBFInterpolateQuatQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatQuat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatQuat_Target) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayClone \ +static_assert(alignof(FRigVMDispatch_ArrayClone) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayClone"); \ +static_assert(sizeof(FRigVMDispatch_ArrayClone) == 0x000070, "Wrong size on FRigVMDispatch_ArrayClone"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatQuat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000120, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Output' 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) == 0x000080, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatXform_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_MakeStruct \ +static_assert(alignof(FRigVMDispatch_MakeStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_MakeStruct"); \ +static_assert(sizeof(FRigVMDispatch_MakeStruct) == 0x000070, "Wrong size on FRigVMDispatch_MakeStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_BreakStruct \ +static_assert(alignof(FRigVMDispatch_BreakStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_BreakStruct"); \ +static_assert(sizeof(FRigVMDispatch_BreakStruct) == 0x000070, "Wrong size on FRigVMDispatch_BreakStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatXform \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatXform"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000160, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatXform"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameBase \ +static_assert(alignof(FRigVMFunction_NameBase) == 0x000008, "Wrong alignment on FRigVMFunction_NameBase"); \ +static_assert(sizeof(FRigVMFunction_NameBase) == 0x000008, "Wrong size on FRigVMFunction_NameBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_EndsWith \ +static_assert(alignof(FRigVMFunction_EndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_EndsWith"); \ +static_assert(sizeof(FRigVMFunction_EndsWith) == 0x000020, "Wrong size on FRigVMFunction_EndsWith"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Name) == 0x000008, "Member 'FRigVMFunction_EndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Ending) == 0x000010, "Member 'FRigVMFunction_EndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Result) == 0x000018, "Member 'FRigVMFunction_EndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorFloat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorVector_Target \ +static_assert(alignof(FMathRBFInterpolateVectorVector_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorVector_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorVector_Target) == 0x000030, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorVector_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBase \ +static_assert(alignof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong alignment on FRigVMFunction_ControlFlowBase"); \ +static_assert(sizeof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong size on FRigVMFunction_ControlFlowBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorVector \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorVector"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorVector"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorColor_Target \ +static_assert(alignof(FMathRBFInterpolateVectorColor_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorColor_Target) == 0x000028, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_If \ +static_assert(alignof(FRigVMDispatch_If) == 0x000008, "Wrong alignment on FRigVMDispatch_If"); \ +static_assert(sizeof(FRigVMDispatch_If) == 0x000070, "Wrong size on FRigVMDispatch_If"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorColor \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorColor"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorColor"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorQuat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorQuat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorQuat_Target) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateVectorQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorQuat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformUnaryOp \ +static_assert(alignof(FRigVMFunction_MathTransformUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformUnaryOp) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBinaryOp \ +static_assert(alignof(FRigVMFunction_MathTransformBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBinaryOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringReplace \ +static_assert(alignof(FRigVMFunction_StringReplace) == 0x000008, "Wrong alignment on FRigVMFunction_StringReplace"); \ +static_assert(sizeof(FRigVMFunction_StringReplace) == 0x000048, "Wrong size on FRigVMFunction_StringReplace"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Name) == 0x000008, "Member 'FRigVMFunction_StringReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Old) == 0x000018, "Member 'FRigVMFunction_StringReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, New) == 0x000028, "Member 'FRigVMFunction_StringReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Result) == 0x000038, "Member 'FRigVMFunction_StringReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMake \ +static_assert(alignof(FRigVMFunction_MathTransformMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMake"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMake) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformMake"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Translation) == 0x000008, "Member 'FRigVMFunction_MathTransformMake::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformMake::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformMake::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Result) == 0x000060, "Member 'FRigVMFunction_MathTransformMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransform \ +static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, EulerTransform) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransform::EulerTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToEulerTransform \ +static_assert(alignof(FRigVMFunction_MathTransformToEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToEulerTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformToEulerTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToEulerTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToEulerTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformToEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMul \ +static_assert(alignof(FRigVMFunction_MathTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMul"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMul) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringConcat \ +static_assert(alignof(FRigVMFunction_StringConcat) == 0x000008, "Wrong alignment on FRigVMFunction_StringConcat"); \ +static_assert(sizeof(FRigVMFunction_StringConcat) == 0x000038, "Wrong size on FRigVMFunction_StringConcat"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, A) == 0x000008, "Member 'FRigVMFunction_StringConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, B) == 0x000018, "Member 'FRigVMFunction_StringConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, Result) == 0x000028, "Member 'FRigVMFunction_StringConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMakeRelative \ +static_assert(alignof(FRigVMFunction_MathTransformMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMakeRelative) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Local) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Global) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringReverse \ +static_assert(alignof(FRigVMFunction_StringReverse) == 0x000008, "Wrong alignment on FRigVMFunction_StringReverse"); \ +static_assert(sizeof(FRigVMFunction_StringReverse) == 0x000028, "Wrong size on FRigVMFunction_StringReverse"); \ +static_assert(offsetof(FRigVMFunction_StringReverse, Value) == 0x000008, "Member 'FRigVMFunction_StringReverse::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReverse, Reverse) == 0x000018, "Member 'FRigVMFunction_StringReverse::Reverse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformAccumulateArray \ +static_assert(alignof(FRigVMFunction_MathTransformAccumulateArray) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformAccumulateArray"); \ +static_assert(sizeof(FRigVMFunction_MathTransformAccumulateArray) == 0x000190, "Wrong size on FRigVMFunction_MathTransformAccumulateArray"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Transforms) == 0x000100, "Member 'FRigVMFunction_MathTransformAccumulateArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, TargetSpace) == 0x000110, "Member 'FRigVMFunction_MathTransformAccumulateArray::TargetSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Root) == 0x000120, "Member 'FRigVMFunction_MathTransformAccumulateArray::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, ParentIndices) == 0x000180, "Member 'FRigVMFunction_MathTransformAccumulateArray::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformInverse \ +static_assert(alignof(FRigVMFunction_MathTransformInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformInverse"); \ +static_assert(sizeof(FRigVMFunction_MathTransformInverse) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformLerp \ +static_assert(alignof(FRigVMFunction_MathTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformLerp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformLerp) == 0x000140, "Wrong size on FRigVMFunction_MathTransformLerp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, T) == 0x0000D0, "Member 'FRigVMFunction_MathTransformLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformSelectBool \ +static_assert(alignof(FRigVMFunction_MathTransformSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathTransformSelectBool) == 0x000130, "Wrong size on FRigVMFunction_MathTransformSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathTransformSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathTransformSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfFalse) == 0x000070, "Member 'FRigVMFunction_MathTransformSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformTransformVector \ +static_assert(alignof(FRigVMFunction_MathTransformTransformVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformTransformVector"); \ +static_assert(sizeof(FRigVMFunction_MathTransformTransformVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformTransformVector"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformTransformVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Location) == 0x000070, "Member 'FRigVMFunction_MathTransformTransformVector::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformTransformVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringToUppercase \ +static_assert(alignof(FRigVMFunction_StringToUppercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToUppercase"); \ +static_assert(sizeof(FRigVMFunction_StringToUppercase) == 0x000028, "Wrong size on FRigVMFunction_StringToUppercase"); \ +static_assert(offsetof(FRigVMFunction_StringToUppercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToUppercase::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToUppercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToUppercase::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromSRT \ +static_assert(alignof(FRigVMFunction_MathTransformFromSRT) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromSRT"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromSRT) == 0x000110, "Wrong size on FRigVMFunction_MathTransformFromSRT"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Location) == 0x000008, "Member 'FRigVMFunction_MathTransformFromSRT::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformFromSRT::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, RotationOrder) == 0x000038, "Member 'FRigVMFunction_MathTransformFromSRT::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformFromSRT::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Transform) == 0x000060, "Member 'FRigVMFunction_MathTransformFromSRT::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, EulerTransform) == 0x0000C0, "Member 'FRigVMFunction_MathTransformFromSRT::EulerTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathTransformMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMirrorTransform) == 0x000140, "Wrong size on FRigVMFunction_MathTransformMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, MirrorAxis) == 0x000070, "Member 'FRigVMFunction_MathTransformMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, AxisToFlip) == 0x000071, "Member 'FRigVMFunction_MathTransformMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, CentralTransform) == 0x000080, "Member 'FRigVMFunction_MathTransformMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorLerp \ +static_assert(alignof(FRigVMFunction_AccumulateVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorLerp) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, TargetValue) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Blend) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIntegrateDeltaTime) == 0x00003C, "Member 'FRigVMFunction_AccumulateVectorLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringJoin \ +static_assert(alignof(FRigVMFunction_StringJoin) == 0x000008, "Wrong alignment on FRigVMFunction_StringJoin"); \ +static_assert(sizeof(FRigVMFunction_StringJoin) == 0x000038, "Wrong size on FRigVMFunction_StringJoin"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Values) == 0x000008, "Member 'FRigVMFunction_StringJoin::Values' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Separator) == 0x000018, "Member 'FRigVMFunction_StringJoin::Separator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Result) == 0x000028, "Member 'FRigVMFunction_StringJoin::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMake \ +static_assert(alignof(FRigVMFunction_MathVectorMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMake"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMake) == 0x000030, "Wrong size on FRigVMFunction_MathVectorMake"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, X) == 0x000008, "Member 'FRigVMFunction_MathVectorMake::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathVectorMake::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Z) == 0x000010, "Member 'FRigVMFunction_MathVectorMake::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Result) == 0x000018, "Member 'FRigVMFunction_MathVectorMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromDouble \ +static_assert(alignof(FRigVMFunction_MathVectorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromDouble"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFromDouble) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromDouble"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAdd \ +static_assert(alignof(FRigVMFunction_MathVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAdd"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAdd) == 0x000050, "Wrong size on FRigVMFunction_MathVectorAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousFloat \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousFloat"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000020, "Wrong size on FRigVMFunction_DeltaFromPreviousFloat"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Delta) == 0x00000C, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, PreviousValue) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousFloat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Cache) == 0x000014, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, bIsInitialized) == 0x000018, "Member 'FRigVMFunction_DeltaFromPreviousFloat::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSub \ +static_assert(alignof(FRigVMFunction_MathVectorSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSub"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSub) == 0x000050, "Wrong size on FRigVMFunction_MathVectorSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorScale \ +static_assert(alignof(FRigVMFunction_MathVectorScale) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorScale"); \ +static_assert(sizeof(FRigVMFunction_MathVectorScale) == 0x000040, "Wrong size on FRigVMFunction_MathVectorScale"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Factor) == 0x000020, "Member 'FRigVMFunction_MathVectorScale::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorScale::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMod \ +static_assert(alignof(FRigVMFunction_MathVectorMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMod"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMod) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMod"); \ + #define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterpVector \ static_assert(alignof(FRigVMFunction_AlphaInterpVector) == 0x000008, "Wrong alignment on FRigVMFunction_AlphaInterpVector"); \ static_assert(sizeof(FRigVMFunction_AlphaInterpVector) == 0x0000A0, "Wrong size on FRigVMFunction_AlphaInterpVector"); \ @@ -94279,731 +94688,420 @@ static_assert(offsetof(FRigVMFunction_AlphaInterpVector, InterpSpeedDecreasing) static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Result) == 0x000058, "Member 'FRigVMFunction_AlphaInterpVector::Result' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_AlphaInterpVector, ScaleBiasClamp) == 0x000070, "Member 'FRigVMFunction_AlphaInterpVector::ScaleBiasClamp' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleNotEquals \ -static_assert(alignof(FRigVMFunction_MathDoubleNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleNotEquals"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleNotEquals) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleNotEquals"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleNotEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleNotEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleNotEquals::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_Timeline \ -static_assert(alignof(FRigVMFunction_Timeline) == 0x000008, "Wrong alignment on FRigVMFunction_Timeline"); \ -static_assert(sizeof(FRigVMFunction_Timeline) == 0x000018, "Wrong size on FRigVMFunction_Timeline"); \ -static_assert(offsetof(FRigVMFunction_Timeline, Speed) == 0x000008, "Member 'FRigVMFunction_Timeline::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_Timeline, Time) == 0x00000C, "Member 'FRigVMFunction_Timeline::Time' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigVMFunction_Timeline::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_Timeline, bIsInitialized) == 0x000014, "Member 'FRigVMFunction_Timeline::bIsInitialized' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMax \ +static_assert(alignof(FRigVMFunction_MathVectorMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMax"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMax) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMax"); \ #define DUMPER7_ASSERTS_FRigVMFunction_MathVectorNegate \ static_assert(alignof(FRigVMFunction_MathVectorNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorNegate"); \ static_assert(sizeof(FRigVMFunction_MathVectorNegate) == 0x000038, "Wrong size on FRigVMFunction_MathVectorNegate"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreater \ -static_assert(alignof(FRigVMFunction_MathDoubleGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreater"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleGreater) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreater"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleGreater, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreater::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleGreater, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreater::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleGreater, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreater::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLess \ -static_assert(alignof(FRigVMFunction_MathDoubleLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLess"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleLess) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLess"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLess, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLess::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLess, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLess::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLess, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLess::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromTwoVectors \ -static_assert(alignof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromTwoVectors"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionFromTwoVectors"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, B) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreaterEqual \ -static_assert(alignof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreaterEqual"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreaterEqual"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreaterEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreaterEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreaterEqual::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLessEqual \ -static_assert(alignof(FRigVMFunction_MathDoubleLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLessEqual"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleLessEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLessEqual"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLessEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLessEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLessEqual::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixUnaryOp \ -static_assert(alignof(FRigVMFunction_MathMatrixUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixUnaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixUnaryOp) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixUnaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixUnaryOp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixUnaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixInverse \ -static_assert(alignof(FRigVMFunction_MathMatrixInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixInverse"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixInverse) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixInverse"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyZero \ -static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyZero"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleIsNearlyZero"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyEqual \ -static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyEqual"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleIsNearlyEqual"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Tolerance) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromAxisAndAngle \ -static_assert(alignof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Angle) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleDeg \ -static_assert(alignof(FRigVMFunction_MathDoubleDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleDeg"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleDeg) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleDeg"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRad \ -static_assert(alignof(FRigVMFunction_MathDoubleRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRad"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleRad) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleRad"); \ - -#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatVector_Target \ -static_assert(alignof(FMathRBFInterpolateQuatVector_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatVector_Target"); \ -static_assert(sizeof(FMathRBFInterpolateQuatVector_Target) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatVector_Target::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSin \ -static_assert(alignof(FRigVMFunction_MathDoubleSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSin"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleSin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSin"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleCos \ -static_assert(alignof(FRigVMFunction_MathDoubleCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleCos"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleCos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleCos"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAcos \ -static_assert(alignof(FRigVMFunction_MathFloatAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAcos"); \ -static_assert(sizeof(FRigVMFunction_MathFloatAcos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAcos"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleTan \ -static_assert(alignof(FRigVMFunction_MathDoubleTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleTan"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleTan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleTan"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAsin \ -static_assert(alignof(FRigVMFunction_MathDoubleAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAsin"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleAsin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAsin"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLessEqual \ -static_assert(alignof(FRigVMFunction_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLessEqual"); \ -static_assert(sizeof(FRigVMFunction_MathFloatLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLessEqual"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLessEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLessEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLessEqual::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAcos \ -static_assert(alignof(FRigVMFunction_MathDoubleAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAcos"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleAcos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAcos"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan \ -static_assert(alignof(FRigVMFunction_MathDoubleAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleAtan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAtan"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScaleV2 \ -static_assert(alignof(FRigVMFunction_MathQuaternionScaleV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScaleV2"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionScaleV2) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionScaleV2"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScaleV2::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Factor) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScaleV2::Factor' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionScaleV2::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan2 \ -static_assert(alignof(FRigVMFunction_MathDoubleAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan2"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleAtan2) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleAtan2"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLawOfCosine \ -static_assert(alignof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLawOfCosine"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000040, "Wrong size on FRigVMFunction_MathDoubleLawOfCosine"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLawOfCosine::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLawOfCosine::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, C) == 0x000018, "Member 'FRigVMFunction_MathDoubleLawOfCosine::C' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, AlphaAngle) == 0x000020, "Member 'FRigVMFunction_MathDoubleLawOfCosine::AlphaAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, BetaAngle) == 0x000028, "Member 'FRigVMFunction_MathDoubleLawOfCosine::BetaAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, GammaAngle) == 0x000030, "Member 'FRigVMFunction_MathDoubleLawOfCosine::GammaAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, bValid) == 0x000038, "Member 'FRigVMFunction_MathDoubleLawOfCosine::bValid' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorFloat_Target \ -static_assert(alignof(FMathRBFInterpolateVectorFloat_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorFloat_Target"); \ -static_assert(sizeof(FMathRBFInterpolateVectorFloat_Target) == 0x000020, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorFloat_Target::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleExponential \ -static_assert(alignof(FRigVMFunction_MathDoubleExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleExponential"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleExponential) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleExponential"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleArraySum \ -static_assert(alignof(FRigVMFunction_MathDoubleArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArraySum"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArraySum"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArraySum::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathDoubleArraySum::Sum' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionGetAxis \ -static_assert(alignof(FRigVMFunction_MathQuaternionGetAxis) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionGetAxis"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionGetAxis) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionGetAxis"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Quaternion) == 0x000010, "Member 'FRigVMFunction_MathQuaternionGetAxis::Quaternion' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionGetAxis::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionGetAxis::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleArrayAverage \ -static_assert(alignof(FRigVMFunction_MathDoubleArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArrayAverage"); \ -static_assert(sizeof(FRigVMFunction_MathDoubleArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArrayAverage"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArrayAverage::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathDoubleArrayAverage::Average' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatTan \ -static_assert(alignof(FRigVMFunction_MathFloatTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatTan"); \ -static_assert(sizeof(FRigVMFunction_MathFloatTan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatTan"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstant \ -static_assert(alignof(FRigVMFunction_MathFloatConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstant"); \ -static_assert(sizeof(FRigVMFunction_MathFloatConstant) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstant"); \ -static_assert(offsetof(FRigVMFunction_MathFloatConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatConstant::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSelectBool \ -static_assert(alignof(FRigVMFunction_MathQuaternionSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSelectBool"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionSelectBool) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionSelectBool"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathQuaternionSelectBool::Condition' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfTrue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfFalse) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfFalse' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSelectBool::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryAggregateOp \ -static_assert(alignof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryAggregateOp"); \ -static_assert(sizeof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryAggregateOp"); \ -static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransformV2 \ -static_assert(alignof(FRigVMFunction_MathMatrixFromTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransformV2"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixFromTransformV2) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransformV2"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMake \ -static_assert(alignof(FRigVMFunction_MathFloatMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMake"); \ -static_assert(sizeof(FRigVMFunction_MathFloatMake) == 0x000010, "Wrong size on FRigVMFunction_MathFloatMake"); \ -static_assert(offsetof(FRigVMFunction_MathFloatMake, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatMake::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstPi \ -static_assert(alignof(FRigVMFunction_MathFloatConstPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstPi"); \ -static_assert(sizeof(FRigVMFunction_MathFloatConstPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstPi"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectPlane \ -static_assert(alignof(FRigVMFunction_MathRayIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectPlane"); \ -static_assert(sizeof(FRigVMFunction_MathRayIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathRayIntersectPlane"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectPlane::Ray' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectPlane::PlanePoint' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathRayIntersectPlane::PlaneNormal' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectPlane::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectPlane::Distance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ratio) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectPlane::Ratio' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstHalfPi \ -static_assert(alignof(FRigVMFunction_MathFloatConstHalfPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstHalfPi"); \ -static_assert(sizeof(FRigVMFunction_MathFloatConstHalfPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstHalfPi"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstTwoPi \ -static_assert(alignof(FRigVMFunction_MathFloatConstTwoPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstTwoPi"); \ -static_assert(sizeof(FRigVMFunction_MathFloatConstTwoPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstTwoPi"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArrayAverage \ -static_assert(alignof(FRigVMFunction_MathFloatArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArrayAverage"); \ -static_assert(sizeof(FRigVMFunction_MathFloatArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArrayAverage"); \ -static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArrayAverage::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathFloatArrayAverage::Average' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstE \ -static_assert(alignof(FRigVMFunction_MathFloatConstE) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstE"); \ -static_assert(sizeof(FRigVMFunction_MathFloatConstE) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstE"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAdd \ -static_assert(alignof(FRigVMFunction_MathFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAdd"); \ -static_assert(sizeof(FRigVMFunction_MathFloatAdd) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAdd"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMul \ -static_assert(alignof(FRigVMFunction_MathVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMul"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMul) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMul"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSub \ -static_assert(alignof(FRigVMFunction_MathFloatSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSub"); \ -static_assert(sizeof(FRigVMFunction_MathFloatSub) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSub"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMul \ -static_assert(alignof(FRigVMFunction_MathFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMul"); \ -static_assert(sizeof(FRigVMFunction_MathFloatMul) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMul"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryAggregateOp \ -static_assert(alignof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDiv \ -static_assert(alignof(FRigVMFunction_MathFloatDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDiv"); \ -static_assert(sizeof(FRigVMFunction_MathFloatDiv) == 0x000018, "Wrong size on FRigVMFunction_MathFloatDiv"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMod \ -static_assert(alignof(FRigVMFunction_MathFloatMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMod"); \ -static_assert(sizeof(FRigVMFunction_MathFloatMod) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMod"); \ - -#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatFloat_Target \ -static_assert(alignof(FMathRBFInterpolateQuatFloat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatFloat_Target"); \ -static_assert(sizeof(FMathRBFInterpolateQuatFloat_Target) == 0x000030, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatFloat_Target::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMin \ -static_assert(alignof(FRigVMFunction_MathFloatMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMin"); \ -static_assert(sizeof(FRigVMFunction_MathFloatMin) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMin"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMax \ -static_assert(alignof(FRigVMFunction_MathFloatMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMax"); \ -static_assert(sizeof(FRigVMFunction_MathFloatMax) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMax"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatPow \ -static_assert(alignof(FRigVMFunction_MathFloatPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatPow"); \ -static_assert(sizeof(FRigVMFunction_MathFloatPow) == 0x000018, "Wrong size on FRigVMFunction_MathFloatPow"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSqrt \ -static_assert(alignof(FRigVMFunction_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSqrt"); \ -static_assert(sizeof(FRigVMFunction_MathFloatSqrt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSqrt"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNegate \ -static_assert(alignof(FRigVMFunction_MathFloatNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNegate"); \ -static_assert(sizeof(FRigVMFunction_MathFloatNegate) == 0x000010, "Wrong size on FRigVMFunction_MathFloatNegate"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatFloor \ -static_assert(alignof(FRigVMFunction_MathFloatFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatFloor"); \ -static_assert(sizeof(FRigVMFunction_MathFloatFloor) == 0x000018, "Wrong size on FRigVMFunction_MathFloatFloor"); \ -static_assert(offsetof(FRigVMFunction_MathFloatFloor, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatFloor::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatFloor, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatFloor::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatFloor, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatFloor::Int' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRound \ -static_assert(alignof(FRigVMFunction_MathFloatRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRound"); \ -static_assert(sizeof(FRigVMFunction_MathFloatRound) == 0x000018, "Wrong size on FRigVMFunction_MathFloatRound"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRound, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRound::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRound, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatRound::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatRound, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatRound::Int' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSign \ -static_assert(alignof(FRigVMFunction_MathFloatSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSign"); \ -static_assert(sizeof(FRigVMFunction_MathFloatSign) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSign"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLerp \ -static_assert(alignof(FRigVMFunction_MathFloatLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLerp"); \ -static_assert(sizeof(FRigVMFunction_MathFloatLerp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLerp"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLerp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLerp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLerp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLerp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLerp, T) == 0x000010, "Member 'FRigVMFunction_MathFloatLerp::T' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLerp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatLerp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatEquals \ -static_assert(alignof(FRigVMFunction_MathFloatEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatEquals"); \ -static_assert(sizeof(FRigVMFunction_MathFloatEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatEquals"); \ -static_assert(offsetof(FRigVMFunction_MathFloatEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatEquals::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreater \ -static_assert(alignof(FRigVMFunction_MathFloatGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreater"); \ -static_assert(sizeof(FRigVMFunction_MathFloatGreater) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreater"); \ -static_assert(offsetof(FRigVMFunction_MathFloatGreater, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreater::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreater::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreater::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreaterEqual \ -static_assert(alignof(FRigVMFunction_MathFloatGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreaterEqual"); \ -static_assert(sizeof(FRigVMFunction_MathFloatGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreaterEqual"); \ -static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreaterEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreaterEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreaterEqual::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyZero \ -static_assert(alignof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyZero"); \ -static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyZero"); \ -static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Tolerance) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSelectBool \ -static_assert(alignof(FRigVMFunction_MathFloatSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSelectBool"); \ -static_assert(sizeof(FRigVMFunction_MathFloatSelectBool) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSelectBool"); \ -static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathFloatSelectBool::Condition' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfTrue) == 0x00000C, "Member 'FRigVMFunction_MathFloatSelectBool::IfTrue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfFalse) == 0x000010, "Member 'FRigVMFunction_MathFloatSelectBool::IfFalse' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatSelectBool::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRad \ -static_assert(alignof(FRigVMFunction_MathFloatRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRad"); \ -static_assert(sizeof(FRigVMFunction_MathFloatRad) == 0x000010, "Wrong size on FRigVMFunction_MathFloatRad"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCos \ -static_assert(alignof(FRigVMFunction_MathFloatCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCos"); \ -static_assert(sizeof(FRigVMFunction_MathFloatCos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatCos"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAsin \ -static_assert(alignof(FRigVMFunction_MathFloatAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAsin"); \ -static_assert(sizeof(FRigVMFunction_MathFloatAsin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAsin"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan \ -static_assert(alignof(FRigVMFunction_MathFloatAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan"); \ -static_assert(sizeof(FRigVMFunction_MathFloatAtan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAtan"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLawOfCosine \ -static_assert(alignof(FRigVMFunction_MathFloatLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLawOfCosine"); \ -static_assert(sizeof(FRigVMFunction_MathFloatLawOfCosine) == 0x000028, "Wrong size on FRigVMFunction_MathFloatLawOfCosine"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLawOfCosine::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLawOfCosine::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, C) == 0x000010, "Member 'FRigVMFunction_MathFloatLawOfCosine::C' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, AlphaAngle) == 0x000014, "Member 'FRigVMFunction_MathFloatLawOfCosine::AlphaAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, BetaAngle) == 0x000018, "Member 'FRigVMFunction_MathFloatLawOfCosine::BetaAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, GammaAngle) == 0x00001C, "Member 'FRigVMFunction_MathFloatLawOfCosine::GammaAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, bValid) == 0x000020, "Member 'FRigVMFunction_MathFloatLawOfCosine::bValid' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArraySum \ -static_assert(alignof(FRigVMFunction_MathFloatArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArraySum"); \ -static_assert(sizeof(FRigVMFunction_MathFloatArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArraySum"); \ -static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArraySum::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathFloatArraySum::Sum' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMake \ -static_assert(alignof(FRigVMFunction_MathIntMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMake"); \ -static_assert(sizeof(FRigVMFunction_MathIntMake) == 0x000010, "Wrong size on FRigVMFunction_MathIntMake"); \ -static_assert(offsetof(FRigVMFunction_MathIntMake, Value) == 0x000008, "Member 'FRigVMFunction_MathIntMake::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSub \ -static_assert(alignof(FRigVMFunction_MathIntSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSub"); \ -static_assert(sizeof(FRigVMFunction_MathIntSub) == 0x000018, "Wrong size on FRigVMFunction_MathIntSub"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntDiv \ -static_assert(alignof(FRigVMFunction_MathIntDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntDiv"); \ -static_assert(sizeof(FRigVMFunction_MathIntDiv) == 0x000018, "Wrong size on FRigVMFunction_MathIntDiv"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMin \ -static_assert(alignof(FRigVMFunction_MathIntMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMin"); \ -static_assert(sizeof(FRigVMFunction_MathIntMin) == 0x000018, "Wrong size on FRigVMFunction_MathIntMin"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAbs \ -static_assert(alignof(FRigVMFunction_MathIntAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAbs"); \ -static_assert(sizeof(FRigVMFunction_MathIntAbs) == 0x000010, "Wrong size on FRigVMFunction_MathIntAbs"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToDouble \ -static_assert(alignof(FRigVMFunction_MathIntToDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToDouble"); \ -static_assert(sizeof(FRigVMFunction_MathIntToDouble) == 0x000018, "Wrong size on FRigVMFunction_MathIntToDouble"); \ -static_assert(offsetof(FRigVMFunction_MathIntToDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToDouble::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntToDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToDouble::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntClamp \ -static_assert(alignof(FRigVMFunction_MathIntClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntClamp"); \ -static_assert(sizeof(FRigVMFunction_MathIntClamp) == 0x000018, "Wrong size on FRigVMFunction_MathIntClamp"); \ -static_assert(offsetof(FRigVMFunction_MathIntClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntClamp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathIntClamp::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathIntClamp::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathIntClamp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNotEquals \ -static_assert(alignof(FRigVMFunction_MathIntNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNotEquals"); \ -static_assert(sizeof(FRigVMFunction_MathIntNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntNotEquals"); \ -static_assert(offsetof(FRigVMFunction_MathIntNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntNotEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntNotEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntNotEquals::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLess \ -static_assert(alignof(FRigVMFunction_MathIntLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLess"); \ -static_assert(sizeof(FRigVMFunction_MathIntLess) == 0x000018, "Wrong size on FRigVMFunction_MathIntLess"); \ -static_assert(offsetof(FRigVMFunction_MathIntLess, A) == 0x000008, "Member 'FRigVMFunction_MathIntLess::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntLess, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLess::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntLess, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLess::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLessEqual \ -static_assert(alignof(FRigVMFunction_MathIntLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLessEqual"); \ -static_assert(sizeof(FRigVMFunction_MathIntLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntLessEqual"); \ -static_assert(offsetof(FRigVMFunction_MathIntLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntLessEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLessEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLessEqual::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArrayAverage \ -static_assert(alignof(FRigVMFunction_MathIntArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArrayAverage"); \ -static_assert(sizeof(FRigVMFunction_MathIntArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathIntArrayAverage"); \ -static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArrayAverage::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathIntArrayAverage::Average' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToName \ -static_assert(alignof(FRigVMFunction_MathIntToName) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToName"); \ -static_assert(sizeof(FRigVMFunction_MathIntToName) == 0x000018, "Wrong size on FRigVMFunction_MathIntToName"); \ -static_assert(offsetof(FRigVMFunction_MathIntToName, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToName::Number' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntToName, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToName::PaddedSize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntToName, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToName::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryAggregateOp \ -static_assert(alignof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransform \ -static_assert(alignof(FRigVMFunction_MathMatrixFromTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransform"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixFromTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransform"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Transform) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransform::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToVectors \ -static_assert(alignof(FRigVMFunction_MathMatrixToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToVectors"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixToVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToVectors"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToVectors::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Origin) == 0x000090, "Member 'FRigVMFunction_MathMatrixToVectors::Origin' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, X) == 0x0000A8, "Member 'FRigVMFunction_MathMatrixToVectors::X' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Y) == 0x0000C0, "Member 'FRigVMFunction_MathMatrixToVectors::Y' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Z) == 0x0000D8, "Member 'FRigVMFunction_MathMatrixToVectors::Z' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixMul \ -static_assert(alignof(FRigVMFunction_MathMatrixMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixMul"); \ -static_assert(sizeof(FRigVMFunction_MathMatrixMul) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixMul"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryOp \ -static_assert(alignof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMake \ -static_assert(alignof(FRigVMFunction_MathQuaternionMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMake"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionMake) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionMake"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMake, X) == 0x000008, "Member 'FRigVMFunction_MathQuaternionMake::X' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathQuaternionMake::Y' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Z) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMake::Z' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMake, W) == 0x000014, "Member 'FRigVMFunction_MathQuaternionMake::W' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionMake::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromEuler \ -static_assert(alignof(FRigVMFunction_MathQuaternionFromEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromEuler"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionFromEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromEuler"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Euler) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromEuler::Euler' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, RotationOrder) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromEuler::RotationOrder' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromEuler::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotator \ -static_assert(alignof(FRigVMFunction_MathQuaternionFromRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotator"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotator) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotator"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Rotator) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotator::Rotator' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotator::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotatorV2 \ -static_assert(alignof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotatorV2"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotatorV2"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Value) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToAxisAndAngle \ -static_assert(alignof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScale \ -static_assert(alignof(FRigVMFunction_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScale"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionScale) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionScale"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScale::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Scale) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScale::Scale' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToEuler \ -static_assert(alignof(FRigVMFunction_MathQuaternionToEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToEuler"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionToEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToEuler"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToEuler::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, RotationOrder) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToEuler::RotationOrder' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionToEuler::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToRotator \ -static_assert(alignof(FRigVMFunction_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToRotator"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionToRotator) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToRotator"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToRotator::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToRotator::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMul \ -static_assert(alignof(FRigVMFunction_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMul"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionMul) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMul"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionInverse \ -static_assert(alignof(FRigVMFunction_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionInverse"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionInverse) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionInverse"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSlerp \ -static_assert(alignof(FRigVMFunction_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSlerp"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionSlerp) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionSlerp"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSlerp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSlerp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, T) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSlerp::T' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, Result) == 0x000060, "Member 'FRigVMFunction_MathQuaternionSlerp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionNotEquals \ -static_assert(alignof(FRigVMFunction_MathQuaternionNotEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionNotEquals"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionNotEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionNotEquals"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionNotEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionNotEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionNotEquals::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionDot \ -static_assert(alignof(FRigVMFunction_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionDot"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionDot) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionDot"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionDot, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionDot::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionDot, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionDot::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionDot, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionDot::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnit \ -static_assert(alignof(FRigVMFunction_MathQuaternionUnit) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnit"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionUnit) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnit"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotateVector \ -static_assert(alignof(FRigVMFunction_MathQuaternionRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionRotateVector"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionRotateVector) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionRotateVector"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathQuaternionRotateVector::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Vector) == 0x000030, "Member 'FRigVMFunction_MathQuaternionRotateVector::Vector' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Result) == 0x000048, "Member 'FRigVMFunction_MathQuaternionRotateVector::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSwingTwist \ -static_assert(alignof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSwingTwist"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000090, "Wrong size on FRigVMFunction_MathQuaternionSwingTwist"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Input) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Input' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, TwistAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSwingTwist::TwistAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Swing) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Swing' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Twist) == 0x000070, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Twist' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeRelative \ -static_assert(alignof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeRelative"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeRelative"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Global' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Local) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Local' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMirrorTransform \ -static_assert(alignof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMirrorTransform"); \ -static_assert(sizeof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathQuaternionMirrorTransform"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, MirrorAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::MirrorAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, AxisToFlip) == 0x000031, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::AxisToFlip' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, CentralTransform) == 0x000040, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::CentralTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectRay \ -static_assert(alignof(FRigVMFunction_MathRayIntersectRay) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectRay"); \ -static_assert(sizeof(FRigVMFunction_MathRayIntersectRay) == 0x000090, "Wrong size on FRigVMFunction_MathRayIntersectRay"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, A) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectRay::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, B) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectRay::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectRay::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectRay::Distance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioA) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectRay::RatioA' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioB) == 0x000088, "Member 'FRigVMFunction_MathRayIntersectRay::RatioB' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRayGetAt \ -static_assert(alignof(FRigVMFunction_MathRayGetAt) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayGetAt"); \ -static_assert(sizeof(FRigVMFunction_MathRayGetAt) == 0x000058, "Wrong size on FRigVMFunction_MathRayGetAt"); \ -static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayGetAt::Ray' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ratio) == 0x000038, "Member 'FRigVMFunction_MathRayGetAt::Ratio' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRayGetAt, Result) == 0x000040, "Member 'FRigVMFunction_MathRayGetAt::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatFloat \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatVector \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatVector"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000120, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatVector"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatColor \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatColor"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatColor"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatQuat \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000120, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatXform \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatXform"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000160, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatXform"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorFloat \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorVector \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorVector"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorVector"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorQuat_Target \ -static_assert(alignof(FMathRBFInterpolateVectorQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorQuat_Target"); \ -static_assert(sizeof(FMathRBFInterpolateVectorQuat_Target) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateVectorQuat_Target::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorQuat \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringBase \ -static_assert(alignof(FRigVMFunction_StringBase) == 0x000008, "Wrong alignment on FRigVMFunction_StringBase"); \ -static_assert(sizeof(FRigVMFunction_StringBase) == 0x000008, "Wrong size on FRigVMFunction_StringBase"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringEndsWith \ -static_assert(alignof(FRigVMFunction_StringEndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringEndsWith"); \ -static_assert(sizeof(FRigVMFunction_StringEndsWith) == 0x000030, "Wrong size on FRigVMFunction_StringEndsWith"); \ -static_assert(offsetof(FRigVMFunction_StringEndsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringEndsWith::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringEndsWith, Ending) == 0x000018, "Member 'FRigVMFunction_StringEndsWith::Ending' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringEndsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringEndsWith::Result' 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) == 0x000080, "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) == 0x000020, "Member 'FMathRBFInterpolateVectorXform_Target::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorXform \ -static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorXform"); \ -static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000130, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorXform"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformUnaryOp \ -static_assert(alignof(FRigVMFunction_MathTransformUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformUnaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathTransformUnaryOp) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformUnaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformUnaryOp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformUnaryOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_TimeLoop \ +static_assert(alignof(FRigVMFunction_TimeLoop) == 0x000008, "Wrong alignment on FRigVMFunction_TimeLoop"); \ +static_assert(sizeof(FRigVMFunction_TimeLoop) == 0x000038, "Wrong size on FRigVMFunction_TimeLoop"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Speed) == 0x000008, "Member 'FRigVMFunction_TimeLoop::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, duration) == 0x00000C, "Member 'FRigVMFunction_TimeLoop::duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Normalize) == 0x000010, "Member 'FRigVMFunction_TimeLoop::Normalize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Absolute) == 0x000014, "Member 'FRigVMFunction_TimeLoop::Absolute' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Relative) == 0x000018, "Member 'FRigVMFunction_TimeLoop::Relative' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, FlipFlop) == 0x00001C, "Member 'FRigVMFunction_TimeLoop::FlipFlop' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Even) == 0x000020, "Member 'FRigVMFunction_TimeLoop::Even' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedAbsolute) == 0x000024, "Member 'FRigVMFunction_TimeLoop::AccumulatedAbsolute' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedRelative) == 0x000028, "Member 'FRigVMFunction_TimeLoop::AccumulatedRelative' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, NumIterations) == 0x00002C, "Member 'FRigVMFunction_TimeLoop::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, bIsInitialized) == 0x000030, "Member 'FRigVMFunction_TimeLoop::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAbs \ +static_assert(alignof(FRigVMFunction_MathVectorAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAbs"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAbs) == 0x000038, "Wrong size on FRigVMFunction_MathVectorAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFloor \ +static_assert(alignof(FRigVMFunction_MathVectorFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFloor"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFloor) == 0x000038, "Wrong size on FRigVMFunction_MathVectorFloor"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousQuat \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousQuat) == 0x000010, "Wrong alignment on FRigVMFunction_DeltaFromPreviousQuat"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousQuat) == 0x0000A0, "Wrong size on FRigVMFunction_DeltaFromPreviousQuat"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Value) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Delta) == 0x000030, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, PreviousValue) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousQuat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Cache) == 0x000070, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, bIsInitialized) == 0x000090, "Member 'FRigVMFunction_DeltaFromPreviousQuat::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCeil \ +static_assert(alignof(FRigVMFunction_MathVectorCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCeil"); \ +static_assert(sizeof(FRigVMFunction_MathVectorCeil) == 0x000038, "Wrong size on FRigVMFunction_MathVectorCeil"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorRange \ +static_assert(alignof(FRigVMFunction_AccumulateVectorRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorRange"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorRange) == 0x000088, "Wrong size on FRigVMFunction_AccumulateVectorRange"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Minimum) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Maximum) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMinimum) == 0x000050, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMaximum) == 0x000068, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, bIsInitialized) == 0x000080, "Member 'FRigVMFunction_AccumulateVectorRange::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSign \ +static_assert(alignof(FRigVMFunction_MathVectorSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSign"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSign) == 0x000038, "Wrong size on FRigVMFunction_MathVectorSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanTransform \ +static_assert(alignof(FRigVMFunction_KalmanTransform) == 0x000010, "Wrong alignment on FRigVMFunction_KalmanTransform"); \ +static_assert(sizeof(FRigVMFunction_KalmanTransform) == 0x000100, "Wrong size on FRigVMFunction_KalmanTransform"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Value) == 0x000010, "Member 'FRigVMFunction_KalmanTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, BufferSize) == 0x000070, "Member 'FRigVMFunction_KalmanTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Result) == 0x000080, "Member 'FRigVMFunction_KalmanTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Buffer) == 0x0000E0, "Member 'FRigVMFunction_KalmanTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, LastInsertIndex) == 0x0000F0, "Member 'FRigVMFunction_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLerp \ +static_assert(alignof(FRigVMFunction_MathVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLerp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLerp) == 0x000058, "Wrong size on FRigVMFunction_MathVectorLerp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, T) == 0x000038, "Member 'FRigVMFunction_MathVectorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorEquals \ +static_assert(alignof(FRigVMFunction_MathVectorEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorEquals"); \ +static_assert(sizeof(FRigVMFunction_MathVectorEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorEquals"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorNotEquals \ +static_assert(alignof(FRigVMFunction_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathVectorNotEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetVector \ +static_assert(alignof(FRigVMFunction_TimeOffsetVector) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetVector"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetVector) == 0x000070, "Wrong size on FRigVMFunction_TimeOffsetVector"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, SecondsAgo) == 0x000020, "Member 'FRigVMFunction_TimeOffsetVector::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, BufferSize) == 0x000024, "Member 'FRigVMFunction_TimeOffsetVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, TimeRange) == 0x000028, "Member 'FRigVMFunction_TimeOffsetVector::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Result) == 0x000030, "Member 'FRigVMFunction_TimeOffsetVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Buffer) == 0x000048, "Member 'FRigVMFunction_TimeOffsetVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, DeltaTimes) == 0x000058, "Member 'FRigVMFunction_TimeOffsetVector::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, LastInsertIndex) == 0x000068, "Member 'FRigVMFunction_TimeOffsetVector::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, UpperBound) == 0x00006C, "Member 'FRigVMFunction_TimeOffsetVector::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000028, "Wrong size on FRigVMFunction_MathVectorIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Tolerance) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Result) == 0x000024, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanFloat \ +static_assert(alignof(FRigVMFunction_KalmanFloat) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanFloat"); \ +static_assert(sizeof(FRigVMFunction_KalmanFloat) == 0x000030, "Wrong size on FRigVMFunction_KalmanFloat"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Value) == 0x000008, "Member 'FRigVMFunction_KalmanFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigVMFunction_KalmanFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Result) == 0x000010, "Member 'FRigVMFunction_KalmanFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Buffer) == 0x000018, "Member 'FRigVMFunction_KalmanFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigVMFunction_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSelectBool \ +static_assert(alignof(FRigVMFunction_MathVectorSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSelectBool) == 0x000058, "Wrong size on FRigVMFunction_MathVectorSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathVectorSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathVectorSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfFalse) == 0x000028, "Member 'FRigVMFunction_MathVectorSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRad \ +static_assert(alignof(FRigVMFunction_MathVectorRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRad"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRad) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLength \ +static_assert(alignof(FRigVMFunction_MathVectorLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLength) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLength, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDistance \ +static_assert(alignof(FRigVMFunction_MathVectorDistance) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDistance"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDistance) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDistance"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDistance::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDistance::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDistance::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCross \ +static_assert(alignof(FRigVMFunction_MathVectorCross) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCross"); \ +static_assert(sizeof(FRigVMFunction_MathVectorCross) == 0x000050, "Wrong size on FRigVMFunction_MathVectorCross"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDot \ +static_assert(alignof(FRigVMFunction_MathVectorDot) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDot"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDot) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDot"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSetLength \ +static_assert(alignof(FRigVMFunction_MathVectorSetLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSetLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSetLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorSetLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorSetLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Length) == 0x000020, "Member 'FRigVMFunction_MathVectorSetLength::Length' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorSetLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameTruncate \ +static_assert(alignof(FRigVMFunction_NameTruncate) == 0x000008, "Wrong alignment on FRigVMFunction_NameTruncate"); \ +static_assert(sizeof(FRigVMFunction_NameTruncate) == 0x000028, "Wrong size on FRigVMFunction_NameTruncate"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Name) == 0x000008, "Member 'FRigVMFunction_NameTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Count) == 0x000010, "Member 'FRigVMFunction_NameTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, FromEnd) == 0x000014, "Member 'FRigVMFunction_NameTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Remainder) == 0x000018, "Member 'FRigVMFunction_NameTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Chopped) == 0x000020, "Member 'FRigVMFunction_NameTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampLength \ +static_assert(alignof(FRigVMFunction_MathVectorClampLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClampLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClampLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorClampLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MinimumLength) == 0x000020, "Member 'FRigVMFunction_MathVectorClampLength::MinimumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MaximumLength) == 0x000024, "Member 'FRigVMFunction_MathVectorClampLength::MaximumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorClampLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAngle \ +static_assert(alignof(FRigVMFunction_MathVectorAngle) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAngle"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAngle) == 0x000040, "Wrong size on FRigVMFunction_MathVectorAngle"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, A) == 0x000008, "Member 'FRigVMFunction_MathVectorAngle::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, B) == 0x000020, "Member 'FRigVMFunction_MathVectorAngle::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorParallel \ +static_assert(alignof(FRigVMFunction_MathVectorParallel) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorParallel"); \ +static_assert(sizeof(FRigVMFunction_MathVectorParallel) == 0x000040, "Wrong size on FRigVMFunction_MathVectorParallel"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, A) == 0x000008, "Member 'FRigVMFunction_MathVectorParallel::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, B) == 0x000020, "Member 'FRigVMFunction_MathVectorParallel::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorParallel::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Contains \ +static_assert(alignof(FRigVMFunction_Contains) == 0x000008, "Wrong alignment on FRigVMFunction_Contains"); \ +static_assert(sizeof(FRigVMFunction_Contains) == 0x000020, "Wrong size on FRigVMFunction_Contains"); \ +static_assert(offsetof(FRigVMFunction_Contains, Name) == 0x000008, "Member 'FRigVMFunction_Contains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Contains, Search) == 0x000010, "Member 'FRigVMFunction_Contains::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Contains, Result) == 0x000018, "Member 'FRigVMFunction_Contains::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorOrthogonal \ +static_assert(alignof(FRigVMFunction_MathVectorOrthogonal) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorOrthogonal"); \ +static_assert(sizeof(FRigVMFunction_MathVectorOrthogonal) == 0x000040, "Wrong size on FRigVMFunction_MathVectorOrthogonal"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, A) == 0x000008, "Member 'FRigVMFunction_MathVectorOrthogonal::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, B) == 0x000020, "Member 'FRigVMFunction_MathVectorOrthogonal::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorOrthogonal::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFourPointBezier \ +static_assert(alignof(FRigVMFourPointBezier) == 0x000008, "Wrong alignment on FRigVMFourPointBezier"); \ +static_assert(sizeof(FRigVMFourPointBezier) == 0x000060, "Wrong size on FRigVMFourPointBezier"); \ +static_assert(offsetof(FRigVMFourPointBezier, A) == 0x000000, "Member 'FRigVMFourPointBezier::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, B) == 0x000018, "Member 'FRigVMFourPointBezier::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, C) == 0x000030, "Member 'FRigVMFourPointBezier::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, D) == 0x000048, "Member 'FRigVMFourPointBezier::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBezierFourPoint \ +static_assert(alignof(FRigVMFunction_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBezierFourPoint"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBezierFourPoint) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorBezierFourPoint"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, T) == 0x000068, "Member 'FRigVMFunction_MathVectorBezierFourPoint::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Result) == 0x000070, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Tangent) == 0x000088, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeBezierFourPoint \ +static_assert(alignof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000068, "Wrong size on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeBezierFourPoint::Bezier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampSpatially \ +static_assert(alignof(FRigVMFunction_MathVectorClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorClampSpatially"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClampSpatially) == 0x0000C0, "Wrong size on FRigVMFunction_MathVectorClampSpatially"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Axis) == 0x000020, "Member 'FRigVMFunction_MathVectorClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Type) == 0x000021, "Member 'FRigVMFunction_MathVectorClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Minimum) == 0x000024, "Member 'FRigVMFunction_MathVectorClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Maximum) == 0x000028, "Member 'FRigVMFunction_MathVectorClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Space) == 0x000030, "Member 'FRigVMFunction_MathVectorClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, bDrawDebug) == 0x000090, "Member 'FRigVMFunction_MathVectorClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugColor) == 0x000094, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugThickness) == 0x0000A4, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Result) == 0x0000A8, "Member 'FRigVMFunction_MathVectorClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDistanceToPlane \ +static_assert(alignof(FRigVMFunction_MathDistanceToPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathDistanceToPlane"); \ +static_assert(sizeof(FRigVMFunction_MathDistanceToPlane) == 0x000070, "Wrong size on FRigVMFunction_MathDistanceToPlane"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, Point) == 0x000008, "Member 'FRigVMFunction_MathDistanceToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlanePoint) == 0x000020, "Member 'FRigVMFunction_MathDistanceToPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlaneNormal) == 0x000038, "Member 'FRigVMFunction_MathDistanceToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, ClosestPointOnPlane) == 0x000050, "Member 'FRigVMFunction_MathDistanceToPlane::ClosestPointOnPlane' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, SignedDistance) == 0x000068, "Member 'FRigVMFunction_MathDistanceToPlane::SignedDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Local) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Global) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathVectorMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMirrorTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathVectorMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, MirrorAxis) == 0x000020, "Member 'FRigVMFunction_MathVectorMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, AxisToFlip) == 0x000021, "Member 'FRigVMFunction_MathVectorMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, CentralTransform) == 0x000030, "Member 'FRigVMFunction_MathVectorMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathVectorMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArraySum \ +static_assert(alignof(FRigVMFunction_MathVectorArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathVectorArraySum) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathVectorArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseFloat \ +static_assert(alignof(FRigVMFunction_NoiseFloat) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseFloat"); \ +static_assert(sizeof(FRigVMFunction_NoiseFloat) == 0x000028, "Wrong size on FRigVMFunction_NoiseFloat"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Value) == 0x000008, "Member 'FRigVMFunction_NoiseFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Speed) == 0x00000C, "Member 'FRigVMFunction_NoiseFloat::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Frequency) == 0x000010, "Member 'FRigVMFunction_NoiseFloat::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Minimum) == 0x000014, "Member 'FRigVMFunction_NoiseFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Maximum) == 0x000018, "Member 'FRigVMFunction_NoiseFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Result) == 0x00001C, "Member 'FRigVMFunction_NoiseFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Time) == 0x000020, "Member 'FRigVMFunction_NoiseFloat::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseDouble \ +static_assert(alignof(FRigVMFunction_NoiseDouble) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseDouble"); \ +static_assert(sizeof(FRigVMFunction_NoiseDouble) == 0x000040, "Wrong size on FRigVMFunction_NoiseDouble"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Value) == 0x000008, "Member 'FRigVMFunction_NoiseDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Speed) == 0x000010, "Member 'FRigVMFunction_NoiseDouble::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Frequency) == 0x000018, "Member 'FRigVMFunction_NoiseDouble::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Minimum) == 0x000020, "Member 'FRigVMFunction_NoiseDouble::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Maximum) == 0x000028, "Member 'FRigVMFunction_NoiseDouble::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Result) == 0x000030, "Member 'FRigVMFunction_NoiseDouble::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Time) == 0x000038, "Member 'FRigVMFunction_NoiseDouble::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector \ +static_assert(alignof(FRigVMFunction_NoiseVector) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector"); \ +static_assert(sizeof(FRigVMFunction_NoiseVector) == 0x000088, "Wrong size on FRigVMFunction_NoiseVector"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Position) == 0x000008, "Member 'FRigVMFunction_NoiseVector::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Maximum) == 0x000054, "Member 'FRigVMFunction_NoiseVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Result) == 0x000058, "Member 'FRigVMFunction_NoiseVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Time) == 0x000070, "Member 'FRigVMFunction_NoiseVector::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_RandomFloat \ +static_assert(alignof(FRigVMFunction_RandomFloat) == 0x000008, "Wrong alignment on FRigVMFunction_RandomFloat"); \ +static_assert(sizeof(FRigVMFunction_RandomFloat) == 0x000030, "Wrong size on FRigVMFunction_RandomFloat"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Seed) == 0x000008, "Member 'FRigVMFunction_RandomFloat::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, duration) == 0x000014, "Member 'FRigVMFunction_RandomFloat::duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Result) == 0x000018, "Member 'FRigVMFunction_RandomFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, LastResult) == 0x00001C, "Member 'FRigVMFunction_RandomFloat::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, LastSeed) == 0x000020, "Member 'FRigVMFunction_RandomFloat::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, BaseSeed) == 0x000024, "Member 'FRigVMFunction_RandomFloat::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, TimeLeft) == 0x000028, "Member 'FRigVMFunction_RandomFloat::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_RandomVector \ +static_assert(alignof(FRigVMFunction_RandomVector) == 0x000008, "Wrong alignment on FRigVMFunction_RandomVector"); \ +static_assert(sizeof(FRigVMFunction_RandomVector) == 0x000058, "Wrong size on FRigVMFunction_RandomVector"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Seed) == 0x000008, "Member 'FRigVMFunction_RandomVector::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, duration) == 0x000014, "Member 'FRigVMFunction_RandomVector::duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Result) == 0x000018, "Member 'FRigVMFunction_RandomVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, LastResult) == 0x000030, "Member 'FRigVMFunction_RandomVector::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, LastSeed) == 0x000048, "Member 'FRigVMFunction_RandomVector::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, BaseSeed) == 0x00004C, "Member 'FRigVMFunction_RandomVector::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, TimeLeft) == 0x000050, "Member 'FRigVMFunction_RandomVector::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMMirrorSettings \ +static_assert(alignof(FRigVMMirrorSettings) == 0x000008, "Wrong alignment on FRigVMMirrorSettings"); \ +static_assert(sizeof(FRigVMMirrorSettings) == 0x000028, "Wrong size on FRigVMMirrorSettings"); \ +static_assert(offsetof(FRigVMMirrorSettings, MirrorAxis) == 0x000000, "Member 'FRigVMMirrorSettings::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, AxisToFlip) == 0x000001, "Member 'FRigVMMirrorSettings::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, SearchString) == 0x000008, "Member 'FRigVMMirrorSettings::SearchString' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, ReplaceString) == 0x000018, "Member 'FRigVMMirrorSettings::ReplaceString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReset \ +static_assert(alignof(FRigVMDispatch_ArrayReset) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReset"); \ +static_assert(sizeof(FRigVMDispatch_ArrayReset) == 0x000070, "Wrong size on FRigVMDispatch_ArrayReset"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetNum \ +static_assert(alignof(FRigVMDispatch_ArraySetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetNum"); \ +static_assert(sizeof(FRigVMDispatch_ArraySetNum) == 0x000070, "Wrong size on FRigVMDispatch_ArraySetNum"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayInsert \ +static_assert(alignof(FRigVMDispatch_ArrayInsert) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayInsert"); \ +static_assert(sizeof(FRigVMDispatch_ArrayInsert) == 0x000070, "Wrong size on FRigVMDispatch_ArrayInsert"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReverse \ +static_assert(alignof(FRigVMDispatch_ArrayReverse) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReverse"); \ +static_assert(sizeof(FRigVMDispatch_ArrayReverse) == 0x000070, "Wrong size on FRigVMDispatch_ArrayReverse"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAppend \ +static_assert(alignof(FRigVMDispatch_ArrayAppend) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAppend"); \ +static_assert(sizeof(FRigVMDispatch_ArrayAppend) == 0x000070, "Wrong size on FRigVMDispatch_ArrayAppend"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayUnion \ +static_assert(alignof(FRigVMDispatch_ArrayUnion) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayUnion"); \ +static_assert(sizeof(FRigVMDispatch_ArrayUnion) == 0x000070, "Wrong size on FRigVMDispatch_ArrayUnion"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIntersection \ +static_assert(alignof(FRigVMDispatch_ArrayIntersection) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIntersection"); \ +static_assert(sizeof(FRigVMDispatch_ArrayIntersection) == 0x000070, "Wrong size on FRigVMDispatch_ArrayIntersection"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_Constant \ +static_assert(alignof(FRigVMDispatch_Constant) == 0x000008, "Wrong alignment on FRigVMDispatch_Constant"); \ +static_assert(sizeof(FRigVMDispatch_Constant) == 0x000070, "Wrong size on FRigVMDispatch_Constant"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreNotEquals \ +static_assert(alignof(FRigVMDispatch_CoreNotEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreNotEquals"); \ +static_assert(sizeof(FRigVMDispatch_CoreNotEquals) == 0x000070, "Wrong size on FRigVMDispatch_CoreNotEquals"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_Print \ +static_assert(alignof(FRigVMDispatch_Print) == 0x000008, "Wrong alignment on FRigVMDispatch_Print"); \ +static_assert(sizeof(FRigVMDispatch_Print) == 0x000070, "Wrong size on FRigVMDispatch_Print"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_SwitchInt32 \ +static_assert(alignof(FRigVMDispatch_SwitchInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SwitchInt32"); \ +static_assert(sizeof(FRigVMDispatch_SwitchInt32) == 0x000070, "Wrong size on FRigVMDispatch_SwitchInt32"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBranch \ +static_assert(alignof(FRigVMFunction_ControlFlowBranch) == 0x000010, "Wrong alignment on FRigVMFunction_ControlFlowBranch"); \ +static_assert(sizeof(FRigVMFunction_ControlFlowBranch) == 0x0003F0, "Wrong size on FRigVMFunction_ControlFlowBranch"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_ControlFlowBranch::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Condition) == 0x000100, "Member 'FRigVMFunction_ControlFlowBranch::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, TRUE_0) == 0x000110, "Member 'FRigVMFunction_ControlFlowBranch::TRUE_0' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, FALSE_0) == 0x000200, "Member 'FRigVMFunction_ControlFlowBranch::FALSE_0' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Completed) == 0x0002F0, "Member 'FRigVMFunction_ControlFlowBranch::Completed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, BlockToRun) == 0x0003E0, "Member 'FRigVMFunction_ControlFlowBranch::BlockToRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameConcat \ +static_assert(alignof(FRigVMFunction_NameConcat) == 0x000008, "Wrong alignment on FRigVMFunction_NameConcat"); \ +static_assert(sizeof(FRigVMFunction_NameConcat) == 0x000020, "Wrong size on FRigVMFunction_NameConcat"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, A) == 0x000008, "Member 'FRigVMFunction_NameConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, B) == 0x000010, "Member 'FRigVMFunction_NameConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, Result) == 0x000018, "Member 'FRigVMFunction_NameConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameReplace \ +static_assert(alignof(FRigVMFunction_NameReplace) == 0x000008, "Wrong alignment on FRigVMFunction_NameReplace"); \ +static_assert(sizeof(FRigVMFunction_NameReplace) == 0x000028, "Wrong size on FRigVMFunction_NameReplace"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Name) == 0x000008, "Member 'FRigVMFunction_NameReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Old) == 0x000010, "Member 'FRigVMFunction_NameReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, New) == 0x000018, "Member 'FRigVMFunction_NameReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Result) == 0x000020, "Member 'FRigVMFunction_NameReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StartsWith \ +static_assert(alignof(FRigVMFunction_StartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StartsWith"); \ +static_assert(sizeof(FRigVMFunction_StartsWith) == 0x000020, "Wrong size on FRigVMFunction_StartsWith"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Start) == 0x000010, "Member 'FRigVMFunction_StartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Result) == 0x000018, "Member 'FRigVMFunction_StartsWith::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_StringTruncate \ static_assert(alignof(FRigVMFunction_StringTruncate) == 0x000008, "Wrong alignment on FRigVMFunction_StringTruncate"); \ @@ -95014,20 +95112,17 @@ static_assert(offsetof(FRigVMFunction_StringTruncate, FromEnd) == 0x00001C, "Mem static_assert(offsetof(FRigVMFunction_StringTruncate, Remainder) == 0x000020, "Member 'FRigVMFunction_StringTruncate::Remainder' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_StringTruncate, Chopped) == 0x000030, "Member 'FRigVMFunction_StringTruncate::Chopped' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBinaryAggregateOp \ -static_assert(alignof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryAggregateOp"); \ -static_assert(sizeof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryAggregateOp"); \ -static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringTrimWhitespace \ +static_assert(alignof(FRigVMFunction_StringTrimWhitespace) == 0x000008, "Wrong alignment on FRigVMFunction_StringTrimWhitespace"); \ +static_assert(sizeof(FRigVMFunction_StringTrimWhitespace) == 0x000028, "Wrong size on FRigVMFunction_StringTrimWhitespace"); \ +static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Value) == 0x000008, "Member 'FRigVMFunction_StringTrimWhitespace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Result) == 0x000018, "Member 'FRigVMFunction_StringTrimWhitespace::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMake \ -static_assert(alignof(FRigVMFunction_MathTransformMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMake"); \ -static_assert(sizeof(FRigVMFunction_MathTransformMake) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformMake"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMake, Translation) == 0x000008, "Member 'FRigVMFunction_MathTransformMake::Translation' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMake, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformMake::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMake, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformMake::Scale' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMake, Result) == 0x000060, "Member 'FRigVMFunction_MathTransformMake::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringToLowercase \ +static_assert(alignof(FRigVMFunction_StringToLowercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToLowercase"); \ +static_assert(sizeof(FRigVMFunction_StringToLowercase) == 0x000028, "Wrong size on FRigVMFunction_StringToLowercase"); \ +static_assert(offsetof(FRigVMFunction_StringToLowercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToLowercase::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToLowercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToLowercase::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_StringLeft \ static_assert(alignof(FRigVMFunction_StringLeft) == 0x000008, "Wrong alignment on FRigVMFunction_StringLeft"); \ @@ -95036,100 +95131,12 @@ static_assert(offsetof(FRigVMFunction_StringLeft, Value) == 0x000008, "Member 'F static_assert(offsetof(FRigVMFunction_StringLeft, Count) == 0x000018, "Member 'FRigVMFunction_StringLeft::Count' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_StringLeft, Result) == 0x000020, "Member 'FRigVMFunction_StringLeft::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransform \ -static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransform"); \ -static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransform"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, EulerTransform) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransform::EulerTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransform::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransformV2 \ -static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransformV2"); \ -static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransformV2"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Value) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringContains \ -static_assert(alignof(FRigVMFunction_StringContains) == 0x000008, "Wrong alignment on FRigVMFunction_StringContains"); \ -static_assert(sizeof(FRigVMFunction_StringContains) == 0x000030, "Wrong size on FRigVMFunction_StringContains"); \ -static_assert(offsetof(FRigVMFunction_StringContains, Name) == 0x000008, "Member 'FRigVMFunction_StringContains::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringContains, Search) == 0x000018, "Member 'FRigVMFunction_StringContains::Search' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringContains, Result) == 0x000028, "Member 'FRigVMFunction_StringContains::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToEulerTransform \ -static_assert(alignof(FRigVMFunction_MathTransformToEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToEulerTransform"); \ -static_assert(sizeof(FRigVMFunction_MathTransformToEulerTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToEulerTransform"); \ -static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToEulerTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformToEulerTransform::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToVectors \ -static_assert(alignof(FRigVMFunction_MathTransformToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToVectors"); \ -static_assert(sizeof(FRigVMFunction_MathTransformToVectors) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToVectors"); \ -static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToVectors::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Forward) == 0x000070, "Member 'FRigVMFunction_MathTransformToVectors::Forward' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Right) == 0x000088, "Member 'FRigVMFunction_MathTransformToVectors::Right' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Up) == 0x0000A0, "Member 'FRigVMFunction_MathTransformToVectors::Up' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMul \ -static_assert(alignof(FRigVMFunction_MathTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMul"); \ -static_assert(sizeof(FRigVMFunction_MathTransformMul) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMul"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringToLowercase \ -static_assert(alignof(FRigVMFunction_StringToLowercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToLowercase"); \ -static_assert(sizeof(FRigVMFunction_StringToLowercase) == 0x000028, "Wrong size on FRigVMFunction_StringToLowercase"); \ -static_assert(offsetof(FRigVMFunction_StringToLowercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToLowercase::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringToLowercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToLowercase::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMakeAbsolute \ -static_assert(alignof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeAbsolute"); \ -static_assert(sizeof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeAbsolute"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Local' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Global) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Global' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigDispatch_FromString \ -static_assert(alignof(FRigDispatch_FromString) == 0x000008, "Wrong alignment on FRigDispatch_FromString"); \ -static_assert(sizeof(FRigDispatch_FromString) == 0x000070, "Wrong size on FRigDispatch_FromString"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformInverse \ -static_assert(alignof(FRigVMFunction_MathTransformInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformInverse"); \ -static_assert(sizeof(FRigVMFunction_MathTransformInverse) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformInverse"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformLerp \ -static_assert(alignof(FRigVMFunction_MathTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformLerp"); \ -static_assert(sizeof(FRigVMFunction_MathTransformLerp) == 0x000140, "Wrong size on FRigVMFunction_MathTransformLerp"); \ -static_assert(offsetof(FRigVMFunction_MathTransformLerp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformLerp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformLerp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformLerp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformLerp, T) == 0x0000D0, "Member 'FRigVMFunction_MathTransformLerp::T' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformLerp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringMiddle \ -static_assert(alignof(FRigVMFunction_StringMiddle) == 0x000008, "Wrong alignment on FRigVMFunction_StringMiddle"); \ -static_assert(sizeof(FRigVMFunction_StringMiddle) == 0x000030, "Wrong size on FRigVMFunction_StringMiddle"); \ -static_assert(offsetof(FRigVMFunction_StringMiddle, Value) == 0x000008, "Member 'FRigVMFunction_StringMiddle::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringMiddle, Start) == 0x000018, "Member 'FRigVMFunction_StringMiddle::Start' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringMiddle, Count) == 0x00001C, "Member 'FRigVMFunction_StringMiddle::Count' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringMiddle, Result) == 0x000020, "Member 'FRigVMFunction_StringMiddle::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformSelectBool \ -static_assert(alignof(FRigVMFunction_MathTransformSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformSelectBool"); \ -static_assert(sizeof(FRigVMFunction_MathTransformSelectBool) == 0x000130, "Wrong size on FRigVMFunction_MathTransformSelectBool"); \ -static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathTransformSelectBool::Condition' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathTransformSelectBool::IfTrue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfFalse) == 0x000070, "Member 'FRigVMFunction_MathTransformSelectBool::IfFalse' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformSelectBool::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringTrimWhitespace \ -static_assert(alignof(FRigVMFunction_StringTrimWhitespace) == 0x000008, "Wrong alignment on FRigVMFunction_StringTrimWhitespace"); \ -static_assert(sizeof(FRigVMFunction_StringTrimWhitespace) == 0x000028, "Wrong size on FRigVMFunction_StringTrimWhitespace"); \ -static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Value) == 0x000008, "Member 'FRigVMFunction_StringTrimWhitespace::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Result) == 0x000018, "Member 'FRigVMFunction_StringTrimWhitespace::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformTransformVector \ -static_assert(alignof(FRigVMFunction_MathTransformTransformVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformTransformVector"); \ -static_assert(sizeof(FRigVMFunction_MathTransformTransformVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformTransformVector"); \ -static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformTransformVector::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Location) == 0x000070, "Member 'FRigVMFunction_MathTransformTransformVector::Location' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformTransformVector::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_StringSplit \ +static_assert(alignof(FRigVMFunction_StringSplit) == 0x000008, "Wrong alignment on FRigVMFunction_StringSplit"); \ +static_assert(sizeof(FRigVMFunction_StringSplit) == 0x000038, "Wrong size on FRigVMFunction_StringSplit"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Value) == 0x000008, "Member 'FRigVMFunction_StringSplit::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Separator) == 0x000018, "Member 'FRigVMFunction_StringSplit::Separator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Result) == 0x000028, "Member 'FRigVMFunction_StringSplit::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_StringPadInteger \ static_assert(alignof(FRigVMFunction_StringPadInteger) == 0x000008, "Wrong alignment on FRigVMFunction_StringPadInteger"); \ @@ -95138,17 +95145,30 @@ static_assert(offsetof(FRigVMFunction_StringPadInteger, Value) == 0x000008, "Mem static_assert(offsetof(FRigVMFunction_StringPadInteger, Digits) == 0x00000C, "Member 'FRigVMFunction_StringPadInteger::Digits' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_StringPadInteger, Result) == 0x000010, "Member 'FRigVMFunction_StringPadInteger::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformArrayToSRT \ -static_assert(alignof(FRigVMFunction_MathTransformArrayToSRT) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformArrayToSRT"); \ -static_assert(sizeof(FRigVMFunction_MathTransformArrayToSRT) == 0x000048, "Wrong size on FRigVMFunction_MathTransformArrayToSRT"); \ -static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Transforms) == 0x000008, "Member 'FRigVMFunction_MathTransformArrayToSRT::Transforms' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Translations) == 0x000018, "Member 'FRigVMFunction_MathTransformArrayToSRT::Translations' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Rotations) == 0x000028, "Member 'FRigVMFunction_MathTransformArrayToSRT::Rotations' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Scales) == 0x000038, "Member 'FRigVMFunction_MathTransformArrayToSRT::Scales' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigDispatch_FromString \ +static_assert(alignof(FRigDispatch_FromString) == 0x000008, "Wrong alignment on FRigDispatch_FromString"); \ +static_assert(sizeof(FRigDispatch_FromString) == 0x000070, "Wrong size on FRigDispatch_FromString"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateBase \ -static_assert(alignof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateBase"); \ -static_assert(sizeof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong size on FRigVMFunction_AccumulateBase"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatMul \ +static_assert(alignof(FRigVMFunction_AccumulateFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatMul) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatMul \ +static_assert(alignof(FRigVMFunction_AccumulateQuatMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateQuatMul) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bFlipOrder) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIntegrateDeltaTime) == 0x000051, "Member 'FRigVMFunction_AccumulateQuatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatMul::bIsInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatLerp \ static_assert(alignof(FRigVMFunction_AccumulateFloatLerp) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatLerp"); \ @@ -95161,77 +95181,15 @@ static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, Result) == 0x000018, static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, AccumulatedValue) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatLerp::AccumulatedValue' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, bIsInitialized) == 0x000020, "Member 'FRigVMFunction_AccumulateFloatLerp::bIsInitialized' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMirrorTransform \ -static_assert(alignof(FRigVMFunction_MathTransformMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMirrorTransform"); \ -static_assert(sizeof(FRigVMFunction_MathTransformMirrorTransform) == 0x000140, "Wrong size on FRigVMFunction_MathTransformMirrorTransform"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformMirrorTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, MirrorAxis) == 0x000070, "Member 'FRigVMFunction_MathTransformMirrorTransform::MirrorAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, AxisToFlip) == 0x000071, "Member 'FRigVMFunction_MathTransformMirrorTransform::AxisToFlip' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, CentralTransform) == 0x000080, "Member 'FRigVMFunction_MathTransformMirrorTransform::CentralTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformMirrorTransform::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatAdd \ -static_assert(alignof(FRigVMFunction_AccumulateFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatAdd"); \ -static_assert(sizeof(FRigVMFunction_AccumulateFloatAdd) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatAdd"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatAdd::Increment' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatAdd::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatAdd::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatAdd::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatAdd::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatAdd::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBinaryOp \ -static_assert(alignof(FRigVMFunction_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryOp"); \ -static_assert(sizeof(FRigVMFunction_MathVectorBinaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryOp"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryOp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryOp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringSplit \ -static_assert(alignof(FRigVMFunction_StringSplit) == 0x000008, "Wrong alignment on FRigVMFunction_StringSplit"); \ -static_assert(sizeof(FRigVMFunction_StringSplit) == 0x000038, "Wrong size on FRigVMFunction_StringSplit"); \ -static_assert(offsetof(FRigVMFunction_StringSplit, Value) == 0x000008, "Member 'FRigVMFunction_StringSplit::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringSplit, Separator) == 0x000018, "Member 'FRigVMFunction_StringSplit::Separator' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringSplit, Result) == 0x000028, "Member 'FRigVMFunction_StringSplit::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMake \ -static_assert(alignof(FRigVMFunction_MathVectorMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMake"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMake) == 0x000030, "Wrong size on FRigVMFunction_MathVectorMake"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMake, X) == 0x000008, "Member 'FRigVMFunction_MathVectorMake::X' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathVectorMake::Y' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMake, Z) == 0x000010, "Member 'FRigVMFunction_MathVectorMake::Z' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMake, Result) == 0x000018, "Member 'FRigVMFunction_MathVectorMake::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromFloat \ -static_assert(alignof(FRigVMFunction_MathVectorFromFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromFloat"); \ -static_assert(sizeof(FRigVMFunction_MathVectorFromFloat) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromFloat"); \ -static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromFloat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromFloat::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromDouble \ -static_assert(alignof(FRigVMFunction_MathVectorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromDouble"); \ -static_assert(sizeof(FRigVMFunction_MathVectorFromDouble) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromDouble"); \ -static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromDouble::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromDouble::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSub \ -static_assert(alignof(FRigVMFunction_MathVectorSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSub"); \ -static_assert(sizeof(FRigVMFunction_MathVectorSub) == 0x000050, "Wrong size on FRigVMFunction_MathVectorSub"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorScale \ -static_assert(alignof(FRigVMFunction_MathVectorScale) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorScale"); \ -static_assert(sizeof(FRigVMFunction_MathVectorScale) == 0x000040, "Wrong size on FRigVMFunction_MathVectorScale"); \ -static_assert(offsetof(FRigVMFunction_MathVectorScale, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorScale::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorScale, Factor) == 0x000020, "Member 'FRigVMFunction_MathVectorScale::Factor' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorScale, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorScale::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDiv \ -static_assert(alignof(FRigVMFunction_MathVectorDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDiv"); \ -static_assert(sizeof(FRigVMFunction_MathVectorDiv) == 0x000050, "Wrong size on FRigVMFunction_MathVectorDiv"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMod \ -static_assert(alignof(FRigVMFunction_MathVectorMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMod"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMod) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMod"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatRange \ +static_assert(alignof(FRigVMFunction_AccumulateFloatRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatRange"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatRange) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatRange"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Minimum) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Maximum) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMinimum) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMaximum) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatRange::bIsInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterp \ static_assert(alignof(FRigVMFunction_AlphaInterp) == 0x000008, "Wrong alignment on FRigVMFunction_AlphaInterp"); \ @@ -95251,89 +95209,32 @@ static_assert(offsetof(FRigVMFunction_AlphaInterp, InterpSpeedDecreasing) == 0x0 static_assert(offsetof(FRigVMFunction_AlphaInterp, Result) == 0x000040, "Member 'FRigVMFunction_AlphaInterp::Result' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_AlphaInterp, ScaleBiasClamp) == 0x000044, "Member 'FRigVMFunction_AlphaInterp::ScaleBiasClamp' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMin \ -static_assert(alignof(FRigVMFunction_MathVectorMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMin"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMin) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMin"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterpQuat \ +static_assert(alignof(FRigVMFunction_AlphaInterpQuat) == 0x000010, "Wrong alignment on FRigVMFunction_AlphaInterpQuat"); \ +static_assert(sizeof(FRigVMFunction_AlphaInterpQuat) == 0x0000C0, "Wrong size on FRigVMFunction_AlphaInterpQuat"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Value) == 0x000010, "Member 'FRigVMFunction_AlphaInterpQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Scale) == 0x000030, "Member 'FRigVMFunction_AlphaInterpQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Bias) == 0x000034, "Member 'FRigVMFunction_AlphaInterpQuat::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bMapRange) == 0x000038, "Member 'FRigVMFunction_AlphaInterpQuat::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InRange) == 0x00003C, "Member 'FRigVMFunction_AlphaInterpQuat::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, OutRange) == 0x000044, "Member 'FRigVMFunction_AlphaInterpQuat::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bClampResult) == 0x00004C, "Member 'FRigVMFunction_AlphaInterpQuat::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMin) == 0x000050, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMax) == 0x000054, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bInterpResult) == 0x000058, "Member 'FRigVMFunction_AlphaInterpQuat::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedIncreasing) == 0x00005C, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedDecreasing) == 0x000060, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Result) == 0x000070, "Member 'FRigVMFunction_AlphaInterpQuat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ScaleBiasClamp) == 0x000090, "Member 'FRigVMFunction_AlphaInterpQuat::ScaleBiasClamp' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMax \ -static_assert(alignof(FRigVMFunction_MathVectorMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMax"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMax) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMax"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAbs \ -static_assert(alignof(FRigVMFunction_MathVectorAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAbs"); \ -static_assert(sizeof(FRigVMFunction_MathVectorAbs) == 0x000038, "Wrong size on FRigVMFunction_MathVectorAbs"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCeil \ -static_assert(alignof(FRigVMFunction_MathVectorCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCeil"); \ -static_assert(sizeof(FRigVMFunction_MathVectorCeil) == 0x000038, "Wrong size on FRigVMFunction_MathVectorCeil"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatRange \ -static_assert(alignof(FRigVMFunction_AccumulateFloatRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatRange"); \ -static_assert(sizeof(FRigVMFunction_AccumulateFloatRange) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatRange"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatRange::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Minimum) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatRange::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Maximum) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatRange::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMinimum) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMaximum) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatRange::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRound \ -static_assert(alignof(FRigVMFunction_MathVectorRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRound"); \ -static_assert(sizeof(FRigVMFunction_MathVectorRound) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRound"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSign \ -static_assert(alignof(FRigVMFunction_MathVectorSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSign"); \ -static_assert(sizeof(FRigVMFunction_MathVectorSign) == 0x000038, "Wrong size on FRigVMFunction_MathVectorSign"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_KalmanVector \ -static_assert(alignof(FRigVMFunction_KalmanVector) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanVector"); \ -static_assert(sizeof(FRigVMFunction_KalmanVector) == 0x000058, "Wrong size on FRigVMFunction_KalmanVector"); \ -static_assert(offsetof(FRigVMFunction_KalmanVector, Value) == 0x000008, "Member 'FRigVMFunction_KalmanVector::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanVector, BufferSize) == 0x000020, "Member 'FRigVMFunction_KalmanVector::BufferSize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanVector, Result) == 0x000028, "Member 'FRigVMFunction_KalmanVector::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanVector, Buffer) == 0x000040, "Member 'FRigVMFunction_KalmanVector::Buffer' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanVector, LastInsertIndex) == 0x000050, "Member 'FRigVMFunction_KalmanVector::LastInsertIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClamp \ -static_assert(alignof(FRigVMFunction_MathVectorClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClamp"); \ -static_assert(sizeof(FRigVMFunction_MathVectorClamp) == 0x000068, "Wrong size on FRigVMFunction_MathVectorClamp"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClamp::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClamp, Minimum) == 0x000020, "Member 'FRigVMFunction_MathVectorClamp::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClamp, Maximum) == 0x000038, "Member 'FRigVMFunction_MathVectorClamp::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorClamp, Result) == 0x000050, "Member 'FRigVMFunction_MathVectorClamp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLerp \ -static_assert(alignof(FRigVMFunction_MathVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLerp"); \ -static_assert(sizeof(FRigVMFunction_MathVectorLerp) == 0x000058, "Wrong size on FRigVMFunction_MathVectorLerp"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLerp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorLerp::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLerp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorLerp::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLerp, T) == 0x000038, "Member 'FRigVMFunction_MathVectorLerp::T' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorLerp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRemap \ -static_assert(alignof(FRigVMFunction_MathVectorRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRemap"); \ -static_assert(sizeof(FRigVMFunction_MathVectorRemap) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorRemap"); \ -static_assert(offsetof(FRigVMFunction_MathVectorRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorRemap::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMinimum) == 0x000020, "Member 'FRigVMFunction_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMaximum) == 0x000038, "Member 'FRigVMFunction_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMinimum) == 0x000050, "Member 'FRigVMFunction_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMaximum) == 0x000068, "Member 'FRigVMFunction_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorRemap, bClamp) == 0x000080, "Member 'FRigVMFunction_MathVectorRemap::bClamp' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorRemap, Result) == 0x000088, "Member 'FRigVMFunction_MathVectorRemap::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorEquals \ -static_assert(alignof(FRigVMFunction_MathVectorEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorEquals"); \ -static_assert(sizeof(FRigVMFunction_MathVectorEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorEquals"); \ -static_assert(offsetof(FRigVMFunction_MathVectorEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorEquals::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyZero \ -static_assert(alignof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyZero"); \ -static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000028, "Wrong size on FRigVMFunction_MathVectorIsNearlyZero"); \ -static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Tolerance) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Result) == 0x000024, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousVector \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousVector) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousVector"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousVector) == 0x000070, "Wrong size on FRigVMFunction_DeltaFromPreviousVector"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Delta) == 0x000020, "Member 'FRigVMFunction_DeltaFromPreviousVector::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, PreviousValue) == 0x000038, "Member 'FRigVMFunction_DeltaFromPreviousVector::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Cache) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousVector::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, bIsInitialized) == 0x000068, "Member 'FRigVMFunction_DeltaFromPreviousVector::bIsInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousTransform \ static_assert(alignof(FRigVMFunction_DeltaFromPreviousTransform) == 0x000010, "Wrong alignment on FRigVMFunction_DeltaFromPreviousTransform"); \ @@ -95344,37 +95245,35 @@ static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, PreviousValue) static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, Cache) == 0x000130, "Member 'FRigVMFunction_DeltaFromPreviousTransform::Cache' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, bIsInitialized) == 0x000190, "Member 'FRigVMFunction_DeltaFromPreviousTransform::bIsInitialized' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyEqual \ -static_assert(alignof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyEqual"); \ -static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000040, "Wrong size on FRigVMFunction_MathVectorIsNearlyEqual"); \ -static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, B) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Tolerance) == 0x000038, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Result) == 0x00003C, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanVector \ +static_assert(alignof(FRigVMFunction_KalmanVector) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanVector"); \ +static_assert(sizeof(FRigVMFunction_KalmanVector) == 0x000058, "Wrong size on FRigVMFunction_KalmanVector"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Value) == 0x000008, "Member 'FRigVMFunction_KalmanVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, BufferSize) == 0x000020, "Member 'FRigVMFunction_KalmanVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Result) == 0x000028, "Member 'FRigVMFunction_KalmanVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Buffer) == 0x000040, "Member 'FRigVMFunction_KalmanVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, LastInsertIndex) == 0x000050, "Member 'FRigVMFunction_KalmanVector::LastInsertIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDeg \ -static_assert(alignof(FRigVMFunction_MathVectorDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDeg"); \ -static_assert(sizeof(FRigVMFunction_MathVectorDeg) == 0x000038, "Wrong size on FRigVMFunction_MathVectorDeg"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_Timeline \ +static_assert(alignof(FRigVMFunction_Timeline) == 0x000008, "Wrong alignment on FRigVMFunction_Timeline"); \ +static_assert(sizeof(FRigVMFunction_Timeline) == 0x000018, "Wrong size on FRigVMFunction_Timeline"); \ +static_assert(offsetof(FRigVMFunction_Timeline, Speed) == 0x000008, "Member 'FRigVMFunction_Timeline::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, Time) == 0x00000C, "Member 'FRigVMFunction_Timeline::Time' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigVMFunction_Timeline::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, bIsInitialized) == 0x000014, "Member 'FRigVMFunction_Timeline::bIsInitialized' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRad \ -static_assert(alignof(FRigVMFunction_MathVectorRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRad"); \ -static_assert(sizeof(FRigVMFunction_MathVectorRad) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRad"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLengthSquared \ -static_assert(alignof(FRigVMFunction_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLengthSquared"); \ -static_assert(sizeof(FRigVMFunction_MathVectorLengthSquared) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLengthSquared"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLengthSquared::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLengthSquared::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLength \ -static_assert(alignof(FRigVMFunction_MathVectorLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLength"); \ -static_assert(sizeof(FRigVMFunction_MathVectorLength) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLength"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLength::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorLength, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLength::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCross \ -static_assert(alignof(FRigVMFunction_MathVectorCross) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCross"); \ -static_assert(sizeof(FRigVMFunction_MathVectorCross) == 0x000050, "Wrong size on FRigVMFunction_MathVectorCross"); \ +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetFloat \ +static_assert(alignof(FRigVMFunction_TimeOffsetFloat) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetFloat"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetFloat) == 0x000048, "Wrong size on FRigVMFunction_TimeOffsetFloat"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, SecondsAgo) == 0x00000C, "Member 'FRigVMFunction_TimeOffsetFloat::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, BufferSize) == 0x000010, "Member 'FRigVMFunction_TimeOffsetFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, TimeRange) == 0x000014, "Member 'FRigVMFunction_TimeOffsetFloat::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Result) == 0x000018, "Member 'FRigVMFunction_TimeOffsetFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Buffer) == 0x000020, "Member 'FRigVMFunction_TimeOffsetFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, DeltaTimes) == 0x000030, "Member 'FRigVMFunction_TimeOffsetFloat::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, LastInsertIndex) == 0x000040, "Member 'FRigVMFunction_TimeOffsetFloat::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, UpperBound) == 0x000044, "Member 'FRigVMFunction_TimeOffsetFloat::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetTransform \ static_assert(alignof(FRigVMFunction_TimeOffsetTransform) == 0x000010, "Wrong alignment on FRigVMFunction_TimeOffsetTransform"); \ @@ -95389,422 +95288,6 @@ static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, DeltaTimes) == 0x0000 static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, LastInsertIndex) == 0x000100, "Member 'FRigVMFunction_TimeOffsetTransform::LastInsertIndex' has a wrong offset!"); \ static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, UpperBound) == 0x000104, "Member 'FRigVMFunction_TimeOffsetTransform::UpperBound' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDot \ -static_assert(alignof(FRigVMFunction_MathVectorDot) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDot"); \ -static_assert(sizeof(FRigVMFunction_MathVectorDot) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDot"); \ -static_assert(offsetof(FRigVMFunction_MathVectorDot, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDot::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorDot, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDot::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorDot, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDot::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSetLength \ -static_assert(alignof(FRigVMFunction_MathVectorSetLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSetLength"); \ -static_assert(sizeof(FRigVMFunction_MathVectorSetLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorSetLength"); \ -static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorSetLength::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Length) == 0x000020, "Member 'FRigVMFunction_MathVectorSetLength::Length' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorSetLength::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirror \ -static_assert(alignof(FRigVMFunction_MathVectorMirror) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMirror"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMirror) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMirror"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirror, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirror::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirror, Normal) == 0x000020, "Member 'FRigVMFunction_MathVectorMirror::Normal' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirror, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorMirror::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorParallel \ -static_assert(alignof(FRigVMFunction_MathVectorParallel) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorParallel"); \ -static_assert(sizeof(FRigVMFunction_MathVectorParallel) == 0x000040, "Wrong size on FRigVMFunction_MathVectorParallel"); \ -static_assert(offsetof(FRigVMFunction_MathVectorParallel, A) == 0x000008, "Member 'FRigVMFunction_MathVectorParallel::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorParallel, B) == 0x000020, "Member 'FRigVMFunction_MathVectorParallel::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorParallel, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorParallel::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBezierFourPoint \ -static_assert(alignof(FRigVMFunction_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBezierFourPoint"); \ -static_assert(sizeof(FRigVMFunction_MathVectorBezierFourPoint) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorBezierFourPoint"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, T) == 0x000068, "Member 'FRigVMFunction_MathVectorBezierFourPoint::T' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Result) == 0x000070, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Tangent) == 0x000088, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeBezierFourPoint \ -static_assert(alignof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000068, "Wrong size on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMakeBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeBezierFourPoint::Bezier' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathIntersectPlane \ -static_assert(alignof(FRigVMFunction_MathIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntersectPlane"); \ -static_assert(sizeof(FRigVMFunction_MathIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathIntersectPlane"); \ -static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Start) == 0x000008, "Member 'FRigVMFunction_MathIntersectPlane::Start' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Direction) == 0x000020, "Member 'FRigVMFunction_MathIntersectPlane::Direction' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathIntersectPlane::PlanePoint' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathIntersectPlane::PlaneNormal' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathIntersectPlane::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathIntersectPlane::Distance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeRelative \ -static_assert(alignof(FRigVMFunction_MathVectorMakeRelative) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeRelative"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMakeRelative) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeRelative"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Global) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeRelative::Global' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeRelative::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Local) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeRelative::Local' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirrorTransform \ -static_assert(alignof(FRigVMFunction_MathVectorMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorMirrorTransform"); \ -static_assert(sizeof(FRigVMFunction_MathVectorMirrorTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathVectorMirrorTransform"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirrorTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, MirrorAxis) == 0x000020, "Member 'FRigVMFunction_MathVectorMirrorTransform::MirrorAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, AxisToFlip) == 0x000021, "Member 'FRigVMFunction_MathVectorMirrorTransform::AxisToFlip' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, CentralTransform) == 0x000030, "Member 'FRigVMFunction_MathVectorMirrorTransform::CentralTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathVectorMirrorTransform::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArrayAverage \ -static_assert(alignof(FRigVMFunction_MathVectorArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArrayAverage"); \ -static_assert(sizeof(FRigVMFunction_MathVectorArrayAverage) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArrayAverage"); \ -static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArrayAverage::Array' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathVectorArrayAverage::Average' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_NoiseDouble \ -static_assert(alignof(FRigVMFunction_NoiseDouble) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseDouble"); \ -static_assert(sizeof(FRigVMFunction_NoiseDouble) == 0x000040, "Wrong size on FRigVMFunction_NoiseDouble"); \ -static_assert(offsetof(FRigVMFunction_NoiseDouble, Value) == 0x000008, "Member 'FRigVMFunction_NoiseDouble::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseDouble, Speed) == 0x000010, "Member 'FRigVMFunction_NoiseDouble::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseDouble, Frequency) == 0x000018, "Member 'FRigVMFunction_NoiseDouble::Frequency' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseDouble, Minimum) == 0x000020, "Member 'FRigVMFunction_NoiseDouble::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseDouble, Maximum) == 0x000028, "Member 'FRigVMFunction_NoiseDouble::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseDouble, Result) == 0x000030, "Member 'FRigVMFunction_NoiseDouble::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseDouble, Time) == 0x000038, "Member 'FRigVMFunction_NoiseDouble::Time' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector2 \ -static_assert(alignof(FRigVMFunction_NoiseVector2) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector2"); \ -static_assert(sizeof(FRigVMFunction_NoiseVector2) == 0x000090, "Wrong size on FRigVMFunction_NoiseVector2"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector2, Value) == 0x000008, "Member 'FRigVMFunction_NoiseVector2::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector2, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector2::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector2, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector2::Frequency' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector2, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector2::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector2, Maximum) == 0x000058, "Member 'FRigVMFunction_NoiseVector2::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector2, Result) == 0x000060, "Member 'FRigVMFunction_NoiseVector2::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NoiseVector2, Time) == 0x000078, "Member 'FRigVMFunction_NoiseVector2::Time' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_RandomVector \ -static_assert(alignof(FRigVMFunction_RandomVector) == 0x000008, "Wrong alignment on FRigVMFunction_RandomVector"); \ -static_assert(sizeof(FRigVMFunction_RandomVector) == 0x000058, "Wrong size on FRigVMFunction_RandomVector"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, Seed) == 0x000008, "Member 'FRigVMFunction_RandomVector::Seed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomVector::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomVector::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, duration) == 0x000014, "Member 'FRigVMFunction_RandomVector::duration' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, Result) == 0x000018, "Member 'FRigVMFunction_RandomVector::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, LastResult) == 0x000030, "Member 'FRigVMFunction_RandomVector::LastResult' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, LastSeed) == 0x000048, "Member 'FRigVMFunction_RandomVector::LastSeed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, BaseSeed) == 0x00004C, "Member 'FRigVMFunction_RandomVector::BaseSeed' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_RandomVector, TimeLeft) == 0x000050, "Member 'FRigVMFunction_RandomVector::TimeLeft' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMSimPoint \ -static_assert(alignof(FRigVMSimPoint) == 0x000008, "Wrong alignment on FRigVMSimPoint"); \ -static_assert(sizeof(FRigVMSimPoint) == 0x000040, "Wrong size on FRigVMSimPoint"); \ -static_assert(offsetof(FRigVMSimPoint, Mass) == 0x000000, "Member 'FRigVMSimPoint::Mass' has a wrong offset!"); \ -static_assert(offsetof(FRigVMSimPoint, Size) == 0x000004, "Member 'FRigVMSimPoint::Size' has a wrong offset!"); \ -static_assert(offsetof(FRigVMSimPoint, LinearDamping) == 0x000008, "Member 'FRigVMSimPoint::LinearDamping' has a wrong offset!"); \ -static_assert(offsetof(FRigVMSimPoint, InheritMotion) == 0x00000C, "Member 'FRigVMSimPoint::InheritMotion' has a wrong offset!"); \ -static_assert(offsetof(FRigVMSimPoint, Position) == 0x000010, "Member 'FRigVMSimPoint::Position' has a wrong offset!"); \ -static_assert(offsetof(FRigVMSimPoint, LinearVelocity) == 0x000028, "Member 'FRigVMSimPoint::LinearVelocity' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayMake \ -static_assert(alignof(FRigVMDispatch_ArrayMake) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayMake"); \ -static_assert(sizeof(FRigVMDispatch_ArrayMake) == 0x000070, "Wrong size on FRigVMDispatch_ArrayMake"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetNum \ -static_assert(alignof(FRigVMDispatch_ArrayGetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetNum"); \ -static_assert(sizeof(FRigVMDispatch_ArrayGetNum) == 0x000070, "Wrong size on FRigVMDispatch_ArrayGetNum"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatMul \ -static_assert(alignof(FRigVMFunction_AccumulateQuatMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatMul"); \ -static_assert(sizeof(FRigVMFunction_AccumulateQuatMul) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatMul"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatMul::Multiplier' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatMul::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bFlipOrder) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatMul::bFlipOrder' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIntegrateDeltaTime) == 0x000051, "Member 'FRigVMFunction_AccumulateQuatMul::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatMul::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatMul::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatMul::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetAtIndex \ -static_assert(alignof(FRigVMDispatch_ArrayGetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetAtIndex"); \ -static_assert(sizeof(FRigVMDispatch_ArrayGetAtIndex) == 0x000070, "Wrong size on FRigVMDispatch_ArrayGetAtIndex"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAdd \ -static_assert(alignof(FRigVMDispatch_ArrayAdd) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAdd"); \ -static_assert(sizeof(FRigVMDispatch_ArrayAdd) == 0x000070, "Wrong size on FRigVMDispatch_ArrayAdd"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayInsert \ -static_assert(alignof(FRigVMDispatch_ArrayInsert) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayInsert"); \ -static_assert(sizeof(FRigVMDispatch_ArrayInsert) == 0x000070, "Wrong size on FRigVMDispatch_ArrayInsert"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatLerp \ -static_assert(alignof(FRigVMFunction_AccumulateQuatLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatLerp"); \ -static_assert(sizeof(FRigVMFunction_AccumulateQuatLerp) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatLerp"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatLerp::TargetValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatLerp::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Blend) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatLerp::Blend' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIntegrateDeltaTime) == 0x000054, "Member 'FRigVMFunction_AccumulateQuatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatLerp::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatLerp::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatLerp::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayRemove \ -static_assert(alignof(FRigVMDispatch_ArrayRemove) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayRemove"); \ -static_assert(sizeof(FRigVMDispatch_ArrayRemove) == 0x000070, "Wrong size on FRigVMDispatch_ArrayRemove"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReverse \ -static_assert(alignof(FRigVMDispatch_ArrayReverse) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReverse"); \ -static_assert(sizeof(FRigVMDispatch_ArrayReverse) == 0x000070, "Wrong size on FRigVMDispatch_ArrayReverse"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatMul \ -static_assert(alignof(FRigVMFunction_AccumulateFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatMul"); \ -static_assert(sizeof(FRigVMFunction_AccumulateFloatMul) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatMul"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatMul::Multiplier' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatMul::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatMul::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatMul::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatMul::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatMul::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayFind \ -static_assert(alignof(FRigVMDispatch_ArrayFind) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayFind"); \ -static_assert(sizeof(FRigVMDispatch_ArrayFind) == 0x000070, "Wrong size on FRigVMDispatch_ArrayFind"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayClone \ -static_assert(alignof(FRigVMDispatch_ArrayClone) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayClone"); \ -static_assert(sizeof(FRigVMDispatch_ArrayClone) == 0x000070, "Wrong size on FRigVMDispatch_ArrayClone"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIterator \ -static_assert(alignof(FRigVMDispatch_ArrayIterator) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIterator"); \ -static_assert(sizeof(FRigVMDispatch_ArrayIterator) == 0x000070, "Wrong size on FRigVMDispatch_ArrayIterator"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_Constant \ -static_assert(alignof(FRigVMDispatch_Constant) == 0x000008, "Wrong alignment on FRigVMDispatch_Constant"); \ -static_assert(sizeof(FRigVMDispatch_Constant) == 0x000070, "Wrong size on FRigVMDispatch_Constant"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_If \ -static_assert(alignof(FRigVMDispatch_If) == 0x000008, "Wrong alignment on FRigVMDispatch_If"); \ -static_assert(sizeof(FRigVMDispatch_If) == 0x000070, "Wrong size on FRigVMDispatch_If"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_BreakStruct \ -static_assert(alignof(FRigVMDispatch_BreakStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_BreakStruct"); \ -static_assert(sizeof(FRigVMDispatch_BreakStruct) == 0x000070, "Wrong size on FRigVMDispatch_BreakStruct"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_SelectInt32 \ -static_assert(alignof(FRigVMDispatch_SelectInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SelectInt32"); \ -static_assert(sizeof(FRigVMDispatch_SelectInt32) == 0x000070, "Wrong size on FRigVMDispatch_SelectInt32"); \ - -#define DUMPER7_ASSERTS_FRigVMDispatch_SwitchInt32 \ -static_assert(alignof(FRigVMDispatch_SwitchInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SwitchInt32"); \ -static_assert(sizeof(FRigVMDispatch_SwitchInt32) == 0x000070, "Wrong size on FRigVMDispatch_SwitchInt32"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_NameTruncate \ -static_assert(alignof(FRigVMFunction_NameTruncate) == 0x000008, "Wrong alignment on FRigVMFunction_NameTruncate"); \ -static_assert(sizeof(FRigVMFunction_NameTruncate) == 0x000028, "Wrong size on FRigVMFunction_NameTruncate"); \ -static_assert(offsetof(FRigVMFunction_NameTruncate, Name) == 0x000008, "Member 'FRigVMFunction_NameTruncate::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameTruncate, Count) == 0x000010, "Member 'FRigVMFunction_NameTruncate::Count' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameTruncate, FromEnd) == 0x000014, "Member 'FRigVMFunction_NameTruncate::FromEnd' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameTruncate, Remainder) == 0x000018, "Member 'FRigVMFunction_NameTruncate::Remainder' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_NameTruncate, Chopped) == 0x000020, "Member 'FRigVMFunction_NameTruncate::Chopped' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_EndsWith \ -static_assert(alignof(FRigVMFunction_EndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_EndsWith"); \ -static_assert(sizeof(FRigVMFunction_EndsWith) == 0x000020, "Wrong size on FRigVMFunction_EndsWith"); \ -static_assert(offsetof(FRigVMFunction_EndsWith, Name) == 0x000008, "Member 'FRigVMFunction_EndsWith::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_EndsWith, Ending) == 0x000010, "Member 'FRigVMFunction_EndsWith::Ending' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_EndsWith, Result) == 0x000018, "Member 'FRigVMFunction_EndsWith::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_Contains \ -static_assert(alignof(FRigVMFunction_Contains) == 0x000008, "Wrong alignment on FRigVMFunction_Contains"); \ -static_assert(sizeof(FRigVMFunction_Contains) == 0x000020, "Wrong size on FRigVMFunction_Contains"); \ -static_assert(offsetof(FRigVMFunction_Contains, Name) == 0x000008, "Member 'FRigVMFunction_Contains::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_Contains, Search) == 0x000010, "Member 'FRigVMFunction_Contains::Search' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_Contains, Result) == 0x000018, "Member 'FRigVMFunction_Contains::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringConcat \ -static_assert(alignof(FRigVMFunction_StringConcat) == 0x000008, "Wrong alignment on FRigVMFunction_StringConcat"); \ -static_assert(sizeof(FRigVMFunction_StringConcat) == 0x000038, "Wrong size on FRigVMFunction_StringConcat"); \ -static_assert(offsetof(FRigVMFunction_StringConcat, A) == 0x000008, "Member 'FRigVMFunction_StringConcat::A' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringConcat, B) == 0x000018, "Member 'FRigVMFunction_StringConcat::B' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringConcat, Result) == 0x000028, "Member 'FRigVMFunction_StringConcat::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringReplace \ -static_assert(alignof(FRigVMFunction_StringReplace) == 0x000008, "Wrong alignment on FRigVMFunction_StringReplace"); \ -static_assert(sizeof(FRigVMFunction_StringReplace) == 0x000048, "Wrong size on FRigVMFunction_StringReplace"); \ -static_assert(offsetof(FRigVMFunction_StringReplace, Name) == 0x000008, "Member 'FRigVMFunction_StringReplace::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringReplace, Old) == 0x000018, "Member 'FRigVMFunction_StringReplace::Old' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringReplace, New) == 0x000028, "Member 'FRigVMFunction_StringReplace::New' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringReplace, Result) == 0x000038, "Member 'FRigVMFunction_StringReplace::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringStartsWith \ -static_assert(alignof(FRigVMFunction_StringStartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringStartsWith"); \ -static_assert(sizeof(FRigVMFunction_StringStartsWith) == 0x000030, "Wrong size on FRigVMFunction_StringStartsWith"); \ -static_assert(offsetof(FRigVMFunction_StringStartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringStartsWith::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringStartsWith, Start) == 0x000018, "Member 'FRigVMFunction_StringStartsWith::Start' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringStartsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringStartsWith::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringLength \ -static_assert(alignof(FRigVMFunction_StringLength) == 0x000008, "Wrong alignment on FRigVMFunction_StringLength"); \ -static_assert(sizeof(FRigVMFunction_StringLength) == 0x000020, "Wrong size on FRigVMFunction_StringLength"); \ -static_assert(offsetof(FRigVMFunction_StringLength, Value) == 0x000008, "Member 'FRigVMFunction_StringLength::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringLength, Length) == 0x000018, "Member 'FRigVMFunction_StringLength::Length' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringToUppercase \ -static_assert(alignof(FRigVMFunction_StringToUppercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToUppercase"); \ -static_assert(sizeof(FRigVMFunction_StringToUppercase) == 0x000028, "Wrong size on FRigVMFunction_StringToUppercase"); \ -static_assert(offsetof(FRigVMFunction_StringToUppercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToUppercase::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringToUppercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToUppercase::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringReverse \ -static_assert(alignof(FRigVMFunction_StringReverse) == 0x000008, "Wrong alignment on FRigVMFunction_StringReverse"); \ -static_assert(sizeof(FRigVMFunction_StringReverse) == 0x000028, "Wrong size on FRigVMFunction_StringReverse"); \ -static_assert(offsetof(FRigVMFunction_StringReverse, Value) == 0x000008, "Member 'FRigVMFunction_StringReverse::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringReverse, Reverse) == 0x000018, "Member 'FRigVMFunction_StringReverse::Reverse' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringRight \ -static_assert(alignof(FRigVMFunction_StringRight) == 0x000008, "Wrong alignment on FRigVMFunction_StringRight"); \ -static_assert(sizeof(FRigVMFunction_StringRight) == 0x000030, "Wrong size on FRigVMFunction_StringRight"); \ -static_assert(offsetof(FRigVMFunction_StringRight, Value) == 0x000008, "Member 'FRigVMFunction_StringRight::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringRight, Count) == 0x000018, "Member 'FRigVMFunction_StringRight::Count' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringRight, Result) == 0x000020, "Member 'FRigVMFunction_StringRight::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringFind \ -static_assert(alignof(FRigVMFunction_StringFind) == 0x000008, "Wrong alignment on FRigVMFunction_StringFind"); \ -static_assert(sizeof(FRigVMFunction_StringFind) == 0x000030, "Wrong size on FRigVMFunction_StringFind"); \ -static_assert(offsetof(FRigVMFunction_StringFind, Value) == 0x000008, "Member 'FRigVMFunction_StringFind::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringFind, Search) == 0x000018, "Member 'FRigVMFunction_StringFind::Search' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringFind, Found) == 0x000028, "Member 'FRigVMFunction_StringFind::Found' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringFind, Index) == 0x00002C, "Member 'FRigVMFunction_StringFind::Index' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_StringJoin \ -static_assert(alignof(FRigVMFunction_StringJoin) == 0x000008, "Wrong alignment on FRigVMFunction_StringJoin"); \ -static_assert(sizeof(FRigVMFunction_StringJoin) == 0x000038, "Wrong size on FRigVMFunction_StringJoin"); \ -static_assert(offsetof(FRigVMFunction_StringJoin, Values) == 0x000008, "Member 'FRigVMFunction_StringJoin::Values' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringJoin, Separator) == 0x000018, "Member 'FRigVMFunction_StringJoin::Separator' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_StringJoin, Result) == 0x000028, "Member 'FRigVMFunction_StringJoin::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigDispatch_ToString \ -static_assert(alignof(FRigDispatch_ToString) == 0x000008, "Wrong alignment on FRigDispatch_ToString"); \ -static_assert(sizeof(FRigDispatch_ToString) == 0x000070, "Wrong size on FRigDispatch_ToString"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorAdd \ -static_assert(alignof(FRigVMFunction_AccumulateVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorAdd"); \ -static_assert(sizeof(FRigVMFunction_AccumulateVectorAdd) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorAdd"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorAdd::Increment' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorAdd::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorAdd::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorAdd::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorAdd::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorAdd::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorMul \ -static_assert(alignof(FRigVMFunction_AccumulateVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorMul"); \ -static_assert(sizeof(FRigVMFunction_AccumulateVectorMul) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorMul"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorMul::Multiplier' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorMul::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorMul::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorMul::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorMul::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorMul::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformMul \ -static_assert(alignof(FRigVMFunction_AccumulateTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformMul"); \ -static_assert(sizeof(FRigVMFunction_AccumulateTransformMul) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformMul"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformMul::Multiplier' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformMul::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bFlipOrder) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformMul::bFlipOrder' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIntegrateDeltaTime) == 0x0000D1, "Member 'FRigVMFunction_AccumulateTransformMul::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformMul::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformMul::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformMul::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorLerp \ -static_assert(alignof(FRigVMFunction_AccumulateVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorLerp"); \ -static_assert(sizeof(FRigVMFunction_AccumulateVectorLerp) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorLerp"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, TargetValue) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorLerp::TargetValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorLerp::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Blend) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorLerp::Blend' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIntegrateDeltaTime) == 0x00003C, "Member 'FRigVMFunction_AccumulateVectorLerp::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorLerp::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorLerp::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorLerp::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformLerp \ -static_assert(alignof(FRigVMFunction_AccumulateTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformLerp"); \ -static_assert(sizeof(FRigVMFunction_AccumulateTransformLerp) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformLerp"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformLerp::TargetValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformLerp::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Blend) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformLerp::Blend' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIntegrateDeltaTime) == 0x0000D4, "Member 'FRigVMFunction_AccumulateTransformLerp::bIntegrateDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformLerp::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformLerp::AccumulatedValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformLerp::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorRange \ -static_assert(alignof(FRigVMFunction_AccumulateVectorRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorRange"); \ -static_assert(sizeof(FRigVMFunction_AccumulateVectorRange) == 0x000088, "Wrong size on FRigVMFunction_AccumulateVectorRange"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorRange::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Minimum) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorRange::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Maximum) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorRange::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMinimum) == 0x000050, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMaximum) == 0x000068, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, bIsInitialized) == 0x000080, "Member 'FRigVMFunction_AccumulateVectorRange::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousQuat \ -static_assert(alignof(FRigVMFunction_DeltaFromPreviousQuat) == 0x000010, "Wrong alignment on FRigVMFunction_DeltaFromPreviousQuat"); \ -static_assert(sizeof(FRigVMFunction_DeltaFromPreviousQuat) == 0x0000A0, "Wrong size on FRigVMFunction_DeltaFromPreviousQuat"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Value) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Delta) == 0x000030, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Delta' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, PreviousValue) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousQuat::PreviousValue' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Cache) == 0x000070, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Cache' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, bIsInitialized) == 0x000090, "Member 'FRigVMFunction_DeltaFromPreviousQuat::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_KalmanFloat \ -static_assert(alignof(FRigVMFunction_KalmanFloat) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanFloat"); \ -static_assert(sizeof(FRigVMFunction_KalmanFloat) == 0x000030, "Wrong size on FRigVMFunction_KalmanFloat"); \ -static_assert(offsetof(FRigVMFunction_KalmanFloat, Value) == 0x000008, "Member 'FRigVMFunction_KalmanFloat::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigVMFunction_KalmanFloat::BufferSize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanFloat, Result) == 0x000010, "Member 'FRigVMFunction_KalmanFloat::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanFloat, Buffer) == 0x000018, "Member 'FRigVMFunction_KalmanFloat::Buffer' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigVMFunction_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_KalmanTransform \ -static_assert(alignof(FRigVMFunction_KalmanTransform) == 0x000010, "Wrong alignment on FRigVMFunction_KalmanTransform"); \ -static_assert(sizeof(FRigVMFunction_KalmanTransform) == 0x000100, "Wrong size on FRigVMFunction_KalmanTransform"); \ -static_assert(offsetof(FRigVMFunction_KalmanTransform, Value) == 0x000010, "Member 'FRigVMFunction_KalmanTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanTransform, BufferSize) == 0x000070, "Member 'FRigVMFunction_KalmanTransform::BufferSize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanTransform, Result) == 0x000080, "Member 'FRigVMFunction_KalmanTransform::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanTransform, Buffer) == 0x0000E0, "Member 'FRigVMFunction_KalmanTransform::Buffer' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_KalmanTransform, LastInsertIndex) == 0x0000F0, "Member 'FRigVMFunction_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetVector \ -static_assert(alignof(FRigVMFunction_TimeOffsetVector) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetVector"); \ -static_assert(sizeof(FRigVMFunction_TimeOffsetVector) == 0x000070, "Wrong size on FRigVMFunction_TimeOffsetVector"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetVector::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, SecondsAgo) == 0x000020, "Member 'FRigVMFunction_TimeOffsetVector::SecondsAgo' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, BufferSize) == 0x000024, "Member 'FRigVMFunction_TimeOffsetVector::BufferSize' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, TimeRange) == 0x000028, "Member 'FRigVMFunction_TimeOffsetVector::TimeRange' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Result) == 0x000030, "Member 'FRigVMFunction_TimeOffsetVector::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Buffer) == 0x000048, "Member 'FRigVMFunction_TimeOffsetVector::Buffer' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, DeltaTimes) == 0x000058, "Member 'FRigVMFunction_TimeOffsetVector::DeltaTimes' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, LastInsertIndex) == 0x000068, "Member 'FRigVMFunction_TimeOffsetVector::LastInsertIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_TimeOffsetVector, UpperBound) == 0x00006C, "Member 'FRigVMFunction_TimeOffsetVector::UpperBound' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigVMFunction_VerletIntegrateVector \ -static_assert(alignof(FRigVMFunction_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigVMFunction_VerletIntegrateVector"); \ -static_assert(sizeof(FRigVMFunction_VerletIntegrateVector) == 0x0000D8, "Wrong size on FRigVMFunction_VerletIntegrateVector"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigVMFunction_VerletIntegrateVector::Target' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Strength) == 0x000020, "Member 'FRigVMFunction_VerletIntegrateVector::Strength' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Damp) == 0x000024, "Member 'FRigVMFunction_VerletIntegrateVector::Damp' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Blend) == 0x000028, "Member 'FRigVMFunction_VerletIntegrateVector::Blend' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Force) == 0x000030, "Member 'FRigVMFunction_VerletIntegrateVector::Force' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Position) == 0x000048, "Member 'FRigVMFunction_VerletIntegrateVector::Position' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Velocity) == 0x000060, "Member 'FRigVMFunction_VerletIntegrateVector::Velocity' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Acceleration) == 0x000078, "Member 'FRigVMFunction_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Point) == 0x000090, "Member 'FRigVMFunction_VerletIntegrateVector::Point' has a wrong offset!"); \ -static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, bInitialized) == 0x0000D0, "Member 'FRigVMFunction_VerletIntegrateVector::bInitialized' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_IRigVMGraphFunctionHost \ static_assert(alignof(IRigVMGraphFunctionHost) == 0x000001, "Wrong alignment on IRigVMGraphFunctionHost"); \ static_assert(sizeof(IRigVMGraphFunctionHost) == 0x000001, "Wrong size on IRigVMGraphFunctionHost"); \ @@ -96194,33 +95677,49 @@ static_assert(offsetof(URigVMHost, AssetUserData) == 0x000228, "Member 'URigVMHo static_assert(alignof(URigVMEditorSettings) == 0x000008, "Wrong alignment on URigVMEditorSettings"); \ static_assert(sizeof(URigVMEditorSettings) == 0x000038, "Wrong size on URigVMEditorSettings"); \ -#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_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_RigModulesBase \ -static_assert(alignof(FRigUnit_RigModulesBase) == 0x000008, "Wrong alignment on FRigUnit_RigModulesBase"); \ -static_assert(sizeof(FRigUnit_RigModulesBase) == 0x000008, "Wrong size on FRigUnit_RigModulesBase"); \ - -#define DUMPER7_ASSERTS_FRigUnit_GetCurrentNameSpace \ -static_assert(alignof(FRigUnit_GetCurrentNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetCurrentNameSpace"); \ -static_assert(sizeof(FRigUnit_GetCurrentNameSpace) == 0x000018, "Wrong size on FRigUnit_GetCurrentNameSpace"); \ -static_assert(offsetof(FRigUnit_GetCurrentNameSpace, NameSpace) == 0x000008, "Member 'FRigUnit_GetCurrentNameSpace::NameSpace' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigElementKey \ static_assert(alignof(FRigElementKey) == 0x000004, "Wrong alignment on FRigElementKey"); \ static_assert(sizeof(FRigElementKey) == 0x00000C, "Wrong size on FRigElementKey"); \ static_assert(offsetof(FRigElementKey, Type) == 0x000000, "Member 'FRigElementKey::Type' has a wrong offset!"); \ static_assert(offsetof(FRigElementKey, Name) == 0x000004, "Member 'FRigElementKey::Name' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCachedRigElement \ +static_assert(alignof(FCachedRigElement) == 0x000008, "Wrong alignment on FCachedRigElement"); \ +static_assert(sizeof(FCachedRigElement) == 0x000020, "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_FControlRigExecuteContext \ +static_assert(alignof(FControlRigExecuteContext) == 0x000010, "Wrong alignment on FControlRigExecuteContext"); \ +static_assert(sizeof(FControlRigExecuteContext) == 0x0001C0, "Wrong size on FControlRigExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit \ +static_assert(alignof(FRigUnit) == 0x000008, "Wrong alignment on FRigUnit"); \ +static_assert(sizeof(FRigUnit) == 0x000008, "Wrong size on FRigUnit"); \ + +#define DUMPER7_ASSERTS_FRigUnitMutable \ +static_assert(alignof(FRigUnitMutable) == 0x000010, "Wrong alignment on FRigUnitMutable"); \ +static_assert(sizeof(FRigUnitMutable) == 0x0001D0, "Wrong size on FRigUnitMutable"); \ +static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000010, "Member 'FRigUnitMutable::ExecuteContext' 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) == 0x000270, "Wrong size on FRigUnit_SetControlOffset"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Control) == 0x0001D0, "Member 'FRigUnit_SetControlOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Offset) == 0x0001E0, "Member 'FRigUnit_SetControlOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Space) == 0x000240, "Member 'FRigUnit_SetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, CachedControlIndex) == 0x000248, "Member 'FRigUnit_SetControlOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigInstanceData \ +static_assert(alignof(FMovieSceneControlRigInstanceData) == 0x000008, "Wrong alignment on FMovieSceneControlRigInstanceData"); \ +static_assert(sizeof(FMovieSceneControlRigInstanceData) == 0x000148, "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) == 0x000130, "Member 'FMovieSceneControlRigInstanceData::Operand' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigBaseElement \ static_assert(alignof(FRigBaseElement) == 0x000008, "Wrong alignment on FRigBaseElement"); \ static_assert(sizeof(FRigBaseElement) == 0x000048, "Wrong size on FRigBaseElement"); \ @@ -96230,29 +95729,21 @@ static_assert(offsetof(FRigBaseElement, SubIndex) == 0x000020, "Member 'FRigBase static_assert(offsetof(FRigBaseElement, CreatedAtInstructionIndex) == 0x000024, "Member 'FRigBaseElement::CreatedAtInstructionIndex' has a wrong offset!"); \ static_assert(offsetof(FRigBaseElement, bSelected) == 0x000028, "Member 'FRigBaseElement::bSelected' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FControlShapeActorCreationParam \ -static_assert(alignof(FControlShapeActorCreationParam) == 0x000010, "Wrong alignment on FControlShapeActorCreationParam"); \ -static_assert(sizeof(FControlShapeActorCreationParam) == 0x0001C0, "Wrong size on FControlShapeActorCreationParam"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeTransformForItem \ +static_assert(alignof(FRigUnit_SetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeTransformForItem) == 0x0002A0, "Wrong size on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeTransformForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeTransformForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Weight) == 0x000250, "Member 'FRigUnit_SetRelativeTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bPropagateToChildren) == 0x000254, "Member 'FRigUnit_SetRelativeTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedChild) == 0x000258, "Member 'FRigUnit_SetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedParent) == 0x000278, "Member 'FRigUnit_SetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigControlLimitEnabled \ -static_assert(alignof(FRigControlLimitEnabled) == 0x000001, "Wrong alignment on FRigControlLimitEnabled"); \ -static_assert(sizeof(FRigControlLimitEnabled) == 0x000002, "Wrong size on FRigControlLimitEnabled"); \ -static_assert(offsetof(FRigControlLimitEnabled, bMinimum) == 0x000000, "Member 'FRigControlLimitEnabled::bMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigControlLimitEnabled, bMaximum) == 0x000001, "Member 'FRigControlLimitEnabled::bMaximum' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_LimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::Limit' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MinValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MaxValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::bDrawLimits' 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_FStructReference \ +static_assert(alignof(FStructReference) == 0x000008, "Wrong alignment on FStructReference"); \ +static_assert(sizeof(FStructReference) == 0x000008, "Wrong size on FStructReference"); \ #define DUMPER7_ASSERTS_FRigConnectionRuleStash \ static_assert(alignof(FRigConnectionRuleStash) == 0x000008, "Wrong alignment on FRigConnectionRuleStash"); \ @@ -96274,46 +95765,52 @@ static_assert(sizeof(FRigModuleConnector) == 0x000038, "Wrong size on FRigModule static_assert(offsetof(FRigModuleConnector, Name) == 0x000000, "Member 'FRigModuleConnector::Name' has a wrong offset!"); \ static_assert(offsetof(FRigModuleConnector, Settings) == 0x000010, "Member 'FRigModuleConnector::Settings' 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) == 0x000038, "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) == 0x000020, "Member 'FRigUnit_ConvertRotationToVector::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_DebugBase \ +static_assert(alignof(FRigUnit_DebugBase) == 0x000008, "Wrong alignment on FRigUnit_DebugBase"); \ +static_assert(sizeof(FRigUnit_DebugBase) == 0x000008, "Wrong size on FRigUnit_DebugBase"); \ -#define DUMPER7_ASSERTS_FCachedRigElement \ -static_assert(alignof(FCachedRigElement) == 0x000008, "Wrong alignment on FCachedRigElement"); \ -static_assert(sizeof(FCachedRigElement) == 0x000020, "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_VisualDebugVectorItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugVectorItemSpace) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVectorItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugVectorItemSpace) == 0x000048, "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) == 0x000020, "Member 'FRigUnit_VisualDebugVectorItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Mode) == 0x000021, "Member 'FRigUnit_VisualDebugVectorItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Color) == 0x000024, "Member 'FRigUnit_VisualDebugVectorItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Thickness) == 0x000034, "Member 'FRigUnit_VisualDebugVectorItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugVectorItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Space) == 0x00003C, "Member 'FRigUnit_VisualDebugVectorItemSpace::Space' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FControlRigExecuteContext \ -static_assert(alignof(FControlRigExecuteContext) == 0x000010, "Wrong alignment on FControlRigExecuteContext"); \ -static_assert(sizeof(FControlRigExecuteContext) == 0x0001C0, "Wrong size on FControlRigExecuteContext"); \ +#define DUMPER7_ASSERTS_FRigBaseMetadata \ +static_assert(alignof(FRigBaseMetadata) == 0x000008, "Wrong alignment on FRigBaseMetadata"); \ +static_assert(sizeof(FRigBaseMetadata) == 0x000020, "Wrong size on FRigBaseMetadata"); \ +static_assert(offsetof(FRigBaseMetadata, Name) == 0x000008, "Member 'FRigBaseMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseMetadata, Type) == 0x000010, "Member 'FRigBaseMetadata::Type' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnitMutable \ -static_assert(alignof(FRigUnitMutable) == 0x000010, "Wrong alignment on FRigUnitMutable"); \ -static_assert(sizeof(FRigUnitMutable) == 0x0001D0, "Wrong size on FRigUnitMutable"); \ -static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000010, "Member 'FRigUnitMutable::ExecuteContext' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigVectorArrayMetadata \ +static_assert(alignof(FRigVectorArrayMetadata) == 0x000008, "Wrong alignment on FRigVectorArrayMetadata"); \ +static_assert(sizeof(FRigVectorArrayMetadata) == 0x000030, "Wrong size on FRigVectorArrayMetadata"); \ +static_assert(offsetof(FRigVectorArrayMetadata, Value) == 0x000020, "Member 'FRigVectorArrayMetadata::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_RemoveMetadataTag \ -static_assert(alignof(FRigUnit_RemoveMetadataTag) == 0x000010, "Wrong alignment on FRigUnit_RemoveMetadataTag"); \ -static_assert(sizeof(FRigUnit_RemoveMetadataTag) == 0x000210, "Wrong size on FRigUnit_RemoveMetadataTag"); \ -static_assert(offsetof(FRigUnit_RemoveMetadataTag, Item) == 0x0001D0, "Member 'FRigUnit_RemoveMetadataTag::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_RemoveMetadataTag, Tag) == 0x0001DC, "Member 'FRigUnit_RemoveMetadataTag::Tag' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_RemoveMetadataTag, NameSpace) == 0x0001E4, "Member 'FRigUnit_RemoveMetadataTag::NameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_RemoveMetadataTag, Removed) == 0x0001E5, "Member 'FRigUnit_RemoveMetadataTag::Removed' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_RemoveMetadataTag, CachedIndex) == 0x0001E8, "Member 'FRigUnit_RemoveMetadataTag::CachedIndex' 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_FSphericalPoseReaderDebugSettings \ -static_assert(alignof(FSphericalPoseReaderDebugSettings) == 0x000004, "Wrong alignment on FSphericalPoseReaderDebugSettings"); \ -static_assert(sizeof(FSphericalPoseReaderDebugSettings) == 0x000010, "Wrong size on FSphericalPoseReaderDebugSettings"); \ -static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawDebug) == 0x000000, "Member 'FSphericalPoseReaderDebugSettings::bDrawDebug' has a wrong offset!"); \ -static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDraw2D) == 0x000001, "Member 'FSphericalPoseReaderDebugSettings::bDraw2D' has a wrong offset!"); \ -static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawLocalAxes) == 0x000002, "Member 'FSphericalPoseReaderDebugSettings::bDrawLocalAxes' has a wrong offset!"); \ -static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugScale) == 0x000004, "Member 'FSphericalPoseReaderDebugSettings::DebugScale' has a wrong offset!"); \ -static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugSegments) == 0x000008, "Member 'FSphericalPoseReaderDebugSettings::DebugSegments' has a wrong offset!"); \ -static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugThickness) == 0x00000C, "Member 'FSphericalPoseReaderDebugSettings::DebugThickness' 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_FRigUnit_BinaryVectorOp \ +static_assert(alignof(FRigUnit_BinaryVectorOp) == 0x000008, "Wrong alignment on FRigUnit_BinaryVectorOp"); \ +static_assert(sizeof(FRigUnit_BinaryVectorOp) == 0x000050, "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) == 0x000020, "Member 'FRigUnit_BinaryVectorOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Result) == 0x000038, "Member 'FRigUnit_BinaryVectorOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Add_VectorVector \ +static_assert(alignof(FRigUnit_Add_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Add_VectorVector"); \ +static_assert(sizeof(FRigUnit_Add_VectorVector) == 0x000050, "Wrong size on FRigUnit_Add_VectorVector"); \ #define DUMPER7_ASSERTS_FRigComputedTransform \ static_assert(alignof(FRigComputedTransform) == 0x000010, "Wrong alignment on FRigComputedTransform"); \ @@ -96337,49 +95834,94 @@ static_assert(alignof(FRigTransformElement) == 0x000010, "Wrong alignment on FRi static_assert(sizeof(FRigTransformElement) == 0x000230, "Wrong size on FRigTransformElement"); \ static_assert(offsetof(FRigTransformElement, Pose) == 0x000050, "Member 'FRigTransformElement::Pose' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FControlRigComponentMappedBone \ -static_assert(alignof(FControlRigComponentMappedBone) == 0x000004, "Wrong alignment on FControlRigComponentMappedBone"); \ -static_assert(sizeof(FControlRigComponentMappedBone) == 0x000010, "Wrong size on FControlRigComponentMappedBone"); \ -static_assert(offsetof(FControlRigComponentMappedBone, Source) == 0x000000, "Member 'FControlRigComponentMappedBone::Source' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedBone, Target) == 0x000008, "Member 'FControlRigComponentMappedBone::Target' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_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_SetControlVector2D \ -static_assert(alignof(FRigUnit_SetControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_SetControlVector2D"); \ -static_assert(sizeof(FRigUnit_SetControlVector2D) == 0x000210, "Wrong size on FRigUnit_SetControlVector2D"); \ -static_assert(offsetof(FRigUnit_SetControlVector2D, Control) == 0x0001D0, "Member 'FRigUnit_SetControlVector2D::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVector2D, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlVector2D::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVector2D, Vector) == 0x0001E0, "Member 'FRigUnit_SetControlVector2D::Vector' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVector2D, CachedControlIndex) == 0x0001F0, "Member 'FRigUnit_SetControlVector2D::CachedControlIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_ItemArray \ +static_assert(alignof(FRigUnit_ItemArray) == 0x000008, "Wrong alignment on FRigUnit_ItemArray"); \ +static_assert(sizeof(FRigUnit_ItemArray) == 0x000018, "Wrong size on FRigUnit_ItemArray"); \ +static_assert(offsetof(FRigUnit_ItemArray, Items) == 0x000008, "Member 'FRigUnit_ItemArray::Items' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetMetadataTags \ -static_assert(alignof(FRigUnit_GetMetadataTags) == 0x000008, "Wrong alignment on FRigUnit_GetMetadataTags"); \ -static_assert(sizeof(FRigUnit_GetMetadataTags) == 0x000048, "Wrong size on FRigUnit_GetMetadataTags"); \ -static_assert(offsetof(FRigUnit_GetMetadataTags, Item) == 0x000008, "Member 'FRigUnit_GetMetadataTags::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetMetadataTags, Tags) == 0x000018, "Member 'FRigUnit_GetMetadataTags::Tags' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetMetadataTags, CachedIndex) == 0x000028, "Member 'FRigUnit_GetMetadataTags::CachedIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SpringInterpV2 \ +static_assert(alignof(FRigUnit_SpringInterpV2) == 0x000008, "Wrong alignment on FRigUnit_SpringInterpV2"); \ +static_assert(sizeof(FRigUnit_SpringInterpV2) == 0x000040, "Wrong size on FRigUnit_SpringInterpV2"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Target) == 0x000008, "Member 'FRigUnit_SpringInterpV2::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Strength) == 0x00000C, "Member 'FRigUnit_SpringInterpV2::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, CriticalDamping) == 0x000010, "Member 'FRigUnit_SpringInterpV2::CriticalDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Force) == 0x000014, "Member 'FRigUnit_SpringInterpV2::Force' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, bUseCurrentInput) == 0x000018, "Member 'FRigUnit_SpringInterpV2::bUseCurrentInput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Current) == 0x00001C, "Member 'FRigUnit_SpringInterpV2::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, TargetVelocityAmount) == 0x000020, "Member 'FRigUnit_SpringInterpV2::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, bInitializeFromTarget) == 0x000024, "Member 'FRigUnit_SpringInterpV2::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Result) == 0x000028, "Member 'FRigUnit_SpringInterpV2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Velocity) == 0x00002C, "Member 'FRigUnit_SpringInterpV2::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, SimulatedResult) == 0x000030, "Member 'FRigUnit_SpringInterpV2::SimulatedResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, SpringState) == 0x000034, "Member 'FRigUnit_SpringInterpV2::SpringState' 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) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_UnaryQuaternionOp::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigModuleExecutionElement \ +static_assert(alignof(FRigModuleExecutionElement) == 0x000008, "Wrong alignment on FRigModuleExecutionElement"); \ +static_assert(sizeof(FRigModuleExecutionElement) == 0x000028, "Wrong size on FRigModuleExecutionElement"); \ +static_assert(offsetof(FRigModuleExecutionElement, ModulePath) == 0x000000, "Member 'FRigModuleExecutionElement::ModulePath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleExecutionElement, EventName) == 0x000018, "Member 'FRigModuleExecutionElement::EventName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleExecutionElement, bExecuted) == 0x000020, "Member 'FRigModuleExecutionElement::bExecuted' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetItemsInNameSpace \ -static_assert(alignof(FRigUnit_GetItemsInNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemsInNameSpace"); \ -static_assert(sizeof(FRigUnit_GetItemsInNameSpace) == 0x000020, "Wrong size on FRigUnit_GetItemsInNameSpace"); \ -static_assert(offsetof(FRigUnit_GetItemsInNameSpace, TypeToSearch) == 0x000008, "Member 'FRigUnit_GetItemsInNameSpace::TypeToSearch' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetItemsInNameSpace, Items) == 0x000010, "Member 'FRigUnit_GetItemsInNameSpace::Items' 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) == 0x0002B0, "Wrong size on FRigUnit_GetJointTransform"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Joint) == 0x0001D0, "Member 'FRigUnit_GetJointTransform::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Type) == 0x0001D8, "Member 'FRigUnit_GetJointTransform::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, TransformSpace) == 0x0001D9, "Member 'FRigUnit_GetJointTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseTransform) == 0x0001E0, "Member 'FRigUnit_GetJointTransform::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseJoint) == 0x000240, "Member 'FRigUnit_GetJointTransform::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Output) == 0x000250, "Member 'FRigUnit_GetJointTransform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectionRule \ +static_assert(alignof(FRigConnectionRule) == 0x000008, "Wrong alignment on FRigConnectionRule"); \ +static_assert(sizeof(FRigConnectionRule) == 0x000008, "Wrong size on FRigConnectionRule"); \ + +#define DUMPER7_ASSERTS_FRigTagConnectionRule \ +static_assert(alignof(FRigTagConnectionRule) == 0x000008, "Wrong alignment on FRigTagConnectionRule"); \ +static_assert(sizeof(FRigTagConnectionRule) == 0x000010, "Wrong size on FRigTagConnectionRule"); \ +static_assert(offsetof(FRigTagConnectionRule, Tag) == 0x000008, "Member 'FRigTagConnectionRule::Tag' 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_SpringInterpQuaternionV2 \ +static_assert(alignof(FRigUnit_SpringInterpQuaternionV2) == 0x000010, "Wrong alignment on FRigUnit_SpringInterpQuaternionV2"); \ +static_assert(sizeof(FRigUnit_SpringInterpQuaternionV2) == 0x000130, "Wrong size on FRigUnit_SpringInterpQuaternionV2"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Target) == 0x000010, "Member 'FRigUnit_SpringInterpQuaternionV2::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Strength) == 0x000030, "Member 'FRigUnit_SpringInterpQuaternionV2::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, CriticalDamping) == 0x000034, "Member 'FRigUnit_SpringInterpQuaternionV2::CriticalDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Torque) == 0x000038, "Member 'FRigUnit_SpringInterpQuaternionV2::Torque' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, bUseCurrentInput) == 0x000050, "Member 'FRigUnit_SpringInterpQuaternionV2::bUseCurrentInput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Current) == 0x000060, "Member 'FRigUnit_SpringInterpQuaternionV2::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, TargetVelocityAmount) == 0x000080, "Member 'FRigUnit_SpringInterpQuaternionV2::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, bInitializeFromTarget) == 0x000084, "Member 'FRigUnit_SpringInterpQuaternionV2::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Result) == 0x000090, "Member 'FRigUnit_SpringInterpQuaternionV2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, AngularVelocity) == 0x0000B0, "Member 'FRigUnit_SpringInterpQuaternionV2::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, SimulatedResult) == 0x0000D0, "Member 'FRigUnit_SpringInterpQuaternionV2::SimulatedResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, SpringState) == 0x0000F0, "Member 'FRigUnit_SpringInterpQuaternionV2::SpringState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigMultiParentElement \ static_assert(alignof(FRigMultiParentElement) == 0x000010, "Wrong alignment on FRigMultiParentElement"); \ static_assert(sizeof(FRigMultiParentElement) == 0x000330, "Wrong size on FRigMultiParentElement"); \ -#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) == 0x000040, "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) == 0x000020, "Member 'FRigUnit_Distance_VectorVector::Argument1' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_Distance_VectorVector, Result) == 0x000038, "Member 'FRigUnit_Distance_VectorVector::Result' 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_FRigControlLimitEnabled \ +static_assert(alignof(FRigControlLimitEnabled) == 0x000001, "Wrong alignment on FRigControlLimitEnabled"); \ +static_assert(sizeof(FRigControlLimitEnabled) == 0x000002, "Wrong size on FRigControlLimitEnabled"); \ +static_assert(offsetof(FRigControlLimitEnabled, bMinimum) == 0x000000, "Member 'FRigControlLimitEnabled::bMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigControlLimitEnabled, bMaximum) == 0x000001, "Member 'FRigControlLimitEnabled::bMaximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigControlValueStorage \ static_assert(alignof(FRigControlValueStorage) == 0x000004, "Wrong alignment on FRigControlValueStorage"); \ @@ -96470,275 +96012,32 @@ static_assert(offsetof(FRigControlElement, Offset) == 0x0004F0, "Member 'FRigCon static_assert(offsetof(FRigControlElement, Shape) == 0x000690, "Member 'FRigControlElement::Shape' has a wrong offset!"); \ static_assert(offsetof(FRigControlElement, PreferredEulerAngles) == 0x000830, "Member 'FRigControlElement::PreferredEulerAngles' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FControlRigTestDataVariable \ -static_assert(alignof(FControlRigTestDataVariable) == 0x000008, "Wrong alignment on FControlRigTestDataVariable"); \ -static_assert(sizeof(FControlRigTestDataVariable) == 0x000020, "Wrong size on FControlRigTestDataVariable"); \ -static_assert(offsetof(FControlRigTestDataVariable, Name) == 0x000000, "Member 'FControlRigTestDataVariable::Name' has a wrong offset!"); \ -static_assert(offsetof(FControlRigTestDataVariable, CPPType) == 0x000008, "Member 'FControlRigTestDataVariable::CPPType' has a wrong offset!"); \ -static_assert(offsetof(FControlRigTestDataVariable, Value) == 0x000010, "Member 'FControlRigTestDataVariable::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SphereTrace_WorkData \ -static_assert(alignof(FRigUnit_SphereTrace_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SphereTrace_WorkData"); \ -static_assert(sizeof(FRigUnit_SphereTrace_WorkData) == 0x000038, "Wrong size on FRigUnit_SphereTrace_WorkData"); \ -static_assert(offsetof(FRigUnit_SphereTrace_WorkData, Hash) == 0x000000, "Member 'FRigUnit_SphereTrace_WorkData::Hash' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTrace_WorkData, bHit) == 0x000004, "Member 'FRigUnit_SphereTrace_WorkData::bHit' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitLocation) == 0x000008, "Member 'FRigUnit_SphereTrace_WorkData::HitLocation' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitNormal) == 0x000020, "Member 'FRigUnit_SphereTrace_WorkData::HitNormal' 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) == 0x0000B0, "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) == 0x000020, "Member 'FRigUnit_SphereTraceWorld::End' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTraceWorld, Channel) == 0x000038, "Member 'FRigUnit_SphereTraceWorld::Channel' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTraceWorld, Radius) == 0x00003C, "Member 'FRigUnit_SphereTraceWorld::Radius' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTraceWorld, bHit) == 0x000040, "Member 'FRigUnit_SphereTraceWorld::bHit' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTraceWorld, HitLocation) == 0x000048, "Member 'FRigUnit_SphereTraceWorld::HitLocation' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTraceWorld, HitNormal) == 0x000060, "Member 'FRigUnit_SphereTraceWorld::HitNormal' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SphereTraceWorld, WorkData) == 0x000078, "Member 'FRigUnit_SphereTraceWorld::WorkData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FStructReference \ -static_assert(alignof(FStructReference) == 0x000008, "Wrong alignment on FStructReference"); \ -static_assert(sizeof(FStructReference) == 0x000008, "Wrong size on FStructReference"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_PerBone \ -static_assert(alignof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000010, "Wrong alignment on FRigUnit_ModifyBoneTransforms_PerBone"); \ -static_assert(sizeof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000070, "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_HighlevelBaseMutable \ -static_assert(alignof(FRigUnit_HighlevelBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_HighlevelBaseMutable"); \ -static_assert(sizeof(FRigUnit_HighlevelBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_HighlevelBaseMutable"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms_WorkData \ -static_assert(alignof(FRigUnit_ModifyTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms_WorkData"); \ -static_assert(sizeof(FRigUnit_ModifyTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyTransforms_WorkData"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_ModifyTransforms_WorkData::CachedItems' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_WorkData \ -static_assert(alignof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms_WorkData"); \ -static_assert(sizeof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyBoneTransforms_WorkData"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms \ -static_assert(alignof(FRigUnit_ModifyBoneTransforms) == 0x000010, "Wrong alignment on FRigUnit_ModifyBoneTransforms"); \ -static_assert(sizeof(FRigUnit_ModifyBoneTransforms) == 0x000200, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ -static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x0001D0, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x0001E0, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x0001E4, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x0001E8, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x0001EC, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x0001F0, "Member 'FRigUnit_ModifyBoneTransforms::WorkData' 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_FRigElementKeyCollection \ static_assert(alignof(FRigElementKeyCollection) == 0x000008, "Wrong alignment on FRigElementKeyCollection"); \ static_assert(sizeof(FRigElementKeyCollection) == 0x000010, "Wrong size on FRigElementKeyCollection"); \ static_assert(offsetof(FRigElementKeyCollection, Keys) == 0x000000, "Member 'FRigElementKeyCollection::Keys' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetTransformArray \ -static_assert(alignof(FRigUnit_GetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_GetTransformArray"); \ -static_assert(sizeof(FRigUnit_GetTransformArray) == 0x000040, "Wrong size on FRigUnit_GetTransformArray"); \ -static_assert(offsetof(FRigUnit_GetTransformArray, Items) == 0x000008, "Member 'FRigUnit_GetTransformArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetTransformArray, Space) == 0x000018, "Member 'FRigUnit_GetTransformArray::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetTransformArray, bInitial) == 0x000019, "Member 'FRigUnit_GetTransformArray::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetTransformArray, Transforms) == 0x000020, "Member 'FRigUnit_GetTransformArray::Transforms' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetTransformArray, CachedIndex) == 0x000030, "Member 'FRigUnit_GetTransformArray::CachedIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigSingleParentElement \ -static_assert(alignof(FRigSingleParentElement) == 0x000010, "Wrong alignment on FRigSingleParentElement"); \ -static_assert(sizeof(FRigSingleParentElement) == 0x000240, "Wrong size on FRigSingleParentElement"); \ - -#define DUMPER7_ASSERTS_FRigBoneElement \ -static_assert(alignof(FRigBoneElement) == 0x000010, "Wrong alignment on FRigBoneElement"); \ -static_assert(sizeof(FRigBoneElement) == 0x000240, "Wrong size on FRigBoneElement"); \ -static_assert(offsetof(FRigBoneElement, BoneType) == 0x000238, "Member 'FRigBoneElement::BoneType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTagArray \ -static_assert(alignof(FRigUnit_SetMetadataTagArray) == 0x000010, "Wrong alignment on FRigUnit_SetMetadataTagArray"); \ -static_assert(sizeof(FRigUnit_SetMetadataTagArray) == 0x000220, "Wrong size on FRigUnit_SetMetadataTagArray"); \ -static_assert(offsetof(FRigUnit_SetMetadataTagArray, Item) == 0x0001D0, "Member 'FRigUnit_SetMetadataTagArray::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMetadataTagArray, Tags) == 0x0001E0, "Member 'FRigUnit_SetMetadataTagArray::Tags' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMetadataTagArray, NameSpace) == 0x0001F0, "Member 'FRigUnit_SetMetadataTagArray::NameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMetadataTagArray, CachedIndex) == 0x0001F8, "Member 'FRigUnit_SetMetadataTagArray::CachedIndex' 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_ItemEquals \ -static_assert(alignof(FRigUnit_ItemEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemEquals"); \ -static_assert(sizeof(FRigUnit_ItemEquals) == 0x000028, "Wrong size on FRigUnit_ItemEquals"); \ -static_assert(offsetof(FRigUnit_ItemEquals, A) == 0x000008, "Member 'FRigUnit_ItemEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemEquals, B) == 0x000014, "Member 'FRigUnit_ItemEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemEquals, Result) == 0x000020, "Member 'FRigUnit_ItemEquals::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms_PerItem \ -static_assert(alignof(FRigUnit_ModifyTransforms_PerItem) == 0x000010, "Wrong alignment on FRigUnit_ModifyTransforms_PerItem"); \ -static_assert(sizeof(FRigUnit_ModifyTransforms_PerItem) == 0x000070, "Wrong size on FRigUnit_ModifyTransforms_PerItem"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms_PerItem, Item) == 0x000000, "Member 'FRigUnit_ModifyTransforms_PerItem::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms_PerItem, Transform) == 0x000010, "Member 'FRigUnit_ModifyTransforms_PerItem::Transform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms \ -static_assert(alignof(FRigUnit_ModifyTransforms) == 0x000010, "Wrong alignment on FRigUnit_ModifyTransforms"); \ -static_assert(sizeof(FRigUnit_ModifyTransforms) == 0x000200, "Wrong size on FRigUnit_ModifyTransforms"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms, ItemToModify) == 0x0001D0, "Member 'FRigUnit_ModifyTransforms::ItemToModify' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms, Weight) == 0x0001E0, "Member 'FRigUnit_ModifyTransforms::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMinimum) == 0x0001E4, "Member 'FRigUnit_ModifyTransforms::WeightMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMaximum) == 0x0001E8, "Member 'FRigUnit_ModifyTransforms::WeightMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms, Mode) == 0x0001EC, "Member 'FRigUnit_ModifyTransforms::Mode' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ModifyTransforms, WorkData) == 0x0001F0, "Member 'FRigUnit_ModifyTransforms::WorkData' 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) == 0x000050, "Wrong size on FRigUnit_ToWorldSpace_Rotation"); \ -static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000030, "Member 'FRigUnit_ToWorldSpace_Rotation::World' 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) == 0x0002D0, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ -static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x0001D0, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x000240, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0002A0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0002A8, "Member 'FRigUnit_SetSpaceInitialTransform::CachedSpaceIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigModuleIdentifier \ -static_assert(alignof(FRigModuleIdentifier) == 0x000008, "Wrong alignment on FRigModuleIdentifier"); \ -static_assert(sizeof(FRigModuleIdentifier) == 0x000020, "Wrong size on FRigModuleIdentifier"); \ -static_assert(offsetof(FRigModuleIdentifier, Name) == 0x000000, "Member 'FRigModuleIdentifier::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleIdentifier, Type) == 0x000010, "Member 'FRigModuleIdentifier::Type' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigModuleSettings \ -static_assert(alignof(FRigModuleSettings) == 0x000008, "Wrong alignment on FRigModuleSettings"); \ -static_assert(sizeof(FRigModuleSettings) == 0x000080, "Wrong size on FRigModuleSettings"); \ -static_assert(offsetof(FRigModuleSettings, Identifier) == 0x000000, "Member 'FRigModuleSettings::Identifier' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleSettings, Icon) == 0x000020, "Member 'FRigModuleSettings::Icon' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleSettings, Category) == 0x000040, "Member 'FRigModuleSettings::Category' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleSettings, Keywords) == 0x000050, "Member 'FRigModuleSettings::Keywords' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleSettings, Description) == 0x000060, "Member 'FRigModuleSettings::Description' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleSettings, ExposedConnectors) == 0x000070, "Member 'FRigModuleSettings::ExposedConnectors' 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_FControlRigComponentMappedComponent \ -static_assert(alignof(FControlRigComponentMappedComponent) == 0x000008, "Wrong alignment on FControlRigComponentMappedComponent"); \ -static_assert(sizeof(FControlRigComponentMappedComponent) == 0x000018, "Wrong size on FControlRigComponentMappedComponent"); \ -static_assert(offsetof(FControlRigComponentMappedComponent, Component) == 0x000000, "Member 'FControlRigComponentMappedComponent::Component' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedComponent, ElementName) == 0x000008, "Member 'FControlRigComponentMappedComponent::ElementName' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedComponent, ElementType) == 0x000010, "Member 'FControlRigComponentMappedComponent::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedComponent, Direction) == 0x000011, "Member 'FControlRigComponentMappedComponent::Direction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool_Entry \ -static_assert(alignof(FRigUnit_SetMultiControlBool_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlBool_Entry"); \ -static_assert(sizeof(FRigUnit_SetMultiControlBool_Entry) == 0x00000C, "Wrong size on FRigUnit_SetMultiControlBool_Entry"); \ -static_assert(offsetof(FRigUnit_SetMultiControlBool_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlBool_Entry::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlBool_Entry, BoolValue) == 0x000008, "Member 'FRigUnit_SetMultiControlBool_Entry::BoolValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool \ -static_assert(alignof(FRigUnit_SetMultiControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlBool"); \ -static_assert(sizeof(FRigUnit_SetMultiControlBool) == 0x0001F0, "Wrong size on FRigUnit_SetMultiControlBool"); \ -static_assert(offsetof(FRigUnit_SetMultiControlBool, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlBool::Entries' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlBool, CachedControlIndices) == 0x0001E0, "Member 'FRigUnit_SetMultiControlBool::CachedControlIndices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong size on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::X' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Y' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Z) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Z' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FControlRigAnimNodeEventName \ -static_assert(alignof(FControlRigAnimNodeEventName) == 0x000004, "Wrong alignment on FControlRigAnimNodeEventName"); \ -static_assert(sizeof(FControlRigAnimNodeEventName) == 0x000008, "Wrong size on FControlRigAnimNodeEventName"); \ -static_assert(offsetof(FControlRigAnimNodeEventName, EventName) == 0x000000, "Member 'FControlRigAnimNodeEventName::EventName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigRigidBodySettings \ -static_assert(alignof(FRigRigidBodySettings) == 0x000004, "Wrong alignment on FRigRigidBodySettings"); \ -static_assert(sizeof(FRigRigidBodySettings) == 0x000004, "Wrong size on FRigRigidBodySettings"); \ -static_assert(offsetof(FRigRigidBodySettings, Mass) == 0x000000, "Member 'FRigRigidBodySettings::Mass' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_DebugBaseMutable \ -static_assert(alignof(FRigUnit_DebugBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugBaseMutable"); \ -static_assert(sizeof(FRigUnit_DebugBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_DebugBaseMutable"); \ - -#define DUMPER7_ASSERTS_FRigUnit_DebugLineItemSpace \ -static_assert(alignof(FRigUnit_DebugLineItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineItemSpace"); \ -static_assert(sizeof(FRigUnit_DebugLineItemSpace) == 0x000290, "Wrong size on FRigUnit_DebugLineItemSpace"); \ -static_assert(offsetof(FRigUnit_DebugLineItemSpace, A) == 0x0001D0, "Member 'FRigUnit_DebugLineItemSpace::A' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DebugLineItemSpace, B) == 0x0001E8, "Member 'FRigUnit_DebugLineItemSpace::B' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DebugLineItemSpace, Color) == 0x000200, "Member 'FRigUnit_DebugLineItemSpace::Color' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DebugLineItemSpace, Thickness) == 0x000210, "Member 'FRigUnit_DebugLineItemSpace::Thickness' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DebugLineItemSpace, Space) == 0x000214, "Member 'FRigUnit_DebugLineItemSpace::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DebugLineItemSpace, WorldOffset) == 0x000220, "Member 'FRigUnit_DebugLineItemSpace::WorldOffset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DebugLineItemSpace, bEnabled) == 0x000280, "Member 'FRigUnit_DebugLineItemSpace::bEnabled' 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_CollectionGetItems \ -static_assert(alignof(FRigUnit_CollectionGetItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetItems"); \ -static_assert(sizeof(FRigUnit_CollectionGetItems) == 0x000028, "Wrong size on FRigUnit_CollectionGetItems"); \ -static_assert(offsetof(FRigUnit_CollectionGetItems, Collection) == 0x000008, "Member 'FRigUnit_CollectionGetItems::Collection' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionGetItems, Items) == 0x000018, "Member 'FRigUnit_CollectionGetItems::Items' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionItems \ +static_assert(alignof(FRigUnit_CollectionItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionItems"); \ +static_assert(sizeof(FRigUnit_CollectionItems) == 0x000030, "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, bAllowDuplicates) == 0x000018, "Member 'FRigUnit_CollectionItems::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Collection) == 0x000020, "Member 'FRigUnit_CollectionItems::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigInfluenceEntry \ -static_assert(alignof(FRigInfluenceEntry) == 0x000008, "Wrong alignment on FRigInfluenceEntry"); \ -static_assert(sizeof(FRigInfluenceEntry) == 0x000020, "Wrong size on FRigInfluenceEntry"); \ -static_assert(offsetof(FRigInfluenceEntry, Source) == 0x000000, "Member 'FRigInfluenceEntry::Source' has a wrong offset!"); \ -static_assert(offsetof(FRigInfluenceEntry, AffectedList) == 0x000010, "Member 'FRigInfluenceEntry::AffectedList' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigInfluenceMap \ -static_assert(alignof(FRigInfluenceMap) == 0x000008, "Wrong alignment on FRigInfluenceMap"); \ -static_assert(sizeof(FRigInfluenceMap) == 0x000068, "Wrong size on FRigInfluenceMap"); \ -static_assert(offsetof(FRigInfluenceMap, EventName) == 0x000000, "Member 'FRigInfluenceMap::EventName' has a wrong offset!"); \ -static_assert(offsetof(FRigInfluenceMap, Entries) == 0x000008, "Member 'FRigInfluenceMap::Entries' has a wrong offset!"); \ -static_assert(offsetof(FRigInfluenceMap, KeyToIndex) == 0x000018, "Member 'FRigInfluenceMap::KeyToIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigInfluenceMapPerEvent \ -static_assert(alignof(FRigInfluenceMapPerEvent) == 0x000008, "Wrong alignment on FRigInfluenceMapPerEvent"); \ -static_assert(sizeof(FRigInfluenceMapPerEvent) == 0x000060, "Wrong size on FRigInfluenceMapPerEvent"); \ -static_assert(offsetof(FRigInfluenceMapPerEvent, Maps) == 0x000000, "Member 'FRigInfluenceMapPerEvent::Maps' has a wrong offset!"); \ -static_assert(offsetof(FRigInfluenceMapPerEvent, EventToIndex) == 0x000010, "Member 'FRigInfluenceMapPerEvent::EventToIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FControlRigReference \ -static_assert(alignof(FControlRigReference) == 0x000008, "Wrong alignment on FControlRigReference"); \ -static_assert(sizeof(FControlRigReference) == 0x000010, "Wrong size on FControlRigReference"); \ - -#define DUMPER7_ASSERTS_FRigUnit_CollectionAddItem \ -static_assert(alignof(FRigUnit_CollectionAddItem) == 0x000008, "Wrong alignment on FRigUnit_CollectionAddItem"); \ -static_assert(sizeof(FRigUnit_CollectionAddItem) == 0x000038, "Wrong size on FRigUnit_CollectionAddItem"); \ -static_assert(offsetof(FRigUnit_CollectionAddItem, Collection) == 0x000008, "Member 'FRigUnit_CollectionAddItem::Collection' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionAddItem, Item) == 0x000018, "Member 'FRigUnit_CollectionAddItem::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionAddItem, Result) == 0x000028, "Member 'FRigUnit_CollectionAddItem::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigBaseMetadata \ -static_assert(alignof(FRigBaseMetadata) == 0x000008, "Wrong alignment on FRigBaseMetadata"); \ -static_assert(sizeof(FRigBaseMetadata) == 0x000020, "Wrong size on FRigBaseMetadata"); \ -static_assert(offsetof(FRigBaseMetadata, Name) == 0x000008, "Member 'FRigBaseMetadata::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigBaseMetadata, Type) == 0x000010, "Member 'FRigBaseMetadata::Type' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigTransformArrayMetadata \ -static_assert(alignof(FRigTransformArrayMetadata) == 0x000008, "Wrong alignment on FRigTransformArrayMetadata"); \ -static_assert(sizeof(FRigTransformArrayMetadata) == 0x000030, "Wrong size on FRigTransformArrayMetadata"); \ -static_assert(offsetof(FRigTransformArrayMetadata, Value) == 0x000020, "Member 'FRigTransformArrayMetadata::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigConnectorElement \ -static_assert(alignof(FRigConnectorElement) == 0x000008, "Wrong alignment on FRigConnectorElement"); \ -static_assert(sizeof(FRigConnectorElement) == 0x000070, "Wrong size on FRigConnectorElement"); \ -static_assert(offsetof(FRigConnectorElement, Settings) == 0x000048, "Member 'FRigConnectorElement::Settings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigHierarchySettings \ -static_assert(alignof(FRigHierarchySettings) == 0x000004, "Wrong alignment on FRigHierarchySettings"); \ -static_assert(sizeof(FRigHierarchySettings) == 0x000004, "Wrong size on FRigHierarchySettings"); \ -static_assert(offsetof(FRigHierarchySettings, ProceduralElementLimit) == 0x000000, "Member 'FRigHierarchySettings::ProceduralElementLimit' 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_FRigModuleInstance \ static_assert(alignof(FRigModuleInstance) == 0x000008, "Wrong alignment on FRigModuleInstance"); \ @@ -96748,334 +96047,17 @@ static_assert(offsetof(FRigModuleInstance, RigPtr) == 0x000008, "Member 'FRigMod static_assert(offsetof(FRigModuleInstance, ParentPath) == 0x000010, "Member 'FRigModuleInstance::ParentPath' has a wrong offset!"); \ static_assert(offsetof(FRigModuleInstance, VariableBindings) == 0x000020, "Member 'FRigModuleInstance::VariableBindings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetControlDrivenList \ -static_assert(alignof(FRigUnit_SetControlDrivenList) == 0x000010, "Wrong alignment on FRigUnit_SetControlDrivenList"); \ -static_assert(sizeof(FRigUnit_SetControlDrivenList) == 0x000210, "Wrong size on FRigUnit_SetControlDrivenList"); \ -static_assert(offsetof(FRigUnit_SetControlDrivenList, Control) == 0x0001D0, "Member 'FRigUnit_SetControlDrivenList::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlDrivenList, Driven) == 0x0001D8, "Member 'FRigUnit_SetControlDrivenList::Driven' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlDrivenList, CachedControlIndex) == 0x0001E8, "Member 'FRigUnit_SetControlDrivenList::CachedControlIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigDispatchFactory \ +static_assert(alignof(FRigDispatchFactory) == 0x000008, "Wrong alignment on FRigDispatchFactory"); \ +static_assert(sizeof(FRigDispatchFactory) == 0x000070, "Wrong size on FRigDispatchFactory"); \ -#define DUMPER7_ASSERTS_FRigModuleExecutionElement \ -static_assert(alignof(FRigModuleExecutionElement) == 0x000008, "Wrong alignment on FRigModuleExecutionElement"); \ -static_assert(sizeof(FRigModuleExecutionElement) == 0x000028, "Wrong size on FRigModuleExecutionElement"); \ -static_assert(offsetof(FRigModuleExecutionElement, ModulePath) == 0x000000, "Member 'FRigModuleExecutionElement::ModulePath' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleExecutionElement, EventName) == 0x000018, "Member 'FRigModuleExecutionElement::EventName' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleExecutionElement, bExecuted) == 0x000020, "Member 'FRigModuleExecutionElement::bExecuted' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigDispatch_MetadataBase \ +static_assert(alignof(FRigDispatch_MetadataBase) == 0x000008, "Wrong alignment on FRigDispatch_MetadataBase"); \ +static_assert(sizeof(FRigDispatch_MetadataBase) == 0x0000A0, "Wrong size on FRigDispatch_MetadataBase"); \ -#define DUMPER7_ASSERTS_FMovieSceneControlRigInstanceData \ -static_assert(alignof(FMovieSceneControlRigInstanceData) == 0x000008, "Wrong alignment on FMovieSceneControlRigInstanceData"); \ -static_assert(sizeof(FMovieSceneControlRigInstanceData) == 0x000148, "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) == 0x000130, "Member 'FMovieSceneControlRigInstanceData::Operand' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigTransformStackEntry \ -static_assert(alignof(FRigTransformStackEntry) == 0x000010, "Wrong alignment on FRigTransformStackEntry"); \ -static_assert(sizeof(FRigTransformStackEntry) == 0x0000F0, "Wrong size on FRigTransformStackEntry"); \ -static_assert(offsetof(FRigTransformStackEntry, Key) == 0x000000, "Member 'FRigTransformStackEntry::Key' has a wrong offset!"); \ -static_assert(offsetof(FRigTransformStackEntry, EntryType) == 0x00000C, "Member 'FRigTransformStackEntry::EntryType' has a wrong offset!"); \ -static_assert(offsetof(FRigTransformStackEntry, TransformType) == 0x00000D, "Member 'FRigTransformStackEntry::TransformType' has a wrong offset!"); \ -static_assert(offsetof(FRigTransformStackEntry, OldTransform) == 0x000010, "Member 'FRigTransformStackEntry::OldTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigTransformStackEntry, NewTransform) == 0x000070, "Member 'FRigTransformStackEntry::NewTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigTransformStackEntry, bAffectChildren) == 0x0000D0, "Member 'FRigTransformStackEntry::bAffectChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigTransformStackEntry, Callstack) == 0x0000D8, "Member 'FRigTransformStackEntry::Callstack' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HasMetadata \ -static_assert(alignof(FRigUnit_HasMetadata) == 0x000008, "Wrong alignment on FRigUnit_HasMetadata"); \ -static_assert(sizeof(FRigUnit_HasMetadata) == 0x000040, "Wrong size on FRigUnit_HasMetadata"); \ -static_assert(offsetof(FRigUnit_HasMetadata, Item) == 0x000008, "Member 'FRigUnit_HasMetadata::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HasMetadata, Name) == 0x000014, "Member 'FRigUnit_HasMetadata::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HasMetadata, Type) == 0x00001C, "Member 'FRigUnit_HasMetadata::Type' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HasMetadata, NameSpace) == 0x00001D, "Member 'FRigUnit_HasMetadata::NameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HasMetadata, Found) == 0x00001E, "Member 'FRigUnit_HasMetadata::Found' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HasMetadata, CachedIndex) == 0x000020, "Member 'FRigUnit_HasMetadata::CachedIndex' 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) == 0x000370, "Wrong size on FRigUnit_ParentSwitchConstraint"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Subject) == 0x0001D0, "Member 'FRigUnit_ParentSwitchConstraint::Subject' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, ParentIndex) == 0x0001DC, "Member 'FRigUnit_ParentSwitchConstraint::ParentIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Parents) == 0x0001E0, "Member 'FRigUnit_ParentSwitchConstraint::Parents' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, InitialGlobalTransform) == 0x0001F0, "Member 'FRigUnit_ParentSwitchConstraint::InitialGlobalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Weight) == 0x000250, "Member 'FRigUnit_ParentSwitchConstraint::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Transform) == 0x000260, "Member 'FRigUnit_ParentSwitchConstraint::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Switched) == 0x0002C0, "Member 'FRigUnit_ParentSwitchConstraint::Switched' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedSubject) == 0x0002C8, "Member 'FRigUnit_ParentSwitchConstraint::CachedSubject' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedParent) == 0x0002E8, "Member 'FRigUnit_ParentSwitchConstraint::CachedParent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraint, RelativeOffset) == 0x000310, "Member 'FRigUnit_ParentSwitchConstraint::RelativeOffset' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigElementWeight \ -static_assert(alignof(FRigElementWeight) == 0x000004, "Wrong alignment on FRigElementWeight"); \ -static_assert(sizeof(FRigElementWeight) == 0x00000C, "Wrong size on FRigElementWeight"); \ -static_assert(offsetof(FRigElementWeight, Location) == 0x000000, "Member 'FRigElementWeight::Location' has a wrong offset!"); \ -static_assert(offsetof(FRigElementWeight, Rotation) == 0x000004, "Member 'FRigElementWeight::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FRigElementWeight, Scale) == 0x000008, "Member 'FRigElementWeight::Scale' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigElementParentConstraint \ -static_assert(alignof(FRigElementParentConstraint) == 0x000010, "Wrong alignment on FRigElementParentConstraint"); \ -static_assert(sizeof(FRigElementParentConstraint) == 0x000090, "Wrong size on FRigElementParentConstraint"); \ - -#define DUMPER7_ASSERTS_FRigNullElement \ -static_assert(alignof(FRigNullElement) == 0x000010, "Wrong alignment on FRigNullElement"); \ -static_assert(sizeof(FRigNullElement) == 0x000330, "Wrong size on FRigNullElement"); \ - -#define DUMPER7_ASSERTS_FRigUnit_GetAnimationChannelBase \ -static_assert(alignof(FRigUnit_GetAnimationChannelBase) == 0x000008, "Wrong alignment on FRigUnit_GetAnimationChannelBase"); \ -static_assert(sizeof(FRigUnit_GetAnimationChannelBase) == 0x000030, "Wrong size on FRigUnit_GetAnimationChannelBase"); \ -static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Control) == 0x000008, "Member 'FRigUnit_GetAnimationChannelBase::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Channel) == 0x000010, "Member 'FRigUnit_GetAnimationChannelBase::Channel' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetAnimationChannelBase, bInitial) == 0x000018, "Member 'FRigUnit_GetAnimationChannelBase::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelKey) == 0x00001C, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelKey' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelHash) == 0x000028, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelHash' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetAnimationChannelBase \ -static_assert(alignof(FRigUnit_SetAnimationChannelBase) == 0x000010, "Wrong alignment on FRigUnit_SetAnimationChannelBase"); \ -static_assert(sizeof(FRigUnit_SetAnimationChannelBase) == 0x0001F0, "Wrong size on FRigUnit_SetAnimationChannelBase"); \ -static_assert(offsetof(FRigUnit_SetAnimationChannelBase, ExecuteContext) == 0x000030, "Member 'FRigUnit_SetAnimationChannelBase::ExecuteContext' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetBoolAnimationChannel \ -static_assert(alignof(FRigUnit_SetBoolAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetBoolAnimationChannel"); \ -static_assert(sizeof(FRigUnit_SetBoolAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetBoolAnimationChannel"); \ -static_assert(offsetof(FRigUnit_SetBoolAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetBoolAnimationChannel::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigCurveElement \ -static_assert(alignof(FRigCurveElement) == 0x000008, "Wrong alignment on FRigCurveElement"); \ -static_assert(sizeof(FRigCurveElement) == 0x000050, "Wrong size on FRigCurveElement"); \ - -#define DUMPER7_ASSERTS_FRigRigidBodyElement \ -static_assert(alignof(FRigRigidBodyElement) == 0x000010, "Wrong alignment on FRigRigidBodyElement"); \ -static_assert(sizeof(FRigRigidBodyElement) == 0x000240, "Wrong size on FRigRigidBodyElement"); \ -static_assert(offsetof(FRigRigidBodyElement, Settings) == 0x000238, "Member 'FRigRigidBodyElement::Settings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadataTag \ -static_assert(alignof(FRigUnit_FindItemsWithMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTag"); \ -static_assert(sizeof(FRigUnit_FindItemsWithMetadataTag) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadataTag"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Tag) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTag::Tag' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, NameSpace) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadataTag::NameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTag::Items' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigReferenceElement \ -static_assert(alignof(FRigReferenceElement) == 0x000010, "Wrong alignment on FRigReferenceElement"); \ -static_assert(sizeof(FRigReferenceElement) == 0x000250, "Wrong size on FRigReferenceElement"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetBoneTranslation \ -static_assert(alignof(FRigUnit_SetBoneTranslation) == 0x000010, "Wrong alignment on FRigUnit_SetBoneTranslation"); \ -static_assert(sizeof(FRigUnit_SetBoneTranslation) == 0x000220, "Wrong size on FRigUnit_SetBoneTranslation"); \ -static_assert(offsetof(FRigUnit_SetBoneTranslation, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneTranslation::bone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTranslation, Translation) == 0x0001D8, "Member 'FRigUnit_SetBoneTranslation::Translation' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTranslation, Space) == 0x0001F0, "Member 'FRigUnit_SetBoneTranslation::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTranslation, Weight) == 0x0001F4, "Member 'FRigUnit_SetBoneTranslation::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTranslation, bPropagateToChildren) == 0x0001F8, "Member 'FRigUnit_SetBoneTranslation::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTranslation, CachedBone) == 0x000200, "Member 'FRigUnit_SetBoneTranslation::CachedBone' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigConnectorState \ -static_assert(alignof(FRigConnectorState) == 0x000008, "Wrong alignment on FRigConnectorState"); \ -static_assert(sizeof(FRigConnectorState) == 0x000040, "Wrong size on FRigConnectorState"); \ -static_assert(offsetof(FRigConnectorState, Name) == 0x000000, "Member 'FRigConnectorState::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigConnectorState, ResolvedTarget) == 0x000008, "Member 'FRigConnectorState::ResolvedTarget' has a wrong offset!"); \ -static_assert(offsetof(FRigConnectorState, Settings) == 0x000018, "Member 'FRigConnectorState::Settings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigSocketState \ -static_assert(alignof(FRigSocketState) == 0x000010, "Wrong alignment on FRigSocketState"); \ -static_assert(sizeof(FRigSocketState) == 0x0000A0, "Wrong size on FRigSocketState"); \ -static_assert(offsetof(FRigSocketState, Name) == 0x000000, "Member 'FRigSocketState::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigSocketState, Parent) == 0x000008, "Member 'FRigSocketState::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigSocketState, InitialLocalTransform) == 0x000020, "Member 'FRigSocketState::InitialLocalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigSocketState, Color) == 0x000080, "Member 'FRigSocketState::Color' has a wrong offset!"); \ -static_assert(offsetof(FRigSocketState, Description) == 0x000090, "Member 'FRigSocketState::Description' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Pendulum \ -static_assert(alignof(FRigUnit_ChainHarmonics_Pendulum) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Pendulum"); \ -static_assert(sizeof(FRigUnit_ChainHarmonics_Pendulum) == 0x000058, "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) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumBlend' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumDrag) == 0x000024, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumDrag' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMinimum) == 0x000028, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMaximum) == 0x00002C, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumEase) == 0x000030, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumEase' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindAxis) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMinimum) == 0x000050, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMaximum) == 0x000054, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMaximum' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigSocketElement \ -static_assert(alignof(FRigSocketElement) == 0x000010, "Wrong alignment on FRigSocketElement"); \ -static_assert(sizeof(FRigSocketElement) == 0x000240, "Wrong size on FRigSocketElement"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetControlVector \ -static_assert(alignof(FRigUnit_SetControlVector) == 0x000010, "Wrong alignment on FRigUnit_SetControlVector"); \ -static_assert(sizeof(FRigUnit_SetControlVector) == 0x000220, "Wrong size on FRigUnit_SetControlVector"); \ -static_assert(offsetof(FRigUnit_SetControlVector, Control) == 0x0001D0, "Member 'FRigUnit_SetControlVector::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVector, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlVector::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVector, Vector) == 0x0001E0, "Member 'FRigUnit_SetControlVector::Vector' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVector, Space) == 0x0001F8, "Member 'FRigUnit_SetControlVector::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVector, CachedControlIndex) == 0x000200, "Member 'FRigUnit_SetControlVector::CachedControlIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContentPerElement \ -static_assert(alignof(FRigHierarchyCopyPasteContentPerElement) == 0x000010, "Wrong alignment on FRigHierarchyCopyPasteContentPerElement"); \ -static_assert(sizeof(FRigHierarchyCopyPasteContentPerElement) == 0x0001E0, "Wrong size on FRigHierarchyCopyPasteContentPerElement"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Key) == 0x000000, "Member 'FRigHierarchyCopyPasteContentPerElement::Key' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Content) == 0x000010, "Member 'FRigHierarchyCopyPasteContentPerElement::Content' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Parents) == 0x000020, "Member 'FRigHierarchyCopyPasteContentPerElement::Parents' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, ParentWeights) == 0x000030, "Member 'FRigHierarchyCopyPasteContentPerElement::ParentWeights' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Pose) == 0x000040, "Member 'FRigHierarchyCopyPasteContentPerElement::Pose' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContent \ -static_assert(alignof(FRigHierarchyCopyPasteContent) == 0x000008, "Wrong alignment on FRigHierarchyCopyPasteContent"); \ -static_assert(sizeof(FRigHierarchyCopyPasteContent) == 0x000050, "Wrong size on FRigHierarchyCopyPasteContent"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContent, Elements) == 0x000000, "Member 'FRigHierarchyCopyPasteContent::Elements' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContent, Types) == 0x000010, "Member 'FRigHierarchyCopyPasteContent::Types' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContent, Contents) == 0x000020, "Member 'FRigHierarchyCopyPasteContent::Contents' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContent, LocalTransforms) == 0x000030, "Member 'FRigHierarchyCopyPasteContent::LocalTransforms' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyCopyPasteContent, GlobalTransforms) == 0x000040, "Member 'FRigHierarchyCopyPasteContent::GlobalTransforms' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_AimBone_Target \ -static_assert(alignof(FRigUnit_AimBone_Target) == 0x000008, "Wrong alignment on FRigUnit_AimBone_Target"); \ -static_assert(sizeof(FRigUnit_AimBone_Target) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_AimBone_Target::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone_Target, Target) == 0x000020, "Member 'FRigUnit_AimBone_Target::Target' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone_Target, Kind) == 0x000038, "Member 'FRigUnit_AimBone_Target::Kind' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone_Target, Space) == 0x00003C, "Member 'FRigUnit_AimBone_Target::Space' 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_SetControlBool \ -static_assert(alignof(FRigUnit_SetControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetControlBool"); \ -static_assert(sizeof(FRigUnit_SetControlBool) == 0x000200, "Wrong size on FRigUnit_SetControlBool"); \ -static_assert(offsetof(FRigUnit_SetControlBool, Control) == 0x0001D0, "Member 'FRigUnit_SetControlBool::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlBool, BoolValue) == 0x0001D8, "Member 'FRigUnit_SetControlBool::BoolValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlBool, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlBool::CachedControlIndex' 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) == 0x000070, "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_AimBone \ -static_assert(alignof(FRigUnit_AimBone) == 0x000010, "Wrong alignment on FRigUnit_AimBone"); \ -static_assert(sizeof(FRigUnit_AimBone) == 0x000350, "Wrong size on FRigUnit_AimBone"); \ -static_assert(offsetof(FRigUnit_AimBone, bone) == 0x0001D0, "Member 'FRigUnit_AimBone::bone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, Primary) == 0x0001D8, "Member 'FRigUnit_AimBone::Primary' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, Secondary) == 0x000220, "Member 'FRigUnit_AimBone::Secondary' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, Weight) == 0x000268, "Member 'FRigUnit_AimBone::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, bPropagateToChildren) == 0x00026C, "Member 'FRigUnit_AimBone::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, DebugSettings) == 0x000270, "Member 'FRigUnit_AimBone::DebugSettings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, CachedBoneIndex) == 0x0002E0, "Member 'FRigUnit_AimBone::CachedBoneIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, PrimaryCachedSpace) == 0x000300, "Member 'FRigUnit_AimBone::PrimaryCachedSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, SecondaryCachedSpace) == 0x000320, "Member 'FRigUnit_AimBone::SecondaryCachedSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBone, bIsInitialized) == 0x000340, "Member 'FRigUnit_AimBone::bIsInitialized' 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_SetRelativeBoneTransform \ -static_assert(alignof(FRigUnit_SetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeBoneTransform"); \ -static_assert(sizeof(FRigUnit_SetRelativeBoneTransform) == 0x000290, "Wrong size on FRigUnit_SetRelativeBoneTransform"); \ -static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_SetRelativeBoneTransform::bone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Space) == 0x0001D8, "Member 'FRigUnit_SetRelativeBoneTransform::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetRelativeBoneTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Weight) == 0x000240, "Member 'FRigUnit_SetRelativeBoneTransform::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_SetRelativeBoneTransform::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedBone) == 0x000248, "Member 'FRigUnit_SetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedSpaceIndex) == 0x000268, "Member 'FRigUnit_SetRelativeBoneTransform::CachedSpaceIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FControlRigIOSettings \ -static_assert(alignof(FControlRigIOSettings) == 0x000001, "Wrong alignment on FControlRigIOSettings"); \ -static_assert(sizeof(FControlRigIOSettings) == 0x000002, "Wrong size on FControlRigIOSettings"); \ -static_assert(offsetof(FControlRigIOSettings, bUpdatePose) == 0x000000, "Member 'FControlRigIOSettings::bUpdatePose' has a wrong offset!"); \ -static_assert(offsetof(FControlRigIOSettings, bUpdateCurves) == 0x000001, "Member 'FControlRigIOSettings::bUpdateCurves' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNode_ControlRigBase \ -static_assert(alignof(FAnimNode_ControlRigBase) == 0x000008, "Wrong alignment on FAnimNode_ControlRigBase"); \ -static_assert(sizeof(FAnimNode_ControlRigBase) == 0x000248, "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, bResetInputPoseToInitial) == 0x000068, "Member 'FAnimNode_ControlRigBase::bResetInputPoseToInitial' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputPose) == 0x000069, "Member 'FAnimNode_ControlRigBase::bTransferInputPose' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputCurves) == 0x00006A, "Member 'FAnimNode_ControlRigBase::bTransferInputCurves' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, bTransferPoseInGlobalSpace) == 0x00006B, "Member 'FAnimNode_ControlRigBase::bTransferPoseInGlobalSpace' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, InputBonesToTransfer) == 0x000070, "Member 'FAnimNode_ControlRigBase::InputBonesToTransfer' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, OutputBonesToTransfer) == 0x000080, "Member 'FAnimNode_ControlRigBase::OutputBonesToTransfer' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, AssetUserData) == 0x000090, "Member 'FAnimNode_ControlRigBase::AssetUserData' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, NodeMappingContainer) == 0x000210, "Member 'FAnimNode_ControlRigBase::NodeMappingContainer' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, InputSettings) == 0x000218, "Member 'FAnimNode_ControlRigBase::InputSettings' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, OutputSettings) == 0x00021A, "Member 'FAnimNode_ControlRigBase::OutputSettings' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, bExecute) == 0x00021C, "Member 'FAnimNode_ControlRigBase::bExecute' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRigBase, EventQueue) == 0x000228, "Member 'FAnimNode_ControlRigBase::EventQueue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_WorldUp \ -static_assert(alignof(FRigUnit_AimConstraint_WorldUp) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint_WorldUp"); \ -static_assert(sizeof(FRigUnit_AimConstraint_WorldUp) == 0x000028, "Wrong size on FRigUnit_AimConstraint_WorldUp"); \ -static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Target) == 0x000000, "Member 'FRigUnit_AimConstraint_WorldUp::Target' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Kind) == 0x000018, "Member 'FRigUnit_AimConstraint_WorldUp::Kind' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Space) == 0x00001C, "Member 'FRigUnit_AimConstraint_WorldUp::Space' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FConstraintParent \ -static_assert(alignof(FConstraintParent) == 0x000004, "Wrong alignment on FConstraintParent"); \ -static_assert(sizeof(FConstraintParent) == 0x000010, "Wrong size on FConstraintParent"); \ -static_assert(offsetof(FConstraintParent, Item) == 0x000000, "Member 'FConstraintParent::Item' has a wrong offset!"); \ -static_assert(offsetof(FConstraintParent, Weight) == 0x00000C, "Member 'FConstraintParent::Weight' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_AdvancedSettings \ -static_assert(alignof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000010, "Wrong alignment on FRigUnit_AimConstraint_AdvancedSettings"); \ -static_assert(sizeof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000080, "Wrong size on FRigUnit_AimConstraint_AdvancedSettings"); \ -static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, DebugSettings) == 0x000000, "Member 'FRigUnit_AimConstraint_AdvancedSettings::DebugSettings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000070, "Member 'FRigUnit_AimConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_AimConstraintLocalSpaceOffset \ -static_assert(alignof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000010, "Wrong alignment on FRigUnit_AimConstraintLocalSpaceOffset"); \ -static_assert(sizeof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000330, "Wrong size on FRigUnit_AimConstraintLocalSpaceOffset"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Child) == 0x0001D0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Filter) == 0x0001DD, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AimAxis) == 0x0001E0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AimAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, UpAxis) == 0x0001F8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::UpAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUp) == 0x000210, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUp' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Parents) == 0x000238, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AdvancedSettings) == 0x000250, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AdvancedSettings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Weight) == 0x0002D0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUpSpaceCache) == 0x0002D8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUpSpaceCache' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ChildCache) == 0x0002F8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ParentCaches) == 0x000318, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bIsInitialized) == 0x000328, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bIsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger_Entry \ -static_assert(alignof(FRigUnit_SetMultiControlInteger_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlInteger_Entry"); \ -static_assert(sizeof(FRigUnit_SetMultiControlInteger_Entry) == 0x00000C, "Wrong size on FRigUnit_SetMultiControlInteger_Entry"); \ -static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlInteger_Entry::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, IntegerValue) == 0x000008, "Member 'FRigUnit_SetMultiControlInteger_Entry::IntegerValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger \ -static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ -static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000200, "Wrong size on FRigUnit_SetMultiControlInteger"); \ -static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAnimNode_ControlRig \ -static_assert(alignof(FAnimNode_ControlRig) == 0x000008, "Wrong alignment on FAnimNode_ControlRig"); \ -static_assert(sizeof(FAnimNode_ControlRig) == 0x0004D0, "Wrong size on FAnimNode_ControlRig"); \ -static_assert(offsetof(FAnimNode_ControlRig, ControlRigClass) == 0x000248, "Member 'FAnimNode_ControlRig::ControlRigClass' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, DefaultControlRigClass) == 0x000250, "Member 'FAnimNode_ControlRig::DefaultControlRigClass' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, ControlRig) == 0x000258, "Member 'FAnimNode_ControlRig::ControlRig' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, ControlRigPerClass) == 0x000260, "Member 'FAnimNode_ControlRig::ControlRigPerClass' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, ALpha) == 0x0002B0, "Member 'FAnimNode_ControlRig::ALpha' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, AlphaInputType) == 0x0002B4, "Member 'FAnimNode_ControlRig::AlphaInputType' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBias) == 0x0002B8, "Member 'FAnimNode_ControlRig::AlphaScaleBias' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, AlphaBoolBlend) == 0x0002C0, "Member 'FAnimNode_ControlRig::AlphaBoolBlend' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, AlphaCurveName) == 0x000308, "Member 'FAnimNode_ControlRig::AlphaCurveName' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBiasClamp) == 0x000310, "Member 'FAnimNode_ControlRig::AlphaScaleBiasClamp' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, InputMapping) == 0x000340, "Member 'FAnimNode_ControlRig::InputMapping' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, OutputMapping) == 0x000390, "Member 'FAnimNode_ControlRig::OutputMapping' has a wrong offset!"); \ -static_assert(offsetof(FAnimNode_ControlRig, LODThreshold) == 0x000490, "Member 'FAnimNode_ControlRig::LODThreshold' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigDispatch_SetMetadata \ +static_assert(alignof(FRigDispatch_SetMetadata) == 0x000008, "Wrong alignment on FRigDispatch_SetMetadata"); \ +static_assert(sizeof(FRigDispatch_SetMetadata) == 0x0000A0, "Wrong size on FRigDispatch_SetMetadata"); \ #define DUMPER7_ASSERTS_FRigUnit_DynamicHierarchyBaseMutable \ static_assert(alignof(FRigUnit_DynamicHierarchyBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_DynamicHierarchyBaseMutable"); \ @@ -97088,562 +96070,33 @@ static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, NameSpace) == 0x000 static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, bIncludeCurves) == 0x0001D8, "Member 'FRigUnit_HierarchyImportFromSkeleton::bIncludeCurves' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, Items) == 0x0001E0, "Member 'FRigUnit_HierarchyImportFromSkeleton::Items' 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) == 0x000250, "Wrong size on FAnimNode_ControlRig_ExternalSource"); \ -static_assert(offsetof(FAnimNode_ControlRig_ExternalSource, ControlRig) == 0x000248, "Member 'FAnimNode_ControlRig_ExternalSource::ControlRig' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_GetShapeTransform \ -static_assert(alignof(FRigUnit_GetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetShapeTransform"); \ -static_assert(sizeof(FRigUnit_GetShapeTransform) == 0x000090, "Wrong size on FRigUnit_GetShapeTransform"); \ -static_assert(offsetof(FRigUnit_GetShapeTransform, Control) == 0x000008, "Member 'FRigUnit_GetShapeTransform::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetShapeTransform, Transform) == 0x000010, "Member 'FRigUnit_GetShapeTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetShapeTransform, CachedControlIndex) == 0x000070, "Member 'FRigUnit_GetShapeTransform::CachedControlIndex' 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) == 0x000230, "Wrong size on FRigUnit_SetRotation"); \ -static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x0001D0, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x0001DC, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRotation, bInitial) == 0x0001DD, "Member 'FRigUnit_SetRotation::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRotation, Value) == 0x0001E0, "Member 'FRigUnit_SetRotation::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x000200, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x000204, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x000208, "Member 'FRigUnit_SetRotation::CachedIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FControlRigAnimInstanceProxy \ -static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ -static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000820, "Wrong size on FControlRigAnimInstanceProxy"); \ - -#define DUMPER7_ASSERTS_FControlRigComponentMappedElement \ -static_assert(alignof(FControlRigComponentMappedElement) == 0x000010, "Wrong alignment on FControlRigComponentMappedElement"); \ -static_assert(sizeof(FControlRigComponentMappedElement) == 0x0000F0, "Wrong size on FControlRigComponentMappedElement"); \ -static_assert(offsetof(FControlRigComponentMappedElement, ComponentReference) == 0x000000, "Member 'FControlRigComponentMappedElement::ComponentReference' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, TransformIndex) == 0x000048, "Member 'FControlRigComponentMappedElement::TransformIndex' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, TransformName) == 0x00004C, "Member 'FControlRigComponentMappedElement::TransformName' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, ElementType) == 0x000054, "Member 'FControlRigComponentMappedElement::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, ElementName) == 0x000058, "Member 'FControlRigComponentMappedElement::ElementName' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, Direction) == 0x000060, "Member 'FControlRigComponentMappedElement::Direction' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, Offset) == 0x000070, "Member 'FControlRigComponentMappedElement::Offset' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, Weight) == 0x0000D0, "Member 'FControlRigComponentMappedElement::Weight' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, Space) == 0x0000D4, "Member 'FControlRigComponentMappedElement::Space' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, SceneComponent) == 0x0000D8, "Member 'FControlRigComponentMappedElement::SceneComponent' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, ElementIndex) == 0x0000E0, "Member 'FControlRigComponentMappedElement::ElementIndex' has a wrong offset!"); \ -static_assert(offsetof(FControlRigComponentMappedElement, SubIndex) == 0x0000E4, "Member 'FControlRigComponentMappedElement::SubIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddElement \ -static_assert(alignof(FRigUnit_HierarchyAddElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddElement"); \ -static_assert(sizeof(FRigUnit_HierarchyAddElement) == 0x0001F0, "Wrong size on FRigUnit_HierarchyAddElement"); \ -static_assert(offsetof(FRigUnit_HierarchyAddElement, Parent) == 0x0001D0, "Member 'FRigUnit_HierarchyAddElement::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddElement, Name) == 0x0001DC, "Member 'FRigUnit_HierarchyAddElement::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddElement, Item) == 0x0001E4, "Member 'FRigUnit_HierarchyAddElement::Item' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddNull \ -static_assert(alignof(FRigUnit_HierarchyAddNull) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddNull"); \ -static_assert(sizeof(FRigUnit_HierarchyAddNull) == 0x000260, "Wrong size on FRigUnit_HierarchyAddNull"); \ -static_assert(offsetof(FRigUnit_HierarchyAddNull, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddNull::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddNull, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddNull::Space' 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) == 0x000270, "Wrong size on FRigUnit_SetControlTransform"); \ -static_assert(offsetof(FRigUnit_SetControlTransform, Control) == 0x0001D0, "Member 'FRigUnit_SetControlTransform::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlTransform, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlTransform::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetControlTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlTransform, Space) == 0x000240, "Member 'FRigUnit_SetControlTransform::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlTransform, CachedControlIndex) == 0x000248, "Member 'FRigUnit_SetControlTransform::CachedControlIndex' 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_FControlRigShapeDefinition \ -static_assert(alignof(FControlRigShapeDefinition) == 0x000010, "Wrong alignment on FControlRigShapeDefinition"); \ -static_assert(sizeof(FControlRigShapeDefinition) == 0x0000A0, "Wrong size on FControlRigShapeDefinition"); \ -static_assert(offsetof(FControlRigShapeDefinition, ShapeName) == 0x000000, "Member 'FControlRigShapeDefinition::ShapeName' has a wrong offset!"); \ -static_assert(offsetof(FControlRigShapeDefinition, StaticMesh) == 0x000008, "Member 'FControlRigShapeDefinition::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(FControlRigShapeDefinition, Transform) == 0x000030, "Member 'FControlRigShapeDefinition::Transform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetControlInteger \ -static_assert(alignof(FRigUnit_SetControlInteger) == 0x000010, "Wrong alignment on FRigUnit_SetControlInteger"); \ -static_assert(sizeof(FRigUnit_SetControlInteger) == 0x000200, "Wrong size on FRigUnit_SetControlInteger"); \ -static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x0001D0, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x0001DC, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigPoseElement \ -static_assert(alignof(FRigPoseElement) == 0x000010, "Wrong alignment on FRigPoseElement"); \ -static_assert(sizeof(FRigPoseElement) == 0x000110, "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) == 0x000080, "Member 'FRigPoseElement::LocalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigPoseElement, PreferredEulerAngle) == 0x0000E0, "Member 'FRigPoseElement::PreferredEulerAngle' has a wrong offset!"); \ -static_assert(offsetof(FRigPoseElement, ActiveParent) == 0x0000F8, "Member 'FRigPoseElement::ActiveParent' has a wrong offset!"); \ -static_assert(offsetof(FRigPoseElement, CurveValue) == 0x000104, "Member 'FRigPoseElement::CurveValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigPose \ -static_assert(alignof(FRigPose) == 0x000008, "Wrong alignment on FRigPose"); \ -static_assert(sizeof(FRigPose) == 0x000070, "Wrong size on FRigPose"); \ -static_assert(offsetof(FRigPose, Elements) == 0x000000, "Member 'FRigPose::Elements' has a wrong offset!"); \ -static_assert(offsetof(FRigPose, HierarchyTopologyVersion) == 0x000010, "Member 'FRigPose::HierarchyTopologyVersion' has a wrong offset!"); \ -static_assert(offsetof(FRigPose, PoseHash) == 0x000014, "Member 'FRigPose::PoseHash' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FControlRigTestDataFrame \ -static_assert(alignof(FControlRigTestDataFrame) == 0x000008, "Wrong alignment on FControlRigTestDataFrame"); \ -static_assert(sizeof(FControlRigTestDataFrame) == 0x000090, "Wrong size on FControlRigTestDataFrame"); \ -static_assert(offsetof(FControlRigTestDataFrame, AbsoluteTime) == 0x000000, "Member 'FControlRigTestDataFrame::AbsoluteTime' has a wrong offset!"); \ -static_assert(offsetof(FControlRigTestDataFrame, DeltaTime) == 0x000008, "Member 'FControlRigTestDataFrame::DeltaTime' has a wrong offset!"); \ -static_assert(offsetof(FControlRigTestDataFrame, Variables) == 0x000010, "Member 'FControlRigTestDataFrame::Variables' has a wrong offset!"); \ -static_assert(offsetof(FControlRigTestDataFrame, Pose) == 0x000020, "Member 'FControlRigTestDataFrame::Pose' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger_LimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::Limit' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MinValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MaxValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::bDrawLimits' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D_Entry \ -static_assert(alignof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlVector2D_Entry"); \ -static_assert(sizeof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000018, "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_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_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_GetControlBool \ -static_assert(alignof(FRigUnit_GetControlBool) == 0x000008, "Wrong alignment on FRigUnit_GetControlBool"); \ -static_assert(sizeof(FRigUnit_GetControlBool) == 0x000038, "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) == 0x000018, "Member 'FRigUnit_GetControlBool::CachedControlIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCRSimPointConstraint \ -static_assert(alignof(FCRSimPointConstraint) == 0x000008, "Wrong alignment on FCRSimPointConstraint"); \ -static_assert(sizeof(FCRSimPointConstraint) == 0x000040, "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) == 0x000010, "Member 'FCRSimPointConstraint::DataA' has a wrong offset!"); \ -static_assert(offsetof(FCRSimPointConstraint, DataB) == 0x000028, "Member 'FCRSimPointConstraint::DataB' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Reach \ -static_assert(alignof(FRigUnit_ChainHarmonics_Reach) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Reach"); \ -static_assert(sizeof(FRigUnit_ChainHarmonics_Reach) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Reach::ReachTarget' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachAxis) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Reach::ReachAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMinimum) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMaximum) == 0x00003C, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachEase) == 0x000040, "Member 'FRigUnit_ChainHarmonics_Reach::ReachEase' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCRSimPointForce \ -static_assert(alignof(FCRSimPointForce) == 0x000008, "Wrong alignment on FCRSimPointForce"); \ -static_assert(sizeof(FCRSimPointForce) == 0x000028, "Wrong size on FCRSimPointForce"); \ -static_assert(offsetof(FCRSimPointForce, ForceType) == 0x000000, "Member 'FCRSimPointForce::ForceType' has a wrong offset!"); \ -static_assert(offsetof(FCRSimPointForce, Vector) == 0x000008, "Member 'FCRSimPointForce::Vector' has a wrong offset!"); \ -static_assert(offsetof(FCRSimPointForce, Coefficient) == 0x000020, "Member 'FCRSimPointForce::Coefficient' has a wrong offset!"); \ -static_assert(offsetof(FCRSimPointForce, bNormalize) == 0x000024, "Member 'FCRSimPointForce::bNormalize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCRSimSoftCollision \ -static_assert(alignof(FCRSimSoftCollision) == 0x000010, "Wrong alignment on FCRSimSoftCollision"); \ -static_assert(sizeof(FCRSimSoftCollision) == 0x000080, "Wrong size on FCRSimSoftCollision"); \ -static_assert(offsetof(FCRSimSoftCollision, Transform) == 0x000000, "Member 'FCRSimSoftCollision::Transform' has a wrong offset!"); \ -static_assert(offsetof(FCRSimSoftCollision, ShapeType) == 0x000060, "Member 'FCRSimSoftCollision::ShapeType' has a wrong offset!"); \ -static_assert(offsetof(FCRSimSoftCollision, MinimumDistance) == 0x000064, "Member 'FCRSimSoftCollision::MinimumDistance' has a wrong offset!"); \ -static_assert(offsetof(FCRSimSoftCollision, MaximumDistance) == 0x000068, "Member 'FCRSimSoftCollision::MaximumDistance' has a wrong offset!"); \ -static_assert(offsetof(FCRSimSoftCollision, FalloffType) == 0x00006C, "Member 'FCRSimSoftCollision::FalloffType' has a wrong offset!"); \ -static_assert(offsetof(FCRSimSoftCollision, Coefficient) == 0x000070, "Member 'FCRSimSoftCollision::Coefficient' has a wrong offset!"); \ -static_assert(offsetof(FCRSimSoftCollision, bInverted) == 0x000074, "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_GetControlVector \ -static_assert(alignof(FRigUnit_GetControlVector) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector"); \ -static_assert(sizeof(FRigUnit_GetControlVector) == 0x000080, "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) == 0x000018, "Member 'FRigUnit_GetControlVector::Vector' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlVector, Minimum) == 0x000030, "Member 'FRigUnit_GetControlVector::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlVector, Maximum) == 0x000048, "Member 'FRigUnit_GetControlVector::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlVector, CachedControlIndex) == 0x000060, "Member 'FRigUnit_GetControlVector::CachedControlIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigModuleReference \ -static_assert(alignof(FRigModuleReference) == 0x000008, "Wrong alignment on FRigModuleReference"); \ -static_assert(sizeof(FRigModuleReference) == 0x000170, "Wrong size on FRigModuleReference"); \ -static_assert(offsetof(FRigModuleReference, Name) == 0x000000, "Member 'FRigModuleReference::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, ShortName) == 0x000008, "Member 'FRigModuleReference::ShortName' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, bShortNameBasedOnPath) == 0x000018, "Member 'FRigModuleReference::bShortNameBasedOnPath' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, ParentPath) == 0x000020, "Member 'FRigModuleReference::ParentPath' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, Class) == 0x000030, "Member 'FRigModuleReference::Class' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, Connections) == 0x000058, "Member 'FRigModuleReference::Connections' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, ConfigValues) == 0x0000A8, "Member 'FRigModuleReference::ConfigValues' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, Bindings) == 0x0000F8, "Member 'FRigModuleReference::Bindings' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, PreviousName) == 0x000148, "Member 'FRigModuleReference::PreviousName' has a wrong offset!"); \ -static_assert(offsetof(FRigModuleReference, PreviousParentPath) == 0x000150, "Member 'FRigModuleReference::PreviousParentPath' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_UnsetCurveValue \ -static_assert(alignof(FRigUnit_UnsetCurveValue) == 0x000010, "Wrong alignment on FRigUnit_UnsetCurveValue"); \ -static_assert(sizeof(FRigUnit_UnsetCurveValue) == 0x000200, "Wrong size on FRigUnit_UnsetCurveValue"); \ -static_assert(offsetof(FRigUnit_UnsetCurveValue, Curve) == 0x0001D0, "Member 'FRigUnit_UnsetCurveValue::Curve' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_UnsetCurveValue, CachedCurveIndex) == 0x0001D8, "Member 'FRigUnit_UnsetCurveValue::CachedCurveIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FModularRigSingleConnection \ -static_assert(alignof(FModularRigSingleConnection) == 0x000004, "Wrong alignment on FModularRigSingleConnection"); \ -static_assert(sizeof(FModularRigSingleConnection) == 0x000018, "Wrong size on FModularRigSingleConnection"); \ -static_assert(offsetof(FModularRigSingleConnection, Connector) == 0x000000, "Member 'FModularRigSingleConnection::Connector' has a wrong offset!"); \ -static_assert(offsetof(FModularRigSingleConnection, Target) == 0x00000C, "Member 'FModularRigSingleConnection::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FModularRigConnections \ -static_assert(alignof(FModularRigConnections) == 0x000008, "Wrong alignment on FModularRigConnections"); \ -static_assert(sizeof(FModularRigConnections) == 0x000060, "Wrong size on FModularRigConnections"); \ -static_assert(offsetof(FModularRigConnections, ConnectionList) == 0x000000, "Member 'FModularRigConnections::ConnectionList' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FModularRigModel \ -static_assert(alignof(FModularRigModel) == 0x000008, "Wrong alignment on FModularRigModel"); \ -static_assert(sizeof(FModularRigModel) == 0x0000A0, "Wrong size on FModularRigModel"); \ -static_assert(offsetof(FModularRigModel, Modules) == 0x000000, "Member 'FModularRigModel::Modules' has a wrong offset!"); \ -static_assert(offsetof(FModularRigModel, Connections) == 0x000030, "Member 'FModularRigModel::Connections' has a wrong offset!"); \ -static_assert(offsetof(FModularRigModel, Controller) == 0x000090, "Member 'FModularRigModel::Controller' 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) == 0x0000A0, "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) == 0x000080, "Member 'FRigUnit_GetInitialBoneTransform::CachedBone' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FConstraintNodeData \ -static_assert(alignof(FConstraintNodeData) == 0x000010, "Wrong alignment on FConstraintNodeData"); \ -static_assert(sizeof(FConstraintNodeData) == 0x000140, "Wrong size on FConstraintNodeData"); \ -static_assert(offsetof(FConstraintNodeData, RelativeParent) == 0x000000, "Member 'FConstraintNodeData::RelativeParent' has a wrong offset!"); \ -static_assert(offsetof(FConstraintNodeData, ConstraintOffset) == 0x000060, "Member 'FConstraintNodeData::ConstraintOffset' has a wrong offset!"); \ -static_assert(offsetof(FConstraintNodeData, LinkedNode) == 0x000120, "Member 'FConstraintNodeData::LinkedNode' has a wrong offset!"); \ -static_assert(offsetof(FConstraintNodeData, Constraints) == 0x000128, "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_FRigElement \ -static_assert(alignof(FRigElement) == 0x000008, "Wrong alignment on FRigElement"); \ -static_assert(sizeof(FRigElement) == 0x000018, "Wrong size on FRigElement"); \ -static_assert(offsetof(FRigElement, Name) == 0x000008, "Member 'FRigElement::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigElement, Index) == 0x000010, "Member 'FRigElement::Index' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigBone \ -static_assert(alignof(FRigBone) == 0x000010, "Wrong alignment on FRigBone"); \ -static_assert(sizeof(FRigBone) == 0x000170, "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) == 0x000090, "Member 'FRigBone::GlobalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigBone, LocalTransform) == 0x0000F0, "Member 'FRigBone::LocalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigBone, Dependents) == 0x000150, "Member 'FRigBone::Dependents' has a wrong offset!"); \ -static_assert(offsetof(FRigBone, Type) == 0x000160, "Member 'FRigBone::Type' 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) == 0x0000A0, "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) == 0x000080, "Member 'FRigUnit_GetTransform::CachedIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigBoneHierarchy \ -static_assert(alignof(FRigBoneHierarchy) == 0x000008, "Wrong alignment on FRigBoneHierarchy"); \ -static_assert(sizeof(FRigBoneHierarchy) == 0x000010, "Wrong size on FRigBoneHierarchy"); \ -static_assert(offsetof(FRigBoneHierarchy, Bones) == 0x000000, "Member 'FRigBoneHierarchy::Bones' 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_FRigConnectionRule \ -static_assert(alignof(FRigConnectionRule) == 0x000008, "Wrong alignment on FRigConnectionRule"); \ -static_assert(sizeof(FRigConnectionRule) == 0x000008, "Wrong size on FRigConnectionRule"); \ - -#define DUMPER7_ASSERTS_FRigAndConnectionRule \ -static_assert(alignof(FRigAndConnectionRule) == 0x000008, "Wrong alignment on FRigAndConnectionRule"); \ -static_assert(sizeof(FRigAndConnectionRule) == 0x000018, "Wrong size on FRigAndConnectionRule"); \ -static_assert(offsetof(FRigAndConnectionRule, ChildRules) == 0x000008, "Member 'FRigAndConnectionRule::ChildRules' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigOrConnectionRule \ -static_assert(alignof(FRigOrConnectionRule) == 0x000008, "Wrong alignment on FRigOrConnectionRule"); \ -static_assert(sizeof(FRigOrConnectionRule) == 0x000018, "Wrong size on FRigOrConnectionRule"); \ -static_assert(offsetof(FRigOrConnectionRule, ChildRules) == 0x000008, "Member 'FRigOrConnectionRule::ChildRules' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetTransformArray \ -static_assert(alignof(FRigUnit_SetTransformArray) == 0x000010, "Wrong alignment on FRigUnit_SetTransformArray"); \ -static_assert(sizeof(FRigUnit_SetTransformArray) == 0x000210, "Wrong size on FRigUnit_SetTransformArray"); \ -static_assert(offsetof(FRigUnit_SetTransformArray, Items) == 0x0001D0, "Member 'FRigUnit_SetTransformArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformArray, Space) == 0x0001E0, "Member 'FRigUnit_SetTransformArray::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformArray, bInitial) == 0x0001E1, "Member 'FRigUnit_SetTransformArray::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformArray, Transforms) == 0x0001E8, "Member 'FRigUnit_SetTransformArray::Transforms' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformArray, Weight) == 0x0001F8, "Member 'FRigUnit_SetTransformArray::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformArray, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTransformArray::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformArray, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTransformArray::CachedIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigTypeConnectionRule \ -static_assert(alignof(FRigTypeConnectionRule) == 0x000008, "Wrong alignment on FRigTypeConnectionRule"); \ -static_assert(sizeof(FRigTypeConnectionRule) == 0x000010, "Wrong size on FRigTypeConnectionRule"); \ -static_assert(offsetof(FRigTypeConnectionRule, ElementType) == 0x000008, "Member 'FRigTypeConnectionRule::ElementType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimit \ -static_assert(alignof(FRigUnit_CCDIK_RotationLimit) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimit"); \ -static_assert(sizeof(FRigUnit_CCDIK_RotationLimit) == 0x00000C, "Wrong size on FRigUnit_CCDIK_RotationLimit"); \ -static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, bone) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimit::bone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, Limit) == 0x000008, "Member 'FRigUnit_CCDIK_RotationLimit::Limit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigTagConnectionRule \ -static_assert(alignof(FRigTagConnectionRule) == 0x000008, "Wrong alignment on FRigTagConnectionRule"); \ -static_assert(sizeof(FRigTagConnectionRule) == 0x000010, "Wrong size on FRigTagConnectionRule"); \ -static_assert(offsetof(FRigTagConnectionRule, Tag) == 0x000008, "Member 'FRigTagConnectionRule::Tag' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigChildOfPrimaryConnectionRule \ -static_assert(alignof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong alignment on FRigChildOfPrimaryConnectionRule"); \ -static_assert(sizeof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong size on FRigChildOfPrimaryConnectionRule"); \ - -#define DUMPER7_ASSERTS_FRigControl \ -static_assert(alignof(FRigControl) == 0x000010, "Wrong alignment on FRigControl"); \ -static_assert(sizeof(FRigControl) == 0x000360, "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) == 0x0000A0, "Member 'FRigControl::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, Value) == 0x000124, "Member 'FRigControl::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, PrimaryAxis) == 0x0001A8, "Member 'FRigControl::PrimaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bIsCurve) == 0x0001A9, "Member 'FRigControl::bIsCurve' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bAnimatable) == 0x0001AA, "Member 'FRigControl::bAnimatable' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bLimitTranslation) == 0x0001AB, "Member 'FRigControl::bLimitTranslation' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bLimitRotation) == 0x0001AC, "Member 'FRigControl::bLimitRotation' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bLimitScale) == 0x0001AD, "Member 'FRigControl::bLimitScale' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bDrawLimits) == 0x0001AE, "Member 'FRigControl::bDrawLimits' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, MinimumValue) == 0x0001B0, "Member 'FRigControl::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, MaximumValue) == 0x000234, "Member 'FRigControl::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bGizmoEnabled) == 0x0002B8, "Member 'FRigControl::bGizmoEnabled' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bGizmoVisible) == 0x0002B9, "Member 'FRigControl::bGizmoVisible' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, GizmoName) == 0x0002BC, "Member 'FRigControl::GizmoName' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, GizmoTransform) == 0x0002D0, "Member 'FRigControl::GizmoTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, GizmoColor) == 0x000330, "Member 'FRigControl::GizmoColor' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, Dependents) == 0x000340, "Member 'FRigControl::Dependents' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, bIsTransientControl) == 0x000350, "Member 'FRigControl::bIsTransientControl' has a wrong offset!"); \ -static_assert(offsetof(FRigControl, ControlEnum) == 0x000358, "Member 'FRigControl::ControlEnum' 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) == 0x0000D0, "Wrong size on FRigUnit_ToRigSpace_Transform"); \ -static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Global) == 0x000070, "Member 'FRigUnit_ToRigSpace_Transform::Global' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigControlHierarchy \ -static_assert(alignof(FRigControlHierarchy) == 0x000008, "Wrong alignment on FRigControlHierarchy"); \ -static_assert(sizeof(FRigControlHierarchy) == 0x000010, "Wrong size on FRigControlHierarchy"); \ -static_assert(offsetof(FRigControlHierarchy, Controls) == 0x000000, "Member 'FRigControlHierarchy::Controls' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Wave \ -static_assert(alignof(FRigUnit_ChainHarmonics_Wave) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Wave"); \ -static_assert(sizeof(FRigUnit_ChainHarmonics_Wave) == 0x000078, "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) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Wave::WaveFrequency' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveAmplitude) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Wave::WaveAmplitude' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveOffset) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Wave::WaveOffset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveNoise) == 0x000050, "Member 'FRigUnit_ChainHarmonics_Wave::WaveNoise' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMinimum) == 0x000068, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMaximum) == 0x00006C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveEase) == 0x000070, "Member 'FRigUnit_ChainHarmonics_Wave::WaveEase' 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) == 0x000098, "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) == 0x000018, "Member 'FRigUnit_ChainHarmonics_WorkData::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Ratio) == 0x000028, "Member 'FRigUnit_ChainHarmonics_WorkData::Ratio' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, LocalTip) == 0x000038, "Member 'FRigUnit_ChainHarmonics_WorkData::LocalTip' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumTip) == 0x000048, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumTip' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumPosition) == 0x000058, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumPosition' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumVelocity) == 0x000068, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumVelocity' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, HierarchyLine) == 0x000078, "Member 'FRigUnit_ChainHarmonics_WorkData::HierarchyLine' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, VelocityLines) == 0x000088, "Member 'FRigUnit_ChainHarmonics_WorkData::VelocityLines' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics \ -static_assert(alignof(FRigUnit_ChainHarmonics) == 0x000010, "Wrong alignment on FRigUnit_ChainHarmonics"); \ -static_assert(sizeof(FRigUnit_ChainHarmonics) == 0x0004A0, "Wrong size on FRigUnit_ChainHarmonics"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, ChainRoot) == 0x0001D0, "Member 'FRigUnit_ChainHarmonics::ChainRoot' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, Speed) == 0x0001D8, "Member 'FRigUnit_ChainHarmonics::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, Reach) == 0x0001F0, "Member 'FRigUnit_ChainHarmonics::Reach' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, Wave) == 0x000238, "Member 'FRigUnit_ChainHarmonics::Wave' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, WaveCurve) == 0x0002B0, "Member 'FRigUnit_ChainHarmonics::WaveCurve' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, Pendulum) == 0x000338, "Member 'FRigUnit_ChainHarmonics::Pendulum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, bDrawDebug) == 0x000390, "Member 'FRigUnit_ChainHarmonics::bDrawDebug' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, DrawWorldOffset) == 0x0003A0, "Member 'FRigUnit_ChainHarmonics::DrawWorldOffset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonics, WorkData) == 0x000400, "Member 'FRigUnit_ChainHarmonics::WorkData' 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) == 0x000010, "Wrong size on FRigCurveContainer"); \ -static_assert(offsetof(FRigCurveContainer, Curves) == 0x000000, "Member 'FRigCurveContainer::Curves' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigSpace \ -static_assert(alignof(FRigSpace) == 0x000010, "Wrong alignment on FRigSpace"); \ -static_assert(sizeof(FRigSpace) == 0x0000F0, "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) == 0x000090, "Member 'FRigSpace::LocalTransform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigSpaceHierarchy \ -static_assert(alignof(FRigSpaceHierarchy) == 0x000008, "Wrong alignment on FRigSpaceHierarchy"); \ -static_assert(sizeof(FRigSpaceHierarchy) == 0x000010, "Wrong size on FRigSpaceHierarchy"); \ -static_assert(offsetof(FRigSpaceHierarchy, Spaces) == 0x000000, "Member 'FRigSpaceHierarchy::Spaces' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigHierarchyContainer \ -static_assert(alignof(FRigHierarchyContainer) == 0x000008, "Wrong alignment on FRigHierarchyContainer"); \ -static_assert(sizeof(FRigHierarchyContainer) == 0x000040, "Wrong size on FRigHierarchyContainer"); \ -static_assert(offsetof(FRigHierarchyContainer, BoneHierarchy) == 0x000000, "Member 'FRigHierarchyContainer::BoneHierarchy' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyContainer, SpaceHierarchy) == 0x000010, "Member 'FRigHierarchyContainer::SpaceHierarchy' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyContainer, ControlHierarchy) == 0x000020, "Member 'FRigHierarchyContainer::ControlHierarchy' has a wrong offset!"); \ -static_assert(offsetof(FRigHierarchyContainer, CurveContainer) == 0x000030, "Member 'FRigHierarchyContainer::CurveContainer' 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) == 0x000050, "Wrong size on FRigUnit_ToRigSpace_Rotation"); \ -static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000030, "Member 'FRigUnit_ToRigSpace_Rotation::Global' 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_FRigHierarchyRef \ -static_assert(alignof(FRigHierarchyRef) == 0x000001, "Wrong alignment on FRigHierarchyRef"); \ -static_assert(sizeof(FRigHierarchyRef) == 0x000001, "Wrong size on FRigHierarchyRef"); \ - -#define DUMPER7_ASSERTS_FRigControlModifiedContext \ -static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ -static_assert(sizeof(FRigControlModifiedContext) == 0x000018, "Wrong size on FRigControlModifiedContext"); \ - -#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) == 0x000028, "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_BoneHarmonics \ -static_assert(alignof(FRigUnit_BoneHarmonics) == 0x000010, "Wrong alignment on FRigUnit_BoneHarmonics"); \ -static_assert(sizeof(FRigUnit_BoneHarmonics) == 0x000290, "Wrong size on FRigUnit_BoneHarmonics"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, Bones) == 0x0001D0, "Member 'FRigUnit_BoneHarmonics::Bones' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveSpeed) == 0x0001E0, "Member 'FRigUnit_BoneHarmonics::WaveSpeed' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveFrequency) == 0x0001F8, "Member 'FRigUnit_BoneHarmonics::WaveFrequency' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveAmplitude) == 0x000210, "Member 'FRigUnit_BoneHarmonics::WaveAmplitude' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveOffset) == 0x000228, "Member 'FRigUnit_BoneHarmonics::WaveOffset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveNoise) == 0x000240, "Member 'FRigUnit_BoneHarmonics::WaveNoise' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveEase) == 0x000258, "Member 'FRigUnit_BoneHarmonics::WaveEase' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMinimum) == 0x00025C, "Member 'FRigUnit_BoneHarmonics::WaveMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMaximum) == 0x000260, "Member 'FRigUnit_BoneHarmonics::WaveMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, RotationOrder) == 0x000264, "Member 'FRigUnit_BoneHarmonics::RotationOrder' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, bPropagateToChildren) == 0x000265, "Member 'FRigUnit_BoneHarmonics::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BoneHarmonics, WorkData) == 0x000268, "Member 'FRigUnit_BoneHarmonics::WorkData' 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_FRigElementResolveResult \ -static_assert(alignof(FRigElementResolveResult) == 0x000008, "Wrong alignment on FRigElementResolveResult"); \ -static_assert(sizeof(FRigElementResolveResult) == 0x000020, "Wrong size on FRigElementResolveResult"); \ -static_assert(offsetof(FRigElementResolveResult, Key) == 0x000000, "Member 'FRigElementResolveResult::Key' has a wrong offset!"); \ -static_assert(offsetof(FRigElementResolveResult, State) == 0x00000C, "Member 'FRigElementResolveResult::State' has a wrong offset!"); \ -static_assert(offsetof(FRigElementResolveResult, Message) == 0x000010, "Member 'FRigElementResolveResult::Message' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_CollectionIntersection \ -static_assert(alignof(FRigUnit_CollectionIntersection) == 0x000008, "Wrong alignment on FRigUnit_CollectionIntersection"); \ -static_assert(sizeof(FRigUnit_CollectionIntersection) == 0x000038, "Wrong size on FRigUnit_CollectionIntersection"); \ -static_assert(offsetof(FRigUnit_CollectionIntersection, A) == 0x000008, "Member 'FRigUnit_CollectionIntersection::A' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionIntersection, B) == 0x000018, "Member 'FRigUnit_CollectionIntersection::B' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionIntersection, Collection) == 0x000028, "Member 'FRigUnit_CollectionIntersection::Collection' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FModularRigResolveResult \ -static_assert(alignof(FModularRigResolveResult) == 0x000008, "Wrong alignment on FModularRigResolveResult"); \ -static_assert(sizeof(FModularRigResolveResult) == 0x000048, "Wrong size on FModularRigResolveResult"); \ -static_assert(offsetof(FModularRigResolveResult, Connector) == 0x000000, "Member 'FModularRigResolveResult::Connector' has a wrong offset!"); \ -static_assert(offsetof(FModularRigResolveResult, Matches) == 0x000010, "Member 'FModularRigResolveResult::Matches' has a wrong offset!"); \ -static_assert(offsetof(FModularRigResolveResult, Excluded) == 0x000020, "Member 'FModularRigResolveResult::Excluded' has a wrong offset!"); \ -static_assert(offsetof(FModularRigResolveResult, State) == 0x000030, "Member 'FModularRigResolveResult::State' has a wrong offset!"); \ -static_assert(offsetof(FModularRigResolveResult, Message) == 0x000038, "Member 'FModularRigResolveResult::Message' 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) == 0x000028, "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!"); \ - -#define DUMPER7_ASSERTS_FRigBoolMetadata \ -static_assert(alignof(FRigBoolMetadata) == 0x000008, "Wrong alignment on FRigBoolMetadata"); \ -static_assert(sizeof(FRigBoolMetadata) == 0x000028, "Wrong size on FRigBoolMetadata"); \ -static_assert(offsetof(FRigBoolMetadata, Value) == 0x000020, "Member 'FRigBoolMetadata::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigBoolArrayMetadata \ -static_assert(alignof(FRigBoolArrayMetadata) == 0x000008, "Wrong alignment on FRigBoolArrayMetadata"); \ -static_assert(sizeof(FRigBoolArrayMetadata) == 0x000030, "Wrong size on FRigBoolArrayMetadata"); \ -static_assert(offsetof(FRigBoolArrayMetadata, Value) == 0x000020, "Member 'FRigBoolArrayMetadata::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_CollectionItemAtIndex \ -static_assert(alignof(FRigUnit_CollectionItemAtIndex) == 0x000008, "Wrong alignment on FRigUnit_CollectionItemAtIndex"); \ -static_assert(sizeof(FRigUnit_CollectionItemAtIndex) == 0x000028, "Wrong size on FRigUnit_CollectionItemAtIndex"); \ -static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Collection) == 0x000008, "Member 'FRigUnit_CollectionItemAtIndex::Collection' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Index) == 0x000018, "Member 'FRigUnit_CollectionItemAtIndex::Index' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Item) == 0x00001C, "Member 'FRigUnit_CollectionItemAtIndex::Item' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigFloatMetadata \ -static_assert(alignof(FRigFloatMetadata) == 0x000008, "Wrong alignment on FRigFloatMetadata"); \ -static_assert(sizeof(FRigFloatMetadata) == 0x000028, "Wrong size on FRigFloatMetadata"); \ -static_assert(offsetof(FRigFloatMetadata, Value) == 0x000020, "Member 'FRigFloatMetadata::Value' 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_ItemTypeNotEquals \ +static_assert(alignof(FRigUnit_ItemTypeNotEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemTypeNotEquals"); \ +static_assert(sizeof(FRigUnit_ItemTypeNotEquals) == 0x000028, "Wrong size on FRigUnit_ItemTypeNotEquals"); \ +static_assert(offsetof(FRigUnit_ItemTypeNotEquals, A) == 0x000008, "Member 'FRigUnit_ItemTypeNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemTypeNotEquals, B) == 0x000014, "Member 'FRigUnit_ItemTypeNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemTypeNotEquals, Result) == 0x000020, "Member 'FRigUnit_ItemTypeNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlCopy \ +static_assert(alignof(FRigControlCopy) == 0x000010, "Wrong alignment on FRigControlCopy"); \ +static_assert(sizeof(FRigControlCopy) == 0x000230, "Wrong size on FRigControlCopy"); \ +static_assert(offsetof(FRigControlCopy, Name) == 0x000010, "Member 'FRigControlCopy::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ControlType) == 0x000018, "Member 'FRigControlCopy::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, Value) == 0x00001C, "Member 'FRigControlCopy::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentKey) == 0x0000A0, "Member 'FRigControlCopy::ParentKey' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, OffsetTransform) == 0x0000B0, "Member 'FRigControlCopy::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentTransform) == 0x000110, "Member 'FRigControlCopy::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, LocalTransform) == 0x000170, "Member 'FRigControlCopy::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, GlobalTransform) == 0x0001D0, "Member 'FRigControlCopy::GlobalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigControlPose \ +static_assert(alignof(FControlRigControlPose) == 0x000008, "Wrong alignment on FControlRigControlPose"); \ +static_assert(sizeof(FControlRigControlPose) == 0x000060, "Wrong size on FControlRigControlPose"); \ +static_assert(offsetof(FControlRigControlPose, CopyOfControls) == 0x000000, "Member 'FControlRigControlPose::CopyOfControls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform_LimitSettings \ static_assert(alignof(FRigUnit_HierarchyAddControlTransform_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlTransform_LimitSettings"); \ @@ -97692,23 +96145,957 @@ static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Shape) == static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Proxy) == 0x000150, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::Proxy' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, FilteredChannels) == 0x000170, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::FilteredChannels' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlElement \ -static_assert(alignof(FRigUnit_HierarchyAddControlElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlElement"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlElement) == 0x000260, "Wrong size on FRigUnit_HierarchyAddControlElement"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetTransform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddControlElement::OffsetTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetSpace) == 0x000250, "Member 'FRigUnit_HierarchyAddControlElement::OffsetSpace' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionItemAtIndex \ +static_assert(alignof(FRigUnit_CollectionItemAtIndex) == 0x000008, "Wrong alignment on FRigUnit_CollectionItemAtIndex"); \ +static_assert(sizeof(FRigUnit_CollectionItemAtIndex) == 0x000028, "Wrong size on FRigUnit_CollectionItemAtIndex"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Collection) == 0x000008, "Member 'FRigUnit_CollectionItemAtIndex::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Index) == 0x000018, "Member 'FRigUnit_CollectionItemAtIndex::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Item) == 0x00001C, "Member 'FRigUnit_CollectionItemAtIndex::Item' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform \ -static_assert(alignof(FRigUnit_HierarchyAddControlTransform) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlTransform"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlTransform) == 0x000440, "Wrong size on FRigUnit_HierarchyAddControlTransform"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, InitialValue) == 0x000260, "Member 'FRigUnit_HierarchyAddControlTransform::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, Settings) == 0x0002C0, "Member 'FRigUnit_HierarchyAddControlTransform::Settings' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigModuleIdentifier \ +static_assert(alignof(FRigModuleIdentifier) == 0x000008, "Wrong alignment on FRigModuleIdentifier"); \ +static_assert(sizeof(FRigModuleIdentifier) == 0x000020, "Wrong size on FRigModuleIdentifier"); \ +static_assert(offsetof(FRigModuleIdentifier, Name) == 0x000000, "Member 'FRigModuleIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleIdentifier, Type) == 0x000010, "Member 'FRigModuleIdentifier::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleSettings \ +static_assert(alignof(FRigModuleSettings) == 0x000008, "Wrong alignment on FRigModuleSettings"); \ +static_assert(sizeof(FRigModuleSettings) == 0x000080, "Wrong size on FRigModuleSettings"); \ +static_assert(offsetof(FRigModuleSettings, Identifier) == 0x000000, "Member 'FRigModuleSettings::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Icon) == 0x000020, "Member 'FRigModuleSettings::Icon' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Category) == 0x000040, "Member 'FRigModuleSettings::Category' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Keywords) == 0x000050, "Member 'FRigModuleSettings::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Description) == 0x000060, "Member 'FRigModuleSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, ExposedConnectors) == 0x000070, "Member 'FRigModuleSettings::ExposedConnectors' 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_FRigUnit_CollectionIntersection \ +static_assert(alignof(FRigUnit_CollectionIntersection) == 0x000008, "Wrong alignment on FRigUnit_CollectionIntersection"); \ +static_assert(sizeof(FRigUnit_CollectionIntersection) == 0x000038, "Wrong size on FRigUnit_CollectionIntersection"); \ +static_assert(offsetof(FRigUnit_CollectionIntersection, A) == 0x000008, "Member 'FRigUnit_CollectionIntersection::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionIntersection, B) == 0x000018, "Member 'FRigUnit_CollectionIntersection::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionIntersection, Collection) == 0x000028, "Member 'FRigUnit_CollectionIntersection::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetDefaultParent \ +static_assert(alignof(FRigUnit_SetDefaultParent) == 0x000010, "Wrong alignment on FRigUnit_SetDefaultParent"); \ +static_assert(sizeof(FRigUnit_SetDefaultParent) == 0x0001F0, "Wrong size on FRigUnit_SetDefaultParent"); \ +static_assert(offsetof(FRigUnit_SetDefaultParent, Child) == 0x0001D0, "Member 'FRigUnit_SetDefaultParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetDefaultParent, Parent) == 0x0001DC, "Member 'FRigUnit_SetDefaultParent::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigShapeDefinition \ +static_assert(alignof(FControlRigShapeDefinition) == 0x000010, "Wrong alignment on FControlRigShapeDefinition"); \ +static_assert(sizeof(FControlRigShapeDefinition) == 0x0000A0, "Wrong size on FControlRigShapeDefinition"); \ +static_assert(offsetof(FControlRigShapeDefinition, ShapeName) == 0x000000, "Member 'FControlRigShapeDefinition::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigShapeDefinition, StaticMesh) == 0x000008, "Member 'FControlRigShapeDefinition::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FControlRigShapeDefinition, Transform) == 0x000030, "Member 'FControlRigShapeDefinition::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceEntry \ +static_assert(alignof(FRigInfluenceEntry) == 0x000008, "Wrong alignment on FRigInfluenceEntry"); \ +static_assert(sizeof(FRigInfluenceEntry) == 0x000020, "Wrong size on FRigInfluenceEntry"); \ +static_assert(offsetof(FRigInfluenceEntry, Source) == 0x000000, "Member 'FRigInfluenceEntry::Source' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceEntry, AffectedList) == 0x000010, "Member 'FRigInfluenceEntry::AffectedList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceMap \ +static_assert(alignof(FRigInfluenceMap) == 0x000008, "Wrong alignment on FRigInfluenceMap"); \ +static_assert(sizeof(FRigInfluenceMap) == 0x000068, "Wrong size on FRigInfluenceMap"); \ +static_assert(offsetof(FRigInfluenceMap, EventName) == 0x000000, "Member 'FRigInfluenceMap::EventName' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMap, Entries) == 0x000008, "Member 'FRigInfluenceMap::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMap, KeyToIndex) == 0x000018, "Member 'FRigInfluenceMap::KeyToIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceMapPerEvent \ +static_assert(alignof(FRigInfluenceMapPerEvent) == 0x000008, "Wrong alignment on FRigInfluenceMapPerEvent"); \ +static_assert(sizeof(FRigInfluenceMapPerEvent) == 0x000060, "Wrong size on FRigInfluenceMapPerEvent"); \ +static_assert(offsetof(FRigInfluenceMapPerEvent, Maps) == 0x000000, "Member 'FRigInfluenceMapPerEvent::Maps' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMapPerEvent, EventToIndex) == 0x000010, "Member 'FRigInfluenceMapPerEvent::EventToIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertQuaternionToVector \ +static_assert(alignof(FRigUnit_ConvertQuaternionToVector) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternionToVector"); \ +static_assert(sizeof(FRigUnit_ConvertQuaternionToVector) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_ConvertQuaternionToVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::Limit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x0000D0, "Wrong size on FRigUnit_HierarchyAddControlFloat_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, bIsScale) == 0x000011, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::bIsScale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Limits) == 0x000014, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Shape) == 0x000030, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Proxy) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedBone \ +static_assert(alignof(FControlRigComponentMappedBone) == 0x000004, "Wrong alignment on FControlRigComponentMappedBone"); \ +static_assert(sizeof(FControlRigComponentMappedBone) == 0x000010, "Wrong size on FControlRigComponentMappedBone"); \ +static_assert(offsetof(FControlRigComponentMappedBone, Source) == 0x000000, "Member 'FControlRigComponentMappedBone::Source' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedBone, Target) == 0x000008, "Member 'FControlRigComponentMappedBone::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlFloat \ +static_assert(alignof(FRigUnit_SetControlFloat) == 0x000010, "Wrong alignment on FRigUnit_SetControlFloat"); \ +static_assert(sizeof(FRigUnit_SetControlFloat) == 0x000200, "Wrong size on FRigUnit_SetControlFloat"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Control) == 0x0001D0, "Member 'FRigUnit_SetControlFloat::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, FloatValue) == 0x0001DC, "Member 'FRigUnit_SetControlFloat::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlFloat::CachedControlIndex' 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) == 0x000030, "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) == 0x000020, "Member 'FRigUnit_DistributeRotation_Rotation::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigIOSettings \ +static_assert(alignof(FControlRigIOSettings) == 0x000001, "Wrong alignment on FControlRigIOSettings"); \ +static_assert(sizeof(FControlRigIOSettings) == 0x000002, "Wrong size on FControlRigIOSettings"); \ +static_assert(offsetof(FControlRigIOSettings, bUpdatePose) == 0x000000, "Member 'FControlRigIOSettings::bUpdatePose' has a wrong offset!"); \ +static_assert(offsetof(FControlRigIOSettings, bUpdateCurves) == 0x000001, "Member 'FControlRigIOSettings::bUpdateCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_GetAnimationChannelBase \ +static_assert(alignof(FRigUnit_GetAnimationChannelBase) == 0x000008, "Wrong alignment on FRigUnit_GetAnimationChannelBase"); \ +static_assert(sizeof(FRigUnit_GetAnimationChannelBase) == 0x000030, "Wrong size on FRigUnit_GetAnimationChannelBase"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Control) == 0x000008, "Member 'FRigUnit_GetAnimationChannelBase::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Channel) == 0x000010, "Member 'FRigUnit_GetAnimationChannelBase::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, bInitial) == 0x000018, "Member 'FRigUnit_GetAnimationChannelBase::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelKey) == 0x00001C, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelKey' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelHash) == 0x000028, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformAnimationChannel \ +static_assert(alignof(FRigUnit_GetTransformAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_GetTransformAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetTransformAnimationChannel) == 0x000090, "Wrong size on FRigUnit_GetTransformAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetTransformAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetTransformAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetScale \ +static_assert(alignof(FRigUnit_SetScale) == 0x000010, "Wrong alignment on FRigUnit_SetScale"); \ +static_assert(sizeof(FRigUnit_SetScale) == 0x000220, "Wrong size on FRigUnit_SetScale"); \ +static_assert(offsetof(FRigUnit_SetScale, Item) == 0x0001D0, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Space) == 0x0001DC, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bInitial) == 0x0001DD, "Member 'FRigUnit_SetScale::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x0001E0, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x0001F8, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x000200, "Member 'FRigUnit_SetScale::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedElement \ +static_assert(alignof(FControlRigComponentMappedElement) == 0x000010, "Wrong alignment on FControlRigComponentMappedElement"); \ +static_assert(sizeof(FControlRigComponentMappedElement) == 0x0000F0, "Wrong size on FControlRigComponentMappedElement"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ComponentReference) == 0x000000, "Member 'FControlRigComponentMappedElement::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformIndex) == 0x000048, "Member 'FControlRigComponentMappedElement::TransformIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformName) == 0x00004C, "Member 'FControlRigComponentMappedElement::TransformName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementType) == 0x000054, "Member 'FControlRigComponentMappedElement::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementName) == 0x000058, "Member 'FControlRigComponentMappedElement::ElementName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Direction) == 0x000060, "Member 'FControlRigComponentMappedElement::Direction' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Offset) == 0x000070, "Member 'FControlRigComponentMappedElement::Offset' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Weight) == 0x0000D0, "Member 'FControlRigComponentMappedElement::Weight' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Space) == 0x0000D4, "Member 'FControlRigComponentMappedElement::Space' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SceneComponent) == 0x0000D8, "Member 'FControlRigComponentMappedElement::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementIndex) == 0x0000E0, "Member 'FControlRigComponentMappedElement::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SubIndex) == 0x0000E4, "Member 'FControlRigComponentMappedElement::SubIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementWeight \ +static_assert(alignof(FRigElementWeight) == 0x000004, "Wrong alignment on FRigElementWeight"); \ +static_assert(sizeof(FRigElementWeight) == 0x00000C, "Wrong size on FRigElementWeight"); \ +static_assert(offsetof(FRigElementWeight, Location) == 0x000000, "Member 'FRigElementWeight::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigElementWeight, Rotation) == 0x000004, "Member 'FRigElementWeight::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigElementWeight, Scale) == 0x000008, "Member 'FRigElementWeight::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetParentWeights \ +static_assert(alignof(FRigUnit_HierarchySetParentWeights) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetParentWeights"); \ +static_assert(sizeof(FRigUnit_HierarchySetParentWeights) == 0x0001F0, "Wrong size on FRigUnit_HierarchySetParentWeights"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Child) == 0x0001D0, "Member 'FRigUnit_HierarchySetParentWeights::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Weights) == 0x0001E0, "Member 'FRigUnit_HierarchySetParentWeights::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchySettings \ +static_assert(alignof(FRigHierarchySettings) == 0x000004, "Wrong alignment on FRigHierarchySettings"); \ +static_assert(sizeof(FRigHierarchySettings) == 0x000004, "Wrong size on FRigHierarchySettings"); \ +static_assert(offsetof(FRigHierarchySettings, ProceduralElementLimit) == 0x000000, "Member 'FRigHierarchySettings::ProceduralElementLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformStackEntry \ +static_assert(alignof(FRigTransformStackEntry) == 0x000010, "Wrong alignment on FRigTransformStackEntry"); \ +static_assert(sizeof(FRigTransformStackEntry) == 0x0000F0, "Wrong size on FRigTransformStackEntry"); \ +static_assert(offsetof(FRigTransformStackEntry, Key) == 0x000000, "Member 'FRigTransformStackEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, EntryType) == 0x00000C, "Member 'FRigTransformStackEntry::EntryType' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, TransformType) == 0x00000D, "Member 'FRigTransformStackEntry::TransformType' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, OldTransform) == 0x000010, "Member 'FRigTransformStackEntry::OldTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, NewTransform) == 0x000070, "Member 'FRigTransformStackEntry::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, bAffectChildren) == 0x0000D0, "Member 'FRigTransformStackEntry::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, Callstack) == 0x0000D8, "Member 'FRigTransformStackEntry::Callstack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearchArray \ +static_assert(alignof(FRigUnit_CollectionNameSearchArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearchArray"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearchArray) == 0x000028, "Wrong size on FRigUnit_CollectionNameSearchArray"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearchArray::PartialName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, TypeToSearch) == 0x000010, "Member 'FRigUnit_CollectionNameSearchArray::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, Items) == 0x000018, "Member 'FRigUnit_CollectionNameSearchArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSingleParentElement \ +static_assert(alignof(FRigSingleParentElement) == 0x000010, "Wrong alignment on FRigSingleParentElement"); \ +static_assert(sizeof(FRigSingleParentElement) == 0x000240, "Wrong size on FRigSingleParentElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadata \ +static_assert(alignof(FRigUnit_FindItemsWithMetadata) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadata"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadata) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadata"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Name) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Type) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadata::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, NameSpace) == 0x000011, "Member 'FRigUnit_FindItemsWithMetadata::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadata::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentSwitchConstraintArray \ +static_assert(alignof(FRigUnit_ParentSwitchConstraintArray) == 0x000010, "Wrong alignment on FRigUnit_ParentSwitchConstraintArray"); \ +static_assert(sizeof(FRigUnit_ParentSwitchConstraintArray) == 0x000370, "Wrong size on FRigUnit_ParentSwitchConstraintArray"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Subject) == 0x0001D0, "Member 'FRigUnit_ParentSwitchConstraintArray::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, ParentIndex) == 0x0001DC, "Member 'FRigUnit_ParentSwitchConstraintArray::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Parents) == 0x0001E0, "Member 'FRigUnit_ParentSwitchConstraintArray::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, InitialGlobalTransform) == 0x0001F0, "Member 'FRigUnit_ParentSwitchConstraintArray::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Weight) == 0x000250, "Member 'FRigUnit_ParentSwitchConstraintArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Transform) == 0x000260, "Member 'FRigUnit_ParentSwitchConstraintArray::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Switched) == 0x0002C0, "Member 'FRigUnit_ParentSwitchConstraintArray::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedSubject) == 0x0002C8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedParent) == 0x0002E8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, RelativeOffset) == 0x000310, "Member 'FRigUnit_ParentSwitchConstraintArray::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementParentConstraint \ +static_assert(alignof(FRigElementParentConstraint) == 0x000010, "Wrong alignment on FRigElementParentConstraint"); \ +static_assert(sizeof(FRigElementParentConstraint) == 0x000090, "Wrong size on FRigElementParentConstraint"); \ + +#define DUMPER7_ASSERTS_FRigBoneElement \ +static_assert(alignof(FRigBoneElement) == 0x000010, "Wrong alignment on FRigBoneElement"); \ +static_assert(sizeof(FRigBoneElement) == 0x000240, "Wrong size on FRigBoneElement"); \ +static_assert(offsetof(FRigBoneElement, BoneType) == 0x000238, "Member 'FRigBoneElement::BoneType' 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) == 0x000040, "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, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItems::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Collection) == 0x000030, "Member 'FRigUnit_CollectionReplaceItems::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigNullElement \ +static_assert(alignof(FRigNullElement) == 0x000010, "Wrong alignment on FRigNullElement"); \ +static_assert(sizeof(FRigNullElement) == 0x000330, "Wrong size on FRigNullElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RemoveMetadataTag \ +static_assert(alignof(FRigUnit_RemoveMetadataTag) == 0x000010, "Wrong alignment on FRigUnit_RemoveMetadataTag"); \ +static_assert(sizeof(FRigUnit_RemoveMetadataTag) == 0x000210, "Wrong size on FRigUnit_RemoveMetadataTag"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Item) == 0x0001D0, "Member 'FRigUnit_RemoveMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Tag) == 0x0001DC, "Member 'FRigUnit_RemoveMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, NameSpace) == 0x0001E4, "Member 'FRigUnit_RemoveMetadataTag::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Removed) == 0x0001E5, "Member 'FRigUnit_RemoveMetadataTag::Removed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, CachedIndex) == 0x0001E8, "Member 'FRigUnit_RemoveMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurveElement \ +static_assert(alignof(FRigCurveElement) == 0x000008, "Wrong alignment on FRigCurveElement"); \ +static_assert(sizeof(FRigCurveElement) == 0x000050, "Wrong size on FRigCurveElement"); \ + +#define DUMPER7_ASSERTS_FRigRigidBodySettings \ +static_assert(alignof(FRigRigidBodySettings) == 0x000004, "Wrong alignment on FRigRigidBodySettings"); \ +static_assert(sizeof(FRigRigidBodySettings) == 0x000004, "Wrong size on FRigRigidBodySettings"); \ +static_assert(offsetof(FRigRigidBodySettings, Mass) == 0x000000, "Member 'FRigRigidBodySettings::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRigidBodyElement \ +static_assert(alignof(FRigRigidBodyElement) == 0x000010, "Wrong alignment on FRigRigidBodyElement"); \ +static_assert(sizeof(FRigRigidBodyElement) == 0x000240, "Wrong size on FRigRigidBodyElement"); \ +static_assert(offsetof(FRigRigidBodyElement, Settings) == 0x000238, "Member 'FRigRigidBodyElement::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetParentIndices \ +static_assert(alignof(FRigUnit_CollectionGetParentIndices) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetParentIndices"); \ +static_assert(sizeof(FRigUnit_CollectionGetParentIndices) == 0x000028, "Wrong size on FRigUnit_CollectionGetParentIndices"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndices, Collection) == 0x000008, "Member 'FRigUnit_CollectionGetParentIndices::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndices, ParentIndices) == 0x000018, "Member 'FRigUnit_CollectionGetParentIndices::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigReferenceElement \ +static_assert(alignof(FRigReferenceElement) == 0x000010, "Wrong alignment on FRigReferenceElement"); \ +static_assert(sizeof(FRigReferenceElement) == 0x000250, "Wrong size on FRigReferenceElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadataTagArray \ +static_assert(alignof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000030, "Wrong size on FRigUnit_FindItemsWithMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Tags) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, NameSpace) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTagArray::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Items) == 0x000020, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectorState \ +static_assert(alignof(FRigConnectorState) == 0x000008, "Wrong alignment on FRigConnectorState"); \ +static_assert(sizeof(FRigConnectorState) == 0x000040, "Wrong size on FRigConnectorState"); \ +static_assert(offsetof(FRigConnectorState, Name) == 0x000000, "Member 'FRigConnectorState::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorState, ResolvedTarget) == 0x000008, "Member 'FRigConnectorState::ResolvedTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorState, Settings) == 0x000018, "Member 'FRigConnectorState::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlColor \ +static_assert(alignof(FRigUnit_GetControlColor) == 0x000008, "Wrong alignment on FRigUnit_GetControlColor"); \ +static_assert(sizeof(FRigUnit_GetControlColor) == 0x000040, "Wrong size on FRigUnit_GetControlColor"); \ +static_assert(offsetof(FRigUnit_GetControlColor, Control) == 0x000008, "Member 'FRigUnit_GetControlColor::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlColor, Color) == 0x000010, "Member 'FRigUnit_GetControlColor::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlColor, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlColor::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectorElement \ +static_assert(alignof(FRigConnectorElement) == 0x000008, "Wrong alignment on FRigConnectorElement"); \ +static_assert(sizeof(FRigConnectorElement) == 0x000070, "Wrong size on FRigConnectorElement"); \ +static_assert(offsetof(FRigConnectorElement, Settings) == 0x000048, "Member 'FRigConnectorElement::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSocketState \ +static_assert(alignof(FRigSocketState) == 0x000010, "Wrong alignment on FRigSocketState"); \ +static_assert(sizeof(FRigSocketState) == 0x0000A0, "Wrong size on FRigSocketState"); \ +static_assert(offsetof(FRigSocketState, Name) == 0x000000, "Member 'FRigSocketState::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Parent) == 0x000008, "Member 'FRigSocketState::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, InitialLocalTransform) == 0x000020, "Member 'FRigSocketState::InitialLocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Color) == 0x000080, "Member 'FRigSocketState::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Description) == 0x000090, "Member 'FRigSocketState::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSocketElement \ +static_assert(alignof(FRigSocketElement) == 0x000010, "Wrong alignment on FRigSocketElement"); \ +static_assert(sizeof(FRigSocketElement) == 0x000240, "Wrong size on FRigSocketElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigModulesBase \ +static_assert(alignof(FRigUnit_RigModulesBase) == 0x000008, "Wrong alignment on FRigUnit_RigModulesBase"); \ +static_assert(sizeof(FRigUnit_RigModulesBase) == 0x000008, "Wrong size on FRigUnit_RigModulesBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetCurrentNameSpace \ +static_assert(alignof(FRigUnit_GetCurrentNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetCurrentNameSpace"); \ +static_assert(sizeof(FRigUnit_GetCurrentNameSpace) == 0x000018, "Wrong size on FRigUnit_GetCurrentNameSpace"); \ +static_assert(offsetof(FRigUnit_GetCurrentNameSpace, NameSpace) == 0x000008, "Member 'FRigUnit_GetCurrentNameSpace::NameSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContentPerElement \ +static_assert(alignof(FRigHierarchyCopyPasteContentPerElement) == 0x000010, "Wrong alignment on FRigHierarchyCopyPasteContentPerElement"); \ +static_assert(sizeof(FRigHierarchyCopyPasteContentPerElement) == 0x0001E0, "Wrong size on FRigHierarchyCopyPasteContentPerElement"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Key) == 0x000000, "Member 'FRigHierarchyCopyPasteContentPerElement::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Content) == 0x000010, "Member 'FRigHierarchyCopyPasteContentPerElement::Content' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Parents) == 0x000020, "Member 'FRigHierarchyCopyPasteContentPerElement::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, ParentWeights) == 0x000030, "Member 'FRigHierarchyCopyPasteContentPerElement::ParentWeights' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Pose) == 0x000040, "Member 'FRigHierarchyCopyPasteContentPerElement::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlRotator \ +static_assert(alignof(FRigUnit_SetControlRotator) == 0x000010, "Wrong alignment on FRigUnit_SetControlRotator"); \ +static_assert(sizeof(FRigUnit_SetControlRotator) == 0x000220, "Wrong size on FRigUnit_SetControlRotator"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Control) == 0x0001D0, "Member 'FRigUnit_SetControlRotator::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Rotator) == 0x0001E0, "Member 'FRigUnit_SetControlRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Space) == 0x0001F8, "Member 'FRigUnit_SetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, CachedControlIndex) == 0x000200, "Member 'FRigUnit_SetControlRotator::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContent \ +static_assert(alignof(FRigHierarchyCopyPasteContent) == 0x000008, "Wrong alignment on FRigHierarchyCopyPasteContent"); \ +static_assert(sizeof(FRigHierarchyCopyPasteContent) == 0x000050, "Wrong size on FRigHierarchyCopyPasteContent"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Elements) == 0x000000, "Member 'FRigHierarchyCopyPasteContent::Elements' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Types) == 0x000010, "Member 'FRigHierarchyCopyPasteContent::Types' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Contents) == 0x000020, "Member 'FRigHierarchyCopyPasteContent::Contents' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, LocalTransforms) == 0x000030, "Member 'FRigHierarchyCopyPasteContent::LocalTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, GlobalTransforms) == 0x000040, "Member 'FRigHierarchyCopyPasteContent::GlobalTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemsInNameSpace \ +static_assert(alignof(FRigUnit_GetItemsInNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemsInNameSpace"); \ +static_assert(sizeof(FRigUnit_GetItemsInNameSpace) == 0x000020, "Wrong size on FRigUnit_GetItemsInNameSpace"); \ +static_assert(offsetof(FRigUnit_GetItemsInNameSpace, TypeToSearch) == 0x000008, "Member 'FRigUnit_GetItemsInNameSpace::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemsInNameSpace, Items) == 0x000010, "Member 'FRigUnit_GetItemsInNameSpace::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBaseMutable \ +static_assert(alignof(FRigUnit_DebugBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugBaseMutable"); \ +static_assert(sizeof(FRigUnit_DebugBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_DebugBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HighlevelBaseMutable \ +static_assert(alignof(FRigUnit_HighlevelBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_HighlevelBaseMutable"); \ +static_assert(sizeof(FRigUnit_HighlevelBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_HighlevelBaseMutable"); \ + +#define DUMPER7_ASSERTS_FControlRigAnimNodeEventName \ +static_assert(alignof(FControlRigAnimNodeEventName) == 0x000004, "Wrong alignment on FControlRigAnimNodeEventName"); \ +static_assert(sizeof(FControlRigAnimNodeEventName) == 0x000008, "Wrong size on FControlRigAnimNodeEventName"); \ +static_assert(offsetof(FControlRigAnimNodeEventName, EventName) == 0x000000, "Member 'FControlRigAnimNodeEventName::EventName' 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) == 0x000248, "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, bResetInputPoseToInitial) == 0x000068, "Member 'FAnimNode_ControlRigBase::bResetInputPoseToInitial' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputPose) == 0x000069, "Member 'FAnimNode_ControlRigBase::bTransferInputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputCurves) == 0x00006A, "Member 'FAnimNode_ControlRigBase::bTransferInputCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferPoseInGlobalSpace) == 0x00006B, "Member 'FAnimNode_ControlRigBase::bTransferPoseInGlobalSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputBonesToTransfer) == 0x000070, "Member 'FAnimNode_ControlRigBase::InputBonesToTransfer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputBonesToTransfer) == 0x000080, "Member 'FAnimNode_ControlRigBase::OutputBonesToTransfer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, AssetUserData) == 0x000090, "Member 'FAnimNode_ControlRigBase::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, NodeMappingContainer) == 0x000210, "Member 'FAnimNode_ControlRigBase::NodeMappingContainer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputSettings) == 0x000218, "Member 'FAnimNode_ControlRigBase::InputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputSettings) == 0x00021A, "Member 'FAnimNode_ControlRigBase::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bExecute) == 0x00021C, "Member 'FAnimNode_ControlRigBase::bExecute' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, EventQueue) == 0x000228, "Member 'FAnimNode_ControlRigBase::EventQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVector2D \ +static_assert(alignof(FRigUnit_SetControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_SetControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetControlVector2D) == 0x000210, "Wrong size on FRigUnit_SetControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Control) == 0x0001D0, "Member 'FRigUnit_SetControlVector2D::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Vector) == 0x0001E0, "Member 'FRigUnit_SetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, CachedControlIndex) == 0x0001F0, "Member 'FRigUnit_SetControlVector2D::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRig \ +static_assert(alignof(FAnimNode_ControlRig) == 0x000008, "Wrong alignment on FAnimNode_ControlRig"); \ +static_assert(sizeof(FAnimNode_ControlRig) == 0x0004D0, "Wrong size on FAnimNode_ControlRig"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigClass) == 0x000248, "Member 'FAnimNode_ControlRig::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, DefaultControlRigClass) == 0x000250, "Member 'FAnimNode_ControlRig::DefaultControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRig) == 0x000258, "Member 'FAnimNode_ControlRig::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigPerClass) == 0x000260, "Member 'FAnimNode_ControlRig::ControlRigPerClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ALpha) == 0x0002B0, "Member 'FAnimNode_ControlRig::ALpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaInputType) == 0x0002B4, "Member 'FAnimNode_ControlRig::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBias) == 0x0002B8, "Member 'FAnimNode_ControlRig::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaBoolBlend) == 0x0002C0, "Member 'FAnimNode_ControlRig::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaCurveName) == 0x000308, "Member 'FAnimNode_ControlRig::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBiasClamp) == 0x000310, "Member 'FAnimNode_ControlRig::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, InputMapping) == 0x000340, "Member 'FAnimNode_ControlRig::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, OutputMapping) == 0x000390, "Member 'FAnimNode_ControlRig::OutputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, LODThreshold) == 0x000490, "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) == 0x000250, "Wrong size on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(offsetof(FAnimNode_ControlRig_ExternalSource, ControlRig) == 0x000248, "Member 'FAnimNode_ControlRig_ExternalSource::ControlRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigReference \ +static_assert(alignof(FControlRigReference) == 0x000008, "Wrong alignment on FControlRigReference"); \ +static_assert(sizeof(FControlRigReference) == 0x000010, "Wrong size on FControlRigReference"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetShapeTransform \ +static_assert(alignof(FRigUnit_SetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_SetShapeTransform"); \ +static_assert(sizeof(FRigUnit_SetShapeTransform) == 0x000260, "Wrong size on FRigUnit_SetShapeTransform"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, Control) == 0x0001D0, "Member 'FRigUnit_SetShapeTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetShapeTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, CachedControlIndex) == 0x000240, "Member 'FRigUnit_SetShapeTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigAnimInstanceProxy \ +static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000820, "Wrong size on FControlRigAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVisibility \ +static_assert(alignof(FRigUnit_GetControlVisibility) == 0x000008, "Wrong alignment on FRigUnit_GetControlVisibility"); \ +static_assert(sizeof(FRigUnit_GetControlVisibility) == 0x000038, "Wrong size on FRigUnit_GetControlVisibility"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, Item) == 0x000008, "Member 'FRigUnit_GetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, bVisible) == 0x000014, "Member 'FRigUnit_GetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, CachedControlIndex) == 0x000018, "Member 'FRigUnit_GetControlVisibility::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlShapeActorCreationParam \ +static_assert(alignof(FControlShapeActorCreationParam) == 0x000010, "Wrong alignment on FControlShapeActorCreationParam"); \ +static_assert(sizeof(FControlShapeActorCreationParam) == 0x0001C0, "Wrong size on FControlShapeActorCreationParam"); \ + +#define DUMPER7_ASSERTS_FControlRigTestDataVariable \ +static_assert(alignof(FControlRigTestDataVariable) == 0x000008, "Wrong alignment on FControlRigTestDataVariable"); \ +static_assert(sizeof(FControlRigTestDataVariable) == 0x000020, "Wrong size on FControlRigTestDataVariable"); \ +static_assert(offsetof(FControlRigTestDataVariable, Name) == 0x000000, "Member 'FControlRigTestDataVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataVariable, CPPType) == 0x000008, "Member 'FControlRigTestDataVariable::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataVariable, Value) == 0x000010, "Member 'FControlRigTestDataVariable::Value' 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_FRigPoseElement \ +static_assert(alignof(FRigPoseElement) == 0x000010, "Wrong alignment on FRigPoseElement"); \ +static_assert(sizeof(FRigPoseElement) == 0x000110, "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) == 0x000080, "Member 'FRigPoseElement::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, PreferredEulerAngle) == 0x0000E0, "Member 'FRigPoseElement::PreferredEulerAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, ActiveParent) == 0x0000F8, "Member 'FRigPoseElement::ActiveParent' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, CurveValue) == 0x000104, "Member 'FRigPoseElement::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPose \ +static_assert(alignof(FRigPose) == 0x000008, "Wrong alignment on FRigPose"); \ +static_assert(sizeof(FRigPose) == 0x000070, "Wrong size on FRigPose"); \ +static_assert(offsetof(FRigPose, Elements) == 0x000000, "Member 'FRigPose::Elements' has a wrong offset!"); \ +static_assert(offsetof(FRigPose, HierarchyTopologyVersion) == 0x000010, "Member 'FRigPose::HierarchyTopologyVersion' has a wrong offset!"); \ +static_assert(offsetof(FRigPose, PoseHash) == 0x000014, "Member 'FRigPose::PoseHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigTestDataFrame \ +static_assert(alignof(FControlRigTestDataFrame) == 0x000008, "Wrong alignment on FControlRigTestDataFrame"); \ +static_assert(sizeof(FControlRigTestDataFrame) == 0x000090, "Wrong size on FControlRigTestDataFrame"); \ +static_assert(offsetof(FControlRigTestDataFrame, AbsoluteTime) == 0x000000, "Member 'FControlRigTestDataFrame::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, DeltaTime) == 0x000008, "Member 'FControlRigTestDataFrame::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, Variables) == 0x000010, "Member 'FControlRigTestDataFrame::Variables' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, Pose) == 0x000020, "Member 'FControlRigTestDataFrame::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTag \ +static_assert(alignof(FRigUnit_SetMetadataTag) == 0x000010, "Wrong alignment on FRigUnit_SetMetadataTag"); \ +static_assert(sizeof(FRigUnit_SetMetadataTag) == 0x000210, "Wrong size on FRigUnit_SetMetadataTag"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, Item) == 0x0001D0, "Member 'FRigUnit_SetMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, Tag) == 0x0001DC, "Member 'FRigUnit_SetMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, NameSpace) == 0x0001E4, "Member 'FRigUnit_SetMetadataTag::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, CachedIndex) == 0x0001E8, "Member 'FRigUnit_SetMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlVector2D_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000018, "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) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000200, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' 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_SetSpaceTransform \ +static_assert(alignof(FRigUnit_SetSpaceTransform) == 0x000010, "Wrong alignment on FRigUnit_SetSpaceTransform"); \ +static_assert(sizeof(FRigUnit_SetSpaceTransform) == 0x000270, "Wrong size on FRigUnit_SetSpaceTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Space) == 0x0001D0, "Member 'FRigUnit_SetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Weight) == 0x0001D8, "Member 'FRigUnit_SetSpaceTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetSpaceTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, SpaceType) == 0x000240, "Member 'FRigUnit_SetSpaceTransform::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, CachedSpaceIndex) == 0x000248, "Member 'FRigUnit_SetSpaceTransform::CachedSpaceIndex' 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_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_FAimTarget \ +static_assert(alignof(FAimTarget) == 0x000010, "Wrong alignment on FAimTarget"); \ +static_assert(sizeof(FAimTarget) == 0x000090, "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) == 0x000070, "Member 'FAimTarget::AlignVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimPointConstraint \ +static_assert(alignof(FCRSimPointConstraint) == 0x000008, "Wrong alignment on FCRSimPointConstraint"); \ +static_assert(sizeof(FCRSimPointConstraint) == 0x000040, "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) == 0x000010, "Member 'FCRSimPointConstraint::DataA' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointConstraint, DataB) == 0x000028, "Member 'FCRSimPointConstraint::DataB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAngle \ +static_assert(alignof(FRigUnit_QuaternionToAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionToAngle) == 0x000050, "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) == 0x000040, "Member 'FRigUnit_QuaternionToAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimPointForce \ +static_assert(alignof(FCRSimPointForce) == 0x000008, "Wrong alignment on FCRSimPointForce"); \ +static_assert(sizeof(FCRSimPointForce) == 0x000028, "Wrong size on FCRSimPointForce"); \ +static_assert(offsetof(FCRSimPointForce, ForceType) == 0x000000, "Member 'FCRSimPointForce::ForceType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, Vector) == 0x000008, "Member 'FCRSimPointForce::Vector' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, Coefficient) == 0x000020, "Member 'FCRSimPointForce::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, bNormalize) == 0x000024, "Member 'FCRSimPointForce::bNormalize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimSoftCollision \ +static_assert(alignof(FCRSimSoftCollision) == 0x000010, "Wrong alignment on FCRSimSoftCollision"); \ +static_assert(sizeof(FCRSimSoftCollision) == 0x000080, "Wrong size on FCRSimSoftCollision"); \ +static_assert(offsetof(FCRSimSoftCollision, Transform) == 0x000000, "Member 'FCRSimSoftCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, ShapeType) == 0x000060, "Member 'FCRSimSoftCollision::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, MinimumDistance) == 0x000064, "Member 'FCRSimSoftCollision::MinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, MaximumDistance) == 0x000068, "Member 'FCRSimSoftCollision::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, FalloffType) == 0x00006C, "Member 'FCRSimSoftCollision::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, Coefficient) == 0x000070, "Member 'FCRSimSoftCollision::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, bInverted) == 0x000074, "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_FBlendTarget \ +static_assert(alignof(FBlendTarget) == 0x000010, "Wrong alignment on FBlendTarget"); \ +static_assert(sizeof(FBlendTarget) == 0x000070, "Wrong size on FBlendTarget"); \ +static_assert(offsetof(FBlendTarget, Transform) == 0x000000, "Member 'FBlendTarget::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBlendTarget, Weight) == 0x000060, "Member 'FBlendTarget::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleReference \ +static_assert(alignof(FRigModuleReference) == 0x000008, "Wrong alignment on FRigModuleReference"); \ +static_assert(sizeof(FRigModuleReference) == 0x000170, "Wrong size on FRigModuleReference"); \ +static_assert(offsetof(FRigModuleReference, Name) == 0x000000, "Member 'FRigModuleReference::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ShortName) == 0x000008, "Member 'FRigModuleReference::ShortName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, bShortNameBasedOnPath) == 0x000018, "Member 'FRigModuleReference::bShortNameBasedOnPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ParentPath) == 0x000020, "Member 'FRigModuleReference::ParentPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Class) == 0x000030, "Member 'FRigModuleReference::Class' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Connections) == 0x000058, "Member 'FRigModuleReference::Connections' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ConfigValues) == 0x0000A8, "Member 'FRigModuleReference::ConfigValues' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Bindings) == 0x0000F8, "Member 'FRigModuleReference::Bindings' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, PreviousName) == 0x000148, "Member 'FRigModuleReference::PreviousName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, PreviousParentPath) == 0x000150, "Member 'FRigModuleReference::PreviousParentPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SwitchParent \ +static_assert(alignof(FRigUnit_SwitchParent) == 0x000010, "Wrong alignment on FRigUnit_SwitchParent"); \ +static_assert(sizeof(FRigUnit_SwitchParent) == 0x0001F0, "Wrong size on FRigUnit_SwitchParent"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Mode) == 0x0001D0, "Member 'FRigUnit_SwitchParent::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Child) == 0x0001D4, "Member 'FRigUnit_SwitchParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Parent) == 0x0001E0, "Member 'FRigUnit_SwitchParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, bMaintainGlobal) == 0x0001EC, "Member 'FRigUnit_SwitchParent::bMaintainGlobal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigSingleConnection \ +static_assert(alignof(FModularRigSingleConnection) == 0x000004, "Wrong alignment on FModularRigSingleConnection"); \ +static_assert(sizeof(FModularRigSingleConnection) == 0x000018, "Wrong size on FModularRigSingleConnection"); \ +static_assert(offsetof(FModularRigSingleConnection, Connector) == 0x000000, "Member 'FModularRigSingleConnection::Connector' has a wrong offset!"); \ +static_assert(offsetof(FModularRigSingleConnection, Target) == 0x00000C, "Member 'FModularRigSingleConnection::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigConnections \ +static_assert(alignof(FModularRigConnections) == 0x000008, "Wrong alignment on FModularRigConnections"); \ +static_assert(sizeof(FModularRigConnections) == 0x000060, "Wrong size on FModularRigConnections"); \ +static_assert(offsetof(FModularRigConnections, ConnectionList) == 0x000000, "Member 'FModularRigConnections::ConnectionList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigModel \ +static_assert(alignof(FModularRigModel) == 0x000008, "Wrong alignment on FModularRigModel"); \ +static_assert(sizeof(FModularRigModel) == 0x0000A0, "Wrong size on FModularRigModel"); \ +static_assert(offsetof(FModularRigModel, Modules) == 0x000000, "Member 'FModularRigModel::Modules' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModel, Connections) == 0x000030, "Member 'FModularRigModel::Connections' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModel, Controller) == 0x000090, "Member 'FModularRigModel::Controller' 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) == 0x000080, "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_FConstraintNodeData \ +static_assert(alignof(FConstraintNodeData) == 0x000010, "Wrong alignment on FConstraintNodeData"); \ +static_assert(sizeof(FConstraintNodeData) == 0x000140, "Wrong size on FConstraintNodeData"); \ +static_assert(offsetof(FConstraintNodeData, RelativeParent) == 0x000000, "Member 'FConstraintNodeData::RelativeParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, ConstraintOffset) == 0x000060, "Member 'FConstraintNodeData::ConstraintOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, LinkedNode) == 0x000120, "Member 'FConstraintNodeData::LinkedNode' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, Constraints) == 0x000128, "Member 'FConstraintNodeData::Constraints' 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) == 0x000050, "Wrong size on FRigUnit_Divide_VectorVector"); \ + +#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_FRigElement \ +static_assert(alignof(FRigElement) == 0x000008, "Wrong alignment on FRigElement"); \ +static_assert(sizeof(FRigElement) == 0x000018, "Wrong size on FRigElement"); \ +static_assert(offsetof(FRigElement, Name) == 0x000008, "Member 'FRigElement::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigElement, Index) == 0x000010, "Member 'FRigElement::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBone \ +static_assert(alignof(FRigBone) == 0x000010, "Wrong alignment on FRigBone"); \ +static_assert(sizeof(FRigBone) == 0x000170, "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) == 0x000090, "Member 'FRigBone::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, LocalTransform) == 0x0000F0, "Member 'FRigBone::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, Dependents) == 0x000150, "Member 'FRigBone::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, Type) == 0x000160, "Member 'FRigBone::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BeginExecution \ +static_assert(alignof(FRigUnit_BeginExecution) == 0x000010, "Wrong alignment on FRigUnit_BeginExecution"); \ +static_assert(sizeof(FRigUnit_BeginExecution) == 0x0001D0, "Wrong size on FRigUnit_BeginExecution"); \ +static_assert(offsetof(FRigUnit_BeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_BeginExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoneHierarchy \ +static_assert(alignof(FRigBoneHierarchy) == 0x000008, "Wrong alignment on FRigBoneHierarchy"); \ +static_assert(sizeof(FRigBoneHierarchy) == 0x000010, "Wrong size on FRigBoneHierarchy"); \ +static_assert(offsetof(FRigBoneHierarchy, Bones) == 0x000000, "Member 'FRigBoneHierarchy::Bones' 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) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_UnaryQuaternionOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigAndConnectionRule \ +static_assert(alignof(FRigAndConnectionRule) == 0x000008, "Wrong alignment on FRigAndConnectionRule"); \ +static_assert(sizeof(FRigAndConnectionRule) == 0x000018, "Wrong size on FRigAndConnectionRule"); \ +static_assert(offsetof(FRigAndConnectionRule, ChildRules) == 0x000008, "Member 'FRigAndConnectionRule::ChildRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigOrConnectionRule \ +static_assert(alignof(FRigOrConnectionRule) == 0x000008, "Wrong alignment on FRigOrConnectionRule"); \ +static_assert(sizeof(FRigOrConnectionRule) == 0x000018, "Wrong size on FRigOrConnectionRule"); \ +static_assert(offsetof(FRigOrConnectionRule, ChildRules) == 0x000008, "Member 'FRigOrConnectionRule::ChildRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong size on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannel2DLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000004, "Wrong size on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTypeConnectionRule \ +static_assert(alignof(FRigTypeConnectionRule) == 0x000008, "Wrong alignment on FRigTypeConnectionRule"); \ +static_assert(sizeof(FRigTypeConnectionRule) == 0x000010, "Wrong size on FRigTypeConnectionRule"); \ +static_assert(offsetof(FRigTypeConnectionRule, ElementType) == 0x000008, "Member 'FRigTypeConnectionRule::ElementType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigChildOfPrimaryConnectionRule \ +static_assert(alignof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong alignment on FRigChildOfPrimaryConnectionRule"); \ +static_assert(sizeof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong size on FRigChildOfPrimaryConnectionRule"); \ + +#define DUMPER7_ASSERTS_FRigControl \ +static_assert(alignof(FRigControl) == 0x000010, "Wrong alignment on FRigControl"); \ +static_assert(sizeof(FRigControl) == 0x000360, "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) == 0x0000A0, "Member 'FRigControl::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Value) == 0x000124, "Member 'FRigControl::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, PrimaryAxis) == 0x0001A8, "Member 'FRigControl::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsCurve) == 0x0001A9, "Member 'FRigControl::bIsCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bAnimatable) == 0x0001AA, "Member 'FRigControl::bAnimatable' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitTranslation) == 0x0001AB, "Member 'FRigControl::bLimitTranslation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitRotation) == 0x0001AC, "Member 'FRigControl::bLimitRotation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitScale) == 0x0001AD, "Member 'FRigControl::bLimitScale' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bDrawLimits) == 0x0001AE, "Member 'FRigControl::bDrawLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MinimumValue) == 0x0001B0, "Member 'FRigControl::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MaximumValue) == 0x000234, "Member 'FRigControl::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoEnabled) == 0x0002B8, "Member 'FRigControl::bGizmoEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoVisible) == 0x0002B9, "Member 'FRigControl::bGizmoVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoName) == 0x0002BC, "Member 'FRigControl::GizmoName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoTransform) == 0x0002D0, "Member 'FRigControl::GizmoTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoColor) == 0x000330, "Member 'FRigControl::GizmoColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Dependents) == 0x000340, "Member 'FRigControl::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsTransientControl) == 0x000350, "Member 'FRigControl::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ControlEnum) == 0x000358, "Member 'FRigControl::ControlEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Z) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddElement \ +static_assert(alignof(FRigUnit_HierarchyAddElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddElement"); \ +static_assert(sizeof(FRigUnit_HierarchyAddElement) == 0x0001F0, "Wrong size on FRigUnit_HierarchyAddElement"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Parent) == 0x0001D0, "Member 'FRigUnit_HierarchyAddElement::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Name) == 0x0001DC, "Member 'FRigUnit_HierarchyAddElement::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Item) == 0x0001E4, "Member 'FRigUnit_HierarchyAddElement::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleVector \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlHierarchy \ +static_assert(alignof(FRigControlHierarchy) == 0x000008, "Wrong alignment on FRigControlHierarchy"); \ +static_assert(sizeof(FRigControlHierarchy) == 0x000010, "Wrong size on FRigControlHierarchy"); \ +static_assert(offsetof(FRigControlHierarchy, Controls) == 0x000000, "Member 'FRigControlHierarchy::Controls' 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) == 0x000010, "Wrong size on FRigCurveContainer"); \ +static_assert(offsetof(FRigCurveContainer, Curves) == 0x000000, "Member 'FRigCurveContainer::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSpace \ +static_assert(alignof(FRigSpace) == 0x000010, "Wrong alignment on FRigSpace"); \ +static_assert(sizeof(FRigSpace) == 0x0000F0, "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) == 0x000090, "Member 'FRigSpace::LocalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSpaceHierarchy \ +static_assert(alignof(FRigSpaceHierarchy) == 0x000008, "Wrong alignment on FRigSpaceHierarchy"); \ +static_assert(sizeof(FRigSpaceHierarchy) == 0x000010, "Wrong size on FRigSpaceHierarchy"); \ +static_assert(offsetof(FRigSpaceHierarchy, Spaces) == 0x000000, "Member 'FRigSpaceHierarchy::Spaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyContainer \ +static_assert(alignof(FRigHierarchyContainer) == 0x000008, "Wrong alignment on FRigHierarchyContainer"); \ +static_assert(sizeof(FRigHierarchyContainer) == 0x000040, "Wrong size on FRigHierarchyContainer"); \ +static_assert(offsetof(FRigHierarchyContainer, BoneHierarchy) == 0x000000, "Member 'FRigHierarchyContainer::BoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, SpaceHierarchy) == 0x000010, "Member 'FRigHierarchyContainer::SpaceHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, ControlHierarchy) == 0x000020, "Member 'FRigHierarchyContainer::ControlHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, CurveContainer) == 0x000030, "Member 'FRigHierarchyContainer::CurveContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetShapeSettings \ +static_assert(alignof(FRigUnit_HierarchySetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchySetShapeSettings) == 0x000260, "Wrong size on FRigUnit_HierarchySetShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Item) == 0x0001D0, "Member 'FRigUnit_HierarchySetShapeSettings::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Settings) == 0x0001E0, "Member 'FRigUnit_HierarchySetShapeSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PostBeginExecution \ +static_assert(alignof(FRigUnit_PostBeginExecution) == 0x000010, "Wrong alignment on FRigUnit_PostBeginExecution"); \ +static_assert(sizeof(FRigUnit_PostBeginExecution) == 0x0001D0, "Wrong size on FRigUnit_PostBeginExecution"); \ +static_assert(offsetof(FRigUnit_PostBeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PostBeginExecution::ExecuteContext' 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_FRigControlModifiedContext \ +static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ +static_assert(sizeof(FRigControlModifiedContext) == 0x000018, "Wrong size on FRigControlModifiedContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyBase \ +static_assert(alignof(FRigUnit_HierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_HierarchyBase"); \ +static_assert(sizeof(FRigUnit_HierarchyBase) == 0x000008, "Wrong size on FRigUnit_HierarchyBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParent \ +static_assert(alignof(FRigUnit_HierarchyGetParent) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParent"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParent) == 0x000060, "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) == 0x000040, "Member 'FRigUnit_HierarchyGetParent::CachedParent' 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) == 0x000010, "Wrong alignment on FRigUnit_AimConstraint"); \ +static_assert(sizeof(FRigUnit_AimConstraint) == 0x000240, "Wrong size on FRigUnit_AimConstraint"); \ +static_assert(offsetof(FRigUnit_AimConstraint, Joint) == 0x0001D0, "Member 'FRigUnit_AimConstraint::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimMode) == 0x0001D8, "Member 'FRigUnit_AimConstraint::AimMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpMode) == 0x0001D9, "Member 'FRigUnit_AimConstraint::UpMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimVector) == 0x0001E0, "Member 'FRigUnit_AimConstraint::AimVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpVector) == 0x0001F8, "Member 'FRigUnit_AimConstraint::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimTargets) == 0x000210, "Member 'FRigUnit_AimConstraint::AimTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpTargets) == 0x000220, "Member 'FRigUnit_AimConstraint::UpTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, WorkData) == 0x000230, "Member 'FRigUnit_AimConstraint::WorkData' 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_FRigElementResolveResult \ +static_assert(alignof(FRigElementResolveResult) == 0x000008, "Wrong alignment on FRigElementResolveResult"); \ +static_assert(sizeof(FRigElementResolveResult) == 0x000020, "Wrong size on FRigElementResolveResult"); \ +static_assert(offsetof(FRigElementResolveResult, Key) == 0x000000, "Member 'FRigElementResolveResult::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigElementResolveResult, State) == 0x00000C, "Member 'FRigElementResolveResult::State' has a wrong offset!"); \ +static_assert(offsetof(FRigElementResolveResult, Message) == 0x000010, "Member 'FRigElementResolveResult::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigResolveResult \ +static_assert(alignof(FModularRigResolveResult) == 0x000008, "Wrong alignment on FModularRigResolveResult"); \ +static_assert(sizeof(FModularRigResolveResult) == 0x000048, "Wrong size on FModularRigResolveResult"); \ +static_assert(offsetof(FModularRigResolveResult, Connector) == 0x000000, "Member 'FModularRigResolveResult::Connector' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Matches) == 0x000010, "Member 'FModularRigResolveResult::Matches' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Excluded) == 0x000020, "Member 'FModularRigResolveResult::Excluded' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, State) == 0x000030, "Member 'FModularRigResolveResult::State' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Message) == 0x000038, "Member 'FModularRigResolveResult::Message' 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_OffsetTransformForItem \ +static_assert(alignof(FRigUnit_OffsetTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_OffsetTransformForItem"); \ +static_assert(sizeof(FRigUnit_OffsetTransformForItem) == 0x000270, "Wrong size on FRigUnit_OffsetTransformForItem"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x0001D0, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x0001E0, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x000240, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x000248, "Member 'FRigUnit_OffsetTransformForItem::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChildrenArray \ +static_assert(alignof(FRigUnit_CollectionChildrenArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildrenArray"); \ +static_assert(sizeof(FRigUnit_CollectionChildrenArray) == 0x000028, "Wrong size on FRigUnit_CollectionChildrenArray"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, Parent) == 0x000008, "Member 'FRigUnit_CollectionChildrenArray::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, bIncludeParent) == 0x000014, "Member 'FRigUnit_CollectionChildrenArray::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, bRecursive) == 0x000015, "Member 'FRigUnit_CollectionChildrenArray::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, TypeToSearch) == 0x000016, "Member 'FRigUnit_CollectionChildrenArray::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, Items) == 0x000018, "Member 'FRigUnit_CollectionChildrenArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoolMetadata \ +static_assert(alignof(FRigBoolMetadata) == 0x000008, "Wrong alignment on FRigBoolMetadata"); \ +static_assert(sizeof(FRigBoolMetadata) == 0x000028, "Wrong size on FRigBoolMetadata"); \ +static_assert(offsetof(FRigBoolMetadata, Value) == 0x000020, "Member 'FRigBoolMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoolArrayMetadata \ +static_assert(alignof(FRigBoolArrayMetadata) == 0x000008, "Wrong alignment on FRigBoolArrayMetadata"); \ +static_assert(sizeof(FRigBoolArrayMetadata) == 0x000030, "Wrong size on FRigBoolArrayMetadata"); \ +static_assert(offsetof(FRigBoolArrayMetadata, Value) == 0x000020, "Member 'FRigBoolArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigFloatMetadata \ +static_assert(alignof(FRigFloatMetadata) == 0x000008, "Wrong alignment on FRigFloatMetadata"); \ +static_assert(sizeof(FRigFloatMetadata) == 0x000028, "Wrong size on FRigFloatMetadata"); \ +static_assert(offsetof(FRigFloatMetadata, Value) == 0x000020, "Member 'FRigFloatMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionBaseMutable \ +static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ +static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_CollectionBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionLoop \ +static_assert(alignof(FRigUnit_CollectionLoop) == 0x000010, "Wrong alignment on FRigUnit_CollectionLoop"); \ +static_assert(sizeof(FRigUnit_CollectionLoop) == 0x0003C0, "Wrong size on FRigUnit_CollectionLoop"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, BlockToRun) == 0x0001D0, "Member 'FRigUnit_CollectionLoop::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x0001D8, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x0001E8, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x0001F4, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x0001F8, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x0001FC, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x000200, "Member 'FRigUnit_CollectionLoop::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigFloatArrayMetadata \ static_assert(alignof(FRigFloatArrayMetadata) == 0x000008, "Wrong alignment on FRigFloatArrayMetadata"); \ static_assert(sizeof(FRigFloatArrayMetadata) == 0x000030, "Wrong size on FRigFloatArrayMetadata"); \ static_assert(offsetof(FRigFloatArrayMetadata, Value) == 0x000020, "Member 'FRigFloatArrayMetadata::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PropagateTransform \ +static_assert(alignof(FRigUnit_PropagateTransform) == 0x000010, "Wrong alignment on FRigUnit_PropagateTransform"); \ +static_assert(sizeof(FRigUnit_PropagateTransform) == 0x000200, "Wrong size on FRigUnit_PropagateTransform"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, Item) == 0x0001D0, "Member 'FRigUnit_PropagateTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecomputeGlobal) == 0x0001DC, "Member 'FRigUnit_PropagateTransform::bRecomputeGlobal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bApplyToChildren) == 0x0001DD, "Member 'FRigUnit_PropagateTransform::bApplyToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecursive) == 0x0001DE, "Member 'FRigUnit_PropagateTransform::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, CachedIndex) == 0x0001E0, "Member 'FRigUnit_PropagateTransform::CachedIndex' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigInt32Metadata \ static_assert(alignof(FRigInt32Metadata) == 0x000008, "Wrong alignment on FRigInt32Metadata"); \ static_assert(sizeof(FRigInt32Metadata) == 0x000028, "Wrong size on FRigInt32Metadata"); \ @@ -97724,56 +97111,77 @@ static_assert(alignof(FRigNameMetadata) == 0x000008, "Wrong alignment on FRigNam static_assert(sizeof(FRigNameMetadata) == 0x000028, "Wrong size on FRigNameMetadata"); \ static_assert(offsetof(FRigNameMetadata, Value) == 0x000020, "Member 'FRigNameMetadata::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionGetParentIndicesItemArray \ -static_assert(alignof(FRigUnit_CollectionGetParentIndicesItemArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetParentIndicesItemArray"); \ -static_assert(sizeof(FRigUnit_CollectionGetParentIndicesItemArray) == 0x000028, "Wrong size on FRigUnit_CollectionGetParentIndicesItemArray"); \ -static_assert(offsetof(FRigUnit_CollectionGetParentIndicesItemArray, Items) == 0x000008, "Member 'FRigUnit_CollectionGetParentIndicesItemArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionGetParentIndicesItemArray, ParentIndices) == 0x000018, "Member 'FRigUnit_CollectionGetParentIndicesItemArray::ParentIndices' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_AddParent \ +static_assert(alignof(FRigUnit_AddParent) == 0x000010, "Wrong alignment on FRigUnit_AddParent"); \ +static_assert(sizeof(FRigUnit_AddParent) == 0x0001F0, "Wrong size on FRigUnit_AddParent"); \ +static_assert(offsetof(FRigUnit_AddParent, Child) == 0x0001D0, "Member 'FRigUnit_AddParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddParent, Parent) == 0x0001DC, "Member 'FRigUnit_AddParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigNameArrayMetadata \ static_assert(alignof(FRigNameArrayMetadata) == 0x000008, "Wrong alignment on FRigNameArrayMetadata"); \ static_assert(sizeof(FRigNameArrayMetadata) == 0x000030, "Wrong size on FRigNameArrayMetadata"); \ static_assert(offsetof(FRigNameArrayMetadata, Value) == 0x000020, "Member 'FRigNameArrayMetadata::Value' 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) == 0x0002D0, "Wrong size on FRigUnit_SetBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Result) == 0x000240, "Member 'FRigUnit_SetBoneTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Space) == 0x0002A0, "Member 'FRigUnit_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Weight) == 0x0002A4, "Member 'FRigUnit_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bPropagateToChildren) == 0x0002A8, "Member 'FRigUnit_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, CachedBone) == 0x0002B0, "Member 'FRigUnit_SetBoneTransform::CachedBone' 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) == 0x000040, "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, bAllowDuplicates) == 0x000028, "Member 'FRigUnit_CollectionUnion::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionUnion, Collection) == 0x000030, "Member 'FRigUnit_CollectionUnion::Collection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigVectorMetadata \ static_assert(alignof(FRigVectorMetadata) == 0x000008, "Wrong alignment on FRigVectorMetadata"); \ static_assert(sizeof(FRigVectorMetadata) == 0x000038, "Wrong size on FRigVectorMetadata"); \ static_assert(offsetof(FRigVectorMetadata, Value) == 0x000020, "Member 'FRigVectorMetadata::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigVectorArrayMetadata \ -static_assert(alignof(FRigVectorArrayMetadata) == 0x000008, "Wrong alignment on FRigVectorArrayMetadata"); \ -static_assert(sizeof(FRigVectorArrayMetadata) == 0x000030, "Wrong size on FRigVectorArrayMetadata"); \ -static_assert(offsetof(FRigVectorArrayMetadata, Value) == 0x000020, "Member 'FRigVectorArrayMetadata::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_DynamicHierarchyBase \ -static_assert(alignof(FRigUnit_DynamicHierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_DynamicHierarchyBase"); \ -static_assert(sizeof(FRigUnit_DynamicHierarchyBase) == 0x000008, "Wrong size on FRigUnit_DynamicHierarchyBase"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentWeights \ -static_assert(alignof(FRigUnit_HierarchyGetParentWeights) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentWeights"); \ -static_assert(sizeof(FRigUnit_HierarchyGetParentWeights) == 0x000038, "Wrong size on FRigUnit_HierarchyGetParentWeights"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentWeights::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Weights) == 0x000018, "Member 'FRigUnit_HierarchyGetParentWeights::Weights' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Parents) == 0x000028, "Member 'FRigUnit_HierarchyGetParentWeights::Parents' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigRotatorMetadata \ static_assert(alignof(FRigRotatorMetadata) == 0x000008, "Wrong alignment on FRigRotatorMetadata"); \ static_assert(sizeof(FRigRotatorMetadata) == 0x000038, "Wrong size on FRigRotatorMetadata"); \ static_assert(offsetof(FRigRotatorMetadata, Value) == 0x000020, "Member 'FRigRotatorMetadata::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionChain \ -static_assert(alignof(FRigUnit_CollectionChain) == 0x000008, "Wrong alignment on FRigUnit_CollectionChain"); \ -static_assert(sizeof(FRigUnit_CollectionChain) == 0x000038, "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!"); \ +#define DUMPER7_ASSERTS_FRigUnit_DynamicHierarchyBase \ +static_assert(alignof(FRigUnit_DynamicHierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_DynamicHierarchyBase"); \ +static_assert(sizeof(FRigUnit_DynamicHierarchyBase) == 0x000008, "Wrong size on FRigUnit_DynamicHierarchyBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentWeightsArray \ +static_assert(alignof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentWeightsArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000038, "Wrong size on FRigUnit_HierarchyGetParentWeightsArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Weights) == 0x000018, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Weights' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Parents) == 0x000028, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Parents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigRotatorArrayMetadata \ static_assert(alignof(FRigRotatorArrayMetadata) == 0x000008, "Wrong alignment on FRigRotatorArrayMetadata"); \ static_assert(sizeof(FRigRotatorArrayMetadata) == 0x000030, "Wrong size on FRigRotatorArrayMetadata"); \ static_assert(offsetof(FRigRotatorArrayMetadata, Value) == 0x000020, "Member 'FRigRotatorArrayMetadata::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_GetControlDrivenList \ +static_assert(alignof(FRigUnit_GetControlDrivenList) == 0x000008, "Wrong alignment on FRigUnit_GetControlDrivenList"); \ +static_assert(sizeof(FRigUnit_GetControlDrivenList) == 0x000040, "Wrong size on FRigUnit_GetControlDrivenList"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, Control) == 0x000008, "Member 'FRigUnit_GetControlDrivenList::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, Driven) == 0x000010, "Member 'FRigUnit_GetControlDrivenList::Driven' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlDrivenList::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChainArray \ +static_assert(alignof(FRigUnit_CollectionChainArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChainArray"); \ +static_assert(sizeof(FRigUnit_CollectionChainArray) == 0x000038, "Wrong size on FRigUnit_CollectionChainArray"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, FirstItem) == 0x000008, "Member 'FRigUnit_CollectionChainArray::FirstItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, LastItem) == 0x000014, "Member 'FRigUnit_CollectionChainArray::LastItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, Reverse) == 0x000020, "Member 'FRigUnit_CollectionChainArray::Reverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, Items) == 0x000028, "Member 'FRigUnit_CollectionChainArray::Items' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigQuatMetadata \ static_assert(alignof(FRigQuatMetadata) == 0x000010, "Wrong alignment on FRigQuatMetadata"); \ static_assert(sizeof(FRigQuatMetadata) == 0x000040, "Wrong size on FRigQuatMetadata"); \ @@ -97784,16 +97192,23 @@ static_assert(alignof(FRigQuatArrayMetadata) == 0x000008, "Wrong alignment on FR static_assert(sizeof(FRigQuatArrayMetadata) == 0x000030, "Wrong size on FRigQuatArrayMetadata"); \ static_assert(offsetof(FRigQuatArrayMetadata, Value) == 0x000020, "Member 'FRigQuatArrayMetadata::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_InteractionExecution \ -static_assert(alignof(FRigUnit_InteractionExecution) == 0x000010, "Wrong alignment on FRigUnit_InteractionExecution"); \ -static_assert(sizeof(FRigUnit_InteractionExecution) == 0x0001D0, "Wrong size on FRigUnit_InteractionExecution"); \ -static_assert(offsetof(FRigUnit_InteractionExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_InteractionExecution::ExecuteContext' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigTransformMetadata \ static_assert(alignof(FRigTransformMetadata) == 0x000010, "Wrong alignment on FRigTransformMetadata"); \ static_assert(sizeof(FRigTransformMetadata) == 0x000080, "Wrong size on FRigTransformMetadata"); \ static_assert(offsetof(FRigTransformMetadata, Value) == 0x000020, "Member 'FRigTransformMetadata::Value' 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) == 0x000070, "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) == 0x000030, "Member 'FRigUnit_BinaryQuaternionOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Result) == 0x000050, "Member 'FRigUnit_BinaryQuaternionOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformArrayMetadata \ +static_assert(alignof(FRigTransformArrayMetadata) == 0x000008, "Wrong alignment on FRigTransformArrayMetadata"); \ +static_assert(sizeof(FRigTransformArrayMetadata) == 0x000030, "Wrong size on FRigTransformArrayMetadata"); \ +static_assert(offsetof(FRigTransformArrayMetadata, Value) == 0x000020, "Member 'FRigTransformArrayMetadata::Value' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigLinearColorMetadata \ static_assert(alignof(FRigLinearColorMetadata) == 0x000008, "Wrong alignment on FRigLinearColorMetadata"); \ static_assert(sizeof(FRigLinearColorMetadata) == 0x000030, "Wrong size on FRigLinearColorMetadata"); \ @@ -97804,94 +97219,63 @@ static_assert(alignof(FRigLinearColorArrayMetadata) == 0x000008, "Wrong alignmen static_assert(sizeof(FRigLinearColorArrayMetadata) == 0x000030, "Wrong size on FRigLinearColorArrayMetadata"); \ static_assert(offsetof(FRigLinearColorArrayMetadata, Value) == 0x000020, "Member 'FRigLinearColorArrayMetadata::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_ItemBaseMutable \ -static_assert(alignof(FRigUnit_ItemBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_ItemBaseMutable"); \ -static_assert(sizeof(FRigUnit_ItemBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_ItemBaseMutable"); \ - #define DUMPER7_ASSERTS_FRigElementKeyMetadata \ static_assert(alignof(FRigElementKeyMetadata) == 0x000008, "Wrong alignment on FRigElementKeyMetadata"); \ static_assert(sizeof(FRigElementKeyMetadata) == 0x000030, "Wrong size on FRigElementKeyMetadata"); \ static_assert(offsetof(FRigElementKeyMetadata, Value) == 0x000020, "Member 'FRigElementKeyMetadata::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionReplaceItemsArray \ -static_assert(alignof(FRigUnit_CollectionReplaceItemsArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItemsArray"); \ -static_assert(sizeof(FRigUnit_CollectionReplaceItemsArray) == 0x000040, "Wrong size on FRigUnit_CollectionReplaceItemsArray"); \ -static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Items) == 0x000008, "Member 'FRigUnit_CollectionReplaceItemsArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Old) == 0x000018, "Member 'FRigUnit_CollectionReplaceItemsArray::Old' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, New) == 0x000020, "Member 'FRigUnit_CollectionReplaceItemsArray::New' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, RemoveInvalidItems) == 0x000028, "Member 'FRigUnit_CollectionReplaceItemsArray::RemoveInvalidItems' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItemsArray::bAllowDuplicates' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Result) == 0x000030, "Member 'FRigUnit_CollectionReplaceItemsArray::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAxisAndAngle \ +static_assert(alignof(FRigUnit_QuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionToAxisAndAngle) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_QuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigUnit_QuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigElementKeyArrayMetadata \ static_assert(alignof(FRigElementKeyArrayMetadata) == 0x000008, "Wrong alignment on FRigElementKeyArrayMetadata"); \ static_assert(sizeof(FRigElementKeyArrayMetadata) == 0x000030, "Wrong size on FRigElementKeyArrayMetadata"); \ static_assert(offsetof(FRigElementKeyArrayMetadata, Value) == 0x000020, "Member 'FRigElementKeyArrayMetadata::Value' 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_FModularRigSettings \ static_assert(alignof(FModularRigSettings) == 0x000001, "Wrong alignment on FModularRigSettings"); \ static_assert(sizeof(FModularRigSettings) == 0x000001, "Wrong size on FModularRigSettings"); \ static_assert(offsetof(FModularRigSettings, bAutoResolve) == 0x000000, "Member 'FModularRigSettings::bAutoResolve' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_ItemNotEquals \ -static_assert(alignof(FRigUnit_ItemNotEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemNotEquals"); \ -static_assert(sizeof(FRigUnit_ItemNotEquals) == 0x000028, "Wrong size on FRigUnit_ItemNotEquals"); \ -static_assert(offsetof(FRigUnit_ItemNotEquals, A) == 0x000008, "Member 'FRigUnit_ItemNotEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemNotEquals, B) == 0x000014, "Member 'FRigUnit_ItemNotEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemNotEquals, Result) == 0x000020, "Member 'FRigUnit_ItemNotEquals::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigModuleDescription \ static_assert(alignof(FRigModuleDescription) == 0x000008, "Wrong alignment on FRigModuleDescription"); \ static_assert(sizeof(FRigModuleDescription) == 0x0000A0, "Wrong size on FRigModuleDescription"); \ static_assert(offsetof(FRigModuleDescription, Path) == 0x000000, "Member 'FRigModuleDescription::Path' has a wrong offset!"); \ static_assert(offsetof(FRigModuleDescription, Settings) == 0x000020, "Member 'FRigModuleDescription::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchySetParentWeights \ -static_assert(alignof(FRigUnit_HierarchySetParentWeights) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetParentWeights"); \ -static_assert(sizeof(FRigUnit_HierarchySetParentWeights) == 0x0001F0, "Wrong size on FRigUnit_HierarchySetParentWeights"); \ -static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Child) == 0x0001D0, "Member 'FRigUnit_HierarchySetParentWeights::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Weights) == 0x0001E0, "Member 'FRigUnit_HierarchySetParentWeights::Weights' 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) == 0x000130, "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) == 0x000070, "Member 'FRigUnit_BinaryTransformOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Result) == 0x0000D0, "Member 'FRigUnit_BinaryTransformOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiplyTransform \ +static_assert(alignof(FRigUnit_MultiplyTransform) == 0x000010, "Wrong alignment on FRigUnit_MultiplyTransform"); \ +static_assert(sizeof(FRigUnit_MultiplyTransform) == 0x000130, "Wrong size on FRigUnit_MultiplyTransform"); \ #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_HierarchyReset \ +static_assert(alignof(FRigUnit_HierarchyReset) == 0x000010, "Wrong alignment on FRigUnit_HierarchyReset"); \ +static_assert(sizeof(FRigUnit_HierarchyReset) == 0x0001D0, "Wrong size on FRigUnit_HierarchyReset"); \ + #define DUMPER7_ASSERTS_FControlRigLayerInstanceProxy \ static_assert(alignof(FControlRigLayerInstanceProxy) == 0x000010, "Wrong alignment on FControlRigLayerInstanceProxy"); \ static_assert(sizeof(FControlRigLayerInstanceProxy) == 0x0007E0, "Wrong size on FControlRigLayerInstanceProxy"); \ -#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_FRigUnit_PrepareForExecution \ -static_assert(alignof(FRigUnit_PrepareForExecution) == 0x000010, "Wrong alignment on FRigUnit_PrepareForExecution"); \ -static_assert(sizeof(FRigUnit_PrepareForExecution) == 0x0001D0, "Wrong size on FRigUnit_PrepareForExecution"); \ -static_assert(offsetof(FRigUnit_PrepareForExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PrepareForExecution::ExecuteContext' 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_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_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_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_FEnumParameterNameAndCurve \ static_assert(alignof(FEnumParameterNameAndCurve) == 0x000008, "Wrong alignment on FEnumParameterNameAndCurve"); \ @@ -97905,24 +97289,6 @@ static_assert(sizeof(FIntegerParameterNameAndCurve) == 0x000110, "Wrong size on 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_HierarchyAddControlVector2D_LimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000030, "Wrong size on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitX' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitY' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MinValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MaxValue) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MaxValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, bDrawLimits) == 0x000028, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::bDrawLimits' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D_Settings \ -static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_Settings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000100, "Wrong size on FRigUnit_HierarchyAddControlVector2D_Settings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::PrimaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Limits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Shape) == 0x000050, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Shape' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Proxy) == 0x0000D0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Proxy' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, FilteredChannels) == 0x0000F0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::FilteredChannels' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMovieSceneControlRigSpaceBaseKey \ static_assert(alignof(FMovieSceneControlRigSpaceBaseKey) == 0x000004, "Wrong alignment on FMovieSceneControlRigSpaceBaseKey"); \ static_assert(sizeof(FMovieSceneControlRigSpaceBaseKey) == 0x000010, "Wrong size on FMovieSceneControlRigSpaceBaseKey"); \ @@ -97942,12 +97308,35 @@ static_assert(sizeof(FSpaceControlNameAndChannel) == 0x000118, "Wrong size on FS static_assert(offsetof(FSpaceControlNameAndChannel, ControlName) == 0x000000, "Member 'FSpaceControlNameAndChannel::ControlName' has a wrong offset!"); \ static_assert(offsetof(FSpaceControlNameAndChannel, SpaceCurve) == 0x000008, "Member 'FSpaceControlNameAndChannel::SpaceCurve' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator_Entry \ -static_assert(alignof(FRigUnit_SetMultiControlRotator_Entry) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlRotator_Entry"); \ -static_assert(sizeof(FRigUnit_SetMultiControlRotator_Entry) == 0x000028, "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) == 0x000020, "Member 'FRigUnit_SetMultiControlRotator_Entry::Space' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000030, "Wrong size on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MaxValue) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, bDrawLimits) == 0x000028, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000100, "Wrong size on FRigUnit_HierarchyAddControlVector2D_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Shape) == 0x000050, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Proxy) == 0x0000D0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, FilteredChannels) == 0x0000F0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlElement \ +static_assert(alignof(FRigUnit_HierarchyAddControlElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlElement"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlElement) == 0x000260, "Wrong size on FRigUnit_HierarchyAddControlElement"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetTransform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddControlElement::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetSpace) == 0x000250, "Member 'FRigUnit_HierarchyAddControlElement::OffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D) == 0x000370, "Wrong size on FRigUnit_HierarchyAddControlVector2D"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlVector2D::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlVector2D::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChannelMapInfo \ static_assert(alignof(FChannelMapInfo) == 0x000008, "Wrong alignment on FChannelMapInfo"); \ @@ -97963,32 +97352,6 @@ static_assert(offsetof(FChannelMapInfo, MaskIndex) == 0x000020, "Member 'FChanne static_assert(offsetof(FChannelMapInfo, CategoryIndex) == 0x000024, "Member 'FChannelMapInfo::CategoryIndex' has a wrong offset!"); \ static_assert(offsetof(FChannelMapInfo, ConstraintsIndex) == 0x000030, "Member 'FChannelMapInfo::ConstraintsIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector_LimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitX' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitY' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitZ) == 0x000004, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitZ' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MinValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MaxValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::bDrawLimits' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector_Settings \ -static_assert(alignof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector_Settings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000110, "Wrong size on FRigUnit_HierarchyAddControlVector_Settings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, InitialSpace) == 0x000010, "Member 'FRigUnit_HierarchyAddControlVector_Settings::InitialSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, bIsPosition) == 0x000011, "Member 'FRigUnit_HierarchyAddControlVector_Settings::bIsPosition' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Limits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Shape' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Proxy' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlVector_Settings::FilteredChannels' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector \ -static_assert(alignof(FRigUnit_HierarchyAddControlVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlVector) == 0x000380, "Wrong size on FRigUnit_HierarchyAddControlVector"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlVector::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlVector::Settings' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMovieSceneControlRigParameterTemplate \ static_assert(alignof(FMovieSceneControlRigParameterTemplate) == 0x000008, "Wrong alignment on FMovieSceneControlRigParameterTemplate"); \ static_assert(sizeof(FMovieSceneControlRigParameterTemplate) == 0x0000C0, "Wrong size on FMovieSceneControlRigParameterTemplate"); \ @@ -97997,13 +97360,15 @@ static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Integers) == 0x00 static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Spaces) == 0x0000A0, "Member 'FMovieSceneControlRigParameterTemplate::Spaces' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Constraints) == 0x0000B0, "Member 'FMovieSceneControlRigParameterTemplate::Constraints' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetControlVisibility \ -static_assert(alignof(FRigUnit_SetControlVisibility) == 0x000010, "Wrong alignment on FRigUnit_SetControlVisibility"); \ -static_assert(sizeof(FRigUnit_SetControlVisibility) == 0x000210, "Wrong size on FRigUnit_SetControlVisibility"); \ -static_assert(offsetof(FRigUnit_SetControlVisibility, Item) == 0x0001D0, "Member 'FRigUnit_SetControlVisibility::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVisibility, Pattern) == 0x0001E0, "Member 'FRigUnit_SetControlVisibility::Pattern' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVisibility, bVisible) == 0x0001F0, "Member 'FRigUnit_SetControlVisibility::bVisible' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlVisibility, CachedControlIndices) == 0x0001F8, "Member 'FRigUnit_SetControlVisibility::CachedControlIndices' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitPitch) == 0x000000, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitPitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitYaw) == 0x000002, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitYaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitRoll) == 0x000004, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitRoll' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::bDrawLimits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRotationOrder \ static_assert(alignof(FControlRotationOrder) == 0x000001, "Wrong alignment on FControlRotationOrder"); \ @@ -98011,59 +97376,26 @@ static_assert(sizeof(FControlRotationOrder) == 0x000002, "Wrong size on FControl static_assert(offsetof(FControlRotationOrder, RotationOrder) == 0x000000, "Member 'FControlRotationOrder::RotationOrder' has a wrong offset!"); \ static_assert(offsetof(FControlRotationOrder, bOverrideSetting) == 0x000001, "Member 'FControlRotationOrder::bOverrideSetting' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PoseGetDelta \ +static_assert(alignof(FRigUnit_PoseGetDelta) == 0x000008, "Wrong alignment on FRigUnit_PoseGetDelta"); \ +static_assert(sizeof(FRigUnit_PoseGetDelta) == 0x000128, "Wrong size on FRigUnit_PoseGetDelta"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PoseA) == 0x000008, "Member 'FRigUnit_PoseGetDelta::PoseA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PoseB) == 0x000078, "Member 'FRigUnit_PoseGetDelta::PoseB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PositionThreshold) == 0x0000E8, "Member 'FRigUnit_PoseGetDelta::PositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, RotationThreshold) == 0x0000EC, "Member 'FRigUnit_PoseGetDelta::RotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ScaleThreshold) == 0x0000F0, "Member 'FRigUnit_PoseGetDelta::ScaleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, CurveThreshold) == 0x0000F4, "Member 'FRigUnit_PoseGetDelta::CurveThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ElementType) == 0x0000F8, "Member 'FRigUnit_PoseGetDelta::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, Space) == 0x0000F9, "Member 'FRigUnit_PoseGetDelta::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ItemsToCompare) == 0x000100, "Member 'FRigUnit_PoseGetDelta::ItemsToCompare' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PosesAreEqual) == 0x000110, "Member 'FRigUnit_PoseGetDelta::PosesAreEqual' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ItemsWithDelta) == 0x000118, "Member 'FRigUnit_PoseGetDelta::ItemsWithDelta' 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_FRigControlCopy \ -static_assert(alignof(FRigControlCopy) == 0x000010, "Wrong alignment on FRigControlCopy"); \ -static_assert(sizeof(FRigControlCopy) == 0x000230, "Wrong size on FRigControlCopy"); \ -static_assert(offsetof(FRigControlCopy, Name) == 0x000010, "Member 'FRigControlCopy::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigControlCopy, ControlType) == 0x000018, "Member 'FRigControlCopy::ControlType' has a wrong offset!"); \ -static_assert(offsetof(FRigControlCopy, Value) == 0x00001C, "Member 'FRigControlCopy::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigControlCopy, ParentKey) == 0x0000A0, "Member 'FRigControlCopy::ParentKey' has a wrong offset!"); \ -static_assert(offsetof(FRigControlCopy, OffsetTransform) == 0x0000B0, "Member 'FRigControlCopy::OffsetTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigControlCopy, ParentTransform) == 0x000110, "Member 'FRigControlCopy::ParentTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigControlCopy, LocalTransform) == 0x000170, "Member 'FRigControlCopy::LocalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigControlCopy, GlobalTransform) == 0x0001D0, "Member 'FRigControlCopy::GlobalTransform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FControlRigControlPose \ -static_assert(alignof(FControlRigControlPose) == 0x000008, "Wrong alignment on FControlRigControlPose"); \ -static_assert(sizeof(FControlRigControlPose) == 0x000060, "Wrong size on FControlRigControlPose"); \ -static_assert(offsetof(FControlRigControlPose, CopyOfControls) == 0x000000, "Member 'FControlRigControlPose::CopyOfControls' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetRelativeTranslationForItem \ -static_assert(alignof(FRigUnit_SetRelativeTranslationForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeTranslationForItem"); \ -static_assert(sizeof(FRigUnit_SetRelativeTranslationForItem) == 0x000250, "Wrong size on FRigUnit_SetRelativeTranslationForItem"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeTranslationForItem::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeTranslationForItem::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeTranslationForItem::bParentInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeTranslationForItem::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Weight) == 0x000208, "Member 'FRigUnit_SetRelativeTranslationForItem::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bPropagateToChildren) == 0x00020C, "Member 'FRigUnit_SetRelativeTranslationForItem::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedChild) == 0x000210, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedChild' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedParent) == 0x000230, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedParent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger_Settings \ -static_assert(alignof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_Settings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x0000D0, "Wrong size on FRigUnit_HierarchyAddControlInteger_Settings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::PrimaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, ControlEnum) == 0x000018, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::ControlEnum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Limits) == 0x000020, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Limits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Shape) == 0x000030, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Shape' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Proxy) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Proxy' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger \ -static_assert(alignof(FRigUnit_HierarchyAddControlInteger) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlInteger) == 0x000330, "Wrong size on FRigUnit_HierarchyAddControlInteger"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlInteger::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, Settings) == 0x000260, "Member 'FRigUnit_HierarchyAddControlInteger::Settings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigDispatchFactory \ -static_assert(alignof(FRigDispatchFactory) == 0x000008, "Wrong alignment on FRigDispatchFactory"); \ -static_assert(sizeof(FRigDispatchFactory) == 0x000070, "Wrong size on FRigDispatchFactory"); \ - #define DUMPER7_ASSERTS_FRigDispatch_AnimAttributeBase \ static_assert(alignof(FRigDispatch_AnimAttributeBase) == 0x000008, "Wrong alignment on FRigDispatch_AnimAttributeBase"); \ static_assert(sizeof(FRigDispatch_AnimAttributeBase) == 0x0000A0, "Wrong size on FRigDispatch_AnimAttributeBase"); \ @@ -98072,28 +97404,40 @@ static_assert(sizeof(FRigDispatch_AnimAttributeBase) == 0x0000A0, "Wrong size on static_assert(alignof(FRigDispatch_GetAnimAttribute) == 0x000008, "Wrong alignment on FRigDispatch_GetAnimAttribute"); \ static_assert(sizeof(FRigDispatch_GetAnimAttribute) == 0x0000A0, "Wrong size on FRigDispatch_GetAnimAttribute"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelBool \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelBool"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelBool"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MinimumValue) == 0x0001F1, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MaximumValue) == 0x0001F2, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, LimitsEnabled) == 0x0001F3, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::LimitsEnabled' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigDispatch_SetAnimAttribute \ static_assert(alignof(FRigDispatch_SetAnimAttribute) == 0x000008, "Wrong alignment on FRigDispatch_SetAnimAttribute"); \ static_assert(sizeof(FRigDispatch_SetAnimAttribute) == 0x0000A0, "Wrong size on FRigDispatch_SetAnimAttribute"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetTransform \ -static_assert(alignof(FRigUnit_SetTransform) == 0x000010, "Wrong alignment on FRigUnit_SetTransform"); \ -static_assert(sizeof(FRigUnit_SetTransform) == 0x000270, "Wrong size on FRigUnit_SetTransform"); \ -static_assert(offsetof(FRigUnit_SetTransform, Item) == 0x0001D0, "Member 'FRigUnit_SetTransform::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransform, Space) == 0x0001DC, "Member 'FRigUnit_SetTransform::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransform, bInitial) == 0x0001DD, "Member 'FRigUnit_SetTransform::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransform, Value) == 0x0001E0, "Member 'FRigUnit_SetTransform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransform, Weight) == 0x000240, "Member 'FRigUnit_SetTransform::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransform, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_SetTransform::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransform, CachedIndex) == 0x000248, "Member 'FRigUnit_SetTransform::CachedIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000002, "Wrong size on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings, Enabled) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTrace_WorkData \ +static_assert(alignof(FRigUnit_SphereTrace_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SphereTrace_WorkData"); \ +static_assert(sizeof(FRigUnit_SphereTrace_WorkData) == 0x000038, "Wrong size on FRigUnit_SphereTrace_WorkData"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, Hash) == 0x000000, "Member 'FRigUnit_SphereTrace_WorkData::Hash' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, bHit) == 0x000004, "Member 'FRigUnit_SphereTrace_WorkData::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitLocation) == 0x000008, "Member 'FRigUnit_SphereTrace_WorkData::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitNormal) == 0x000020, "Member 'FRigUnit_SphereTrace_WorkData::HitNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddBone \ +static_assert(alignof(FRigUnit_HierarchyAddBone) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddBone"); \ +static_assert(sizeof(FRigUnit_HierarchyAddBone) == 0x000260, "Wrong size on FRigUnit_HierarchyAddBone"); \ +static_assert(offsetof(FRigUnit_HierarchyAddBone, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddBone::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddBone, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddBone::Space' 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) == 0x0000B0, "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) == 0x000020, "Member 'FRigUnit_SphereTraceWorld::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Channel) == 0x000038, "Member 'FRigUnit_SphereTraceWorld::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Radius) == 0x00003C, "Member 'FRigUnit_SphereTraceWorld::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, bHit) == 0x000040, "Member 'FRigUnit_SphereTraceWorld::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitLocation) == 0x000048, "Member 'FRigUnit_SphereTraceWorld::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitNormal) == 0x000060, "Member 'FRigUnit_SphereTraceWorld::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, WorkData) == 0x000078, "Member 'FRigUnit_SphereTraceWorld::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SphereTraceByTraceChannel \ static_assert(alignof(FRigUnit_SphereTraceByTraceChannel) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceByTraceChannel"); \ @@ -98119,24 +97463,10 @@ static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, HitLocation) == 0x0000 static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, HitNormal) == 0x000068, "Member 'FRigUnit_SphereTraceByObjectTypes::HitNormal' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, WorkData) == 0x000080, "Member 'FRigUnit_SphereTraceByObjectTypes::WorkData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator_LimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitPitch) == 0x000000, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitPitch' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitYaw) == 0x000002, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitYaw' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitRoll) == 0x000004, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitRoll' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MinValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MaxValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::bDrawLimits' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator_Settings \ -static_assert(alignof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_Settings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000110, "Wrong size on FRigUnit_HierarchyAddControlRotator_Settings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, InitialSpace) == 0x000010, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::InitialSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Limits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Shape' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Proxy' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::FilteredChannels' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_GetVectorAnimationChannel \ +static_assert(alignof(FRigUnit_GetVectorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetVectorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetVectorAnimationChannel) == 0x000048, "Wrong size on FRigUnit_GetVectorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetVectorAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetVectorAnimationChannel::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Control \ static_assert(alignof(FRigUnit_Control) == 0x000010, "Wrong alignment on FRigUnit_Control"); \ @@ -98148,22 +97478,41 @@ static_assert(offsetof(FRigUnit_Control, Result) == 0x000110, "Member 'FRigUnit_ static_assert(offsetof(FRigUnit_Control, Filter) == 0x000170, "Member 'FRigUnit_Control::Filter' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Control, bIsInitialized) == 0x000179, "Member 'FRigUnit_Control::bIsInitialized' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000110, "Wrong size on FRigUnit_HierarchyAddControlRotator_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, InitialSpace) == 0x000010, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator) == 0x000380, "Wrong size on FRigUnit_HierarchyAddControlRotator"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlRotator::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlRotator::Settings' 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) == 0x0001E0, "Wrong size on FRigUnit_Control_StaticMesh"); \ static_assert(offsetof(FRigUnit_Control_StaticMesh, MeshTransform) == 0x000180, "Member 'FRigUnit_Control_StaticMesh::MeshTransform' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation \ +static_assert(alignof(FRigUnit_DistributeRotation) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotation"); \ +static_assert(sizeof(FRigUnit_DistributeRotation) == 0x000250, "Wrong size on FRigUnit_DistributeRotation"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, StartBone) == 0x0001D0, "Member 'FRigUnit_DistributeRotation::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, EndBone) == 0x0001D8, "Member 'FRigUnit_DistributeRotation::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotation::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotation::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, bPropagateToChildren) == 0x0001F8, "Member 'FRigUnit_DistributeRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, WorkData) == 0x000200, "Member 'FRigUnit_DistributeRotation::WorkData' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigDispatch_GetUserData \ static_assert(alignof(FRigDispatch_GetUserData) == 0x000008, "Wrong alignment on FRigDispatch_GetUserData"); \ static_assert(sizeof(FRigDispatch_GetUserData) == 0x000070, "Wrong size on FRigDispatch_GetUserData"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearch \ -static_assert(alignof(FRigUnit_CollectionNameSearch) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearch"); \ -static_assert(sizeof(FRigUnit_CollectionNameSearch) == 0x000028, "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!"); \ - #define DUMPER7_ASSERTS_FRigUnit_SetupShapeLibraryFromUserData \ static_assert(alignof(FRigUnit_SetupShapeLibraryFromUserData) == 0x000010, "Wrong alignment on FRigUnit_SetupShapeLibraryFromUserData"); \ static_assert(sizeof(FRigUnit_SetupShapeLibraryFromUserData) == 0x000210, "Wrong size on FRigUnit_SetupShapeLibraryFromUserData"); \ @@ -98172,12 +97521,28 @@ static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, Path) == 0x0001E0 static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, LibraryName) == 0x0001F0, "Member 'FRigUnit_SetupShapeLibraryFromUserData::LibraryName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, LogShapeLibraries) == 0x000200, "Member 'FRigUnit_SetupShapeLibraryFromUserData::LogShapeLibraries' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetAnimationChannelBase \ +static_assert(alignof(FRigUnit_SetAnimationChannelBase) == 0x000010, "Wrong alignment on FRigUnit_SetAnimationChannelBase"); \ +static_assert(sizeof(FRigUnit_SetAnimationChannelBase) == 0x0001F0, "Wrong size on FRigUnit_SetAnimationChannelBase"); \ +static_assert(offsetof(FRigUnit_SetAnimationChannelBase, ExecuteContext) == 0x000030, "Member 'FRigUnit_SetAnimationChannelBase::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoolAnimationChannel \ +static_assert(alignof(FRigUnit_SetBoolAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetBoolAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetBoolAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetBoolAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetBoolAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetBoolAnimationChannel::Value' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_ShapeExists \ static_assert(alignof(FRigUnit_ShapeExists) == 0x000008, "Wrong alignment on FRigUnit_ShapeExists"); \ static_assert(sizeof(FRigUnit_ShapeExists) == 0x000018, "Wrong size on FRigUnit_ShapeExists"); \ static_assert(offsetof(FRigUnit_ShapeExists, ShapeName) == 0x000008, "Member 'FRigUnit_ShapeExists::ShapeName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ShapeExists, Result) == 0x000010, "Member 'FRigUnit_ShapeExists::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat) == 0x000330, "Wrong size on FRigUnit_HierarchyAddControlFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, Settings) == 0x000260, "Member 'FRigUnit_HierarchyAddControlFloat::Settings' 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) == 0x000200, "Wrong size on FRigUnit_DebugBezier"); \ @@ -98204,11 +97569,34 @@ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Space) == 0x000180, "Membe static_assert(offsetof(FRigUnit_DebugBezierItemSpace, WorldOffset) == 0x000190, "Member 'FRigUnit_DebugBezierItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, bEnabled) == 0x0001F0, "Member 'FRigUnit_DebugBezierItemSpace::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionGetAll \ -static_assert(alignof(FRigUnit_CollectionGetAll) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetAll"); \ -static_assert(sizeof(FRigUnit_CollectionGetAll) == 0x000020, "Wrong size on FRigUnit_CollectionGetAll"); \ -static_assert(offsetof(FRigUnit_CollectionGetAll, TypeToSearch) == 0x000008, "Member 'FRigUnit_CollectionGetAll::TypeToSearch' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionGetAll, Items) == 0x000010, "Member 'FRigUnit_CollectionGetAll::Items' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimitPerItem \ +static_assert(alignof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimitPerItem"); \ +static_assert(sizeof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000010, "Wrong size on FRigUnit_CCDIK_RotationLimitPerItem"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Item) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Limit) == 0x00000C, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIK_WorkData \ +static_assert(alignof(FRigUnit_CCDIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_CCDIK_WorkData"); \ +static_assert(sizeof(FRigUnit_CCDIK_WorkData) == 0x000060, "Wrong size on FRigUnit_CCDIK_WorkData"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, Chain) == 0x000000, "Member 'FRigUnit_CCDIK_WorkData::Chain' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedItems) == 0x000010, "Member 'FRigUnit_CCDIK_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitIndex) == 0x000020, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitsPerItem) == 0x000030, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitsPerItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedEffector) == 0x000040, "Member 'FRigUnit_CCDIK_WorkData::CachedEffector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIKItemArray \ +static_assert(alignof(FRigUnit_CCDIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_CCDIKItemArray"); \ +static_assert(sizeof(FRigUnit_CCDIKItemArray) == 0x0002D0, "Wrong size on FRigUnit_CCDIKItemArray"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Items) == 0x0001D0, "Member 'FRigUnit_CCDIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Precision) == 0x000240, "Member 'FRigUnit_CCDIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Weight) == 0x000244, "Member 'FRigUnit_CCDIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIKItemArray::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIKItemArray::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIKItemArray::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, WorkData) == 0x000270, "Member 'FRigUnit_CCDIKItemArray::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugHierarchy \ static_assert(alignof(FRigUnit_DebugHierarchy) == 0x000010, "Wrong alignment on FRigUnit_DebugHierarchy"); \ @@ -98220,18 +97608,10 @@ static_assert(offsetof(FRigUnit_DebugHierarchy, Thickness) == 0x0001E4, "Member static_assert(offsetof(FRigUnit_DebugHierarchy, WorldOffset) == 0x0001F0, "Member 'FRigUnit_DebugHierarchy::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugHierarchy, bEnabled) == 0x000250, "Member 'FRigUnit_DebugHierarchy::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000002, "Wrong size on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings, Enabled) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings::Enabled' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelFloat \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelFloat"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelFloat"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::LimitsEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetVectorAnimationChannel \ +static_assert(alignof(FRigUnit_SetVectorAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetVectorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetVectorAnimationChannel) == 0x000210, "Wrong size on FRigUnit_SetVectorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetVectorAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetVectorAnimationChannel::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugPose \ static_assert(alignof(FRigUnit_DebugPose) == 0x000010, "Wrong alignment on FRigUnit_DebugPose"); \ @@ -98244,6 +97624,14 @@ static_assert(offsetof(FRigUnit_DebugPose, Thickness) == 0x000254, "Member 'FRig static_assert(offsetof(FRigUnit_DebugPose, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugPose::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPose, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugPose::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleFloat \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::LimitsEnabled' 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) == 0x000290, "Wrong size on FRigUnit_DebugLine"); \ @@ -98255,6 +97643,35 @@ static_assert(offsetof(FRigUnit_DebugLine, Space) == 0x000214, "Member 'FRigUnit static_assert(offsetof(FRigUnit_DebugLine, WorldOffset) == 0x000220, "Member 'FRigUnit_DebugLine::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLine, bEnabled) == 0x000280, "Member 'FRigUnit_DebugLine::bEnabled' 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) == 0x000090, "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_DebugLineItemSpace \ +static_assert(alignof(FRigUnit_DebugLineItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineItemSpace) == 0x000290, "Wrong size on FRigUnit_DebugLineItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, A) == 0x0001D0, "Member 'FRigUnit_DebugLineItemSpace::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, B) == 0x0001E8, "Member 'FRigUnit_DebugLineItemSpace::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Color) == 0x000200, "Member 'FRigUnit_DebugLineItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Thickness) == 0x000210, "Member 'FRigUnit_DebugLineItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Space) == 0x000214, "Member 'FRigUnit_DebugLineItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, WorldOffset) == 0x000220, "Member 'FRigUnit_DebugLineItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, bEnabled) == 0x000280, "Member 'FRigUnit_DebugLineItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForCollection \ +static_assert(alignof(FRigUnit_DistributeRotationForCollection) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x000250, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x0001D0, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x0001F8, "Member 'FRigUnit_DistributeRotationForCollection::WorkData' 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) == 0x000270, "Wrong size on FRigUnit_DebugLineStrip"); \ @@ -98265,6 +97682,15 @@ static_assert(offsetof(FRigUnit_DebugLineStrip, Space) == 0x0001F4, "Member 'FRi static_assert(offsetof(FRigUnit_DebugLineStrip, WorldOffset) == 0x000200, "Member 'FRigUnit_DebugLineStrip::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStrip, bEnabled) == 0x000260, "Member 'FRigUnit_DebugLineStrip::bEnabled' 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) == 0x0000B0, "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) == 0x000080, "Member 'FRigUnit_GetBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, bFirstUpdate) == 0x0000A0, "Member 'FRigUnit_GetBoneTransform::bFirstUpdate' 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) == 0x000270, "Wrong size on FRigUnit_DebugLineStripItemSpace"); \ @@ -98275,6 +97701,26 @@ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Space) == 0x0001F4, "Me static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, WorldOffset) == 0x000200, "Member 'FRigUnit_DebugLineStripItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, bEnabled) == 0x000260, "Member 'FRigUnit_DebugLineStripItemSpace::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitZ) == 0x000004, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitZ' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000110, "Wrong size on FRigUnit_HierarchyAddControlVector_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, InitialSpace) == 0x000010, "Member 'FRigUnit_HierarchyAddControlVector_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, bIsPosition) == 0x000011, "Member 'FRigUnit_HierarchyAddControlVector_Settings::bIsPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlVector_Settings::FilteredChannels' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_DebugRectangle \ static_assert(alignof(FRigUnit_DebugRectangle) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangle"); \ static_assert(sizeof(FRigUnit_DebugRectangle) == 0x0002C0, "Wrong size on FRigUnit_DebugRectangle"); \ @@ -98286,6 +97732,20 @@ static_assert(offsetof(FRigUnit_DebugRectangle, Space) == 0x000248, "Member 'FRi static_assert(offsetof(FRigUnit_DebugRectangle, WorldOffset) == 0x000250, "Member 'FRigUnit_DebugRectangle::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangle, bEnabled) == 0x0002B0, "Member 'FRigUnit_DebugRectangle::bEnabled' 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) == 0x0002D0, "Wrong size on FRigUnit_CCDIKPerItem"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Items) == 0x0001D0, "Member 'FRigUnit_CCDIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Precision) == 0x000240, "Member 'FRigUnit_CCDIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Weight) == 0x000244, "Member 'FRigUnit_CCDIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIKPerItem::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIKPerItem::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIKPerItem::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, WorkData) == 0x000270, "Member 'FRigUnit_CCDIKPerItem::WorkData' 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) == 0x0002D0, "Wrong size on FRigUnit_DebugRectangleItemSpace"); \ @@ -98297,20 +97757,6 @@ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Space) == 0x000248, "Me static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugRectangleItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugRectangleItemSpace::bEnabled' 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_HierarchyGetChildren \ -static_assert(alignof(FRigUnit_HierarchyGetChildren) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetChildren"); \ -static_assert(sizeof(FRigUnit_HierarchyGetChildren) == 0x000058, "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) == 0x000048, "Member 'FRigUnit_HierarchyGetChildren::CachedChildren' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_DebugArc \ static_assert(alignof(FRigUnit_DebugArc) == 0x000010, "Wrong alignment on FRigUnit_DebugArc"); \ static_assert(sizeof(FRigUnit_DebugArc) == 0x0002D0, "Wrong size on FRigUnit_DebugArc"); \ @@ -98325,12 +97771,14 @@ static_assert(offsetof(FRigUnit_DebugArc, Space) == 0x000254, "Member 'FRigUnit_ static_assert(offsetof(FRigUnit_DebugArc, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugArc::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugArc::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Pitch) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Pitch' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Yaw) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Yaw' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Roll) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Roll' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetSiblings \ +static_assert(alignof(FRigUnit_HierarchyGetSiblings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetSiblings"); \ +static_assert(sizeof(FRigUnit_HierarchyGetSiblings) == 0x000058, "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) == 0x000048, "Member 'FRigUnit_HierarchyGetSiblings::CachedSiblings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugArcItemSpace \ static_assert(alignof(FRigUnit_DebugArcItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugArcItemSpace"); \ @@ -98346,6 +97794,21 @@ static_assert(offsetof(FRigUnit_DebugArcItemSpace, Space) == 0x000254, "Member ' static_assert(offsetof(FRigUnit_DebugArcItemSpace, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugArcItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugArcItemSpace::bEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Pitch) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Yaw) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Roll) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotator \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotator"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotator"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::LimitsEnabled' 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) == 0x000110, "Wrong size on FRigUnit_DebugTransform"); \ @@ -98370,14 +97833,6 @@ static_assert(offsetof(FRigUnit_DebugTransformMutable, Space) == 0x00024C, "Memb static_assert(offsetof(FRigUnit_DebugTransformMutable, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugTransformMutable::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugTransformMutable::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetPose \ -static_assert(alignof(FRigUnit_HierarchyGetPose) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetPose"); \ -static_assert(sizeof(FRigUnit_HierarchyGetPose) == 0x000090, "Wrong size on FRigUnit_HierarchyGetPose"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPose, Initial) == 0x000008, "Member 'FRigUnit_HierarchyGetPose::Initial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPose, ElementType) == 0x000009, "Member 'FRigUnit_HierarchyGetPose::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPose, ItemsToGet) == 0x000010, "Member 'FRigUnit_HierarchyGetPose::ItemsToGet' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPose, Pose) == 0x000020, "Member 'FRigUnit_HierarchyGetPose::Pose' 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) == 0x0002D0, "Wrong size on FRigUnit_DebugTransformMutableItemSpace"); \ @@ -98390,16 +97845,25 @@ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Space) == 0x0002 static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugTransformMutableItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugTransformMutableItemSpace::bEnabled' 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_HierarchyGetPoseItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetPoseItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetPoseItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetPoseItemArray) == 0x000090, "Wrong size on FRigUnit_HierarchyGetPoseItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, Initial) == 0x000008, "Member 'FRigUnit_HierarchyGetPoseItemArray::Initial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, ElementType) == 0x000009, "Member 'FRigUnit_HierarchyGetPoseItemArray::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, ItemsToGet) == 0x000010, "Member 'FRigUnit_HierarchyGetPoseItemArray::ItemsToGet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, Pose) == 0x000020, "Member 'FRigUnit_HierarchyGetPoseItemArray::Pose' 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_DrawContainerSetThickness \ +static_assert(alignof(FRigUnit_DrawContainerSetThickness) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetThickness"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetThickness) == 0x0001E0, "Wrong size on FRigUnit_DrawContainerSetThickness"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, InstructionName) == 0x0001D0, "Member 'FRigUnit_DrawContainerSetThickness::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, Thickness) == 0x0001D8, "Member 'FRigUnit_DrawContainerSetThickness::Thickness' 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) == 0x000290, "Wrong size on FRigUnit_DebugTransformArrayMutable"); \ @@ -98426,25 +97890,16 @@ static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Space) == 0 static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, WorldOffset) == 0x000220, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, bEnabled) == 0x000280, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::bEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_PoseIsEmpty \ -static_assert(alignof(FRigUnit_PoseIsEmpty) == 0x000008, "Wrong alignment on FRigUnit_PoseIsEmpty"); \ -static_assert(sizeof(FRigUnit_PoseIsEmpty) == 0x000080, "Wrong size on FRigUnit_PoseIsEmpty"); \ -static_assert(offsetof(FRigUnit_PoseIsEmpty, Pose) == 0x000008, "Member 'FRigUnit_PoseIsEmpty::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseIsEmpty, IsEmpty) == 0x000078, "Member 'FRigUnit_PoseIsEmpty::IsEmpty' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_StartProfilingTimer \ static_assert(alignof(FRigUnit_StartProfilingTimer) == 0x000010, "Wrong alignment on FRigUnit_StartProfilingTimer"); \ static_assert(sizeof(FRigUnit_StartProfilingTimer) == 0x000100, "Wrong size on FRigUnit_StartProfilingTimer"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParents \ -static_assert(alignof(FRigUnit_HierarchyGetParents) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParents"); \ -static_assert(sizeof(FRigUnit_HierarchyGetParents) == 0x000058, "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) == 0x000048, "Member 'FRigUnit_HierarchyGetParents::CachedParents' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PoseGetItems \ +static_assert(alignof(FRigUnit_PoseGetItems) == 0x000008, "Wrong alignment on FRigUnit_PoseGetItems"); \ +static_assert(sizeof(FRigUnit_PoseGetItems) == 0x000090, "Wrong size on FRigUnit_PoseGetItems"); \ +static_assert(offsetof(FRigUnit_PoseGetItems, Pose) == 0x000008, "Member 'FRigUnit_PoseGetItems::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetItems, ElementType) == 0x000078, "Member 'FRigUnit_PoseGetItems::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetItems, Items) == 0x000080, "Member 'FRigUnit_PoseGetItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_EndProfilingTimer \ static_assert(alignof(FRigUnit_EndProfilingTimer) == 0x000010, "Wrong alignment on FRigUnit_EndProfilingTimer"); \ @@ -98455,6 +97910,16 @@ static_assert(offsetof(FRigUnit_EndProfilingTimer, AccumulatedTime) == 0x000118, static_assert(offsetof(FRigUnit_EndProfilingTimer, MeasurementsLeft) == 0x00011C, "Member 'FRigUnit_EndProfilingTimer::MeasurementsLeft' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_EndProfilingTimer, bIsInitialized) == 0x000120, "Member 'FRigUnit_EndProfilingTimer::bIsInitialized' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentsItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetParentsItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentsItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParentsItemArray) == 0x000058, "Wrong size on FRigUnit_HierarchyGetParentsItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentsItemArray::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, bIncludeChild) == 0x000014, "Member 'FRigUnit_HierarchyGetParentsItemArray::bIncludeChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, bReverse) == 0x000015, "Member 'FRigUnit_HierarchyGetParentsItemArray::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, Parents) == 0x000018, "Member 'FRigUnit_HierarchyGetParentsItemArray::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, CachedChild) == 0x000028, "Member 'FRigUnit_HierarchyGetParentsItemArray::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, CachedParents) == 0x000048, "Member 'FRigUnit_HierarchyGetParentsItemArray::CachedParents' 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) == 0x000048, "Wrong size on FRigUnit_VisualDebugVector"); \ @@ -98466,29 +97931,6 @@ static_assert(offsetof(FRigUnit_VisualDebugVector, Thickness) == 0x000034, "Memb static_assert(offsetof(FRigUnit_VisualDebugVector, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugVector::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, BoneSpace) == 0x00003C, "Member 'FRigUnit_VisualDebugVector::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) == 0x000048, "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) == 0x000020, "Member 'FRigUnit_VisualDebugVectorItemSpace::bEnabled' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Mode) == 0x000021, "Member 'FRigUnit_VisualDebugVectorItemSpace::Mode' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Color) == 0x000024, "Member 'FRigUnit_VisualDebugVectorItemSpace::Color' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Thickness) == 0x000034, "Member 'FRigUnit_VisualDebugVectorItemSpace::Thickness' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugVectorItemSpace::Scale' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Space) == 0x00003C, "Member 'FRigUnit_VisualDebugVectorItemSpace::Space' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_PoseGetTransform \ -static_assert(alignof(FRigUnit_PoseGetTransform) == 0x000010, "Wrong alignment on FRigUnit_PoseGetTransform"); \ -static_assert(sizeof(FRigUnit_PoseGetTransform) == 0x000100, "Wrong size on FRigUnit_PoseGetTransform"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, Pose) == 0x000008, "Member 'FRigUnit_PoseGetTransform::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, Item) == 0x000078, "Member 'FRigUnit_PoseGetTransform::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, Space) == 0x000084, "Member 'FRigUnit_PoseGetTransform::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, Valid) == 0x000085, "Member 'FRigUnit_PoseGetTransform::Valid' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, Transform) == 0x000090, "Member 'FRigUnit_PoseGetTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, CurveValue) == 0x0000F0, "Member 'FRigUnit_PoseGetTransform::CurveValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, CachedPoseElementIndex) == 0x0000F4, "Member 'FRigUnit_PoseGetTransform::CachedPoseElementIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransform, CachedPoseHash) == 0x0000F8, "Member 'FRigUnit_PoseGetTransform::CachedPoseHash' 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) == 0x000050, "Wrong size on FRigUnit_VisualDebugQuat"); \ @@ -98498,19 +97940,13 @@ static_assert(offsetof(FRigUnit_VisualDebugQuat, Thickness) == 0x000034, "Member static_assert(offsetof(FRigUnit_VisualDebugQuat, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugQuat::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuat, BoneSpace) == 0x00003C, "Member 'FRigUnit_VisualDebugQuat::BoneSpace' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannel2DLimitSettings \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000004, "Wrong size on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::X' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::Y' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector2D \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000230, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MinimumValue) == 0x000200, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MaximumValue) == 0x000210, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, LimitsEnabled) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::LimitsEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PoseGetTransformArray \ +static_assert(alignof(FRigUnit_PoseGetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_PoseGetTransformArray"); \ +static_assert(sizeof(FRigUnit_PoseGetTransformArray) == 0x000090, "Wrong size on FRigUnit_PoseGetTransformArray"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Pose) == 0x000008, "Member 'FRigUnit_PoseGetTransformArray::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Space) == 0x000078, "Member 'FRigUnit_PoseGetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Valid) == 0x000079, "Member 'FRigUnit_PoseGetTransformArray::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Transforms) == 0x000080, "Member 'FRigUnit_PoseGetTransformArray::Transforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_VisualDebugQuatItemSpace \ static_assert(alignof(FRigUnit_VisualDebugQuatItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugQuatItemSpace"); \ @@ -98539,32 +97975,17 @@ static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Thickness) == 0x0 static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Scale) == 0x000078, "Member 'FRigUnit_VisualDebugTransformItemSpace::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Space) == 0x00007C, "Member 'FRigUnit_VisualDebugTransformItemSpace::Space' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigDispatch_MetadataBase \ -static_assert(alignof(FRigDispatch_MetadataBase) == 0x000008, "Wrong alignment on FRigDispatch_MetadataBase"); \ -static_assert(sizeof(FRigDispatch_MetadataBase) == 0x0000A0, "Wrong size on FRigDispatch_MetadataBase"); \ - -#define DUMPER7_ASSERTS_FRigDispatch_SetMetadata \ -static_assert(alignof(FRigDispatch_SetMetadata) == 0x000008, "Wrong alignment on FRigDispatch_SetMetadata"); \ -static_assert(sizeof(FRigDispatch_SetMetadata) == 0x0000A0, "Wrong size on FRigDispatch_SetMetadata"); \ - #define DUMPER7_ASSERTS_FRigUnit_ConvertTransform \ static_assert(alignof(FRigUnit_ConvertTransform) == 0x000010, "Wrong alignment on FRigUnit_ConvertTransform"); \ static_assert(sizeof(FRigUnit_ConvertTransform) == 0x0000C0, "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) == 0x000070, "Member 'FRigUnit_ConvertTransform::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyBaseMutable \ -static_assert(alignof(FRigUnit_HierarchyBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_HierarchyBaseMutable"); \ -static_assert(sizeof(FRigUnit_HierarchyBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_HierarchyBaseMutable"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchySetPose \ -static_assert(alignof(FRigUnit_HierarchySetPose) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetPose"); \ -static_assert(sizeof(FRigUnit_HierarchySetPose) == 0x000260, "Wrong size on FRigUnit_HierarchySetPose"); \ -static_assert(offsetof(FRigUnit_HierarchySetPose, Pose) == 0x0001D0, "Member 'FRigUnit_HierarchySetPose::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPose, ElementType) == 0x000240, "Member 'FRigUnit_HierarchySetPose::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPose, Space) == 0x000241, "Member 'FRigUnit_HierarchySetPose::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPose, ItemsToSet) == 0x000248, "Member 'FRigUnit_HierarchySetPose::ItemsToSet' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPose, Weight) == 0x000258, "Member 'FRigUnit_HierarchySetPose::Weight' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyRemoveElement \ +static_assert(alignof(FRigUnit_HierarchyRemoveElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyRemoveElement"); \ +static_assert(sizeof(FRigUnit_HierarchyRemoveElement) == 0x0001E0, "Wrong size on FRigUnit_HierarchyRemoveElement"); \ +static_assert(offsetof(FRigUnit_HierarchyRemoveElement, Item) == 0x0001D0, "Member 'FRigUnit_HierarchyRemoveElement::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyRemoveElement, bSuccess) == 0x0001DC, "Member 'FRigUnit_HierarchyRemoveElement::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertEulerTransform \ static_assert(alignof(FRigUnit_ConvertEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_ConvertEulerTransform"); \ @@ -98572,6 +97993,19 @@ static_assert(sizeof(FRigUnit_ConvertEulerTransform) == 0x0000B0, "Wrong size on static_assert(offsetof(FRigUnit_ConvertEulerTransform, Input) == 0x000008, "Member 'FRigUnit_ConvertEulerTransform::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertEulerTransform, Result) == 0x000050, "Member 'FRigUnit_ConvertEulerTransform::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyBaseMutable \ +static_assert(alignof(FRigUnit_HierarchyBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_HierarchyBaseMutable"); \ +static_assert(sizeof(FRigUnit_HierarchyBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_HierarchyBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetPoseItemArray \ +static_assert(alignof(FRigUnit_HierarchySetPoseItemArray) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetPoseItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchySetPoseItemArray) == 0x000260, "Wrong size on FRigUnit_HierarchySetPoseItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Pose) == 0x0001D0, "Member 'FRigUnit_HierarchySetPoseItemArray::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ElementType) == 0x000240, "Member 'FRigUnit_HierarchySetPoseItemArray::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Space) == 0x000241, "Member 'FRigUnit_HierarchySetPoseItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ItemsToSet) == 0x000248, "Member 'FRigUnit_HierarchySetPoseItemArray::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Weight) == 0x000258, "Member 'FRigUnit_HierarchySetPoseItemArray::Weight' 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) == 0x000040, "Wrong size on FRigUnit_ConvertRotation"); \ @@ -98582,28 +98016,12 @@ static_assert(offsetof(FRigUnit_ConvertRotation, Result) == 0x000020, "Member 'F static_assert(alignof(FRigUnit_ConvertVectorRotation) == 0x000010, "Wrong alignment on FRigUnit_ConvertVectorRotation"); \ static_assert(sizeof(FRigUnit_ConvertVectorRotation) == 0x000040, "Wrong size on FRigUnit_ConvertVectorRotation"); \ -#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadata \ -static_assert(alignof(FRigUnit_FindItemsWithMetadata) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadata"); \ -static_assert(sizeof(FRigUnit_FindItemsWithMetadata) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadata"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Name) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadata::Name' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Type) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadata::Type' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadata, NameSpace) == 0x000011, "Member 'FRigUnit_FindItemsWithMetadata::NameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadata::Items' 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) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_ConvertQuaternion::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddSocket \ -static_assert(alignof(FRigUnit_HierarchyAddSocket) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddSocket"); \ -static_assert(sizeof(FRigUnit_HierarchyAddSocket) == 0x000280, "Wrong size on FRigUnit_HierarchyAddSocket"); \ -static_assert(offsetof(FRigUnit_HierarchyAddSocket, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddSocket::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddSocket, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddSocket::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddSocket, Color) == 0x000254, "Member 'FRigUnit_HierarchyAddSocket::Color' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddSocket, Description) == 0x000268, "Member 'FRigUnit_HierarchyAddSocket::Description' 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) == 0x000038, "Wrong size on FRigUnit_ConvertVectorToRotation"); \ @@ -98616,21 +98034,11 @@ static_assert(sizeof(FRigUnit_ConvertVectorToQuaternion) == 0x000040, "Wrong siz 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_ConvertQuaternionToVector \ -static_assert(alignof(FRigUnit_ConvertQuaternionToVector) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternionToVector"); \ -static_assert(sizeof(FRigUnit_ConvertQuaternionToVector) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_ConvertQuaternionToVector::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_PoseGetCurve \ -static_assert(alignof(FRigUnit_PoseGetCurve) == 0x000008, "Wrong alignment on FRigUnit_PoseGetCurve"); \ -static_assert(sizeof(FRigUnit_PoseGetCurve) == 0x000090, "Wrong size on FRigUnit_PoseGetCurve"); \ -static_assert(offsetof(FRigUnit_PoseGetCurve, Pose) == 0x000008, "Member 'FRigUnit_PoseGetCurve::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetCurve, Curve) == 0x000078, "Member 'FRigUnit_PoseGetCurve::Curve' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetCurve, Valid) == 0x000080, "Member 'FRigUnit_PoseGetCurve::Valid' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetCurve, CurveValue) == 0x000084, "Member 'FRigUnit_PoseGetCurve::CurveValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetCurve, CachedPoseElementIndex) == 0x000088, "Member 'FRigUnit_PoseGetCurve::CachedPoseElementIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetCurve, CachedPoseHash) == 0x00008C, "Member 'FRigUnit_PoseGetCurve::CachedPoseHash' 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) == 0x000038, "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) == 0x000020, "Member 'FRigUnit_ConvertRotationToVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToSwingAndTwist \ static_assert(alignof(FRigUnit_ToSwingAndTwist) == 0x000010, "Wrong alignment on FRigUnit_ToSwingAndTwist"); \ @@ -98640,6 +98048,20 @@ static_assert(offsetof(FRigUnit_ToSwingAndTwist, TwistAxis) == 0x000030, "Member static_assert(offsetof(FRigUnit_ToSwingAndTwist, Swing) == 0x000050, "Member 'FRigUnit_ToSwingAndTwist::Swing' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToSwingAndTwist, Twist) == 0x000070, "Member 'FRigUnit_ToSwingAndTwist::Twist' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PoseLoop \ +static_assert(alignof(FRigUnit_PoseLoop) == 0x000010, "Wrong alignment on FRigUnit_PoseLoop"); \ +static_assert(sizeof(FRigUnit_PoseLoop) == 0x0004F0, "Wrong size on FRigUnit_PoseLoop"); \ +static_assert(offsetof(FRigUnit_PoseLoop, BlockToRun) == 0x0001D0, "Member 'FRigUnit_PoseLoop::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Pose) == 0x0001D8, "Member 'FRigUnit_PoseLoop::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Item) == 0x000248, "Member 'FRigUnit_PoseLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, GlobalTransform) == 0x000260, "Member 'FRigUnit_PoseLoop::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, LocalTransform) == 0x0002C0, "Member 'FRigUnit_PoseLoop::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, CurveValue) == 0x000320, "Member 'FRigUnit_PoseLoop::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Index) == 0x000324, "Member 'FRigUnit_PoseLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Count) == 0x000328, "Member 'FRigUnit_PoseLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Ratio) == 0x00032C, "Member 'FRigUnit_PoseLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Completed) == 0x000330, "Member 'FRigUnit_PoseLoop::Completed' 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"); \ @@ -98651,34 +98073,56 @@ static_assert(offsetof(FRigUnit_BinaryFloatOp, Result) == 0x000010, "Member 'FRi 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_FindItemsWithMetadataTagArray \ -static_assert(alignof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTagArray"); \ -static_assert(sizeof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000030, "Wrong size on FRigUnit_FindItemsWithMetadataTagArray"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Tags) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Tags' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, NameSpace) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTagArray::NameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Items) == 0x000020, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Items' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_Add_FloatFloat \ static_assert(alignof(FRigUnit_Add_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Add_FloatFloat"); \ static_assert(sizeof(FRigUnit_Add_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Add_FloatFloat"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetSiblingsItemArray \ -static_assert(alignof(FRigUnit_HierarchyGetSiblingsItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetSiblingsItemArray"); \ -static_assert(sizeof(FRigUnit_HierarchyGetSiblingsItemArray) == 0x000058, "Wrong size on FRigUnit_HierarchyGetSiblingsItemArray"); \ -static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, bIncludeItem) == 0x000014, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::bIncludeItem' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, Siblings) == 0x000018, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::Siblings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, CachedItem) == 0x000028, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::CachedItem' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, CachedSiblings) == 0x000048, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::CachedSiblings' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::Limit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x0000D0, "Wrong size on FRigUnit_HierarchyAddControlInteger_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, ControlEnum) == 0x000018, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::ControlEnum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Limits) == 0x000020, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Shape) == 0x000030, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Proxy) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Proxy' 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_HierarchyGetChainItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetChainItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetChainItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetChainItemArray) == 0x000088, "Wrong size on FRigUnit_HierarchyGetChainItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Start) == 0x000008, "Member 'FRigUnit_HierarchyGetChainItemArray::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, End) == 0x000014, "Member 'FRigUnit_HierarchyGetChainItemArray::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeStart) == 0x000020, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeStart' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeEnd) == 0x000021, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bReverse) == 0x000022, "Member 'FRigUnit_HierarchyGetChainItemArray::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Chain) == 0x000028, "Member 'FRigUnit_HierarchyGetChainItemArray::Chain' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedStart) == 0x000038, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedStart' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedEnd) == 0x000058, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedChain) == 0x000078, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedChain' 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_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_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"); \ @@ -98689,21 +98133,6 @@ static_assert(offsetof(FRigUnit_MapRange_Float, MinOut) == 0x000014, "Member 'FR 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_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_BinaryQuaternionOp \ -static_assert(alignof(FRigUnit_BinaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryQuaternionOp"); \ -static_assert(sizeof(FRigUnit_BinaryQuaternionOp) == 0x000070, "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) == 0x000030, "Member 'FRigUnit_BinaryQuaternionOp::Argument1' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Result) == 0x000050, "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) == 0x000070, "Wrong size on FRigUnit_MultiplyQuaternion"); \ @@ -98712,19 +98141,6 @@ static_assert(sizeof(FRigUnit_MultiplyQuaternion) == 0x000070, "Wrong size on FR static_assert(alignof(FRigUnit_InverseQuaterion) == 0x000010, "Wrong alignment on FRigUnit_InverseQuaterion"); \ static_assert(sizeof(FRigUnit_InverseQuaterion) == 0x000050, "Wrong size on FRigUnit_InverseQuaterion"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetDefaultParent \ -static_assert(alignof(FRigUnit_SetDefaultParent) == 0x000010, "Wrong alignment on FRigUnit_SetDefaultParent"); \ -static_assert(sizeof(FRigUnit_SetDefaultParent) == 0x0001F0, "Wrong size on FRigUnit_SetDefaultParent"); \ -static_assert(offsetof(FRigUnit_SetDefaultParent, Child) == 0x0001D0, "Member 'FRigUnit_SetDefaultParent::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetDefaultParent, Parent) == 0x0001DC, "Member 'FRigUnit_SetDefaultParent::Parent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAxisAndAngle \ -static_assert(alignof(FRigUnit_QuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAxisAndAngle"); \ -static_assert(sizeof(FRigUnit_QuaternionToAxisAndAngle) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_QuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigUnit_QuaternionToAxisAndAngle::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) == 0x000050, "Wrong size on FRigUnit_QuaternionFromAxisAndAngle"); \ @@ -98732,119 +98148,24 @@ static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Axis) == 0x000008, " static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Angle) == 0x000020, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Result) == 0x000030, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAngle \ -static_assert(alignof(FRigUnit_QuaternionToAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAngle"); \ -static_assert(sizeof(FRigUnit_QuaternionToAngle) == 0x000050, "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) == 0x000040, "Member 'FRigUnit_QuaternionToAngle::Angle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ItemArray \ -static_assert(alignof(FRigUnit_ItemArray) == 0x000008, "Wrong alignment on FRigUnit_ItemArray"); \ -static_assert(sizeof(FRigUnit_ItemArray) == 0x000018, "Wrong size on FRigUnit_ItemArray"); \ -static_assert(offsetof(FRigUnit_ItemArray, Items) == 0x000008, "Member 'FRigUnit_ItemArray::Items' 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) == 0x000130, "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) == 0x000070, "Member 'FRigUnit_BinaryTransformOp::Argument1' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BinaryTransformOp, Result) == 0x0000D0, "Member 'FRigUnit_BinaryTransformOp::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_RigModulesBaseMutable \ -static_assert(alignof(FRigUnit_RigModulesBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_RigModulesBaseMutable"); \ -static_assert(sizeof(FRigUnit_RigModulesBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_RigModulesBaseMutable"); \ - -#define DUMPER7_ASSERTS_FRigUnit_MultiplyTransform \ -static_assert(alignof(FRigUnit_MultiplyTransform) == 0x000010, "Wrong alignment on FRigUnit_MultiplyTransform"); \ -static_assert(sizeof(FRigUnit_MultiplyTransform) == 0x000130, "Wrong size on FRigUnit_MultiplyTransform"); \ - #define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransform \ static_assert(alignof(FRigUnit_GetRelativeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransform"); \ static_assert(sizeof(FRigUnit_GetRelativeTransform) == 0x000130, "Wrong size on FRigUnit_GetRelativeTransform"); \ -#define DUMPER7_ASSERTS_FRigUnit_BinaryVectorOp \ -static_assert(alignof(FRigUnit_BinaryVectorOp) == 0x000008, "Wrong alignment on FRigUnit_BinaryVectorOp"); \ -static_assert(sizeof(FRigUnit_BinaryVectorOp) == 0x000050, "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) == 0x000020, "Member 'FRigUnit_BinaryVectorOp::Argument1' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_BinaryVectorOp, Result) == 0x000038, "Member 'FRigUnit_BinaryVectorOp::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_Multiply_VectorVector \ static_assert(alignof(FRigUnit_Multiply_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Multiply_VectorVector"); \ static_assert(sizeof(FRigUnit_Multiply_VectorVector) == 0x000050, "Wrong size on FRigUnit_Multiply_VectorVector"); \ -#define DUMPER7_ASSERTS_FRigUnit_IsInteracting \ -static_assert(alignof(FRigUnit_IsInteracting) == 0x000008, "Wrong alignment on FRigUnit_IsInteracting"); \ -static_assert(sizeof(FRigUnit_IsInteracting) == 0x000020, "Wrong size on FRigUnit_IsInteracting"); \ -static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_IsInteracting, bIsTranslating) == 0x000009, "Member 'FRigUnit_IsInteracting::bIsTranslating' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_IsInteracting, bIsRotating) == 0x00000A, "Member 'FRigUnit_IsInteracting::bIsRotating' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_IsInteracting, bIsScaling) == 0x00000B, "Member 'FRigUnit_IsInteracting::bIsScaling' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_IsInteracting, Items) == 0x000010, "Member 'FRigUnit_IsInteracting::Items' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_Add_VectorVector \ -static_assert(alignof(FRigUnit_Add_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Add_VectorVector"); \ -static_assert(sizeof(FRigUnit_Add_VectorVector) == 0x000050, "Wrong size on FRigUnit_Add_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) == 0x000050, "Wrong size on FRigUnit_Subtract_VectorVector"); \ -#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) == 0x000050, "Wrong size on FRigUnit_Divide_VectorVector"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelInteger \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelInteger"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000210, "Wrong size on FRigUnit_HierarchyAddAnimationChannelInteger"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::LimitsEnabled' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, ControlEnum) == 0x000200, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::ControlEnum' 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) == 0x000270, "Wrong size on FRigUnit_AddBoneTransform"); \ -static_assert(offsetof(FRigUnit_AddBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_AddBoneTransform::bone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AddBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_AddBoneTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AddBoneTransform, Weight) == 0x000240, "Member 'FRigUnit_AddBoneTransform::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AddBoneTransform, bPostMultiply) == 0x000244, "Member 'FRigUnit_AddBoneTransform::bPostMultiply' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AddBoneTransform, bPropagateToChildren) == 0x000245, "Member 'FRigUnit_AddBoneTransform::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AddBoneTransform, CachedBone) == 0x000248, "Member 'FRigUnit_AddBoneTransform::CachedBone' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAimTarget \ -static_assert(alignof(FAimTarget) == 0x000010, "Wrong alignment on FAimTarget"); \ -static_assert(sizeof(FAimTarget) == 0x000090, "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) == 0x000070, "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) == 0x000010, "Wrong alignment on FRigUnit_AimConstraint"); \ -static_assert(sizeof(FRigUnit_AimConstraint) == 0x000240, "Wrong size on FRigUnit_AimConstraint"); \ -static_assert(offsetof(FRigUnit_AimConstraint, Joint) == 0x0001D0, "Member 'FRigUnit_AimConstraint::Joint' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint, AimMode) == 0x0001D8, "Member 'FRigUnit_AimConstraint::AimMode' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint, UpMode) == 0x0001D9, "Member 'FRigUnit_AimConstraint::UpMode' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint, AimVector) == 0x0001E0, "Member 'FRigUnit_AimConstraint::AimVector' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint, UpVector) == 0x0001F8, "Member 'FRigUnit_AimConstraint::UpVector' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint, AimTargets) == 0x000210, "Member 'FRigUnit_AimConstraint::AimTargets' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint, UpTargets) == 0x000220, "Member 'FRigUnit_AimConstraint::UpTargets' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimConstraint, WorkData) == 0x000230, "Member 'FRigUnit_AimConstraint::WorkData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::LimitsEnabled' 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) == 0x000040, "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) == 0x000020, "Member 'FRigUnit_Distance_VectorVector::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Distance_VectorVector, Result) == 0x000038, "Member 'FRigUnit_Distance_VectorVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ApplyFK \ static_assert(alignof(FRigUnit_ApplyFK) == 0x000010, "Wrong alignment on FRigUnit_ApplyFK"); \ @@ -98857,19 +98178,6 @@ static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformSpace) == 0x00024A, "Memb static_assert(offsetof(FRigUnit_ApplyFK, BaseTransform) == 0x000250, "Member 'FRigUnit_ApplyFK::BaseTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ApplyFK, BaseJoint) == 0x0002B0, "Member 'FRigUnit_ApplyFK::BaseJoint' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_ItemTypeNotEquals \ -static_assert(alignof(FRigUnit_ItemTypeNotEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemTypeNotEquals"); \ -static_assert(sizeof(FRigUnit_ItemTypeNotEquals) == 0x000028, "Wrong size on FRigUnit_ItemTypeNotEquals"); \ -static_assert(offsetof(FRigUnit_ItemTypeNotEquals, A) == 0x000008, "Member 'FRigUnit_ItemTypeNotEquals::A' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemTypeNotEquals, B) == 0x000014, "Member 'FRigUnit_ItemTypeNotEquals::B' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemTypeNotEquals, Result) == 0x000020, "Member 'FRigUnit_ItemTypeNotEquals::Result' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FBlendTarget \ -static_assert(alignof(FBlendTarget) == 0x000010, "Wrong alignment on FBlendTarget"); \ -static_assert(sizeof(FBlendTarget) == 0x000070, "Wrong size on FBlendTarget"); \ -static_assert(offsetof(FBlendTarget, Transform) == 0x000000, "Member 'FBlendTarget::Transform' has a wrong offset!"); \ -static_assert(offsetof(FBlendTarget, Weight) == 0x000060, "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) == 0x0000E0, "Wrong size on FRigUnit_BlendTransform"); \ @@ -98877,22 +98185,6 @@ static_assert(offsetof(FRigUnit_BlendTransform, Source) == 0x000010, "Member 'FR static_assert(offsetof(FRigUnit_BlendTransform, Targets) == 0x000070, "Member 'FRigUnit_BlendTransform::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BlendTransform, Result) == 0x000080, "Member 'FRigUnit_BlendTransform::Result' 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) == 0x0002B0, "Wrong size on FRigUnit_GetJointTransform"); \ -static_assert(offsetof(FRigUnit_GetJointTransform, Joint) == 0x0001D0, "Member 'FRigUnit_GetJointTransform::Joint' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetJointTransform, Type) == 0x0001D8, "Member 'FRigUnit_GetJointTransform::Type' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetJointTransform, TransformSpace) == 0x0001D9, "Member 'FRigUnit_GetJointTransform::TransformSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetJointTransform, BaseTransform) == 0x0001E0, "Member 'FRigUnit_GetJointTransform::BaseTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetJointTransform, BaseJoint) == 0x000240, "Member 'FRigUnit_GetJointTransform::BaseJoint' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetJointTransform, Output) == 0x000250, "Member 'FRigUnit_GetJointTransform::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetShapeSettings \ -static_assert(alignof(FRigUnit_HierarchyGetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyGetShapeSettings"); \ -static_assert(sizeof(FRigUnit_HierarchyGetShapeSettings) == 0x0000A0, "Wrong size on FRigUnit_HierarchyGetShapeSettings"); \ -static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetShapeSettings::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Settings) == 0x000020, "Member 'FRigUnit_HierarchyGetShapeSettings::Settings' 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) == 0x0004E0, "Wrong size on FRigUnit_TwoBoneIKFK"); \ @@ -98916,298 +98208,225 @@ static_assert(offsetof(FRigUnit_TwoBoneIKFK, UpperLimbLength) == 0x0004CC, "Memb static_assert(offsetof(FRigUnit_TwoBoneIKFK, LowerLimbLength) == 0x0004D0, "Member 'FRigUnit_TwoBoneIKFK::LowerLimbLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, bIsInitialized) == 0x0004D4, "Member 'FRigUnit_TwoBoneIKFK::bIsInitialized' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetFloatAnimationChannel \ -static_assert(alignof(FRigUnit_GetFloatAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetFloatAnimationChannel"); \ -static_assert(sizeof(FRigUnit_GetFloatAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetFloatAnimationChannel"); \ -static_assert(offsetof(FRigUnit_GetFloatAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetFloatAnimationChannel::Value' 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) == 0x000080, "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_DrawContainerSetColor \ static_assert(alignof(FRigUnit_DrawContainerSetColor) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetColor"); \ static_assert(sizeof(FRigUnit_DrawContainerSetColor) == 0x0001F0, "Wrong size on FRigUnit_DrawContainerSetColor"); \ static_assert(offsetof(FRigUnit_DrawContainerSetColor, InstructionName) == 0x0001D0, "Member 'FRigUnit_DrawContainerSetColor::InstructionName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DrawContainerSetColor, Color) == 0x0001D8, "Member 'FRigUnit_DrawContainerSetColor::Color' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetThickness \ -static_assert(alignof(FRigUnit_DrawContainerSetThickness) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetThickness"); \ -static_assert(sizeof(FRigUnit_DrawContainerSetThickness) == 0x0001E0, "Wrong size on FRigUnit_DrawContainerSetThickness"); \ -static_assert(offsetof(FRigUnit_DrawContainerSetThickness, InstructionName) == 0x0001D0, "Member 'FRigUnit_DrawContainerSetThickness::InstructionName' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DrawContainerSetThickness, Thickness) == 0x0001D8, "Member 'FRigUnit_DrawContainerSetThickness::Thickness' 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) == 0x000240, "Wrong size on FRigUnit_DrawContainerSetTransform"); \ static_assert(offsetof(FRigUnit_DrawContainerSetTransform, InstructionName) == 0x0001D0, "Member 'FRigUnit_DrawContainerSetTransform::InstructionName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DrawContainerSetTransform, Transform) == 0x0001E0, "Member 'FRigUnit_DrawContainerSetTransform::Transform' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetItemNameSpace \ -static_assert(alignof(FRigUnit_GetItemNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemNameSpace"); \ -static_assert(sizeof(FRigUnit_GetItemNameSpace) == 0x000028, "Wrong size on FRigUnit_GetItemNameSpace"); \ -static_assert(offsetof(FRigUnit_GetItemNameSpace, Item) == 0x000008, "Member 'FRigUnit_GetItemNameSpace::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetItemNameSpace, HasNameSpace) == 0x000014, "Member 'FRigUnit_GetItemNameSpace::HasNameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetItemNameSpace, NameSpace) == 0x000018, "Member 'FRigUnit_GetItemNameSpace::NameSpace' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_BeginExecution \ -static_assert(alignof(FRigUnit_BeginExecution) == 0x000010, "Wrong alignment on FRigUnit_BeginExecution"); \ -static_assert(sizeof(FRigUnit_BeginExecution) == 0x0001D0, "Wrong size on FRigUnit_BeginExecution"); \ -static_assert(offsetof(FRigUnit_BeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_BeginExecution::ExecuteContext' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_PreBeginExecution \ static_assert(alignof(FRigUnit_PreBeginExecution) == 0x000010, "Wrong alignment on FRigUnit_PreBeginExecution"); \ static_assert(sizeof(FRigUnit_PreBeginExecution) == 0x0001D0, "Wrong size on FRigUnit_PreBeginExecution"); \ static_assert(offsetof(FRigUnit_PreBeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PreBeginExecution::ExecuteContext' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_PostBeginExecution \ -static_assert(alignof(FRigUnit_PostBeginExecution) == 0x000010, "Wrong alignment on FRigUnit_PostBeginExecution"); \ -static_assert(sizeof(FRigUnit_PostBeginExecution) == 0x0001D0, "Wrong size on FRigUnit_PostBeginExecution"); \ -static_assert(offsetof(FRigUnit_PostBeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PostBeginExecution::ExecuteContext' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionChain \ +static_assert(alignof(FRigUnit_CollectionChain) == 0x000008, "Wrong alignment on FRigUnit_CollectionChain"); \ +static_assert(sizeof(FRigUnit_CollectionChain) == 0x000038, "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!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionBaseMutable \ -static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ -static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_CollectionBaseMutable"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearch \ +static_assert(alignof(FRigUnit_CollectionNameSearch) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearch"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearch) == 0x000028, "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!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionChainArray \ -static_assert(alignof(FRigUnit_CollectionChainArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChainArray"); \ -static_assert(sizeof(FRigUnit_CollectionChainArray) == 0x000038, "Wrong size on FRigUnit_CollectionChainArray"); \ -static_assert(offsetof(FRigUnit_CollectionChainArray, FirstItem) == 0x000008, "Member 'FRigUnit_CollectionChainArray::FirstItem' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionChainArray, LastItem) == 0x000014, "Member 'FRigUnit_CollectionChainArray::LastItem' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionChainArray, Reverse) == 0x000020, "Member 'FRigUnit_CollectionChainArray::Reverse' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionChainArray, Items) == 0x000028, "Member 'FRigUnit_CollectionChainArray::Items' 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) == 0x000028, "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!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearchArray \ -static_assert(alignof(FRigUnit_CollectionNameSearchArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearchArray"); \ -static_assert(sizeof(FRigUnit_CollectionNameSearchArray) == 0x000028, "Wrong size on FRigUnit_CollectionNameSearchArray"); \ -static_assert(offsetof(FRigUnit_CollectionNameSearchArray, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearchArray::PartialName' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionNameSearchArray, TypeToSearch) == 0x000010, "Member 'FRigUnit_CollectionNameSearchArray::TypeToSearch' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionNameSearchArray, Items) == 0x000018, "Member 'FRigUnit_CollectionNameSearchArray::Items' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetAll \ +static_assert(alignof(FRigUnit_CollectionGetAll) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetAll"); \ +static_assert(sizeof(FRigUnit_CollectionGetAll) == 0x000020, "Wrong size on FRigUnit_CollectionGetAll"); \ +static_assert(offsetof(FRigUnit_CollectionGetAll, TypeToSearch) == 0x000008, "Member 'FRigUnit_CollectionGetAll::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetAll, Items) == 0x000010, "Member 'FRigUnit_CollectionGetAll::Items' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionChildrenArray \ -static_assert(alignof(FRigUnit_CollectionChildrenArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildrenArray"); \ -static_assert(sizeof(FRigUnit_CollectionChildrenArray) == 0x000028, "Wrong size on FRigUnit_CollectionChildrenArray"); \ -static_assert(offsetof(FRigUnit_CollectionChildrenArray, Parent) == 0x000008, "Member 'FRigUnit_CollectionChildrenArray::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionChildrenArray, bIncludeParent) == 0x000014, "Member 'FRigUnit_CollectionChildrenArray::bIncludeParent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionChildrenArray, bRecursive) == 0x000015, "Member 'FRigUnit_CollectionChildrenArray::bRecursive' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionChildrenArray, TypeToSearch) == 0x000016, "Member 'FRigUnit_CollectionChildrenArray::TypeToSearch' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionChildrenArray, Items) == 0x000018, "Member 'FRigUnit_CollectionChildrenArray::Items' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionReplaceItemsArray \ +static_assert(alignof(FRigUnit_CollectionReplaceItemsArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItemsArray"); \ +static_assert(sizeof(FRigUnit_CollectionReplaceItemsArray) == 0x000040, "Wrong size on FRigUnit_CollectionReplaceItemsArray"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Items) == 0x000008, "Member 'FRigUnit_CollectionReplaceItemsArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Old) == 0x000018, "Member 'FRigUnit_CollectionReplaceItemsArray::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, New) == 0x000020, "Member 'FRigUnit_CollectionReplaceItemsArray::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, RemoveInvalidItems) == 0x000028, "Member 'FRigUnit_CollectionReplaceItemsArray::RemoveInvalidItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItemsArray::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Result) == 0x000030, "Member 'FRigUnit_CollectionReplaceItemsArray::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) == 0x000040, "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, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItems::bAllowDuplicates' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionReplaceItems, Collection) == 0x000030, "Member 'FRigUnit_CollectionReplaceItems::Collection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetItems \ +static_assert(alignof(FRigUnit_CollectionGetItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetItems"); \ +static_assert(sizeof(FRigUnit_CollectionGetItems) == 0x000028, "Wrong size on FRigUnit_CollectionGetItems"); \ +static_assert(offsetof(FRigUnit_CollectionGetItems, Collection) == 0x000008, "Member 'FRigUnit_CollectionGetItems::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetItems, Items) == 0x000018, "Member 'FRigUnit_CollectionGetItems::Items' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionItems \ -static_assert(alignof(FRigUnit_CollectionItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionItems"); \ -static_assert(sizeof(FRigUnit_CollectionItems) == 0x000030, "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, bAllowDuplicates) == 0x000018, "Member 'FRigUnit_CollectionItems::bAllowDuplicates' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionItems, Collection) == 0x000020, "Member 'FRigUnit_CollectionItems::Collection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetParentIndicesItemArray \ +static_assert(alignof(FRigUnit_CollectionGetParentIndicesItemArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetParentIndicesItemArray"); \ +static_assert(sizeof(FRigUnit_CollectionGetParentIndicesItemArray) == 0x000028, "Wrong size on FRigUnit_CollectionGetParentIndicesItemArray"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndicesItemArray, Items) == 0x000008, "Member 'FRigUnit_CollectionGetParentIndicesItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndicesItemArray, ParentIndices) == 0x000018, "Member 'FRigUnit_CollectionGetParentIndicesItemArray::ParentIndices' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionGetParentIndices \ -static_assert(alignof(FRigUnit_CollectionGetParentIndices) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetParentIndices"); \ -static_assert(sizeof(FRigUnit_CollectionGetParentIndices) == 0x000028, "Wrong size on FRigUnit_CollectionGetParentIndices"); \ -static_assert(offsetof(FRigUnit_CollectionGetParentIndices, Collection) == 0x000008, "Member 'FRigUnit_CollectionGetParentIndices::Collection' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionGetParentIndices, ParentIndices) == 0x000018, "Member 'FRigUnit_CollectionGetParentIndices::ParentIndices' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionReverse \ +static_assert(alignof(FRigUnit_CollectionReverse) == 0x000008, "Wrong alignment on FRigUnit_CollectionReverse"); \ +static_assert(sizeof(FRigUnit_CollectionReverse) == 0x000028, "Wrong size on FRigUnit_CollectionReverse"); \ +static_assert(offsetof(FRigUnit_CollectionReverse, Collection) == 0x000008, "Member 'FRigUnit_CollectionReverse::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReverse, Reversed) == 0x000018, "Member 'FRigUnit_CollectionReverse::Reversed' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionUnion \ -static_assert(alignof(FRigUnit_CollectionUnion) == 0x000008, "Wrong alignment on FRigUnit_CollectionUnion"); \ -static_assert(sizeof(FRigUnit_CollectionUnion) == 0x000040, "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, bAllowDuplicates) == 0x000028, "Member 'FRigUnit_CollectionUnion::bAllowDuplicates' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionUnion, Collection) == 0x000030, "Member 'FRigUnit_CollectionUnion::Collection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CollectionAddItem \ +static_assert(alignof(FRigUnit_CollectionAddItem) == 0x000008, "Wrong alignment on FRigUnit_CollectionAddItem"); \ +static_assert(sizeof(FRigUnit_CollectionAddItem) == 0x000038, "Wrong size on FRigUnit_CollectionAddItem"); \ +static_assert(offsetof(FRigUnit_CollectionAddItem, Collection) == 0x000008, "Member 'FRigUnit_CollectionAddItem::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionAddItem, Item) == 0x000018, "Member 'FRigUnit_CollectionAddItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionAddItem, Result) == 0x000028, "Member 'FRigUnit_CollectionAddItem::Result' 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_HierarchyGetParentWeights \ +static_assert(alignof(FRigUnit_HierarchyGetParentWeights) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentWeights"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParentWeights) == 0x000038, "Wrong size on FRigUnit_HierarchyGetParentWeights"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentWeights::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Weights) == 0x000018, "Member 'FRigUnit_HierarchyGetParentWeights::Weights' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Parents) == 0x000028, "Member 'FRigUnit_HierarchyGetParentWeights::Parents' 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_HierarchyAddNull \ +static_assert(alignof(FRigUnit_HierarchyAddNull) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddNull"); \ +static_assert(sizeof(FRigUnit_HierarchyAddNull) == 0x000260, "Wrong size on FRigUnit_HierarchyAddNull"); \ +static_assert(offsetof(FRigUnit_HierarchyAddNull, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddNull::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddNull, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddNull::Space' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CollectionLoop \ -static_assert(alignof(FRigUnit_CollectionLoop) == 0x000010, "Wrong alignment on FRigUnit_CollectionLoop"); \ -static_assert(sizeof(FRigUnit_CollectionLoop) == 0x0003C0, "Wrong size on FRigUnit_CollectionLoop"); \ -static_assert(offsetof(FRigUnit_CollectionLoop, BlockToRun) == 0x0001D0, "Member 'FRigUnit_CollectionLoop::BlockToRun' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x0001D8, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x0001E8, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x0001F4, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x0001F8, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x0001FC, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x000200, "Member 'FRigUnit_CollectionLoop::Completed' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger) == 0x000330, "Wrong size on FRigUnit_HierarchyAddControlInteger"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlInteger::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, Settings) == 0x000260, "Member 'FRigUnit_HierarchyAddControlInteger::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_AddParent \ -static_assert(alignof(FRigUnit_AddParent) == 0x000010, "Wrong alignment on FRigUnit_AddParent"); \ -static_assert(sizeof(FRigUnit_AddParent) == 0x0001F0, "Wrong size on FRigUnit_AddParent"); \ -static_assert(offsetof(FRigUnit_AddParent, Child) == 0x0001D0, "Member 'FRigUnit_AddParent::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AddParent, Parent) == 0x0001DC, "Member 'FRigUnit_AddParent::Parent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector) == 0x000380, "Wrong size on FRigUnit_HierarchyAddControlVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlVector::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SwitchParent \ -static_assert(alignof(FRigUnit_SwitchParent) == 0x000010, "Wrong alignment on FRigUnit_SwitchParent"); \ -static_assert(sizeof(FRigUnit_SwitchParent) == 0x0001F0, "Wrong size on FRigUnit_SwitchParent"); \ -static_assert(offsetof(FRigUnit_SwitchParent, Mode) == 0x0001D0, "Member 'FRigUnit_SwitchParent::Mode' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SwitchParent, Child) == 0x0001D4, "Member 'FRigUnit_SwitchParent::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SwitchParent, Parent) == 0x0001E0, "Member 'FRigUnit_SwitchParent::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SwitchParent, bMaintainGlobal) == 0x0001EC, "Member 'FRigUnit_SwitchParent::bMaintainGlobal' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform \ +static_assert(alignof(FRigUnit_HierarchyAddControlTransform) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlTransform"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlTransform) == 0x000440, "Wrong size on FRigUnit_HierarchyAddControlTransform"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, InitialValue) == 0x000260, "Member 'FRigUnit_HierarchyAddControlTransform::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, Settings) == 0x0002C0, "Member 'FRigUnit_HierarchyAddControlTransform::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentWeightsArray \ -static_assert(alignof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentWeightsArray"); \ -static_assert(sizeof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000038, "Wrong size on FRigUnit_HierarchyGetParentWeightsArray"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Weights) == 0x000018, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Weights' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Parents) == 0x000028, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Parents' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelBool \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelBool"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelBool"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MinimumValue) == 0x0001F1, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MaximumValue) == 0x0001F2, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, LimitsEnabled) == 0x0001F3, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::LimitsEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyReset \ -static_assert(alignof(FRigUnit_HierarchyReset) == 0x000010, "Wrong alignment on FRigUnit_HierarchyReset"); \ -static_assert(sizeof(FRigUnit_HierarchyReset) == 0x0001D0, "Wrong size on FRigUnit_HierarchyReset"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelFloat \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::LimitsEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyRemoveElement \ -static_assert(alignof(FRigUnit_HierarchyRemoveElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyRemoveElement"); \ -static_assert(sizeof(FRigUnit_HierarchyRemoveElement) == 0x0001E0, "Wrong size on FRigUnit_HierarchyRemoveElement"); \ -static_assert(offsetof(FRigUnit_HierarchyRemoveElement, Item) == 0x0001D0, "Member 'FRigUnit_HierarchyRemoveElement::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyRemoveElement, bSuccess) == 0x0001DC, "Member 'FRigUnit_HierarchyRemoveElement::bSuccess' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelInteger \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelInteger"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000210, "Wrong size on FRigUnit_HierarchyAddAnimationChannelInteger"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::LimitsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, ControlEnum) == 0x000200, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::ControlEnum' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddBone \ -static_assert(alignof(FRigUnit_HierarchyAddBone) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddBone"); \ -static_assert(sizeof(FRigUnit_HierarchyAddBone) == 0x000260, "Wrong size on FRigUnit_HierarchyAddBone"); \ -static_assert(offsetof(FRigUnit_HierarchyAddBone, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddBone::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddBone, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddBone::Space' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector2D \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000230, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MinimumValue) == 0x000200, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MaximumValue) == 0x000210, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, LimitsEnabled) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::LimitsEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_Settings \ -static_assert(alignof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_Settings"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x0000D0, "Wrong size on FRigUnit_HierarchyAddControlFloat_Settings"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::PrimaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, bIsScale) == 0x000011, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::bIsScale' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Limits) == 0x000014, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Limits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Shape) == 0x000030, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Shape' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Proxy) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Proxy' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::LimitsEnabled' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat \ -static_assert(alignof(FRigUnit_HierarchyAddControlFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlFloat) == 0x000330, "Wrong size on FRigUnit_HierarchyAddControlFloat"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlFloat::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, Settings) == 0x000260, "Member 'FRigUnit_HierarchyAddControlFloat::Settings' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetShapeSettings \ +static_assert(alignof(FRigUnit_HierarchyGetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyGetShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyGetShapeSettings) == 0x0000A0, "Wrong size on FRigUnit_HierarchyGetShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetShapeSettings::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Settings) == 0x000020, "Member 'FRigUnit_HierarchyGetShapeSettings::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D \ -static_assert(alignof(FRigUnit_HierarchyAddControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D) == 0x000370, "Wrong size on FRigUnit_HierarchyAddControlVector2D"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlVector2D::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlVector2D::Settings' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddSocket \ +static_assert(alignof(FRigUnit_HierarchyAddSocket) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddSocket"); \ +static_assert(sizeof(FRigUnit_HierarchyAddSocket) == 0x000280, "Wrong size on FRigUnit_HierarchyAddSocket"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddSocket::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddSocket::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Color) == 0x000254, "Member 'FRigUnit_HierarchyAddSocket::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Description) == 0x000268, "Member 'FRigUnit_HierarchyAddSocket::Description' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator \ -static_assert(alignof(FRigUnit_HierarchyAddControlRotator) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator"); \ -static_assert(sizeof(FRigUnit_HierarchyAddControlRotator) == 0x000380, "Wrong size on FRigUnit_HierarchyAddControlRotator"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlRotator::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlRotator::Settings' 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) == 0x000058, "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) == 0x000048, "Member 'FRigUnit_HierarchyGetParents::CachedParents' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleFloat \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::LimitsEnabled' 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) == 0x000058, "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) == 0x000048, "Member 'FRigUnit_HierarchyGetChildren::CachedChildren' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleVector \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::LimitsEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetSiblingsItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetSiblingsItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetSiblingsItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetSiblingsItemArray) == 0x000058, "Wrong size on FRigUnit_HierarchyGetSiblingsItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, bIncludeItem) == 0x000014, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::bIncludeItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, Siblings) == 0x000018, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::Siblings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, CachedItem) == 0x000028, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::CachedItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, CachedSiblings) == 0x000048, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::CachedSiblings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotator \ -static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotator"); \ -static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotator"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::InitialValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MinimumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MaximumValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::LimitsEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetPose \ +static_assert(alignof(FRigUnit_HierarchyGetPose) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetPose"); \ +static_assert(sizeof(FRigUnit_HierarchyGetPose) == 0x000090, "Wrong size on FRigUnit_HierarchyGetPose"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, Initial) == 0x000008, "Member 'FRigUnit_HierarchyGetPose::Initial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, ElementType) == 0x000009, "Member 'FRigUnit_HierarchyGetPose::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, ItemsToGet) == 0x000010, "Member 'FRigUnit_HierarchyGetPose::ItemsToGet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, Pose) == 0x000020, "Member 'FRigUnit_HierarchyGetPose::Pose' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_HierarchySetShapeSettings \ -static_assert(alignof(FRigUnit_HierarchySetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetShapeSettings"); \ -static_assert(sizeof(FRigUnit_HierarchySetShapeSettings) == 0x000260, "Wrong size on FRigUnit_HierarchySetShapeSettings"); \ -static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Item) == 0x0001D0, "Member 'FRigUnit_HierarchySetShapeSettings::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Settings) == 0x0001E0, "Member 'FRigUnit_HierarchySetShapeSettings::Settings' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetPose \ +static_assert(alignof(FRigUnit_HierarchySetPose) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetPose"); \ +static_assert(sizeof(FRigUnit_HierarchySetPose) == 0x000260, "Wrong size on FRigUnit_HierarchySetPose"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Pose) == 0x0001D0, "Member 'FRigUnit_HierarchySetPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ElementType) == 0x000240, "Member 'FRigUnit_HierarchySetPose::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Space) == 0x000241, "Member 'FRigUnit_HierarchySetPose::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ItemsToSet) == 0x000248, "Member 'FRigUnit_HierarchySetPose::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Weight) == 0x000258, "Member 'FRigUnit_HierarchySetPose::Weight' 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) == 0x000060, "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) == 0x000040, "Member 'FRigUnit_HierarchyGetParent::CachedParent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentsItemArray \ -static_assert(alignof(FRigUnit_HierarchyGetParentsItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentsItemArray"); \ -static_assert(sizeof(FRigUnit_HierarchyGetParentsItemArray) == 0x000058, "Wrong size on FRigUnit_HierarchyGetParentsItemArray"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentsItemArray::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, bIncludeChild) == 0x000014, "Member 'FRigUnit_HierarchyGetParentsItemArray::bIncludeChild' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, bReverse) == 0x000015, "Member 'FRigUnit_HierarchyGetParentsItemArray::bReverse' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, Parents) == 0x000018, "Member 'FRigUnit_HierarchyGetParentsItemArray::Parents' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, CachedChild) == 0x000028, "Member 'FRigUnit_HierarchyGetParentsItemArray::CachedChild' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, CachedParents) == 0x000048, "Member 'FRigUnit_HierarchyGetParentsItemArray::CachedParents' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetSiblings \ -static_assert(alignof(FRigUnit_HierarchyGetSiblings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetSiblings"); \ -static_assert(sizeof(FRigUnit_HierarchyGetSiblings) == 0x000058, "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) == 0x000048, "Member 'FRigUnit_HierarchyGetSiblings::CachedSiblings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetChainItemArray \ -static_assert(alignof(FRigUnit_HierarchyGetChainItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetChainItemArray"); \ -static_assert(sizeof(FRigUnit_HierarchyGetChainItemArray) == 0x000088, "Wrong size on FRigUnit_HierarchyGetChainItemArray"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Start) == 0x000008, "Member 'FRigUnit_HierarchyGetChainItemArray::Start' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, End) == 0x000014, "Member 'FRigUnit_HierarchyGetChainItemArray::End' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeStart) == 0x000020, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeStart' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeEnd) == 0x000021, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeEnd' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bReverse) == 0x000022, "Member 'FRigUnit_HierarchyGetChainItemArray::bReverse' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Chain) == 0x000028, "Member 'FRigUnit_HierarchyGetChainItemArray::Chain' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedStart) == 0x000038, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedStart' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedEnd) == 0x000058, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedEnd' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedChain) == 0x000078, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedChain' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetPoseItemArray \ -static_assert(alignof(FRigUnit_HierarchyGetPoseItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetPoseItemArray"); \ -static_assert(sizeof(FRigUnit_HierarchyGetPoseItemArray) == 0x000090, "Wrong size on FRigUnit_HierarchyGetPoseItemArray"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, Initial) == 0x000008, "Member 'FRigUnit_HierarchyGetPoseItemArray::Initial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, ElementType) == 0x000009, "Member 'FRigUnit_HierarchyGetPoseItemArray::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, ItemsToGet) == 0x000010, "Member 'FRigUnit_HierarchyGetPoseItemArray::ItemsToGet' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, Pose) == 0x000020, "Member 'FRigUnit_HierarchyGetPoseItemArray::Pose' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_HierarchySetPoseItemArray \ -static_assert(alignof(FRigUnit_HierarchySetPoseItemArray) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetPoseItemArray"); \ -static_assert(sizeof(FRigUnit_HierarchySetPoseItemArray) == 0x000260, "Wrong size on FRigUnit_HierarchySetPoseItemArray"); \ -static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Pose) == 0x0001D0, "Member 'FRigUnit_HierarchySetPoseItemArray::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ElementType) == 0x000240, "Member 'FRigUnit_HierarchySetPoseItemArray::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Space) == 0x000241, "Member 'FRigUnit_HierarchySetPoseItemArray::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ItemsToSet) == 0x000248, "Member 'FRigUnit_HierarchySetPoseItemArray::ItemsToSet' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Weight) == 0x000258, "Member 'FRigUnit_HierarchySetPoseItemArray::Weight' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_PoseGetItems \ -static_assert(alignof(FRigUnit_PoseGetItems) == 0x000008, "Wrong alignment on FRigUnit_PoseGetItems"); \ -static_assert(sizeof(FRigUnit_PoseGetItems) == 0x000090, "Wrong size on FRigUnit_PoseGetItems"); \ -static_assert(offsetof(FRigUnit_PoseGetItems, Pose) == 0x000008, "Member 'FRigUnit_PoseGetItems::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetItems, ElementType) == 0x000078, "Member 'FRigUnit_PoseGetItems::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetItems, Items) == 0x000080, "Member 'FRigUnit_PoseGetItems::Items' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PoseIsEmpty \ +static_assert(alignof(FRigUnit_PoseIsEmpty) == 0x000008, "Wrong alignment on FRigUnit_PoseIsEmpty"); \ +static_assert(sizeof(FRigUnit_PoseIsEmpty) == 0x000080, "Wrong size on FRigUnit_PoseIsEmpty"); \ +static_assert(offsetof(FRigUnit_PoseIsEmpty, Pose) == 0x000008, "Member 'FRigUnit_PoseIsEmpty::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseIsEmpty, IsEmpty) == 0x000078, "Member 'FRigUnit_PoseIsEmpty::IsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_PoseGetItemsItemArray \ static_assert(alignof(FRigUnit_PoseGetItemsItemArray) == 0x000008, "Wrong alignment on FRigUnit_PoseGetItemsItemArray"); \ @@ -99216,48 +98435,57 @@ static_assert(offsetof(FRigUnit_PoseGetItemsItemArray, Pose) == 0x000008, "Membe static_assert(offsetof(FRigUnit_PoseGetItemsItemArray, ElementType) == 0x000078, "Member 'FRigUnit_PoseGetItemsItemArray::ElementType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PoseGetItemsItemArray, Items) == 0x000080, "Member 'FRigUnit_PoseGetItemsItemArray::Items' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_PoseGetDelta \ -static_assert(alignof(FRigUnit_PoseGetDelta) == 0x000008, "Wrong alignment on FRigUnit_PoseGetDelta"); \ -static_assert(sizeof(FRigUnit_PoseGetDelta) == 0x000128, "Wrong size on FRigUnit_PoseGetDelta"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, PoseA) == 0x000008, "Member 'FRigUnit_PoseGetDelta::PoseA' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, PoseB) == 0x000078, "Member 'FRigUnit_PoseGetDelta::PoseB' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, PositionThreshold) == 0x0000E8, "Member 'FRigUnit_PoseGetDelta::PositionThreshold' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, RotationThreshold) == 0x0000EC, "Member 'FRigUnit_PoseGetDelta::RotationThreshold' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, ScaleThreshold) == 0x0000F0, "Member 'FRigUnit_PoseGetDelta::ScaleThreshold' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, CurveThreshold) == 0x0000F4, "Member 'FRigUnit_PoseGetDelta::CurveThreshold' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, ElementType) == 0x0000F8, "Member 'FRigUnit_PoseGetDelta::ElementType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, Space) == 0x0000F9, "Member 'FRigUnit_PoseGetDelta::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, ItemsToCompare) == 0x000100, "Member 'FRigUnit_PoseGetDelta::ItemsToCompare' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, PosesAreEqual) == 0x000110, "Member 'FRigUnit_PoseGetDelta::PosesAreEqual' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetDelta, ItemsWithDelta) == 0x000118, "Member 'FRigUnit_PoseGetDelta::ItemsWithDelta' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PoseGetTransform \ +static_assert(alignof(FRigUnit_PoseGetTransform) == 0x000010, "Wrong alignment on FRigUnit_PoseGetTransform"); \ +static_assert(sizeof(FRigUnit_PoseGetTransform) == 0x000100, "Wrong size on FRigUnit_PoseGetTransform"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Pose) == 0x000008, "Member 'FRigUnit_PoseGetTransform::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Item) == 0x000078, "Member 'FRigUnit_PoseGetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Space) == 0x000084, "Member 'FRigUnit_PoseGetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Valid) == 0x000085, "Member 'FRigUnit_PoseGetTransform::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Transform) == 0x000090, "Member 'FRigUnit_PoseGetTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, CurveValue) == 0x0000F0, "Member 'FRigUnit_PoseGetTransform::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, CachedPoseElementIndex) == 0x0000F4, "Member 'FRigUnit_PoseGetTransform::CachedPoseElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, CachedPoseHash) == 0x0000F8, "Member 'FRigUnit_PoseGetTransform::CachedPoseHash' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_PoseGetTransformArray \ -static_assert(alignof(FRigUnit_PoseGetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_PoseGetTransformArray"); \ -static_assert(sizeof(FRigUnit_PoseGetTransformArray) == 0x000090, "Wrong size on FRigUnit_PoseGetTransformArray"); \ -static_assert(offsetof(FRigUnit_PoseGetTransformArray, Pose) == 0x000008, "Member 'FRigUnit_PoseGetTransformArray::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransformArray, Space) == 0x000078, "Member 'FRigUnit_PoseGetTransformArray::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransformArray, Valid) == 0x000079, "Member 'FRigUnit_PoseGetTransformArray::Valid' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseGetTransformArray, Transforms) == 0x000080, "Member 'FRigUnit_PoseGetTransformArray::Transforms' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PoseGetCurve \ +static_assert(alignof(FRigUnit_PoseGetCurve) == 0x000008, "Wrong alignment on FRigUnit_PoseGetCurve"); \ +static_assert(sizeof(FRigUnit_PoseGetCurve) == 0x000090, "Wrong size on FRigUnit_PoseGetCurve"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, Pose) == 0x000008, "Member 'FRigUnit_PoseGetCurve::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, Curve) == 0x000078, "Member 'FRigUnit_PoseGetCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, Valid) == 0x000080, "Member 'FRigUnit_PoseGetCurve::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, CurveValue) == 0x000084, "Member 'FRigUnit_PoseGetCurve::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, CachedPoseElementIndex) == 0x000088, "Member 'FRigUnit_PoseGetCurve::CachedPoseElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, CachedPoseHash) == 0x00008C, "Member 'FRigUnit_PoseGetCurve::CachedPoseHash' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_PoseLoop \ -static_assert(alignof(FRigUnit_PoseLoop) == 0x000010, "Wrong alignment on FRigUnit_PoseLoop"); \ -static_assert(sizeof(FRigUnit_PoseLoop) == 0x0004F0, "Wrong size on FRigUnit_PoseLoop"); \ -static_assert(offsetof(FRigUnit_PoseLoop, BlockToRun) == 0x0001D0, "Member 'FRigUnit_PoseLoop::BlockToRun' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, Pose) == 0x0001D8, "Member 'FRigUnit_PoseLoop::Pose' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, Item) == 0x000248, "Member 'FRigUnit_PoseLoop::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, GlobalTransform) == 0x000260, "Member 'FRigUnit_PoseLoop::GlobalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, LocalTransform) == 0x0002C0, "Member 'FRigUnit_PoseLoop::LocalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, CurveValue) == 0x000320, "Member 'FRigUnit_PoseLoop::CurveValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, Index) == 0x000324, "Member 'FRigUnit_PoseLoop::Index' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, Count) == 0x000328, "Member 'FRigUnit_PoseLoop::Count' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, Ratio) == 0x00032C, "Member 'FRigUnit_PoseLoop::Ratio' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PoseLoop, Completed) == 0x000330, "Member 'FRigUnit_PoseLoop::Completed' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_InteractionExecution \ +static_assert(alignof(FRigUnit_InteractionExecution) == 0x000010, "Wrong alignment on FRigUnit_InteractionExecution"); \ +static_assert(sizeof(FRigUnit_InteractionExecution) == 0x0001D0, "Wrong size on FRigUnit_InteractionExecution"); \ +static_assert(offsetof(FRigUnit_InteractionExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_InteractionExecution::ExecuteContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_InverseExecution \ static_assert(alignof(FRigUnit_InverseExecution) == 0x000010, "Wrong alignment on FRigUnit_InverseExecution"); \ static_assert(sizeof(FRigUnit_InverseExecution) == 0x0001D0, "Wrong size on FRigUnit_InverseExecution"); \ static_assert(offsetof(FRigUnit_InverseExecution, ExecuteContext) == 0x000010, "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) == 0x000020, "Wrong size on FRigUnit_IsInteracting"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsTranslating) == 0x000009, "Member 'FRigUnit_IsInteracting::bIsTranslating' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsRotating) == 0x00000A, "Member 'FRigUnit_IsInteracting::bIsRotating' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsScaling) == 0x00000B, "Member 'FRigUnit_IsInteracting::bIsScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, Items) == 0x000010, "Member 'FRigUnit_IsInteracting::Items' 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) == 0x000038, "Wrong size on FRigUnit_ToWorldSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToWorldSpace_Location::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, World) == 0x000020, "Member 'FRigUnit_ToWorldSpace_Location::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemBaseMutable \ +static_assert(alignof(FRigUnit_ItemBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_ItemBaseMutable"); \ +static_assert(sizeof(FRigUnit_ItemBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_ItemBaseMutable"); \ + #define DUMPER7_ASSERTS_FRigUnit_ItemExists \ static_assert(alignof(FRigUnit_ItemExists) == 0x000008, "Wrong alignment on FRigUnit_ItemExists"); \ static_assert(sizeof(FRigUnit_ItemExists) == 0x000038, "Wrong size on FRigUnit_ItemExists"); \ @@ -99265,6 +98493,38 @@ static_assert(offsetof(FRigUnit_ItemExists, Item) == 0x000008, "Member 'FRigUnit 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_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_MultiFABRIK_WorkData \ +static_assert(alignof(FRigUnit_MultiFABRIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK_WorkData"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK_WorkData) == 0x000068, "Wrong size on FRigUnit_MultiFABRIK_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemEquals \ +static_assert(alignof(FRigUnit_ItemEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemEquals"); \ +static_assert(sizeof(FRigUnit_ItemEquals) == 0x000028, "Wrong size on FRigUnit_ItemEquals"); \ +static_assert(offsetof(FRigUnit_ItemEquals, A) == 0x000008, "Member 'FRigUnit_ItemEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemEquals, B) == 0x000014, "Member 'FRigUnit_ItemEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemEquals, Result) == 0x000020, "Member 'FRigUnit_ItemEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemNotEquals \ +static_assert(alignof(FRigUnit_ItemNotEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemNotEquals"); \ +static_assert(sizeof(FRigUnit_ItemNotEquals) == 0x000028, "Wrong size on FRigUnit_ItemNotEquals"); \ +static_assert(offsetof(FRigUnit_ItemNotEquals, A) == 0x000008, "Member 'FRigUnit_ItemNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemNotEquals, B) == 0x000014, "Member 'FRigUnit_ItemNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemNotEquals, Result) == 0x000020, "Member 'FRigUnit_ItemNotEquals::Result' 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) == 0x0000D0, "Wrong size on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, World) == 0x000070, "Member 'FRigUnit_ToWorldSpace_Transform::World' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_ItemTypeEquals \ static_assert(alignof(FRigUnit_ItemTypeEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemTypeEquals"); \ static_assert(sizeof(FRigUnit_ItemTypeEquals) == 0x000028, "Wrong size on FRigUnit_ItemTypeEquals"); \ @@ -99272,12 +98532,65 @@ static_assert(offsetof(FRigUnit_ItemTypeEquals, A) == 0x000008, "Member 'FRigUni static_assert(offsetof(FRigUnit_ItemTypeEquals, B) == 0x000014, "Member 'FRigUnit_ItemTypeEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemTypeEquals, Result) == 0x000020, "Member 'FRigUnit_ItemTypeEquals::Result' 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) == 0x000028, "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) == 0x000010, "Wrong alignment on FRigUnit_ItemHarmonics"); \ +static_assert(sizeof(FRigUnit_ItemHarmonics) == 0x000290, "Wrong size on FRigUnit_ItemHarmonics"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, Targets) == 0x0001D0, "Member 'FRigUnit_ItemHarmonics::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveSpeed) == 0x0001E0, "Member 'FRigUnit_ItemHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveFrequency) == 0x0001F8, "Member 'FRigUnit_ItemHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveAmplitude) == 0x000210, "Member 'FRigUnit_ItemHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveOffset) == 0x000228, "Member 'FRigUnit_ItemHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveNoise) == 0x000240, "Member 'FRigUnit_ItemHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveEase) == 0x000258, "Member 'FRigUnit_ItemHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMinimum) == 0x00025C, "Member 'FRigUnit_ItemHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMaximum) == 0x000260, "Member 'FRigUnit_ItemHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, RotationOrder) == 0x000264, "Member 'FRigUnit_ItemHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WorkData) == 0x000268, "Member 'FRigUnit_ItemHarmonics::WorkData' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_ItemToName \ static_assert(alignof(FRigUnit_ItemToName) == 0x000008, "Wrong alignment on FRigUnit_ItemToName"); \ static_assert(sizeof(FRigUnit_ItemToName) == 0x000020, "Wrong size on FRigUnit_ItemToName"); \ static_assert(offsetof(FRigUnit_ItemToName, Value) == 0x000008, "Member 'FRigUnit_ItemToName::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemToName, Result) == 0x000014, "Member 'FRigUnit_ItemToName::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_PrepareForExecution \ +static_assert(alignof(FRigUnit_PrepareForExecution) == 0x000010, "Wrong alignment on FRigUnit_PrepareForExecution"); \ +static_assert(sizeof(FRigUnit_PrepareForExecution) == 0x0001D0, "Wrong size on FRigUnit_PrepareForExecution"); \ +static_assert(offsetof(FRigUnit_PrepareForExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PrepareForExecution::ExecuteContext' 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) == 0x000050, "Wrong size on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000030, "Member 'FRigUnit_ToWorldSpace_Rotation::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigModulesBaseMutable \ +static_assert(alignof(FRigUnit_RigModulesBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_RigModulesBaseMutable"); \ +static_assert(sizeof(FRigUnit_RigModulesBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_RigModulesBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformItemArray \ +static_assert(alignof(FRigUnit_SetTransformItemArray) == 0x000010, "Wrong alignment on FRigUnit_SetTransformItemArray"); \ +static_assert(sizeof(FRigUnit_SetTransformItemArray) == 0x000210, "Wrong size on FRigUnit_SetTransformItemArray"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Items) == 0x0001D0, "Member 'FRigUnit_SetTransformItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Space) == 0x0001E0, "Member 'FRigUnit_SetTransformItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bInitial) == 0x0001E1, "Member 'FRigUnit_SetTransformItemArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Transforms) == 0x0001E8, "Member 'FRigUnit_SetTransformItemArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Weight) == 0x0001F8, "Member 'FRigUnit_SetTransformItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTransformItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTransformItemArray::CachedIndex' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_ResolveConnector \ static_assert(alignof(FRigUnit_ResolveConnector) == 0x000008, "Wrong alignment on FRigUnit_ResolveConnector"); \ static_assert(sizeof(FRigUnit_ResolveConnector) == 0x000028, "Wrong size on FRigUnit_ResolveConnector"); \ @@ -99292,12 +98605,40 @@ static_assert(sizeof(FRigUnit_GetItemShortName) == 0x000020, "Wrong size on FRig static_assert(offsetof(FRigUnit_GetItemShortName, Item) == 0x000008, "Member 'FRigUnit_GetItemShortName::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetItemShortName, ShortName) == 0x000014, "Member 'FRigUnit_GetItemShortName::ShortName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_GetItemNameSpace \ +static_assert(alignof(FRigUnit_GetItemNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemNameSpace"); \ +static_assert(sizeof(FRigUnit_GetItemNameSpace) == 0x000028, "Wrong size on FRigUnit_GetItemNameSpace"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, Item) == 0x000008, "Member 'FRigUnit_GetItemNameSpace::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, HasNameSpace) == 0x000014, "Member 'FRigUnit_GetItemNameSpace::HasNameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, NameSpace) == 0x000018, "Member 'FRigUnit_GetItemNameSpace::NameSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimItem_Target \ +static_assert(alignof(FRigUnit_AimItem_Target) == 0x000008, "Wrong alignment on FRigUnit_AimItem_Target"); \ +static_assert(sizeof(FRigUnit_AimItem_Target) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_AimItem_Target::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Target) == 0x000020, "Member 'FRigUnit_AimItem_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Kind) == 0x000038, "Member 'FRigUnit_AimItem_Target::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Space) == 0x00003C, "Member 'FRigUnit_AimItem_Target::Space' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_IsItemInCurrentNameSpace \ static_assert(alignof(FRigUnit_IsItemInCurrentNameSpace) == 0x000008, "Wrong alignment on FRigUnit_IsItemInCurrentNameSpace"); \ static_assert(sizeof(FRigUnit_IsItemInCurrentNameSpace) == 0x000018, "Wrong size on FRigUnit_IsItemInCurrentNameSpace"); \ static_assert(offsetof(FRigUnit_IsItemInCurrentNameSpace, Item) == 0x000008, "Member 'FRigUnit_IsItemInCurrentNameSpace::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IsItemInCurrentNameSpace, Result) == 0x000014, "Member 'FRigUnit_IsItemInCurrentNameSpace::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Wave \ +static_assert(alignof(FRigUnit_ChainHarmonics_Wave) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Wave"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Wave) == 0x000078, "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) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Wave::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveAmplitude) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Wave::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveOffset) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Wave::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveNoise) == 0x000050, "Member 'FRigUnit_ChainHarmonics_Wave::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMinimum) == 0x000068, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMaximum) == 0x00006C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveEase) == 0x000070, "Member 'FRigUnit_ChainHarmonics_Wave::WaveEase' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_SequenceExecution \ static_assert(alignof(FRigUnit_SequenceExecution) == 0x000010, "Wrong alignment on FRigUnit_SequenceExecution"); \ static_assert(sizeof(FRigUnit_SequenceExecution) == 0x0008D0, "Wrong size on FRigUnit_SequenceExecution"); \ @@ -99307,26 +98648,129 @@ static_assert(offsetof(FRigUnit_SequenceExecution, B) == 0x000390, "Member 'FRig static_assert(offsetof(FRigUnit_SequenceExecution, C) == 0x000550, "Member 'FRigUnit_SequenceExecution::C' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SequenceExecution, D) == 0x000710, "Member 'FRigUnit_SequenceExecution::D' 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) == 0x000270, "Wrong size on FRigUnit_AddBoneTransform"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_AddBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_AddBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Weight) == 0x000240, "Member 'FRigUnit_AddBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPostMultiply) == 0x000244, "Member 'FRigUnit_AddBoneTransform::bPostMultiply' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPropagateToChildren) == 0x000245, "Member 'FRigUnit_AddBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, CachedBone) == 0x000248, "Member 'FRigUnit_AddBoneTransform::CachedBone' 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_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_ChainHarmonics_Reach \ +static_assert(alignof(FRigUnit_ChainHarmonics_Reach) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Reach"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Reach) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Reach::ReachTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachAxis) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Reach::ReachAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMinimum) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMaximum) == 0x00003C, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachEase) == 0x000040, "Member 'FRigUnit_ChainHarmonics_Reach::ReachEase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Pendulum \ +static_assert(alignof(FRigUnit_ChainHarmonics_Pendulum) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Pendulum"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Pendulum) == 0x000058, "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) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumDrag) == 0x000024, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumDrag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMinimum) == 0x000028, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMaximum) == 0x00002C, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumEase) == 0x000030, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindAxis) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMinimum) == 0x000050, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMaximum) == 0x000054, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMaximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_WorkData \ +static_assert(alignof(FRigUnit_ChainHarmonics_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_WorkData"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_WorkData) == 0x000098, "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) == 0x000018, "Member 'FRigUnit_ChainHarmonics_WorkData::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Ratio) == 0x000028, "Member 'FRigUnit_ChainHarmonics_WorkData::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, LocalTip) == 0x000038, "Member 'FRigUnit_ChainHarmonics_WorkData::LocalTip' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumTip) == 0x000048, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumTip' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumPosition) == 0x000058, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumVelocity) == 0x000068, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, HierarchyLine) == 0x000078, "Member 'FRigUnit_ChainHarmonics_WorkData::HierarchyLine' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, VelocityLines) == 0x000088, "Member 'FRigUnit_ChainHarmonics_WorkData::VelocityLines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonicsPerItem \ +static_assert(alignof(FRigUnit_ChainHarmonicsPerItem) == 0x000010, "Wrong alignment on FRigUnit_ChainHarmonicsPerItem"); \ +static_assert(sizeof(FRigUnit_ChainHarmonicsPerItem) == 0x0004A0, "Wrong size on FRigUnit_ChainHarmonicsPerItem"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, ChainRoot) == 0x0001D0, "Member 'FRigUnit_ChainHarmonicsPerItem::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Speed) == 0x0001E0, "Member 'FRigUnit_ChainHarmonicsPerItem::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Reach) == 0x0001F8, "Member 'FRigUnit_ChainHarmonicsPerItem::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Wave) == 0x000240, "Member 'FRigUnit_ChainHarmonicsPerItem::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WaveCurve) == 0x0002B8, "Member 'FRigUnit_ChainHarmonicsPerItem::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Pendulum) == 0x000340, "Member 'FRigUnit_ChainHarmonicsPerItem::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, bDrawDebug) == 0x000398, "Member 'FRigUnit_ChainHarmonicsPerItem::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, DrawWorldOffset) == 0x0003A0, "Member 'FRigUnit_ChainHarmonicsPerItem::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WorkData) == 0x000400, "Member 'FRigUnit_ChainHarmonicsPerItem::WorkData' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_BoneName \ static_assert(alignof(FRigUnit_BoneName) == 0x000008, "Wrong alignment on FRigUnit_BoneName"); \ static_assert(sizeof(FRigUnit_BoneName) == 0x000010, "Wrong size on FRigUnit_BoneName"); \ static_assert(offsetof(FRigUnit_BoneName, bone) == 0x000008, "Member 'FRigUnit_BoneName::bone' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_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_FConstraintParent \ +static_assert(alignof(FConstraintParent) == 0x000004, "Wrong alignment on FConstraintParent"); \ +static_assert(sizeof(FConstraintParent) == 0x000010, "Wrong size on FConstraintParent"); \ +static_assert(offsetof(FConstraintParent, Item) == 0x000000, "Member 'FConstraintParent::Item' has a wrong offset!"); \ +static_assert(offsetof(FConstraintParent, Weight) == 0x00000C, "Member 'FConstraintParent::Weight' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_ControlName \ static_assert(alignof(FRigUnit_ControlName) == 0x000008, "Wrong alignment on FRigUnit_ControlName"); \ static_assert(sizeof(FRigUnit_ControlName) == 0x000010, "Wrong size on FRigUnit_ControlName"); \ static_assert(offsetof(FRigUnit_ControlName, Control) == 0x000008, "Member 'FRigUnit_ControlName::Control' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_AimBone_DebugSettings \ +static_assert(alignof(FRigUnit_AimBone_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_AimBone_DebugSettings"); \ +static_assert(sizeof(FRigUnit_AimBone_DebugSettings) == 0x000070, "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_AimBoneMath \ +static_assert(alignof(FRigUnit_AimBoneMath) == 0x000010, "Wrong alignment on FRigUnit_AimBoneMath"); \ +static_assert(sizeof(FRigUnit_AimBoneMath) == 0x000230, "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) == 0x000070, "Member 'FRigUnit_AimBoneMath::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Secondary) == 0x0000B8, "Member 'FRigUnit_AimBoneMath::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Weight) == 0x000100, "Member 'FRigUnit_AimBoneMath::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Result) == 0x000110, "Member 'FRigUnit_AimBoneMath::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, DebugSettings) == 0x000170, "Member 'FRigUnit_AimBoneMath::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, PrimaryCachedSpace) == 0x0001E0, "Member 'FRigUnit_AimBoneMath::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, SecondaryCachedSpace) == 0x000200, "Member 'FRigUnit_AimBoneMath::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, bIsInitialized) == 0x000220, "Member 'FRigUnit_AimBoneMath::bIsInitialized' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_GetBoolAnimationChannel \ static_assert(alignof(FRigUnit_GetBoolAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetBoolAnimationChannel"); \ static_assert(sizeof(FRigUnit_GetBoolAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetBoolAnimationChannel"); \ static_assert(offsetof(FRigUnit_GetBoolAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetBoolAnimationChannel::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_GetFloatAnimationChannel \ +static_assert(alignof(FRigUnit_GetFloatAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetFloatAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetFloatAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetFloatAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetFloatAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetFloatAnimationChannel::Value' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_GetIntAnimationChannel \ static_assert(alignof(FRigUnit_GetIntAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetIntAnimationChannel"); \ static_assert(sizeof(FRigUnit_GetIntAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetIntAnimationChannel"); \ @@ -99337,27 +98781,11 @@ static_assert(alignof(FRigUnit_GetVector2DAnimationChannel) == 0x000008, "Wrong static_assert(sizeof(FRigUnit_GetVector2DAnimationChannel) == 0x000040, "Wrong size on FRigUnit_GetVector2DAnimationChannel"); \ static_assert(offsetof(FRigUnit_GetVector2DAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetVector2DAnimationChannel::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetVectorAnimationChannel \ -static_assert(alignof(FRigUnit_GetVectorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetVectorAnimationChannel"); \ -static_assert(sizeof(FRigUnit_GetVectorAnimationChannel) == 0x000048, "Wrong size on FRigUnit_GetVectorAnimationChannel"); \ -static_assert(offsetof(FRigUnit_GetVectorAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetVectorAnimationChannel::Value' 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) == 0x000030, "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) == 0x000020, "Member 'FRigUnit_DistributeRotation_Rotation::Ratio' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_GetRotatorAnimationChannel \ static_assert(alignof(FRigUnit_GetRotatorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetRotatorAnimationChannel"); \ static_assert(sizeof(FRigUnit_GetRotatorAnimationChannel) == 0x000048, "Wrong size on FRigUnit_GetRotatorAnimationChannel"); \ static_assert(offsetof(FRigUnit_GetRotatorAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetRotatorAnimationChannel::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetTransformAnimationChannel \ -static_assert(alignof(FRigUnit_GetTransformAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_GetTransformAnimationChannel"); \ -static_assert(sizeof(FRigUnit_GetTransformAnimationChannel) == 0x000090, "Wrong size on FRigUnit_GetTransformAnimationChannel"); \ -static_assert(offsetof(FRigUnit_GetTransformAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetTransformAnimationChannel::Value' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_SetFloatAnimationChannel \ static_assert(alignof(FRigUnit_SetFloatAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetFloatAnimationChannel"); \ static_assert(sizeof(FRigUnit_SetFloatAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetFloatAnimationChannel"); \ @@ -99368,94 +98796,27 @@ static_assert(alignof(FRigUnit_SetIntAnimationChannel) == 0x000010, "Wrong align static_assert(sizeof(FRigUnit_SetIntAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetIntAnimationChannel"); \ static_assert(offsetof(FRigUnit_SetIntAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetIntAnimationChannel::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimitPerItem \ -static_assert(alignof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimitPerItem"); \ -static_assert(sizeof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000010, "Wrong size on FRigUnit_CCDIK_RotationLimitPerItem"); \ -static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Item) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Limit) == 0x00000C, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Limit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_CCDIK_WorkData \ -static_assert(alignof(FRigUnit_CCDIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_CCDIK_WorkData"); \ -static_assert(sizeof(FRigUnit_CCDIK_WorkData) == 0x000060, "Wrong size on FRigUnit_CCDIK_WorkData"); \ -static_assert(offsetof(FRigUnit_CCDIK_WorkData, Chain) == 0x000000, "Member 'FRigUnit_CCDIK_WorkData::Chain' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedItems) == 0x000010, "Member 'FRigUnit_CCDIK_WorkData::CachedItems' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitIndex) == 0x000020, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitsPerItem) == 0x000030, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitsPerItem' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedEffector) == 0x000040, "Member 'FRigUnit_CCDIK_WorkData::CachedEffector' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_CCDIKPerItem \ -static_assert(alignof(FRigUnit_CCDIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_CCDIKPerItem"); \ -static_assert(sizeof(FRigUnit_CCDIKPerItem) == 0x0002D0, "Wrong size on FRigUnit_CCDIKPerItem"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, Items) == 0x0001D0, "Member 'FRigUnit_CCDIKPerItem::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIKPerItem::EffectorTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, Precision) == 0x000240, "Member 'FRigUnit_CCDIKPerItem::Precision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, Weight) == 0x000244, "Member 'FRigUnit_CCDIKPerItem::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIKPerItem::MaxIterations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIKPerItem::bStartFromTail' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIKPerItem::BaseRotationLimit' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIKPerItem::RotationLimits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIKPerItem::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKPerItem, WorkData) == 0x000270, "Member 'FRigUnit_CCDIKPerItem::WorkData' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_SetVector2DAnimationChannel \ static_assert(alignof(FRigUnit_SetVector2DAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetVector2DAnimationChannel"); \ static_assert(sizeof(FRigUnit_SetVector2DAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetVector2DAnimationChannel"); \ static_assert(offsetof(FRigUnit_SetVector2DAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetVector2DAnimationChannel::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetVectorAnimationChannel \ -static_assert(alignof(FRigUnit_SetVectorAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetVectorAnimationChannel"); \ -static_assert(sizeof(FRigUnit_SetVectorAnimationChannel) == 0x000210, "Wrong size on FRigUnit_SetVectorAnimationChannel"); \ -static_assert(offsetof(FRigUnit_SetVectorAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetVectorAnimationChannel::Value' 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) == 0x000040, "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_FABRIKItemArray \ -static_assert(alignof(FRigUnit_FABRIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_FABRIKItemArray"); \ -static_assert(sizeof(FRigUnit_FABRIKItemArray) == 0x0002A0, "Wrong size on FRigUnit_FABRIKItemArray"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FABRIKItemArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIKItemArray::EffectorTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, Precision) == 0x000240, "Member 'FRigUnit_FABRIKItemArray::Precision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, Weight) == 0x000244, "Member 'FRigUnit_FABRIKItemArray::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIKItemArray::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIKItemArray::MaxIterations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, WorkData) == 0x000250, "Member 'FRigUnit_FABRIKItemArray::WorkData' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKItemArray, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIKItemArray::bSetEffectorTransform' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_SetRotatorAnimationChannel \ static_assert(alignof(FRigUnit_SetRotatorAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetRotatorAnimationChannel"); \ static_assert(sizeof(FRigUnit_SetRotatorAnimationChannel) == 0x000210, "Wrong size on FRigUnit_SetRotatorAnimationChannel"); \ static_assert(offsetof(FRigUnit_SetRotatorAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetRotatorAnimationChannel::Value' 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) == 0x000030, "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) == 0x000020, "Member 'FRigUnit_FitChainToCurve_Rotation::Ratio' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_SetTransformAnimationChannel \ static_assert(alignof(FRigUnit_SetTransformAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetTransformAnimationChannel"); \ static_assert(sizeof(FRigUnit_SetTransformAnimationChannel) == 0x000250, "Wrong size on FRigUnit_SetTransformAnimationChannel"); \ static_assert(offsetof(FRigUnit_SetTransformAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetTransformAnimationChannel::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation_WorkData \ -static_assert(alignof(FRigUnit_DistributeRotation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotation_WorkData"); \ -static_assert(sizeof(FRigUnit_DistributeRotation_WorkData) == 0x000050, "Wrong size on FRigUnit_DistributeRotation_WorkData"); \ -static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_DistributeRotation_WorkData::CachedItems' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationA) == 0x000010, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationA' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationB) == 0x000020, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationB' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationT) == 0x000030, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationT' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemLocalTransforms) == 0x000040, "Member 'FRigUnit_DistributeRotation_WorkData::ItemLocalTransforms' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation \ -static_assert(alignof(FRigUnit_DistributeRotation) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotation"); \ -static_assert(sizeof(FRigUnit_DistributeRotation) == 0x000250, "Wrong size on FRigUnit_DistributeRotation"); \ -static_assert(offsetof(FRigUnit_DistributeRotation, StartBone) == 0x0001D0, "Member 'FRigUnit_DistributeRotation::StartBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation, EndBone) == 0x0001D8, "Member 'FRigUnit_DistributeRotation::EndBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotation::Rotations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotation::RotationEaseType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotation::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation, bPropagateToChildren) == 0x0001F8, "Member 'FRigUnit_DistributeRotation::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotation, WorkData) == 0x000200, "Member 'FRigUnit_DistributeRotation::WorkData' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_CurveExists \ static_assert(alignof(FRigUnit_CurveExists) == 0x000008, "Wrong alignment on FRigUnit_CurveExists"); \ static_assert(sizeof(FRigUnit_CurveExists) == 0x000038, "Wrong size on FRigUnit_CurveExists"); \ @@ -99463,15 +98824,6 @@ static_assert(offsetof(FRigUnit_CurveExists, Curve) == 0x000008, "Member 'FRigUn static_assert(offsetof(FRigUnit_CurveExists, Exists) == 0x000010, "Member 'FRigUnit_CurveExists::Exists' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveExists, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_CurveExists::CachedCurveIndex' 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) == 0x0000B0, "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) == 0x000080, "Member 'FRigUnit_GetBoneTransform::CachedBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetBoneTransform, bFirstUpdate) == 0x0000A0, "Member 'FRigUnit_GetBoneTransform::bFirstUpdate' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_GetControlInitialTransform \ static_assert(alignof(FRigUnit_GetControlInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_GetControlInitialTransform"); \ static_assert(sizeof(FRigUnit_GetControlInitialTransform) == 0x0000A0, "Wrong size on FRigUnit_GetControlInitialTransform"); \ @@ -99480,18 +98832,33 @@ static_assert(offsetof(FRigUnit_GetControlInitialTransform, Space) == 0x000010, static_assert(offsetof(FRigUnit_GetControlInitialTransform, Transform) == 0x000020, "Member 'FRigUnit_GetControlInitialTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInitialTransform, CachedControlIndex) == 0x000080, "Member 'FRigUnit_GetControlInitialTransform::CachedControlIndex' 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) == 0x0002A0, "Wrong size on FRigUnit_FABRIK"); \ -static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x0001D0, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x0001D8, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x000240, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x000244, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x000250, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIK, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIK::bSetEffectorTransform' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimit \ +static_assert(alignof(FRigUnit_CCDIK_RotationLimit) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimit"); \ +static_assert(sizeof(FRigUnit_CCDIK_RotationLimit) == 0x00000C, "Wrong size on FRigUnit_CCDIK_RotationLimit"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, bone) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimit::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, Limit) == 0x000008, "Member 'FRigUnit_CCDIK_RotationLimit::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIK \ +static_assert(alignof(FRigUnit_CCDIK) == 0x000010, "Wrong alignment on FRigUnit_CCDIK"); \ +static_assert(sizeof(FRigUnit_CCDIK) == 0x0002D0, "Wrong size on FRigUnit_CCDIK"); \ +static_assert(offsetof(FRigUnit_CCDIK, StartBone) == 0x0001D0, "Member 'FRigUnit_CCDIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorBone) == 0x0001D8, "Member 'FRigUnit_CCDIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Precision) == 0x000240, "Member 'FRigUnit_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Weight) == 0x000244, "Member 'FRigUnit_CCDIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIK::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIK::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, WorkData) == 0x000270, "Member 'FRigUnit_CCDIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlBool \ +static_assert(alignof(FRigUnit_GetControlBool) == 0x000008, "Wrong alignment on FRigUnit_GetControlBool"); \ +static_assert(sizeof(FRigUnit_GetControlBool) == 0x000038, "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) == 0x000018, "Member 'FRigUnit_GetControlBool::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlFloat \ static_assert(alignof(FRigUnit_GetControlFloat) == 0x000008, "Wrong alignment on FRigUnit_GetControlFloat"); \ @@ -99502,6 +98869,25 @@ static_assert(offsetof(FRigUnit_GetControlFloat, Minimum) == 0x000014, "Member ' static_assert(offsetof(FRigUnit_GetControlFloat, Maximum) == 0x000018, "Member 'FRigUnit_GetControlFloat::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlFloat, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlFloat::CachedControlIndex' 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) == 0x000040, "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) == 0x0002A0, "Wrong size on FRigUnit_FABRIKPerItem"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x0001D0, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x000240, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x000244, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x000250, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIKPerItem::bSetEffectorTransform' 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) == 0x000040, "Wrong size on FRigUnit_GetControlInteger"); \ @@ -99520,14 +98906,24 @@ static_assert(offsetof(FRigUnit_GetControlVector2D, Minimum) == 0x000020, "Membe static_assert(offsetof(FRigUnit_GetControlVector2D, Maximum) == 0x000030, "Member 'FRigUnit_GetControlVector2D::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector2D, CachedControlIndex) == 0x000040, "Member 'FRigUnit_GetControlVector2D::CachedControlIndex' 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) == 0x000090, "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_ModifyTransforms_WorkData \ +static_assert(alignof(FRigUnit_ModifyTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms_WorkData"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyTransforms_WorkData"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_ModifyTransforms_WorkData::CachedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_WorkData \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms_WorkData"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyBoneTransforms_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVector \ +static_assert(alignof(FRigUnit_GetControlVector) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector"); \ +static_assert(sizeof(FRigUnit_GetControlVector) == 0x000080, "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) == 0x000018, "Member 'FRigUnit_GetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Minimum) == 0x000030, "Member 'FRigUnit_GetControlVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Maximum) == 0x000048, "Member 'FRigUnit_GetControlVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, CachedControlIndex) == 0x000060, "Member 'FRigUnit_GetControlVector::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlRotator \ static_assert(alignof(FRigUnit_GetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_GetControlRotator"); \ @@ -99539,33 +98935,6 @@ static_assert(offsetof(FRigUnit_GetControlRotator, Minimum) == 0x000030, "Member static_assert(offsetof(FRigUnit_GetControlRotator, Maximum) == 0x000048, "Member 'FRigUnit_GetControlRotator::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlRotator, CachedControlIndex) == 0x000060, "Member 'FRigUnit_GetControlRotator::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) == 0x000160, "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) == 0x000080, "Member 'FRigUnit_GetControlTransform::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlTransform, Maximum) == 0x0000E0, "Member 'FRigUnit_GetControlTransform::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlTransform, CachedControlIndex) == 0x000140, "Member 'FRigUnit_GetControlTransform::CachedControlIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForItemArray \ -static_assert(alignof(FRigUnit_DistributeRotationForItemArray) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotationForItemArray"); \ -static_assert(sizeof(FRigUnit_DistributeRotationForItemArray) == 0x000250, "Wrong size on FRigUnit_DistributeRotationForItemArray"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Items) == 0x0001D0, "Member 'FRigUnit_DistributeRotationForItemArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotationForItemArray::Rotations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotationForItemArray::RotationEaseType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotationForItemArray::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, WorkData) == 0x0001F8, "Member 'FRigUnit_DistributeRotationForItemArray::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) == 0x000038, "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, Valid) == 0x000010, "Member 'FRigUnit_GetCurveValue::Valid' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetCurveValue, Value) == 0x000014, "Member 'FRigUnit_GetCurveValue::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetCurveValue, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_GetCurveValue::CachedCurveIndex' 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"); \ @@ -99580,30 +98949,31 @@ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemRotationB) == 0x00 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) == 0x000030, "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) == 0x000020, "Member 'FRigUnit_FitChainToCurve_Rotation::Ratio' 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) == 0x000160, "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) == 0x000080, "Member 'FRigUnit_GetControlTransform::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Maximum) == 0x0000E0, "Member 'FRigUnit_GetControlTransform::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, CachedControlIndex) == 0x000140, "Member 'FRigUnit_GetControlTransform::CachedControlIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurveItemArray \ -static_assert(alignof(FRigUnit_FitChainToCurveItemArray) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurveItemArray"); \ -static_assert(sizeof(FRigUnit_FitChainToCurveItemArray) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurveItemArray"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToCurveItemArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurveItemArray::Bezier' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurveItemArray::Alignment' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurveItemArray::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurveItemArray::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurveItemArray::SamplingPrecision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurveItemArray::PrimaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurveItemArray::SecondaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurveItemArray::Rotations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurveItemArray::RotationEaseType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurveItemArray::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurveItemArray::DebugSettings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurveItemArray::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) == 0x000038, "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, Valid) == 0x000010, "Member 'FRigUnit_GetCurveValue::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Value) == 0x000014, "Member 'FRigUnit_GetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_GetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetInitialBoneTransform \ +static_assert(alignof(FRigUnit_GetInitialBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetInitialBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetInitialBoneTransform) == 0x0000A0, "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) == 0x000080, "Member 'FRigUnit_GetInitialBoneTransform::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetRelativeBoneTransform \ static_assert(alignof(FRigUnit_GetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeBoneTransform"); \ @@ -99614,6 +98984,12 @@ static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Transform) == 0x000020 static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedBone) == 0x000080, "Member 'FRigUnit_GetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedSpace) == 0x0000A0, "Member 'FRigUnit_GetRelativeBoneTransform::CachedSpace' 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) == 0x000070, "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_GetRelativeTransformForItem \ static_assert(alignof(FRigUnit_GetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransformForItem"); \ static_assert(sizeof(FRigUnit_GetRelativeTransformForItem) == 0x0000D0, "Wrong size on FRigUnit_GetRelativeTransformForItem"); \ @@ -99633,6 +99009,30 @@ static_assert(offsetof(FRigUnit_GetSpaceTransform, SpaceType) == 0x000010, "Memb static_assert(offsetof(FRigUnit_GetSpaceTransform, Transform) == 0x000020, "Member 'FRigUnit_GetSpaceTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetSpaceTransform, CachedSpaceIndex) == 0x000080, "Member 'FRigUnit_GetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_GetTransform \ +static_assert(alignof(FRigUnit_GetTransform) == 0x000010, "Wrong alignment on FRigUnit_GetTransform"); \ +static_assert(sizeof(FRigUnit_GetTransform) == 0x0000A0, "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) == 0x000080, "Member 'FRigUnit_GetTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformArray \ +static_assert(alignof(FRigUnit_GetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_GetTransformArray"); \ +static_assert(sizeof(FRigUnit_GetTransformArray) == 0x000040, "Wrong size on FRigUnit_GetTransformArray"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Items) == 0x000008, "Member 'FRigUnit_GetTransformArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Space) == 0x000018, "Member 'FRigUnit_GetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, bInitial) == 0x000019, "Member 'FRigUnit_GetTransformArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Transforms) == 0x000020, "Member 'FRigUnit_GetTransformArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, CachedIndex) == 0x000030, "Member 'FRigUnit_GetTransformArray::CachedIndex' 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) == 0x000070, "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_GetTransformItemArray \ static_assert(alignof(FRigUnit_GetTransformItemArray) == 0x000008, "Wrong alignment on FRigUnit_GetTransformItemArray"); \ static_assert(sizeof(FRigUnit_GetTransformItemArray) == 0x000040, "Wrong size on FRigUnit_GetTransformItemArray"); \ @@ -99642,25 +99042,24 @@ static_assert(offsetof(FRigUnit_GetTransformItemArray, bInitial) == 0x000019, "M static_assert(offsetof(FRigUnit_GetTransformItemArray, Transforms) == 0x000020, "Member 'FRigUnit_GetTransformItemArray::Transforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetTransformItemArray, CachedIndex) == 0x000030, "Member 'FRigUnit_GetTransformItemArray::CachedIndex' 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) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurve"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x0001D0, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x0001D8, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurve::WorkData' 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) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurvePerItem"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToCurvePerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurvePerItem::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurvePerItem::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurvePerItem::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurvePerItem::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurvePerItem::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurvePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurvePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurvePerItem::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurvePerItem::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurvePerItem::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurvePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurvePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurvePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurvePerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigDispatch_GetMetadata \ static_assert(alignof(FRigDispatch_GetMetadata) == 0x000008, "Wrong alignment on FRigDispatch_GetMetadata"); \ @@ -99683,13 +99082,30 @@ static_assert(offsetof(FRigUnit_RemoveAllMetadata, NameSpace) == 0x0001DC, "Memb static_assert(offsetof(FRigUnit_RemoveAllMetadata, Removed) == 0x0001DD, "Member 'FRigUnit_RemoveAllMetadata::Removed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RemoveAllMetadata, CachedIndex) == 0x0001E0, "Member 'FRigUnit_RemoveAllMetadata::CachedIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTag \ -static_assert(alignof(FRigUnit_SetMetadataTag) == 0x000010, "Wrong alignment on FRigUnit_SetMetadataTag"); \ -static_assert(sizeof(FRigUnit_SetMetadataTag) == 0x000210, "Wrong size on FRigUnit_SetMetadataTag"); \ -static_assert(offsetof(FRigUnit_SetMetadataTag, Item) == 0x0001D0, "Member 'FRigUnit_SetMetadataTag::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMetadataTag, Tag) == 0x0001DC, "Member 'FRigUnit_SetMetadataTag::Tag' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMetadataTag, NameSpace) == 0x0001E4, "Member 'FRigUnit_SetMetadataTag::NameSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMetadataTag, CachedIndex) == 0x0001E8, "Member 'FRigUnit_SetMetadataTag::CachedIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_HasMetadata \ +static_assert(alignof(FRigUnit_HasMetadata) == 0x000008, "Wrong alignment on FRigUnit_HasMetadata"); \ +static_assert(sizeof(FRigUnit_HasMetadata) == 0x000040, "Wrong size on FRigUnit_HasMetadata"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Item) == 0x000008, "Member 'FRigUnit_HasMetadata::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Name) == 0x000014, "Member 'FRigUnit_HasMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Type) == 0x00001C, "Member 'FRigUnit_HasMetadata::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, NameSpace) == 0x00001D, "Member 'FRigUnit_HasMetadata::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Found) == 0x00001E, "Member 'FRigUnit_HasMetadata::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, CachedIndex) == 0x000020, "Member 'FRigUnit_HasMetadata::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetMetadataTags \ +static_assert(alignof(FRigUnit_GetMetadataTags) == 0x000008, "Wrong alignment on FRigUnit_GetMetadataTags"); \ +static_assert(sizeof(FRigUnit_GetMetadataTags) == 0x000048, "Wrong size on FRigUnit_GetMetadataTags"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, Item) == 0x000008, "Member 'FRigUnit_GetMetadataTags::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, Tags) == 0x000018, "Member 'FRigUnit_GetMetadataTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, CachedIndex) == 0x000028, "Member 'FRigUnit_GetMetadataTags::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTagArray \ +static_assert(alignof(FRigUnit_SetMetadataTagArray) == 0x000010, "Wrong alignment on FRigUnit_SetMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_SetMetadataTagArray) == 0x000220, "Wrong size on FRigUnit_SetMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, Item) == 0x0001D0, "Member 'FRigUnit_SetMetadataTagArray::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, Tags) == 0x0001E0, "Member 'FRigUnit_SetMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, NameSpace) == 0x0001F0, "Member 'FRigUnit_SetMetadataTagArray::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, CachedIndex) == 0x0001F8, "Member 'FRigUnit_SetMetadataTagArray::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HasMetadataTag \ static_assert(alignof(FRigUnit_HasMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_HasMetadataTag"); \ @@ -99709,6 +99125,13 @@ static_assert(offsetof(FRigUnit_HasMetadataTagArray, NameSpace) == 0x000028, "Me static_assert(offsetof(FRigUnit_HasMetadataTagArray, Found) == 0x000029, "Member 'FRigUnit_HasMetadataTagArray::Found' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HasMetadataTagArray, CachedIndex) == 0x000030, "Member 'FRigUnit_HasMetadataTagArray::CachedIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadataTag \ +static_assert(alignof(FRigUnit_FindItemsWithMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTag"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadataTag) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadataTag"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Tag) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, NameSpace) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadataTag::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTag::Items' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_FilterItemsByMetadataTags \ static_assert(alignof(FRigUnit_FilterItemsByMetadataTags) == 0x000008, "Wrong alignment on FRigUnit_FilterItemsByMetadataTags"); \ static_assert(sizeof(FRigUnit_FilterItemsByMetadataTags) == 0x000050, "Wrong size on FRigUnit_FilterItemsByMetadataTags"); \ @@ -99727,28 +99150,19 @@ static_assert(sizeof(FRigDispatch_GetModuleMetadata) == 0x0000A0, "Wrong size on static_assert(alignof(FRigDispatch_SetModuleMetadata) == 0x000008, "Wrong alignment on FRigDispatch_SetModuleMetadata"); \ static_assert(sizeof(FRigDispatch_SetModuleMetadata) == 0x0000A0, "Wrong size on FRigDispatch_SetModuleMetadata"); \ -#define DUMPER7_ASSERTS_FRigUnit_OffsetTransformForItem \ -static_assert(alignof(FRigUnit_OffsetTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_OffsetTransformForItem"); \ -static_assert(sizeof(FRigUnit_OffsetTransformForItem) == 0x000270, "Wrong size on FRigUnit_OffsetTransformForItem"); \ -static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x0001D0, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x0001E0, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x000240, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x000248, "Member 'FRigUnit_OffsetTransformForItem::CachedIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ParentSwitchConstraintArray \ -static_assert(alignof(FRigUnit_ParentSwitchConstraintArray) == 0x000010, "Wrong alignment on FRigUnit_ParentSwitchConstraintArray"); \ -static_assert(sizeof(FRigUnit_ParentSwitchConstraintArray) == 0x000370, "Wrong size on FRigUnit_ParentSwitchConstraintArray"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Subject) == 0x0001D0, "Member 'FRigUnit_ParentSwitchConstraintArray::Subject' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, ParentIndex) == 0x0001DC, "Member 'FRigUnit_ParentSwitchConstraintArray::ParentIndex' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Parents) == 0x0001E0, "Member 'FRigUnit_ParentSwitchConstraintArray::Parents' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, InitialGlobalTransform) == 0x0001F0, "Member 'FRigUnit_ParentSwitchConstraintArray::InitialGlobalTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Weight) == 0x000250, "Member 'FRigUnit_ParentSwitchConstraintArray::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Transform) == 0x000260, "Member 'FRigUnit_ParentSwitchConstraintArray::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Switched) == 0x0002C0, "Member 'FRigUnit_ParentSwitchConstraintArray::Switched' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedSubject) == 0x0002C8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedSubject' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedParent) == 0x0002E8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedParent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, RelativeOffset) == 0x000310, "Member 'FRigUnit_ParentSwitchConstraintArray::RelativeOffset' 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) == 0x000370, "Wrong size on FRigUnit_ParentSwitchConstraint"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Subject) == 0x0001D0, "Member 'FRigUnit_ParentSwitchConstraint::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, ParentIndex) == 0x0001DC, "Member 'FRigUnit_ParentSwitchConstraint::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Parents) == 0x0001E0, "Member 'FRigUnit_ParentSwitchConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, InitialGlobalTransform) == 0x0001F0, "Member 'FRigUnit_ParentSwitchConstraint::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Weight) == 0x000250, "Member 'FRigUnit_ParentSwitchConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Transform) == 0x000260, "Member 'FRigUnit_ParentSwitchConstraint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Switched) == 0x0002C0, "Member 'FRigUnit_ParentSwitchConstraint::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedSubject) == 0x0002C8, "Member 'FRigUnit_ParentSwitchConstraint::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedParent) == 0x0002E8, "Member 'FRigUnit_ParentSwitchConstraint::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, RelativeOffset) == 0x000310, "Member 'FRigUnit_ParentSwitchConstraint::RelativeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ProjectTransformToNewParent \ static_assert(alignof(FRigUnit_ProjectTransformToNewParent) == 0x000010, "Wrong alignment on FRigUnit_ProjectTransformToNewParent"); \ @@ -99764,15 +99178,6 @@ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedChild) == 0x0 static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedOldParent) == 0x0000C0, "Member 'FRigUnit_ProjectTransformToNewParent::CachedOldParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedNewParent) == 0x0000E0, "Member 'FRigUnit_ProjectTransformToNewParent::CachedNewParent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_PropagateTransform \ -static_assert(alignof(FRigUnit_PropagateTransform) == 0x000010, "Wrong alignment on FRigUnit_PropagateTransform"); \ -static_assert(sizeof(FRigUnit_PropagateTransform) == 0x000200, "Wrong size on FRigUnit_PropagateTransform"); \ -static_assert(offsetof(FRigUnit_PropagateTransform, Item) == 0x0001D0, "Member 'FRigUnit_PropagateTransform::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PropagateTransform, bRecomputeGlobal) == 0x0001DC, "Member 'FRigUnit_PropagateTransform::bRecomputeGlobal' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PropagateTransform, bApplyToChildren) == 0x0001DD, "Member 'FRigUnit_PropagateTransform::bApplyToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PropagateTransform, bRecursive) == 0x0001DE, "Member 'FRigUnit_PropagateTransform::bRecursive' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_PropagateTransform, CachedIndex) == 0x0001E0, "Member 'FRigUnit_PropagateTransform::CachedIndex' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_SendEvent \ static_assert(alignof(FRigUnit_SendEvent) == 0x000010, "Wrong alignment on FRigUnit_SendEvent"); \ static_assert(sizeof(FRigUnit_SendEvent) == 0x0001F0, "Wrong size on FRigUnit_SendEvent"); \ @@ -99802,23 +99207,15 @@ static_assert(offsetof(FRigUnit_SetBoneRotation, Weight) == 0x000204, "Member 'F static_assert(offsetof(FRigUnit_SetBoneRotation, bPropagateToChildren) == 0x000208, "Member 'FRigUnit_SetBoneRotation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneRotation, CachedBone) == 0x000210, "Member 'FRigUnit_SetBoneRotation::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) == 0x0002D0, "Wrong size on FRigUnit_SetBoneTransform"); \ -static_assert(offsetof(FRigUnit_SetBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneTransform::bone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetBoneTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTransform, Result) == 0x000240, "Member 'FRigUnit_SetBoneTransform::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTransform, Space) == 0x0002A0, "Member 'FRigUnit_SetBoneTransform::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTransform, Weight) == 0x0002A4, "Member 'FRigUnit_SetBoneTransform::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTransform, bPropagateToChildren) == 0x0002A8, "Member 'FRigUnit_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetBoneTransform, CachedBone) == 0x0002B0, "Member 'FRigUnit_SetBoneTransform::CachedBone' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_GetControlColor \ -static_assert(alignof(FRigUnit_GetControlColor) == 0x000008, "Wrong alignment on FRigUnit_GetControlColor"); \ -static_assert(sizeof(FRigUnit_GetControlColor) == 0x000040, "Wrong size on FRigUnit_GetControlColor"); \ -static_assert(offsetof(FRigUnit_GetControlColor, Control) == 0x000008, "Member 'FRigUnit_GetControlColor::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlColor, Color) == 0x000010, "Member 'FRigUnit_GetControlColor::Color' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlColor, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlColor::CachedControlIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetBoneTranslation \ +static_assert(alignof(FRigUnit_SetBoneTranslation) == 0x000010, "Wrong alignment on FRigUnit_SetBoneTranslation"); \ +static_assert(sizeof(FRigUnit_SetBoneTranslation) == 0x000220, "Wrong size on FRigUnit_SetBoneTranslation"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneTranslation::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Translation) == 0x0001D8, "Member 'FRigUnit_SetBoneTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Space) == 0x0001F0, "Member 'FRigUnit_SetBoneTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Weight) == 0x0001F4, "Member 'FRigUnit_SetBoneTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bPropagateToChildren) == 0x0001F8, "Member 'FRigUnit_SetBoneTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, CachedBone) == 0x000200, "Member 'FRigUnit_SetBoneTranslation::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlColor \ static_assert(alignof(FRigUnit_SetControlColor) == 0x000010, "Wrong alignment on FRigUnit_SetControlColor"); \ @@ -99827,35 +99224,44 @@ static_assert(offsetof(FRigUnit_SetControlColor, Control) == 0x0001D0, "Member ' static_assert(offsetof(FRigUnit_SetControlColor, Color) == 0x0001D8, "Member 'FRigUnit_SetControlColor::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlColor, CachedControlIndex) == 0x0001E8, "Member 'FRigUnit_SetControlColor::CachedControlIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_GetControlDrivenList \ -static_assert(alignof(FRigUnit_GetControlDrivenList) == 0x000008, "Wrong alignment on FRigUnit_GetControlDrivenList"); \ -static_assert(sizeof(FRigUnit_GetControlDrivenList) == 0x000040, "Wrong size on FRigUnit_GetControlDrivenList"); \ -static_assert(offsetof(FRigUnit_GetControlDrivenList, Control) == 0x000008, "Member 'FRigUnit_GetControlDrivenList::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlDrivenList, Driven) == 0x000010, "Member 'FRigUnit_GetControlDrivenList::Driven' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlDrivenList, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlDrivenList::CachedControlIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetControlDrivenList \ +static_assert(alignof(FRigUnit_SetControlDrivenList) == 0x000010, "Wrong alignment on FRigUnit_SetControlDrivenList"); \ +static_assert(sizeof(FRigUnit_SetControlDrivenList) == 0x000210, "Wrong size on FRigUnit_SetControlDrivenList"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, Control) == 0x0001D0, "Member 'FRigUnit_SetControlDrivenList::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, Driven) == 0x0001D8, "Member 'FRigUnit_SetControlDrivenList::Driven' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, CachedControlIndex) == 0x0001E8, "Member 'FRigUnit_SetControlDrivenList::CachedControlIndex' 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) == 0x000270, "Wrong size on FRigUnit_SetControlOffset"); \ -static_assert(offsetof(FRigUnit_SetControlOffset, Control) == 0x0001D0, "Member 'FRigUnit_SetControlOffset::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlOffset, Offset) == 0x0001E0, "Member 'FRigUnit_SetControlOffset::Offset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlOffset, Space) == 0x000240, "Member 'FRigUnit_SetControlOffset::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlOffset, CachedControlIndex) == 0x000248, "Member 'FRigUnit_SetControlOffset::CachedControlIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_GetShapeTransform \ +static_assert(alignof(FRigUnit_GetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetShapeTransform"); \ +static_assert(sizeof(FRigUnit_GetShapeTransform) == 0x000090, "Wrong size on FRigUnit_GetShapeTransform"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, Control) == 0x000008, "Member 'FRigUnit_GetShapeTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, Transform) == 0x000010, "Member 'FRigUnit_GetShapeTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, CachedControlIndex) == 0x000070, "Member 'FRigUnit_GetShapeTransform::CachedControlIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetShapeTransform \ -static_assert(alignof(FRigUnit_SetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_SetShapeTransform"); \ -static_assert(sizeof(FRigUnit_SetShapeTransform) == 0x000260, "Wrong size on FRigUnit_SetShapeTransform"); \ -static_assert(offsetof(FRigUnit_SetShapeTransform, Control) == 0x0001D0, "Member 'FRigUnit_SetShapeTransform::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetShapeTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetShapeTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetShapeTransform, CachedControlIndex) == 0x000240, "Member 'FRigUnit_SetShapeTransform::CachedControlIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_AdvancedSettings \ +static_assert(alignof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000010, "Wrong alignment on FRigUnit_AimConstraint_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000080, "Wrong size on FRigUnit_AimConstraint_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, DebugSettings) == 0x000000, "Member 'FRigUnit_AimConstraint_AdvancedSettings::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000070, "Member 'FRigUnit_AimConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetControlFloat \ -static_assert(alignof(FRigUnit_SetControlFloat) == 0x000010, "Wrong alignment on FRigUnit_SetControlFloat"); \ -static_assert(sizeof(FRigUnit_SetControlFloat) == 0x000200, "Wrong size on FRigUnit_SetControlFloat"); \ -static_assert(offsetof(FRigUnit_SetControlFloat, Control) == 0x0001D0, "Member 'FRigUnit_SetControlFloat::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlFloat, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlFloat::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlFloat, FloatValue) == 0x0001DC, "Member 'FRigUnit_SetControlFloat::FloatValue' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlFloat, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlFloat::CachedControlIndex' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetControlBool \ +static_assert(alignof(FRigUnit_SetControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetControlBool"); \ +static_assert(sizeof(FRigUnit_SetControlBool) == 0x000200, "Wrong size on FRigUnit_SetControlBool"); \ +static_assert(offsetof(FRigUnit_SetControlBool, Control) == 0x0001D0, "Member 'FRigUnit_SetControlBool::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, BoolValue) == 0x0001D8, "Member 'FRigUnit_SetControlBool::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlBool::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool \ +static_assert(alignof(FRigUnit_SetMultiControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlBool"); \ +static_assert(sizeof(FRigUnit_SetMultiControlBool) == 0x0001F0, "Wrong size on FRigUnit_SetMultiControlBool"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlBool::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, CachedControlIndices) == 0x0001E0, "Member 'FRigUnit_SetMultiControlBool::CachedControlIndices' 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) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlFloat"); \ @@ -99864,183 +99270,6 @@ static_assert(offsetof(FRigUnit_SetMultiControlFloat, Entries) == 0x0001D0, "Mem static_assert(offsetof(FRigUnit_SetMultiControlFloat, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlFloat::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlFloat, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlFloat::CachedControlIndices' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D \ -static_assert(alignof(FRigUnit_SetMultiControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ -static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000200, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ -static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetControlRotator \ -static_assert(alignof(FRigUnit_SetControlRotator) == 0x000010, "Wrong alignment on FRigUnit_SetControlRotator"); \ -static_assert(sizeof(FRigUnit_SetControlRotator) == 0x000220, "Wrong size on FRigUnit_SetControlRotator"); \ -static_assert(offsetof(FRigUnit_SetControlRotator, Control) == 0x0001D0, "Member 'FRigUnit_SetControlRotator::Control' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlRotator, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlRotator::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlRotator, Rotator) == 0x0001E0, "Member 'FRigUnit_SetControlRotator::Rotator' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlRotator, Space) == 0x0001F8, "Member 'FRigUnit_SetControlRotator::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetControlRotator, CachedControlIndex) == 0x000200, "Member 'FRigUnit_SetControlRotator::CachedControlIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator \ -static_assert(alignof(FRigUnit_SetMultiControlRotator) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlRotator"); \ -static_assert(sizeof(FRigUnit_SetMultiControlRotator) == 0x000200, "Wrong size on FRigUnit_SetMultiControlRotator"); \ -static_assert(offsetof(FRigUnit_SetMultiControlRotator, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlRotator::Entries' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlRotator, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlRotator::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetMultiControlRotator, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlRotator::CachedControlIndices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_GetControlVisibility \ -static_assert(alignof(FRigUnit_GetControlVisibility) == 0x000008, "Wrong alignment on FRigUnit_GetControlVisibility"); \ -static_assert(sizeof(FRigUnit_GetControlVisibility) == 0x000038, "Wrong size on FRigUnit_GetControlVisibility"); \ -static_assert(offsetof(FRigUnit_GetControlVisibility, Item) == 0x000008, "Member 'FRigUnit_GetControlVisibility::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlVisibility, bVisible) == 0x000014, "Member 'FRigUnit_GetControlVisibility::bVisible' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_GetControlVisibility, CachedControlIndex) == 0x000018, "Member 'FRigUnit_GetControlVisibility::CachedControlIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetCurveValue \ -static_assert(alignof(FRigUnit_SetCurveValue) == 0x000010, "Wrong alignment on FRigUnit_SetCurveValue"); \ -static_assert(sizeof(FRigUnit_SetCurveValue) == 0x000200, "Wrong size on FRigUnit_SetCurveValue"); \ -static_assert(offsetof(FRigUnit_SetCurveValue, Curve) == 0x0001D0, "Member 'FRigUnit_SetCurveValue::Curve' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetCurveValue, Value) == 0x0001D8, "Member 'FRigUnit_SetCurveValue::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetCurveValue, CachedCurveIndex) == 0x0001E0, "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) == 0x0002A0, "Wrong size on FRigUnit_SetRelativeTransformForItem"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeTransformForItem::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeTransformForItem::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeTransformForItem::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Weight) == 0x000250, "Member 'FRigUnit_SetRelativeTransformForItem::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bPropagateToChildren) == 0x000254, "Member 'FRigUnit_SetRelativeTransformForItem::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedChild) == 0x000258, "Member 'FRigUnit_SetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedParent) == 0x000278, "Member 'FRigUnit_SetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetRelativeRotationForItem \ -static_assert(alignof(FRigUnit_SetRelativeRotationForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeRotationForItem"); \ -static_assert(sizeof(FRigUnit_SetRelativeRotationForItem) == 0x000260, "Wrong size on FRigUnit_SetRelativeRotationForItem"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeRotationForItem::Child' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeRotationForItem::Parent' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeRotationForItem::bParentInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeRotationForItem::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Weight) == 0x000210, "Member 'FRigUnit_SetRelativeRotationForItem::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bPropagateToChildren) == 0x000214, "Member 'FRigUnit_SetRelativeRotationForItem::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedChild) == 0x000218, "Member 'FRigUnit_SetRelativeRotationForItem::CachedChild' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedParent) == 0x000238, "Member 'FRigUnit_SetRelativeRotationForItem::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) == 0x000270, "Wrong size on FRigUnit_SetSpaceTransform"); \ -static_assert(offsetof(FRigUnit_SetSpaceTransform, Space) == 0x0001D0, "Member 'FRigUnit_SetSpaceTransform::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceTransform, Weight) == 0x0001D8, "Member 'FRigUnit_SetSpaceTransform::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetSpaceTransform::Transform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceTransform, SpaceType) == 0x000240, "Member 'FRigUnit_SetSpaceTransform::SpaceType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetSpaceTransform, CachedSpaceIndex) == 0x000248, "Member 'FRigUnit_SetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetTranslation \ -static_assert(alignof(FRigUnit_SetTranslation) == 0x000010, "Wrong alignment on FRigUnit_SetTranslation"); \ -static_assert(sizeof(FRigUnit_SetTranslation) == 0x000220, "Wrong size on FRigUnit_SetTranslation"); \ -static_assert(offsetof(FRigUnit_SetTranslation, Item) == 0x0001D0, "Member 'FRigUnit_SetTranslation::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTranslation, Space) == 0x0001DC, "Member 'FRigUnit_SetTranslation::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTranslation, bInitial) == 0x0001DD, "Member 'FRigUnit_SetTranslation::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTranslation, Value) == 0x0001E0, "Member 'FRigUnit_SetTranslation::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTranslation, Weight) == 0x0001F8, "Member 'FRigUnit_SetTranslation::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTranslation, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTranslation::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTranslation, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTranslation::CachedIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_SetScale \ -static_assert(alignof(FRigUnit_SetScale) == 0x000010, "Wrong alignment on FRigUnit_SetScale"); \ -static_assert(sizeof(FRigUnit_SetScale) == 0x000220, "Wrong size on FRigUnit_SetScale"); \ -static_assert(offsetof(FRigUnit_SetScale, Item) == 0x0001D0, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetScale, Space) == 0x0001DC, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetScale, bInitial) == 0x0001DD, "Member 'FRigUnit_SetScale::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x0001E0, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x0001F8, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x000200, "Member 'FRigUnit_SetScale::CachedIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_EndEffector \ -static_assert(alignof(FRigUnit_MultiFABRIK_EndEffector) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK_EndEffector"); \ -static_assert(sizeof(FRigUnit_MultiFABRIK_EndEffector) == 0x000020, "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_SetTransformItemArray \ -static_assert(alignof(FRigUnit_SetTransformItemArray) == 0x000010, "Wrong alignment on FRigUnit_SetTransformItemArray"); \ -static_assert(sizeof(FRigUnit_SetTransformItemArray) == 0x000210, "Wrong size on FRigUnit_SetTransformItemArray"); \ -static_assert(offsetof(FRigUnit_SetTransformItemArray, Items) == 0x0001D0, "Member 'FRigUnit_SetTransformItemArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformItemArray, Space) == 0x0001E0, "Member 'FRigUnit_SetTransformItemArray::Space' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformItemArray, bInitial) == 0x0001E1, "Member 'FRigUnit_SetTransformItemArray::bInitial' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformItemArray, Transforms) == 0x0001E8, "Member 'FRigUnit_SetTransformItemArray::Transforms' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformItemArray, Weight) == 0x0001F8, "Member 'FRigUnit_SetTransformItemArray::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformItemArray, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTransformItemArray::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SetTransformItemArray, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTransformItemArray::CachedIndex' 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) == 0x0000D0, "Wrong size on FRigUnit_ToWorldSpace_Transform"); \ -static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, World) == 0x000070, "Member 'FRigUnit_ToWorldSpace_Transform::World' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Location \ -static_assert(alignof(FRigUnit_ToWorldSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToWorldSpace_Location"); \ -static_assert(sizeof(FRigUnit_ToWorldSpace_Location) == 0x000038, "Wrong size on FRigUnit_ToWorldSpace_Location"); \ -static_assert(offsetof(FRigUnit_ToWorldSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToWorldSpace_Location::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ToWorldSpace_Location, World) == 0x000020, "Member 'FRigUnit_ToWorldSpace_Location::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) == 0x000038, "Wrong size on FRigUnit_ToRigSpace_Location"); \ -static_assert(offsetof(FRigUnit_ToRigSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Value' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ToRigSpace_Location, Global) == 0x000020, "Member 'FRigUnit_ToRigSpace_Location::Global' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_ItemHarmonics \ -static_assert(alignof(FRigUnit_ItemHarmonics) == 0x000010, "Wrong alignment on FRigUnit_ItemHarmonics"); \ -static_assert(sizeof(FRigUnit_ItemHarmonics) == 0x000290, "Wrong size on FRigUnit_ItemHarmonics"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, Targets) == 0x0001D0, "Member 'FRigUnit_ItemHarmonics::Targets' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveSpeed) == 0x0001E0, "Member 'FRigUnit_ItemHarmonics::WaveSpeed' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveFrequency) == 0x0001F8, "Member 'FRigUnit_ItemHarmonics::WaveFrequency' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveAmplitude) == 0x000210, "Member 'FRigUnit_ItemHarmonics::WaveAmplitude' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveOffset) == 0x000228, "Member 'FRigUnit_ItemHarmonics::WaveOffset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveNoise) == 0x000240, "Member 'FRigUnit_ItemHarmonics::WaveNoise' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveEase) == 0x000258, "Member 'FRigUnit_ItemHarmonics::WaveEase' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMinimum) == 0x00025C, "Member 'FRigUnit_ItemHarmonics::WaveMinimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMaximum) == 0x000260, "Member 'FRigUnit_ItemHarmonics::WaveMaximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, RotationOrder) == 0x000264, "Member 'FRigUnit_ItemHarmonics::RotationOrder' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ItemHarmonics, WorkData) == 0x000268, "Member 'FRigUnit_ItemHarmonics::WorkData' 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) == 0x0004A0, "Wrong size on FRigUnit_ChainHarmonicsPerItem"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, ChainRoot) == 0x0001D0, "Member 'FRigUnit_ChainHarmonicsPerItem::ChainRoot' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Speed) == 0x0001E0, "Member 'FRigUnit_ChainHarmonicsPerItem::Speed' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Reach) == 0x0001F8, "Member 'FRigUnit_ChainHarmonicsPerItem::Reach' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Wave) == 0x000240, "Member 'FRigUnit_ChainHarmonicsPerItem::Wave' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WaveCurve) == 0x0002B8, "Member 'FRigUnit_ChainHarmonicsPerItem::WaveCurve' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Pendulum) == 0x000340, "Member 'FRigUnit_ChainHarmonicsPerItem::Pendulum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, bDrawDebug) == 0x000398, "Member 'FRigUnit_ChainHarmonicsPerItem::bDrawDebug' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, DrawWorldOffset) == 0x0003A0, "Member 'FRigUnit_ChainHarmonicsPerItem::DrawWorldOffset' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WorkData) == 0x000400, "Member 'FRigUnit_ChainHarmonicsPerItem::WorkData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_AimItem_Target \ -static_assert(alignof(FRigUnit_AimItem_Target) == 0x000008, "Wrong alignment on FRigUnit_AimItem_Target"); \ -static_assert(sizeof(FRigUnit_AimItem_Target) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_AimItem_Target::Axis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimItem_Target, Target) == 0x000020, "Member 'FRigUnit_AimItem_Target::Target' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimItem_Target, Kind) == 0x000038, "Member 'FRigUnit_AimItem_Target::Kind' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimItem_Target, Space) == 0x00003C, "Member 'FRigUnit_AimItem_Target::Space' 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) == 0x000230, "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) == 0x000070, "Member 'FRigUnit_AimBoneMath::Primary' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBoneMath, Secondary) == 0x0000B8, "Member 'FRigUnit_AimBoneMath::Secondary' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBoneMath, Weight) == 0x000100, "Member 'FRigUnit_AimBoneMath::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBoneMath, Result) == 0x000110, "Member 'FRigUnit_AimBoneMath::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBoneMath, DebugSettings) == 0x000170, "Member 'FRigUnit_AimBoneMath::DebugSettings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBoneMath, PrimaryCachedSpace) == 0x0001E0, "Member 'FRigUnit_AimBoneMath::PrimaryCachedSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBoneMath, SecondaryCachedSpace) == 0x000200, "Member 'FRigUnit_AimBoneMath::SecondaryCachedSpace' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_AimBoneMath, bIsInitialized) == 0x000220, "Member 'FRigUnit_AimBoneMath::bIsInitialized' 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) == 0x000360, "Wrong size on FRigUnit_AimItem"); \ @@ -100054,78 +99283,354 @@ static_assert(offsetof(FRigUnit_AimItem, PrimaryCachedSpace) == 0x000310, "Membe static_assert(offsetof(FRigUnit_AimItem, SecondaryCachedSpace) == 0x000330, "Member 'FRigUnit_AimItem::SecondaryCachedSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, bIsInitialized) == 0x000350, "Member 'FRigUnit_AimItem::bIsInitialized' 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) == 0x0002D0, "Wrong size on FRigUnit_CCDIK"); \ -static_assert(offsetof(FRigUnit_CCDIK, StartBone) == 0x0001D0, "Member 'FRigUnit_CCDIK::StartBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, EffectorBone) == 0x0001D8, "Member 'FRigUnit_CCDIK::EffectorBone' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIK::EffectorTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, Precision) == 0x000240, "Member 'FRigUnit_CCDIK::Precision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, Weight) == 0x000244, "Member 'FRigUnit_CCDIK::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIK::MaxIterations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIK::bStartFromTail' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIK::BaseRotationLimit' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIK::RotationLimits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIK::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIK, WorkData) == 0x000270, "Member 'FRigUnit_CCDIK::WorkData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetControlInteger \ +static_assert(alignof(FRigUnit_SetControlInteger) == 0x000010, "Wrong alignment on FRigUnit_SetControlInteger"); \ +static_assert(sizeof(FRigUnit_SetControlInteger) == 0x000200, "Wrong size on FRigUnit_SetControlInteger"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x0001D0, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x0001DC, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_CCDIKItemArray \ -static_assert(alignof(FRigUnit_CCDIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_CCDIKItemArray"); \ -static_assert(sizeof(FRigUnit_CCDIKItemArray) == 0x0002D0, "Wrong size on FRigUnit_CCDIKItemArray"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, Items) == 0x0001D0, "Member 'FRigUnit_CCDIKItemArray::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIKItemArray::EffectorTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, Precision) == 0x000240, "Member 'FRigUnit_CCDIKItemArray::Precision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, Weight) == 0x000244, "Member 'FRigUnit_CCDIKItemArray::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIKItemArray::MaxIterations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIKItemArray::bStartFromTail' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIKItemArray::BaseRotationLimit' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIKItemArray::RotationLimits' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIKItemArray::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_CCDIKItemArray, WorkData) == 0x000270, "Member 'FRigUnit_CCDIKItemArray::WorkData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger \ +static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000200, "Wrong size on FRigUnit_SetMultiControlInteger"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForCollection \ -static_assert(alignof(FRigUnit_DistributeRotationForCollection) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ -static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x000250, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x0001D0, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x0001F8, "Member 'FRigUnit_DistributeRotationForCollection::WorkData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetControlVector \ +static_assert(alignof(FRigUnit_SetControlVector) == 0x000010, "Wrong alignment on FRigUnit_SetControlVector"); \ +static_assert(sizeof(FRigUnit_SetControlVector) == 0x000220, "Wrong size on FRigUnit_SetControlVector"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Control) == 0x0001D0, "Member 'FRigUnit_SetControlVector::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Vector) == 0x0001E0, "Member 'FRigUnit_SetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Space) == 0x0001F8, "Member 'FRigUnit_SetControlVector::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, CachedControlIndex) == 0x000200, "Member 'FRigUnit_SetControlVector::CachedControlIndex' 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) == 0x0002A0, "Wrong size on FRigUnit_FABRIKPerItem"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x0001D0, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x000240, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x000244, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x000250, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FABRIKPerItem, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIKPerItem::bSetEffectorTransform' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlRotator_Entry) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlRotator_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlRotator_Entry) == 0x000028, "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) == 0x000020, "Member 'FRigUnit_SetMultiControlRotator_Entry::Space' 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) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurvePerItem"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToCurvePerItem::Items' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurvePerItem::Bezier' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurvePerItem::Alignment' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurvePerItem::Minimum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurvePerItem::Maximum' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurvePerItem::SamplingPrecision' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurvePerItem::PrimaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurvePerItem::SecondaryAxis' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurvePerItem::PoleVectorPosition' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurvePerItem::Rotations' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurvePerItem::RotationEaseType' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurvePerItem::Weight' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurvePerItem::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurvePerItem::DebugSettings' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurvePerItem::WorkData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator \ +static_assert(alignof(FRigUnit_SetMultiControlRotator) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlRotator"); \ +static_assert(sizeof(FRigUnit_SetMultiControlRotator) == 0x000200, "Wrong size on FRigUnit_SetMultiControlRotator"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlRotator::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlRotator::CachedControlIndices' 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) == 0x000068, "Wrong size on FRigUnit_MultiFABRIK_WorkData"); \ +#define DUMPER7_ASSERTS_FRigUnit_SetControlTransform \ +static_assert(alignof(FRigUnit_SetControlTransform) == 0x000010, "Wrong alignment on FRigUnit_SetControlTransform"); \ +static_assert(sizeof(FRigUnit_SetControlTransform) == 0x000270, "Wrong size on FRigUnit_SetControlTransform"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Control) == 0x0001D0, "Member 'FRigUnit_SetControlTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetControlTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Space) == 0x000240, "Member 'FRigUnit_SetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, CachedControlIndex) == 0x000248, "Member 'FRigUnit_SetControlTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVisibility \ +static_assert(alignof(FRigUnit_SetControlVisibility) == 0x000010, "Wrong alignment on FRigUnit_SetControlVisibility"); \ +static_assert(sizeof(FRigUnit_SetControlVisibility) == 0x000210, "Wrong size on FRigUnit_SetControlVisibility"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Item) == 0x0001D0, "Member 'FRigUnit_SetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Pattern) == 0x0001E0, "Member 'FRigUnit_SetControlVisibility::Pattern' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, bVisible) == 0x0001F0, "Member 'FRigUnit_SetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, CachedControlIndices) == 0x0001F8, "Member 'FRigUnit_SetControlVisibility::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetCurveValue \ +static_assert(alignof(FRigUnit_SetCurveValue) == 0x000010, "Wrong alignment on FRigUnit_SetCurveValue"); \ +static_assert(sizeof(FRigUnit_SetCurveValue) == 0x000200, "Wrong size on FRigUnit_SetCurveValue"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Curve) == 0x0001D0, "Member 'FRigUnit_SetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Value) == 0x0001D8, "Member 'FRigUnit_SetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, CachedCurveIndex) == 0x0001E0, "Member 'FRigUnit_SetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeBoneTransform \ +static_assert(alignof(FRigUnit_SetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeBoneTransform"); \ +static_assert(sizeof(FRigUnit_SetRelativeBoneTransform) == 0x000290, "Wrong size on FRigUnit_SetRelativeBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_SetRelativeBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Space) == 0x0001D8, "Member 'FRigUnit_SetRelativeBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetRelativeBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Weight) == 0x000240, "Member 'FRigUnit_SetRelativeBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_SetRelativeBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedBone) == 0x000248, "Member 'FRigUnit_SetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedSpaceIndex) == 0x000268, "Member 'FRigUnit_SetRelativeBoneTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeTranslationForItem \ +static_assert(alignof(FRigUnit_SetRelativeTranslationForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeTranslationForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeTranslationForItem) == 0x000250, "Wrong size on FRigUnit_SetRelativeTranslationForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeTranslationForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeTranslationForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeTranslationForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeTranslationForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Weight) == 0x000208, "Member 'FRigUnit_SetRelativeTranslationForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bPropagateToChildren) == 0x00020C, "Member 'FRigUnit_SetRelativeTranslationForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedChild) == 0x000210, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedParent) == 0x000230, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeRotationForItem \ +static_assert(alignof(FRigUnit_SetRelativeRotationForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeRotationForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeRotationForItem) == 0x000260, "Wrong size on FRigUnit_SetRelativeRotationForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeRotationForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeRotationForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeRotationForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeRotationForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Weight) == 0x000210, "Member 'FRigUnit_SetRelativeRotationForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bPropagateToChildren) == 0x000214, "Member 'FRigUnit_SetRelativeRotationForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedChild) == 0x000218, "Member 'FRigUnit_SetRelativeRotationForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedParent) == 0x000238, "Member 'FRigUnit_SetRelativeRotationForItem::CachedParent' 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) == 0x0002D0, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x0001D0, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x000240, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0002A0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0002A8, "Member 'FRigUnit_SetSpaceInitialTransform::CachedSpaceIndex' 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) == 0x000270, "Wrong size on FRigUnit_SetTransform"); \ +static_assert(offsetof(FRigUnit_SetTransform, Item) == 0x0001D0, "Member 'FRigUnit_SetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Space) == 0x0001DC, "Member 'FRigUnit_SetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bInitial) == 0x0001DD, "Member 'FRigUnit_SetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Value) == 0x0001E0, "Member 'FRigUnit_SetTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Weight) == 0x000240, "Member 'FRigUnit_SetTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_SetTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, CachedIndex) == 0x000248, "Member 'FRigUnit_SetTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTranslation \ +static_assert(alignof(FRigUnit_SetTranslation) == 0x000010, "Wrong alignment on FRigUnit_SetTranslation"); \ +static_assert(sizeof(FRigUnit_SetTranslation) == 0x000220, "Wrong size on FRigUnit_SetTranslation"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Item) == 0x0001D0, "Member 'FRigUnit_SetTranslation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Space) == 0x0001DC, "Member 'FRigUnit_SetTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bInitial) == 0x0001DD, "Member 'FRigUnit_SetTranslation::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Value) == 0x0001E0, "Member 'FRigUnit_SetTranslation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Weight) == 0x0001F8, "Member 'FRigUnit_SetTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTranslation::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) == 0x000230, "Wrong size on FRigUnit_SetRotation"); \ +static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x0001D0, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x0001DC, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bInitial) == 0x0001DD, "Member 'FRigUnit_SetRotation::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Value) == 0x0001E0, "Member 'FRigUnit_SetRotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x000200, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x000204, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x000208, "Member 'FRigUnit_SetRotation::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformArray \ +static_assert(alignof(FRigUnit_SetTransformArray) == 0x000010, "Wrong alignment on FRigUnit_SetTransformArray"); \ +static_assert(sizeof(FRigUnit_SetTransformArray) == 0x000210, "Wrong size on FRigUnit_SetTransformArray"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Items) == 0x0001D0, "Member 'FRigUnit_SetTransformArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Space) == 0x0001E0, "Member 'FRigUnit_SetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bInitial) == 0x0001E1, "Member 'FRigUnit_SetTransformArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Transforms) == 0x0001E8, "Member 'FRigUnit_SetTransformArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Weight) == 0x0001F8, "Member 'FRigUnit_SetTransformArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTransformArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTransformArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_UnsetCurveValue \ +static_assert(alignof(FRigUnit_UnsetCurveValue) == 0x000010, "Wrong alignment on FRigUnit_UnsetCurveValue"); \ +static_assert(sizeof(FRigUnit_UnsetCurveValue) == 0x000200, "Wrong size on FRigUnit_UnsetCurveValue"); \ +static_assert(offsetof(FRigUnit_UnsetCurveValue, Curve) == 0x0001D0, "Member 'FRigUnit_UnsetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_UnsetCurveValue, CachedCurveIndex) == 0x0001D8, "Member 'FRigUnit_UnsetCurveValue::CachedCurveIndex' 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) == 0x0000D0, "Wrong size on FRigUnit_ToRigSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Global) == 0x000070, "Member 'FRigUnit_ToRigSpace_Transform::Global' 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) == 0x000038, "Wrong size on FRigUnit_ToRigSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Global) == 0x000020, "Member 'FRigUnit_ToRigSpace_Location::Global' 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) == 0x000050, "Wrong size on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000030, "Member 'FRigUnit_ToRigSpace_Rotation::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics \ +static_assert(alignof(FRigUnit_BoneHarmonics) == 0x000010, "Wrong alignment on FRigUnit_BoneHarmonics"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics) == 0x000290, "Wrong size on FRigUnit_BoneHarmonics"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, Bones) == 0x0001D0, "Member 'FRigUnit_BoneHarmonics::Bones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveSpeed) == 0x0001E0, "Member 'FRigUnit_BoneHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveFrequency) == 0x0001F8, "Member 'FRigUnit_BoneHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveAmplitude) == 0x000210, "Member 'FRigUnit_BoneHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveOffset) == 0x000228, "Member 'FRigUnit_BoneHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveNoise) == 0x000240, "Member 'FRigUnit_BoneHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveEase) == 0x000258, "Member 'FRigUnit_BoneHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMinimum) == 0x00025C, "Member 'FRigUnit_BoneHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMaximum) == 0x000260, "Member 'FRigUnit_BoneHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, RotationOrder) == 0x000264, "Member 'FRigUnit_BoneHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, bPropagateToChildren) == 0x000265, "Member 'FRigUnit_BoneHarmonics::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WorkData) == 0x000268, "Member 'FRigUnit_BoneHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics \ +static_assert(alignof(FRigUnit_ChainHarmonics) == 0x000010, "Wrong alignment on FRigUnit_ChainHarmonics"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics) == 0x0004A0, "Wrong size on FRigUnit_ChainHarmonics"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, ChainRoot) == 0x0001D0, "Member 'FRigUnit_ChainHarmonics::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Speed) == 0x0001D8, "Member 'FRigUnit_ChainHarmonics::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Reach) == 0x0001F0, "Member 'FRigUnit_ChainHarmonics::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Wave) == 0x000238, "Member 'FRigUnit_ChainHarmonics::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WaveCurve) == 0x0002B0, "Member 'FRigUnit_ChainHarmonics::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Pendulum) == 0x000338, "Member 'FRigUnit_ChainHarmonics::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, bDrawDebug) == 0x000390, "Member 'FRigUnit_ChainHarmonics::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, DrawWorldOffset) == 0x0003A0, "Member 'FRigUnit_ChainHarmonics::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WorkData) == 0x000400, "Member 'FRigUnit_ChainHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBone_Target \ +static_assert(alignof(FRigUnit_AimBone_Target) == 0x000008, "Wrong alignment on FRigUnit_AimBone_Target"); \ +static_assert(sizeof(FRigUnit_AimBone_Target) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_AimBone_Target::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Target) == 0x000020, "Member 'FRigUnit_AimBone_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Kind) == 0x000038, "Member 'FRigUnit_AimBone_Target::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Space) == 0x00003C, "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) == 0x000350, "Wrong size on FRigUnit_AimBone"); \ +static_assert(offsetof(FRigUnit_AimBone, bone) == 0x0001D0, "Member 'FRigUnit_AimBone::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Primary) == 0x0001D8, "Member 'FRigUnit_AimBone::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Secondary) == 0x000220, "Member 'FRigUnit_AimBone::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Weight) == 0x000268, "Member 'FRigUnit_AimBone::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bPropagateToChildren) == 0x00026C, "Member 'FRigUnit_AimBone::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, DebugSettings) == 0x000270, "Member 'FRigUnit_AimBone::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, CachedBoneIndex) == 0x0002E0, "Member 'FRigUnit_AimBone::CachedBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, PrimaryCachedSpace) == 0x000300, "Member 'FRigUnit_AimBone::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, SecondaryCachedSpace) == 0x000320, "Member 'FRigUnit_AimBone::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bIsInitialized) == 0x000340, "Member 'FRigUnit_AimBone::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_WorldUp \ +static_assert(alignof(FRigUnit_AimConstraint_WorldUp) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint_WorldUp"); \ +static_assert(sizeof(FRigUnit_AimConstraint_WorldUp) == 0x000028, "Wrong size on FRigUnit_AimConstraint_WorldUp"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Target) == 0x000000, "Member 'FRigUnit_AimConstraint_WorldUp::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Kind) == 0x000018, "Member 'FRigUnit_AimConstraint_WorldUp::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Space) == 0x00001C, "Member 'FRigUnit_AimConstraint_WorldUp::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000010, "Wrong alignment on FRigUnit_AimConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000330, "Wrong size on FRigUnit_AimConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Child) == 0x0001D0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Filter) == 0x0001DD, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AimAxis) == 0x0001E0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, UpAxis) == 0x0001F8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUp) == 0x000210, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Parents) == 0x000238, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AdvancedSettings) == 0x000250, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Weight) == 0x0002D0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUpSpaceCache) == 0x0002D8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUpSpaceCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ChildCache) == 0x0002F8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ParentCaches) == 0x000318, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bIsInitialized) == 0x000328, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForItemArray \ +static_assert(alignof(FRigUnit_DistributeRotationForItemArray) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotationForItemArray"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForItemArray) == 0x000250, "Wrong size on FRigUnit_DistributeRotationForItemArray"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Items) == 0x0001D0, "Member 'FRigUnit_DistributeRotationForItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotationForItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotationForItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotationForItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, WorkData) == 0x0001F8, "Member 'FRigUnit_DistributeRotationForItemArray::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) == 0x0002A0, "Wrong size on FRigUnit_FABRIK"); \ +static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x0001D0, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x0001D8, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x000240, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x000244, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x000250, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIK::bSetEffectorTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIKItemArray \ +static_assert(alignof(FRigUnit_FABRIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_FABRIKItemArray"); \ +static_assert(sizeof(FRigUnit_FABRIKItemArray) == 0x0002A0, "Wrong size on FRigUnit_FABRIKItemArray"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FABRIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Precision) == 0x000240, "Member 'FRigUnit_FABRIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Weight) == 0x000244, "Member 'FRigUnit_FABRIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, WorkData) == 0x000250, "Member 'FRigUnit_FABRIKItemArray::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIKItemArray::bSetEffectorTransform' 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) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x0001D0, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x0001D8, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurve::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurveItemArray \ +static_assert(alignof(FRigUnit_FitChainToCurveItemArray) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurveItemArray"); \ +static_assert(sizeof(FRigUnit_FitChainToCurveItemArray) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurveItemArray"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToCurveItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurveItemArray::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurveItemArray::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurveItemArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurveItemArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurveItemArray::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurveItemArray::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurveItemArray::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurveItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurveItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurveItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurveItemArray::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurveItemArray::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms) == 0x000010, "Wrong alignment on FRigUnit_ModifyBoneTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms) == 0x000200, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x0001D0, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x0001E0, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x0001E4, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x0001E8, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x0001EC, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x0001F0, "Member 'FRigUnit_ModifyBoneTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms \ +static_assert(alignof(FRigUnit_ModifyTransforms) == 0x000010, "Wrong alignment on FRigUnit_ModifyTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms) == 0x000200, "Wrong size on FRigUnit_ModifyTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, ItemToModify) == 0x0001D0, "Member 'FRigUnit_ModifyTransforms::ItemToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Weight) == 0x0001E0, "Member 'FRigUnit_ModifyTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMinimum) == 0x0001E4, "Member 'FRigUnit_ModifyTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMaximum) == 0x0001E8, "Member 'FRigUnit_ModifyTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Mode) == 0x0001EC, "Member 'FRigUnit_ModifyTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WorkData) == 0x0001F0, "Member 'FRigUnit_ModifyTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_EndEffector \ +static_assert(alignof(FRigUnit_MultiFABRIK_EndEffector) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK_EndEffector"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK_EndEffector) == 0x000020, "Wrong size on FRigUnit_MultiFABRIK_EndEffector"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, bone) == 0x000000, "Member 'FRigUnit_MultiFABRIK_EndEffector::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, Location) == 0x000008, "Member 'FRigUnit_MultiFABRIK_EndEffector::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK \ static_assert(alignof(FRigUnit_MultiFABRIK) == 0x000010, "Wrong alignment on FRigUnit_MultiFABRIK"); \ @@ -100184,6 +99689,16 @@ static_assert(offsetof(FRegionScaleFactors, NegativeHeight) == 0x00000C, "Member static_assert(alignof(FSphericalRegion) == 0x000004, "Wrong alignment on FSphericalRegion"); \ static_assert(sizeof(FSphericalRegion) == 0x000014, "Wrong size on FSphericalRegion"); \ +#define DUMPER7_ASSERTS_FSphericalPoseReaderDebugSettings \ +static_assert(alignof(FSphericalPoseReaderDebugSettings) == 0x000004, "Wrong alignment on FSphericalPoseReaderDebugSettings"); \ +static_assert(sizeof(FSphericalPoseReaderDebugSettings) == 0x000010, "Wrong size on FSphericalPoseReaderDebugSettings"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawDebug) == 0x000000, "Member 'FSphericalPoseReaderDebugSettings::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDraw2D) == 0x000001, "Member 'FSphericalPoseReaderDebugSettings::bDraw2D' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawLocalAxes) == 0x000002, "Member 'FSphericalPoseReaderDebugSettings::bDrawLocalAxes' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugScale) == 0x000004, "Member 'FSphericalPoseReaderDebugSettings::DebugScale' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugSegments) == 0x000008, "Member 'FSphericalPoseReaderDebugSettings::DebugSegments' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugThickness) == 0x00000C, "Member 'FSphericalPoseReaderDebugSettings::DebugThickness' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRigUnit_SphericalPoseReader \ static_assert(alignof(FRigUnit_SphericalPoseReader) == 0x000010, "Wrong alignment on FRigUnit_SphericalPoseReader"); \ static_assert(sizeof(FRigUnit_SphericalPoseReader) == 0x000370, "Wrong size on FRigUnit_SphericalPoseReader"); \ @@ -100590,22 +100105,6 @@ static_assert(offsetof(FRigUnit_SpringInterpVector, Mass) == 0x000040, "Member ' static_assert(offsetof(FRigUnit_SpringInterpVector, Result) == 0x000048, "Member 'FRigUnit_SpringInterpVector::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringInterpVector, SpringState) == 0x000060, "Member 'FRigUnit_SpringInterpVector::SpringState' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SpringInterpV2 \ -static_assert(alignof(FRigUnit_SpringInterpV2) == 0x000008, "Wrong alignment on FRigUnit_SpringInterpV2"); \ -static_assert(sizeof(FRigUnit_SpringInterpV2) == 0x000040, "Wrong size on FRigUnit_SpringInterpV2"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, Target) == 0x000008, "Member 'FRigUnit_SpringInterpV2::Target' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, Strength) == 0x00000C, "Member 'FRigUnit_SpringInterpV2::Strength' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, CriticalDamping) == 0x000010, "Member 'FRigUnit_SpringInterpV2::CriticalDamping' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, Force) == 0x000014, "Member 'FRigUnit_SpringInterpV2::Force' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, bUseCurrentInput) == 0x000018, "Member 'FRigUnit_SpringInterpV2::bUseCurrentInput' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, Current) == 0x00001C, "Member 'FRigUnit_SpringInterpV2::Current' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, TargetVelocityAmount) == 0x000020, "Member 'FRigUnit_SpringInterpV2::TargetVelocityAmount' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, bInitializeFromTarget) == 0x000024, "Member 'FRigUnit_SpringInterpV2::bInitializeFromTarget' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, Result) == 0x000028, "Member 'FRigUnit_SpringInterpV2::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, Velocity) == 0x00002C, "Member 'FRigUnit_SpringInterpV2::Velocity' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, SimulatedResult) == 0x000030, "Member 'FRigUnit_SpringInterpV2::SimulatedResult' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpV2, SpringState) == 0x000034, "Member 'FRigUnit_SpringInterpV2::SpringState' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRigUnit_SpringInterpVectorV2 \ static_assert(alignof(FRigUnit_SpringInterpVectorV2) == 0x000008, "Wrong alignment on FRigUnit_SpringInterpVectorV2"); \ static_assert(sizeof(FRigUnit_SpringInterpVectorV2) == 0x0000E8, "Wrong size on FRigUnit_SpringInterpVectorV2"); \ @@ -100622,22 +100121,6 @@ static_assert(offsetof(FRigUnit_SpringInterpVectorV2, Velocity) == 0x000080, "Me static_assert(offsetof(FRigUnit_SpringInterpVectorV2, SimulatedResult) == 0x000098, "Member 'FRigUnit_SpringInterpVectorV2::SimulatedResult' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringInterpVectorV2, SpringState) == 0x0000B0, "Member 'FRigUnit_SpringInterpVectorV2::SpringState' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRigUnit_SpringInterpQuaternionV2 \ -static_assert(alignof(FRigUnit_SpringInterpQuaternionV2) == 0x000010, "Wrong alignment on FRigUnit_SpringInterpQuaternionV2"); \ -static_assert(sizeof(FRigUnit_SpringInterpQuaternionV2) == 0x000130, "Wrong size on FRigUnit_SpringInterpQuaternionV2"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Target) == 0x000010, "Member 'FRigUnit_SpringInterpQuaternionV2::Target' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Strength) == 0x000030, "Member 'FRigUnit_SpringInterpQuaternionV2::Strength' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, CriticalDamping) == 0x000034, "Member 'FRigUnit_SpringInterpQuaternionV2::CriticalDamping' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Torque) == 0x000038, "Member 'FRigUnit_SpringInterpQuaternionV2::Torque' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, bUseCurrentInput) == 0x000050, "Member 'FRigUnit_SpringInterpQuaternionV2::bUseCurrentInput' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Current) == 0x000060, "Member 'FRigUnit_SpringInterpQuaternionV2::Current' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, TargetVelocityAmount) == 0x000080, "Member 'FRigUnit_SpringInterpQuaternionV2::TargetVelocityAmount' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, bInitializeFromTarget) == 0x000084, "Member 'FRigUnit_SpringInterpQuaternionV2::bInitializeFromTarget' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Result) == 0x000090, "Member 'FRigUnit_SpringInterpQuaternionV2::Result' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, AngularVelocity) == 0x0000B0, "Member 'FRigUnit_SpringInterpQuaternionV2::AngularVelocity' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, SimulatedResult) == 0x0000D0, "Member 'FRigUnit_SpringInterpQuaternionV2::SimulatedResult' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, SpringState) == 0x0000F0, "Member 'FRigUnit_SpringInterpQuaternionV2::SpringState' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ControlRigShapeLibraryLink_SetShapeLibrary \ static_assert(alignof(ControlRigShapeLibraryLink_SetShapeLibrary) == 0x000008, "Wrong alignment on ControlRigShapeLibraryLink_SetShapeLibrary"); \ static_assert(sizeof(ControlRigShapeLibraryLink_SetShapeLibrary) == 0x000028, "Wrong size on ControlRigShapeLibraryLink_SetShapeLibrary"); \ @@ -105227,121 +104710,6 @@ static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialRoughness) == 0x0 static_assert(offsetof(UBlockoutToolsSettings, bBlockoutMaterialUseTopColor) == 0x00004C, "Member 'UBlockoutToolsSettings::bBlockoutMaterialUseTopColor' has a wrong offset!"); \ static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialTopColor) == 0x000050, "Member 'UBlockoutToolsSettings::BlockoutMaterialTopColor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent \ -static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent) == 0x000008, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent"); \ -static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent) == 0x000448, "Wrong size on WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, EntryPoint) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable) == 0x000008, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_1) == 0x000018, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable) == 0x000028, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_2) == 0x000030, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_3) == 0x000040, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_1) == 0x000050, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor) == 0x000054, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_1) == 0x000068, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Create_ReturnValue) == 0x000080, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Create_ReturnValue_1) == 0x000088, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateFontInfo) == 0x0000A0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Array_Index_Variable) == 0x000104, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Array_Index_Variable_1) == 0x000108, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_2) == 0x00010C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Loop_Counter_Variable_1) == 0x000110, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000114, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Add_IntInt_ReturnValue_1) == 0x000124, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Event_IsDesignTime) == 0x000128, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetZPlayerController_ReturnValue) == 0x000130, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CustomEvent_ObjectHelpComponent_1) == 0x000138, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CustomEvent_ObjectHelpComponent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetHelpSystem_ReturnValue) == 0x000140, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetHelpSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsEnabled_ReturnValue) == 0x000148, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsValid_ReturnValue) == 0x000149, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Get_Item) == 0x000150, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue) == 0x000160, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000168, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue) == 0x000170, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_1) == 0x000180, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000190, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value) == 0x0001A0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue) == 0x0001A8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x0001B0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CustomEvent_ObjectHelpComponent) == 0x0001C0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CustomEvent_ObjectHelpComponent' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsValid_ReturnValue_1) == 0x0001C8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_2) == 0x0001D0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_2) == 0x0001D8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_AddChild_ReturnValue_1) == 0x0001E8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001F0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_2) == 0x000200, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_3) == 0x000214, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_3) == 0x000228, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_4) == 0x000230, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_5) == 0x000240, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_4) == 0x000250, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default) == 0x000258, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Remove_ReturnValue) == 0x000268, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value_1) == 0x000270, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue_1) == 0x000278, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetZPlayerController_ReturnValue_1) == 0x000280, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetZPlayerController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetHelpSystem_ReturnValue_1) == 0x000288, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetHelpSystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsEnabled_ReturnValue_1) == 0x000290, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsEnabled_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Get_Item_1) == 0x000298, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsEnabled_ReturnValue_2) == 0x0002A0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsEnabled_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_1) == 0x0002A8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_2) == 0x0002B8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_3) == 0x0002D0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_3) == 0x0002E0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_3) == 0x0002E8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_4) == 0x0002F8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Length_ReturnValue_1) == 0x00030C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsValid_ReturnValue_2) == 0x000310, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Less_IntInt_ReturnValue_1) == 0x000311, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_4) == 0x000318, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_4) == 0x000320, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value_2) == 0x000330, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue_2) == 0x000338, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x00033C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000350, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetChildAt_ReturnValue) == 0x000358, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_4) == 0x000360, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_AsWBP_Simple_Text) == 0x000378, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_AsWBP_Simple_Text' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_bSuccess) == 0x000380, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value_3) == 0x000388, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue_3) == 0x000390, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_5) == 0x000394, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetChildAt_ReturnValue_1) == 0x0003A8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_5) == 0x0003B0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_AsWBP_Simple_Text_1) == 0x0003B8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_AsWBP_Simple_Text_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_bSuccess_1) == 0x0003C0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_5) == 0x0003C4, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Create_ReturnValue_2) == 0x0003D8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_AddChild_ReturnValue_2) == 0x0003E0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_AddChild_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateFontInfo_1) == 0x0003E8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event \ -static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event) == 0x000008, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event"); \ -static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event) == 0x000008, "Wrong size on WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event, ObjectHelpComponent) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event::ObjectHelpComponent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event \ -static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event) == 0x000008, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event"); \ -static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event) == 0x000008, "Wrong size on WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event, ObjectHelpComponent) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event::ObjectHelpComponent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_PreConstruct \ -static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_PreConstruct"); \ -static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_PreConstruct) == 0x000001, "Wrong size on WBP_Debug_ObjectHelpComponent_C_PreConstruct"); \ -static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Debug_ObjectHelpComponent_C \ -static_assert(alignof(UWBP_Debug_ObjectHelpComponent_C) == 0x000008, "Wrong alignment on UWBP_Debug_ObjectHelpComponent_C"); \ -static_assert(sizeof(UWBP_Debug_ObjectHelpComponent_C) == 0x000358, "Wrong size on UWBP_Debug_ObjectHelpComponent_C"); \ -static_assert(offsetof(UWBP_Debug_ObjectHelpComponent_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Debug_ObjectHelpComponent_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_ObjectHelpComponent_C, MainContainer) == 0x000300, "Member 'UWBP_Debug_ObjectHelpComponent_C::MainContainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_ObjectHelpComponent_C, PairByName) == 0x000308, "Member 'UWBP_Debug_ObjectHelpComponent_C::PairByName' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGizmoVec2ParameterChange \ static_assert(alignof(FGizmoVec2ParameterChange) == 0x000008, "Wrong alignment on FGizmoVec2ParameterChange"); \ static_assert(sizeof(FGizmoVec2ParameterChange) == 0x000020, "Wrong size on FGizmoVec2ParameterChange"); \ @@ -105450,38 +104818,10 @@ static_assert(alignof(FActiveGizmo) == 0x000008, "Wrong alignment on FActiveGizm static_assert(sizeof(FActiveGizmo) == 0x000030, "Wrong size on FActiveGizmo"); \ static_assert(offsetof(FActiveGizmo, Gizmo) == 0x000000, "Member 'FActiveGizmo::Gizmo' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UInteractiveGizmoBuilder \ -static_assert(alignof(UInteractiveGizmoBuilder) == 0x000008, "Wrong alignment on UInteractiveGizmoBuilder"); \ -static_assert(sizeof(UInteractiveGizmoBuilder) == 0x000028, "Wrong size on UInteractiveGizmoBuilder"); \ - -#define DUMPER7_ASSERTS_UCombinedTransformGizmoBuilder \ -static_assert(alignof(UCombinedTransformGizmoBuilder) == 0x000008, "Wrong alignment on UCombinedTransformGizmoBuilder"); \ -static_assert(sizeof(UCombinedTransformGizmoBuilder) == 0x0000F0, "Wrong size on UCombinedTransformGizmoBuilder"); \ - -#define DUMPER7_ASSERTS_UInteractiveTool \ -static_assert(alignof(UInteractiveTool) == 0x000008, "Wrong alignment on UInteractiveTool"); \ -static_assert(sizeof(UInteractiveTool) == 0x000098, "Wrong size on UInteractiveTool"); \ -static_assert(offsetof(UInteractiveTool, InputBehaviors) == 0x000060, "Member 'UInteractiveTool::InputBehaviors' has a wrong offset!"); \ -static_assert(offsetof(UInteractiveTool, ToolPropertyObjects) == 0x000068, "Member 'UInteractiveTool::ToolPropertyObjects' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_USingleSelectionTool \ -static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ -static_assert(sizeof(USingleSelectionTool) == 0x0000A8, "Wrong size on USingleSelectionTool"); \ -static_assert(offsetof(USingleSelectionTool, Target) == 0x0000A0, "Member 'USingleSelectionTool::Target' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UMeshSurfacePointTool \ -static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ -static_assert(sizeof(UMeshSurfacePointTool) == 0x000100, "Wrong size on UMeshSurfacePointTool"); \ -static_assert(offsetof(UMeshSurfacePointTool, TargetWorld) == 0x0000F8, "Member 'UMeshSurfacePointTool::TargetWorld' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_IAssetBackedTarget \ static_assert(alignof(IAssetBackedTarget) == 0x000001, "Wrong alignment on IAssetBackedTarget"); \ static_assert(sizeof(IAssetBackedTarget) == 0x000001, "Wrong size on IAssetBackedTarget"); \ -#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_GizmoBaseComponent_UpdateHoverState \ static_assert(alignof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateHoverState"); \ static_assert(sizeof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateHoverState"); \ @@ -105500,11 +104840,6 @@ static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000528, "M static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x00052C, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UGizmoBaseComponent, GizmoViewContext) == 0x000538, "Member 'UGizmoBaseComponent::GizmoViewContext' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UInputBehaviorSet \ -static_assert(alignof(UInputBehaviorSet) == 0x000008, "Wrong alignment on UInputBehaviorSet"); \ -static_assert(sizeof(UInputBehaviorSet) == 0x000038, "Wrong size on UInputBehaviorSet"); \ -static_assert(offsetof(UInputBehaviorSet, Behaviors) == 0x000028, "Member 'UInputBehaviorSet::Behaviors' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UInteractiveCommandArguments \ static_assert(alignof(UInteractiveCommandArguments) == 0x000008, "Wrong alignment on UInteractiveCommandArguments"); \ static_assert(sizeof(UInteractiveCommandArguments) == 0x000030, "Wrong size on UInteractiveCommandArguments"); \ @@ -105513,41 +104848,26 @@ static_assert(sizeof(UInteractiveCommandArguments) == 0x000030, "Wrong size on U static_assert(alignof(UInteractiveCommandResult) == 0x000008, "Wrong alignment on UInteractiveCommandResult"); \ static_assert(sizeof(UInteractiveCommandResult) == 0x000028, "Wrong size on UInteractiveCommandResult"); \ -#define DUMPER7_ASSERTS_UGizmoCircleComponent \ -static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ -static_assert(sizeof(UGizmoCircleComponent) == 0x000570, "Wrong size on UGizmoCircleComponent"); \ -static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000548, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ -static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x000560, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ -static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000564, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ -static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000568, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ -static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x00056C, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ -static_assert(offsetof(UGizmoCircleComponent, bDrawFullCircle) == 0x00056D, "Member 'UGizmoCircleComponent::bDrawFullCircle' has a wrong offset!"); \ -static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x00056E, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UClickDragTool \ -static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ -static_assert(sizeof(UClickDragTool) == 0x0000A0, "Wrong size on UClickDragTool"); \ - #define DUMPER7_ASSERTS_UInteractiveCommand \ static_assert(alignof(UInteractiveCommand) == 0x000008, "Wrong alignment on UInteractiveCommand"); \ static_assert(sizeof(UInteractiveCommand) == 0x000028, "Wrong size on UInteractiveCommand"); \ -#define DUMPER7_ASSERTS_IInteractiveToolEditorGizmoAPI \ -static_assert(alignof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong alignment on IInteractiveToolEditorGizmoAPI"); \ -static_assert(sizeof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong size on IInteractiveToolEditorGizmoAPI"); \ +#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_IToolContextTransactionProvider \ +static_assert(alignof(IToolContextTransactionProvider) == 0x000001, "Wrong alignment on IToolContextTransactionProvider"); \ +static_assert(sizeof(IToolContextTransactionProvider) == 0x000001, "Wrong size on IToolContextTransactionProvider"); \ #define DUMPER7_ASSERTS_AInternalToolFrameworkActor \ static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ static_assert(sizeof(AInternalToolFrameworkActor) == 0x000298, "Wrong size on AInternalToolFrameworkActor"); \ static_assert(offsetof(AInternalToolFrameworkActor, bIsSelectableInEditor) == 0x000290, "Member 'AInternalToolFrameworkActor::bIsSelectableInEditor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_AGizmoActor \ -static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ -static_assert(sizeof(AGizmoActor) == 0x000298, "Wrong size on AGizmoActor"); \ - -#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_IToolFrameworkComponent \ +static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ +static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ #define DUMPER7_ASSERTS_IInteractiveToolCameraFocusAPI \ static_assert(alignof(IInteractiveToolCameraFocusAPI) == 0x000001, "Wrong alignment on IInteractiveToolCameraFocusAPI"); \ @@ -105561,6 +104881,10 @@ static_assert(sizeof(IInteractiveToolNestedAcceptCancelAPI) == 0x000001, "Wrong static_assert(alignof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong alignment on IInteractiveToolExclusiveToolAPI"); \ static_assert(sizeof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong size on IInteractiveToolExclusiveToolAPI"); \ +#define DUMPER7_ASSERTS_IInteractiveToolEditorGizmoAPI \ +static_assert(alignof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong alignment on IInteractiveToolEditorGizmoAPI"); \ +static_assert(sizeof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong size on IInteractiveToolEditorGizmoAPI"); \ + #define DUMPER7_ASSERTS_IInteractiveToolManageGeometrySelectionAPI \ static_assert(alignof(IInteractiveToolManageGeometrySelectionAPI) == 0x000001, "Wrong alignment on IInteractiveToolManageGeometrySelectionAPI"); \ static_assert(sizeof(IInteractiveToolManageGeometrySelectionAPI) == 0x000001, "Wrong size on IInteractiveToolManageGeometrySelectionAPI"); \ @@ -105845,6 +105169,10 @@ static_assert(offsetof(UBrushStampIndicator, SecondaryLineThickness) == 0x000098 static_assert(offsetof(UBrushStampIndicator, SecondaryLineColor) == 0x00009C, "Member 'UBrushStampIndicator::SecondaryLineColor' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, AttachedComponent) == 0x0000B0, "Member 'UBrushStampIndicator::AttachedComponent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_AGizmoActor \ +static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ +static_assert(sizeof(AGizmoActor) == 0x000298, "Wrong size on AGizmoActor"); \ + #define DUMPER7_ASSERTS_ACombinedTransformGizmoActor \ static_assert(alignof(ACombinedTransformGizmoActor) == 0x000008, "Wrong alignment on ACombinedTransformGizmoActor"); \ static_assert(sizeof(ACombinedTransformGizmoActor) == 0x000320, "Wrong size on ACombinedTransformGizmoActor"); \ @@ -105866,6 +105194,10 @@ static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleYZ) == 0x000308, static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXZ) == 0x000310, "Member 'ACombinedTransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXY) == 0x000318, "Member 'ACombinedTransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UCombinedTransformGizmoBuilder \ +static_assert(alignof(UCombinedTransformGizmoBuilder) == 0x000008, "Wrong alignment on UCombinedTransformGizmoBuilder"); \ +static_assert(sizeof(UCombinedTransformGizmoBuilder) == 0x0000F0, "Wrong size on UCombinedTransformGizmoBuilder"); \ + #define DUMPER7_ASSERTS_UCombinedTransformGizmo \ static_assert(alignof(UCombinedTransformGizmo) == 0x000010, "Wrong alignment on UCombinedTransformGizmo"); \ static_assert(sizeof(UCombinedTransformGizmo) == 0x0003A0, "Wrong size on UCombinedTransformGizmo"); \ @@ -105909,6 +105241,17 @@ static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x000598, "Member ' static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x00059C, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x00059D, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UGizmoCircleComponent \ +static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ +static_assert(sizeof(UGizmoCircleComponent) == 0x000570, "Wrong size on UGizmoCircleComponent"); \ +static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000548, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x000560, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000564, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000568, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x00056C, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bDrawFullCircle) == 0x00056D, "Member 'UGizmoCircleComponent::bDrawFullCircle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x00056E, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UGizmoElementBase \ static_assert(alignof(UGizmoElementBase) == 0x000008, "Wrong alignment on UGizmoElementBase"); \ static_assert(sizeof(UGizmoElementBase) == 0x000108, "Wrong size on UGizmoElementBase"); \ @@ -106401,6 +105744,22 @@ static_assert(offsetof(UBrushBaseProperties, bShowFalloff) == 0x0000BD, "Member static_assert(alignof(UBrushAdjusterInputBehavior) == 0x000008, "Wrong alignment on UBrushAdjusterInputBehavior"); \ static_assert(sizeof(UBrushAdjusterInputBehavior) == 0x0000D0, "Wrong size on UBrushAdjusterInputBehavior"); \ +#define DUMPER7_ASSERTS_UInteractiveTool \ +static_assert(alignof(UInteractiveTool) == 0x000008, "Wrong alignment on UInteractiveTool"); \ +static_assert(sizeof(UInteractiveTool) == 0x000098, "Wrong size on UInteractiveTool"); \ +static_assert(offsetof(UInteractiveTool, InputBehaviors) == 0x000060, "Member 'UInteractiveTool::InputBehaviors' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveTool, ToolPropertyObjects) == 0x000068, "Member 'UInteractiveTool::ToolPropertyObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleSelectionTool \ +static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ +static_assert(sizeof(USingleSelectionTool) == 0x0000A8, "Wrong size on USingleSelectionTool"); \ +static_assert(offsetof(USingleSelectionTool, Target) == 0x0000A0, "Member 'USingleSelectionTool::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointTool \ +static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ +static_assert(sizeof(UMeshSurfacePointTool) == 0x000100, "Wrong size on UMeshSurfacePointTool"); \ +static_assert(offsetof(UMeshSurfacePointTool, TargetWorld) == 0x0000F8, "Member 'UMeshSurfacePointTool::TargetWorld' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UBaseBrushTool \ static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ static_assert(sizeof(UBaseBrushTool) == 0x000298, "Wrong size on UBaseBrushTool"); \ @@ -106419,6 +105778,10 @@ static_assert(sizeof(UInteractiveToolBuilder) == 0x000028, "Wrong size on UInter static_assert(alignof(UClickDragToolBuilder) == 0x000008, "Wrong alignment on UClickDragToolBuilder"); \ static_assert(sizeof(UClickDragToolBuilder) == 0x000028, "Wrong size on UClickDragToolBuilder"); \ +#define DUMPER7_ASSERTS_UClickDragTool \ +static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ +static_assert(sizeof(UClickDragTool) == 0x0000A0, "Wrong size on UClickDragTool"); \ + #define DUMPER7_ASSERTS_UInteractiveToolWithToolTargetsBuilder \ static_assert(alignof(UInteractiveToolWithToolTargetsBuilder) == 0x000008, "Wrong alignment on UInteractiveToolWithToolTargetsBuilder"); \ static_assert(sizeof(UInteractiveToolWithToolTargetsBuilder) == 0x000028, "Wrong size on UInteractiveToolWithToolTargetsBuilder"); \ @@ -106440,6 +105803,11 @@ static_assert(alignof(UContextObjectStore) == 0x000008, "Wrong alignment on UCon static_assert(sizeof(UContextObjectStore) == 0x000038, "Wrong size on UContextObjectStore"); \ static_assert(offsetof(UContextObjectStore, ContextObjects) == 0x000028, "Member 'UContextObjectStore::ContextObjects' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UInputBehaviorSet \ +static_assert(alignof(UInputBehaviorSet) == 0x000008, "Wrong alignment on UInputBehaviorSet"); \ +static_assert(sizeof(UInputBehaviorSet) == 0x000038, "Wrong size on UInputBehaviorSet"); \ +static_assert(offsetof(UInputBehaviorSet, Behaviors) == 0x000028, "Member 'UInputBehaviorSet::Behaviors' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_IInputBehaviorSource \ static_assert(alignof(IInputBehaviorSource) == 0x000001, "Wrong alignment on IInputBehaviorSource"); \ static_assert(sizeof(IInputBehaviorSource) == 0x000001, "Wrong size on IInputBehaviorSource"); \ @@ -106572,10 +105940,6 @@ static_assert(alignof(UUVLayoutOperatorFactory) == 0x000010, "Wrong alignment on static_assert(sizeof(UUVLayoutOperatorFactory) == 0x0001A0, "Wrong size on UUVLayoutOperatorFactory"); \ static_assert(offsetof(UUVLayoutOperatorFactory, Settings) == 0x000030, "Member 'UUVLayoutOperatorFactory::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UBP_InputRedirector_C \ -static_assert(alignof(UBP_InputRedirector_C) == 0x000008, "Wrong alignment on UBP_InputRedirector_C"); \ -static_assert(sizeof(UBP_InputRedirector_C) == 0x000088, "Wrong size on UBP_InputRedirector_C"); \ - #define DUMPER7_ASSERTS_FDynamicMeshChangeInfo \ static_assert(alignof(FDynamicMeshChangeInfo) == 0x000008, "Wrong alignment on FDynamicMeshChangeInfo"); \ static_assert(sizeof(FDynamicMeshChangeInfo) == 0x000020, "Wrong size on FDynamicMeshChangeInfo"); \ @@ -107671,6 +107035,38 @@ static_assert(offsetof(UMultiTransformer, TransformGizmo) == 0x000100, "Member ' static_assert(offsetof(UMultiTransformer, TransformProxy) == 0x000108, "Member 'UMultiTransformer::TransformProxy' has a wrong offset!"); \ static_assert(offsetof(UMultiTransformer, DragAlignmentMechanic) == 0x000110, "Member 'UMultiTransformer::DragAlignmentMechanic' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava \ +static_assert(alignof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava) == 0x000008, "Wrong alignment on BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava"); \ +static_assert(sizeof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava) == 0x000418, "Wrong size on BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, EntryPoint) == 0x000000, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_Event_Pawn) == 0x000018, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_Event_DeathActorInstigator) == 0x000020, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_DynamicCast_AsZCharacter) == 0x000028, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_AddWorldOffset_SweepHitResult) == 0x000038, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_AddWorldOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000130, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000228, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_AddWorldOffset_SweepHitResult_1) == 0x000320, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_AddWorldOffset_SweepHitResult_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Lava_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_Lava_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Lava_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_Lava_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Lava_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_Lava_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Lava_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Lava_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Lava_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_Lava_C \ +static_assert(alignof(ABP_Death_Lava_C) == 0x000008, "Wrong alignment on ABP_Death_Lava_C"); \ +static_assert(sizeof(ABP_Death_Lava_C) == 0x000338, "Wrong size on ABP_Death_Lava_C"); \ +static_assert(offsetof(ABP_Death_Lava_C, UberGraphFrame_BP_Death_Lava_C) == 0x0002F8, "Member 'ABP_Death_Lava_C::UberGraphFrame_BP_Death_Lava_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Lava_C, Fire) == 0x000300, "Member 'ABP_Death_Lava_C::Fire' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Lava_C, FX_SurfaceBubbles) == 0x000308, "Member 'ABP_Death_Lava_C::FX_SurfaceBubbles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Lava_C, SkeletalMesh) == 0x000310, "Member 'ABP_Death_Lava_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Lava_C, BurnLava) == 0x000318, "Member 'ABP_Death_Lava_C::BurnLava' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Lava_C, DeathLava) == 0x000320, "Member 'ABP_Death_Lava_C::DeathLava' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Lava_C, Color) == 0x000328, "Member 'ABP_Death_Lava_C::Color' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGeometryScriptMeshReadLOD \ static_assert(alignof(FGeometryScriptMeshReadLOD) == 0x000004, "Wrong alignment on FGeometryScriptMeshReadLOD"); \ static_assert(sizeof(FGeometryScriptMeshReadLOD) == 0x000008, "Wrong size on FGeometryScriptMeshReadLOD"); \ @@ -107688,6 +107084,13 @@ static_assert(alignof(FGeometryScriptSimpleCollision) == 0x000008, "Wrong alignm static_assert(sizeof(FGeometryScriptSimpleCollision) == 0x000080, "Wrong size on FGeometryScriptSimpleCollision"); \ static_assert(offsetof(FGeometryScriptSimpleCollision, AggGeom) == 0x000000, "Member 'FGeometryScriptSimpleCollision::AggGeom' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGeometryScript3DGridParameters \ +static_assert(alignof(FGeometryScript3DGridParameters) == 0x000004, "Wrong alignment on FGeometryScript3DGridParameters"); \ +static_assert(sizeof(FGeometryScript3DGridParameters) == 0x00000C, "Wrong size on FGeometryScript3DGridParameters"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, SizeMethod) == 0x000000, "Member 'FGeometryScript3DGridParameters::SizeMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, GridCellSize) == 0x000004, "Member 'FGeometryScript3DGridParameters::GridCellSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, GridResolution) == 0x000008, "Member 'FGeometryScript3DGridParameters::GridResolution' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGeometryScriptSphereCovering \ static_assert(alignof(FGeometryScriptSphereCovering) == 0x000008, "Wrong alignment on FGeometryScriptSphereCovering"); \ static_assert(sizeof(FGeometryScriptSphereCovering) == 0x000010, "Wrong size on FGeometryScriptSphereCovering"); \ @@ -107749,6 +107152,11 @@ static_assert(sizeof(FGeometryScriptTriangleList) == 0x000010, "Wrong size on FG static_assert(alignof(FGeometryScriptScalarList) == 0x000008, "Wrong alignment on FGeometryScriptScalarList"); \ static_assert(sizeof(FGeometryScriptScalarList) == 0x000010, "Wrong size on FGeometryScriptScalarList"); \ +#define DUMPER7_ASSERTS_FGeometryScriptXAtlasOptions \ +static_assert(alignof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong alignment on FGeometryScriptXAtlasOptions"); \ +static_assert(sizeof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong size on FGeometryScriptXAtlasOptions"); \ +static_assert(offsetof(FGeometryScriptXAtlasOptions, MaxIterations) == 0x000000, "Member 'FGeometryScriptXAtlasOptions::MaxIterations' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGeometryScriptVectorList \ static_assert(alignof(FGeometryScriptVectorList) == 0x000008, "Wrong alignment on FGeometryScriptVectorList"); \ static_assert(sizeof(FGeometryScriptVectorList) == 0x000010, "Wrong size on FGeometryScriptVectorList"); \ @@ -108191,6 +107599,13 @@ static_assert(offsetof(FGeometryScriptMathWarpOptions, Magnitude) == 0x000000, " static_assert(offsetof(FGeometryScriptMathWarpOptions, Frequency) == 0x000004, "Member 'FGeometryScriptMathWarpOptions::Frequency' has a wrong offset!"); \ static_assert(offsetof(FGeometryScriptMathWarpOptions, FrequencyShift) == 0x000008, "Member 'FGeometryScriptMathWarpOptions::FrequencyShift' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGeometryScriptDetermineMeshOcclusionOptions \ +static_assert(alignof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000008, "Wrong alignment on FGeometryScriptDetermineMeshOcclusionOptions"); \ +static_assert(sizeof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000010, "Wrong size on FGeometryScriptDetermineMeshOcclusionOptions"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, SamplingDensity) == 0x000000, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::SamplingDensity' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, bDoubleSided) == 0x000008, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::bDoubleSided' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, NumSearchDirections) == 0x00000C, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::NumSearchDirections' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGeometryScriptPerlinNoiseOptions \ static_assert(alignof(FGeometryScriptPerlinNoiseOptions) == 0x000008, "Wrong alignment on FGeometryScriptPerlinNoiseOptions"); \ static_assert(sizeof(FGeometryScriptPerlinNoiseOptions) == 0x000030, "Wrong size on FGeometryScriptPerlinNoiseOptions"); \ @@ -108529,11 +107944,6 @@ static_assert(offsetof(FGeometryScriptPatchBuilderOptions, GroupLayer) == 0x0000 static_assert(offsetof(FGeometryScriptPatchBuilderOptions, bAutoPack) == 0x000028, "Member 'FGeometryScriptPatchBuilderOptions::bAutoPack' has a wrong offset!"); \ static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PackingOptions) == 0x00002C, "Member 'FGeometryScriptPatchBuilderOptions::PackingOptions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGeometryScriptXAtlasOptions \ -static_assert(alignof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong alignment on FGeometryScriptXAtlasOptions"); \ -static_assert(sizeof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong size on FGeometryScriptXAtlasOptions"); \ -static_assert(offsetof(FGeometryScriptXAtlasOptions, MaxIterations) == 0x000000, "Member 'FGeometryScriptXAtlasOptions::MaxIterations' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGeometryScriptBlurMeshVertexColorsOptions \ static_assert(alignof(FGeometryScriptBlurMeshVertexColorsOptions) == 0x000001, "Wrong alignment on FGeometryScriptBlurMeshVertexColorsOptions"); \ static_assert(sizeof(FGeometryScriptBlurMeshVertexColorsOptions) == 0x000004, "Wrong size on FGeometryScriptBlurMeshVertexColorsOptions"); \ @@ -108542,13 +107952,6 @@ static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Green) == 0x0 static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Blue) == 0x000002, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Blue' has a wrong offset!"); \ static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, ALpha) == 0x000003, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::ALpha' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGeometryScript3DGridParameters \ -static_assert(alignof(FGeometryScript3DGridParameters) == 0x000004, "Wrong alignment on FGeometryScript3DGridParameters"); \ -static_assert(sizeof(FGeometryScript3DGridParameters) == 0x00000C, "Wrong size on FGeometryScript3DGridParameters"); \ -static_assert(offsetof(FGeometryScript3DGridParameters, SizeMethod) == 0x000000, "Member 'FGeometryScript3DGridParameters::SizeMethod' has a wrong offset!"); \ -static_assert(offsetof(FGeometryScript3DGridParameters, GridCellSize) == 0x000004, "Member 'FGeometryScript3DGridParameters::GridCellSize' has a wrong offset!"); \ -static_assert(offsetof(FGeometryScript3DGridParameters, GridResolution) == 0x000008, "Member 'FGeometryScript3DGridParameters::GridResolution' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGeometryScriptSolidifyOptions \ static_assert(alignof(FGeometryScriptSolidifyOptions) == 0x000008, "Wrong alignment on FGeometryScriptSolidifyOptions"); \ static_assert(sizeof(FGeometryScriptSolidifyOptions) == 0x000028, "Wrong size on FGeometryScriptSolidifyOptions"); \ @@ -108627,13 +108030,6 @@ static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantTangent static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantInstanceColors) == 0x000002, "Member 'FGeometryScriptCopyMeshFromComponentOptions::bWantInstanceColors' has a wrong offset!"); \ static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, RequestedLOD) == 0x000004, "Member 'FGeometryScriptCopyMeshFromComponentOptions::RequestedLOD' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGeometryScriptDetermineMeshOcclusionOptions \ -static_assert(alignof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000008, "Wrong alignment on FGeometryScriptDetermineMeshOcclusionOptions"); \ -static_assert(sizeof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000010, "Wrong size on FGeometryScriptDetermineMeshOcclusionOptions"); \ -static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, SamplingDensity) == 0x000000, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::SamplingDensity' has a wrong offset!"); \ -static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, bDoubleSided) == 0x000008, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::bDoubleSided' has a wrong offset!"); \ -static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, NumSearchDirections) == 0x00000C, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::NumSearchDirections' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGeometryScriptSampleTextureOptions \ static_assert(alignof(FGeometryScriptSampleTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptSampleTextureOptions"); \ static_assert(sizeof(FGeometryScriptSampleTextureOptions) == 0x000028, "Wrong size on FGeometryScriptSampleTextureOptions"); \ @@ -108642,6 +108038,410 @@ static_assert(offsetof(FGeometryScriptSampleTextureOptions, bWrap) == 0x000001, static_assert(offsetof(FGeometryScriptSampleTextureOptions, UVScale) == 0x000008, "Member 'FGeometryScriptSampleTextureOptions::UVScale' has a wrong offset!"); \ static_assert(offsetof(FGeometryScriptSampleTextureOptions, UVOffset) == 0x000018, "Member 'FGeometryScriptSampleTextureOptions::UVOffset' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Box) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsX) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsY) == 0x0000AC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsZ) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Debug) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, ReturnValue) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionZ) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsX) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsY) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsZ) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Origin) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, LineLength) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::LineLength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, HemisphereSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::HemisphereSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, CircleSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::CircleSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Origin) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, BaseRadius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::BaseRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TopRadius) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TopRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Height) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, RadialSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, HeightSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, bCapped) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Origin) == 0x000085, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, InnerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, CurveAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::CurveAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, NumSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, bFloating) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::bFloating' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Height) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, RadialSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, HeightSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, bCapped) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Origin) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, VertexPositions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::VertexPositions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ConstrainedEdges) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ConstrainedEdges' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TriangulationOptions) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PositionsToVertexIDs) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PositionsToVertexIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, bHasDuplicateVertices) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::bHasDuplicateVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, AngleSteps) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::AngleSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, SpokeSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::SpokeSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, StartAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, EndAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, HoleRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::HoleRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepDepth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepDepth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, NumSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, bFloating) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::bFloating' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PolygonList) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TriangulationOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, bTriangulationError) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::bTriangulationError' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0 \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PathVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Steps) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, bCapped) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0 \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsRound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsRound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000110, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, SimpleCollision) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TriangulationOptions) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Debug) == 0x000100, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, ReturnValue) == 0x000108, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Height) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, HeightSteps) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, bCapped) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Origin) == 0x000089, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, bLoop) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, bCapped) == 0x000091, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, StartScale) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, EndScale) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsX) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsY) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsZ) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Origin) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, SphereCovering) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsX) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsY) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsZ) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsPhi) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsPhi' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsTheta) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsTheta' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Origin) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RisePerRevolution) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RisePerRevolution' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bLoop) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bCapped) == 0x000091, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, StartScale) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, EndScale) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, RotationAngleDeg) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::RotationAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineTexParamU) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineTexParamU' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPathTexParamV) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPathTexParamV' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, bLoop) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, StartScale) == 0x0000B4, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, EndScale) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, RotationAngleDeg) == 0x0000BC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::RotationAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Debug) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, ReturnValue) == 0x0000C8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, RevolveOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorRadius) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorSteps) == 0x00008C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorSteps) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Origin) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, bAllowSelfIntersections) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::bAllowSelfIntersections' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PolygonVertices3D) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PolygonVertices3D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x0000F0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiSites) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiSites' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Debug) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, ReturnValue) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshPrimitiveFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ + #define DUMPER7_ASSERTS_UGeometryScriptDebug \ static_assert(alignof(UGeometryScriptDebug) == 0x000008, "Wrong alignment on UGeometryScriptDebug"); \ static_assert(sizeof(UGeometryScriptDebug) == 0x000038, "Wrong size on UGeometryScriptDebug"); \ @@ -109140,6 +108940,61 @@ static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListI static_assert(alignof(UGeometryScriptLibrary_ListUtilityFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_ListUtilityFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_ListUtilityFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_ListUtilityFunctions"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000080, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, NonUniformOptions) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::NonUniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Samples) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, SampleRadii) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TriangleIDs) == 0x000058, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Samples) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TriangleIDs) == 0x000030, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Cameras) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Cameras' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Box) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Options) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Samples) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Actors) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Actors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Cameras) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Cameras' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, NonUniformOptions) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::NonUniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, VertexWeights) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::VertexWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Samples) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, SampleRadii) == 0x000058, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TriangleIDs) == 0x000068, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSamplingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSamplingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSamplingFunctions"); \ + #define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD \ static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD"); \ static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD) == 0x000028, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD"); \ @@ -109503,54 +109358,6 @@ static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPos static_assert(alignof(UGeometryScriptLibrary_MeshBasicEditFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBasicEditFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshBasicEditFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBasicEditFunctions"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar \ -static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology \ -static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, GroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::GroupLayer' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance \ -static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Tolerance) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount \ -static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TriangleCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TriangleCount' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount \ -static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, VertexCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::VertexCount' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSimplifyFunctions \ -static_assert(alignof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ - #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights \ static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights"); \ static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights"); \ @@ -109700,6 +109507,91 @@ static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBon static_assert(alignof(UGeometryScriptLibrary_MeshBoneWeightFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBoneWeightFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshBoneWeightFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBoneWeightFunctions"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, OutputBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::OutputBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, NearestResult) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::NearestResult' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Outcome) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayOrigin) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayDirection) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Options) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, HitResult) == 0x000068, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::HitResult' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Outcome) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TestBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TestBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, bIsValid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, bIsInside) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::bIsInside' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Outcome) == 0x00004D, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, UpdateBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::UpdateBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, bOnlyIfInvalid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::bOnlyIfInvalid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_ResetBVH \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_ResetBVH, ResetBVH_0) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_ResetBVH::ResetBVH_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000098, "Wrong size on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBox) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Options) == 0x000060, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, MinNumTrianglePoints) == 0x000084, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSpatial \ +static_assert(alignof(UGeometryScriptLibrary_MeshSpatial) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSpatial"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSpatial) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSpatial"); \ + #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean \ static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean"); \ static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean) == 0x000100, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean"); \ @@ -109854,259 +109746,184 @@ static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMes static_assert(alignof(UGeometryScriptLibrary_MeshDecompositionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshDecompositionFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshDecompositionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshDecompositionFunctions"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVPosition' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVElementID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bIsValidUVSet) == 0x000024, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bIsValidUVSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bDeferChangeNotifications) == 0x000025, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bDeferChangeNotifications' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionA) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionB) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, ResultSelection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::ResultSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, CombineMode) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::CombineMode' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, IndexArray) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, IndexList) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, SelectionType) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000088, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPoint) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPoint' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPointTriangleID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPointTriangleID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexIDs) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexIDs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexUVs) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexUVs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Radius) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, bUseInterpolatedNormal) == 0x000050, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::bUseInterpolatedNormal' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TangentYDirection) == 0x000058, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TangentYDirection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, UVRotationDeg) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::UVRotationDeg' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, IndexSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::IndexSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, SelectionType) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, Selection) == 0x000060, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyFromUVMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyFromUVMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ToUVSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ToUVSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMeshOut' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bFoundTopologyErrors) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bFoundTopologyErrors' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bIsValidUVSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bOnlyUVPositions) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bOnlyUVPositions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, FromSelection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::FromSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ToSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ToSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, NewType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::NewType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, bAllowPartialInclusion) == 0x000029, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::bAllowPartialInclusion' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyFromMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyFromMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMeshOut' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bInvalidTopology) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bInvalidTopology' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bIsValidUVSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, IndexArray) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, SelectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyUVSet \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, FromUVSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::FromUVSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ToUVSet) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ToUVSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, IndexList) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ResultListType) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ResultListType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ConvertToType) == 0x000031, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ConvertToType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UVList) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UVList' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bIsValidUVSet) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bIsValidUVSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasVertexIDGaps) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasVertexIDGaps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasSplitUVs) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasSplitUVs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, bHaveValidUVs) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::bHaveValidUVs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, bDisable) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::bDisable' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ElementID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UVPosition' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Iterations) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Iterations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bContract) == 0x00002C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bContract' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bOnlyExpandToFaceNeighbours) == 0x00002D, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bOnlyExpandToFaceNeighbours' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x0000A8, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshArea) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshArea' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVArea) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVArea' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshBounds) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshBounds' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVBounds) == 0x000068, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVBounds' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bIsValidUVSet) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bIsValidUVSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bFoundUnsetUVs) == 0x000091, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bFoundUnsetUVs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bOnlyIncludeValidUVTris) == 0x000092, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bOnlyIncludeValidUVTris' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ConnectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ConnectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, SelectionType) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, NumSelected) == 0x000014, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::NumSelected' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, RepackOptions) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::RepackOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, bOnlyToConnected) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::bOnlyToConnected' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationAngle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationAngle' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationOrigin) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationOrigin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Normal) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Normal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MaxAngleDeg) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MaxAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Scale) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Scale' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ScaleOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ScaleOrigin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Selection) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Box) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, SelectionType) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, bInvert) == 0x000051, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, MinNumTrianglePoints) == 0x000054, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bIsValidTriangle) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bIsValidTriangle' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bDeferChangeNotifications) == 0x00001D, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bDeferChangeNotifications' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMeshTransform) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, bInvert) == 0x000081, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ShellDistance) == 0x000088, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ShellDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, WindingThreshold) == 0x000090, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, MinNumTrianglePoints) == 0x000098, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TriangleID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UVs) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UVs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bIsValidTriangle) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bIsValidTriangle' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bDeferChangeNotifications) == 0x000041, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bDeferChangeNotifications' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereRadius) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ElementID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::NewUVPosition' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bDeferChangeNotifications) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bDeferChangeNotifications' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, SelectionType) == 0x000048, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, bInvert) == 0x000049, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, MinNumTrianglePoints) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, BoxTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::BoxTransform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, MinIslandTriCount) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::MinIslandTriCount' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, CylinderTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::CylinderTransform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, SplitAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::SplitAngle' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, PlaneTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::PlaneTransform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, NumUVSets) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::NumUVSets' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs \ -static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::UvSetIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Translation) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Translation' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshUVFunctions \ -static_assert(alignof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshUVFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshUVFunctions"); \ +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSelectionFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSelectionFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSelectionFunctions"); \ #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh \ static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh"); \ @@ -110195,6 +110012,75 @@ static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpT static_assert(alignof(UGeometryScriptLibrary_MeshDeformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshDeformFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshDeformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshDeformFunctions"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, NumIterations) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Strength) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Strength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, BlurMode) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::BlurMode' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Options) == 0x000029, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bIsValidColorSet) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bIsValidColorSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bHasVertexIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bBlendSplitVertexValues) == 0x00001A, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bBlendSplitVertexValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Color) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Color' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Flags_0) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, bClearExisting) == 0x00001C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::bClearExisting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, VertexColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::VertexColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Color) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Color' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Flags_0) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, bCreateColorSeam) == 0x00002C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::bCreateColorSeam' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshVertexColorFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ + #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath \ static_assert(alignof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath"); \ static_assert(sizeof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath"); \ @@ -110477,97 +110363,6 @@ static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShel static_assert(alignof(UGeometryScriptLibrary_MeshModelingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshModelingFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshModelingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshModelingFunctions"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, Position) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::Position' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Spline) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Spline' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Polygon) == 0x000008, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, SamplingOptions) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::SamplingOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, DropAxis) == 0x00002C, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::DropAxis' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000038, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::VertexIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::bPolygonIsEmpty' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::VertexIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex \ -static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ -static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::Polygon' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::VertexIndex' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, Position) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::Position' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, bPolygonIsEmpty) == 0x000028, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_SimplePolygonFunctions \ -static_assert(alignof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_SimplePolygonFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_SimplePolygonFunctions"); \ - #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals \ static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals"); \ static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals"); \ @@ -110848,479 +110643,6 @@ static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroup static_assert(alignof(UGeometryScriptLibrary_MeshPolygroupFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPolygroupFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshPolygroupFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPolygroupFunctions"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Box) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Box' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsX) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsY) == 0x0000AC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsZ) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsZ' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Debug) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, ReturnValue) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionZ) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionZ' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsX) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsY) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsZ) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsZ' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Origin) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, LineLength) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::LineLength' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, HemisphereSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::HemisphereSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, CircleSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::CircleSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Origin) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, BaseRadius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::BaseRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TopRadius) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TopRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Height) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Height' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, RadialSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::RadialSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, HeightSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::HeightSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, bCapped) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::bCapped' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Origin) == 0x000085, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepWidth' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepHeight' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, InnerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::InnerRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, CurveAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::CurveAngle' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, NumSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::NumSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, bFloating) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::bFloating' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Height) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Height' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, RadialSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::RadialSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, HeightSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::HeightSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, bCapped) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::bCapped' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Origin) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, VertexPositions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::VertexPositions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ConstrainedEdges) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ConstrainedEdges' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TriangulationOptions) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TriangulationOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PositionsToVertexIDs) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PositionsToVertexIDs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, bHasDuplicateVertices) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::bHasDuplicateVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, AngleSteps) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::AngleSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, SpokeSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::SpokeSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, StartAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::StartAngle' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, EndAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::EndAngle' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, HoleRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::HoleRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepWidth' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepHeight' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepDepth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepDepth' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, NumSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::NumSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, bFloating) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::bFloating' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PolygonList) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PolygonList' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TriangulationOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TriangulationOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, bTriangulationError) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::bTriangulationError' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0 \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsWidth' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsHeight' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PathVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PathVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::RevolveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Steps) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Steps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, bCapped) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::bCapped' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PolygonVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::RevolveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Steps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0 \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::CornerRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsRound' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::CornerRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsWidth' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsHeight' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsRound' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000110, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, SimpleCollision) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TriangulationOptions) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TriangulationOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Debug) == 0x000100, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, ReturnValue) == 0x000108, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PolygonVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Height) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Height' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, HeightSteps) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::HeightSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, bCapped) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::bCapped' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Origin) == 0x000089, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::PolygonVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::SweepPath' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, bLoop) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::bLoop' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, bCapped) == 0x000091, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::bCapped' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, StartScale) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::StartScale' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, EndScale) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::EndScale' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsX) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsY) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsZ) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsZ' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Origin) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, SphereCovering) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::SphereCovering' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsX) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsY) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsY' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsZ) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsZ' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsPhi) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsPhi' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsTheta) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsTheta' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Origin) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PolygonVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RevolveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Radius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Steps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RisePerRevolution) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RisePerRevolution' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PolygonVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::SweepPath' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bLoop) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bLoop' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bCapped) == 0x000091, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bCapped' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, StartScale) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::StartScale' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, EndScale) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::EndScale' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, RotationAngleDeg) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::RotationAngleDeg' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPath' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineTexParamU) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineTexParamU' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPathTexParamV) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPathTexParamV' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, bLoop) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::bLoop' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, StartScale) == 0x0000B4, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::StartScale' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, EndScale) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::EndScale' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, RotationAngleDeg) == 0x0000BC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::RotationAngleDeg' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Debug) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, ReturnValue) == 0x0000C8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, RevolveOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::RevolveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorRadius) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorSteps) == 0x00008C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorSteps) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorSteps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Origin) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Origin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PolygonVertices' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, bAllowSelfIntersections) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::bAllowSelfIntersections' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PolygonVertices3D) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PolygonVertices3D' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D \ -static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x0000F0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::PrimitiveOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiSites) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiSites' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Debug) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, ReturnValue) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshPrimitiveFunctions \ -static_assert(alignof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors \ -static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, NumIterations) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::NumIterations' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Strength) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Strength' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, BlurMode) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::BlurMode' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Options) == 0x000029, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB \ -static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear \ -static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors \ -static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ColorList' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bIsValidColorSet) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bIsValidColorSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bHasVertexIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bHasVertexIDGaps' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bBlendSplitVertexValues) == 0x00001A, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bBlendSplitVertexValues' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor \ -static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Color) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Color' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Flags_0) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Flags_0' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, bClearExisting) == 0x00001C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::bClearExisting' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors \ -static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, VertexColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::VertexColorList' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor \ -static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Color) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Color' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Flags_0) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Flags_0' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, bCreateColorSeam) == 0x00002C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::bCreateColorSeam' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshVertexColorFunctions \ -static_assert(alignof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ - #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords \ static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords"); \ static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords"); \ @@ -111684,47 +111006,6 @@ static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID, static_assert(alignof(UGeometryScriptLibrary_MeshQueryFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshQueryFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshQueryFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshQueryFunctions"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane \ -static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ -static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Axis' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay \ -static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ -static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x0000A0, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Axis' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector \ -static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ -static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000080, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Transform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Axis' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes \ -static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ -static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x0000B0, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::Location' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ZAxis' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, TangentAxis) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::TangentAxis' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, bTangentIsX) == 0x000048, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::bTangentIsX' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis \ -static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ -static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::Location' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ZAxis' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_TransformFunctions \ -static_assert(alignof(UGeometryScriptLibrary_TransformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_TransformFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_TransformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_TransformFunctions"); \ - #define DUMPER7_ASSERTS_GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh \ static_assert(alignof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh"); \ static_assert(sizeof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh) == 0x000040, "Wrong size on GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh"); \ @@ -111815,240 +111096,6 @@ static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, static_assert(alignof(UGeometryScriptLibrary_MeshRepairFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshRepairFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshRepairFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshRepairFunctions"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling \ -static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000080, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, NonUniformOptions) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::NonUniformOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Samples) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Samples' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, SampleRadii) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::SampleRadii' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TriangleIDs) == 0x000058, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TriangleIDs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling \ -static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Samples) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Samples' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TriangleIDs) == 0x000030, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TriangleIDs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox \ -static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Cameras) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Cameras' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Box) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Box' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Options) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Debug' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling \ -static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Samples) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Samples' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Actors) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Actors' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Cameras) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Cameras' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Debug' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling \ -static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, NonUniformOptions) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::NonUniformOptions' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, VertexWeights) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::VertexWeights' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Samples) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Samples' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, SampleRadii) == 0x000058, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::SampleRadii' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TriangleIDs) == 0x000068, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TriangleIDs' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSamplingFunctions \ -static_assert(alignof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSamplingFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSamplingFunctions"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionA) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionA' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionB) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionB' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, ResultSelection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::ResultSelection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, CombineMode) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::CombineMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, IndexArray) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::IndexArray' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, IndexList) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::IndexList' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, SelectionType) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, IndexSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::IndexSet' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, SelectionType) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, Selection) == 0x000060, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, FromSelection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::FromSelection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ToSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ToSelection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, NewType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::NewType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, bAllowPartialInclusion) == 0x000029, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::bAllowPartialInclusion' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, IndexArray) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::IndexArray' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, SelectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, IndexList) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::IndexList' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ResultListType) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ResultListType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ConvertToType) == 0x000031, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ConvertToType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, bDisable) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::bDisable' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::NewSelection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Iterations) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Iterations' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bContract) == 0x00002C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bContract' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bOnlyExpandToFaceNeighbours) == 0x00002D, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bOnlyExpandToFaceNeighbours' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::NewSelection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ConnectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ConnectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, SelectionType) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, NumSelected) == 0x000014, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::NumSelected' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::NewSelection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, bOnlyToConnected) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::bOnlyToConnected' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Normal) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Normal' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MaxAngleDeg) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MaxAngleDeg' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::bInvert' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MinNumTrianglePoints' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Box) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Box' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, SelectionType) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, bInvert) == 0x000051, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::bInvert' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, MinNumTrianglePoints) == 0x000054, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::MinNumTrianglePoints' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMeshTransform) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMeshTransform' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, bInvert) == 0x000081, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::bInvert' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ShellDistance) == 0x000088, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ShellDistance' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, WindingThreshold) == 0x000090, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::WindingThreshold' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, MinNumTrianglePoints) == 0x000098, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::MinNumTrianglePoints' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereOrigin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereRadius) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereRadius' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::bInvert' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::MinNumTrianglePoints' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane \ -static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneOrigin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneNormal' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, SelectionType) == 0x000048, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, bInvert) == 0x000049, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::bInvert' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, MinNumTrianglePoints) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::MinNumTrianglePoints' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSelectionFunctions \ -static_assert(alignof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSelectionFunctions"); \ -static_assert(sizeof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSelectionFunctions"); \ - #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops \ static_assert(alignof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops"); \ static_assert(sizeof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops"); \ @@ -112075,90 +111122,53 @@ static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMesh static_assert(alignof(UGeometryScriptLibrary_MeshSelectionQueryFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSelectionQueryFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshSelectionQueryFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSelectionQueryFunctions"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, OutputBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::OutputBVH' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryBVH' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryPoint' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, NearestResult) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::NearestResult' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Outcome) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Outcome' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, GroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::QueryBVH' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayOrigin) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayOrigin' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayDirection) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayDirection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Options) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, HitResult) == 0x000068, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::HitResult' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Outcome) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Outcome' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Tolerance) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TestBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TestBVH' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, bIsValid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::bIsValid' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TriangleCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TriangleCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryBVH' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryPoint' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, bIsInside) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::bIsInside' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Outcome) == 0x00004D, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Outcome' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, VertexCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, UpdateBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::UpdateBVH' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, bOnlyIfInvalid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::bOnlyIfInvalid' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_ResetBVH \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_ResetBVH, ResetBVH_0) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_ResetBVH::ResetBVH_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH \ -static_assert(alignof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ -static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000098, "Wrong size on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::TargetMesh' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBVH' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBox) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBox' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Options) == 0x000060, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Options' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Selection' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, MinNumTrianglePoints) == 0x000084, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::MinNumTrianglePoints' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Debug' has a wrong offset!"); \ -static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSpatial \ -static_assert(alignof(UGeometryScriptLibrary_MeshSpatial) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSpatial"); \ -static_assert(sizeof(UGeometryScriptLibrary_MeshSpatial) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSpatial"); \ +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSimplifyFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation \ static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation"); \ @@ -112278,6 +111288,260 @@ static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePiv static_assert(alignof(UGeometryScriptLibrary_MeshTransformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshTransformFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_MeshTransformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshTransformFunctions"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bIsValidUVSet) == 0x000024, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bDeferChangeNotifications) == 0x000025, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000088, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPoint) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPointTriangleID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPointTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexIDs) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexUVs) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Radius) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, bUseInterpolatedNormal) == 0x000050, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::bUseInterpolatedNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TangentYDirection) == 0x000058, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TangentYDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, UVRotationDeg) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::UVRotationDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyFromUVMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyFromUVMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ToUVSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ToUVSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bFoundTopologyErrors) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bFoundTopologyErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bOnlyUVPositions) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bOnlyUVPositions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyFromMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyFromMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bInvalidTopology) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bInvalidTopology' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyUVSet \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, FromUVSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::FromUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ToUVSet) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ToUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UVList) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bIsValidUVSet) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasVertexIDGaps) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasSplitUVs) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasSplitUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, bHaveValidUVs) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::bHaveValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x0000A8, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshArea) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVArea) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshBounds) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVBounds) == 0x000068, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bIsValidUVSet) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bFoundUnsetUVs) == 0x000091, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bFoundUnsetUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bOnlyIncludeValidUVTris) == 0x000092, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bOnlyIncludeValidUVTris' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, RepackOptions) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::RepackOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationAngle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationOrigin) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Scale) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Scale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ScaleOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Selection) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bIsValidTriangle) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bDeferChangeNotifications) == 0x00001D, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UVs) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bIsValidTriangle) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bDeferChangeNotifications) == 0x000041, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::NewUVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bDeferChangeNotifications) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, BoxTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::BoxTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, MinIslandTriCount) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::MinIslandTriCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, CylinderTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::CylinderTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, SplitAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::SplitAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, PlaneTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::PlaneTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, NumUVSets) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::NumUVSets' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Translation) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Translation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshUVFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshUVFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshUVFunctions"); \ + #define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology \ static_assert(alignof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology"); \ static_assert(sizeof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology"); \ @@ -112368,6 +111632,97 @@ static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_Unflatten static_assert(alignof(UGeometryScriptLibrary_PointSetSamplingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_PointSetSamplingFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_PointSetSamplingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_PointSetSamplingFunctions"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, Position) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Spline) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Spline' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Polygon) == 0x000008, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, SamplingOptions) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::SamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, DropAxis) == 0x00002C, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::DropAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000038, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::bPolygonIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, Position) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, bPolygonIsEmpty) == 0x000028, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_SimplePolygonFunctions \ +static_assert(alignof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_SimplePolygonFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_SimplePolygonFunctions"); \ + #define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList \ static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList"); \ static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList) == 0x000038, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList"); \ @@ -112778,6 +112133,47 @@ static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentM static_assert(alignof(UGeometryScriptLibrary_SceneUtilityFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_SceneUtilityFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_SceneUtilityFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_SceneUtilityFunctions"); \ +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x0000A0, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000080, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x0000B0, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, TangentAxis) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::TangentAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, bTangentIsX) == 0x000048, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::bTangentIsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_TransformFunctions \ +static_assert(alignof(UGeometryScriptLibrary_TransformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_TransformFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_TransformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_TransformFunctions"); \ + #define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection \ static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection"); \ static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection) == 0x000078, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection"); \ @@ -113173,6 +112569,55 @@ static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, static_assert(alignof(UGeometryScriptLibrary_VectorMathFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_VectorMathFunctions"); \ static_assert(sizeof(UGeometryScriptLibrary_VectorMathFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_VectorMathFunctions"); \ +#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature) == 0x000004, "Wrong size on WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature, Index_0) == 0x000000, "Member 'WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming \ +static_assert(alignof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming) == 0x000008, "Wrong alignment on WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming"); \ +static_assert(sizeof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming) == 0x000018, "Wrong size on WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming, EntryPoint) == 0x000000, "Member 'WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming, CallFunc_GetZGameMode_ReturnValue) == 0x000008, "Member 'WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming, K2Node_ComponentBoundEvent_Index) == 0x000010, "Member 'WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_FillLevels \ +static_assert(alignof(WBP_Debug_Streaming_C_FillLevels) == 0x000008, "Wrong alignment on WBP_Debug_Streaming_C_FillLevels"); \ +static_assert(sizeof(WBP_Debug_Streaming_C_FillLevels) == 0x000060, "Wrong size on WBP_Debug_Streaming_C_FillLevels"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Debug_Streaming_C_FillLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Debug_Streaming_C_FillLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_AddChild_ReturnValue) == 0x000018, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_GetStreamingStatus_ReturnValue) == 0x000020, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_GetStreamingStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_FillsPlayerRestart \ +static_assert(alignof(WBP_Debug_Streaming_C_FillsPlayerRestart) == 0x000008, "Wrong alignment on WBP_Debug_Streaming_C_FillsPlayerRestart"); \ +static_assert(sizeof(WBP_Debug_Streaming_C_FillsPlayerRestart) == 0x000068, "Wrong size on WBP_Debug_Streaming_C_FillsPlayerRestart"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_AddChild_ReturnValue) == 0x000018, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_GetZGameMode_ReturnValue) == 0x000020, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_GetBoundPlayerRestartObjects_ReturnValue) == 0x000028, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_GetBoundPlayerRestartObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_Streaming_C \ +static_assert(alignof(UWBP_Debug_Streaming_C) == 0x000008, "Wrong alignment on UWBP_Debug_Streaming_C"); \ +static_assert(sizeof(UWBP_Debug_Streaming_C) == 0x000318, "Wrong size on UWBP_Debug_Streaming_C"); \ +static_assert(offsetof(UWBP_Debug_Streaming_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Debug_Streaming_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Streaming_C, ScrollBox_BoundPlayerRestart) == 0x000300, "Member 'UWBP_Debug_Streaming_C::ScrollBox_BoundPlayerRestart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Streaming_C, ScrollBox_StreamingInfo) == 0x000308, "Member 'UWBP_Debug_Streaming_C::ScrollBox_StreamingInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Streaming_C, WBP_ButtonBase) == 0x000310, "Member 'UWBP_Debug_Streaming_C::WBP_ButtonBase' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPolyEditActivityContext \ static_assert(alignof(UPolyEditActivityContext) == 0x000010, "Wrong alignment on UPolyEditActivityContext"); \ static_assert(sizeof(UPolyEditActivityContext) == 0x000120, "Wrong size on UPolyEditActivityContext"); \ @@ -113958,12 +113403,6 @@ static_assert(sizeof(FPCGAttributePropertyOutputSelector) == 0x000028, "Wrong si static_assert(alignof(FPCGAttributePropertyOutputNoSourceSelector) == 0x000008, "Wrong alignment on FPCGAttributePropertyOutputNoSourceSelector"); \ static_assert(sizeof(FPCGAttributePropertyOutputNoSourceSelector) == 0x000028, "Wrong size on FPCGAttributePropertyOutputNoSourceSelector"); \ -#define DUMPER7_ASSERTS_FPCGPreConfiguredSettingsInfo \ -static_assert(alignof(FPCGPreConfiguredSettingsInfo) == 0x000008, "Wrong alignment on FPCGPreConfiguredSettingsInfo"); \ -static_assert(sizeof(FPCGPreConfiguredSettingsInfo) == 0x000018, "Wrong size on FPCGPreConfiguredSettingsInfo"); \ -static_assert(offsetof(FPCGPreConfiguredSettingsInfo, PreconfiguredIndex) == 0x000000, "Member 'FPCGPreConfiguredSettingsInfo::PreconfiguredIndex' has a wrong offset!"); \ -static_assert(offsetof(FPCGPreConfiguredSettingsInfo, Label) == 0x000008, "Member 'FPCGPreConfiguredSettingsInfo::Label' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FPCGRuntimeGenerationRadii \ static_assert(alignof(FPCGRuntimeGenerationRadii) == 0x000008, "Wrong alignment on FPCGRuntimeGenerationRadii"); \ static_assert(sizeof(FPCGRuntimeGenerationRadii) == 0x000060, "Wrong size on FPCGRuntimeGenerationRadii"); \ @@ -113980,20 +113419,6 @@ static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius102400) == 0x static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius204800) == 0x000050, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius204800' has a wrong offset!"); \ static_assert(offsetof(FPCGRuntimeGenerationRadii, CleanupRadiusMultiplier) == 0x000058, "Member 'FPCGRuntimeGenerationRadii::CleanupRadiusMultiplier' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPCGPropertyAliases \ -static_assert(alignof(FPCGPropertyAliases) == 0x000008, "Wrong alignment on FPCGPropertyAliases"); \ -static_assert(sizeof(FPCGPropertyAliases) == 0x000010, "Wrong size on FPCGPropertyAliases"); \ -static_assert(offsetof(FPCGPropertyAliases, Aliases) == 0x000000, "Member 'FPCGPropertyAliases::Aliases' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FPCGSettingsOverridableParam \ -static_assert(alignof(FPCGSettingsOverridableParam) == 0x000008, "Wrong alignment on FPCGSettingsOverridableParam"); \ -static_assert(sizeof(FPCGSettingsOverridableParam) == 0x000088, "Wrong size on FPCGSettingsOverridableParam"); \ -static_assert(offsetof(FPCGSettingsOverridableParam, Label) == 0x000000, "Member 'FPCGSettingsOverridableParam::Label' has a wrong offset!"); \ -static_assert(offsetof(FPCGSettingsOverridableParam, PropertiesNames) == 0x000008, "Member 'FPCGSettingsOverridableParam::PropertiesNames' has a wrong offset!"); \ -static_assert(offsetof(FPCGSettingsOverridableParam, PropertyClass) == 0x000018, "Member 'FPCGSettingsOverridableParam::PropertyClass' has a wrong offset!"); \ -static_assert(offsetof(FPCGSettingsOverridableParam, MapOfAliases) == 0x000020, "Member 'FPCGSettingsOverridableParam::MapOfAliases' has a wrong offset!"); \ -static_assert(offsetof(FPCGSettingsOverridableParam, bHasNameClash) == 0x000070, "Member 'FPCGSettingsOverridableParam::bHasNameClash' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FEnumSelector \ static_assert(alignof(FEnumSelector) == 0x000008, "Wrong alignment on FEnumSelector"); \ static_assert(sizeof(FEnumSelector) == 0x000010, "Wrong size on FEnumSelector"); \ @@ -114318,6 +113743,26 @@ static_assert(offsetof(FPCGPoint, Steepness) == 0x0000C0, "Member 'FPCGPoint::St static_assert(offsetof(FPCGPoint, Seed) == 0x0000C4, "Member 'FPCGPoint::Seed' has a wrong offset!"); \ static_assert(offsetof(FPCGPoint, MetadataEntry) == 0x0000C8, "Member 'FPCGPoint::MetadataEntry' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPCGPropertyAliases \ +static_assert(alignof(FPCGPropertyAliases) == 0x000008, "Wrong alignment on FPCGPropertyAliases"); \ +static_assert(sizeof(FPCGPropertyAliases) == 0x000010, "Wrong size on FPCGPropertyAliases"); \ +static_assert(offsetof(FPCGPropertyAliases, Aliases) == 0x000000, "Member 'FPCGPropertyAliases::Aliases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSettingsOverridableParam \ +static_assert(alignof(FPCGSettingsOverridableParam) == 0x000008, "Wrong alignment on FPCGSettingsOverridableParam"); \ +static_assert(sizeof(FPCGSettingsOverridableParam) == 0x000088, "Wrong size on FPCGSettingsOverridableParam"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, Label) == 0x000000, "Member 'FPCGSettingsOverridableParam::Label' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, PropertiesNames) == 0x000008, "Member 'FPCGSettingsOverridableParam::PropertiesNames' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, PropertyClass) == 0x000018, "Member 'FPCGSettingsOverridableParam::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, MapOfAliases) == 0x000020, "Member 'FPCGSettingsOverridableParam::MapOfAliases' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, bHasNameClash) == 0x000070, "Member 'FPCGSettingsOverridableParam::bHasNameClash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPreConfiguredSettingsInfo \ +static_assert(alignof(FPCGPreConfiguredSettingsInfo) == 0x000008, "Wrong alignment on FPCGPreConfiguredSettingsInfo"); \ +static_assert(sizeof(FPCGPreConfiguredSettingsInfo) == 0x000018, "Wrong size on FPCGPreConfiguredSettingsInfo"); \ +static_assert(offsetof(FPCGPreConfiguredSettingsInfo, PreconfiguredIndex) == 0x000000, "Member 'FPCGPreConfiguredSettingsInfo::PreconfiguredIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGPreConfiguredSettingsInfo, Label) == 0x000008, "Member 'FPCGPreConfiguredSettingsInfo::Label' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FPCGPartitionActorRecord \ static_assert(alignof(FPCGPartitionActorRecord) == 0x000004, "Wrong alignment on FPCGPartitionActorRecord"); \ static_assert(sizeof(FPCGPartitionActorRecord) == 0x000020, "Wrong size on FPCGPartitionActorRecord"); \ @@ -114397,6 +113842,328 @@ static_assert(alignof(UPCGAttributeExtractorTestObject) == 0x000008, "Wrong alig static_assert(sizeof(UPCGAttributeExtractorTestObject) == 0x000030, "Wrong size on UPCGAttributeExtractorTestObject"); \ static_assert(offsetof(UPCGAttributeExtractorTestObject, DoubleValue) == 0x000028, "Member 'UPCGAttributeExtractorTestObject::DoubleValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGMetadata_AccumulatePointWeightedAttributes \ +static_assert(alignof(PCGMetadata_AccumulatePointWeightedAttributes) == 0x000010, "Wrong alignment on PCGMetadata_AccumulatePointWeightedAttributes"); \ +static_assert(sizeof(PCGMetadata_AccumulatePointWeightedAttributes) == 0x0001B0, "Wrong size on PCGMetadata_AccumulatePointWeightedAttributes"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, InPoint) == 0x000000, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, InMetaData) == 0x0000D0, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, Weight) == 0x0000D8, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::Weight' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, bSetNonInterpolableAttributes) == 0x0000DC, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::bSetNonInterpolableAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, OutPoint) == 0x0000E0, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::OutPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AccumulateWeightedAttributesByKey \ +static_assert(alignof(PCGMetadata_AccumulateWeightedAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_AccumulateWeightedAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_AccumulateWeightedAttributesByKey) == 0x000028, "Wrong size on PCGMetadata_AccumulateWeightedAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, Key) == 0x000000, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, MetaData) == 0x000008, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, Weight) == 0x000010, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::Weight' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, bSetNonInterpolableAttributes) == 0x000014, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::bSetNonInterpolableAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, TargetKey) == 0x000018, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, OutKey) == 0x000020, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddAttribute \ +static_assert(alignof(PCGMetadata_AddAttribute) == 0x000008, "Wrong alignment on PCGMetadata_AddAttribute"); \ +static_assert(sizeof(PCGMetadata_AddAttribute) == 0x000010, "Wrong size on PCGMetadata_AddAttribute"); \ +static_assert(offsetof(PCGMetadata_AddAttribute, InOther) == 0x000000, "Member 'PCGMetadata_AddAttribute::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddAttribute, AttributeName) == 0x000008, "Member 'PCGMetadata_AddAttribute::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddAttributes \ +static_assert(alignof(PCGMetadata_AddAttributes) == 0x000008, "Wrong alignment on PCGMetadata_AddAttributes"); \ +static_assert(sizeof(PCGMetadata_AddAttributes) == 0x000008, "Wrong size on PCGMetadata_AddAttributes"); \ +static_assert(offsetof(PCGMetadata_AddAttributes, InOther) == 0x000000, "Member 'PCGMetadata_AddAttributes::InOther' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddAttributesFiltered \ +static_assert(alignof(PCGMetadata_AddAttributesFiltered) == 0x000008, "Wrong alignment on PCGMetadata_AddAttributesFiltered"); \ +static_assert(sizeof(PCGMetadata_AddAttributesFiltered) == 0x000060, "Wrong size on PCGMetadata_AddAttributesFiltered"); \ +static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InOther) == 0x000000, "Member 'PCGMetadata_AddAttributesFiltered::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_AddAttributesFiltered::InFilteredAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InFilterMode) == 0x000058, "Member 'PCGMetadata_AddAttributesFiltered::InFilterMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddEntry \ +static_assert(alignof(PCGMetadata_AddEntry) == 0x000008, "Wrong alignment on PCGMetadata_AddEntry"); \ +static_assert(sizeof(PCGMetadata_AddEntry) == 0x000010, "Wrong size on PCGMetadata_AddEntry"); \ +static_assert(offsetof(PCGMetadata_AddEntry, ParentEntryKey) == 0x000000, "Member 'PCGMetadata_AddEntry::ParentEntryKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddEntry, ReturnValue) == 0x000008, "Member 'PCGMetadata_AddEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_ClearAttribute \ +static_assert(alignof(PCGMetadata_ClearAttribute) == 0x000004, "Wrong alignment on PCGMetadata_ClearAttribute"); \ +static_assert(sizeof(PCGMetadata_ClearAttribute) == 0x000008, "Wrong size on PCGMetadata_ClearAttribute"); \ +static_assert(offsetof(PCGMetadata_ClearAttribute, AttributeToClear) == 0x000000, "Member 'PCGMetadata_ClearAttribute::AttributeToClear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CopyAttribute \ +static_assert(alignof(PCGMetadata_CopyAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CopyAttribute"); \ +static_assert(sizeof(PCGMetadata_CopyAttribute) == 0x000018, "Wrong size on PCGMetadata_CopyAttribute"); \ +static_assert(offsetof(PCGMetadata_CopyAttribute, InOther) == 0x000000, "Member 'PCGMetadata_CopyAttribute::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyAttribute, AttributeToCopy) == 0x000008, "Member 'PCGMetadata_CopyAttribute::AttributeToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyAttribute, NewAttributeName) == 0x000010, "Member 'PCGMetadata_CopyAttribute::NewAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CopyAttributes \ +static_assert(alignof(PCGMetadata_CopyAttributes) == 0x000008, "Wrong alignment on PCGMetadata_CopyAttributes"); \ +static_assert(sizeof(PCGMetadata_CopyAttributes) == 0x000008, "Wrong size on PCGMetadata_CopyAttributes"); \ +static_assert(offsetof(PCGMetadata_CopyAttributes, InOther) == 0x000000, "Member 'PCGMetadata_CopyAttributes::InOther' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CopyExistingAttribute \ +static_assert(alignof(PCGMetadata_CopyExistingAttribute) == 0x000004, "Wrong alignment on PCGMetadata_CopyExistingAttribute"); \ +static_assert(sizeof(PCGMetadata_CopyExistingAttribute) == 0x000014, "Wrong size on PCGMetadata_CopyExistingAttribute"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, AttributeToCopy) == 0x000000, "Member 'PCGMetadata_CopyExistingAttribute::AttributeToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_CopyExistingAttribute::NewAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, bKeepParent) == 0x000010, "Member 'PCGMetadata_CopyExistingAttribute::bKeepParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, ReturnValue) == 0x000011, "Member 'PCGMetadata_CopyExistingAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateBoolAttribute \ +static_assert(alignof(PCGMetadata_CreateBoolAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateBoolAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateBoolAttribute) == 0x000018, "Wrong size on PCGMetadata_CreateBoolAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateBoolAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateBoolAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, bAllowsInterpolation) == 0x000009, "Member 'PCGMetadata_CreateBoolAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, bOverrideParent) == 0x00000A, "Member 'PCGMetadata_CreateBoolAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateBoolAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateDoubleAttribute \ +static_assert(alignof(PCGMetadata_CreateDoubleAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateDoubleAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateDoubleAttribute) == 0x000020, "Wrong size on PCGMetadata_CreateDoubleAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateDoubleAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateDoubleAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateDoubleAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateDoubleAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateFloatAttribute \ +static_assert(alignof(PCGMetadata_CreateFloatAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateFloatAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateFloatAttribute) == 0x000018, "Wrong size on PCGMetadata_CreateFloatAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateFloatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, bAllowsInterpolation) == 0x00000C, "Member 'PCGMetadata_CreateFloatAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, bOverrideParent) == 0x00000D, "Member 'PCGMetadata_CreateFloatAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateInteger32Attribute \ +static_assert(alignof(PCGMetadata_CreateInteger32Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateInteger32Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateInteger32Attribute) == 0x000018, "Wrong size on PCGMetadata_CreateInteger32Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateInteger32Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateInteger32Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, bAllowsInterpolation) == 0x00000C, "Member 'PCGMetadata_CreateInteger32Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, bOverrideParent) == 0x00000D, "Member 'PCGMetadata_CreateInteger32Attribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateInteger32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateInteger64Attribute \ +static_assert(alignof(PCGMetadata_CreateInteger64Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateInteger64Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateInteger64Attribute) == 0x000020, "Wrong size on PCGMetadata_CreateInteger64Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateInteger64Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateInteger64Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateInteger64Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateInteger64Attribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateInteger64Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateNameAttribute \ +static_assert(alignof(PCGMetadata_CreateNameAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateNameAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateNameAttribute) == 0x000020, "Wrong size on PCGMetadata_CreateNameAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateNameAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateNameAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateNameAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateNameAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateNameAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateQuatAttribute \ +static_assert(alignof(PCGMetadata_CreateQuatAttribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateQuatAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateQuatAttribute) == 0x000040, "Wrong size on PCGMetadata_CreateQuatAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateQuatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateQuatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, bAllowsInterpolation) == 0x000030, "Member 'PCGMetadata_CreateQuatAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, bOverrideParent) == 0x000031, "Member 'PCGMetadata_CreateQuatAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, ReturnValue) == 0x000038, "Member 'PCGMetadata_CreateQuatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateRotatorAttribute \ +static_assert(alignof(PCGMetadata_CreateRotatorAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateRotatorAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateRotatorAttribute) == 0x000030, "Wrong size on PCGMetadata_CreateRotatorAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateRotatorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateRotatorAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, bAllowsInterpolation) == 0x000020, "Member 'PCGMetadata_CreateRotatorAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, bOverrideParent) == 0x000021, "Member 'PCGMetadata_CreateRotatorAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, ReturnValue) == 0x000028, "Member 'PCGMetadata_CreateRotatorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateSoftClassPathAttribute \ +static_assert(alignof(PCGMetadata_CreateSoftClassPathAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateSoftClassPathAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateSoftClassPathAttribute) == 0x000038, "Wrong size on PCGMetadata_CreateSoftClassPathAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateSoftClassPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateSoftClassPathAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, bAllowsInterpolation) == 0x000028, "Member 'PCGMetadata_CreateSoftClassPathAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, bOverrideParent) == 0x000029, "Member 'PCGMetadata_CreateSoftClassPathAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, ReturnValue) == 0x000030, "Member 'PCGMetadata_CreateSoftClassPathAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateSoftObjectPathAttribute \ +static_assert(alignof(PCGMetadata_CreateSoftObjectPathAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateSoftObjectPathAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateSoftObjectPathAttribute) == 0x000038, "Wrong size on PCGMetadata_CreateSoftObjectPathAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, bAllowsInterpolation) == 0x000028, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, bOverrideParent) == 0x000029, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, ReturnValue) == 0x000030, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateStringAttribute \ +static_assert(alignof(PCGMetadata_CreateStringAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateStringAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateStringAttribute) == 0x000028, "Wrong size on PCGMetadata_CreateStringAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateStringAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, bAllowsInterpolation) == 0x000018, "Member 'PCGMetadata_CreateStringAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, bOverrideParent) == 0x000019, "Member 'PCGMetadata_CreateStringAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, ReturnValue) == 0x000020, "Member 'PCGMetadata_CreateStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateTransformAttribute \ +static_assert(alignof(PCGMetadata_CreateTransformAttribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateTransformAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateTransformAttribute) == 0x000080, "Wrong size on PCGMetadata_CreateTransformAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateTransformAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateTransformAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, bAllowsInterpolation) == 0x000070, "Member 'PCGMetadata_CreateTransformAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, bOverrideParent) == 0x000071, "Member 'PCGMetadata_CreateTransformAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, ReturnValue) == 0x000078, "Member 'PCGMetadata_CreateTransformAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateVector2Attribute \ +static_assert(alignof(PCGMetadata_CreateVector2Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateVector2Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateVector2Attribute) == 0x000028, "Wrong size on PCGMetadata_CreateVector2Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVector2Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateVector2Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, bAllowsInterpolation) == 0x000018, "Member 'PCGMetadata_CreateVector2Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, bOverrideParent) == 0x000019, "Member 'PCGMetadata_CreateVector2Attribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, ReturnValue) == 0x000020, "Member 'PCGMetadata_CreateVector2Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateVector4Attribute \ +static_assert(alignof(PCGMetadata_CreateVector4Attribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateVector4Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateVector4Attribute) == 0x000040, "Wrong size on PCGMetadata_CreateVector4Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVector4Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateVector4Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, bAllowsInterpolation) == 0x000030, "Member 'PCGMetadata_CreateVector4Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, bOverrideParent) == 0x000031, "Member 'PCGMetadata_CreateVector4Attribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, ReturnValue) == 0x000038, "Member 'PCGMetadata_CreateVector4Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateVectorAttribute \ +static_assert(alignof(PCGMetadata_CreateVectorAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateVectorAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateVectorAttribute) == 0x000030, "Wrong size on PCGMetadata_CreateVectorAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVectorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateVectorAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, bAllowsInterpolation) == 0x000020, "Member 'PCGMetadata_CreateVectorAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, bOverrideParent) == 0x000021, "Member 'PCGMetadata_CreateVectorAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, ReturnValue) == 0x000028, "Member 'PCGMetadata_CreateVectorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_DeleteAttribute \ +static_assert(alignof(PCGMetadata_DeleteAttribute) == 0x000004, "Wrong alignment on PCGMetadata_DeleteAttribute"); \ +static_assert(sizeof(PCGMetadata_DeleteAttribute) == 0x000008, "Wrong size on PCGMetadata_DeleteAttribute"); \ +static_assert(offsetof(PCGMetadata_DeleteAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_DeleteAttribute::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_Initialize \ +static_assert(alignof(PCGMetadata_Initialize) == 0x000008, "Wrong alignment on PCGMetadata_Initialize"); \ +static_assert(sizeof(PCGMetadata_Initialize) == 0x000008, "Wrong size on PCGMetadata_Initialize"); \ +static_assert(offsetof(PCGMetadata_Initialize, InParent) == 0x000000, "Member 'PCGMetadata_Initialize::InParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_InitializeWithAttributeFilter \ +static_assert(alignof(PCGMetadata_InitializeWithAttributeFilter) == 0x000008, "Wrong alignment on PCGMetadata_InitializeWithAttributeFilter"); \ +static_assert(sizeof(PCGMetadata_InitializeWithAttributeFilter) == 0x000060, "Wrong size on PCGMetadata_InitializeWithAttributeFilter"); \ +static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InParent) == 0x000000, "Member 'PCGMetadata_InitializeWithAttributeFilter::InParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_InitializeWithAttributeFilter::InFilteredAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InFilterMode) == 0x000058, "Member 'PCGMetadata_InitializeWithAttributeFilter::InFilterMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_K2_InitializeAsCopy \ +static_assert(alignof(PCGMetadata_K2_InitializeAsCopy) == 0x000008, "Wrong alignment on PCGMetadata_K2_InitializeAsCopy"); \ +static_assert(sizeof(PCGMetadata_K2_InitializeAsCopy) == 0x000018, "Wrong size on PCGMetadata_K2_InitializeAsCopy"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopy, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_K2_InitializeAsCopy::InMetadataToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopy, InOptionalEntriesToCopy) == 0x000008, "Member 'PCGMetadata_K2_InitializeAsCopy::InOptionalEntriesToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_K2_InitializeAsCopyWithAttributeFilter \ +static_assert(alignof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter) == 0x000008, "Wrong alignment on PCGMetadata_K2_InitializeAsCopyWithAttributeFilter"); \ +static_assert(sizeof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter) == 0x000070, "Wrong size on PCGMetadata_K2_InitializeAsCopyWithAttributeFilter"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InMetadataToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InFilteredAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InOptionalEntriesToCopy) == 0x000058, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InOptionalEntriesToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InFilterMode) == 0x000068, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InFilterMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_MergeAttributesByKey \ +static_assert(alignof(PCGMetadata_MergeAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_MergeAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_MergeAttributesByKey) == 0x000038, "Wrong size on PCGMetadata_MergeAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, KeyA) == 0x000000, "Member 'PCGMetadata_MergeAttributesByKey::KeyA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, MetadataA) == 0x000008, "Member 'PCGMetadata_MergeAttributesByKey::MetadataA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, KeyB) == 0x000010, "Member 'PCGMetadata_MergeAttributesByKey::KeyB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, MetadataB) == 0x000018, "Member 'PCGMetadata_MergeAttributesByKey::MetadataB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, TargetKey) == 0x000020, "Member 'PCGMetadata_MergeAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, Op) == 0x000028, "Member 'PCGMetadata_MergeAttributesByKey::Op' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, OutKey) == 0x000030, "Member 'PCGMetadata_MergeAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_MergePointAttributes \ +static_assert(alignof(PCGMetadata_MergePointAttributes) == 0x000010, "Wrong alignment on PCGMetadata_MergePointAttributes"); \ +static_assert(sizeof(PCGMetadata_MergePointAttributes) == 0x0002A0, "Wrong size on PCGMetadata_MergePointAttributes"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, PointA) == 0x000000, "Member 'PCGMetadata_MergePointAttributes::PointA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, MetadataA) == 0x0000D0, "Member 'PCGMetadata_MergePointAttributes::MetadataA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, PointB) == 0x0000E0, "Member 'PCGMetadata_MergePointAttributes::PointB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, MetadataB) == 0x0001B0, "Member 'PCGMetadata_MergePointAttributes::MetadataB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, TargetPoint) == 0x0001C0, "Member 'PCGMetadata_MergePointAttributes::TargetPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, Op) == 0x000290, "Member 'PCGMetadata_MergePointAttributes::Op' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_RenameAttribute \ +static_assert(alignof(PCGMetadata_RenameAttribute) == 0x000004, "Wrong alignment on PCGMetadata_RenameAttribute"); \ +static_assert(sizeof(PCGMetadata_RenameAttribute) == 0x000014, "Wrong size on PCGMetadata_RenameAttribute"); \ +static_assert(offsetof(PCGMetadata_RenameAttribute, AttributeToRename) == 0x000000, "Member 'PCGMetadata_RenameAttribute::AttributeToRename' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_RenameAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_RenameAttribute::NewAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_RenameAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_RenameAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_ResetPointWeightedAttributes \ +static_assert(alignof(PCGMetadata_ResetPointWeightedAttributes) == 0x000010, "Wrong alignment on PCGMetadata_ResetPointWeightedAttributes"); \ +static_assert(sizeof(PCGMetadata_ResetPointWeightedAttributes) == 0x0000D0, "Wrong size on PCGMetadata_ResetPointWeightedAttributes"); \ +static_assert(offsetof(PCGMetadata_ResetPointWeightedAttributes, OutPoint) == 0x000000, "Member 'PCGMetadata_ResetPointWeightedAttributes::OutPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_ResetWeightedAttributesByKey \ +static_assert(alignof(PCGMetadata_ResetWeightedAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_ResetWeightedAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_ResetWeightedAttributesByKey) == 0x000010, "Wrong size on PCGMetadata_ResetWeightedAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_ResetWeightedAttributesByKey, TargetKey) == 0x000000, "Member 'PCGMetadata_ResetWeightedAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_ResetWeightedAttributesByKey, OutKey) == 0x000008, "Member 'PCGMetadata_ResetWeightedAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_SetAttributesByKey \ +static_assert(alignof(PCGMetadata_SetAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_SetAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_SetAttributesByKey) == 0x000020, "Wrong size on PCGMetadata_SetAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, Key) == 0x000000, "Member 'PCGMetadata_SetAttributesByKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, InMetaData) == 0x000008, "Member 'PCGMetadata_SetAttributesByKey::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, TargetKey) == 0x000010, "Member 'PCGMetadata_SetAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, OutKey) == 0x000018, "Member 'PCGMetadata_SetAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_SetPointAttributes \ +static_assert(alignof(PCGMetadata_SetPointAttributes) == 0x000010, "Wrong alignment on PCGMetadata_SetPointAttributes"); \ +static_assert(sizeof(PCGMetadata_SetPointAttributes) == 0x0001B0, "Wrong size on PCGMetadata_SetPointAttributes"); \ +static_assert(offsetof(PCGMetadata_SetPointAttributes, Point) == 0x000000, "Member 'PCGMetadata_SetPointAttributes::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetPointAttributes, MetaData) == 0x0000D0, "Member 'PCGMetadata_SetPointAttributes::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetPointAttributes, OutPoint) == 0x0000E0, "Member 'PCGMetadata_SetPointAttributes::OutPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_GetAttributeCount \ +static_assert(alignof(PCGMetadata_GetAttributeCount) == 0x000004, "Wrong alignment on PCGMetadata_GetAttributeCount"); \ +static_assert(sizeof(PCGMetadata_GetAttributeCount) == 0x000004, "Wrong size on PCGMetadata_GetAttributeCount"); \ +static_assert(offsetof(PCGMetadata_GetAttributeCount, ReturnValue) == 0x000000, "Member 'PCGMetadata_GetAttributeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_GetAttributes \ +static_assert(alignof(PCGMetadata_GetAttributes) == 0x000008, "Wrong alignment on PCGMetadata_GetAttributes"); \ +static_assert(sizeof(PCGMetadata_GetAttributes) == 0x000020, "Wrong size on PCGMetadata_GetAttributes"); \ +static_assert(offsetof(PCGMetadata_GetAttributes, AttributeNames) == 0x000000, "Member 'PCGMetadata_GetAttributes::AttributeNames' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_GetAttributes, AttributeTypes) == 0x000010, "Member 'PCGMetadata_GetAttributes::AttributeTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_GetItemCountForChild \ +static_assert(alignof(PCGMetadata_GetItemCountForChild) == 0x000008, "Wrong alignment on PCGMetadata_GetItemCountForChild"); \ +static_assert(sizeof(PCGMetadata_GetItemCountForChild) == 0x000008, "Wrong size on PCGMetadata_GetItemCountForChild"); \ +static_assert(offsetof(PCGMetadata_GetItemCountForChild, ReturnValue) == 0x000000, "Member 'PCGMetadata_GetItemCountForChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_HasAttribute \ +static_assert(alignof(PCGMetadata_HasAttribute) == 0x000004, "Wrong alignment on PCGMetadata_HasAttribute"); \ +static_assert(sizeof(PCGMetadata_HasAttribute) == 0x00000C, "Wrong size on PCGMetadata_HasAttribute"); \ +static_assert(offsetof(PCGMetadata_HasAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_HasAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_HasAttribute, ReturnValue) == 0x000008, "Member 'PCGMetadata_HasAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_HasCommonAttributes \ +static_assert(alignof(PCGMetadata_HasCommonAttributes) == 0x000008, "Wrong alignment on PCGMetadata_HasCommonAttributes"); \ +static_assert(sizeof(PCGMetadata_HasCommonAttributes) == 0x000010, "Wrong size on PCGMetadata_HasCommonAttributes"); \ +static_assert(offsetof(PCGMetadata_HasCommonAttributes, InMetaData) == 0x000000, "Member 'PCGMetadata_HasCommonAttributes::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_HasCommonAttributes, ReturnValue) == 0x000008, "Member 'PCGMetadata_HasCommonAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadata \ +static_assert(alignof(UPCGMetadata) == 0x000008, "Wrong alignment on UPCGMetadata"); \ +static_assert(sizeof(UPCGMetadata) == 0x000108, "Wrong size on UPCGMetadata"); \ +static_assert(offsetof(UPCGMetadata, Parent) == 0x000028, "Member 'UPCGMetadata::Parent' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadata, OtherParents) == 0x000030, "Member 'UPCGMetadata::OtherParents' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGAttributeFilteringSettings \ static_assert(alignof(UPCGAttributeFilteringSettings) == 0x000010, "Wrong alignment on UPCGAttributeFilteringSettings"); \ static_assert(sizeof(UPCGAttributeFilteringSettings) == 0x000290, "Wrong size on UPCGAttributeFilteringSettings"); \ @@ -114416,6 +114183,14 @@ static_assert(offsetof(UPCGAttributeFilteringRangeSettings, MinThreshold) == 0x0 static_assert(offsetof(UPCGAttributeFilteringRangeSettings, MaxThreshold) == 0x000280, "Member 'UPCGAttributeFilteringRangeSettings::MaxThreshold' has a wrong offset!"); \ static_assert(offsetof(UPCGAttributeFilteringRangeSettings, bHasSpatialToPointDeprecation) == 0x000430, "Member 'UPCGAttributeFilteringRangeSettings::bHasSpatialToPointDeprecation' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGDifferenceSettings \ +static_assert(alignof(UPCGDifferenceSettings) == 0x000008, "Wrong alignment on UPCGDifferenceSettings"); \ +static_assert(sizeof(UPCGDifferenceSettings) == 0x0000B0, "Wrong size on UPCGDifferenceSettings"); \ +static_assert(offsetof(UPCGDifferenceSettings, DensityFunction) == 0x0000A8, "Member 'UPCGDifferenceSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, Mode) == 0x0000A9, "Member 'UPCGDifferenceSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, bDiffMetadata) == 0x0000AA, "Member 'UPCGDifferenceSettings::bDiffMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, bKeepZeroDensityPoints) == 0x0000AB, "Member 'UPCGDifferenceSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast \ static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast"); \ static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast) == 0x000058, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast"); \ @@ -114496,6 +114271,16 @@ static_assert(alignof(UPCGBooleanSelectSettings) == 0x000008, "Wrong alignment o static_assert(sizeof(UPCGBooleanSelectSettings) == 0x0000B0, "Wrong size on UPCGBooleanSelectSettings"); \ static_assert(offsetof(UPCGBooleanSelectSettings, bUseInputB) == 0x0000A8, "Member 'UPCGBooleanSelectSettings::bUseInputB' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGEdge \ +static_assert(alignof(UPCGEdge) == 0x000008, "Wrong alignment on UPCGEdge"); \ +static_assert(sizeof(UPCGEdge) == 0x000058, "Wrong size on UPCGEdge"); \ +static_assert(offsetof(UPCGEdge, InboundLabel) == 0x000028, "Member 'UPCGEdge::InboundLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, InboundNode) == 0x000030, "Member 'UPCGEdge::InboundNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, OutboundLabel) == 0x000038, "Member 'UPCGEdge::OutboundLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, OutboundNode) == 0x000040, "Member 'UPCGEdge::OutboundNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, InputPin) == 0x000048, "Member 'UPCGEdge::InputPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, OutputPin) == 0x000050, "Member 'UPCGEdge::OutputPin' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGBranchSettings \ static_assert(alignof(UPCGBranchSettings) == 0x000008, "Wrong alignment on UPCGBranchSettings"); \ static_assert(sizeof(UPCGBranchSettings) == 0x0000B0, "Wrong size on UPCGBranchSettings"); \ @@ -114619,6 +114404,17 @@ static_assert(offsetof(UPCGSpatialData, MetaData) == 0x000048, "Member 'UPCGSpat static_assert(offsetof(UPCGSpatialData, bHasCachedLastSelector) == 0x000050, "Member 'UPCGSpatialData::bHasCachedLastSelector' has a wrong offset!"); \ static_assert(offsetof(UPCGSpatialData, CachedLastSelector) == 0x000058, "Member 'UPCGSpatialData::CachedLastSelector' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGMeshSelectorBase \ +static_assert(alignof(UPCGMeshSelectorBase) == 0x000008, "Wrong alignment on UPCGMeshSelectorBase"); \ +static_assert(sizeof(UPCGMeshSelectorBase) == 0x000028, "Wrong size on UPCGMeshSelectorBase"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSelectorWeighted \ +static_assert(alignof(UPCGMeshSelectorWeighted) == 0x000008, "Wrong alignment on UPCGMeshSelectorWeighted"); \ +static_assert(sizeof(UPCGMeshSelectorWeighted) == 0x000050, "Wrong size on UPCGMeshSelectorWeighted"); \ +static_assert(offsetof(UPCGMeshSelectorWeighted, MeshEntries) == 0x000028, "Member 'UPCGMeshSelectorWeighted::MeshEntries' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeighted, bUseAttributeMaterialOverrides) == 0x000038, "Member 'UPCGMeshSelectorWeighted::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeighted, MaterialOverrideAttributes) == 0x000040, "Member 'UPCGMeshSelectorWeighted::MaterialOverrideAttributes' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGSpatialDataWithPointCache \ static_assert(alignof(UPCGSpatialDataWithPointCache) == 0x000008, "Wrong alignment on UPCGSpatialDataWithPointCache"); \ static_assert(sizeof(UPCGSpatialDataWithPointCache) == 0x0000D0, "Wrong size on UPCGSpatialDataWithPointCache"); \ @@ -114626,26 +114422,6 @@ static_assert(offsetof(UPCGSpatialDataWithPointCache, CachedPointData) == 0x0000 static_assert(offsetof(UPCGSpatialDataWithPointCache, CachedBoundedPointDataBoxes) == 0x000088, "Member 'UPCGSpatialDataWithPointCache::CachedBoundedPointDataBoxes' has a wrong offset!"); \ static_assert(offsetof(UPCGSpatialDataWithPointCache, CachedBoundedPointData) == 0x000098, "Member 'UPCGSpatialDataWithPointCache::CachedBoundedPointData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_PCGGraphInterface_GetMutablePCGGraph \ -static_assert(alignof(PCGGraphInterface_GetMutablePCGGraph) == 0x000008, "Wrong alignment on PCGGraphInterface_GetMutablePCGGraph"); \ -static_assert(sizeof(PCGGraphInterface_GetMutablePCGGraph) == 0x000008, "Wrong size on PCGGraphInterface_GetMutablePCGGraph"); \ -static_assert(offsetof(PCGGraphInterface_GetMutablePCGGraph, ReturnValue) == 0x000000, "Member 'PCGGraphInterface_GetMutablePCGGraph::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraphInterface_GetConstPCGGraph \ -static_assert(alignof(PCGGraphInterface_GetConstPCGGraph) == 0x000008, "Wrong alignment on PCGGraphInterface_GetConstPCGGraph"); \ -static_assert(sizeof(PCGGraphInterface_GetConstPCGGraph) == 0x000008, "Wrong size on PCGGraphInterface_GetConstPCGGraph"); \ -static_assert(offsetof(PCGGraphInterface_GetConstPCGGraph, ReturnValue) == 0x000000, "Member 'PCGGraphInterface_GetConstPCGGraph::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGraphInterface \ -static_assert(alignof(UPCGGraphInterface) == 0x000008, "Wrong alignment on UPCGGraphInterface"); \ -static_assert(sizeof(UPCGGraphInterface) == 0x000028, "Wrong size on UPCGGraphInterface"); \ - -#define DUMPER7_ASSERTS_UPCGGraphInstance \ -static_assert(alignof(UPCGGraphInstance) == 0x000008, "Wrong alignment on UPCGGraphInstance"); \ -static_assert(sizeof(UPCGGraphInstance) == 0x000090, "Wrong size on UPCGGraphInstance"); \ -static_assert(offsetof(UPCGGraphInstance, Graph) == 0x000028, "Member 'UPCGGraphInstance::Graph' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraphInstance, ParametersOverrides) == 0x000030, "Member 'UPCGGraphInstance::ParametersOverrides' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGCollisionShapeData \ static_assert(alignof(UPCGCollisionShapeData) == 0x000010, "Wrong alignment on UPCGCollisionShapeData"); \ static_assert(sizeof(UPCGCollisionShapeData) == 0x0001C0, "Wrong size on UPCGCollisionShapeData"); \ @@ -114653,6 +114429,13 @@ static_assert(offsetof(UPCGCollisionShapeData, Transform) == 0x0000D0, "Member ' static_assert(offsetof(UPCGCollisionShapeData, CachedBounds) == 0x000148, "Member 'UPCGCollisionShapeData::CachedBounds' has a wrong offset!"); \ static_assert(offsetof(UPCGCollisionShapeData, CachedStrictBounds) == 0x000180, "Member 'UPCGCollisionShapeData::CachedStrictBounds' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGLinearDensityRemapSettings \ +static_assert(alignof(UPCGLinearDensityRemapSettings) == 0x000008, "Wrong alignment on UPCGLinearDensityRemapSettings"); \ +static_assert(sizeof(UPCGLinearDensityRemapSettings) == 0x0000B8, "Wrong size on UPCGLinearDensityRemapSettings"); \ +static_assert(offsetof(UPCGLinearDensityRemapSettings, RemapMin) == 0x0000A8, "Member 'UPCGLinearDensityRemapSettings::RemapMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGLinearDensityRemapSettings, RemapMax) == 0x0000AC, "Member 'UPCGLinearDensityRemapSettings::RemapMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGLinearDensityRemapSettings, bMultiplyDensity) == 0x0000B0, "Member 'UPCGLinearDensityRemapSettings::bMultiplyDensity' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGCombinePointsSettings \ static_assert(alignof(UPCGCombinePointsSettings) == 0x000010, "Wrong alignment on UPCGCombinePointsSettings"); \ static_assert(sizeof(UPCGCombinePointsSettings) == 0x000110, "Wrong size on UPCGCombinePointsSettings"); \ @@ -114660,19 +114443,16 @@ static_assert(offsetof(UPCGCombinePointsSettings, bCenterPivot) == 0x0000A8, "Me static_assert(offsetof(UPCGCombinePointsSettings, bUseFirstPointTransform) == 0x0000A9, "Member 'UPCGCombinePointsSettings::bUseFirstPointTransform' has a wrong offset!"); \ static_assert(offsetof(UPCGCombinePointsSettings, PointTransform) == 0x0000B0, "Member 'UPCGCombinePointsSettings::PointTransform' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGIndirectionSettings \ -static_assert(alignof(UPCGIndirectionSettings) == 0x000008, "Wrong alignment on UPCGIndirectionSettings"); \ -static_assert(sizeof(UPCGIndirectionSettings) == 0x0000F0, "Wrong size on UPCGIndirectionSettings"); \ -static_assert(offsetof(UPCGIndirectionSettings, ProxyInterfaceMode) == 0x0000A8, "Member 'UPCGIndirectionSettings::ProxyInterfaceMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGIndirectionSettings, SettingsClass) == 0x0000B0, "Member 'UPCGIndirectionSettings::SettingsClass' has a wrong offset!"); \ -static_assert(offsetof(UPCGIndirectionSettings, BlueprintElementClass) == 0x0000B8, "Member 'UPCGIndirectionSettings::BlueprintElementClass' has a wrong offset!"); \ -static_assert(offsetof(UPCGIndirectionSettings, Settings) == 0x0000C0, "Member 'UPCGIndirectionSettings::Settings' has a wrong offset!"); \ -static_assert(offsetof(UPCGIndirectionSettings, bTagOutputsBasedOnOutputPins) == 0x0000E8, "Member 'UPCGIndirectionSettings::bTagOutputsBasedOnOutputPins' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGConvexHull2DSettings \ static_assert(alignof(UPCGConvexHull2DSettings) == 0x000008, "Wrong alignment on UPCGConvexHull2DSettings"); \ static_assert(sizeof(UPCGConvexHull2DSettings) == 0x0000A8, "Wrong size on UPCGConvexHull2DSettings"); \ +#define DUMPER7_ASSERTS_UPCGInnerIntersectionSettings \ +static_assert(alignof(UPCGInnerIntersectionSettings) == 0x000008, "Wrong alignment on UPCGInnerIntersectionSettings"); \ +static_assert(sizeof(UPCGInnerIntersectionSettings) == 0x0000B0, "Wrong size on UPCGInnerIntersectionSettings"); \ +static_assert(offsetof(UPCGInnerIntersectionSettings, DensityFunction) == 0x0000A8, "Member 'UPCGInnerIntersectionSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGInnerIntersectionSettings, bKeepZeroDensityPoints) == 0x0000A9, "Member 'UPCGInnerIntersectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGCreatePointsSettings \ static_assert(alignof(UPCGCreatePointsSettings) == 0x000008, "Wrong alignment on UPCGCreatePointsSettings"); \ static_assert(sizeof(UPCGCreatePointsSettings) == 0x0000C0, "Wrong size on UPCGCreatePointsSettings"); \ @@ -114680,48 +114460,6 @@ static_assert(offsetof(UPCGCreatePointsSettings, PointsToCreate) == 0x0000A8, "M static_assert(offsetof(UPCGCreatePointsSettings, CoordinateSpace) == 0x0000B8, "Member 'UPCGCreatePointsSettings::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(UPCGCreatePointsSettings, bCullPointsOutsideVolume) == 0x0000B9, "Member 'UPCGCreatePointsSettings::bCullPointsOutsideVolume' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_PCGParamData_FindOrAddMetadataKey \ -static_assert(alignof(PCGParamData_FindOrAddMetadataKey) == 0x000008, "Wrong alignment on PCGParamData_FindOrAddMetadataKey"); \ -static_assert(sizeof(PCGParamData_FindOrAddMetadataKey) == 0x000010, "Wrong size on PCGParamData_FindOrAddMetadataKey"); \ -static_assert(offsetof(PCGParamData_FindOrAddMetadataKey, InName) == 0x000000, "Member 'PCGParamData_FindOrAddMetadataKey::InName' has a wrong offset!"); \ -static_assert(offsetof(PCGParamData_FindOrAddMetadataKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FindOrAddMetadataKey::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGParamData_MutableMetadata \ -static_assert(alignof(PCGParamData_MutableMetadata) == 0x000008, "Wrong alignment on PCGParamData_MutableMetadata"); \ -static_assert(sizeof(PCGParamData_MutableMetadata) == 0x000008, "Wrong size on PCGParamData_MutableMetadata"); \ -static_assert(offsetof(PCGParamData_MutableMetadata, ReturnValue) == 0x000000, "Member 'PCGParamData_MutableMetadata::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGParamData_ConstMetadata \ -static_assert(alignof(PCGParamData_ConstMetadata) == 0x000008, "Wrong alignment on PCGParamData_ConstMetadata"); \ -static_assert(sizeof(PCGParamData_ConstMetadata) == 0x000008, "Wrong size on PCGParamData_ConstMetadata"); \ -static_assert(offsetof(PCGParamData_ConstMetadata, ReturnValue) == 0x000000, "Member 'PCGParamData_ConstMetadata::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGParamData_FilterParamsByKey \ -static_assert(alignof(PCGParamData_FilterParamsByKey) == 0x000008, "Wrong alignment on PCGParamData_FilterParamsByKey"); \ -static_assert(sizeof(PCGParamData_FilterParamsByKey) == 0x000010, "Wrong size on PCGParamData_FilterParamsByKey"); \ -static_assert(offsetof(PCGParamData_FilterParamsByKey, InKey) == 0x000000, "Member 'PCGParamData_FilterParamsByKey::InKey' has a wrong offset!"); \ -static_assert(offsetof(PCGParamData_FilterParamsByKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FilterParamsByKey::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGParamData_FilterParamsByName \ -static_assert(alignof(PCGParamData_FilterParamsByName) == 0x000008, "Wrong alignment on PCGParamData_FilterParamsByName"); \ -static_assert(sizeof(PCGParamData_FilterParamsByName) == 0x000010, "Wrong size on PCGParamData_FilterParamsByName"); \ -static_assert(offsetof(PCGParamData_FilterParamsByName, InName) == 0x000000, "Member 'PCGParamData_FilterParamsByName::InName' has a wrong offset!"); \ -static_assert(offsetof(PCGParamData_FilterParamsByName, ReturnValue) == 0x000008, "Member 'PCGParamData_FilterParamsByName::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGParamData_FindMetadataKey \ -static_assert(alignof(PCGParamData_FindMetadataKey) == 0x000008, "Wrong alignment on PCGParamData_FindMetadataKey"); \ -static_assert(sizeof(PCGParamData_FindMetadataKey) == 0x000010, "Wrong size on PCGParamData_FindMetadataKey"); \ -static_assert(offsetof(PCGParamData_FindMetadataKey, InName) == 0x000000, "Member 'PCGParamData_FindMetadataKey::InName' has a wrong offset!"); \ -static_assert(offsetof(PCGParamData_FindMetadataKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FindMetadataKey::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGParamData \ -static_assert(alignof(UPCGParamData) == 0x000008, "Wrong alignment on UPCGParamData"); \ -static_assert(sizeof(UPCGParamData) == 0x0000C0, "Wrong size on UPCGParamData"); \ -static_assert(offsetof(UPCGParamData, MetaData) == 0x000038, "Member 'UPCGParamData::MetaData' has a wrong offset!"); \ -static_assert(offsetof(UPCGParamData, NameMap) == 0x000040, "Member 'UPCGParamData::NameMap' has a wrong offset!"); \ -static_assert(offsetof(UPCGParamData, bHasCachedLastSelector) == 0x000090, "Member 'UPCGParamData::bHasCachedLastSelector' has a wrong offset!"); \ -static_assert(offsetof(UPCGParamData, CachedLastSelector) == 0x000098, "Member 'UPCGParamData::CachedLastSelector' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGCreatePointsGridSettings \ static_assert(alignof(UPCGCreatePointsGridSettings) == 0x000008, "Wrong alignment on UPCGCreatePointsGridSettings"); \ static_assert(sizeof(UPCGCreatePointsGridSettings) == 0x0000E0, "Wrong size on UPCGCreatePointsGridSettings"); \ @@ -114732,6 +114470,23 @@ static_assert(offsetof(UPCGCreatePointsGridSettings, bSetPointsBounds) == 0x0000 static_assert(offsetof(UPCGCreatePointsGridSettings, bCullPointsOutsideVolume) == 0x0000DA, "Member 'UPCGCreatePointsGridSettings::bCullPointsOutsideVolume' has a wrong offset!"); \ static_assert(offsetof(UPCGCreatePointsGridSettings, PointPosition) == 0x0000DB, "Member 'UPCGCreatePointsGridSettings::PointPosition' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGBlueprintSettings_SetElementType \ +static_assert(alignof(PCGBlueprintSettings_SetElementType) == 0x000008, "Wrong alignment on PCGBlueprintSettings_SetElementType"); \ +static_assert(sizeof(PCGBlueprintSettings_SetElementType) == 0x000010, "Wrong size on PCGBlueprintSettings_SetElementType"); \ +static_assert(offsetof(PCGBlueprintSettings_SetElementType, InElementType) == 0x000000, "Member 'PCGBlueprintSettings_SetElementType::InElementType' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintSettings_SetElementType, ElementInstance) == 0x000008, "Member 'PCGBlueprintSettings_SetElementType::ElementInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintSettings_GetElementType \ +static_assert(alignof(PCGBlueprintSettings_GetElementType) == 0x000008, "Wrong alignment on PCGBlueprintSettings_GetElementType"); \ +static_assert(sizeof(PCGBlueprintSettings_GetElementType) == 0x000008, "Wrong size on PCGBlueprintSettings_GetElementType"); \ +static_assert(offsetof(PCGBlueprintSettings_GetElementType, ReturnValue) == 0x000000, "Member 'PCGBlueprintSettings_GetElementType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintSettings \ +static_assert(alignof(UPCGBlueprintSettings) == 0x000008, "Wrong alignment on UPCGBlueprintSettings"); \ +static_assert(sizeof(UPCGBlueprintSettings) == 0x0000B8, "Wrong size on UPCGBlueprintSettings"); \ +static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementType) == 0x0000A8, "Member 'UPCGBlueprintSettings::BlueprintElementType' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementInstance) == 0x0000B0, "Member 'UPCGBlueprintSettings::BlueprintElementInstance' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGCullPointsOutsideActorBoundsSettings \ static_assert(alignof(UPCGCullPointsOutsideActorBoundsSettings) == 0x000008, "Wrong alignment on UPCGCullPointsOutsideActorBoundsSettings"); \ static_assert(sizeof(UPCGCullPointsOutsideActorBoundsSettings) == 0x0000B0, "Wrong size on UPCGCullPointsOutsideActorBoundsSettings"); \ @@ -114743,21 +114498,16 @@ static_assert(sizeof(UPCGDataAsset) == 0x000068, "Wrong size on UPCGDataAsset"); static_assert(offsetof(UPCGDataAsset, Data) == 0x000028, "Member 'UPCGDataAsset::Data' has a wrong offset!"); \ static_assert(offsetof(UPCGDataAsset, Name_0) == 0x000058, "Member 'UPCGDataAsset::Name_0' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGDebugSettings \ +static_assert(alignof(UPCGDebugSettings) == 0x000008, "Wrong alignment on UPCGDebugSettings"); \ +static_assert(sizeof(UPCGDebugSettings) == 0x0000D0, "Wrong size on UPCGDebugSettings"); \ +static_assert(offsetof(UPCGDebugSettings, TargetActor) == 0x0000A8, "Member 'UPCGDebugSettings::TargetActor' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGExternalDataSettings \ static_assert(alignof(UPCGExternalDataSettings) == 0x000008, "Wrong alignment on UPCGExternalDataSettings"); \ static_assert(sizeof(UPCGExternalDataSettings) == 0x0000F8, "Wrong size on UPCGExternalDataSettings"); \ static_assert(offsetof(UPCGExternalDataSettings, AttributeMapping) == 0x0000A8, "Member 'UPCGExternalDataSettings::AttributeMapping' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGFilterDataBaseSettings \ -static_assert(alignof(UPCGFilterDataBaseSettings) == 0x000008, "Wrong alignment on UPCGFilterDataBaseSettings"); \ -static_assert(sizeof(UPCGFilterDataBaseSettings) == 0x0000A8, "Wrong size on UPCGFilterDataBaseSettings"); \ - -#define DUMPER7_ASSERTS_UPCGFilterByTypeSettings \ -static_assert(alignof(UPCGFilterByTypeSettings) == 0x000008, "Wrong alignment on UPCGFilterByTypeSettings"); \ -static_assert(sizeof(UPCGFilterByTypeSettings) == 0x0000B0, "Wrong size on UPCGFilterByTypeSettings"); \ -static_assert(offsetof(UPCGFilterByTypeSettings, TargetType) == 0x0000A8, "Member 'UPCGFilterByTypeSettings::TargetType' has a wrong offset!"); \ -static_assert(offsetof(UPCGFilterByTypeSettings, bShowOutsideFilter) == 0x0000AC, "Member 'UPCGFilterByTypeSettings::bShowOutsideFilter' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGLoadDataTableSettings \ static_assert(alignof(UPCGLoadDataTableSettings) == 0x000008, "Wrong alignment on UPCGLoadDataTableSettings"); \ static_assert(sizeof(UPCGLoadDataTableSettings) == 0x000128, "Wrong size on UPCGLoadDataTableSettings"); \ @@ -114765,35 +114515,52 @@ static_assert(offsetof(UPCGLoadDataTableSettings, DataTable) == 0x0000F8, "Membe static_assert(offsetof(UPCGLoadDataTableSettings, OutputType) == 0x000120, "Member 'UPCGLoadDataTableSettings::OutputType' has a wrong offset!"); \ static_assert(offsetof(UPCGLoadDataTableSettings, bSynchronousLoad) == 0x000121, "Member 'UPCGLoadDataTableSettings::bSynchronousLoad' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGGetLoopIndexSettings \ +static_assert(alignof(UPCGGetLoopIndexSettings) == 0x000008, "Wrong alignment on UPCGGetLoopIndexSettings"); \ +static_assert(sizeof(UPCGGetLoopIndexSettings) == 0x0000B0, "Wrong size on UPCGGetLoopIndexSettings"); \ +static_assert(offsetof(UPCGGetLoopIndexSettings, bWarnIfCalledOutsideOfLoop) == 0x0000A8, "Member 'UPCGGetLoopIndexSettings::bWarnIfCalledOutsideOfLoop' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGManagedResource \ static_assert(alignof(UPCGManagedResource) == 0x000008, "Wrong alignment on UPCGManagedResource"); \ static_assert(sizeof(UPCGManagedResource) == 0x000038, "Wrong size on UPCGManagedResource"); \ static_assert(offsetof(UPCGManagedResource, Crc) == 0x000028, "Member 'UPCGManagedResource::Crc' has a wrong offset!"); \ static_assert(offsetof(UPCGManagedResource, bIsMarkedUnused) == 0x000030, "Member 'UPCGManagedResource::bIsMarkedUnused' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGPointFromMeshSettings \ -static_assert(alignof(UPCGPointFromMeshSettings) == 0x000008, "Wrong alignment on UPCGPointFromMeshSettings"); \ -static_assert(sizeof(UPCGPointFromMeshSettings) == 0x0000E0, "Wrong size on UPCGPointFromMeshSettings"); \ -static_assert(offsetof(UPCGPointFromMeshSettings, StaticMesh) == 0x0000A8, "Member 'UPCGPointFromMeshSettings::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(UPCGPointFromMeshSettings, MeshPathAttributeName) == 0x0000D0, "Member 'UPCGPointFromMeshSettings::MeshPathAttributeName' has a wrong offset!"); \ -static_assert(offsetof(UPCGPointFromMeshSettings, bSynchronousLoad) == 0x0000D8, "Member 'UPCGPointFromMeshSettings::bSynchronousLoad' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGManagedComponent \ static_assert(alignof(UPCGManagedComponent) == 0x000008, "Wrong alignment on UPCGManagedComponent"); \ static_assert(sizeof(UPCGManagedComponent) == 0x000060, "Wrong size on UPCGManagedComponent"); \ static_assert(offsetof(UPCGManagedComponent, GeneratedComponent) == 0x000038, "Member 'UPCGManagedComponent::GeneratedComponent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGPointMatchAndSetSettings_SetMatchAndSetType \ +static_assert(alignof(PCGPointMatchAndSetSettings_SetMatchAndSetType) == 0x000008, "Wrong alignment on PCGPointMatchAndSetSettings_SetMatchAndSetType"); \ +static_assert(sizeof(PCGPointMatchAndSetSettings_SetMatchAndSetType) == 0x000008, "Wrong size on PCGPointMatchAndSetSettings_SetMatchAndSetType"); \ +static_assert(offsetof(PCGPointMatchAndSetSettings_SetMatchAndSetType, InMatchAndSetType) == 0x000000, "Member 'PCGPointMatchAndSetSettings_SetMatchAndSetType::InMatchAndSetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointMatchAndSetSettings \ +static_assert(alignof(UPCGPointMatchAndSetSettings) == 0x000008, "Wrong alignment on UPCGPointMatchAndSetSettings"); \ +static_assert(sizeof(UPCGPointMatchAndSetSettings) == 0x0000E8, "Wrong size on UPCGPointMatchAndSetSettings"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetType) == 0x0000A8, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetType' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetInstance) == 0x0000B0, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTarget) == 0x0000B8, "Member 'UPCGPointMatchAndSetSettings::SetTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTargetType) == 0x0000E0, "Member 'UPCGPointMatchAndSetSettings::SetTargetType' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGManagedDebugDrawComponent \ static_assert(alignof(UPCGManagedDebugDrawComponent) == 0x000008, "Wrong alignment on UPCGManagedDebugDrawComponent"); \ static_assert(sizeof(UPCGManagedDebugDrawComponent) == 0x000060, "Wrong size on UPCGManagedDebugDrawComponent"); \ +#define DUMPER7_ASSERTS_UPCGDebugDrawComponent \ +static_assert(alignof(UPCGDebugDrawComponent) == 0x000010, "Wrong alignment on UPCGDebugDrawComponent"); \ +static_assert(sizeof(UPCGDebugDrawComponent) == 0x000580, "Wrong size on UPCGDebugDrawComponent"); \ + #define DUMPER7_ASSERTS_UPCGBaseSubgraphSettings \ static_assert(alignof(UPCGBaseSubgraphSettings) == 0x000008, "Wrong alignment on UPCGBaseSubgraphSettings"); \ static_assert(sizeof(UPCGBaseSubgraphSettings) == 0x0000A8, "Wrong size on UPCGBaseSubgraphSettings"); \ -#define DUMPER7_ASSERTS_UPCGDebugDrawComponent \ -static_assert(alignof(UPCGDebugDrawComponent) == 0x000010, "Wrong alignment on UPCGDebugDrawComponent"); \ -static_assert(sizeof(UPCGDebugDrawComponent) == 0x000580, "Wrong size on UPCGDebugDrawComponent"); \ +#define DUMPER7_ASSERTS_UPCGSubgraphSettings \ +static_assert(alignof(UPCGSubgraphSettings) == 0x000008, "Wrong alignment on UPCGSubgraphSettings"); \ +static_assert(sizeof(UPCGSubgraphSettings) == 0x0000B8, "Wrong size on UPCGSubgraphSettings"); \ +static_assert(offsetof(UPCGSubgraphSettings, SubgraphInstance) == 0x0000A8, "Member 'UPCGSubgraphSettings::SubgraphInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubgraphSettings, SubgraphOverride) == 0x0000B0, "Member 'UPCGSubgraphSettings::SubgraphOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPCGDeleteAttributesSettings \ static_assert(alignof(UPCGDeleteAttributesSettings) == 0x000008, "Wrong alignment on UPCGDeleteAttributesSettings"); \ @@ -114801,18 +114568,22 @@ static_assert(sizeof(UPCGDeleteAttributesSettings) == 0x0000C0, "Wrong size on U static_assert(offsetof(UPCGDeleteAttributesSettings, Operation) == 0x0000A8, "Member 'UPCGDeleteAttributesSettings::Operation' has a wrong offset!"); \ static_assert(offsetof(UPCGDeleteAttributesSettings, SelectedAttributes) == 0x0000B0, "Member 'UPCGDeleteAttributesSettings::SelectedAttributes' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGFilterByIndexSettings \ -static_assert(alignof(UPCGFilterByIndexSettings) == 0x000008, "Wrong alignment on UPCGFilterByIndexSettings"); \ -static_assert(sizeof(UPCGFilterByIndexSettings) == 0x0000C0, "Wrong size on UPCGFilterByIndexSettings"); \ -static_assert(offsetof(UPCGFilterByIndexSettings, bInvertFilter) == 0x0000A8, "Member 'UPCGFilterByIndexSettings::bInvertFilter' has a wrong offset!"); \ -static_assert(offsetof(UPCGFilterByIndexSettings, SelectedIndices) == 0x0000B0, "Member 'UPCGFilterByIndexSettings::SelectedIndices' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGDeleteTagsSettings \ static_assert(alignof(UPCGDeleteTagsSettings) == 0x000008, "Wrong alignment on UPCGDeleteTagsSettings"); \ static_assert(sizeof(UPCGDeleteTagsSettings) == 0x0000C0, "Wrong size on UPCGDeleteTagsSettings"); \ static_assert(offsetof(UPCGDeleteTagsSettings, Operation) == 0x0000A8, "Member 'UPCGDeleteTagsSettings::Operation' has a wrong offset!"); \ static_assert(offsetof(UPCGDeleteTagsSettings, SelectedTags) == 0x0000B0, "Member 'UPCGDeleteTagsSettings::SelectedTags' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGFilterDataBaseSettings \ +static_assert(alignof(UPCGFilterDataBaseSettings) == 0x000008, "Wrong alignment on UPCGFilterDataBaseSettings"); \ +static_assert(sizeof(UPCGFilterDataBaseSettings) == 0x0000A8, "Wrong size on UPCGFilterDataBaseSettings"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByTagSettings \ +static_assert(alignof(UPCGFilterByTagSettings) == 0x000008, "Wrong alignment on UPCGFilterByTagSettings"); \ +static_assert(sizeof(UPCGFilterByTagSettings) == 0x0000C0, "Wrong size on UPCGFilterByTagSettings"); \ +static_assert(offsetof(UPCGFilterByTagSettings, Operation) == 0x0000A8, "Member 'UPCGFilterByTagSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByTagSettings, SelectedTags) == 0x0000B0, "Member 'UPCGFilterByTagSettings::SelectedTags' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGDistanceSettings \ static_assert(alignof(UPCGDistanceSettings) == 0x000008, "Wrong alignment on UPCGDistanceSettings"); \ static_assert(sizeof(UPCGDistanceSettings) == 0x0000F0, "Wrong size on UPCGDistanceSettings"); \ @@ -114824,11 +114595,6 @@ static_assert(offsetof(UPCGDistanceSettings, MaximumDistance) == 0x0000E0, "Memb static_assert(offsetof(UPCGDistanceSettings, SourceShape) == 0x0000E8, "Member 'UPCGDistanceSettings::SourceShape' has a wrong offset!"); \ static_assert(offsetof(UPCGDistanceSettings, TargetShape) == 0x0000EC, "Member 'UPCGDistanceSettings::TargetShape' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGMergeSettings \ -static_assert(alignof(UPCGMergeSettings) == 0x000008, "Wrong alignment on UPCGMergeSettings"); \ -static_assert(sizeof(UPCGMergeSettings) == 0x0000B0, "Wrong size on UPCGMergeSettings"); \ -static_assert(offsetof(UPCGMergeSettings, bMergeMetadata) == 0x0000A8, "Member 'UPCGMergeSettings::bMergeMetadata' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGDuplicatePointSettings \ static_assert(alignof(UPCGDuplicatePointSettings) == 0x000010, "Wrong alignment on UPCGDuplicatePointSettings"); \ static_assert(sizeof(UPCGDuplicatePointSettings) == 0x000130, "Wrong size on UPCGDuplicatePointSettings"); \ @@ -114838,10 +114604,23 @@ static_assert(offsetof(UPCGDuplicatePointSettings, bDirectionAppliedInRelativeSp static_assert(offsetof(UPCGDuplicatePointSettings, bOutputSourcePoint) == 0x0000C9, "Member 'UPCGDuplicatePointSettings::bOutputSourcePoint' has a wrong offset!"); \ static_assert(offsetof(UPCGDuplicatePointSettings, PointTransform) == 0x0000D0, "Member 'UPCGDuplicatePointSettings::PointTransform' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGPointExtentsModifierSettings \ +static_assert(alignof(UPCGPointExtentsModifierSettings) == 0x000008, "Wrong alignment on UPCGPointExtentsModifierSettings"); \ +static_assert(sizeof(UPCGPointExtentsModifierSettings) == 0x0000C8, "Wrong size on UPCGPointExtentsModifierSettings"); \ +static_assert(offsetof(UPCGPointExtentsModifierSettings, Extents) == 0x0000A8, "Member 'UPCGPointExtentsModifierSettings::Extents' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointExtentsModifierSettings, Mode) == 0x0000C0, "Member 'UPCGPointExtentsModifierSettings::Mode' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGBadOutputsNodeSettings \ static_assert(alignof(UPCGBadOutputsNodeSettings) == 0x000008, "Wrong alignment on UPCGBadOutputsNodeSettings"); \ static_assert(sizeof(UPCGBadOutputsNodeSettings) == 0x0000A8, "Wrong size on UPCGBadOutputsNodeSettings"); \ +#define DUMPER7_ASSERTS_UPCGEngineSettings \ +static_assert(alignof(UPCGEngineSettings) == 0x000008, "Wrong alignment on UPCGEngineSettings"); \ +static_assert(sizeof(UPCGEngineSettings) == 0x000058, "Wrong size on UPCGEngineSettings"); \ +static_assert(offsetof(UPCGEngineSettings, VolumeScale) == 0x000038, "Member 'UPCGEngineSettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGEngineSettings, bGenerateOnDrop) == 0x000050, "Member 'UPCGEngineSettings::bGenerateOnDrop' has a wrong offset!"); \ +static_assert(offsetof(UPCGEngineSettings, bDisplayCullingStateWhenDebugging) == 0x000051, "Member 'UPCGEngineSettings::bDisplayCullingStateWhenDebugging' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_PCGNode_AddEdgeTo \ static_assert(alignof(PCGNode_AddEdgeTo) == 0x000008, "Wrong alignment on PCGNode_AddEdgeTo"); \ static_assert(sizeof(PCGNode_AddEdgeTo) == 0x000020, "Wrong size on PCGNode_AddEdgeTo"); \ @@ -114883,46 +114662,45 @@ static_assert(offsetof(UPCGNode, OutputPins) == 0x000078, "Member 'UPCGNode::Out static_assert(alignof(UPCGBaseSubgraphNode) == 0x000008, "Wrong alignment on UPCGBaseSubgraphNode"); \ static_assert(sizeof(UPCGBaseSubgraphNode) == 0x000088, "Wrong size on UPCGBaseSubgraphNode"); \ -#define DUMPER7_ASSERTS_UPCGEngineSettings \ -static_assert(alignof(UPCGEngineSettings) == 0x000008, "Wrong alignment on UPCGEngineSettings"); \ -static_assert(sizeof(UPCGEngineSettings) == 0x000058, "Wrong size on UPCGEngineSettings"); \ -static_assert(offsetof(UPCGEngineSettings, VolumeScale) == 0x000038, "Member 'UPCGEngineSettings::VolumeScale' has a wrong offset!"); \ -static_assert(offsetof(UPCGEngineSettings, bGenerateOnDrop) == 0x000050, "Member 'UPCGEngineSettings::bGenerateOnDrop' has a wrong offset!"); \ -static_assert(offsetof(UPCGEngineSettings, bDisplayCullingStateWhenDebugging) == 0x000051, "Member 'UPCGEngineSettings::bDisplayCullingStateWhenDebugging' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGProjectionSettings \ -static_assert(alignof(UPCGProjectionSettings) == 0x000008, "Wrong alignment on UPCGProjectionSettings"); \ -static_assert(sizeof(UPCGProjectionSettings) == 0x0000D0, "Wrong size on UPCGProjectionSettings"); \ -static_assert(offsetof(UPCGProjectionSettings, ProjectionParams) == 0x0000A8, "Member 'UPCGProjectionSettings::ProjectionParams' has a wrong offset!"); \ -static_assert(offsetof(UPCGProjectionSettings, bForceCollapseToPoint) == 0x0000C8, "Member 'UPCGProjectionSettings::bForceCollapseToPoint' has a wrong offset!"); \ -static_assert(offsetof(UPCGProjectionSettings, bKeepZeroDensityPoints) == 0x0000C9, "Member 'UPCGProjectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGSpawnActorNode \ +static_assert(alignof(UPCGSpawnActorNode) == 0x000008, "Wrong alignment on UPCGSpawnActorNode"); \ +static_assert(sizeof(UPCGSpawnActorNode) == 0x000088, "Wrong size on UPCGSpawnActorNode"); \ #define DUMPER7_ASSERTS_UPCGFilterByAttributeSettings \ static_assert(alignof(UPCGFilterByAttributeSettings) == 0x000008, "Wrong alignment on UPCGFilterByAttributeSettings"); \ static_assert(sizeof(UPCGFilterByAttributeSettings) == 0x0000B0, "Wrong size on UPCGFilterByAttributeSettings"); \ static_assert(offsetof(UPCGFilterByAttributeSettings, Attribute) == 0x0000A8, "Member 'UPCGFilterByAttributeSettings::Attribute' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGSelectPointsSettings \ +static_assert(alignof(UPCGSelectPointsSettings) == 0x000008, "Wrong alignment on UPCGSelectPointsSettings"); \ +static_assert(sizeof(UPCGSelectPointsSettings) == 0x0000B0, "Wrong size on UPCGSelectPointsSettings"); \ +static_assert(offsetof(UPCGSelectPointsSettings, Ratio) == 0x0000A8, "Member 'UPCGSelectPointsSettings::Ratio' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGGatherSettings \ static_assert(alignof(UPCGGatherSettings) == 0x000008, "Wrong alignment on UPCGGatherSettings"); \ static_assert(sizeof(UPCGGatherSettings) == 0x0000A8, "Wrong size on UPCGGatherSettings"); \ -#define DUMPER7_ASSERTS_UPCGSubgraphSettings \ -static_assert(alignof(UPCGSubgraphSettings) == 0x000008, "Wrong alignment on UPCGSubgraphSettings"); \ -static_assert(sizeof(UPCGSubgraphSettings) == 0x0000B8, "Wrong size on UPCGSubgraphSettings"); \ -static_assert(offsetof(UPCGSubgraphSettings, SubgraphInstance) == 0x0000A8, "Member 'UPCGSubgraphSettings::SubgraphInstance' has a wrong offset!"); \ -static_assert(offsetof(UPCGSubgraphSettings, SubgraphOverride) == 0x0000B0, "Member 'UPCGSubgraphSettings::SubgraphOverride' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGLoopSettings \ -static_assert(alignof(UPCGLoopSettings) == 0x000008, "Wrong alignment on UPCGLoopSettings"); \ -static_assert(sizeof(UPCGLoopSettings) == 0x0000E0, "Wrong size on UPCGLoopSettings"); \ -static_assert(offsetof(UPCGLoopSettings, bUseGraphDefaultPinUsage) == 0x0000B8, "Member 'UPCGLoopSettings::bUseGraphDefaultPinUsage' has a wrong offset!"); \ -static_assert(offsetof(UPCGLoopSettings, LoopPins) == 0x0000C0, "Member 'UPCGLoopSettings::LoopPins' has a wrong offset!"); \ -static_assert(offsetof(UPCGLoopSettings, FeedbackPins) == 0x0000D0, "Member 'UPCGLoopSettings::FeedbackPins' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_IPCGGenSourceBase \ static_assert(alignof(IPCGGenSourceBase) == 0x000001, "Wrong alignment on IPCGGenSourceBase"); \ static_assert(sizeof(IPCGGenSourceBase) == 0x000001, "Wrong size on IPCGGenSourceBase"); \ +#define DUMPER7_ASSERTS_UPCGMatchAndSetAttributesSettings \ +static_assert(alignof(UPCGMatchAndSetAttributesSettings) == 0x000010, "Wrong alignment on UPCGMatchAndSetAttributesSettings"); \ +static_assert(sizeof(UPCGMatchAndSetAttributesSettings) == 0x0002D0, "Wrong size on UPCGMatchAndSetAttributesSettings"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bMatchAttributes) == 0x0000A8, "Member 'UPCGMatchAndSetAttributesSettings::bMatchAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, InputAttribute) == 0x0000B0, "Member 'UPCGMatchAndSetAttributesSettings::InputAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MatchAttribute) == 0x0000D8, "Member 'UPCGMatchAndSetAttributesSettings::MatchAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bKeepUnmatched) == 0x0000E0, "Member 'UPCGMatchAndSetAttributesSettings::bKeepUnmatched' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bFindNearest) == 0x0000E1, "Member 'UPCGMatchAndSetAttributesSettings::bFindNearest' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceMode) == 0x0000E4, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceForNearestMatch) == 0x0000F0, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceForNearestMatch' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceInputAttribute) == 0x000260, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceInputAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bUseInputWeightAttribute) == 0x000288, "Member 'UPCGMatchAndSetAttributesSettings::bUseInputWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, InputWeightAttribute) == 0x000290, "Member 'UPCGMatchAndSetAttributesSettings::InputWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bUseWeightAttribute) == 0x0002B8, "Member 'UPCGMatchAndSetAttributesSettings::bUseWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, WeightAttribute) == 0x0002BC, "Member 'UPCGMatchAndSetAttributesSettings::WeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bWarnIfNoMatchData) == 0x0002C4, "Member 'UPCGMatchAndSetAttributesSettings::bWarnIfNoMatchData' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGGetActorPropertySettings \ static_assert(alignof(UPCGGetActorPropertySettings) == 0x000008, "Wrong alignment on UPCGGetActorPropertySettings"); \ static_assert(sizeof(UPCGGetActorPropertySettings) == 0x000110, "Wrong size on UPCGGetActorPropertySettings"); \ @@ -114940,24 +114718,6 @@ static_assert(offsetof(UPCGGetActorPropertySettings, ActorSelectionClass) == 0x0 static_assert(offsetof(UPCGGetActorPropertySettings, ActorFilter) == 0x000108, "Member 'UPCGGetActorPropertySettings::ActorFilter' has a wrong offset!"); \ static_assert(offsetof(UPCGGetActorPropertySettings, bIncludeChildren) == 0x000109, "Member 'UPCGGetActorPropertySettings::bIncludeChildren' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGSpawnActorSettings \ -static_assert(alignof(UPCGSpawnActorSettings) == 0x000008, "Wrong alignment on UPCGSpawnActorSettings"); \ -static_assert(sizeof(UPCGSpawnActorSettings) == 0x000130, "Wrong size on UPCGSpawnActorSettings"); \ -static_assert(offsetof(UPCGSpawnActorSettings, PostSpawnFunctionNames) == 0x0000A8, "Member 'UPCGSpawnActorSettings::PostSpawnFunctionNames' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, Option) == 0x0000B8, "Member 'UPCGSpawnActorSettings::Option' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, bForceDisableActorParsing) == 0x0000B9, "Member 'UPCGSpawnActorSettings::bForceDisableActorParsing' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, GenerationTrigger) == 0x0000BA, "Member 'UPCGSpawnActorSettings::GenerationTrigger' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, bInheritActorTags) == 0x0000BB, "Member 'UPCGSpawnActorSettings::bInheritActorTags' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, TagsToAddOnActors) == 0x0000C0, "Member 'UPCGSpawnActorSettings::TagsToAddOnActors' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, TemplateActor) == 0x0000D0, "Member 'UPCGSpawnActorSettings::TemplateActor' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, SpawnedActorPropertyOverrideDescriptions) == 0x0000D8, "Member 'UPCGSpawnActorSettings::SpawnedActorPropertyOverrideDescriptions' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, RootActor) == 0x0000E8, "Member 'UPCGSpawnActorSettings::RootActor' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, AttachOptions) == 0x000110, "Member 'UPCGSpawnActorSettings::AttachOptions' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, bSpawnByAttribute) == 0x000114, "Member 'UPCGSpawnActorSettings::bSpawnByAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, SpawnAttribute) == 0x000118, "Member 'UPCGSpawnActorSettings::SpawnAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, TemplateActorClass) == 0x000120, "Member 'UPCGSpawnActorSettings::TemplateActorClass' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpawnActorSettings, bAllowTemplateActorEditing) == 0x000128, "Member 'UPCGSpawnActorSettings::bAllowTemplateActorEditing' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGDummyGetPropertyTest \ static_assert(alignof(UPCGDummyGetPropertyTest) == 0x000008, "Wrong alignment on UPCGDummyGetPropertyTest"); \ static_assert(sizeof(UPCGDummyGetPropertyTest) == 0x000038, "Wrong size on UPCGDummyGetPropertyTest"); \ @@ -114994,6 +114754,11 @@ static_assert(offsetof(APCGUnitTestDummyActor, ArrayOfStructsProperty) == 0x0004 static_assert(offsetof(APCGUnitTestDummyActor, ArrayOfObjectsProperty) == 0x000478, "Member 'APCGUnitTestDummyActor::ArrayOfObjectsProperty' has a wrong offset!"); \ static_assert(offsetof(APCGUnitTestDummyActor, DummyStruct) == 0x000488, "Member 'APCGUnitTestDummyActor::DummyStruct' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGUnitTestDummyComponent \ +static_assert(alignof(UPCGUnitTestDummyComponent) == 0x000008, "Wrong alignment on UPCGUnitTestDummyComponent"); \ +static_assert(sizeof(UPCGUnitTestDummyComponent) == 0x0000A8, "Wrong size on UPCGUnitTestDummyComponent"); \ +static_assert(offsetof(UPCGUnitTestDummyComponent, IntProperty) == 0x0000A0, "Member 'UPCGUnitTestDummyComponent::IntProperty' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGDataFromActorSettings \ static_assert(alignof(UPCGDataFromActorSettings) == 0x000008, "Wrong alignment on UPCGDataFromActorSettings"); \ static_assert(sizeof(UPCGDataFromActorSettings) == 0x0000F8, "Wrong size on UPCGDataFromActorSettings"); \ @@ -115009,24 +114774,14 @@ static_assert(offsetof(UPCGDataFromActorSettings, ExpectedPins) == 0x0000D8, "Me static_assert(offsetof(UPCGDataFromActorSettings, PropertyName) == 0x0000E8, "Member 'UPCGDataFromActorSettings::PropertyName' has a wrong offset!"); \ static_assert(offsetof(UPCGDataFromActorSettings, bSilenceSanitizedAttributeNameWarnings) == 0x0000F0, "Member 'UPCGDataFromActorSettings::bSilenceSanitizedAttributeNameWarnings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGGetSplineSettings \ -static_assert(alignof(UPCGGetSplineSettings) == 0x000008, "Wrong alignment on UPCGGetSplineSettings"); \ -static_assert(sizeof(UPCGGetSplineSettings) == 0x0000F8, "Wrong size on UPCGGetSplineSettings"); \ - -#define DUMPER7_ASSERTS_UPCGUnitTestDummyComponent \ -static_assert(alignof(UPCGUnitTestDummyComponent) == 0x000008, "Wrong alignment on UPCGUnitTestDummyComponent"); \ -static_assert(sizeof(UPCGUnitTestDummyComponent) == 0x0000A8, "Wrong size on UPCGUnitTestDummyComponent"); \ -static_assert(offsetof(UPCGUnitTestDummyComponent, IntProperty) == 0x0000A0, "Member 'UPCGUnitTestDummyComponent::IntProperty' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGGetVolumeSettings \ +static_assert(alignof(UPCGGetVolumeSettings) == 0x000008, "Wrong alignment on UPCGGetVolumeSettings"); \ +static_assert(sizeof(UPCGGetVolumeSettings) == 0x0000F8, "Wrong size on UPCGGetVolumeSettings"); \ #define DUMPER7_ASSERTS_UPCGGetBoundsSettings \ static_assert(alignof(UPCGGetBoundsSettings) == 0x000008, "Wrong alignment on UPCGGetBoundsSettings"); \ static_assert(sizeof(UPCGGetBoundsSettings) == 0x0000A8, "Wrong size on UPCGGetBoundsSettings"); \ -#define DUMPER7_ASSERTS_UPCGSplineSamplerSettings \ -static_assert(alignof(UPCGSplineSamplerSettings) == 0x000008, "Wrong alignment on UPCGSplineSamplerSettings"); \ -static_assert(sizeof(UPCGSplineSamplerSettings) == 0x0001C8, "Wrong size on UPCGSplineSamplerSettings"); \ -static_assert(offsetof(UPCGSplineSamplerSettings, SamplerParams) == 0x0000A8, "Member 'UPCGSplineSamplerSettings::SamplerParams' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGGetPropertyFromObjectPathSettings \ static_assert(alignof(UPCGGetPropertyFromObjectPathSettings) == 0x000008, "Wrong alignment on UPCGGetPropertyFromObjectPathSettings"); \ static_assert(sizeof(UPCGGetPropertyFromObjectPathSettings) == 0x0000F8, "Wrong size on UPCGGetPropertyFromObjectPathSettings"); \ @@ -115043,11 +114798,6 @@ static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, bSilenceErrorOnEmp static_assert(alignof(UPCGGraphAuthoringTestHelperSettings) == 0x000008, "Wrong alignment on UPCGGraphAuthoringTestHelperSettings"); \ static_assert(sizeof(UPCGGraphAuthoringTestHelperSettings) == 0x0000B0, "Wrong size on UPCGGraphAuthoringTestHelperSettings"); \ -#define DUMPER7_ASSERTS_UPCGSelfPruningSettings \ -static_assert(alignof(UPCGSelfPruningSettings) == 0x000008, "Wrong alignment on UPCGSelfPruningSettings"); \ -static_assert(sizeof(UPCGSelfPruningSettings) == 0x0000E0, "Wrong size on UPCGSelfPruningSettings"); \ -static_assert(offsetof(UPCGSelfPruningSettings, Parameters) == 0x0000A8, "Member 'UPCGSelfPruningSettings::Parameters' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetBoolParameter \ static_assert(alignof(PCGGraphParametersHelpers_GetBoolParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetBoolParameter"); \ static_assert(sizeof(PCGGraphParametersHelpers_GetBoolParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetBoolParameter"); \ @@ -115355,6 +115105,11 @@ static_assert(alignof(UPCGHiGenGridSizeSettings) == 0x000008, "Wrong alignment o static_assert(sizeof(UPCGHiGenGridSizeSettings) == 0x0000B0, "Wrong size on UPCGHiGenGridSizeSettings"); \ static_assert(offsetof(UPCGHiGenGridSizeSettings, HiGenGridSize) == 0x0000A8, "Member 'UPCGHiGenGridSizeSettings::HiGenGridSize' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGGetLandscapeSettings \ +static_assert(alignof(UPCGGetLandscapeSettings) == 0x000008, "Wrong alignment on UPCGGetLandscapeSettings"); \ +static_assert(sizeof(UPCGGetLandscapeSettings) == 0x000100, "Wrong size on UPCGGetLandscapeSettings"); \ +static_assert(offsetof(UPCGGetLandscapeSettings, SamplingProperties) == 0x0000F8, "Member 'UPCGGetLandscapeSettings::SamplingProperties' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGLoadDataAssetSettings \ static_assert(alignof(UPCGLoadDataAssetSettings) == 0x000008, "Wrong alignment on UPCGLoadDataAssetSettings"); \ static_assert(sizeof(UPCGLoadDataAssetSettings) == 0x0000F8, "Wrong size on UPCGLoadDataAssetSettings"); \ @@ -115365,17 +115120,31 @@ static_assert(offsetof(UPCGLoadDataAssetSettings, bWarnIfNoAsset) == 0x0000F0, " static_assert(offsetof(UPCGLoadDataAssetSettings, bSynchronousLoad) == 0x0000F1, "Member 'UPCGLoadDataAssetSettings::bSynchronousLoad' has a wrong offset!"); \ static_assert(offsetof(UPCGLoadDataAssetSettings, bTagOutputsBasedOnOutputPins) == 0x0000F2, "Member 'UPCGLoadDataAssetSettings::bTagOutputsBasedOnOutputPins' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGLandscapeCache \ -static_assert(alignof(UPCGLandscapeCache) == 0x000008, "Wrong alignment on UPCGLandscapeCache"); \ -static_assert(sizeof(UPCGLandscapeCache) == 0x0000E0, "Wrong size on UPCGLandscapeCache"); \ -static_assert(offsetof(UPCGLandscapeCache, SerializationMode) == 0x000028, "Member 'UPCGLandscapeCache::SerializationMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGLandscapeCache, CookedSerializedContents) == 0x000029, "Member 'UPCGLandscapeCache::CookedSerializedContents' has a wrong offset!"); \ -static_assert(offsetof(UPCGLandscapeCache, CachedLayerNames) == 0x000080, "Member 'UPCGLandscapeCache::CachedLayerNames' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGMakeConcreteSettings \ static_assert(alignof(UPCGMakeConcreteSettings) == 0x000008, "Wrong alignment on UPCGMakeConcreteSettings"); \ static_assert(sizeof(UPCGMakeConcreteSettings) == 0x0000A8, "Wrong size on UPCGMakeConcreteSettings"); \ +#define DUMPER7_ASSERTS_PCGPartitionActor_GetLocalComponent \ +static_assert(alignof(PCGPartitionActor_GetLocalComponent) == 0x000008, "Wrong alignment on PCGPartitionActor_GetLocalComponent"); \ +static_assert(sizeof(PCGPartitionActor_GetLocalComponent) == 0x000010, "Wrong size on PCGPartitionActor_GetLocalComponent"); \ +static_assert(offsetof(PCGPartitionActor_GetLocalComponent, OriginalComponent) == 0x000000, "Member 'PCGPartitionActor_GetLocalComponent::OriginalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGPartitionActor_GetLocalComponent, ReturnValue) == 0x000008, "Member 'PCGPartitionActor_GetLocalComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPartitionActor_GetOriginalComponent \ +static_assert(alignof(PCGPartitionActor_GetOriginalComponent) == 0x000008, "Wrong alignment on PCGPartitionActor_GetOriginalComponent"); \ +static_assert(sizeof(PCGPartitionActor_GetOriginalComponent) == 0x000010, "Wrong size on PCGPartitionActor_GetOriginalComponent"); \ +static_assert(offsetof(PCGPartitionActor_GetOriginalComponent, LocalComponent) == 0x000000, "Member 'PCGPartitionActor_GetOriginalComponent::LocalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGPartitionActor_GetOriginalComponent, ReturnValue) == 0x000008, "Member 'PCGPartitionActor_GetOriginalComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGPartitionActor \ +static_assert(alignof(APCGPartitionActor) == 0x000008, "Wrong alignment on APCGPartitionActor"); \ +static_assert(sizeof(APCGPartitionActor) == 0x000398, "Wrong size on APCGPartitionActor"); \ +static_assert(offsetof(APCGPartitionActor, PCGGuid) == 0x000290, "Member 'APCGPartitionActor::PCGGuid' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, LocalToOriginal) == 0x0002F0, "Member 'APCGPartitionActor::LocalToOriginal' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, LoadedPreviewComponents) == 0x000340, "Member 'APCGPartitionActor::LoadedPreviewComponents' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, PCGGridSize) == 0x000390, "Member 'APCGPartitionActor::PCGGridSize' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, bUse2DGrid) == 0x000394, "Member 'APCGPartitionActor::bUse2DGrid' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGMergeAttributesSettings \ static_assert(alignof(UPCGMergeAttributesSettings) == 0x000008, "Wrong alignment on UPCGMergeAttributesSettings"); \ static_assert(sizeof(UPCGMergeAttributesSettings) == 0x0000A8, "Wrong size on UPCGMergeAttributesSettings"); \ @@ -115391,6 +115160,10 @@ static_assert(sizeof(UPCGMetadataSettingsBase) == 0x0000D8, "Wrong size on UPCGM static_assert(offsetof(UPCGMetadataSettingsBase, OutputTarget) == 0x0000A8, "Member 'UPCGMetadataSettingsBase::OutputTarget' has a wrong offset!"); \ static_assert(offsetof(UPCGMetadataSettingsBase, OutputDataFromPin) == 0x0000D0, "Member 'UPCGMetadataSettingsBase::OutputDataFromPin' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGGetPCGComponentSettings \ +static_assert(alignof(UPCGGetPCGComponentSettings) == 0x000008, "Wrong alignment on UPCGGetPCGComponentSettings"); \ +static_assert(sizeof(UPCGGetPCGComponentSettings) == 0x0000F8, "Wrong size on UPCGGetPCGComponentSettings"); \ + #define DUMPER7_ASSERTS_UPCGMetadataMakeRotatorSettings \ static_assert(alignof(UPCGMetadataMakeRotatorSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeRotatorSettings"); \ static_assert(sizeof(UPCGMetadataMakeRotatorSettings) == 0x000158, "Wrong size on UPCGMetadataMakeRotatorSettings"); \ @@ -115410,15 +115183,30 @@ static_assert(offsetof(UPCGMultiSelectSettings, StringOptions) == 0x0000D0, "Mem static_assert(offsetof(UPCGMultiSelectSettings, EnumSelection) == 0x0000E0, "Member 'UPCGMultiSelectSettings::EnumSelection' has a wrong offset!"); \ static_assert(offsetof(UPCGMultiSelectSettings, CachedPinLabels) == 0x0000F0, "Member 'UPCGMultiSelectSettings::CachedPinLabels' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGTextureSamplerSettings \ +static_assert(alignof(UPCGTextureSamplerSettings) == 0x000010, "Wrong alignment on UPCGTextureSamplerSettings"); \ +static_assert(sizeof(UPCGTextureSamplerSettings) == 0x0001A0, "Wrong size on UPCGTextureSamplerSettings"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Transform) == 0x0000B0, "Member 'UPCGTextureSamplerSettings::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseAbsoluteTransform) == 0x000110, "Member 'UPCGTextureSamplerSettings::bUseAbsoluteTransform' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TextureArrayIndex) == 0x000114, "Member 'UPCGTextureSamplerSettings::TextureArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, DensityFunction) == 0x000118, "Member 'UPCGTextureSamplerSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, ColorChannel) == 0x000119, "Member 'UPCGTextureSamplerSettings::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Filter) == 0x00011A, "Member 'UPCGTextureSamplerSettings::Filter' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TexelSize) == 0x00011C, "Member 'UPCGTextureSamplerSettings::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseAdvancedTiling) == 0x000120, "Member 'UPCGTextureSamplerSettings::bUseAdvancedTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Tiling) == 0x000128, "Member 'UPCGTextureSamplerSettings::Tiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, CenterOffset) == 0x000138, "Member 'UPCGTextureSamplerSettings::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Rotation) == 0x000148, "Member 'UPCGTextureSamplerSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseTileBounds) == 0x00014C, "Member 'UPCGTextureSamplerSettings::bUseTileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMin) == 0x000150, "Member 'UPCGTextureSamplerSettings::TileBoundsMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMax) == 0x000160, "Member 'UPCGTextureSamplerSettings::TileBoundsMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bSynchronousLoad) == 0x000170, "Member 'UPCGTextureSamplerSettings::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Texture) == 0x000178, "Member 'UPCGTextureSamplerSettings::Texture' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGMutateSeedSettings \ static_assert(alignof(UPCGMutateSeedSettings) == 0x000008, "Wrong alignment on UPCGMutateSeedSettings"); \ static_assert(sizeof(UPCGMutateSeedSettings) == 0x0000A8, "Wrong size on UPCGMutateSeedSettings"); \ -#define DUMPER7_ASSERTS_UPCGWorldQuerySettings \ -static_assert(alignof(UPCGWorldQuerySettings) == 0x000008, "Wrong alignment on UPCGWorldQuerySettings"); \ -static_assert(sizeof(UPCGWorldQuerySettings) == 0x000120, "Wrong size on UPCGWorldQuerySettings"); \ -static_assert(offsetof(UPCGWorldQuerySettings, QueryParams) == 0x0000A8, "Member 'UPCGWorldQuerySettings::QueryParams' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGNormalToDensitySettings \ static_assert(alignof(UPCGNormalToDensitySettings) == 0x000008, "Wrong alignment on UPCGNormalToDensitySettings"); \ static_assert(sizeof(UPCGNormalToDensitySettings) == 0x0000D8, "Wrong size on UPCGNormalToDensitySettings"); \ @@ -115427,11 +115215,20 @@ static_assert(offsetof(UPCGNormalToDensitySettings, Offset) == 0x0000C0, "Member static_assert(offsetof(UPCGNormalToDensitySettings, Strength) == 0x0000C8, "Member 'UPCGNormalToDensitySettings::Strength' has a wrong offset!"); \ static_assert(offsetof(UPCGNormalToDensitySettings, DensityMode) == 0x0000D0, "Member 'UPCGNormalToDensitySettings::DensityMode' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGWorldRayHitSettings \ +static_assert(alignof(UPCGWorldRayHitSettings) == 0x000008, "Wrong alignment on UPCGWorldRayHitSettings"); \ +static_assert(sizeof(UPCGWorldRayHitSettings) == 0x000160, "Wrong size on UPCGWorldRayHitSettings"); \ +static_assert(offsetof(UPCGWorldRayHitSettings, QueryParams) == 0x0000A8, "Member 'UPCGWorldRayHitSettings::QueryParams' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGNumberOfElementsBaseSettings \ static_assert(alignof(UPCGNumberOfElementsBaseSettings) == 0x000008, "Wrong alignment on UPCGNumberOfElementsBaseSettings"); \ static_assert(sizeof(UPCGNumberOfElementsBaseSettings) == 0x0000B0, "Wrong size on UPCGNumberOfElementsBaseSettings"); \ static_assert(offsetof(UPCGNumberOfElementsBaseSettings, OutputAttributeName) == 0x0000A8, "Member 'UPCGNumberOfElementsBaseSettings::OutputAttributeName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGNumberOfPointsSettings \ +static_assert(alignof(UPCGNumberOfPointsSettings) == 0x000008, "Wrong alignment on UPCGNumberOfPointsSettings"); \ +static_assert(sizeof(UPCGNumberOfPointsSettings) == 0x0000B0, "Wrong size on UPCGNumberOfPointsSettings"); \ + #define DUMPER7_ASSERTS_PCGMatchAndSetBase_MatchAndSet \ static_assert(alignof(PCGMatchAndSetBase_MatchAndSet) == 0x000008, "Wrong alignment on PCGMatchAndSetBase_MatchAndSet"); \ static_assert(sizeof(PCGMatchAndSetBase_MatchAndSet) == 0x0000E8, "Wrong size on PCGMatchAndSetBase_MatchAndSet"); \ @@ -115452,31 +115249,154 @@ static_assert(sizeof(UPCGMatchAndSetBase) == 0x000030, "Wrong size on UPCGMatchA static_assert(offsetof(UPCGMatchAndSetBase, Type) == 0x000028, "Member 'UPCGMatchAndSetBase::Type' has a wrong offset!"); \ static_assert(offsetof(UPCGMatchAndSetBase, StringMode) == 0x00002C, "Member 'UPCGMatchAndSetBase::StringMode' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGMatchAndSetByAttribute \ -static_assert(alignof(UPCGMatchAndSetByAttribute) == 0x000008, "Wrong alignment on UPCGMatchAndSetByAttribute"); \ -static_assert(sizeof(UPCGMatchAndSetByAttribute) == 0x000050, "Wrong size on UPCGMatchAndSetByAttribute"); \ -static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceAttribute) == 0x000030, "Member 'UPCGMatchAndSetByAttribute::MatchSourceAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceType) == 0x000038, "Member 'UPCGMatchAndSetByAttribute::MatchSourceType' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceStringMode) == 0x00003C, "Member 'UPCGMatchAndSetByAttribute::MatchSourceStringMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetByAttribute, Entries) == 0x000040, "Member 'UPCGMatchAndSetByAttribute::Entries' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGNumberOfPointsSettings \ -static_assert(alignof(UPCGNumberOfPointsSettings) == 0x000008, "Wrong alignment on UPCGNumberOfPointsSettings"); \ -static_assert(sizeof(UPCGNumberOfPointsSettings) == 0x0000B0, "Wrong size on UPCGNumberOfPointsSettings"); \ +#define DUMPER7_ASSERTS_UPCGMatchAndSetWeighted \ +static_assert(alignof(UPCGMatchAndSetWeighted) == 0x000008, "Wrong alignment on UPCGMatchAndSetWeighted"); \ +static_assert(sizeof(UPCGMatchAndSetWeighted) == 0x000048, "Wrong size on UPCGMatchAndSetWeighted"); \ +static_assert(offsetof(UPCGMatchAndSetWeighted, Entries) == 0x000030, "Member 'UPCGMatchAndSetWeighted::Entries' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeighted, bShouldMutateSeed) == 0x000040, "Member 'UPCGMatchAndSetWeighted::bShouldMutateSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPCGNumberOfEntriesSettings \ static_assert(alignof(UPCGNumberOfEntriesSettings) == 0x000008, "Wrong alignment on UPCGNumberOfEntriesSettings"); \ static_assert(sizeof(UPCGNumberOfEntriesSettings) == 0x0000B0, "Wrong size on UPCGNumberOfEntriesSettings"); \ -#define DUMPER7_ASSERTS_UPCGActorHelpers \ -static_assert(alignof(UPCGActorHelpers) == 0x000008, "Wrong alignment on UPCGActorHelpers"); \ -static_assert(sizeof(UPCGActorHelpers) == 0x000028, "Wrong size on UPCGActorHelpers"); \ - #define DUMPER7_ASSERTS_UPCGSettingsWithDynamicInputs \ static_assert(alignof(UPCGSettingsWithDynamicInputs) == 0x000008, "Wrong alignment on UPCGSettingsWithDynamicInputs"); \ static_assert(sizeof(UPCGSettingsWithDynamicInputs) == 0x0000B8, "Wrong size on UPCGSettingsWithDynamicInputs"); \ static_assert(offsetof(UPCGSettingsWithDynamicInputs, DynamicInputPinProperties) == 0x0000A8, "Member 'UPCGSettingsWithDynamicInputs::DynamicInputPinProperties' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_ComputeSeedFromPosition \ +static_assert(alignof(PCGBlueprintHelpers_ComputeSeedFromPosition) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_ComputeSeedFromPosition"); \ +static_assert(sizeof(PCGBlueprintHelpers_ComputeSeedFromPosition) == 0x000020, "Wrong size on PCGBlueprintHelpers_ComputeSeedFromPosition"); \ +static_assert(offsetof(PCGBlueprintHelpers_ComputeSeedFromPosition, InPosition) == 0x000000, "Member 'PCGBlueprintHelpers_ComputeSeedFromPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_ComputeSeedFromPosition, ReturnValue) == 0x000018, "Member 'PCGBlueprintHelpers_ComputeSeedFromPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_CreatePCGDataFromActor \ +static_assert(alignof(PCGBlueprintHelpers_CreatePCGDataFromActor) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_CreatePCGDataFromActor"); \ +static_assert(sizeof(PCGBlueprintHelpers_CreatePCGDataFromActor) == 0x000018, "Wrong size on PCGBlueprintHelpers_CreatePCGDataFromActor"); \ +static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::InActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, bParseActor) == 0x000008, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::bParseActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorBoundsPCG \ +static_assert(alignof(PCGBlueprintHelpers_GetActorBoundsPCG) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorBoundsPCG"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetActorBoundsPCG) == 0x000048, "Wrong size on PCGBlueprintHelpers_GetActorBoundsPCG"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::InActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, bIgnorePCGCreatedComponents) == 0x000008, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::bIgnorePCGCreatedComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorData \ +static_assert(alignof(PCGBlueprintHelpers_GetActorData) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorData"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetActorData) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetActorData"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorData, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorData::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorData, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetActorData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorLocalBoundsPCG \ +static_assert(alignof(PCGBlueprintHelpers_GetActorLocalBoundsPCG) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorLocalBoundsPCG"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetActorLocalBoundsPCG) == 0x000048, "Wrong size on PCGBlueprintHelpers_GetActorLocalBoundsPCG"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::InActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, bIgnorePCGCreatedComponents) == 0x000008, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::bIgnorePCGCreatedComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetComponent \ +static_assert(alignof(PCGBlueprintHelpers_GetComponent) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetComponent"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetComponent) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetComponent"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetComponent, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetComponent::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetComponent, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetExtents \ +static_assert(alignof(PCGBlueprintHelpers_GetExtents) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetExtents"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetExtents) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetExtents"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetExtents, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetExtents::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetExtents, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetInputData \ +static_assert(alignof(PCGBlueprintHelpers_GetInputData) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetInputData"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetInputData) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetInputData"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInputData, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetInputData::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInputData, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetInputData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights \ +static_assert(alignof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights) == 0x000030, "Wrong size on PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, WorldContextObject) == 0x000000, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, Location) == 0x000008, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::Location' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, ReturnValue) == 0x000020, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetLocalCenter \ +static_assert(alignof(PCGBlueprintHelpers_GetLocalCenter) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetLocalCenter"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetLocalCenter) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetLocalCenter"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetLocalCenter, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetLocalCenter::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetLocalCenter, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetLocalCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetOriginalComponent \ +static_assert(alignof(PCGBlueprintHelpers_GetOriginalComponent) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetOriginalComponent"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetOriginalComponent) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetOriginalComponent"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponent, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetOriginalComponent::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponent, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetOriginalComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetRandomStreamFromPoint \ +static_assert(alignof(PCGBlueprintHelpers_GetRandomStreamFromPoint) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetRandomStreamFromPoint"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetRandomStreamFromPoint) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetRandomStreamFromPoint"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, OptionalSettings) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::OptionalSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, OptionalComponent) == 0x0000D8, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::OptionalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, ReturnValue) == 0x0000E0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetRandomStreamFromTwoPoints \ +static_assert(alignof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetRandomStreamFromTwoPoints"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints) == 0x0001C0, "Wrong size on PCGBlueprintHelpers_GetRandomStreamFromTwoPoints"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, InPointA) == 0x000000, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::InPointA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, InPointB) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::InPointB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, OptionalSettings) == 0x0001A0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::OptionalSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, OptionalComponent) == 0x0001A8, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::OptionalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, ReturnValue) == 0x0001B0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetSettings \ +static_assert(alignof(PCGBlueprintHelpers_GetSettings) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetSettings"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetSettings) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetSettings"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetSettings, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetSettings::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetSettings, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTargetActor \ +static_assert(alignof(PCGBlueprintHelpers_GetTargetActor) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTargetActor"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTargetActor) == 0x0000E0, "Wrong size on PCGBlueprintHelpers_GetTargetActor"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetTargetActor::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, SpatialData) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetTargetActor::SpatialData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, ReturnValue) == 0x0000D8, "Member 'PCGBlueprintHelpers_GetTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTaskId \ +static_assert(alignof(PCGBlueprintHelpers_GetTaskId) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTaskId"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTaskId) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetTaskId"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTaskId, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetTaskId::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTaskId, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetTaskId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTransformedBounds \ +static_assert(alignof(PCGBlueprintHelpers_GetTransformedBounds) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetTransformedBounds"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTransformedBounds) == 0x000110, "Wrong size on PCGBlueprintHelpers_GetTransformedBounds"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTransformedBounds, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetTransformedBounds::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTransformedBounds, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetTransformedBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetExtents \ +static_assert(alignof(PCGBlueprintHelpers_SetExtents) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetExtents"); \ +static_assert(sizeof(PCGBlueprintHelpers_SetExtents) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_SetExtents"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetExtents, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetExtents::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetExtents, InExtents) == 0x0000D0, "Member 'PCGBlueprintHelpers_SetExtents::InExtents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetLocalCenter \ +static_assert(alignof(PCGBlueprintHelpers_SetLocalCenter) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetLocalCenter"); \ +static_assert(sizeof(PCGBlueprintHelpers_SetLocalCenter) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_SetLocalCenter"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetLocalCenter, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetLocalCenter::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetLocalCenter, InLocalCenter) == 0x0000D0, "Member 'PCGBlueprintHelpers_SetLocalCenter::InLocalCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetSeedFromPosition \ +static_assert(alignof(PCGBlueprintHelpers_SetSeedFromPosition) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetSeedFromPosition"); \ +static_assert(sizeof(PCGBlueprintHelpers_SetSeedFromPosition) == 0x0000D0, "Wrong size on PCGBlueprintHelpers_SetSeedFromPosition"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetSeedFromPosition, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetSeedFromPosition::InPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintHelpers \ +static_assert(alignof(UPCGBlueprintHelpers) == 0x000008, "Wrong alignment on UPCGBlueprintHelpers"); \ +static_assert(sizeof(UPCGBlueprintHelpers) == 0x000028, "Wrong size on UPCGBlueprintHelpers"); \ + #define DUMPER7_ASSERTS_UPCGOuterIntersectionSettings \ static_assert(alignof(UPCGOuterIntersectionSettings) == 0x000008, "Wrong alignment on UPCGOuterIntersectionSettings"); \ static_assert(sizeof(UPCGOuterIntersectionSettings) == 0x0000C0, "Wrong size on UPCGOuterIntersectionSettings"); \ @@ -115484,12 +115404,6 @@ static_assert(offsetof(UPCGOuterIntersectionSettings, DensityFunction) == 0x0000 static_assert(offsetof(UPCGOuterIntersectionSettings, bIgnorePinsWithNoInput) == 0x0000B9, "Member 'UPCGOuterIntersectionSettings::bIgnorePinsWithNoInput' has a wrong offset!"); \ static_assert(offsetof(UPCGOuterIntersectionSettings, bKeepZeroDensityPoints) == 0x0000BA, "Member 'UPCGOuterIntersectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGUnionSettings \ -static_assert(alignof(UPCGUnionSettings) == 0x000008, "Wrong alignment on UPCGUnionSettings"); \ -static_assert(sizeof(UPCGUnionSettings) == 0x0000B0, "Wrong size on UPCGUnionSettings"); \ -static_assert(offsetof(UPCGUnionSettings, Type) == 0x0000A8, "Member 'UPCGUnionSettings::Type' has a wrong offset!"); \ -static_assert(offsetof(UPCGUnionSettings, DensityFunction) == 0x0000A9, "Member 'UPCGUnionSettings::DensityFunction' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UPCGPointNeighborhoodSettings \ static_assert(alignof(UPCGPointNeighborhoodSettings) == 0x000008, "Wrong alignment on UPCGPointNeighborhoodSettings"); \ static_assert(sizeof(UPCGPointNeighborhoodSettings) == 0x0000D0, "Wrong size on UPCGPointNeighborhoodSettings"); \ @@ -115503,11 +115417,163 @@ static_assert(offsetof(UPCGPointNeighborhoodSettings, bSetAveragePosition) == 0x static_assert(offsetof(UPCGPointNeighborhoodSettings, bSetAverageColor) == 0x0000CD, "Member 'UPCGPointNeighborhoodSettings::bSetAverageColor' has a wrong offset!"); \ static_assert(offsetof(UPCGPointNeighborhoodSettings, bWeightedAverage) == 0x0000CE, "Member 'UPCGPointNeighborhoodSettings::bWeightedAverage' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGVolumeSamplerSettings \ +static_assert(alignof(UPCGVolumeSamplerSettings) == 0x000008, "Wrong alignment on UPCGVolumeSamplerSettings"); \ +static_assert(sizeof(UPCGVolumeSamplerSettings) == 0x0000C8, "Wrong size on UPCGVolumeSamplerSettings"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, VoxelSize) == 0x0000A8, "Member 'UPCGVolumeSamplerSettings::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, bUnbounded) == 0x0000C0, "Member 'UPCGVolumeSamplerSettings::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, PointSteepness) == 0x0000C4, "Member 'UPCGVolumeSamplerSettings::PointSteepness' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPCGManagedDebugStringMessageKey \ static_assert(alignof(UPCGManagedDebugStringMessageKey) == 0x000008, "Wrong alignment on UPCGManagedDebugStringMessageKey"); \ static_assert(sizeof(UPCGManagedDebugStringMessageKey) == 0x000040, "Wrong size on UPCGManagedDebugStringMessageKey"); \ static_assert(offsetof(UPCGManagedDebugStringMessageKey, HashKey) == 0x000038, "Member 'UPCGManagedDebugStringMessageKey::HashKey' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGPrintElementSettings \ +static_assert(alignof(UPCGPrintElementSettings) == 0x000008, "Wrong alignment on UPCGPrintElementSettings"); \ +static_assert(sizeof(UPCGPrintElementSettings) == 0x0000D8, "Wrong size on UPCGPrintElementSettings"); \ +static_assert(offsetof(UPCGPrintElementSettings, PrintString) == 0x0000A8, "Member 'UPCGPrintElementSettings::PrintString' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, Verbosity) == 0x0000B8, "Member 'UPCGPrintElementSettings::Verbosity' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, CustomPrefix) == 0x0000C0, "Member 'UPCGPrintElementSettings::CustomPrefix' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bDisplayOnNode) == 0x0000D0, "Member 'UPCGPrintElementSettings::bDisplayOnNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrintPerComponent) == 0x0000D1, "Member 'UPCGPrintElementSettings::bPrintPerComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithOwner) == 0x0000D2, "Member 'UPCGPrintElementSettings::bPrefixWithOwner' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithComponent) == 0x0000D3, "Member 'UPCGPrintElementSettings::bPrefixWithComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithGraph) == 0x0000D4, "Member 'UPCGPrintElementSettings::bPrefixWithGraph' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithNode) == 0x0000D5, "Member 'UPCGPrintElementSettings::bPrefixWithNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bEnablePrint) == 0x0000D6, "Member 'UPCGPrintElementSettings::bEnablePrint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGQualityBranchSettings \ +static_assert(alignof(UPCGQualityBranchSettings) == 0x000008, "Wrong alignment on UPCGQualityBranchSettings"); \ +static_assert(sizeof(UPCGQualityBranchSettings) == 0x0000B0, "Wrong size on UPCGQualityBranchSettings"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseLowPin) == 0x0000A8, "Member 'UPCGQualityBranchSettings::bUseLowPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseMediumPin) == 0x0000A9, "Member 'UPCGQualityBranchSettings::bUseMediumPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseHighPin) == 0x0000AA, "Member 'UPCGQualityBranchSettings::bUseHighPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseEpicPin) == 0x0000AB, "Member 'UPCGQualityBranchSettings::bUseEpicPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseCinematicPin) == 0x0000AC, "Member 'UPCGQualityBranchSettings::bUseCinematicPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGQualitySelectSettings \ +static_assert(alignof(UPCGQualitySelectSettings) == 0x000008, "Wrong alignment on UPCGQualitySelectSettings"); \ +static_assert(sizeof(UPCGQualitySelectSettings) == 0x0000B0, "Wrong size on UPCGQualitySelectSettings"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseLowPin) == 0x0000A8, "Member 'UPCGQualitySelectSettings::bUseLowPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseMediumPin) == 0x0000A9, "Member 'UPCGQualitySelectSettings::bUseMediumPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseHighPin) == 0x0000AA, "Member 'UPCGQualitySelectSettings::bUseHighPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseEpicPin) == 0x0000AB, "Member 'UPCGQualitySelectSettings::bUseEpicPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseCinematicPin) == 0x0000AC, "Member 'UPCGQualitySelectSettings::bUseCinematicPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_AddToManagedResources \ +static_assert(alignof(PCGComponent_AddToManagedResources) == 0x000008, "Wrong alignment on PCGComponent_AddToManagedResources"); \ +static_assert(sizeof(PCGComponent_AddToManagedResources) == 0x000008, "Wrong size on PCGComponent_AddToManagedResources"); \ +static_assert(offsetof(PCGComponent_AddToManagedResources, InResource) == 0x000000, "Member 'PCGComponent_AddToManagedResources::InResource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_Cleanup \ +static_assert(alignof(PCGComponent_Cleanup) == 0x000001, "Wrong alignment on PCGComponent_Cleanup"); \ +static_assert(sizeof(PCGComponent_Cleanup) == 0x000002, "Wrong size on PCGComponent_Cleanup"); \ +static_assert(offsetof(PCGComponent_Cleanup, bRemoveComponents) == 0x000000, "Member 'PCGComponent_Cleanup::bRemoveComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_Cleanup, bSave) == 0x000001, "Member 'PCGComponent_Cleanup::bSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_CleanupLocal \ +static_assert(alignof(PCGComponent_CleanupLocal) == 0x000001, "Wrong alignment on PCGComponent_CleanupLocal"); \ +static_assert(sizeof(PCGComponent_CleanupLocal) == 0x000002, "Wrong size on PCGComponent_CleanupLocal"); \ +static_assert(offsetof(PCGComponent_CleanupLocal, bRemoveComponents) == 0x000000, "Member 'PCGComponent_CleanupLocal::bRemoveComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_CleanupLocal, bSave) == 0x000001, "Member 'PCGComponent_CleanupLocal::bSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_ClearPCGLink \ +static_assert(alignof(PCGComponent_ClearPCGLink) == 0x000008, "Wrong alignment on PCGComponent_ClearPCGLink"); \ +static_assert(sizeof(PCGComponent_ClearPCGLink) == 0x000010, "Wrong size on PCGComponent_ClearPCGLink"); \ +static_assert(offsetof(PCGComponent_ClearPCGLink, TemplateActor) == 0x000000, "Member 'PCGComponent_ClearPCGLink::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_ClearPCGLink, ReturnValue) == 0x000008, "Member 'PCGComponent_ClearPCGLink::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_Generate \ +static_assert(alignof(PCGComponent_Generate) == 0x000001, "Wrong alignment on PCGComponent_Generate"); \ +static_assert(sizeof(PCGComponent_Generate) == 0x000001, "Wrong size on PCGComponent_Generate"); \ +static_assert(offsetof(PCGComponent_Generate, bForce) == 0x000000, "Member 'PCGComponent_Generate::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_GenerateLocal \ +static_assert(alignof(PCGComponent_GenerateLocal) == 0x000001, "Wrong alignment on PCGComponent_GenerateLocal"); \ +static_assert(sizeof(PCGComponent_GenerateLocal) == 0x000001, "Wrong size on PCGComponent_GenerateLocal"); \ +static_assert(offsetof(PCGComponent_GenerateLocal, bForce) == 0x000000, "Member 'PCGComponent_GenerateLocal::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_SetEditingMode \ +static_assert(alignof(PCGComponent_SetEditingMode) == 0x000001, "Wrong alignment on PCGComponent_SetEditingMode"); \ +static_assert(sizeof(PCGComponent_SetEditingMode) == 0x000002, "Wrong size on PCGComponent_SetEditingMode"); \ +static_assert(offsetof(PCGComponent_SetEditingMode, InEditingMode) == 0x000000, "Member 'PCGComponent_SetEditingMode::InEditingMode' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_SetEditingMode, InSerializedEditingMode) == 0x000001, "Member 'PCGComponent_SetEditingMode::InSerializedEditingMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_SetGraph \ +static_assert(alignof(PCGComponent_SetGraph) == 0x000008, "Wrong alignment on PCGComponent_SetGraph"); \ +static_assert(sizeof(PCGComponent_SetGraph) == 0x000008, "Wrong size on PCGComponent_SetGraph"); \ +static_assert(offsetof(PCGComponent_SetGraph, InGraph) == 0x000000, "Member 'PCGComponent_SetGraph::InGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_GetEditingMode \ +static_assert(alignof(PCGComponent_GetEditingMode) == 0x000001, "Wrong alignment on PCGComponent_GetEditingMode"); \ +static_assert(sizeof(PCGComponent_GetEditingMode) == 0x000001, "Wrong size on PCGComponent_GetEditingMode"); \ +static_assert(offsetof(PCGComponent_GetEditingMode, ReturnValue) == 0x000000, "Member 'PCGComponent_GetEditingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_GetGeneratedGraphOutput \ +static_assert(alignof(PCGComponent_GetGeneratedGraphOutput) == 0x000008, "Wrong alignment on PCGComponent_GetGeneratedGraphOutput"); \ +static_assert(sizeof(PCGComponent_GetGeneratedGraphOutput) == 0x000030, "Wrong size on PCGComponent_GetGeneratedGraphOutput"); \ +static_assert(offsetof(PCGComponent_GetGeneratedGraphOutput, ReturnValue) == 0x000000, "Member 'PCGComponent_GetGeneratedGraphOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_GetSerializedEditingMode \ +static_assert(alignof(PCGComponent_GetSerializedEditingMode) == 0x000001, "Wrong alignment on PCGComponent_GetSerializedEditingMode"); \ +static_assert(sizeof(PCGComponent_GetSerializedEditingMode) == 0x000001, "Wrong size on PCGComponent_GetSerializedEditingMode"); \ +static_assert(offsetof(PCGComponent_GetSerializedEditingMode, ReturnValue) == 0x000000, "Member 'PCGComponent_GetSerializedEditingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComponent \ +static_assert(alignof(UPCGComponent) == 0x000008, "Wrong alignment on UPCGComponent"); \ +static_assert(sizeof(UPCGComponent) == 0x0002D0, "Wrong size on UPCGComponent"); \ +static_assert(offsetof(UPCGComponent, Seed) == 0x0000A0, "Member 'UPCGComponent::Seed' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bActivated) == 0x0000A4, "Member 'UPCGComponent::bActivated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bIsComponentPartitioned) == 0x0000A5, "Member 'UPCGComponent::bIsComponentPartitioned' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationTrigger) == 0x0000A6, "Member 'UPCGComponent::GenerationTrigger' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bGenerateOnDropWhenTriggerOnDemand) == 0x0000A7, "Member 'UPCGComponent::bGenerateOnDropWhenTriggerOnDemand' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bOverrideGenerationRadii) == 0x0000A8, "Member 'UPCGComponent::bOverrideGenerationRadii' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationRadii) == 0x0000B0, "Member 'UPCGComponent::GenerationRadii' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, SchedulingPolicyClass) == 0x000110, "Member 'UPCGComponent::SchedulingPolicyClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, SchedulingPolicy) == 0x000118, "Member 'UPCGComponent::SchedulingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphStartGeneratingExternal) == 0x000120, "Member 'UPCGComponent::OnPCGGraphStartGeneratingExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphCancelledExternal) == 0x000130, "Member 'UPCGComponent::OnPCGGraphCancelledExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphGeneratedExternal) == 0x000140, "Member 'UPCGComponent::OnPCGGraphGeneratedExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphCleanedExternal) == 0x000150, "Member 'UPCGComponent::OnPCGGraphCleanedExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bGenerated) == 0x000160, "Member 'UPCGComponent::bGenerated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bRuntimeGenerated) == 0x000161, "Member 'UPCGComponent::bRuntimeGenerated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, PostGenerateFunctionNames) == 0x000168, "Member 'UPCGComponent::PostGenerateFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GraphInstance) == 0x000178, "Member 'UPCGComponent::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationGridSize) == 0x000180, "Member 'UPCGComponent::GenerationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CurrentEditingMode) == 0x000184, "Member 'UPCGComponent::CurrentEditingMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, SerializedEditingMode) == 0x000185, "Member 'UPCGComponent::SerializedEditingMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, InputType) == 0x000187, "Member 'UPCGComponent::InputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bParseActorComponents) == 0x000188, "Member 'UPCGComponent::bParseActorComponents' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedPCGData) == 0x000190, "Member 'UPCGComponent::CachedPCGData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedInputData) == 0x000198, "Member 'UPCGComponent::CachedInputData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedActorData) == 0x0001A0, "Member 'UPCGComponent::CachedActorData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedLandscapeData) == 0x0001A8, "Member 'UPCGComponent::CachedLandscapeData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedLandscapeHeightData) == 0x0001B0, "Member 'UPCGComponent::CachedLandscapeHeightData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GeneratedResources) == 0x0001B8, "Member 'UPCGComponent::GeneratedResources' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, LastGeneratedBounds) == 0x0001D0, "Member 'UPCGComponent::LastGeneratedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GeneratedGraphOutput) == 0x000208, "Member 'UPCGComponent::GeneratedGraphOutput' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, PerPinGeneratedOutput) == 0x000238, "Member 'UPCGComponent::PerPinGeneratedOutput' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bIsComponentLocal) == 0x0002A0, "Member 'UPCGComponent::bIsComponentLocal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGReplaceTagsSettings \ +static_assert(alignof(UPCGReplaceTagsSettings) == 0x000008, "Wrong alignment on UPCGReplaceTagsSettings"); \ +static_assert(sizeof(UPCGReplaceTagsSettings) == 0x0000C8, "Wrong size on UPCGReplaceTagsSettings"); \ +static_assert(offsetof(UPCGReplaceTagsSettings, SelectedTags) == 0x0000A8, "Member 'UPCGReplaceTagsSettings::SelectedTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGReplaceTagsSettings, ReplacedTags) == 0x0000B8, "Member 'UPCGReplaceTagsSettings::ReplacedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRerouteSettings \ +static_assert(alignof(UPCGRerouteSettings) == 0x000008, "Wrong alignment on UPCGRerouteSettings"); \ +static_assert(sizeof(UPCGRerouteSettings) == 0x0000A8, "Wrong size on UPCGRerouteSettings"); \ + +#define DUMPER7_ASSERTS_UPCGNamedRerouteBaseSettings \ +static_assert(alignof(UPCGNamedRerouteBaseSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteBaseSettings"); \ +static_assert(sizeof(UPCGNamedRerouteBaseSettings) == 0x0000A8, "Wrong size on UPCGNamedRerouteBaseSettings"); \ + +#define DUMPER7_ASSERTS_UPCGNamedRerouteDeclarationSettings \ +static_assert(alignof(UPCGNamedRerouteDeclarationSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteDeclarationSettings"); \ +static_assert(sizeof(UPCGNamedRerouteDeclarationSettings) == 0x0000A8, "Wrong size on UPCGNamedRerouteDeclarationSettings"); \ + #define DUMPER7_ASSERTS_PCGInstanceDataPackerBase_AddTypeToPacking \ static_assert(alignof(PCGInstanceDataPackerBase_AddTypeToPacking) == 0x000008, "Wrong alignment on PCGInstanceDataPackerBase_AddTypeToPacking"); \ static_assert(sizeof(PCGInstanceDataPackerBase_AddTypeToPacking) == 0x000028, "Wrong size on PCGInstanceDataPackerBase_AddTypeToPacking"); \ @@ -115535,33 +115601,1169 @@ static_assert(offsetof(PCGInstanceDataPackerBase_PackInstances, OutPackedCustomD static_assert(alignof(UPCGInstanceDataPackerBase) == 0x000008, "Wrong alignment on UPCGInstanceDataPackerBase"); \ static_assert(sizeof(UPCGInstanceDataPackerBase) == 0x000028, "Wrong size on UPCGInstanceDataPackerBase"); \ +#define DUMPER7_ASSERTS_UPCGInstanceDataPackerByAttribute \ +static_assert(alignof(UPCGInstanceDataPackerByAttribute) == 0x000008, "Wrong alignment on UPCGInstanceDataPackerByAttribute"); \ +static_assert(sizeof(UPCGInstanceDataPackerByAttribute) == 0x000038, "Wrong size on UPCGInstanceDataPackerByAttribute"); \ +static_assert(offsetof(UPCGInstanceDataPackerByAttribute, AttributeNames) == 0x000028, "Member 'UPCGInstanceDataPackerByAttribute::AttributeNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGNamedRerouteUsageSettings \ +static_assert(alignof(UPCGNamedRerouteUsageSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteUsageSettings"); \ +static_assert(sizeof(UPCGNamedRerouteUsageSettings) == 0x0000B0, "Wrong size on UPCGNamedRerouteUsageSettings"); \ +static_assert(offsetof(UPCGNamedRerouteUsageSettings, Declaration) == 0x0000A8, "Member 'UPCGNamedRerouteUsageSettings::Declaration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGResetPointCenterSettings \ +static_assert(alignof(UPCGResetPointCenterSettings) == 0x000008, "Wrong alignment on UPCGResetPointCenterSettings"); \ +static_assert(sizeof(UPCGResetPointCenterSettings) == 0x0000C0, "Wrong size on UPCGResetPointCenterSettings"); \ +static_assert(offsetof(UPCGResetPointCenterSettings, PointCenterLocation) == 0x0000A8, "Member 'UPCGResetPointCenterSettings::PointCenterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSampleTextureSettings \ +static_assert(alignof(UPCGSampleTextureSettings) == 0x000008, "Wrong alignment on UPCGSampleTextureSettings"); \ +static_assert(sizeof(UPCGSampleTextureSettings) == 0x0000E0, "Wrong size on UPCGSampleTextureSettings"); \ +static_assert(offsetof(UPCGSampleTextureSettings, TextureMappingMethod) == 0x0000A8, "Member 'UPCGSampleTextureSettings::TextureMappingMethod' has a wrong offset!"); \ +static_assert(offsetof(UPCGSampleTextureSettings, UVCoordinatesAttribute) == 0x0000B0, "Member 'UPCGSampleTextureSettings::UVCoordinatesAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSampleTextureSettings, TilingMode) == 0x0000D8, "Member 'UPCGSampleTextureSettings::TilingMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSanityCheckPointDataSettings \ +static_assert(alignof(UPCGSanityCheckPointDataSettings) == 0x000008, "Wrong alignment on UPCGSanityCheckPointDataSettings"); \ +static_assert(sizeof(UPCGSanityCheckPointDataSettings) == 0x0000B0, "Wrong size on UPCGSanityCheckPointDataSettings"); \ +static_assert(offsetof(UPCGSanityCheckPointDataSettings, MinPointCount) == 0x0000A8, "Member 'UPCGSanityCheckPointDataSettings::MinPointCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGSanityCheckPointDataSettings, MaxPointCount) == 0x0000AC, "Member 'UPCGSanityCheckPointDataSettings::MaxPointCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedISMComponent \ +static_assert(alignof(UPCGManagedISMComponent) == 0x000008, "Wrong alignment on UPCGManagedISMComponent"); \ +static_assert(sizeof(UPCGManagedISMComponent) == 0x0002B0, "Wrong size on UPCGManagedISMComponent"); \ +static_assert(offsetof(UPCGManagedISMComponent, bHasDescriptor) == 0x000060, "Member 'UPCGManagedISMComponent::bHasDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, Descriptor) == 0x000068, "Member 'UPCGManagedISMComponent::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, bHasRootLocation) == 0x000280, "Member 'UPCGManagedISMComponent::bHasRootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, RootLocation) == 0x000288, "Member 'UPCGManagedISMComponent::RootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, SettingsUID) == 0x0002A0, "Member 'UPCGManagedISMComponent::SettingsUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSchedulingPolicyBase \ +static_assert(alignof(UPCGSchedulingPolicyBase) == 0x000008, "Wrong alignment on UPCGSchedulingPolicyBase"); \ +static_assert(sizeof(UPCGSchedulingPolicyBase) == 0x000028, "Wrong size on UPCGSchedulingPolicyBase"); \ + +#define DUMPER7_ASSERTS_UPCGSortAttributesSettings \ +static_assert(alignof(UPCGSortAttributesSettings) == 0x000008, "Wrong alignment on UPCGSortAttributesSettings"); \ +static_assert(sizeof(UPCGSortAttributesSettings) == 0x0000D8, "Wrong size on UPCGSortAttributesSettings"); \ +static_assert(offsetof(UPCGSortAttributesSettings, InputSource) == 0x0000A8, "Member 'UPCGSortAttributesSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGSortAttributesSettings, SortMethod) == 0x0000D0, "Member 'UPCGSortAttributesSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplitPointsSettings \ +static_assert(alignof(UPCGSplitPointsSettings) == 0x000008, "Wrong alignment on UPCGSplitPointsSettings"); \ +static_assert(sizeof(UPCGSplitPointsSettings) == 0x0000B0, "Wrong size on UPCGSplitPointsSettings"); \ +static_assert(offsetof(UPCGSplitPointsSettings, SplitPosition) == 0x0000A8, "Member 'UPCGSplitPointsSettings::SplitPosition' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplitPointsSettings, SplitAxis) == 0x0000AC, "Member 'UPCGSplitPointsSettings::SplitAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSwitchSettings \ +static_assert(alignof(UPCGSwitchSettings) == 0x000008, "Wrong alignment on UPCGSwitchSettings"); \ +static_assert(sizeof(UPCGSwitchSettings) == 0x000100, "Wrong size on UPCGSwitchSettings"); \ +static_assert(offsetof(UPCGSwitchSettings, SelectionMode) == 0x0000A8, "Member 'UPCGSwitchSettings::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, IntegerSelection) == 0x0000AC, "Member 'UPCGSwitchSettings::IntegerSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, IntOptions) == 0x0000B0, "Member 'UPCGSwitchSettings::IntOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, StringSelection) == 0x0000C0, "Member 'UPCGSwitchSettings::StringSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, StringOptions) == 0x0000D0, "Member 'UPCGSwitchSettings::StringOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, EnumSelection) == 0x0000E0, "Member 'UPCGSwitchSettings::EnumSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUserParameterGetSettings \ +static_assert(alignof(UPCGUserParameterGetSettings) == 0x000008, "Wrong alignment on UPCGUserParameterGetSettings"); \ +static_assert(sizeof(UPCGUserParameterGetSettings) == 0x0000C8, "Wrong size on UPCGUserParameterGetSettings"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, PropertyGuid) == 0x0000A8, "Member 'UPCGUserParameterGetSettings::PropertyGuid' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, PropertyName) == 0x0000B8, "Member 'UPCGUserParameterGetSettings::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, bForceObjectAndStructExtraction) == 0x0000C0, "Member 'UPCGUserParameterGetSettings::bForceObjectAndStructExtraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUserParametersData \ +static_assert(alignof(UPCGUserParametersData) == 0x000008, "Wrong alignment on UPCGUserParametersData"); \ +static_assert(sizeof(UPCGUserParametersData) == 0x000048, "Wrong size on UPCGUserParametersData"); \ +static_assert(offsetof(UPCGUserParametersData, UserParameters) == 0x000038, "Member 'UPCGUserParametersData::UserParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphInputOutputSettings \ +static_assert(alignof(UPCGGraphInputOutputSettings) == 0x000008, "Wrong alignment on UPCGGraphInputOutputSettings"); \ +static_assert(sizeof(UPCGGraphInputOutputSettings) == 0x000120, "Wrong size on UPCGGraphInputOutputSettings"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, Pins) == 0x0000A8, "Member 'UPCGGraphInputOutputSettings::Pins' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, PinLabels) == 0x0000B8, "Member 'UPCGGraphInputOutputSettings::PinLabels' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, CustomPins) == 0x000108, "Member 'UPCGGraphInputOutputSettings::CustomPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, bHasAddedDefaultPin) == 0x000118, "Member 'UPCGGraphInputOutputSettings::bHasAddedDefaultPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVisualizeAttributeSettings \ +static_assert(alignof(UPCGVisualizeAttributeSettings) == 0x000008, "Wrong alignment on UPCGVisualizeAttributeSettings"); \ +static_assert(sizeof(UPCGVisualizeAttributeSettings) == 0x000118, "Wrong size on UPCGVisualizeAttributeSettings"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, AttributeSource) == 0x0000A8, "Member 'UPCGVisualizeAttributeSettings::AttributeSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, CustomPrefixString) == 0x0000D0, "Member 'UPCGVisualizeAttributeSettings::CustomPrefixString' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, bPrefixWithIndex) == 0x0000E0, "Member 'UPCGVisualizeAttributeSettings::bPrefixWithIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, bPrefixWithAttributeName) == 0x0000E1, "Member 'UPCGVisualizeAttributeSettings::bPrefixWithAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, LocalOffset) == 0x0000E8, "Member 'UPCGVisualizeAttributeSettings::LocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, Color) == 0x000100, "Member 'UPCGVisualizeAttributeSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, duration) == 0x000108, "Member 'UPCGVisualizeAttributeSettings::duration' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, PointLimit) == 0x000110, "Member 'UPCGVisualizeAttributeSettings::PointLimit' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, bVisualizeEnabled) == 0x000114, "Member 'UPCGVisualizeAttributeSettings::bVisualizeEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDifferenceData_AddDifference \ +static_assert(alignof(PCGDifferenceData_AddDifference) == 0x000008, "Wrong alignment on PCGDifferenceData_AddDifference"); \ +static_assert(sizeof(PCGDifferenceData_AddDifference) == 0x000008, "Wrong size on PCGDifferenceData_AddDifference"); \ +static_assert(offsetof(PCGDifferenceData_AddDifference, InDifference) == 0x000000, "Member 'PCGDifferenceData_AddDifference::InDifference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDifferenceData_Initialize \ +static_assert(alignof(PCGDifferenceData_Initialize) == 0x000008, "Wrong alignment on PCGDifferenceData_Initialize"); \ +static_assert(sizeof(PCGDifferenceData_Initialize) == 0x000008, "Wrong size on PCGDifferenceData_Initialize"); \ +static_assert(offsetof(PCGDifferenceData_Initialize, InData) == 0x000000, "Member 'PCGDifferenceData_Initialize::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDifferenceData_SetDensityFunction \ +static_assert(alignof(PCGDifferenceData_SetDensityFunction) == 0x000001, "Wrong alignment on PCGDifferenceData_SetDensityFunction"); \ +static_assert(sizeof(PCGDifferenceData_SetDensityFunction) == 0x000001, "Wrong size on PCGDifferenceData_SetDensityFunction"); \ +static_assert(offsetof(PCGDifferenceData_SetDensityFunction, InDensityFunction) == 0x000000, "Member 'PCGDifferenceData_SetDensityFunction::InDensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDifferenceData \ +static_assert(alignof(UPCGDifferenceData) == 0x000008, "Wrong alignment on UPCGDifferenceData"); \ +static_assert(sizeof(UPCGDifferenceData) == 0x0000F8, "Wrong size on UPCGDifferenceData"); \ +static_assert(offsetof(UPCGDifferenceData, bDiffMetadata) == 0x0000D0, "Member 'UPCGDifferenceData::bDiffMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, Source) == 0x0000D8, "Member 'UPCGDifferenceData::Source' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, Difference) == 0x0000E0, "Member 'UPCGDifferenceData::Difference' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, DifferencesUnion) == 0x0000E8, "Member 'UPCGDifferenceData::DifferencesUnion' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, DensityFunction) == 0x0000F0, "Member 'UPCGDifferenceData::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSubsystem \ +static_assert(alignof(UPCGSubsystem) == 0x000008, "Wrong alignment on UPCGSubsystem"); \ +static_assert(sizeof(UPCGSubsystem) == 0x000490, "Wrong size on UPCGSubsystem"); \ + +#define DUMPER7_ASSERTS_PCGIntersectionData_Initialize \ +static_assert(alignof(PCGIntersectionData_Initialize) == 0x000008, "Wrong alignment on PCGIntersectionData_Initialize"); \ +static_assert(sizeof(PCGIntersectionData_Initialize) == 0x000010, "Wrong size on PCGIntersectionData_Initialize"); \ +static_assert(offsetof(PCGIntersectionData_Initialize, InA) == 0x000000, "Member 'PCGIntersectionData_Initialize::InA' has a wrong offset!"); \ +static_assert(offsetof(PCGIntersectionData_Initialize, InB) == 0x000008, "Member 'PCGIntersectionData_Initialize::InB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGIntersectionData \ +static_assert(alignof(UPCGIntersectionData) == 0x000008, "Wrong alignment on UPCGIntersectionData"); \ +static_assert(sizeof(UPCGIntersectionData) == 0x000158, "Wrong size on UPCGIntersectionData"); \ +static_assert(offsetof(UPCGIntersectionData, DensityFunction) == 0x0000D0, "Member 'UPCGIntersectionData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, A) == 0x0000D8, "Member 'UPCGIntersectionData::A' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, B) == 0x0000E0, "Member 'UPCGIntersectionData::B' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, CachedBounds) == 0x0000E8, "Member 'UPCGIntersectionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, CachedStrictBounds) == 0x000120, "Member 'UPCGIntersectionData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSurfaceData \ +static_assert(alignof(UPCGSurfaceData) == 0x000010, "Wrong alignment on UPCGSurfaceData"); \ +static_assert(sizeof(UPCGSurfaceData) == 0x000130, "Wrong size on UPCGSurfaceData"); \ +static_assert(offsetof(UPCGSurfaceData, Transform) == 0x0000D0, "Member 'UPCGSurfaceData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_BreakPinProperty \ +static_assert(alignof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_BreakPinProperty"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x000020, "Wrong size on PCGBlueprintPinHelpers_BreakPinProperty"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, PinProperty) == 0x000000, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::PinProperty' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, Label) == 0x000014, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::Label' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleData) == 0x00001C, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleConnections) == 0x00001D, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleConnections' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bIsAdvancedPin) == 0x00001E, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bIsAdvancedPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, AllowedType) == 0x00001F, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::AllowedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_MakePinProperty \ +static_assert(alignof(PCGBlueprintPinHelpers_MakePinProperty) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_MakePinProperty"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_MakePinProperty) == 0x000020, "Wrong size on PCGBlueprintPinHelpers_MakePinProperty"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, Label) == 0x000000, "Member 'PCGBlueprintPinHelpers_MakePinProperty::Label' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bAllowMultipleData) == 0x000008, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bAllowMultipleData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bAllowMultipleConnections) == 0x000009, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bAllowMultipleConnections' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bIsAdvancedPin) == 0x00000A, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bIsAdvancedPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, AllowedType) == 0x00000B, "Member 'PCGBlueprintPinHelpers_MakePinProperty::AllowedType' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, ReturnValue) == 0x00000C, "Member 'PCGBlueprintPinHelpers_MakePinProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintPinHelpers \ +static_assert(alignof(UPCGBlueprintPinHelpers) == 0x000008, "Wrong alignment on UPCGBlueprintPinHelpers"); \ +static_assert(sizeof(UPCGBlueprintPinHelpers) == 0x000028, "Wrong size on UPCGBlueprintPinHelpers"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeData \ +static_assert(alignof(UPCGLandscapeData) == 0x000010, "Wrong alignment on UPCGLandscapeData"); \ +static_assert(sizeof(UPCGLandscapeData) == 0x0001B0, "Wrong size on UPCGLandscapeData"); \ +static_assert(offsetof(UPCGLandscapeData, Landscapes) == 0x000130, "Member 'UPCGLandscapeData::Landscapes' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeData, Bounds) == 0x000140, "Member 'UPCGLandscapeData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeData, DataProps) == 0x000178, "Member 'UPCGLandscapeData::DataProps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPolyLineData \ +static_assert(alignof(UPCGPolyLineData) == 0x000008, "Wrong alignment on UPCGPolyLineData"); \ +static_assert(sizeof(UPCGPolyLineData) == 0x0000D0, "Wrong size on UPCGPolyLineData"); \ + +#define DUMPER7_ASSERTS_PCGGraphInterface_GetMutablePCGGraph \ +static_assert(alignof(PCGGraphInterface_GetMutablePCGGraph) == 0x000008, "Wrong alignment on PCGGraphInterface_GetMutablePCGGraph"); \ +static_assert(sizeof(PCGGraphInterface_GetMutablePCGGraph) == 0x000008, "Wrong size on PCGGraphInterface_GetMutablePCGGraph"); \ +static_assert(offsetof(PCGGraphInterface_GetMutablePCGGraph, ReturnValue) == 0x000000, "Member 'PCGGraphInterface_GetMutablePCGGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphInterface_GetConstPCGGraph \ +static_assert(alignof(PCGGraphInterface_GetConstPCGGraph) == 0x000008, "Wrong alignment on PCGGraphInterface_GetConstPCGGraph"); \ +static_assert(sizeof(PCGGraphInterface_GetConstPCGGraph) == 0x000008, "Wrong size on PCGGraphInterface_GetConstPCGGraph"); \ +static_assert(offsetof(PCGGraphInterface_GetConstPCGGraph, ReturnValue) == 0x000000, "Member 'PCGGraphInterface_GetConstPCGGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphInterface \ +static_assert(alignof(UPCGGraphInterface) == 0x000008, "Wrong alignment on UPCGGraphInterface"); \ +static_assert(sizeof(UPCGGraphInterface) == 0x000028, "Wrong size on UPCGGraphInterface"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddEdge \ +static_assert(alignof(PCGGraph_AddEdge) == 0x000008, "Wrong alignment on PCGGraph_AddEdge"); \ +static_assert(sizeof(PCGGraph_AddEdge) == 0x000028, "Wrong size on PCGGraph_AddEdge"); \ +static_assert(offsetof(PCGGraph_AddEdge, From) == 0x000000, "Member 'PCGGraph_AddEdge::From' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, FromPinLabel) == 0x000008, "Member 'PCGGraph_AddEdge::FromPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, To) == 0x000010, "Member 'PCGGraph_AddEdge::To' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, ToPinLabel) == 0x000018, "Member 'PCGGraph_AddEdge::ToPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, ReturnValue) == 0x000020, "Member 'PCGGraph_AddEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddNodeCopy \ +static_assert(alignof(PCGGraph_AddNodeCopy) == 0x000008, "Wrong alignment on PCGGraph_AddNodeCopy"); \ +static_assert(sizeof(PCGGraph_AddNodeCopy) == 0x000018, "Wrong size on PCGGraph_AddNodeCopy"); \ +static_assert(offsetof(PCGGraph_AddNodeCopy, InSettings) == 0x000000, "Member 'PCGGraph_AddNodeCopy::InSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeCopy, DefaultNodeSettings) == 0x000008, "Member 'PCGGraph_AddNodeCopy::DefaultNodeSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeCopy, ReturnValue) == 0x000010, "Member 'PCGGraph_AddNodeCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddNodeInstance \ +static_assert(alignof(PCGGraph_AddNodeInstance) == 0x000008, "Wrong alignment on PCGGraph_AddNodeInstance"); \ +static_assert(sizeof(PCGGraph_AddNodeInstance) == 0x000010, "Wrong size on PCGGraph_AddNodeInstance"); \ +static_assert(offsetof(PCGGraph_AddNodeInstance, InSettings) == 0x000000, "Member 'PCGGraph_AddNodeInstance::InSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeInstance, ReturnValue) == 0x000008, "Member 'PCGGraph_AddNodeInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddNodeOfType \ +static_assert(alignof(PCGGraph_AddNodeOfType) == 0x000008, "Wrong alignment on PCGGraph_AddNodeOfType"); \ +static_assert(sizeof(PCGGraph_AddNodeOfType) == 0x000018, "Wrong size on PCGGraph_AddNodeOfType"); \ +static_assert(offsetof(PCGGraph_AddNodeOfType, InSettingsClass) == 0x000000, "Member 'PCGGraph_AddNodeOfType::InSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeOfType, DefaultNodeSettings) == 0x000008, "Member 'PCGGraph_AddNodeOfType::DefaultNodeSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeOfType, ReturnValue) == 0x000010, "Member 'PCGGraph_AddNodeOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_RemoveEdge \ +static_assert(alignof(PCGGraph_RemoveEdge) == 0x000008, "Wrong alignment on PCGGraph_RemoveEdge"); \ +static_assert(sizeof(PCGGraph_RemoveEdge) == 0x000028, "Wrong size on PCGGraph_RemoveEdge"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, From) == 0x000000, "Member 'PCGGraph_RemoveEdge::From' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, FromLabel) == 0x000008, "Member 'PCGGraph_RemoveEdge::FromLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, To) == 0x000010, "Member 'PCGGraph_RemoveEdge::To' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, ToLabel) == 0x000018, "Member 'PCGGraph_RemoveEdge::ToLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, ReturnValue) == 0x000020, "Member 'PCGGraph_RemoveEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_RemoveNode \ +static_assert(alignof(PCGGraph_RemoveNode) == 0x000008, "Wrong alignment on PCGGraph_RemoveNode"); \ +static_assert(sizeof(PCGGraph_RemoveNode) == 0x000008, "Wrong size on PCGGraph_RemoveNode"); \ +static_assert(offsetof(PCGGraph_RemoveNode, InNode) == 0x000000, "Member 'PCGGraph_RemoveNode::InNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_RemoveNodes \ +static_assert(alignof(PCGGraph_RemoveNodes) == 0x000008, "Wrong alignment on PCGGraph_RemoveNodes"); \ +static_assert(sizeof(PCGGraph_RemoveNodes) == 0x000010, "Wrong size on PCGGraph_RemoveNodes"); \ +static_assert(offsetof(PCGGraph_RemoveNodes, InNodes) == 0x000000, "Member 'PCGGraph_RemoveNodes::InNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_GetInputNode \ +static_assert(alignof(PCGGraph_GetInputNode) == 0x000008, "Wrong alignment on PCGGraph_GetInputNode"); \ +static_assert(sizeof(PCGGraph_GetInputNode) == 0x000008, "Wrong size on PCGGraph_GetInputNode"); \ +static_assert(offsetof(PCGGraph_GetInputNode, ReturnValue) == 0x000000, "Member 'PCGGraph_GetInputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_GetOutputNode \ +static_assert(alignof(PCGGraph_GetOutputNode) == 0x000008, "Wrong alignment on PCGGraph_GetOutputNode"); \ +static_assert(sizeof(PCGGraph_GetOutputNode) == 0x000008, "Wrong size on PCGGraph_GetOutputNode"); \ +static_assert(offsetof(PCGGraph_GetOutputNode, ReturnValue) == 0x000000, "Member 'PCGGraph_GetOutputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraph \ +static_assert(alignof(UPCGGraph) == 0x000008, "Wrong alignment on UPCGGraph"); \ +static_assert(sizeof(UPCGGraph) == 0x000128, "Wrong size on UPCGGraph"); \ +static_assert(offsetof(UPCGGraph, bLandscapeUsesMetadata) == 0x000028, "Member 'UPCGGraph::bLandscapeUsesMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, Nodes) == 0x000030, "Member 'UPCGGraph::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, InputNode) == 0x000040, "Member 'UPCGGraph::InputNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, OutputNode) == 0x000048, "Member 'UPCGGraph::OutputNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, UserParameters) == 0x000050, "Member 'UPCGGraph::UserParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, bUseHierarchicalGeneration) == 0x000060, "Member 'UPCGGraph::bUseHierarchicalGeneration' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, HiGenGridSize) == 0x000064, "Member 'UPCGGraph::HiGenGridSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, bIsEditorOnly) == 0x0000C0, "Member 'UPCGGraph::bIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, GenerationRadii) == 0x0000C8, "Member 'UPCGGraph::GenerationRadii' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeSplineData \ +static_assert(alignof(UPCGLandscapeSplineData) == 0x000008, "Wrong alignment on UPCGLandscapeSplineData"); \ +static_assert(sizeof(UPCGLandscapeSplineData) == 0x0000F0, "Wrong size on UPCGLandscapeSplineData"); \ +static_assert(offsetof(UPCGLandscapeSplineData, Spline) == 0x0000D0, "Member 'UPCGLandscapeSplineData::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_CopyPointsFrom \ +static_assert(alignof(PCGPointData_CopyPointsFrom) == 0x000008, "Wrong alignment on PCGPointData_CopyPointsFrom"); \ +static_assert(sizeof(PCGPointData_CopyPointsFrom) == 0x000018, "Wrong size on PCGPointData_CopyPointsFrom"); \ +static_assert(offsetof(PCGPointData_CopyPointsFrom, InData) == 0x000000, "Member 'PCGPointData_CopyPointsFrom::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGPointData_CopyPointsFrom, InDataIndices) == 0x000008, "Member 'PCGPointData_CopyPointsFrom::InDataIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_SetPoints \ +static_assert(alignof(PCGPointData_SetPoints) == 0x000008, "Wrong alignment on PCGPointData_SetPoints"); \ +static_assert(sizeof(PCGPointData_SetPoints) == 0x000010, "Wrong size on PCGPointData_SetPoints"); \ +static_assert(offsetof(PCGPointData_SetPoints, InPoints) == 0x000000, "Member 'PCGPointData_SetPoints::InPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_GetPoint \ +static_assert(alignof(PCGPointData_GetPoint) == 0x000010, "Wrong alignment on PCGPointData_GetPoint"); \ +static_assert(sizeof(PCGPointData_GetPoint) == 0x0000E0, "Wrong size on PCGPointData_GetPoint"); \ +static_assert(offsetof(PCGPointData_GetPoint, Index_0) == 0x000000, "Member 'PCGPointData_GetPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PCGPointData_GetPoint, ReturnValue) == 0x000010, "Member 'PCGPointData_GetPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_GetPoints \ +static_assert(alignof(PCGPointData_GetPoints) == 0x000008, "Wrong alignment on PCGPointData_GetPoints"); \ +static_assert(sizeof(PCGPointData_GetPoints) == 0x000010, "Wrong size on PCGPointData_GetPoints"); \ +static_assert(offsetof(PCGPointData_GetPoints, ReturnValue) == 0x000000, "Member 'PCGPointData_GetPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_GetPointsCopy \ +static_assert(alignof(PCGPointData_GetPointsCopy) == 0x000008, "Wrong alignment on PCGPointData_GetPointsCopy"); \ +static_assert(sizeof(PCGPointData_GetPointsCopy) == 0x000010, "Wrong size on PCGPointData_GetPointsCopy"); \ +static_assert(offsetof(PCGPointData_GetPointsCopy, ReturnValue) == 0x000000, "Member 'PCGPointData_GetPointsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointData \ +static_assert(alignof(UPCGPointData) == 0x000010, "Wrong alignment on UPCGPointData"); \ +static_assert(sizeof(UPCGPointData) == 0x0001B0, "Wrong size on UPCGPointData"); \ +static_assert(offsetof(UPCGPointData, Points) == 0x000080, "Member 'UPCGPointData::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTrivialSettings \ +static_assert(alignof(UPCGTrivialSettings) == 0x000008, "Wrong alignment on UPCGTrivialSettings"); \ +static_assert(sizeof(UPCGTrivialSettings) == 0x0000A8, "Wrong size on UPCGTrivialSettings"); \ + +#define DUMPER7_ASSERTS_UPCGPrimitiveData \ +static_assert(alignof(UPCGPrimitiveData) == 0x000008, "Wrong alignment on UPCGPrimitiveData"); \ +static_assert(sizeof(UPCGPrimitiveData) == 0x000160, "Wrong size on UPCGPrimitiveData"); \ +static_assert(offsetof(UPCGPrimitiveData, VoxelSize) == 0x0000D0, "Member 'UPCGPrimitiveData::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, Primitive) == 0x0000E8, "Member 'UPCGPrimitiveData::Primitive' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, CachedBounds) == 0x0000F0, "Member 'UPCGPrimitiveData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, CachedStrictBounds) == 0x000128, "Member 'UPCGPrimitiveData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProjectionData \ +static_assert(alignof(UPCGProjectionData) == 0x000008, "Wrong alignment on UPCGProjectionData"); \ +static_assert(sizeof(UPCGProjectionData) == 0x000170, "Wrong size on UPCGProjectionData"); \ +static_assert(offsetof(UPCGProjectionData, Source) == 0x0000D0, "Member 'UPCGProjectionData::Source' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, Target) == 0x0000D8, "Member 'UPCGProjectionData::Target' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, CachedBounds) == 0x0000E0, "Member 'UPCGProjectionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, CachedStrictBounds) == 0x000118, "Member 'UPCGProjectionData::CachedStrictBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, ProjectionParams) == 0x000150, "Member 'UPCGProjectionData::ProjectionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDeterminismTestBlueprintBase_ExecuteTest \ +static_assert(alignof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x000008, "Wrong alignment on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ +static_assert(sizeof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x000090, "Wrong size on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ +static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InPCGNode) == 0x000000, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InPCGNode' has a wrong offset!"); \ +static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InOutTestResult) == 0x000008, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InOutTestResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDeterminismTestBlueprintBase \ +static_assert(alignof(UPCGDeterminismTestBlueprintBase) == 0x000008, "Wrong alignment on UPCGDeterminismTestBlueprintBase"); \ +static_assert(sizeof(UPCGDeterminismTestBlueprintBase) == 0x000028, "Wrong size on UPCGDeterminismTestBlueprintBase"); \ + +#define DUMPER7_ASSERTS_UPCGBaseTextureData \ +static_assert(alignof(UPCGBaseTextureData) == 0x000010, "Wrong alignment on UPCGBaseTextureData"); \ +static_assert(sizeof(UPCGBaseTextureData) == 0x0001E0, "Wrong size on UPCGBaseTextureData"); \ +static_assert(offsetof(UPCGBaseTextureData, DensityFunction) == 0x000130, "Member 'UPCGBaseTextureData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, ColorChannel) == 0x000131, "Member 'UPCGBaseTextureData::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Filter) == 0x000132, "Member 'UPCGBaseTextureData::Filter' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, TexelSize) == 0x000134, "Member 'UPCGBaseTextureData::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, bUseAdvancedTiling) == 0x000138, "Member 'UPCGBaseTextureData::bUseAdvancedTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Tiling) == 0x000140, "Member 'UPCGBaseTextureData::Tiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, CenterOffset) == 0x000150, "Member 'UPCGBaseTextureData::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Rotation) == 0x000160, "Member 'UPCGBaseTextureData::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, bUseTileBounds) == 0x000164, "Member 'UPCGBaseTextureData::bUseTileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, TileBounds) == 0x000168, "Member 'UPCGBaseTextureData::TileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, ColorData) == 0x000190, "Member 'UPCGBaseTextureData::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Bounds) == 0x0001A0, "Member 'UPCGBaseTextureData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Height) == 0x0001D8, "Member 'UPCGBaseTextureData::Height' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Width) == 0x0001DC, "Member 'UPCGBaseTextureData::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGRenderTargetData_Initialize \ +static_assert(alignof(PCGRenderTargetData_Initialize) == 0x000010, "Wrong alignment on PCGRenderTargetData_Initialize"); \ +static_assert(sizeof(PCGRenderTargetData_Initialize) == 0x000070, "Wrong size on PCGRenderTargetData_Initialize"); \ +static_assert(offsetof(PCGRenderTargetData_Initialize, InRenderTarget) == 0x000000, "Member 'PCGRenderTargetData_Initialize::InRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(PCGRenderTargetData_Initialize, InTransform) == 0x000010, "Member 'PCGRenderTargetData_Initialize::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRenderTargetData \ +static_assert(alignof(UPCGRenderTargetData) == 0x000010, "Wrong alignment on UPCGRenderTargetData"); \ +static_assert(sizeof(UPCGRenderTargetData) == 0x0001F0, "Wrong size on UPCGRenderTargetData"); \ +static_assert(offsetof(UPCGRenderTargetData, RenderTarget) == 0x0001E0, "Member 'UPCGRenderTargetData::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGWorldActor \ +static_assert(alignof(APCGWorldActor) == 0x000008, "Wrong alignment on APCGWorldActor"); \ +static_assert(sizeof(APCGWorldActor) == 0x0003A8, "Wrong size on APCGWorldActor"); \ +static_assert(offsetof(APCGWorldActor, PartitionGridSize) == 0x000290, "Member 'APCGWorldActor::PartitionGridSize' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, LandscapeCacheObject) == 0x000298, "Member 'APCGWorldActor::LandscapeCacheObject' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, bUse2DGrid) == 0x0002A0, "Member 'APCGWorldActor::bUse2DGrid' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, GridGuids) == 0x0002A8, "Member 'APCGWorldActor::GridGuids' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, TransientGridGuids) == 0x000300, "Member 'APCGWorldActor::TransientGridGuids' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, SerializedPartitionActorRecords) == 0x000358, "Member 'APCGWorldActor::SerializedPartitionActorRecords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineData \ +static_assert(alignof(UPCGSplineData) == 0x000010, "Wrong alignment on UPCGSplineData"); \ +static_assert(sizeof(UPCGSplineData) == 0x000270, "Wrong size on UPCGSplineData"); \ +static_assert(offsetof(UPCGSplineData, SplineStruct) == 0x0000D0, "Member 'UPCGSplineData::SplineStruct' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineData, CachedBounds) == 0x000230, "Member 'UPCGSplineData::CachedBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineProjectionData \ +static_assert(alignof(UPCGSplineProjectionData) == 0x000008, "Wrong alignment on UPCGSplineProjectionData"); \ +static_assert(sizeof(UPCGSplineProjectionData) == 0x000188, "Wrong size on UPCGSplineProjectionData"); \ +static_assert(offsetof(UPCGSplineProjectionData, ProjectedPosition) == 0x000170, "Member 'UPCGSplineProjectionData::ProjectedPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsAdvancedPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsAdvancedPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsAdvancedPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsAdvancedPin::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_IsAdvancedPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsNormalPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsNormalPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsNormalPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsNormalPin) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsNormalPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsNormalPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsNormalPin::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsNormalPin, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_IsNormalPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsRequiredPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsRequiredPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsRequiredPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsRequiredPin::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_IsRequiredPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetAdvancedPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetAdvancedPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin) == 0x000014, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetAdvancedPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetAdvancedPin::PinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections, bAllowMultipleConnections) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections::bAllowMultipleConnections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetNormalPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetNormalPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetNormalPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetNormalPin) == 0x000014, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetNormalPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetNormalPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetNormalPin::PinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetRequiredPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetRequiredPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin) == 0x000014, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetRequiredPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetRequiredPin::PinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPinPropertiesBlueprintHelpers \ +static_assert(alignof(UPCGPinPropertiesBlueprintHelpers) == 0x000008, "Wrong alignment on UPCGPinPropertiesBlueprintHelpers"); \ +static_assert(sizeof(UPCGPinPropertiesBlueprintHelpers) == 0x000028, "Wrong size on UPCGPinPropertiesBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_UPCGSplineInteriorSurfaceData \ +static_assert(alignof(UPCGSplineInteriorSurfaceData) == 0x000010, "Wrong alignment on UPCGSplineInteriorSurfaceData"); \ +static_assert(sizeof(UPCGSplineInteriorSurfaceData) == 0x0002F0, "Wrong size on UPCGSplineInteriorSurfaceData"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, SplineStruct) == 0x000130, "Member 'UPCGSplineInteriorSurfaceData::SplineStruct' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedBounds) == 0x000290, "Member 'UPCGSplineInteriorSurfaceData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedSplinePoints) == 0x0002C8, "Member 'UPCGSplineInteriorSurfaceData::CachedSplinePoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedSplinePoints2D) == 0x0002D8, "Member 'UPCGSplineInteriorSurfaceData::CachedSplinePoints2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTextureData \ +static_assert(alignof(UPCGTextureData) == 0x000010, "Wrong alignment on UPCGTextureData"); \ +static_assert(sizeof(UPCGTextureData) == 0x0001F0, "Wrong size on UPCGTextureData"); \ +static_assert(offsetof(UPCGTextureData, Texture) == 0x0001E0, "Member 'UPCGTextureData::Texture' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureData, TextureIndex) == 0x0001E8, "Member 'UPCGTextureData::TextureIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGenSourceWPStreamingSource \ +static_assert(alignof(UPCGGenSourceWPStreamingSource) == 0x000008, "Wrong alignment on UPCGGenSourceWPStreamingSource"); \ +static_assert(sizeof(UPCGGenSourceWPStreamingSource) == 0x000038, "Wrong size on UPCGGenSourceWPStreamingSource"); \ + +#define DUMPER7_ASSERTS_PCGUnionData_AddData \ +static_assert(alignof(PCGUnionData_AddData) == 0x000008, "Wrong alignment on PCGUnionData_AddData"); \ +static_assert(sizeof(PCGUnionData_AddData) == 0x000008, "Wrong size on PCGUnionData_AddData"); \ +static_assert(offsetof(PCGUnionData_AddData, InData) == 0x000000, "Member 'PCGUnionData_AddData::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGUnionData_Initialize \ +static_assert(alignof(PCGUnionData_Initialize) == 0x000008, "Wrong alignment on PCGUnionData_Initialize"); \ +static_assert(sizeof(PCGUnionData_Initialize) == 0x000010, "Wrong size on PCGUnionData_Initialize"); \ +static_assert(offsetof(PCGUnionData_Initialize, InA) == 0x000000, "Member 'PCGUnionData_Initialize::InA' has a wrong offset!"); \ +static_assert(offsetof(PCGUnionData_Initialize, InB) == 0x000008, "Member 'PCGUnionData_Initialize::InB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUnionData \ +static_assert(alignof(UPCGUnionData) == 0x000008, "Wrong alignment on UPCGUnionData"); \ +static_assert(sizeof(UPCGUnionData) == 0x000168, "Wrong size on UPCGUnionData"); \ +static_assert(offsetof(UPCGUnionData, Data) == 0x0000D0, "Member 'UPCGUnionData::Data' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, FirstNonTrivialTransformData) == 0x0000E0, "Member 'UPCGUnionData::FirstNonTrivialTransformData' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, UnionType) == 0x0000E8, "Member 'UPCGUnionData::UnionType' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, DensityFunction) == 0x0000E9, "Member 'UPCGUnionData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedBounds) == 0x0000F0, "Member 'UPCGUnionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedStrictBounds) == 0x000128, "Member 'UPCGUnionData::CachedStrictBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedDimension) == 0x000160, "Member 'UPCGUnionData::CachedDimension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVolumeData \ +static_assert(alignof(UPCGVolumeData) == 0x000008, "Wrong alignment on UPCGVolumeData"); \ +static_assert(sizeof(UPCGVolumeData) == 0x000168, "Wrong size on UPCGVolumeData"); \ +static_assert(offsetof(UPCGVolumeData, VoxelSize) == 0x0000D0, "Member 'UPCGVolumeData::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, Volume) == 0x0000E8, "Member 'UPCGVolumeData::Volume' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, Bounds) == 0x0000F0, "Member 'UPCGVolumeData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, StrictBounds) == 0x000128, "Member 'UPCGVolumeData::StrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldVolumetricData \ +static_assert(alignof(UPCGWorldVolumetricData) == 0x000008, "Wrong alignment on UPCGWorldVolumetricData"); \ +static_assert(sizeof(UPCGWorldVolumetricData) == 0x0001F0, "Wrong size on UPCGWorldVolumetricData"); \ +static_assert(offsetof(UPCGWorldVolumetricData, World) == 0x000168, "Member 'UPCGWorldVolumetricData::World' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldVolumetricData, OriginatingComponent) == 0x000170, "Member 'UPCGWorldVolumetricData::OriginatingComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldVolumetricData, QueryParams) == 0x000178, "Member 'UPCGWorldVolumetricData::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldRayHitData \ +static_assert(alignof(UPCGWorldRayHitData) == 0x000010, "Wrong alignment on UPCGWorldRayHitData"); \ +static_assert(sizeof(UPCGWorldRayHitData) == 0x000230, "Wrong size on UPCGWorldRayHitData"); \ +static_assert(offsetof(UPCGWorldRayHitData, World) == 0x000130, "Member 'UPCGWorldRayHitData::World' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, OriginatingComponent) == 0x000138, "Member 'UPCGWorldRayHitData::OriginatingComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, Bounds) == 0x000140, "Member 'UPCGWorldRayHitData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, QueryParams) == 0x000178, "Member 'UPCGWorldRayHitData::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBitwiseSettings \ +static_assert(alignof(UPCGMetadataBitwiseSettings) == 0x000008, "Wrong alignment on UPCGMetadataBitwiseSettings"); \ +static_assert(sizeof(UPCGMetadataBitwiseSettings) == 0x000130, "Wrong size on UPCGMetadataBitwiseSettings"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataBitwiseSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataBitwiseSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataBitwiseSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBooleanSettings \ +static_assert(alignof(UPCGMetadataBooleanSettings) == 0x000008, "Wrong alignment on UPCGMetadataBooleanSettings"); \ +static_assert(sizeof(UPCGMetadataBooleanSettings) == 0x000130, "Wrong size on UPCGMetadataBooleanSettings"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataBooleanSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataBooleanSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataBooleanSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGenSourceEditorCamera \ +static_assert(alignof(UPCGGenSourceEditorCamera) == 0x000008, "Wrong alignment on UPCGGenSourceEditorCamera"); \ +static_assert(sizeof(UPCGGenSourceEditorCamera) == 0x000030, "Wrong size on UPCGGenSourceEditorCamera"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBreakTransformSettings \ +static_assert(alignof(UPCGMetadataBreakTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakTransformSettings"); \ +static_assert(sizeof(UPCGMetadataBreakTransformSettings) == 0x000100, "Wrong size on UPCGMetadataBreakTransformSettings"); \ +static_assert(offsetof(UPCGMetadataBreakTransformSettings, InputSource) == 0x0000D8, "Member 'UPCGMetadataBreakTransformSettings::InputSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBreakVectorSettings \ +static_assert(alignof(UPCGMetadataBreakVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakVectorSettings"); \ +static_assert(sizeof(UPCGMetadataBreakVectorSettings) == 0x000100, "Wrong size on UPCGMetadataBreakVectorSettings"); \ +static_assert(offsetof(UPCGMetadataBreakVectorSettings, InputSource) == 0x0000D8, "Member 'UPCGMetadataBreakVectorSettings::InputSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataCompareSettings \ +static_assert(alignof(UPCGMetadataCompareSettings) == 0x000008, "Wrong alignment on UPCGMetadataCompareSettings"); \ +static_assert(sizeof(UPCGMetadataCompareSettings) == 0x000138, "Wrong size on UPCGMetadataCompareSettings"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataCompareSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataCompareSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataCompareSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, Tolerance) == 0x000130, "Member 'UPCGMetadataCompareSettings::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataOperationSettings \ +static_assert(alignof(UPCGMetadataOperationSettings) == 0x000008, "Wrong alignment on UPCGMetadataOperationSettings"); \ +static_assert(sizeof(UPCGMetadataOperationSettings) == 0x000100, "Wrong size on UPCGMetadataOperationSettings"); \ +static_assert(offsetof(UPCGMetadataOperationSettings, InputSource) == 0x0000A8, "Member 'UPCGMetadataOperationSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataOperationSettings, OutputTarget) == 0x0000D0, "Member 'UPCGMetadataOperationSettings::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataOperationSettings, bCopyAllAttributes) == 0x0000F8, "Member 'UPCGMetadataOperationSettings::bCopyAllAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeTransformSettings \ +static_assert(alignof(UPCGMetadataMakeTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeTransformSettings"); \ +static_assert(sizeof(UPCGMetadataMakeTransformSettings) == 0x000150, "Wrong size on UPCGMetadataMakeTransformSettings"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource1) == 0x0000D8, "Member 'UPCGMetadataMakeTransformSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource2) == 0x000100, "Member 'UPCGMetadataMakeTransformSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource3) == 0x000128, "Member 'UPCGMetadataMakeTransformSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeVectorSettings \ +static_assert(alignof(UPCGMetadataMakeVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeVectorSettings"); \ +static_assert(sizeof(UPCGMetadataMakeVectorSettings) == 0x000180, "Wrong size on UPCGMetadataMakeVectorSettings"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource1) == 0x0000D8, "Member 'UPCGMetadataMakeVectorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource2) == 0x000100, "Member 'UPCGMetadataMakeVectorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource3) == 0x000128, "Member 'UPCGMetadataMakeVectorSettings::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource4) == 0x000150, "Member 'UPCGMetadataMakeVectorSettings::InputSource4' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, OutputType) == 0x000178, "Member 'UPCGMetadataMakeVectorSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector3Op) == 0x000179, "Member 'UPCGMetadataMakeVectorSettings::MakeVector3Op' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector4Op) == 0x00017A, "Member 'UPCGMetadataMakeVectorSettings::MakeVector4Op' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGStaticMeshSpawnerSettings_SetInstancePackerType \ +static_assert(alignof(PCGStaticMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong alignment on PCGStaticMeshSpawnerSettings_SetInstancePackerType"); \ +static_assert(sizeof(PCGStaticMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong size on PCGStaticMeshSpawnerSettings_SetInstancePackerType"); \ +static_assert(offsetof(PCGStaticMeshSpawnerSettings_SetInstancePackerType, InInstancePackerType) == 0x000000, "Member 'PCGStaticMeshSpawnerSettings_SetInstancePackerType::InInstancePackerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGStaticMeshSpawnerSettings_SetMeshSelectorType \ +static_assert(alignof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType) == 0x000008, "Wrong alignment on PCGStaticMeshSpawnerSettings_SetMeshSelectorType"); \ +static_assert(sizeof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType) == 0x000008, "Wrong size on PCGStaticMeshSpawnerSettings_SetMeshSelectorType"); \ +static_assert(offsetof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType, InMeshSelectorType) == 0x000000, "Member 'PCGStaticMeshSpawnerSettings_SetMeshSelectorType::InMeshSelectorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshSpawnerSettings \ +static_assert(alignof(UPCGStaticMeshSpawnerSettings) == 0x000008, "Wrong alignment on UPCGStaticMeshSpawnerSettings"); \ +static_assert(sizeof(UPCGStaticMeshSpawnerSettings) == 0x000128, "Wrong size on UPCGStaticMeshSpawnerSettings"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorType) == 0x0000A8, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorType' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorParameters) == 0x0000B0, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerType) == 0x0000B8, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerType' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerParameters) == 0x0000C0, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, StaticMeshComponentPropertyOverrides) == 0x0000C8, "Member 'UPCGStaticMeshSpawnerSettings::StaticMeshComponentPropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, OutAttributeName) == 0x0000D8, "Member 'UPCGStaticMeshSpawnerSettings::OutAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bApplyMeshBoundsToPoints) == 0x0000E0, "Member 'UPCGStaticMeshSpawnerSettings::bApplyMeshBoundsToPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, TargetActor) == 0x0000E8, "Member 'UPCGStaticMeshSpawnerSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, PostProcessFunctionNames) == 0x000110, "Member 'UPCGStaticMeshSpawnerSettings::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bSynchronousLoad) == 0x000120, "Member 'UPCGStaticMeshSpawnerSettings::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bSilenceOverrideAttributeNotFoundErrors) == 0x000121, "Member 'UPCGStaticMeshSpawnerSettings::bSilenceOverrideAttributeNotFoundErrors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMathsSettings \ +static_assert(alignof(UPCGMetadataMathsSettings) == 0x000008, "Wrong alignment on UPCGMetadataMathsSettings"); \ +static_assert(sizeof(UPCGMetadataMathsSettings) == 0x000158, "Wrong size on UPCGMetadataMathsSettings"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataMathsSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, bForceRoundingOpToInt) == 0x0000DA, "Member 'UPCGMetadataMathsSettings::bForceRoundingOpToInt' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, bForceOpToDouble) == 0x0000DB, "Member 'UPCGMetadataMathsSettings::bForceOpToDouble' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataMathsSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataMathsSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataMathsSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataPartitionSettings \ +static_assert(alignof(UPCGMetadataPartitionSettings) == 0x000008, "Wrong alignment on UPCGMetadataPartitionSettings"); \ +static_assert(sizeof(UPCGMetadataPartitionSettings) == 0x0000C8, "Wrong size on UPCGMetadataPartitionSettings"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionAttributeSelectors) == 0x0000A8, "Member 'UPCGMetadataPartitionSettings::PartitionAttributeSelectors' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionAttributeNames) == 0x0000B8, "Member 'UPCGMetadataPartitionSettings::PartitionAttributeNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpatialNoiseSettings \ +static_assert(alignof(UPCGSpatialNoiseSettings) == 0x000010, "Wrong alignment on UPCGSpatialNoiseSettings"); \ +static_assert(sizeof(UPCGSpatialNoiseSettings) == 0x0001B0, "Wrong size on UPCGSpatialNoiseSettings"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Mode) == 0x0000A8, "Member 'UPCGSpatialNoiseSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeMask2DMode) == 0x0000AC, "Member 'UPCGSpatialNoiseSettings::EdgeMask2DMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Iterations) == 0x0000B0, "Member 'UPCGSpatialNoiseSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bTiling) == 0x0000B4, "Member 'UPCGSpatialNoiseSettings::bTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Brightness) == 0x0000B8, "Member 'UPCGSpatialNoiseSettings::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Contrast) == 0x0000BC, "Member 'UPCGSpatialNoiseSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, ValueTarget) == 0x0000C0, "Member 'UPCGSpatialNoiseSettings::ValueTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, RandomOffset) == 0x0000E8, "Member 'UPCGSpatialNoiseSettings::RandomOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Transform) == 0x000100, "Member 'UPCGSpatialNoiseSettings::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellRandomness) == 0x000160, "Member 'UPCGSpatialNoiseSettings::VoronoiCellRandomness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellIDTarget) == 0x000168, "Member 'UPCGSpatialNoiseSettings::VoronoiCellIDTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bVoronoiOrientSamplesToCellEdge) == 0x000190, "Member 'UPCGSpatialNoiseSettings::bVoronoiOrientSamplesToCellEdge' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiResolution) == 0x000194, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiResolution' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiEdgeBlendCellCount) == 0x000198, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiEdgeBlendCellCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendDistance) == 0x00019C, "Member 'UPCGSpatialNoiseSettings::EdgeBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveOffset) == 0x0001A0, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveIntensity) == 0x0001A4, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveIntensity' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bForceNoUseSeed) == 0x0001A8, "Member 'UPCGSpatialNoiseSettings::bForceNoUseSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataRenameSettings \ +static_assert(alignof(UPCGMetadataRenameSettings) == 0x000008, "Wrong alignment on UPCGMetadataRenameSettings"); \ +static_assert(sizeof(UPCGMetadataRenameSettings) == 0x0000B8, "Wrong size on UPCGMetadataRenameSettings"); \ +static_assert(offsetof(UPCGMetadataRenameSettings, AttributeToRename) == 0x0000A8, "Member 'UPCGMetadataRenameSettings::AttributeToRename' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRenameSettings, NewAttributeName) == 0x0000B0, "Member 'UPCGMetadataRenameSettings::NewAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataRotatorSettings \ +static_assert(alignof(UPCGMetadataRotatorSettings) == 0x000008, "Wrong alignment on UPCGMetadataRotatorSettings"); \ +static_assert(sizeof(UPCGMetadataRotatorSettings) == 0x000158, "Wrong size on UPCGMetadataRotatorSettings"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataRotatorSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataRotatorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataRotatorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataRotatorSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataStringOpSettings \ +static_assert(alignof(UPCGMetadataStringOpSettings) == 0x000008, "Wrong alignment on UPCGMetadataStringOpSettings"); \ +static_assert(sizeof(UPCGMetadataStringOpSettings) == 0x000130, "Wrong size on UPCGMetadataStringOpSettings"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataStringOpSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataStringOpSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataStringOpSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataTransformSettings \ +static_assert(alignof(UPCGMetadataTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataTransformSettings"); \ +static_assert(sizeof(UPCGMetadataTransformSettings) == 0x000158, "Wrong size on UPCGMetadataTransformSettings"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataTransformSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, TransformLerpMode) == 0x0000DA, "Member 'UPCGMetadataTransformSettings::TransformLerpMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataTransformSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataTransformSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataTransformSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataTrigSettings \ +static_assert(alignof(UPCGMetadataTrigSettings) == 0x000008, "Wrong alignment on UPCGMetadataTrigSettings"); \ +static_assert(sizeof(UPCGMetadataTrigSettings) == 0x000130, "Wrong size on UPCGMetadataTrigSettings"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataTrigSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataTrigSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataTrigSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataVectorSettings \ +static_assert(alignof(UPCGMetadataVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataVectorSettings"); \ +static_assert(sizeof(UPCGMetadataVectorSettings) == 0x000158, "Wrong size on UPCGMetadataVectorSettings"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataVectorSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataVectorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataVectorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataVectorSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeGetFromIndexSettings \ +static_assert(alignof(UPCGAttributeGetFromIndexSettings) == 0x000008, "Wrong alignment on UPCGAttributeGetFromIndexSettings"); \ +static_assert(sizeof(UPCGAttributeGetFromIndexSettings) == 0x0000B0, "Wrong size on UPCGAttributeGetFromIndexSettings"); \ +static_assert(offsetof(UPCGAttributeGetFromIndexSettings, Index_0) == 0x0000A8, "Member 'UPCGAttributeGetFromIndexSettings::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeGetFromPointIndexSettings \ +static_assert(alignof(UPCGAttributeGetFromPointIndexSettings) == 0x000008, "Wrong alignment on UPCGAttributeGetFromPointIndexSettings"); \ +static_assert(sizeof(UPCGAttributeGetFromPointIndexSettings) == 0x0000E0, "Wrong size on UPCGAttributeGetFromPointIndexSettings"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeGetFromPointIndexSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, Index_0) == 0x0000D0, "Member 'UPCGAttributeGetFromPointIndexSettings::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, OutputAttributeName) == 0x0000D4, "Member 'UPCGAttributeGetFromPointIndexSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeNoiseSettings \ +static_assert(alignof(UPCGAttributeNoiseSettings) == 0x000008, "Wrong alignment on UPCGAttributeNoiseSettings"); \ +static_assert(sizeof(UPCGAttributeNoiseSettings) == 0x000108, "Wrong size on UPCGAttributeNoiseSettings"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeNoiseSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, OutputTarget) == 0x0000D0, "Member 'UPCGAttributeNoiseSettings::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, Mode) == 0x0000F8, "Member 'UPCGAttributeNoiseSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMin) == 0x0000FC, "Member 'UPCGAttributeNoiseSettings::NoiseMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMax) == 0x000100, "Member 'UPCGAttributeNoiseSettings::NoiseMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bInvertSource) == 0x000104, "Member 'UPCGAttributeNoiseSettings::bInvertSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bClampResult) == 0x000105, "Member 'UPCGAttributeNoiseSettings::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bHasSpatialToPointDeprecation) == 0x000106, "Member 'UPCGAttributeNoiseSettings::bHasSpatialToPointDeprecation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeReduceSettings \ +static_assert(alignof(UPCGAttributeReduceSettings) == 0x000008, "Wrong alignment on UPCGAttributeReduceSettings"); \ +static_assert(sizeof(UPCGAttributeReduceSettings) == 0x0000E0, "Wrong size on UPCGAttributeReduceSettings"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeReduceSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, OutputAttributeName) == 0x0000D0, "Member 'UPCGAttributeReduceSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, Operation) == 0x0000D8, "Member 'UPCGAttributeReduceSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, bMergeOutputAttributes) == 0x0000DC, "Member 'UPCGAttributeReduceSettings::bMergeOutputAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeSelectSettings \ +static_assert(alignof(UPCGAttributeSelectSettings) == 0x000010, "Wrong alignment on UPCGAttributeSelectSettings"); \ +static_assert(sizeof(UPCGAttributeSelectSettings) == 0x000100, "Wrong size on UPCGAttributeSelectSettings"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeSelectSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, OutputAttributeName) == 0x0000D0, "Member 'UPCGAttributeSelectSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, Operation) == 0x0000D8, "Member 'UPCGAttributeSelectSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, Axis) == 0x0000DC, "Member 'UPCGAttributeSelectSettings::Axis' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, CustomAxis) == 0x0000E0, "Member 'UPCGAttributeSelectSettings::CustomAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeTransferSettings \ +static_assert(alignof(UPCGAttributeTransferSettings) == 0x000008, "Wrong alignment on UPCGAttributeTransferSettings"); \ +static_assert(sizeof(UPCGAttributeTransferSettings) == 0x0000F8, "Wrong size on UPCGAttributeTransferSettings"); \ +static_assert(offsetof(UPCGAttributeTransferSettings, SourceAttributeProperty) == 0x0000A8, "Member 'UPCGAttributeTransferSettings::SourceAttributeProperty' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeTransferSettings, TargetAttributeProperty) == 0x0000D0, "Member 'UPCGAttributeTransferSettings::TargetAttributeProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBoundsModifierSettings \ +static_assert(alignof(UPCGBoundsModifierSettings) == 0x000008, "Wrong alignment on UPCGBoundsModifierSettings"); \ +static_assert(sizeof(UPCGBoundsModifierSettings) == 0x0000E8, "Wrong size on UPCGBoundsModifierSettings"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, Mode) == 0x0000A8, "Member 'UPCGBoundsModifierSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMin) == 0x0000B0, "Member 'UPCGBoundsModifierSettings::BoundsMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMax) == 0x0000C8, "Member 'UPCGBoundsModifierSettings::BoundsMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, bAffectSteepness) == 0x0000E0, "Member 'UPCGBoundsModifierSettings::bAffectSteepness' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, Steepness) == 0x0000E4, "Member 'UPCGBoundsModifierSettings::Steepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCollapseSettings \ +static_assert(alignof(UPCGCollapseSettings) == 0x000008, "Wrong alignment on UPCGCollapseSettings"); \ +static_assert(sizeof(UPCGCollapseSettings) == 0x0000A8, "Wrong size on UPCGCollapseSettings"); \ + +#define DUMPER7_ASSERTS_UPCGConvertToPointDataSettings \ +static_assert(alignof(UPCGConvertToPointDataSettings) == 0x000008, "Wrong alignment on UPCGConvertToPointDataSettings"); \ +static_assert(sizeof(UPCGConvertToPointDataSettings) == 0x0000A8, "Wrong size on UPCGConvertToPointDataSettings"); \ + +#define DUMPER7_ASSERTS_UPCGConvertToAttributeSetSettings \ +static_assert(alignof(UPCGConvertToAttributeSetSettings) == 0x000008, "Wrong alignment on UPCGConvertToAttributeSetSettings"); \ +static_assert(sizeof(UPCGConvertToAttributeSetSettings) == 0x0000A8, "Wrong size on UPCGConvertToAttributeSetSettings"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsSettings \ +static_assert(alignof(UPCGCopyPointsSettings) == 0x000008, "Wrong alignment on UPCGCopyPointsSettings"); \ +static_assert(sizeof(UPCGCopyPointsSettings) == 0x0000B0, "Wrong size on UPCGCopyPointsSettings"); \ +static_assert(offsetof(UPCGCopyPointsSettings, RotationInheritance) == 0x0000A8, "Member 'UPCGCopyPointsSettings::RotationInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, ScaleInheritance) == 0x0000A9, "Member 'UPCGCopyPointsSettings::ScaleInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, ColorInheritance) == 0x0000AA, "Member 'UPCGCopyPointsSettings::ColorInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, SeedInheritance) == 0x0000AB, "Member 'UPCGCopyPointsSettings::SeedInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, AttributeInheritance) == 0x0000AC, "Member 'UPCGCopyPointsSettings::AttributeInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, TagInheritance) == 0x0000AD, "Member 'UPCGCopyPointsSettings::TagInheritance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAddAttributeSettings \ +static_assert(alignof(UPCGAddAttributeSettings) == 0x000010, "Wrong alignment on UPCGAddAttributeSettings"); \ +static_assert(sizeof(UPCGAddAttributeSettings) == 0x000280, "Wrong size on UPCGAddAttributeSettings"); \ +static_assert(offsetof(UPCGAddAttributeSettings, InputSource) == 0x0000A8, "Member 'UPCGAddAttributeSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, OutputTarget) == 0x0000D0, "Member 'UPCGAddAttributeSettings::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, AttributeTypes) == 0x000100, "Member 'UPCGAddAttributeSettings::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, bCopyAllAttributes) == 0x000270, "Member 'UPCGAddAttributeSettings::bCopyAllAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateAttributeSetSettings \ +static_assert(alignof(UPCGCreateAttributeSetSettings) == 0x000010, "Wrong alignment on UPCGCreateAttributeSetSettings"); \ +static_assert(sizeof(UPCGCreateAttributeSetSettings) == 0x000250, "Wrong size on UPCGCreateAttributeSetSettings"); \ +static_assert(offsetof(UPCGCreateAttributeSetSettings, AttributeTypes) == 0x0000B0, "Member 'UPCGCreateAttributeSetSettings::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateAttributeSetSettings, OutputTarget) == 0x000220, "Member 'UPCGCreateAttributeSetSettings::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateSplineSettings \ +static_assert(alignof(UPCGCreateSplineSettings) == 0x000008, "Wrong alignment on UPCGCreateSplineSettings"); \ +static_assert(sizeof(UPCGCreateSplineSettings) == 0x000100, "Wrong size on UPCGCreateSplineSettings"); \ +static_assert(offsetof(UPCGCreateSplineSettings, Mode) == 0x0000A8, "Member 'UPCGCreateSplineSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bClosedLoop) == 0x0000A9, "Member 'UPCGCreateSplineSettings::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bLinear) == 0x0000AA, "Member 'UPCGCreateSplineSettings::bLinear' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bApplyCustomTangents) == 0x0000AB, "Member 'UPCGCreateSplineSettings::bApplyCustomTangents' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, ArriveTangentAttribute) == 0x0000AC, "Member 'UPCGCreateSplineSettings::ArriveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, LeaveTangentAttribute) == 0x0000B4, "Member 'UPCGCreateSplineSettings::LeaveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, TargetActor) == 0x0000C0, "Member 'UPCGCreateSplineSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, AttachOptions) == 0x0000E8, "Member 'UPCGCreateSplineSettings::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, PostProcessFunctionNames) == 0x0000F0, "Member 'UPCGCreateSplineSettings::PostProcessFunctionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateSurfaceFromSplineSettings \ +static_assert(alignof(UPCGCreateSurfaceFromSplineSettings) == 0x000008, "Wrong alignment on UPCGCreateSurfaceFromSplineSettings"); \ +static_assert(sizeof(UPCGCreateSurfaceFromSplineSettings) == 0x0000A8, "Wrong size on UPCGCreateSurfaceFromSplineSettings"); \ + +#define DUMPER7_ASSERTS_UPCGCreateTargetActor \ +static_assert(alignof(UPCGCreateTargetActor) == 0x000010, "Wrong alignment on UPCGCreateTargetActor"); \ +static_assert(sizeof(UPCGCreateTargetActor) == 0x000180, "Wrong size on UPCGCreateTargetActor"); \ +static_assert(offsetof(UPCGCreateTargetActor, TemplateActor) == 0x0000A8, "Member 'UPCGCreateTargetActor::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, AttachOptions) == 0x0000B0, "Member 'UPCGCreateTargetActor::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, RootActor) == 0x0000B8, "Member 'UPCGCreateTargetActor::RootActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, ActorLabel) == 0x0000E0, "Member 'UPCGCreateTargetActor::ActorLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, ActorPivot) == 0x0000F0, "Member 'UPCGCreateTargetActor::ActorPivot' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, PropertyOverrideDescriptions) == 0x000150, "Member 'UPCGCreateTargetActor::PropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, PostProcessFunctionNames) == 0x000160, "Member 'UPCGCreateTargetActor::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, TemplateActorClass) == 0x000170, "Member 'UPCGCreateTargetActor::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, bAllowTemplateActorEditing) == 0x000178, "Member 'UPCGCreateTargetActor::bAllowTemplateActorEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataNumSettings \ +static_assert(alignof(UPCGDataNumSettings) == 0x000008, "Wrong alignment on UPCGDataNumSettings"); \ +static_assert(sizeof(UPCGDataNumSettings) == 0x0000B0, "Wrong size on UPCGDataNumSettings"); \ +static_assert(offsetof(UPCGDataNumSettings, OutputAttributeName) == 0x0000A8, "Member 'UPCGDataNumSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataTableRowToParamDataSettings \ +static_assert(alignof(UPCGDataTableRowToParamDataSettings) == 0x000008, "Wrong alignment on UPCGDataTableRowToParamDataSettings"); \ +static_assert(sizeof(UPCGDataTableRowToParamDataSettings) == 0x0000E0, "Wrong size on UPCGDataTableRowToParamDataSettings"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, RowName) == 0x0000A8, "Member 'UPCGDataTableRowToParamDataSettings::RowName' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, DataTable) == 0x0000B0, "Member 'UPCGDataTableRowToParamDataSettings::DataTable' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, bSynchronousLoad) == 0x0000D8, "Member 'UPCGDataTableRowToParamDataSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDensityFilterSettings \ +static_assert(alignof(UPCGDensityFilterSettings) == 0x000008, "Wrong alignment on UPCGDensityFilterSettings"); \ +static_assert(sizeof(UPCGDensityFilterSettings) == 0x0000B8, "Wrong size on UPCGDensityFilterSettings"); \ +static_assert(offsetof(UPCGDensityFilterSettings, LowerBound) == 0x0000A8, "Member 'UPCGDensityFilterSettings::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityFilterSettings, UpperBound) == 0x0000AC, "Member 'UPCGDensityFilterSettings::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityFilterSettings, bInvertFilter) == 0x0000B0, "Member 'UPCGDensityFilterSettings::bInvertFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDensityRemapSettings \ +static_assert(alignof(UPCGDensityRemapSettings) == 0x000008, "Wrong alignment on UPCGDensityRemapSettings"); \ +static_assert(sizeof(UPCGDensityRemapSettings) == 0x0000C0, "Wrong size on UPCGDensityRemapSettings"); \ +static_assert(offsetof(UPCGDensityRemapSettings, InRangeMin) == 0x0000A8, "Member 'UPCGDensityRemapSettings::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, InRangeMax) == 0x0000AC, "Member 'UPCGDensityRemapSettings::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMin) == 0x0000B0, "Member 'UPCGDensityRemapSettings::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMax) == 0x0000B4, "Member 'UPCGDensityRemapSettings::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, bExcludeValuesOutsideInputRange) == 0x0000B8, "Member 'UPCGDensityRemapSettings::bExcludeValuesOutsideInputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_ApplyPreconfiguredSettings \ +static_assert(alignof(PCGBlueprintElement_ApplyPreconfiguredSettings) == 0x000008, "Wrong alignment on PCGBlueprintElement_ApplyPreconfiguredSettings"); \ +static_assert(sizeof(PCGBlueprintElement_ApplyPreconfiguredSettings) == 0x000018, "Wrong size on PCGBlueprintElement_ApplyPreconfiguredSettings"); \ +static_assert(offsetof(PCGBlueprintElement_ApplyPreconfiguredSettings, InPreconfigureInfo) == 0x000000, "Member 'PCGBlueprintElement_ApplyPreconfiguredSettings::InPreconfigureInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_Execute \ +static_assert(alignof(PCGBlueprintElement_Execute) == 0x000008, "Wrong alignment on PCGBlueprintElement_Execute"); \ +static_assert(sizeof(PCGBlueprintElement_Execute) == 0x000060, "Wrong size on PCGBlueprintElement_Execute"); \ +static_assert(offsetof(PCGBlueprintElement_Execute, Input) == 0x000000, "Member 'PCGBlueprintElement_Execute::Input' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_Execute, Output) == 0x000030, "Member 'PCGBlueprintElement_Execute::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_ExecuteWithContext \ +static_assert(alignof(PCGBlueprintElement_ExecuteWithContext) == 0x000008, "Wrong alignment on PCGBlueprintElement_ExecuteWithContext"); \ +static_assert(sizeof(PCGBlueprintElement_ExecuteWithContext) == 0x000130, "Wrong size on PCGBlueprintElement_ExecuteWithContext"); \ +static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, InContext) == 0x000000, "Member 'PCGBlueprintElement_ExecuteWithContext::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, Input) == 0x0000D0, "Member 'PCGBlueprintElement_ExecuteWithContext::Input' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, Output) == 0x000100, "Member 'PCGBlueprintElement_ExecuteWithContext::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_CustomInputLabels \ +static_assert(alignof(PCGBlueprintElement_CustomInputLabels) == 0x000008, "Wrong alignment on PCGBlueprintElement_CustomInputLabels"); \ +static_assert(sizeof(PCGBlueprintElement_CustomInputLabels) == 0x000050, "Wrong size on PCGBlueprintElement_CustomInputLabels"); \ +static_assert(offsetof(PCGBlueprintElement_CustomInputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_CustomInputLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_CustomOutputLabels \ +static_assert(alignof(PCGBlueprintElement_CustomOutputLabels) == 0x000008, "Wrong alignment on PCGBlueprintElement_CustomOutputLabels"); \ +static_assert(sizeof(PCGBlueprintElement_CustomOutputLabels) == 0x000050, "Wrong size on PCGBlueprintElement_CustomOutputLabels"); \ +static_assert(offsetof(PCGBlueprintElement_CustomOutputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_CustomOutputLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetContext \ +static_assert(alignof(PCGBlueprintElement_GetContext) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetContext"); \ +static_assert(sizeof(PCGBlueprintElement_GetContext) == 0x0000D0, "Wrong size on PCGBlueprintElement_GetContext"); \ +static_assert(offsetof(PCGBlueprintElement_GetContext, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetInputPinByLabel \ +static_assert(alignof(PCGBlueprintElement_GetInputPinByLabel) == 0x000004, "Wrong alignment on PCGBlueprintElement_GetInputPinByLabel"); \ +static_assert(sizeof(PCGBlueprintElement_GetInputPinByLabel) == 0x000020, "Wrong size on PCGBlueprintElement_GetInputPinByLabel"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintElement_GetInputPinByLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintElement_GetInputPinByLabel::OutFoundPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, ReturnValue) == 0x00001C, "Member 'PCGBlueprintElement_GetInputPinByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetInputPins \ +static_assert(alignof(PCGBlueprintElement_GetInputPins) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetInputPins"); \ +static_assert(sizeof(PCGBlueprintElement_GetInputPins) == 0x000010, "Wrong size on PCGBlueprintElement_GetInputPins"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetInputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetOutputPinByLabel \ +static_assert(alignof(PCGBlueprintElement_GetOutputPinByLabel) == 0x000004, "Wrong alignment on PCGBlueprintElement_GetOutputPinByLabel"); \ +static_assert(sizeof(PCGBlueprintElement_GetOutputPinByLabel) == 0x000020, "Wrong size on PCGBlueprintElement_GetOutputPinByLabel"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintElement_GetOutputPinByLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintElement_GetOutputPinByLabel::OutFoundPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, ReturnValue) == 0x00001C, "Member 'PCGBlueprintElement_GetOutputPinByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetOutputPins \ +static_assert(alignof(PCGBlueprintElement_GetOutputPins) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetOutputPins"); \ +static_assert(sizeof(PCGBlueprintElement_GetOutputPins) == 0x000010, "Wrong size on PCGBlueprintElement_GetOutputPins"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetOutputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetRandomStream \ +static_assert(alignof(PCGBlueprintElement_GetRandomStream) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetRandomStream"); \ +static_assert(sizeof(PCGBlueprintElement_GetRandomStream) == 0x0000D8, "Wrong size on PCGBlueprintElement_GetRandomStream"); \ +static_assert(offsetof(PCGBlueprintElement_GetRandomStream, InContext) == 0x000000, "Member 'PCGBlueprintElement_GetRandomStream::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetRandomStream, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintElement_GetRandomStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetSeed \ +static_assert(alignof(PCGBlueprintElement_GetSeed) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetSeed"); \ +static_assert(sizeof(PCGBlueprintElement_GetSeed) == 0x0000D8, "Wrong size on PCGBlueprintElement_GetSeed"); \ +static_assert(offsetof(PCGBlueprintElement_GetSeed, InContext) == 0x000000, "Member 'PCGBlueprintElement_GetSeed::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetSeed, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintElement_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_IsCacheableOverride \ +static_assert(alignof(PCGBlueprintElement_IsCacheableOverride) == 0x000001, "Wrong alignment on PCGBlueprintElement_IsCacheableOverride"); \ +static_assert(sizeof(PCGBlueprintElement_IsCacheableOverride) == 0x000001, "Wrong size on PCGBlueprintElement_IsCacheableOverride"); \ +static_assert(offsetof(PCGBlueprintElement_IsCacheableOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_IsCacheableOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_IterationLoop \ +static_assert(alignof(PCGBlueprintElement_IterationLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_IterationLoop"); \ +static_assert(sizeof(PCGBlueprintElement_IterationLoop) == 0x0000F8, "Wrong size on PCGBlueprintElement_IterationLoop"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_IterationLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, NumIterations) == 0x0000D0, "Member 'PCGBlueprintElement_IterationLoop::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OutData) == 0x0000D8, "Member 'PCGBlueprintElement_IterationLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalA) == 0x0000E0, "Member 'PCGBlueprintElement_IterationLoop::OptionalA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalB) == 0x0000E8, "Member 'PCGBlueprintElement_IterationLoop::OptionalB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalOutData) == 0x0000F0, "Member 'PCGBlueprintElement_IterationLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_IterationLoopBody \ +static_assert(alignof(PCGBlueprintElement_IterationLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_IterationLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_IterationLoopBody) == 0x0001D0, "Wrong size on PCGBlueprintElement_IterationLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_IterationLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, Iteration) == 0x0000D0, "Member 'PCGBlueprintElement_IterationLoopBody::Iteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InA) == 0x0000D8, "Member 'PCGBlueprintElement_IterationLoopBody::InA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InB) == 0x0000E0, "Member 'PCGBlueprintElement_IterationLoopBody::InB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutPoint) == 0x0000F0, "Member 'PCGBlueprintElement_IterationLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutMetadata) == 0x0001C0, "Member 'PCGBlueprintElement_IterationLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, ReturnValue) == 0x0001C8, "Member 'PCGBlueprintElement_IterationLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NestedLoop \ +static_assert(alignof(PCGBlueprintElement_NestedLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_NestedLoop"); \ +static_assert(sizeof(PCGBlueprintElement_NestedLoop) == 0x0000F0, "Wrong size on PCGBlueprintElement_NestedLoop"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_NestedLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, InOuterData) == 0x0000D0, "Member 'PCGBlueprintElement_NestedLoop::InOuterData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, InInnerData) == 0x0000D8, "Member 'PCGBlueprintElement_NestedLoop::InInnerData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, OutData) == 0x0000E0, "Member 'PCGBlueprintElement_NestedLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, OptionalOutData) == 0x0000E8, "Member 'PCGBlueprintElement_NestedLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NestedLoopBody \ +static_assert(alignof(PCGBlueprintElement_NestedLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_NestedLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_NestedLoopBody) == 0x000370, "Wrong size on PCGBlueprintElement_NestedLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_NestedLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InOuterData) == 0x0000D0, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerData) == 0x0000D8, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InOuterPoint) == 0x0000E0, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerPoint) == 0x0001B0, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutPoint) == 0x000280, "Member 'PCGBlueprintElement_NestedLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutMetadata) == 0x000350, "Member 'PCGBlueprintElement_NestedLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OuterIteration) == 0x000358, "Member 'PCGBlueprintElement_NestedLoopBody::OuterIteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InnerIteration) == 0x000360, "Member 'PCGBlueprintElement_NestedLoopBody::InnerIteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, ReturnValue) == 0x000368, "Member 'PCGBlueprintElement_NestedLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeColorOverride \ +static_assert(alignof(PCGBlueprintElement_NodeColorOverride) == 0x000004, "Wrong alignment on PCGBlueprintElement_NodeColorOverride"); \ +static_assert(sizeof(PCGBlueprintElement_NodeColorOverride) == 0x000010, "Wrong size on PCGBlueprintElement_NodeColorOverride"); \ +static_assert(offsetof(PCGBlueprintElement_NodeColorOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeColorOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeTitleOverride \ +static_assert(alignof(PCGBlueprintElement_NodeTitleOverride) == 0x000004, "Wrong alignment on PCGBlueprintElement_NodeTitleOverride"); \ +static_assert(sizeof(PCGBlueprintElement_NodeTitleOverride) == 0x000008, "Wrong size on PCGBlueprintElement_NodeTitleOverride"); \ +static_assert(offsetof(PCGBlueprintElement_NodeTitleOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeTitleOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeTypeOverride \ +static_assert(alignof(PCGBlueprintElement_NodeTypeOverride) == 0x000001, "Wrong alignment on PCGBlueprintElement_NodeTypeOverride"); \ +static_assert(sizeof(PCGBlueprintElement_NodeTypeOverride) == 0x000001, "Wrong size on PCGBlueprintElement_NodeTypeOverride"); \ +static_assert(offsetof(PCGBlueprintElement_NodeTypeOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeTypeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_PointLoop \ +static_assert(alignof(PCGBlueprintElement_PointLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_PointLoop"); \ +static_assert(sizeof(PCGBlueprintElement_PointLoop) == 0x0000E8, "Wrong size on PCGBlueprintElement_PointLoop"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_PointLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, InData) == 0x0000D0, "Member 'PCGBlueprintElement_PointLoop::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, OutData) == 0x0000D8, "Member 'PCGBlueprintElement_PointLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, OptionalOutData) == 0x0000E0, "Member 'PCGBlueprintElement_PointLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_PointLoopBody \ +static_assert(alignof(PCGBlueprintElement_PointLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_PointLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_PointLoopBody) == 0x0002A0, "Wrong size on PCGBlueprintElement_PointLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_PointLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InData) == 0x0000D0, "Member 'PCGBlueprintElement_PointLoopBody::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InPoint) == 0x0000E0, "Member 'PCGBlueprintElement_PointLoopBody::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutPoint) == 0x0001B0, "Member 'PCGBlueprintElement_PointLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutMetadata) == 0x000280, "Member 'PCGBlueprintElement_PointLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, Iteration) == 0x000288, "Member 'PCGBlueprintElement_PointLoopBody::Iteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, ReturnValue) == 0x000290, "Member 'PCGBlueprintElement_PointLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_VariableLoop \ +static_assert(alignof(PCGBlueprintElement_VariableLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_VariableLoop"); \ +static_assert(sizeof(PCGBlueprintElement_VariableLoop) == 0x0000E8, "Wrong size on PCGBlueprintElement_VariableLoop"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_VariableLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, InData) == 0x0000D0, "Member 'PCGBlueprintElement_VariableLoop::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, OutData) == 0x0000D8, "Member 'PCGBlueprintElement_VariableLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, OptionalOutData) == 0x0000E0, "Member 'PCGBlueprintElement_VariableLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_VariableLoopBody \ +static_assert(alignof(PCGBlueprintElement_VariableLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_VariableLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_VariableLoopBody) == 0x0001D0, "Wrong size on PCGBlueprintElement_VariableLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_VariableLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InData) == 0x0000D0, "Member 'PCGBlueprintElement_VariableLoopBody::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InPoint) == 0x0000E0, "Member 'PCGBlueprintElement_VariableLoopBody::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, OutMetadata) == 0x0001B0, "Member 'PCGBlueprintElement_VariableLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, Iteration) == 0x0001B8, "Member 'PCGBlueprintElement_VariableLoopBody::Iteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, ReturnValue) == 0x0001C0, "Member 'PCGBlueprintElement_VariableLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintElement \ +static_assert(alignof(UPCGBlueprintElement) == 0x000008, "Wrong alignment on UPCGBlueprintElement"); \ +static_assert(sizeof(UPCGBlueprintElement) == 0x000068, "Wrong size on UPCGBlueprintElement"); \ +static_assert(offsetof(UPCGBlueprintElement, bIsCacheable) == 0x000028, "Member 'UPCGBlueprintElement::bIsCacheable' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bComputeFullDataCrc) == 0x000029, "Member 'UPCGBlueprintElement::bComputeFullDataCrc' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bRequiresGameThread) == 0x00002A, "Member 'UPCGBlueprintElement::bRequiresGameThread' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, CustomInputPins) == 0x000030, "Member 'UPCGBlueprintElement::CustomInputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, CustomOutputPins) == 0x000040, "Member 'UPCGBlueprintElement::CustomOutputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bHasDefaultInPin) == 0x000050, "Member 'UPCGBlueprintElement::bHasDefaultInPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bHasDefaultOutPin) == 0x000051, "Member 'UPCGBlueprintElement::bHasDefaultOutPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByIndexSettings \ +static_assert(alignof(UPCGFilterByIndexSettings) == 0x000008, "Wrong alignment on UPCGFilterByIndexSettings"); \ +static_assert(sizeof(UPCGFilterByIndexSettings) == 0x0000C0, "Wrong size on UPCGFilterByIndexSettings"); \ +static_assert(offsetof(UPCGFilterByIndexSettings, bInvertFilter) == 0x0000A8, "Member 'UPCGFilterByIndexSettings::bInvertFilter' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByIndexSettings, SelectedIndices) == 0x0000B0, "Member 'UPCGFilterByIndexSettings::SelectedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByTypeSettings \ +static_assert(alignof(UPCGFilterByTypeSettings) == 0x000008, "Wrong alignment on UPCGFilterByTypeSettings"); \ +static_assert(sizeof(UPCGFilterByTypeSettings) == 0x0000B0, "Wrong size on UPCGFilterByTypeSettings"); \ +static_assert(offsetof(UPCGFilterByTypeSettings, TargetType) == 0x0000A8, "Member 'UPCGFilterByTypeSettings::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByTypeSettings, bShowOutsideFilter) == 0x0000AC, "Member 'UPCGFilterByTypeSettings::bShowOutsideFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGIndirectionSettings \ +static_assert(alignof(UPCGIndirectionSettings) == 0x000008, "Wrong alignment on UPCGIndirectionSettings"); \ +static_assert(sizeof(UPCGIndirectionSettings) == 0x0000F0, "Wrong size on UPCGIndirectionSettings"); \ +static_assert(offsetof(UPCGIndirectionSettings, ProxyInterfaceMode) == 0x0000A8, "Member 'UPCGIndirectionSettings::ProxyInterfaceMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, SettingsClass) == 0x0000B0, "Member 'UPCGIndirectionSettings::SettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, BlueprintElementClass) == 0x0000B8, "Member 'UPCGIndirectionSettings::BlueprintElementClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, Settings) == 0x0000C0, "Member 'UPCGIndirectionSettings::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, bTagOutputsBasedOnOutputPins) == 0x0000E8, "Member 'UPCGIndirectionSettings::bTagOutputsBasedOnOutputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLoopSettings \ +static_assert(alignof(UPCGLoopSettings) == 0x000008, "Wrong alignment on UPCGLoopSettings"); \ +static_assert(sizeof(UPCGLoopSettings) == 0x0000E0, "Wrong size on UPCGLoopSettings"); \ +static_assert(offsetof(UPCGLoopSettings, bUseGraphDefaultPinUsage) == 0x0000B8, "Member 'UPCGLoopSettings::bUseGraphDefaultPinUsage' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoopSettings, LoopPins) == 0x0000C0, "Member 'UPCGLoopSettings::LoopPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoopSettings, FeedbackPins) == 0x0000D0, "Member 'UPCGLoopSettings::FeedbackPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMergeSettings \ +static_assert(alignof(UPCGMergeSettings) == 0x000008, "Wrong alignment on UPCGMergeSettings"); \ +static_assert(sizeof(UPCGMergeSettings) == 0x0000B0, "Wrong size on UPCGMergeSettings"); \ +static_assert(offsetof(UPCGMergeSettings, bMergeMetadata) == 0x0000A8, "Member 'UPCGMergeSettings::bMergeMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointFromMeshSettings \ +static_assert(alignof(UPCGPointFromMeshSettings) == 0x000008, "Wrong alignment on UPCGPointFromMeshSettings"); \ +static_assert(sizeof(UPCGPointFromMeshSettings) == 0x0000E0, "Wrong size on UPCGPointFromMeshSettings"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, StaticMesh) == 0x0000A8, "Member 'UPCGPointFromMeshSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, MeshPathAttributeName) == 0x0000D0, "Member 'UPCGPointFromMeshSettings::MeshPathAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, bSynchronousLoad) == 0x0000D8, "Member 'UPCGPointFromMeshSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProjectionSettings \ +static_assert(alignof(UPCGProjectionSettings) == 0x000008, "Wrong alignment on UPCGProjectionSettings"); \ +static_assert(sizeof(UPCGProjectionSettings) == 0x0000D0, "Wrong size on UPCGProjectionSettings"); \ +static_assert(offsetof(UPCGProjectionSettings, ProjectionParams) == 0x0000A8, "Member 'UPCGProjectionSettings::ProjectionParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionSettings, bForceCollapseToPoint) == 0x0000C8, "Member 'UPCGProjectionSettings::bForceCollapseToPoint' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionSettings, bKeepZeroDensityPoints) == 0x0000C9, "Member 'UPCGProjectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSelfPruningSettings \ +static_assert(alignof(UPCGSelfPruningSettings) == 0x000008, "Wrong alignment on UPCGSelfPruningSettings"); \ +static_assert(sizeof(UPCGSelfPruningSettings) == 0x0000E0, "Wrong size on UPCGSelfPruningSettings"); \ +static_assert(offsetof(UPCGSelfPruningSettings, Parameters) == 0x0000A8, "Member 'UPCGSelfPruningSettings::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpawnActorSettings \ +static_assert(alignof(UPCGSpawnActorSettings) == 0x000008, "Wrong alignment on UPCGSpawnActorSettings"); \ +static_assert(sizeof(UPCGSpawnActorSettings) == 0x000130, "Wrong size on UPCGSpawnActorSettings"); \ +static_assert(offsetof(UPCGSpawnActorSettings, PostSpawnFunctionNames) == 0x0000A8, "Member 'UPCGSpawnActorSettings::PostSpawnFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, Option) == 0x0000B8, "Member 'UPCGSpawnActorSettings::Option' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bForceDisableActorParsing) == 0x0000B9, "Member 'UPCGSpawnActorSettings::bForceDisableActorParsing' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, GenerationTrigger) == 0x0000BA, "Member 'UPCGSpawnActorSettings::GenerationTrigger' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bInheritActorTags) == 0x0000BB, "Member 'UPCGSpawnActorSettings::bInheritActorTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TagsToAddOnActors) == 0x0000C0, "Member 'UPCGSpawnActorSettings::TagsToAddOnActors' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TemplateActor) == 0x0000D0, "Member 'UPCGSpawnActorSettings::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, SpawnedActorPropertyOverrideDescriptions) == 0x0000D8, "Member 'UPCGSpawnActorSettings::SpawnedActorPropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, RootActor) == 0x0000E8, "Member 'UPCGSpawnActorSettings::RootActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, AttachOptions) == 0x000110, "Member 'UPCGSpawnActorSettings::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bSpawnByAttribute) == 0x000114, "Member 'UPCGSpawnActorSettings::bSpawnByAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, SpawnAttribute) == 0x000118, "Member 'UPCGSpawnActorSettings::SpawnAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TemplateActorClass) == 0x000120, "Member 'UPCGSpawnActorSettings::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bAllowTemplateActorEditing) == 0x000128, "Member 'UPCGSpawnActorSettings::bAllowTemplateActorEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineSamplerSettings \ +static_assert(alignof(UPCGSplineSamplerSettings) == 0x000008, "Wrong alignment on UPCGSplineSamplerSettings"); \ +static_assert(sizeof(UPCGSplineSamplerSettings) == 0x0001C8, "Wrong size on UPCGSplineSamplerSettings"); \ +static_assert(offsetof(UPCGSplineSamplerSettings, SamplerParams) == 0x0000A8, "Member 'UPCGSplineSamplerSettings::SamplerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSurfaceSamplerSettings \ +static_assert(alignof(UPCGSurfaceSamplerSettings) == 0x000008, "Wrong alignment on UPCGSurfaceSamplerSettings"); \ +static_assert(sizeof(UPCGSurfaceSamplerSettings) == 0x0000D8, "Wrong size on UPCGSurfaceSamplerSettings"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointsPerSquaredMeter) == 0x0000A8, "Member 'UPCGSurfaceSamplerSettings::PointsPerSquaredMeter' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointExtents) == 0x0000B0, "Member 'UPCGSurfaceSamplerSettings::PointExtents' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, Looseness) == 0x0000C8, "Member 'UPCGSurfaceSamplerSettings::Looseness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, bUnbounded) == 0x0000CC, "Member 'UPCGSurfaceSamplerSettings::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, bApplyDensityToPoints) == 0x0000CD, "Member 'UPCGSurfaceSamplerSettings::bApplyDensityToPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointSteepness) == 0x0000D0, "Member 'UPCGSurfaceSamplerSettings::PointSteepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTransformPointsSettings \ +static_assert(alignof(UPCGTransformPointsSettings) == 0x000008, "Wrong alignment on UPCGTransformPointsSettings"); \ +static_assert(sizeof(UPCGTransformPointsSettings) == 0x000160, "Wrong size on UPCGTransformPointsSettings"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bApplyToAttribute) == 0x0000A8, "Member 'UPCGTransformPointsSettings::bApplyToAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, AttributeName) == 0x0000AC, "Member 'UPCGTransformPointsSettings::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, OffsetMin) == 0x0000B8, "Member 'UPCGTransformPointsSettings::OffsetMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, OffsetMax) == 0x0000D0, "Member 'UPCGTransformPointsSettings::OffsetMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteOffset) == 0x0000E8, "Member 'UPCGTransformPointsSettings::bAbsoluteOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, RotationMin) == 0x0000F0, "Member 'UPCGTransformPointsSettings::RotationMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, RotationMax) == 0x000108, "Member 'UPCGTransformPointsSettings::RotationMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteRotation) == 0x000120, "Member 'UPCGTransformPointsSettings::bAbsoluteRotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, ScaleMin) == 0x000128, "Member 'UPCGTransformPointsSettings::ScaleMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, ScaleMax) == 0x000140, "Member 'UPCGTransformPointsSettings::ScaleMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteScale) == 0x000158, "Member 'UPCGTransformPointsSettings::bAbsoluteScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bUniformScale) == 0x000159, "Member 'UPCGTransformPointsSettings::bUniformScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bRecomputeSeed) == 0x00015A, "Member 'UPCGTransformPointsSettings::bRecomputeSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetSplineSettings \ +static_assert(alignof(UPCGGetSplineSettings) == 0x000008, "Wrong alignment on UPCGGetSplineSettings"); \ +static_assert(sizeof(UPCGGetSplineSettings) == 0x0000F8, "Wrong size on UPCGGetSplineSettings"); \ + +#define DUMPER7_ASSERTS_UPCGGetPrimitiveSettings \ +static_assert(alignof(UPCGGetPrimitiveSettings) == 0x000008, "Wrong alignment on UPCGGetPrimitiveSettings"); \ +static_assert(sizeof(UPCGGetPrimitiveSettings) == 0x0000F8, "Wrong size on UPCGGetPrimitiveSettings"); \ + +#define DUMPER7_ASSERTS_UPCGUnionSettings \ +static_assert(alignof(UPCGUnionSettings) == 0x000008, "Wrong alignment on UPCGUnionSettings"); \ +static_assert(sizeof(UPCGUnionSettings) == 0x0000B0, "Wrong size on UPCGUnionSettings"); \ +static_assert(offsetof(UPCGUnionSettings, Type) == 0x0000A8, "Member 'UPCGUnionSettings::Type' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionSettings, DensityFunction) == 0x0000A9, "Member 'UPCGUnionSettings::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldQuerySettings \ +static_assert(alignof(UPCGWorldQuerySettings) == 0x000008, "Wrong alignment on UPCGWorldQuerySettings"); \ +static_assert(sizeof(UPCGWorldQuerySettings) == 0x000120, "Wrong size on UPCGWorldQuerySettings"); \ +static_assert(offsetof(UPCGWorldQuerySettings, QueryParams) == 0x0000A8, "Member 'UPCGWorldQuerySettings::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeCache \ +static_assert(alignof(UPCGLandscapeCache) == 0x000008, "Wrong alignment on UPCGLandscapeCache"); \ +static_assert(sizeof(UPCGLandscapeCache) == 0x0000E0, "Wrong size on UPCGLandscapeCache"); \ +static_assert(offsetof(UPCGLandscapeCache, SerializationMode) == 0x000028, "Member 'UPCGLandscapeCache::SerializationMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeCache, CookedSerializedContents) == 0x000029, "Member 'UPCGLandscapeCache::CookedSerializedContents' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeCache, CachedLayerNames) == 0x000080, "Member 'UPCGLandscapeCache::CachedLayerNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGActorHelpers \ +static_assert(alignof(UPCGActorHelpers) == 0x000008, "Wrong alignment on UPCGActorHelpers"); \ +static_assert(sizeof(UPCGActorHelpers) == 0x000028, "Wrong size on UPCGActorHelpers"); \ + #define DUMPER7_ASSERTS_UPCGInstanceDataPackerByRegex \ static_assert(alignof(UPCGInstanceDataPackerByRegex) == 0x000008, "Wrong alignment on UPCGInstanceDataPackerByRegex"); \ static_assert(sizeof(UPCGInstanceDataPackerByRegex) == 0x000038, "Wrong size on UPCGInstanceDataPackerByRegex"); \ static_assert(offsetof(UPCGInstanceDataPackerByRegex, RegexPatterns) == 0x000028, "Member 'UPCGInstanceDataPackerByRegex::RegexPatterns' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGPrintElementSettings \ -static_assert(alignof(UPCGPrintElementSettings) == 0x000008, "Wrong alignment on UPCGPrintElementSettings"); \ -static_assert(sizeof(UPCGPrintElementSettings) == 0x0000D8, "Wrong size on UPCGPrintElementSettings"); \ -static_assert(offsetof(UPCGPrintElementSettings, PrintString) == 0x0000A8, "Member 'UPCGPrintElementSettings::PrintString' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, Verbosity) == 0x0000B8, "Member 'UPCGPrintElementSettings::Verbosity' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, CustomPrefix) == 0x0000C0, "Member 'UPCGPrintElementSettings::CustomPrefix' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, bDisplayOnNode) == 0x0000D0, "Member 'UPCGPrintElementSettings::bDisplayOnNode' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, bPrintPerComponent) == 0x0000D1, "Member 'UPCGPrintElementSettings::bPrintPerComponent' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithOwner) == 0x0000D2, "Member 'UPCGPrintElementSettings::bPrefixWithOwner' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithComponent) == 0x0000D3, "Member 'UPCGPrintElementSettings::bPrefixWithComponent' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithGraph) == 0x0000D4, "Member 'UPCGPrintElementSettings::bPrefixWithGraph' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithNode) == 0x0000D5, "Member 'UPCGPrintElementSettings::bPrefixWithNode' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrintElementSettings, bEnablePrint) == 0x0000D6, "Member 'UPCGPrintElementSettings::bEnablePrint' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGMatchAndSetByAttribute \ +static_assert(alignof(UPCGMatchAndSetByAttribute) == 0x000008, "Wrong alignment on UPCGMatchAndSetByAttribute"); \ +static_assert(sizeof(UPCGMatchAndSetByAttribute) == 0x000050, "Wrong size on UPCGMatchAndSetByAttribute"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceAttribute) == 0x000030, "Member 'UPCGMatchAndSetByAttribute::MatchSourceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceType) == 0x000038, "Member 'UPCGMatchAndSetByAttribute::MatchSourceType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceStringMode) == 0x00003C, "Member 'UPCGMatchAndSetByAttribute::MatchSourceStringMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, Entries) == 0x000040, "Member 'UPCGMatchAndSetByAttribute::Entries' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGQualityBranchSettings \ -static_assert(alignof(UPCGQualityBranchSettings) == 0x000008, "Wrong alignment on UPCGQualityBranchSettings"); \ -static_assert(sizeof(UPCGQualityBranchSettings) == 0x0000B0, "Wrong size on UPCGQualityBranchSettings"); \ -static_assert(offsetof(UPCGQualityBranchSettings, bUseLowPin) == 0x0000A8, "Member 'UPCGQualityBranchSettings::bUseLowPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualityBranchSettings, bUseMediumPin) == 0x0000A9, "Member 'UPCGQualityBranchSettings::bUseMediumPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualityBranchSettings, bUseHighPin) == 0x0000AA, "Member 'UPCGQualityBranchSettings::bUseHighPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualityBranchSettings, bUseEpicPin) == 0x0000AB, "Member 'UPCGQualityBranchSettings::bUseEpicPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualityBranchSettings, bUseCinematicPin) == 0x0000AC, "Member 'UPCGQualityBranchSettings::bUseCinematicPin' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGMatchAndSetWeightedByCategory \ +static_assert(alignof(UPCGMatchAndSetWeightedByCategory) == 0x000008, "Wrong alignment on UPCGMatchAndSetWeightedByCategory"); \ +static_assert(sizeof(UPCGMatchAndSetWeightedByCategory) == 0x000058, "Wrong size on UPCGMatchAndSetWeightedByCategory"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryAttribute) == 0x000030, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryType) == 0x000038, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryStringMode) == 0x00003C, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryStringMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, Categories) == 0x000040, "Member 'UPCGMatchAndSetWeightedByCategory::Categories' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, bShouldMutateSeed) == 0x000050, "Member 'UPCGMatchAndSetWeightedByCategory::bShouldMutateSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSelectorByAttribute \ +static_assert(alignof(UPCGMeshSelectorByAttribute) == 0x000008, "Wrong alignment on UPCGMeshSelectorByAttribute"); \ +static_assert(sizeof(UPCGMeshSelectorByAttribute) == 0x0002A0, "Wrong size on UPCGMeshSelectorByAttribute"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, AttributeName) == 0x000028, "Member 'UPCGMeshSelectorByAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, TemplateDescriptor) == 0x000030, "Member 'UPCGMeshSelectorByAttribute::TemplateDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, bUseAttributeMaterialOverrides) == 0x000288, "Member 'UPCGMeshSelectorByAttribute::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, MaterialOverrideAttributes) == 0x000290, "Member 'UPCGMeshSelectorByAttribute::MaterialOverrideAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSelectorWeightedByCategory \ +static_assert(alignof(UPCGMeshSelectorWeightedByCategory) == 0x000008, "Wrong alignment on UPCGMeshSelectorWeightedByCategory"); \ +static_assert(sizeof(UPCGMeshSelectorWeightedByCategory) == 0x000058, "Wrong size on UPCGMeshSelectorWeightedByCategory"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, CategoryAttribute) == 0x000028, "Member 'UPCGMeshSelectorWeightedByCategory::CategoryAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, Entries) == 0x000030, "Member 'UPCGMeshSelectorWeightedByCategory::Entries' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, bUseAttributeMaterialOverrides) == 0x000040, "Member 'UPCGMeshSelectorWeightedByCategory::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, MaterialOverrideAttributes) == 0x000048, "Member 'UPCGMeshSelectorWeightedByCategory::MaterialOverrideAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_CopyPoint \ static_assert(alignof(PCGMetadataAccessorHelpers_CopyPoint) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_CopyPoint"); \ @@ -116074,86 +117276,6 @@ static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKe static_assert(alignof(UPCGMetadataAccessorHelpers) == 0x000008, "Wrong alignment on UPCGMetadataAccessorHelpers"); \ static_assert(sizeof(UPCGMetadataAccessorHelpers) == 0x000028, "Wrong size on UPCGMetadataAccessorHelpers"); \ -#define DUMPER7_ASSERTS_UPCGQualitySelectSettings \ -static_assert(alignof(UPCGQualitySelectSettings) == 0x000008, "Wrong alignment on UPCGQualitySelectSettings"); \ -static_assert(sizeof(UPCGQualitySelectSettings) == 0x0000B0, "Wrong size on UPCGQualitySelectSettings"); \ -static_assert(offsetof(UPCGQualitySelectSettings, bUseLowPin) == 0x0000A8, "Member 'UPCGQualitySelectSettings::bUseLowPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualitySelectSettings, bUseMediumPin) == 0x0000A9, "Member 'UPCGQualitySelectSettings::bUseMediumPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualitySelectSettings, bUseHighPin) == 0x0000AA, "Member 'UPCGQualitySelectSettings::bUseHighPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualitySelectSettings, bUseEpicPin) == 0x0000AB, "Member 'UPCGQualitySelectSettings::bUseEpicPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGQualitySelectSettings, bUseCinematicPin) == 0x0000AC, "Member 'UPCGQualitySelectSettings::bUseCinematicPin' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGReplaceTagsSettings \ -static_assert(alignof(UPCGReplaceTagsSettings) == 0x000008, "Wrong alignment on UPCGReplaceTagsSettings"); \ -static_assert(sizeof(UPCGReplaceTagsSettings) == 0x0000C8, "Wrong size on UPCGReplaceTagsSettings"); \ -static_assert(offsetof(UPCGReplaceTagsSettings, SelectedTags) == 0x0000A8, "Member 'UPCGReplaceTagsSettings::SelectedTags' has a wrong offset!"); \ -static_assert(offsetof(UPCGReplaceTagsSettings, ReplacedTags) == 0x0000B8, "Member 'UPCGReplaceTagsSettings::ReplacedTags' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMatchAndSetWeightedByCategory \ -static_assert(alignof(UPCGMatchAndSetWeightedByCategory) == 0x000008, "Wrong alignment on UPCGMatchAndSetWeightedByCategory"); \ -static_assert(sizeof(UPCGMatchAndSetWeightedByCategory) == 0x000058, "Wrong size on UPCGMatchAndSetWeightedByCategory"); \ -static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryAttribute) == 0x000030, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryType) == 0x000038, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryType' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryStringMode) == 0x00003C, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryStringMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, Categories) == 0x000040, "Member 'UPCGMatchAndSetWeightedByCategory::Categories' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, bShouldMutateSeed) == 0x000050, "Member 'UPCGMatchAndSetWeightedByCategory::bShouldMutateSeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGRerouteSettings \ -static_assert(alignof(UPCGRerouteSettings) == 0x000008, "Wrong alignment on UPCGRerouteSettings"); \ -static_assert(sizeof(UPCGRerouteSettings) == 0x0000A8, "Wrong size on UPCGRerouteSettings"); \ - -#define DUMPER7_ASSERTS_UPCGNamedRerouteBaseSettings \ -static_assert(alignof(UPCGNamedRerouteBaseSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteBaseSettings"); \ -static_assert(sizeof(UPCGNamedRerouteBaseSettings) == 0x0000A8, "Wrong size on UPCGNamedRerouteBaseSettings"); \ - -#define DUMPER7_ASSERTS_UPCGNamedRerouteDeclarationSettings \ -static_assert(alignof(UPCGNamedRerouteDeclarationSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteDeclarationSettings"); \ -static_assert(sizeof(UPCGNamedRerouteDeclarationSettings) == 0x0000A8, "Wrong size on UPCGNamedRerouteDeclarationSettings"); \ - -#define DUMPER7_ASSERTS_UPCGNamedRerouteUsageSettings \ -static_assert(alignof(UPCGNamedRerouteUsageSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteUsageSettings"); \ -static_assert(sizeof(UPCGNamedRerouteUsageSettings) == 0x0000B0, "Wrong size on UPCGNamedRerouteUsageSettings"); \ -static_assert(offsetof(UPCGNamedRerouteUsageSettings, Declaration) == 0x0000A8, "Member 'UPCGNamedRerouteUsageSettings::Declaration' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMeshSelectorBase \ -static_assert(alignof(UPCGMeshSelectorBase) == 0x000008, "Wrong alignment on UPCGMeshSelectorBase"); \ -static_assert(sizeof(UPCGMeshSelectorBase) == 0x000028, "Wrong size on UPCGMeshSelectorBase"); \ - -#define DUMPER7_ASSERTS_UPCGMeshSelectorWeightedByCategory \ -static_assert(alignof(UPCGMeshSelectorWeightedByCategory) == 0x000008, "Wrong alignment on UPCGMeshSelectorWeightedByCategory"); \ -static_assert(sizeof(UPCGMeshSelectorWeightedByCategory) == 0x000058, "Wrong size on UPCGMeshSelectorWeightedByCategory"); \ -static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, CategoryAttribute) == 0x000028, "Member 'UPCGMeshSelectorWeightedByCategory::CategoryAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, Entries) == 0x000030, "Member 'UPCGMeshSelectorWeightedByCategory::Entries' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, bUseAttributeMaterialOverrides) == 0x000040, "Member 'UPCGMeshSelectorWeightedByCategory::bUseAttributeMaterialOverrides' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, MaterialOverrideAttributes) == 0x000048, "Member 'UPCGMeshSelectorWeightedByCategory::MaterialOverrideAttributes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGResetPointCenterSettings \ -static_assert(alignof(UPCGResetPointCenterSettings) == 0x000008, "Wrong alignment on UPCGResetPointCenterSettings"); \ -static_assert(sizeof(UPCGResetPointCenterSettings) == 0x0000C0, "Wrong size on UPCGResetPointCenterSettings"); \ -static_assert(offsetof(UPCGResetPointCenterSettings, PointCenterLocation) == 0x0000A8, "Member 'UPCGResetPointCenterSettings::PointCenterLocation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSampleTextureSettings \ -static_assert(alignof(UPCGSampleTextureSettings) == 0x000008, "Wrong alignment on UPCGSampleTextureSettings"); \ -static_assert(sizeof(UPCGSampleTextureSettings) == 0x0000E0, "Wrong size on UPCGSampleTextureSettings"); \ -static_assert(offsetof(UPCGSampleTextureSettings, TextureMappingMethod) == 0x0000A8, "Member 'UPCGSampleTextureSettings::TextureMappingMethod' has a wrong offset!"); \ -static_assert(offsetof(UPCGSampleTextureSettings, UVCoordinatesAttribute) == 0x0000B0, "Member 'UPCGSampleTextureSettings::UVCoordinatesAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGSampleTextureSettings, TilingMode) == 0x0000D8, "Member 'UPCGSampleTextureSettings::TilingMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGManagedActors \ -static_assert(alignof(UPCGManagedActors) == 0x000008, "Wrong alignment on UPCGManagedActors"); \ -static_assert(sizeof(UPCGManagedActors) == 0x000088, "Wrong size on UPCGManagedActors"); \ -static_assert(offsetof(UPCGManagedActors, GeneratedActors) == 0x000038, "Member 'UPCGManagedActors::GeneratedActors' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSanityCheckPointDataSettings \ -static_assert(alignof(UPCGSanityCheckPointDataSettings) == 0x000008, "Wrong alignment on UPCGSanityCheckPointDataSettings"); \ -static_assert(sizeof(UPCGSanityCheckPointDataSettings) == 0x0000B0, "Wrong size on UPCGSanityCheckPointDataSettings"); \ -static_assert(offsetof(UPCGSanityCheckPointDataSettings, MinPointCount) == 0x0000A8, "Member 'UPCGSanityCheckPointDataSettings::MinPointCount' has a wrong offset!"); \ -static_assert(offsetof(UPCGSanityCheckPointDataSettings, MaxPointCount) == 0x0000AC, "Member 'UPCGSanityCheckPointDataSettings::MaxPointCount' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSchedulingPolicyBase \ -static_assert(alignof(UPCGSchedulingPolicyBase) == 0x000008, "Wrong alignment on UPCGSchedulingPolicyBase"); \ -static_assert(sizeof(UPCGSchedulingPolicyBase) == 0x000028, "Wrong size on UPCGSchedulingPolicyBase"); \ - #define DUMPER7_ASSERTS_PCGDataFunctionLibrary_AddToCollection \ static_assert(alignof(PCGDataFunctionLibrary_AddToCollection) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_AddToCollection"); \ static_assert(sizeof(PCGDataFunctionLibrary_AddToCollection) == 0x000050, "Wrong size on PCGDataFunctionLibrary_AddToCollection"); \ @@ -116247,226 +117369,58 @@ static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, ReturnValue) static_assert(alignof(UPCGDataFunctionLibrary) == 0x000008, "Wrong alignment on UPCGDataFunctionLibrary"); \ static_assert(sizeof(UPCGDataFunctionLibrary) == 0x000028, "Wrong size on UPCGDataFunctionLibrary"); \ -#define DUMPER7_ASSERTS_UPCGSortAttributesSettings \ -static_assert(alignof(UPCGSortAttributesSettings) == 0x000008, "Wrong alignment on UPCGSortAttributesSettings"); \ -static_assert(sizeof(UPCGSortAttributesSettings) == 0x0000D8, "Wrong size on UPCGSortAttributesSettings"); \ -static_assert(offsetof(UPCGSortAttributesSettings, InputSource) == 0x0000A8, "Member 'UPCGSortAttributesSettings::InputSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGSortAttributesSettings, SortMethod) == 0x0000D0, "Member 'UPCGSortAttributesSettings::SortMethod' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGGraphInstance \ +static_assert(alignof(UPCGGraphInstance) == 0x000008, "Wrong alignment on UPCGGraphInstance"); \ +static_assert(sizeof(UPCGGraphInstance) == 0x000090, "Wrong size on UPCGGraphInstance"); \ +static_assert(offsetof(UPCGGraphInstance, Graph) == 0x000028, "Member 'UPCGGraphInstance::Graph' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInstance, ParametersOverrides) == 0x000030, "Member 'UPCGGraphInstance::ParametersOverrides' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGSplitPointsSettings \ -static_assert(alignof(UPCGSplitPointsSettings) == 0x000008, "Wrong alignment on UPCGSplitPointsSettings"); \ -static_assert(sizeof(UPCGSplitPointsSettings) == 0x0000B0, "Wrong size on UPCGSplitPointsSettings"); \ -static_assert(offsetof(UPCGSplitPointsSettings, SplitPosition) == 0x0000A8, "Member 'UPCGSplitPointsSettings::SplitPosition' has a wrong offset!"); \ -static_assert(offsetof(UPCGSplitPointsSettings, SplitAxis) == 0x0000AC, "Member 'UPCGSplitPointsSettings::SplitAxis' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGManagedActors \ +static_assert(alignof(UPCGManagedActors) == 0x000008, "Wrong alignment on UPCGManagedActors"); \ +static_assert(sizeof(UPCGManagedActors) == 0x000088, "Wrong size on UPCGManagedActors"); \ +static_assert(offsetof(UPCGManagedActors, GeneratedActors) == 0x000038, "Member 'UPCGManagedActors::GeneratedActors' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGMeshSelectorByAttribute \ -static_assert(alignof(UPCGMeshSelectorByAttribute) == 0x000008, "Wrong alignment on UPCGMeshSelectorByAttribute"); \ -static_assert(sizeof(UPCGMeshSelectorByAttribute) == 0x0002A0, "Wrong size on UPCGMeshSelectorByAttribute"); \ -static_assert(offsetof(UPCGMeshSelectorByAttribute, AttributeName) == 0x000028, "Member 'UPCGMeshSelectorByAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorByAttribute, TemplateDescriptor) == 0x000030, "Member 'UPCGMeshSelectorByAttribute::TemplateDescriptor' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorByAttribute, bUseAttributeMaterialOverrides) == 0x000288, "Member 'UPCGMeshSelectorByAttribute::bUseAttributeMaterialOverrides' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorByAttribute, MaterialOverrideAttributes) == 0x000290, "Member 'UPCGMeshSelectorByAttribute::MaterialOverrideAttributes' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGParamData_FindOrAddMetadataKey \ +static_assert(alignof(PCGParamData_FindOrAddMetadataKey) == 0x000008, "Wrong alignment on PCGParamData_FindOrAddMetadataKey"); \ +static_assert(sizeof(PCGParamData_FindOrAddMetadataKey) == 0x000010, "Wrong size on PCGParamData_FindOrAddMetadataKey"); \ +static_assert(offsetof(PCGParamData_FindOrAddMetadataKey, InName) == 0x000000, "Member 'PCGParamData_FindOrAddMetadataKey::InName' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FindOrAddMetadataKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FindOrAddMetadataKey::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGSwitchSettings \ -static_assert(alignof(UPCGSwitchSettings) == 0x000008, "Wrong alignment on UPCGSwitchSettings"); \ -static_assert(sizeof(UPCGSwitchSettings) == 0x000100, "Wrong size on UPCGSwitchSettings"); \ -static_assert(offsetof(UPCGSwitchSettings, SelectionMode) == 0x0000A8, "Member 'UPCGSwitchSettings::SelectionMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGSwitchSettings, IntegerSelection) == 0x0000AC, "Member 'UPCGSwitchSettings::IntegerSelection' has a wrong offset!"); \ -static_assert(offsetof(UPCGSwitchSettings, IntOptions) == 0x0000B0, "Member 'UPCGSwitchSettings::IntOptions' has a wrong offset!"); \ -static_assert(offsetof(UPCGSwitchSettings, StringSelection) == 0x0000C0, "Member 'UPCGSwitchSettings::StringSelection' has a wrong offset!"); \ -static_assert(offsetof(UPCGSwitchSettings, StringOptions) == 0x0000D0, "Member 'UPCGSwitchSettings::StringOptions' has a wrong offset!"); \ -static_assert(offsetof(UPCGSwitchSettings, EnumSelection) == 0x0000E0, "Member 'UPCGSwitchSettings::EnumSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGParamData_MutableMetadata \ +static_assert(alignof(PCGParamData_MutableMetadata) == 0x000008, "Wrong alignment on PCGParamData_MutableMetadata"); \ +static_assert(sizeof(PCGParamData_MutableMetadata) == 0x000008, "Wrong size on PCGParamData_MutableMetadata"); \ +static_assert(offsetof(PCGParamData_MutableMetadata, ReturnValue) == 0x000000, "Member 'PCGParamData_MutableMetadata::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGUserParameterGetSettings \ -static_assert(alignof(UPCGUserParameterGetSettings) == 0x000008, "Wrong alignment on UPCGUserParameterGetSettings"); \ -static_assert(sizeof(UPCGUserParameterGetSettings) == 0x0000C8, "Wrong size on UPCGUserParameterGetSettings"); \ -static_assert(offsetof(UPCGUserParameterGetSettings, PropertyGuid) == 0x0000A8, "Member 'UPCGUserParameterGetSettings::PropertyGuid' has a wrong offset!"); \ -static_assert(offsetof(UPCGUserParameterGetSettings, PropertyName) == 0x0000B8, "Member 'UPCGUserParameterGetSettings::PropertyName' has a wrong offset!"); \ -static_assert(offsetof(UPCGUserParameterGetSettings, bForceObjectAndStructExtraction) == 0x0000C0, "Member 'UPCGUserParameterGetSettings::bForceObjectAndStructExtraction' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGParamData_ConstMetadata \ +static_assert(alignof(PCGParamData_ConstMetadata) == 0x000008, "Wrong alignment on PCGParamData_ConstMetadata"); \ +static_assert(sizeof(PCGParamData_ConstMetadata) == 0x000008, "Wrong size on PCGParamData_ConstMetadata"); \ +static_assert(offsetof(PCGParamData_ConstMetadata, ReturnValue) == 0x000000, "Member 'PCGParamData_ConstMetadata::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGUserParametersData \ -static_assert(alignof(UPCGUserParametersData) == 0x000008, "Wrong alignment on UPCGUserParametersData"); \ -static_assert(sizeof(UPCGUserParametersData) == 0x000048, "Wrong size on UPCGUserParametersData"); \ -static_assert(offsetof(UPCGUserParametersData, UserParameters) == 0x000038, "Member 'UPCGUserParametersData::UserParameters' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGParamData_FilterParamsByKey \ +static_assert(alignof(PCGParamData_FilterParamsByKey) == 0x000008, "Wrong alignment on PCGParamData_FilterParamsByKey"); \ +static_assert(sizeof(PCGParamData_FilterParamsByKey) == 0x000010, "Wrong size on PCGParamData_FilterParamsByKey"); \ +static_assert(offsetof(PCGParamData_FilterParamsByKey, InKey) == 0x000000, "Member 'PCGParamData_FilterParamsByKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FilterParamsByKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FilterParamsByKey::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGVisualizeAttributeSettings \ -static_assert(alignof(UPCGVisualizeAttributeSettings) == 0x000008, "Wrong alignment on UPCGVisualizeAttributeSettings"); \ -static_assert(sizeof(UPCGVisualizeAttributeSettings) == 0x000118, "Wrong size on UPCGVisualizeAttributeSettings"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, AttributeSource) == 0x0000A8, "Member 'UPCGVisualizeAttributeSettings::AttributeSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, CustomPrefixString) == 0x0000D0, "Member 'UPCGVisualizeAttributeSettings::CustomPrefixString' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, bPrefixWithIndex) == 0x0000E0, "Member 'UPCGVisualizeAttributeSettings::bPrefixWithIndex' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, bPrefixWithAttributeName) == 0x0000E1, "Member 'UPCGVisualizeAttributeSettings::bPrefixWithAttributeName' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, LocalOffset) == 0x0000E8, "Member 'UPCGVisualizeAttributeSettings::LocalOffset' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, Color) == 0x000100, "Member 'UPCGVisualizeAttributeSettings::Color' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, duration) == 0x000108, "Member 'UPCGVisualizeAttributeSettings::duration' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, PointLimit) == 0x000110, "Member 'UPCGVisualizeAttributeSettings::PointLimit' has a wrong offset!"); \ -static_assert(offsetof(UPCGVisualizeAttributeSettings, bVisualizeEnabled) == 0x000114, "Member 'UPCGVisualizeAttributeSettings::bVisualizeEnabled' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_PCGParamData_FilterParamsByName \ +static_assert(alignof(PCGParamData_FilterParamsByName) == 0x000008, "Wrong alignment on PCGParamData_FilterParamsByName"); \ +static_assert(sizeof(PCGParamData_FilterParamsByName) == 0x000010, "Wrong size on PCGParamData_FilterParamsByName"); \ +static_assert(offsetof(PCGParamData_FilterParamsByName, InName) == 0x000000, "Member 'PCGParamData_FilterParamsByName::InName' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FilterParamsByName, ReturnValue) == 0x000008, "Member 'PCGParamData_FilterParamsByName::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGSubgraphNode \ -static_assert(alignof(UPCGSubgraphNode) == 0x000008, "Wrong alignment on UPCGSubgraphNode"); \ -static_assert(sizeof(UPCGSubgraphNode) == 0x000088, "Wrong size on UPCGSubgraphNode"); \ +#define DUMPER7_ASSERTS_PCGParamData_FindMetadataKey \ +static_assert(alignof(PCGParamData_FindMetadataKey) == 0x000008, "Wrong alignment on PCGParamData_FindMetadataKey"); \ +static_assert(sizeof(PCGParamData_FindMetadataKey) == 0x000010, "Wrong size on PCGParamData_FindMetadataKey"); \ +static_assert(offsetof(PCGParamData_FindMetadataKey, InName) == 0x000000, "Member 'PCGParamData_FindMetadataKey::InName' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FindMetadataKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FindMetadataKey::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_PCGDifferenceData_AddDifference \ -static_assert(alignof(PCGDifferenceData_AddDifference) == 0x000008, "Wrong alignment on PCGDifferenceData_AddDifference"); \ -static_assert(sizeof(PCGDifferenceData_AddDifference) == 0x000008, "Wrong size on PCGDifferenceData_AddDifference"); \ -static_assert(offsetof(PCGDifferenceData_AddDifference, InDifference) == 0x000000, "Member 'PCGDifferenceData_AddDifference::InDifference' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGDifferenceData_Initialize \ -static_assert(alignof(PCGDifferenceData_Initialize) == 0x000008, "Wrong alignment on PCGDifferenceData_Initialize"); \ -static_assert(sizeof(PCGDifferenceData_Initialize) == 0x000008, "Wrong size on PCGDifferenceData_Initialize"); \ -static_assert(offsetof(PCGDifferenceData_Initialize, InData) == 0x000000, "Member 'PCGDifferenceData_Initialize::InData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGDifferenceData_SetDensityFunction \ -static_assert(alignof(PCGDifferenceData_SetDensityFunction) == 0x000001, "Wrong alignment on PCGDifferenceData_SetDensityFunction"); \ -static_assert(sizeof(PCGDifferenceData_SetDensityFunction) == 0x000001, "Wrong size on PCGDifferenceData_SetDensityFunction"); \ -static_assert(offsetof(PCGDifferenceData_SetDensityFunction, InDensityFunction) == 0x000000, "Member 'PCGDifferenceData_SetDensityFunction::InDensityFunction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDifferenceData \ -static_assert(alignof(UPCGDifferenceData) == 0x000008, "Wrong alignment on UPCGDifferenceData"); \ -static_assert(sizeof(UPCGDifferenceData) == 0x0000F8, "Wrong size on UPCGDifferenceData"); \ -static_assert(offsetof(UPCGDifferenceData, bDiffMetadata) == 0x0000D0, "Member 'UPCGDifferenceData::bDiffMetadata' has a wrong offset!"); \ -static_assert(offsetof(UPCGDifferenceData, Source) == 0x0000D8, "Member 'UPCGDifferenceData::Source' has a wrong offset!"); \ -static_assert(offsetof(UPCGDifferenceData, Difference) == 0x0000E0, "Member 'UPCGDifferenceData::Difference' has a wrong offset!"); \ -static_assert(offsetof(UPCGDifferenceData, DifferencesUnion) == 0x0000E8, "Member 'UPCGDifferenceData::DifferencesUnion' has a wrong offset!"); \ -static_assert(offsetof(UPCGDifferenceData, DensityFunction) == 0x0000F0, "Member 'UPCGDifferenceData::DensityFunction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGIntersectionData_Initialize \ -static_assert(alignof(PCGIntersectionData_Initialize) == 0x000008, "Wrong alignment on PCGIntersectionData_Initialize"); \ -static_assert(sizeof(PCGIntersectionData_Initialize) == 0x000010, "Wrong size on PCGIntersectionData_Initialize"); \ -static_assert(offsetof(PCGIntersectionData_Initialize, InA) == 0x000000, "Member 'PCGIntersectionData_Initialize::InA' has a wrong offset!"); \ -static_assert(offsetof(PCGIntersectionData_Initialize, InB) == 0x000008, "Member 'PCGIntersectionData_Initialize::InB' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGIntersectionData \ -static_assert(alignof(UPCGIntersectionData) == 0x000008, "Wrong alignment on UPCGIntersectionData"); \ -static_assert(sizeof(UPCGIntersectionData) == 0x000158, "Wrong size on UPCGIntersectionData"); \ -static_assert(offsetof(UPCGIntersectionData, DensityFunction) == 0x0000D0, "Member 'UPCGIntersectionData::DensityFunction' has a wrong offset!"); \ -static_assert(offsetof(UPCGIntersectionData, A) == 0x0000D8, "Member 'UPCGIntersectionData::A' has a wrong offset!"); \ -static_assert(offsetof(UPCGIntersectionData, B) == 0x0000E0, "Member 'UPCGIntersectionData::B' has a wrong offset!"); \ -static_assert(offsetof(UPCGIntersectionData, CachedBounds) == 0x0000E8, "Member 'UPCGIntersectionData::CachedBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGIntersectionData, CachedStrictBounds) == 0x000120, "Member 'UPCGIntersectionData::CachedStrictBounds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSurfaceData \ -static_assert(alignof(UPCGSurfaceData) == 0x000010, "Wrong alignment on UPCGSurfaceData"); \ -static_assert(sizeof(UPCGSurfaceData) == 0x000130, "Wrong size on UPCGSurfaceData"); \ -static_assert(offsetof(UPCGSurfaceData, Transform) == 0x0000D0, "Member 'UPCGSurfaceData::Transform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGLandscapeData \ -static_assert(alignof(UPCGLandscapeData) == 0x000010, "Wrong alignment on UPCGLandscapeData"); \ -static_assert(sizeof(UPCGLandscapeData) == 0x0001B0, "Wrong size on UPCGLandscapeData"); \ -static_assert(offsetof(UPCGLandscapeData, Landscapes) == 0x000130, "Member 'UPCGLandscapeData::Landscapes' has a wrong offset!"); \ -static_assert(offsetof(UPCGLandscapeData, Bounds) == 0x000140, "Member 'UPCGLandscapeData::Bounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGLandscapeData, DataProps) == 0x000178, "Member 'UPCGLandscapeData::DataProps' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGPolyLineData \ -static_assert(alignof(UPCGPolyLineData) == 0x000008, "Wrong alignment on UPCGPolyLineData"); \ -static_assert(sizeof(UPCGPolyLineData) == 0x0000D0, "Wrong size on UPCGPolyLineData"); \ - -#define DUMPER7_ASSERTS_UPCGLandscapeSplineData \ -static_assert(alignof(UPCGLandscapeSplineData) == 0x000008, "Wrong alignment on UPCGLandscapeSplineData"); \ -static_assert(sizeof(UPCGLandscapeSplineData) == 0x0000F0, "Wrong size on UPCGLandscapeSplineData"); \ -static_assert(offsetof(UPCGLandscapeSplineData, Spline) == 0x0000D0, "Member 'UPCGLandscapeSplineData::Spline' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSettingsInstance \ -static_assert(alignof(UPCGSettingsInstance) == 0x000008, "Wrong alignment on UPCGSettingsInstance"); \ -static_assert(sizeof(UPCGSettingsInstance) == 0x000048, "Wrong size on UPCGSettingsInstance"); \ -static_assert(offsetof(UPCGSettingsInstance, Settings) == 0x000040, "Member 'UPCGSettingsInstance::Settings' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPointData_CopyPointsFrom \ -static_assert(alignof(PCGPointData_CopyPointsFrom) == 0x000008, "Wrong alignment on PCGPointData_CopyPointsFrom"); \ -static_assert(sizeof(PCGPointData_CopyPointsFrom) == 0x000018, "Wrong size on PCGPointData_CopyPointsFrom"); \ -static_assert(offsetof(PCGPointData_CopyPointsFrom, InData) == 0x000000, "Member 'PCGPointData_CopyPointsFrom::InData' has a wrong offset!"); \ -static_assert(offsetof(PCGPointData_CopyPointsFrom, InDataIndices) == 0x000008, "Member 'PCGPointData_CopyPointsFrom::InDataIndices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPointData_SetPoints \ -static_assert(alignof(PCGPointData_SetPoints) == 0x000008, "Wrong alignment on PCGPointData_SetPoints"); \ -static_assert(sizeof(PCGPointData_SetPoints) == 0x000010, "Wrong size on PCGPointData_SetPoints"); \ -static_assert(offsetof(PCGPointData_SetPoints, InPoints) == 0x000000, "Member 'PCGPointData_SetPoints::InPoints' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPointData_GetPoint \ -static_assert(alignof(PCGPointData_GetPoint) == 0x000010, "Wrong alignment on PCGPointData_GetPoint"); \ -static_assert(sizeof(PCGPointData_GetPoint) == 0x0000E0, "Wrong size on PCGPointData_GetPoint"); \ -static_assert(offsetof(PCGPointData_GetPoint, Index_0) == 0x000000, "Member 'PCGPointData_GetPoint::Index_0' has a wrong offset!"); \ -static_assert(offsetof(PCGPointData_GetPoint, ReturnValue) == 0x000010, "Member 'PCGPointData_GetPoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPointData_GetPoints \ -static_assert(alignof(PCGPointData_GetPoints) == 0x000008, "Wrong alignment on PCGPointData_GetPoints"); \ -static_assert(sizeof(PCGPointData_GetPoints) == 0x000010, "Wrong size on PCGPointData_GetPoints"); \ -static_assert(offsetof(PCGPointData_GetPoints, ReturnValue) == 0x000000, "Member 'PCGPointData_GetPoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPointData_GetPointsCopy \ -static_assert(alignof(PCGPointData_GetPointsCopy) == 0x000008, "Wrong alignment on PCGPointData_GetPointsCopy"); \ -static_assert(sizeof(PCGPointData_GetPointsCopy) == 0x000010, "Wrong size on PCGPointData_GetPointsCopy"); \ -static_assert(offsetof(PCGPointData_GetPointsCopy, ReturnValue) == 0x000000, "Member 'PCGPointData_GetPointsCopy::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGPointData \ -static_assert(alignof(UPCGPointData) == 0x000010, "Wrong alignment on UPCGPointData"); \ -static_assert(sizeof(UPCGPointData) == 0x0001B0, "Wrong size on UPCGPointData"); \ -static_assert(offsetof(UPCGPointData, Points) == 0x000080, "Member 'UPCGPointData::Points' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGPrimitiveData \ -static_assert(alignof(UPCGPrimitiveData) == 0x000008, "Wrong alignment on UPCGPrimitiveData"); \ -static_assert(sizeof(UPCGPrimitiveData) == 0x000160, "Wrong size on UPCGPrimitiveData"); \ -static_assert(offsetof(UPCGPrimitiveData, VoxelSize) == 0x0000D0, "Member 'UPCGPrimitiveData::VoxelSize' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrimitiveData, Primitive) == 0x0000E8, "Member 'UPCGPrimitiveData::Primitive' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrimitiveData, CachedBounds) == 0x0000F0, "Member 'UPCGPrimitiveData::CachedBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGPrimitiveData, CachedStrictBounds) == 0x000128, "Member 'UPCGPrimitiveData::CachedStrictBounds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSchedulingPolicyDistanceAndDirection \ -static_assert(alignof(UPCGSchedulingPolicyDistanceAndDirection) == 0x000008, "Wrong alignment on UPCGSchedulingPolicyDistanceAndDirection"); \ -static_assert(sizeof(UPCGSchedulingPolicyDistanceAndDirection) == 0x000038, "Wrong size on UPCGSchedulingPolicyDistanceAndDirection"); \ -static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, bUseDistance) == 0x000028, "Member 'UPCGSchedulingPolicyDistanceAndDirection::bUseDistance' has a wrong offset!"); \ -static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, DistanceWeight) == 0x00002C, "Member 'UPCGSchedulingPolicyDistanceAndDirection::DistanceWeight' has a wrong offset!"); \ -static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, bUseDirection) == 0x000030, "Member 'UPCGSchedulingPolicyDistanceAndDirection::bUseDirection' has a wrong offset!"); \ -static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, DirectionWeight) == 0x000034, "Member 'UPCGSchedulingPolicyDistanceAndDirection::DirectionWeight' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGProjectionData \ -static_assert(alignof(UPCGProjectionData) == 0x000008, "Wrong alignment on UPCGProjectionData"); \ -static_assert(sizeof(UPCGProjectionData) == 0x000170, "Wrong size on UPCGProjectionData"); \ -static_assert(offsetof(UPCGProjectionData, Source) == 0x0000D0, "Member 'UPCGProjectionData::Source' has a wrong offset!"); \ -static_assert(offsetof(UPCGProjectionData, Target) == 0x0000D8, "Member 'UPCGProjectionData::Target' has a wrong offset!"); \ -static_assert(offsetof(UPCGProjectionData, CachedBounds) == 0x0000E0, "Member 'UPCGProjectionData::CachedBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGProjectionData, CachedStrictBounds) == 0x000118, "Member 'UPCGProjectionData::CachedStrictBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGProjectionData, ProjectionParams) == 0x000150, "Member 'UPCGProjectionData::ProjectionParams' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGBaseTextureData \ -static_assert(alignof(UPCGBaseTextureData) == 0x000010, "Wrong alignment on UPCGBaseTextureData"); \ -static_assert(sizeof(UPCGBaseTextureData) == 0x0001E0, "Wrong size on UPCGBaseTextureData"); \ -static_assert(offsetof(UPCGBaseTextureData, DensityFunction) == 0x000130, "Member 'UPCGBaseTextureData::DensityFunction' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, ColorChannel) == 0x000131, "Member 'UPCGBaseTextureData::ColorChannel' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, Filter) == 0x000132, "Member 'UPCGBaseTextureData::Filter' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, TexelSize) == 0x000134, "Member 'UPCGBaseTextureData::TexelSize' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, bUseAdvancedTiling) == 0x000138, "Member 'UPCGBaseTextureData::bUseAdvancedTiling' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, Tiling) == 0x000140, "Member 'UPCGBaseTextureData::Tiling' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, CenterOffset) == 0x000150, "Member 'UPCGBaseTextureData::CenterOffset' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, Rotation) == 0x000160, "Member 'UPCGBaseTextureData::Rotation' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, bUseTileBounds) == 0x000164, "Member 'UPCGBaseTextureData::bUseTileBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, TileBounds) == 0x000168, "Member 'UPCGBaseTextureData::TileBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, ColorData) == 0x000190, "Member 'UPCGBaseTextureData::ColorData' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, Bounds) == 0x0001A0, "Member 'UPCGBaseTextureData::Bounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, Height) == 0x0001D8, "Member 'UPCGBaseTextureData::Height' has a wrong offset!"); \ -static_assert(offsetof(UPCGBaseTextureData, Width) == 0x0001DC, "Member 'UPCGBaseTextureData::Width' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_APCGVolume \ -static_assert(alignof(APCGVolume) == 0x000008, "Wrong alignment on APCGVolume"); \ -static_assert(sizeof(APCGVolume) == 0x0002D0, "Wrong size on APCGVolume"); \ -static_assert(offsetof(APCGVolume, PCGComponent) == 0x0002C8, "Member 'APCGVolume::PCGComponent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGRenderTargetData_Initialize \ -static_assert(alignof(PCGRenderTargetData_Initialize) == 0x000010, "Wrong alignment on PCGRenderTargetData_Initialize"); \ -static_assert(sizeof(PCGRenderTargetData_Initialize) == 0x000070, "Wrong size on PCGRenderTargetData_Initialize"); \ -static_assert(offsetof(PCGRenderTargetData_Initialize, InRenderTarget) == 0x000000, "Member 'PCGRenderTargetData_Initialize::InRenderTarget' has a wrong offset!"); \ -static_assert(offsetof(PCGRenderTargetData_Initialize, InTransform) == 0x000010, "Member 'PCGRenderTargetData_Initialize::InTransform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGRenderTargetData \ -static_assert(alignof(UPCGRenderTargetData) == 0x000010, "Wrong alignment on UPCGRenderTargetData"); \ -static_assert(sizeof(UPCGRenderTargetData) == 0x0001F0, "Wrong size on UPCGRenderTargetData"); \ -static_assert(offsetof(UPCGRenderTargetData, RenderTarget) == 0x0001E0, "Member 'UPCGRenderTargetData::RenderTarget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSplineData \ -static_assert(alignof(UPCGSplineData) == 0x000010, "Wrong alignment on UPCGSplineData"); \ -static_assert(sizeof(UPCGSplineData) == 0x000270, "Wrong size on UPCGSplineData"); \ -static_assert(offsetof(UPCGSplineData, SplineStruct) == 0x0000D0, "Member 'UPCGSplineData::SplineStruct' has a wrong offset!"); \ -static_assert(offsetof(UPCGSplineData, CachedBounds) == 0x000230, "Member 'UPCGSplineData::CachedBounds' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGParamData \ +static_assert(alignof(UPCGParamData) == 0x000008, "Wrong alignment on UPCGParamData"); \ +static_assert(sizeof(UPCGParamData) == 0x0000C0, "Wrong size on UPCGParamData"); \ +static_assert(offsetof(UPCGParamData, MetaData) == 0x000038, "Member 'UPCGParamData::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, NameMap) == 0x000040, "Member 'UPCGParamData::NameMap' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, bHasCachedLastSelector) == 0x000090, "Member 'UPCGParamData::bHasCachedLastSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, CachedLastSelector) == 0x000098, "Member 'UPCGParamData::CachedLastSelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PCGPin_SetToolTip \ static_assert(alignof(PCGPin_SetToolTip) == 0x000008, "Wrong alignment on PCGPin_SetToolTip"); \ @@ -116486,1544 +117440,35 @@ static_assert(offsetof(UPCGPin, Label) == 0x000030, "Member 'UPCGPin::Label' has static_assert(offsetof(UPCGPin, Edges) == 0x000038, "Member 'UPCGPin::Edges' has a wrong offset!"); \ static_assert(offsetof(UPCGPin, Properties) == 0x000048, "Member 'UPCGPin::Properties' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGSplineProjectionData \ -static_assert(alignof(UPCGSplineProjectionData) == 0x000008, "Wrong alignment on UPCGSplineProjectionData"); \ -static_assert(sizeof(UPCGSplineProjectionData) == 0x000188, "Wrong size on UPCGSplineProjectionData"); \ -static_assert(offsetof(UPCGSplineProjectionData, ProjectedPosition) == 0x000170, "Member 'UPCGSplineProjectionData::ProjectedPosition' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGSettingsInstance \ +static_assert(alignof(UPCGSettingsInstance) == 0x000008, "Wrong alignment on UPCGSettingsInstance"); \ +static_assert(sizeof(UPCGSettingsInstance) == 0x000048, "Wrong size on UPCGSettingsInstance"); \ +static_assert(offsetof(UPCGSettingsInstance, Settings) == 0x000040, "Member 'UPCGSettingsInstance::Settings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPCGSplineInteriorSurfaceData \ -static_assert(alignof(UPCGSplineInteriorSurfaceData) == 0x000010, "Wrong alignment on UPCGSplineInteriorSurfaceData"); \ -static_assert(sizeof(UPCGSplineInteriorSurfaceData) == 0x0002F0, "Wrong size on UPCGSplineInteriorSurfaceData"); \ -static_assert(offsetof(UPCGSplineInteriorSurfaceData, SplineStruct) == 0x000130, "Member 'UPCGSplineInteriorSurfaceData::SplineStruct' has a wrong offset!"); \ -static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedBounds) == 0x000290, "Member 'UPCGSplineInteriorSurfaceData::CachedBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedSplinePoints) == 0x0002C8, "Member 'UPCGSplineInteriorSurfaceData::CachedSplinePoints' has a wrong offset!"); \ -static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedSplinePoints2D) == 0x0002D8, "Member 'UPCGSplineInteriorSurfaceData::CachedSplinePoints2D' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPCGSubgraphNode \ +static_assert(alignof(UPCGSubgraphNode) == 0x000008, "Wrong alignment on UPCGSubgraphNode"); \ +static_assert(sizeof(UPCGSubgraphNode) == 0x000088, "Wrong size on UPCGSubgraphNode"); \ -#define DUMPER7_ASSERTS_UPCGGenSourcePlayer \ -static_assert(alignof(UPCGGenSourcePlayer) == 0x000008, "Wrong alignment on UPCGGenSourcePlayer"); \ -static_assert(sizeof(UPCGGenSourcePlayer) == 0x000038, "Wrong size on UPCGGenSourcePlayer"); \ - -#define DUMPER7_ASSERTS_UPCGTextureData \ -static_assert(alignof(UPCGTextureData) == 0x000010, "Wrong alignment on UPCGTextureData"); \ -static_assert(sizeof(UPCGTextureData) == 0x0001F0, "Wrong size on UPCGTextureData"); \ -static_assert(offsetof(UPCGTextureData, Texture) == 0x0001E0, "Member 'UPCGTextureData::Texture' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureData, TextureIndex) == 0x0001E8, "Member 'UPCGTextureData::TextureIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGUnionData_AddData \ -static_assert(alignof(PCGUnionData_AddData) == 0x000008, "Wrong alignment on PCGUnionData_AddData"); \ -static_assert(sizeof(PCGUnionData_AddData) == 0x000008, "Wrong size on PCGUnionData_AddData"); \ -static_assert(offsetof(PCGUnionData_AddData, InData) == 0x000000, "Member 'PCGUnionData_AddData::InData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGUnionData_Initialize \ -static_assert(alignof(PCGUnionData_Initialize) == 0x000008, "Wrong alignment on PCGUnionData_Initialize"); \ -static_assert(sizeof(PCGUnionData_Initialize) == 0x000010, "Wrong size on PCGUnionData_Initialize"); \ -static_assert(offsetof(PCGUnionData_Initialize, InA) == 0x000000, "Member 'PCGUnionData_Initialize::InA' has a wrong offset!"); \ -static_assert(offsetof(PCGUnionData_Initialize, InB) == 0x000008, "Member 'PCGUnionData_Initialize::InB' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGUnionData \ -static_assert(alignof(UPCGUnionData) == 0x000008, "Wrong alignment on UPCGUnionData"); \ -static_assert(sizeof(UPCGUnionData) == 0x000168, "Wrong size on UPCGUnionData"); \ -static_assert(offsetof(UPCGUnionData, Data) == 0x0000D0, "Member 'UPCGUnionData::Data' has a wrong offset!"); \ -static_assert(offsetof(UPCGUnionData, FirstNonTrivialTransformData) == 0x0000E0, "Member 'UPCGUnionData::FirstNonTrivialTransformData' has a wrong offset!"); \ -static_assert(offsetof(UPCGUnionData, UnionType) == 0x0000E8, "Member 'UPCGUnionData::UnionType' has a wrong offset!"); \ -static_assert(offsetof(UPCGUnionData, DensityFunction) == 0x0000E9, "Member 'UPCGUnionData::DensityFunction' has a wrong offset!"); \ -static_assert(offsetof(UPCGUnionData, CachedBounds) == 0x0000F0, "Member 'UPCGUnionData::CachedBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGUnionData, CachedStrictBounds) == 0x000128, "Member 'UPCGUnionData::CachedStrictBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGUnionData, CachedDimension) == 0x000160, "Member 'UPCGUnionData::CachedDimension' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGVolumeData \ -static_assert(alignof(UPCGVolumeData) == 0x000008, "Wrong alignment on UPCGVolumeData"); \ -static_assert(sizeof(UPCGVolumeData) == 0x000168, "Wrong size on UPCGVolumeData"); \ -static_assert(offsetof(UPCGVolumeData, VoxelSize) == 0x0000D0, "Member 'UPCGVolumeData::VoxelSize' has a wrong offset!"); \ -static_assert(offsetof(UPCGVolumeData, Volume) == 0x0000E8, "Member 'UPCGVolumeData::Volume' has a wrong offset!"); \ -static_assert(offsetof(UPCGVolumeData, Bounds) == 0x0000F0, "Member 'UPCGVolumeData::Bounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGVolumeData, StrictBounds) == 0x000128, "Member 'UPCGVolumeData::StrictBounds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGWorldVolumetricData \ -static_assert(alignof(UPCGWorldVolumetricData) == 0x000008, "Wrong alignment on UPCGWorldVolumetricData"); \ -static_assert(sizeof(UPCGWorldVolumetricData) == 0x0001F0, "Wrong size on UPCGWorldVolumetricData"); \ -static_assert(offsetof(UPCGWorldVolumetricData, World) == 0x000168, "Member 'UPCGWorldVolumetricData::World' has a wrong offset!"); \ -static_assert(offsetof(UPCGWorldVolumetricData, OriginatingComponent) == 0x000170, "Member 'UPCGWorldVolumetricData::OriginatingComponent' has a wrong offset!"); \ -static_assert(offsetof(UPCGWorldVolumetricData, QueryParams) == 0x000178, "Member 'UPCGWorldVolumetricData::QueryParams' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGWorldRayHitData \ -static_assert(alignof(UPCGWorldRayHitData) == 0x000010, "Wrong alignment on UPCGWorldRayHitData"); \ -static_assert(sizeof(UPCGWorldRayHitData) == 0x000230, "Wrong size on UPCGWorldRayHitData"); \ -static_assert(offsetof(UPCGWorldRayHitData, World) == 0x000130, "Member 'UPCGWorldRayHitData::World' has a wrong offset!"); \ -static_assert(offsetof(UPCGWorldRayHitData, OriginatingComponent) == 0x000138, "Member 'UPCGWorldRayHitData::OriginatingComponent' has a wrong offset!"); \ -static_assert(offsetof(UPCGWorldRayHitData, Bounds) == 0x000140, "Member 'UPCGWorldRayHitData::Bounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGWorldRayHitData, QueryParams) == 0x000178, "Member 'UPCGWorldRayHitData::QueryParams' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataBitwiseSettings \ -static_assert(alignof(UPCGMetadataBitwiseSettings) == 0x000008, "Wrong alignment on UPCGMetadataBitwiseSettings"); \ -static_assert(sizeof(UPCGMetadataBitwiseSettings) == 0x000130, "Wrong size on UPCGMetadataBitwiseSettings"); \ -static_assert(offsetof(UPCGMetadataBitwiseSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataBitwiseSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataBitwiseSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataBitwiseSettings::InputSource2' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_APCGVolume \ +static_assert(alignof(APCGVolume) == 0x000008, "Wrong alignment on APCGVolume"); \ +static_assert(sizeof(APCGVolume) == 0x0002D0, "Wrong size on APCGVolume"); \ +static_assert(offsetof(APCGVolume, PCGComponent) == 0x0002C8, "Member 'APCGVolume::PCGComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPCGGenSourceComponent \ static_assert(alignof(UPCGGenSourceComponent) == 0x000008, "Wrong alignment on UPCGGenSourceComponent"); \ static_assert(sizeof(UPCGGenSourceComponent) == 0x0000A8, "Wrong size on UPCGGenSourceComponent"); \ -#define DUMPER7_ASSERTS_UPCGMetadataBooleanSettings \ -static_assert(alignof(UPCGMetadataBooleanSettings) == 0x000008, "Wrong alignment on UPCGMetadataBooleanSettings"); \ -static_assert(sizeof(UPCGMetadataBooleanSettings) == 0x000130, "Wrong size on UPCGMetadataBooleanSettings"); \ -static_assert(offsetof(UPCGMetadataBooleanSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataBooleanSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataBooleanSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataBooleanSettings::InputSource2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataBreakTransformSettings \ -static_assert(alignof(UPCGMetadataBreakTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakTransformSettings"); \ -static_assert(sizeof(UPCGMetadataBreakTransformSettings) == 0x000100, "Wrong size on UPCGMetadataBreakTransformSettings"); \ -static_assert(offsetof(UPCGMetadataBreakTransformSettings, InputSource) == 0x0000D8, "Member 'UPCGMetadataBreakTransformSettings::InputSource' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataBreakVectorSettings \ -static_assert(alignof(UPCGMetadataBreakVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakVectorSettings"); \ -static_assert(sizeof(UPCGMetadataBreakVectorSettings) == 0x000100, "Wrong size on UPCGMetadataBreakVectorSettings"); \ -static_assert(offsetof(UPCGMetadataBreakVectorSettings, InputSource) == 0x0000D8, "Member 'UPCGMetadataBreakVectorSettings::InputSource' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataCompareSettings \ -static_assert(alignof(UPCGMetadataCompareSettings) == 0x000008, "Wrong alignment on UPCGMetadataCompareSettings"); \ -static_assert(sizeof(UPCGMetadataCompareSettings) == 0x000138, "Wrong size on UPCGMetadataCompareSettings"); \ -static_assert(offsetof(UPCGMetadataCompareSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataCompareSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataCompareSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataCompareSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataCompareSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataCompareSettings::InputSource2' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataCompareSettings, Tolerance) == 0x000130, "Member 'UPCGMetadataCompareSettings::Tolerance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataOperationSettings \ -static_assert(alignof(UPCGMetadataOperationSettings) == 0x000008, "Wrong alignment on UPCGMetadataOperationSettings"); \ -static_assert(sizeof(UPCGMetadataOperationSettings) == 0x000100, "Wrong size on UPCGMetadataOperationSettings"); \ -static_assert(offsetof(UPCGMetadataOperationSettings, InputSource) == 0x0000A8, "Member 'UPCGMetadataOperationSettings::InputSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataOperationSettings, OutputTarget) == 0x0000D0, "Member 'UPCGMetadataOperationSettings::OutputTarget' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataOperationSettings, bCopyAllAttributes) == 0x0000F8, "Member 'UPCGMetadataOperationSettings::bCopyAllAttributes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataMakeTransformSettings \ -static_assert(alignof(UPCGMetadataMakeTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeTransformSettings"); \ -static_assert(sizeof(UPCGMetadataMakeTransformSettings) == 0x000150, "Wrong size on UPCGMetadataMakeTransformSettings"); \ -static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource1) == 0x0000D8, "Member 'UPCGMetadataMakeTransformSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource2) == 0x000100, "Member 'UPCGMetadataMakeTransformSettings::InputSource2' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource3) == 0x000128, "Member 'UPCGMetadataMakeTransformSettings::InputSource3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataMakeVectorSettings \ -static_assert(alignof(UPCGMetadataMakeVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeVectorSettings"); \ -static_assert(sizeof(UPCGMetadataMakeVectorSettings) == 0x000180, "Wrong size on UPCGMetadataMakeVectorSettings"); \ -static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource1) == 0x0000D8, "Member 'UPCGMetadataMakeVectorSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource2) == 0x000100, "Member 'UPCGMetadataMakeVectorSettings::InputSource2' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource3) == 0x000128, "Member 'UPCGMetadataMakeVectorSettings::InputSource3' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource4) == 0x000150, "Member 'UPCGMetadataMakeVectorSettings::InputSource4' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeVectorSettings, OutputType) == 0x000178, "Member 'UPCGMetadataMakeVectorSettings::OutputType' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector3Op) == 0x000179, "Member 'UPCGMetadataMakeVectorSettings::MakeVector3Op' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector4Op) == 0x00017A, "Member 'UPCGMetadataMakeVectorSettings::MakeVector4Op' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataMathsSettings \ -static_assert(alignof(UPCGMetadataMathsSettings) == 0x000008, "Wrong alignment on UPCGMetadataMathsSettings"); \ -static_assert(sizeof(UPCGMetadataMathsSettings) == 0x000158, "Wrong size on UPCGMetadataMathsSettings"); \ -static_assert(offsetof(UPCGMetadataMathsSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataMathsSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMathsSettings, bForceRoundingOpToInt) == 0x0000DA, "Member 'UPCGMetadataMathsSettings::bForceRoundingOpToInt' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMathsSettings, bForceOpToDouble) == 0x0000DB, "Member 'UPCGMetadataMathsSettings::bForceOpToDouble' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMathsSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataMathsSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMathsSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataMathsSettings::InputSource2' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataMathsSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataMathsSettings::InputSource3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataPartitionSettings \ -static_assert(alignof(UPCGMetadataPartitionSettings) == 0x000008, "Wrong alignment on UPCGMetadataPartitionSettings"); \ -static_assert(sizeof(UPCGMetadataPartitionSettings) == 0x0000C8, "Wrong size on UPCGMetadataPartitionSettings"); \ -static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionAttributeSelectors) == 0x0000A8, "Member 'UPCGMetadataPartitionSettings::PartitionAttributeSelectors' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionAttributeNames) == 0x0000B8, "Member 'UPCGMetadataPartitionSettings::PartitionAttributeNames' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataRenameSettings \ -static_assert(alignof(UPCGMetadataRenameSettings) == 0x000008, "Wrong alignment on UPCGMetadataRenameSettings"); \ -static_assert(sizeof(UPCGMetadataRenameSettings) == 0x0000B8, "Wrong size on UPCGMetadataRenameSettings"); \ -static_assert(offsetof(UPCGMetadataRenameSettings, AttributeToRename) == 0x0000A8, "Member 'UPCGMetadataRenameSettings::AttributeToRename' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataRenameSettings, NewAttributeName) == 0x0000B0, "Member 'UPCGMetadataRenameSettings::NewAttributeName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGTransformPointsSettings \ -static_assert(alignof(UPCGTransformPointsSettings) == 0x000008, "Wrong alignment on UPCGTransformPointsSettings"); \ -static_assert(sizeof(UPCGTransformPointsSettings) == 0x000160, "Wrong size on UPCGTransformPointsSettings"); \ -static_assert(offsetof(UPCGTransformPointsSettings, bApplyToAttribute) == 0x0000A8, "Member 'UPCGTransformPointsSettings::bApplyToAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, AttributeName) == 0x0000AC, "Member 'UPCGTransformPointsSettings::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, OffsetMin) == 0x0000B8, "Member 'UPCGTransformPointsSettings::OffsetMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, OffsetMax) == 0x0000D0, "Member 'UPCGTransformPointsSettings::OffsetMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteOffset) == 0x0000E8, "Member 'UPCGTransformPointsSettings::bAbsoluteOffset' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, RotationMin) == 0x0000F0, "Member 'UPCGTransformPointsSettings::RotationMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, RotationMax) == 0x000108, "Member 'UPCGTransformPointsSettings::RotationMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteRotation) == 0x000120, "Member 'UPCGTransformPointsSettings::bAbsoluteRotation' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, ScaleMin) == 0x000128, "Member 'UPCGTransformPointsSettings::ScaleMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, ScaleMax) == 0x000140, "Member 'UPCGTransformPointsSettings::ScaleMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteScale) == 0x000158, "Member 'UPCGTransformPointsSettings::bAbsoluteScale' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, bUniformScale) == 0x000159, "Member 'UPCGTransformPointsSettings::bUniformScale' has a wrong offset!"); \ -static_assert(offsetof(UPCGTransformPointsSettings, bRecomputeSeed) == 0x00015A, "Member 'UPCGTransformPointsSettings::bRecomputeSeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataRotatorSettings \ -static_assert(alignof(UPCGMetadataRotatorSettings) == 0x000008, "Wrong alignment on UPCGMetadataRotatorSettings"); \ -static_assert(sizeof(UPCGMetadataRotatorSettings) == 0x000158, "Wrong size on UPCGMetadataRotatorSettings"); \ -static_assert(offsetof(UPCGMetadataRotatorSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataRotatorSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataRotatorSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataRotatorSettings::InputSource2' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataRotatorSettings::InputSource3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataStringOpSettings \ -static_assert(alignof(UPCGMetadataStringOpSettings) == 0x000008, "Wrong alignment on UPCGMetadataStringOpSettings"); \ -static_assert(sizeof(UPCGMetadataStringOpSettings) == 0x000130, "Wrong size on UPCGMetadataStringOpSettings"); \ -static_assert(offsetof(UPCGMetadataStringOpSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataStringOpSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataStringOpSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataStringOpSettings::InputSource2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataTransformSettings \ -static_assert(alignof(UPCGMetadataTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataTransformSettings"); \ -static_assert(sizeof(UPCGMetadataTransformSettings) == 0x000158, "Wrong size on UPCGMetadataTransformSettings"); \ -static_assert(offsetof(UPCGMetadataTransformSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataTransformSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataTransformSettings, TransformLerpMode) == 0x0000DA, "Member 'UPCGMetadataTransformSettings::TransformLerpMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataTransformSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataTransformSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataTransformSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataTransformSettings::InputSource2' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataTransformSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataTransformSettings::InputSource3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataTrigSettings \ -static_assert(alignof(UPCGMetadataTrigSettings) == 0x000008, "Wrong alignment on UPCGMetadataTrigSettings"); \ -static_assert(sizeof(UPCGMetadataTrigSettings) == 0x000130, "Wrong size on UPCGMetadataTrigSettings"); \ -static_assert(offsetof(UPCGMetadataTrigSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataTrigSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataTrigSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataTrigSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataTrigSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataTrigSettings::InputSource2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGetPrimitiveSettings \ -static_assert(alignof(UPCGGetPrimitiveSettings) == 0x000008, "Wrong alignment on UPCGGetPrimitiveSettings"); \ -static_assert(sizeof(UPCGGetPrimitiveSettings) == 0x0000F8, "Wrong size on UPCGGetPrimitiveSettings"); \ - -#define DUMPER7_ASSERTS_UPCGMetadataVectorSettings \ -static_assert(alignof(UPCGMetadataVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataVectorSettings"); \ -static_assert(sizeof(UPCGMetadataVectorSettings) == 0x000158, "Wrong size on UPCGMetadataVectorSettings"); \ -static_assert(offsetof(UPCGMetadataVectorSettings, Operation) == 0x0000D8, "Member 'UPCGMetadataVectorSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataVectorSettings, InputSource1) == 0x0000E0, "Member 'UPCGMetadataVectorSettings::InputSource1' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataVectorSettings, InputSource2) == 0x000108, "Member 'UPCGMetadataVectorSettings::InputSource2' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadataVectorSettings, InputSource3) == 0x000130, "Member 'UPCGMetadataVectorSettings::InputSource3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGAttributeGetFromIndexSettings \ -static_assert(alignof(UPCGAttributeGetFromIndexSettings) == 0x000008, "Wrong alignment on UPCGAttributeGetFromIndexSettings"); \ -static_assert(sizeof(UPCGAttributeGetFromIndexSettings) == 0x0000B0, "Wrong size on UPCGAttributeGetFromIndexSettings"); \ -static_assert(offsetof(UPCGAttributeGetFromIndexSettings, Index_0) == 0x0000A8, "Member 'UPCGAttributeGetFromIndexSettings::Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSurfaceSamplerSettings \ -static_assert(alignof(UPCGSurfaceSamplerSettings) == 0x000008, "Wrong alignment on UPCGSurfaceSamplerSettings"); \ -static_assert(sizeof(UPCGSurfaceSamplerSettings) == 0x0000D8, "Wrong size on UPCGSurfaceSamplerSettings"); \ -static_assert(offsetof(UPCGSurfaceSamplerSettings, PointsPerSquaredMeter) == 0x0000A8, "Member 'UPCGSurfaceSamplerSettings::PointsPerSquaredMeter' has a wrong offset!"); \ -static_assert(offsetof(UPCGSurfaceSamplerSettings, PointExtents) == 0x0000B0, "Member 'UPCGSurfaceSamplerSettings::PointExtents' has a wrong offset!"); \ -static_assert(offsetof(UPCGSurfaceSamplerSettings, Looseness) == 0x0000C8, "Member 'UPCGSurfaceSamplerSettings::Looseness' has a wrong offset!"); \ -static_assert(offsetof(UPCGSurfaceSamplerSettings, bUnbounded) == 0x0000CC, "Member 'UPCGSurfaceSamplerSettings::bUnbounded' has a wrong offset!"); \ -static_assert(offsetof(UPCGSurfaceSamplerSettings, bApplyDensityToPoints) == 0x0000CD, "Member 'UPCGSurfaceSamplerSettings::bApplyDensityToPoints' has a wrong offset!"); \ -static_assert(offsetof(UPCGSurfaceSamplerSettings, PointSteepness) == 0x0000D0, "Member 'UPCGSurfaceSamplerSettings::PointSteepness' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGAttributeGetFromPointIndexSettings \ -static_assert(alignof(UPCGAttributeGetFromPointIndexSettings) == 0x000008, "Wrong alignment on UPCGAttributeGetFromPointIndexSettings"); \ -static_assert(sizeof(UPCGAttributeGetFromPointIndexSettings) == 0x0000E0, "Wrong size on UPCGAttributeGetFromPointIndexSettings"); \ -static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeGetFromPointIndexSettings::InputSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, Index_0) == 0x0000D0, "Member 'UPCGAttributeGetFromPointIndexSettings::Index_0' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, OutputAttributeName) == 0x0000D4, "Member 'UPCGAttributeGetFromPointIndexSettings::OutputAttributeName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGAttributeNoiseSettings \ -static_assert(alignof(UPCGAttributeNoiseSettings) == 0x000008, "Wrong alignment on UPCGAttributeNoiseSettings"); \ -static_assert(sizeof(UPCGAttributeNoiseSettings) == 0x000108, "Wrong size on UPCGAttributeNoiseSettings"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeNoiseSettings::InputSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, OutputTarget) == 0x0000D0, "Member 'UPCGAttributeNoiseSettings::OutputTarget' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, Mode) == 0x0000F8, "Member 'UPCGAttributeNoiseSettings::Mode' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMin) == 0x0000FC, "Member 'UPCGAttributeNoiseSettings::NoiseMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMax) == 0x000100, "Member 'UPCGAttributeNoiseSettings::NoiseMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, bInvertSource) == 0x000104, "Member 'UPCGAttributeNoiseSettings::bInvertSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, bClampResult) == 0x000105, "Member 'UPCGAttributeNoiseSettings::bClampResult' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeNoiseSettings, bHasSpatialToPointDeprecation) == 0x000106, "Member 'UPCGAttributeNoiseSettings::bHasSpatialToPointDeprecation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGAttributeReduceSettings \ -static_assert(alignof(UPCGAttributeReduceSettings) == 0x000008, "Wrong alignment on UPCGAttributeReduceSettings"); \ -static_assert(sizeof(UPCGAttributeReduceSettings) == 0x0000E0, "Wrong size on UPCGAttributeReduceSettings"); \ -static_assert(offsetof(UPCGAttributeReduceSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeReduceSettings::InputSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeReduceSettings, OutputAttributeName) == 0x0000D0, "Member 'UPCGAttributeReduceSettings::OutputAttributeName' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeReduceSettings, Operation) == 0x0000D8, "Member 'UPCGAttributeReduceSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeReduceSettings, bMergeOutputAttributes) == 0x0000DC, "Member 'UPCGAttributeReduceSettings::bMergeOutputAttributes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGAttributeSelectSettings \ -static_assert(alignof(UPCGAttributeSelectSettings) == 0x000010, "Wrong alignment on UPCGAttributeSelectSettings"); \ -static_assert(sizeof(UPCGAttributeSelectSettings) == 0x000100, "Wrong size on UPCGAttributeSelectSettings"); \ -static_assert(offsetof(UPCGAttributeSelectSettings, InputSource) == 0x0000A8, "Member 'UPCGAttributeSelectSettings::InputSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeSelectSettings, OutputAttributeName) == 0x0000D0, "Member 'UPCGAttributeSelectSettings::OutputAttributeName' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeSelectSettings, Operation) == 0x0000D8, "Member 'UPCGAttributeSelectSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeSelectSettings, Axis) == 0x0000DC, "Member 'UPCGAttributeSelectSettings::Axis' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeSelectSettings, CustomAxis) == 0x0000E0, "Member 'UPCGAttributeSelectSettings::CustomAxis' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGAttributeTransferSettings \ -static_assert(alignof(UPCGAttributeTransferSettings) == 0x000008, "Wrong alignment on UPCGAttributeTransferSettings"); \ -static_assert(sizeof(UPCGAttributeTransferSettings) == 0x0000F8, "Wrong size on UPCGAttributeTransferSettings"); \ -static_assert(offsetof(UPCGAttributeTransferSettings, SourceAttributeProperty) == 0x0000A8, "Member 'UPCGAttributeTransferSettings::SourceAttributeProperty' has a wrong offset!"); \ -static_assert(offsetof(UPCGAttributeTransferSettings, TargetAttributeProperty) == 0x0000D0, "Member 'UPCGAttributeTransferSettings::TargetAttributeProperty' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGBoundsModifierSettings \ -static_assert(alignof(UPCGBoundsModifierSettings) == 0x000008, "Wrong alignment on UPCGBoundsModifierSettings"); \ -static_assert(sizeof(UPCGBoundsModifierSettings) == 0x0000E8, "Wrong size on UPCGBoundsModifierSettings"); \ -static_assert(offsetof(UPCGBoundsModifierSettings, Mode) == 0x0000A8, "Member 'UPCGBoundsModifierSettings::Mode' has a wrong offset!"); \ -static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMin) == 0x0000B0, "Member 'UPCGBoundsModifierSettings::BoundsMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMax) == 0x0000C8, "Member 'UPCGBoundsModifierSettings::BoundsMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGBoundsModifierSettings, bAffectSteepness) == 0x0000E0, "Member 'UPCGBoundsModifierSettings::bAffectSteepness' has a wrong offset!"); \ -static_assert(offsetof(UPCGBoundsModifierSettings, Steepness) == 0x0000E4, "Member 'UPCGBoundsModifierSettings::Steepness' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGCollapseSettings \ -static_assert(alignof(UPCGCollapseSettings) == 0x000008, "Wrong alignment on UPCGCollapseSettings"); \ -static_assert(sizeof(UPCGCollapseSettings) == 0x0000A8, "Wrong size on UPCGCollapseSettings"); \ - -#define DUMPER7_ASSERTS_UPCGConvertToPointDataSettings \ -static_assert(alignof(UPCGConvertToPointDataSettings) == 0x000008, "Wrong alignment on UPCGConvertToPointDataSettings"); \ -static_assert(sizeof(UPCGConvertToPointDataSettings) == 0x0000A8, "Wrong size on UPCGConvertToPointDataSettings"); \ - -#define DUMPER7_ASSERTS_UPCGConvertToAttributeSetSettings \ -static_assert(alignof(UPCGConvertToAttributeSetSettings) == 0x000008, "Wrong alignment on UPCGConvertToAttributeSetSettings"); \ -static_assert(sizeof(UPCGConvertToAttributeSetSettings) == 0x0000A8, "Wrong size on UPCGConvertToAttributeSetSettings"); \ - -#define DUMPER7_ASSERTS_UPCGCopyPointsSettings \ -static_assert(alignof(UPCGCopyPointsSettings) == 0x000008, "Wrong alignment on UPCGCopyPointsSettings"); \ -static_assert(sizeof(UPCGCopyPointsSettings) == 0x0000B0, "Wrong size on UPCGCopyPointsSettings"); \ -static_assert(offsetof(UPCGCopyPointsSettings, RotationInheritance) == 0x0000A8, "Member 'UPCGCopyPointsSettings::RotationInheritance' has a wrong offset!"); \ -static_assert(offsetof(UPCGCopyPointsSettings, ScaleInheritance) == 0x0000A9, "Member 'UPCGCopyPointsSettings::ScaleInheritance' has a wrong offset!"); \ -static_assert(offsetof(UPCGCopyPointsSettings, ColorInheritance) == 0x0000AA, "Member 'UPCGCopyPointsSettings::ColorInheritance' has a wrong offset!"); \ -static_assert(offsetof(UPCGCopyPointsSettings, SeedInheritance) == 0x0000AB, "Member 'UPCGCopyPointsSettings::SeedInheritance' has a wrong offset!"); \ -static_assert(offsetof(UPCGCopyPointsSettings, AttributeInheritance) == 0x0000AC, "Member 'UPCGCopyPointsSettings::AttributeInheritance' has a wrong offset!"); \ -static_assert(offsetof(UPCGCopyPointsSettings, TagInheritance) == 0x0000AD, "Member 'UPCGCopyPointsSettings::TagInheritance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGAddAttributeSettings \ -static_assert(alignof(UPCGAddAttributeSettings) == 0x000010, "Wrong alignment on UPCGAddAttributeSettings"); \ -static_assert(sizeof(UPCGAddAttributeSettings) == 0x000280, "Wrong size on UPCGAddAttributeSettings"); \ -static_assert(offsetof(UPCGAddAttributeSettings, InputSource) == 0x0000A8, "Member 'UPCGAddAttributeSettings::InputSource' has a wrong offset!"); \ -static_assert(offsetof(UPCGAddAttributeSettings, OutputTarget) == 0x0000D0, "Member 'UPCGAddAttributeSettings::OutputTarget' has a wrong offset!"); \ -static_assert(offsetof(UPCGAddAttributeSettings, AttributeTypes) == 0x000100, "Member 'UPCGAddAttributeSettings::AttributeTypes' has a wrong offset!"); \ -static_assert(offsetof(UPCGAddAttributeSettings, bCopyAllAttributes) == 0x000270, "Member 'UPCGAddAttributeSettings::bCopyAllAttributes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGCreateAttributeSetSettings \ -static_assert(alignof(UPCGCreateAttributeSetSettings) == 0x000010, "Wrong alignment on UPCGCreateAttributeSetSettings"); \ -static_assert(sizeof(UPCGCreateAttributeSetSettings) == 0x000250, "Wrong size on UPCGCreateAttributeSetSettings"); \ -static_assert(offsetof(UPCGCreateAttributeSetSettings, AttributeTypes) == 0x0000B0, "Member 'UPCGCreateAttributeSetSettings::AttributeTypes' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateAttributeSetSettings, OutputTarget) == 0x000220, "Member 'UPCGCreateAttributeSetSettings::OutputTarget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGCreateSplineSettings \ -static_assert(alignof(UPCGCreateSplineSettings) == 0x000008, "Wrong alignment on UPCGCreateSplineSettings"); \ -static_assert(sizeof(UPCGCreateSplineSettings) == 0x000100, "Wrong size on UPCGCreateSplineSettings"); \ -static_assert(offsetof(UPCGCreateSplineSettings, Mode) == 0x0000A8, "Member 'UPCGCreateSplineSettings::Mode' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, bClosedLoop) == 0x0000A9, "Member 'UPCGCreateSplineSettings::bClosedLoop' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, bLinear) == 0x0000AA, "Member 'UPCGCreateSplineSettings::bLinear' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, bApplyCustomTangents) == 0x0000AB, "Member 'UPCGCreateSplineSettings::bApplyCustomTangents' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, ArriveTangentAttribute) == 0x0000AC, "Member 'UPCGCreateSplineSettings::ArriveTangentAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, LeaveTangentAttribute) == 0x0000B4, "Member 'UPCGCreateSplineSettings::LeaveTangentAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, TargetActor) == 0x0000C0, "Member 'UPCGCreateSplineSettings::TargetActor' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, AttachOptions) == 0x0000E8, "Member 'UPCGCreateSplineSettings::AttachOptions' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateSplineSettings, PostProcessFunctionNames) == 0x0000F0, "Member 'UPCGCreateSplineSettings::PostProcessFunctionNames' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGCreateSurfaceFromSplineSettings \ -static_assert(alignof(UPCGCreateSurfaceFromSplineSettings) == 0x000008, "Wrong alignment on UPCGCreateSurfaceFromSplineSettings"); \ -static_assert(sizeof(UPCGCreateSurfaceFromSplineSettings) == 0x0000A8, "Wrong size on UPCGCreateSurfaceFromSplineSettings"); \ - -#define DUMPER7_ASSERTS_UPCGCreateTargetActor \ -static_assert(alignof(UPCGCreateTargetActor) == 0x000010, "Wrong alignment on UPCGCreateTargetActor"); \ -static_assert(sizeof(UPCGCreateTargetActor) == 0x000180, "Wrong size on UPCGCreateTargetActor"); \ -static_assert(offsetof(UPCGCreateTargetActor, TemplateActor) == 0x0000A8, "Member 'UPCGCreateTargetActor::TemplateActor' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, AttachOptions) == 0x0000B0, "Member 'UPCGCreateTargetActor::AttachOptions' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, RootActor) == 0x0000B8, "Member 'UPCGCreateTargetActor::RootActor' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, ActorLabel) == 0x0000E0, "Member 'UPCGCreateTargetActor::ActorLabel' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, ActorPivot) == 0x0000F0, "Member 'UPCGCreateTargetActor::ActorPivot' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, PropertyOverrideDescriptions) == 0x000150, "Member 'UPCGCreateTargetActor::PropertyOverrideDescriptions' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, PostProcessFunctionNames) == 0x000160, "Member 'UPCGCreateTargetActor::PostProcessFunctionNames' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, TemplateActorClass) == 0x000170, "Member 'UPCGCreateTargetActor::TemplateActorClass' has a wrong offset!"); \ -static_assert(offsetof(UPCGCreateTargetActor, bAllowTemplateActorEditing) == 0x000178, "Member 'UPCGCreateTargetActor::bAllowTemplateActorEditing' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDataNumSettings \ -static_assert(alignof(UPCGDataNumSettings) == 0x000008, "Wrong alignment on UPCGDataNumSettings"); \ -static_assert(sizeof(UPCGDataNumSettings) == 0x0000B0, "Wrong size on UPCGDataNumSettings"); \ -static_assert(offsetof(UPCGDataNumSettings, OutputAttributeName) == 0x0000A8, "Member 'UPCGDataNumSettings::OutputAttributeName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDataTableRowToParamDataSettings \ -static_assert(alignof(UPCGDataTableRowToParamDataSettings) == 0x000008, "Wrong alignment on UPCGDataTableRowToParamDataSettings"); \ -static_assert(sizeof(UPCGDataTableRowToParamDataSettings) == 0x0000E0, "Wrong size on UPCGDataTableRowToParamDataSettings"); \ -static_assert(offsetof(UPCGDataTableRowToParamDataSettings, RowName) == 0x0000A8, "Member 'UPCGDataTableRowToParamDataSettings::RowName' has a wrong offset!"); \ -static_assert(offsetof(UPCGDataTableRowToParamDataSettings, DataTable) == 0x0000B0, "Member 'UPCGDataTableRowToParamDataSettings::DataTable' has a wrong offset!"); \ -static_assert(offsetof(UPCGDataTableRowToParamDataSettings, bSynchronousLoad) == 0x0000D8, "Member 'UPCGDataTableRowToParamDataSettings::bSynchronousLoad' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDebugSettings \ -static_assert(alignof(UPCGDebugSettings) == 0x000008, "Wrong alignment on UPCGDebugSettings"); \ -static_assert(sizeof(UPCGDebugSettings) == 0x0000D0, "Wrong size on UPCGDebugSettings"); \ -static_assert(offsetof(UPCGDebugSettings, TargetActor) == 0x0000A8, "Member 'UPCGDebugSettings::TargetActor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDensityFilterSettings \ -static_assert(alignof(UPCGDensityFilterSettings) == 0x000008, "Wrong alignment on UPCGDensityFilterSettings"); \ -static_assert(sizeof(UPCGDensityFilterSettings) == 0x0000B8, "Wrong size on UPCGDensityFilterSettings"); \ -static_assert(offsetof(UPCGDensityFilterSettings, LowerBound) == 0x0000A8, "Member 'UPCGDensityFilterSettings::LowerBound' has a wrong offset!"); \ -static_assert(offsetof(UPCGDensityFilterSettings, UpperBound) == 0x0000AC, "Member 'UPCGDensityFilterSettings::UpperBound' has a wrong offset!"); \ -static_assert(offsetof(UPCGDensityFilterSettings, bInvertFilter) == 0x0000B0, "Member 'UPCGDensityFilterSettings::bInvertFilter' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGLinearDensityRemapSettings \ -static_assert(alignof(UPCGLinearDensityRemapSettings) == 0x000008, "Wrong alignment on UPCGLinearDensityRemapSettings"); \ -static_assert(sizeof(UPCGLinearDensityRemapSettings) == 0x0000B8, "Wrong size on UPCGLinearDensityRemapSettings"); \ -static_assert(offsetof(UPCGLinearDensityRemapSettings, RemapMin) == 0x0000A8, "Member 'UPCGLinearDensityRemapSettings::RemapMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGLinearDensityRemapSettings, RemapMax) == 0x0000AC, "Member 'UPCGLinearDensityRemapSettings::RemapMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGLinearDensityRemapSettings, bMultiplyDensity) == 0x0000B0, "Member 'UPCGLinearDensityRemapSettings::bMultiplyDensity' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDensityRemapSettings \ -static_assert(alignof(UPCGDensityRemapSettings) == 0x000008, "Wrong alignment on UPCGDensityRemapSettings"); \ -static_assert(sizeof(UPCGDensityRemapSettings) == 0x0000C0, "Wrong size on UPCGDensityRemapSettings"); \ -static_assert(offsetof(UPCGDensityRemapSettings, InRangeMin) == 0x0000A8, "Member 'UPCGDensityRemapSettings::InRangeMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGDensityRemapSettings, InRangeMax) == 0x0000AC, "Member 'UPCGDensityRemapSettings::InRangeMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMin) == 0x0000B0, "Member 'UPCGDensityRemapSettings::OutRangeMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMax) == 0x0000B4, "Member 'UPCGDensityRemapSettings::OutRangeMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGDensityRemapSettings, bExcludeValuesOutsideInputRange) == 0x0000B8, "Member 'UPCGDensityRemapSettings::bExcludeValuesOutsideInputRange' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDifferenceSettings \ -static_assert(alignof(UPCGDifferenceSettings) == 0x000008, "Wrong alignment on UPCGDifferenceSettings"); \ -static_assert(sizeof(UPCGDifferenceSettings) == 0x0000B0, "Wrong size on UPCGDifferenceSettings"); \ -static_assert(offsetof(UPCGDifferenceSettings, DensityFunction) == 0x0000A8, "Member 'UPCGDifferenceSettings::DensityFunction' has a wrong offset!"); \ -static_assert(offsetof(UPCGDifferenceSettings, Mode) == 0x0000A9, "Member 'UPCGDifferenceSettings::Mode' has a wrong offset!"); \ -static_assert(offsetof(UPCGDifferenceSettings, bDiffMetadata) == 0x0000AA, "Member 'UPCGDifferenceSettings::bDiffMetadata' has a wrong offset!"); \ -static_assert(offsetof(UPCGDifferenceSettings, bKeepZeroDensityPoints) == 0x0000AB, "Member 'UPCGDifferenceSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_ApplyPreconfiguredSettings \ -static_assert(alignof(PCGBlueprintElement_ApplyPreconfiguredSettings) == 0x000008, "Wrong alignment on PCGBlueprintElement_ApplyPreconfiguredSettings"); \ -static_assert(sizeof(PCGBlueprintElement_ApplyPreconfiguredSettings) == 0x000018, "Wrong size on PCGBlueprintElement_ApplyPreconfiguredSettings"); \ -static_assert(offsetof(PCGBlueprintElement_ApplyPreconfiguredSettings, InPreconfigureInfo) == 0x000000, "Member 'PCGBlueprintElement_ApplyPreconfiguredSettings::InPreconfigureInfo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_Execute \ -static_assert(alignof(PCGBlueprintElement_Execute) == 0x000008, "Wrong alignment on PCGBlueprintElement_Execute"); \ -static_assert(sizeof(PCGBlueprintElement_Execute) == 0x000060, "Wrong size on PCGBlueprintElement_Execute"); \ -static_assert(offsetof(PCGBlueprintElement_Execute, Input) == 0x000000, "Member 'PCGBlueprintElement_Execute::Input' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_Execute, Output) == 0x000030, "Member 'PCGBlueprintElement_Execute::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_ExecuteWithContext \ -static_assert(alignof(PCGBlueprintElement_ExecuteWithContext) == 0x000008, "Wrong alignment on PCGBlueprintElement_ExecuteWithContext"); \ -static_assert(sizeof(PCGBlueprintElement_ExecuteWithContext) == 0x000130, "Wrong size on PCGBlueprintElement_ExecuteWithContext"); \ -static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, InContext) == 0x000000, "Member 'PCGBlueprintElement_ExecuteWithContext::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, Input) == 0x0000D0, "Member 'PCGBlueprintElement_ExecuteWithContext::Input' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, Output) == 0x000100, "Member 'PCGBlueprintElement_ExecuteWithContext::Output' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_CustomInputLabels \ -static_assert(alignof(PCGBlueprintElement_CustomInputLabels) == 0x000008, "Wrong alignment on PCGBlueprintElement_CustomInputLabels"); \ -static_assert(sizeof(PCGBlueprintElement_CustomInputLabels) == 0x000050, "Wrong size on PCGBlueprintElement_CustomInputLabels"); \ -static_assert(offsetof(PCGBlueprintElement_CustomInputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_CustomInputLabels::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_CustomOutputLabels \ -static_assert(alignof(PCGBlueprintElement_CustomOutputLabels) == 0x000008, "Wrong alignment on PCGBlueprintElement_CustomOutputLabels"); \ -static_assert(sizeof(PCGBlueprintElement_CustomOutputLabels) == 0x000050, "Wrong size on PCGBlueprintElement_CustomOutputLabels"); \ -static_assert(offsetof(PCGBlueprintElement_CustomOutputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_CustomOutputLabels::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_GetContext \ -static_assert(alignof(PCGBlueprintElement_GetContext) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetContext"); \ -static_assert(sizeof(PCGBlueprintElement_GetContext) == 0x0000D0, "Wrong size on PCGBlueprintElement_GetContext"); \ -static_assert(offsetof(PCGBlueprintElement_GetContext, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetContext::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_GetInputPinByLabel \ -static_assert(alignof(PCGBlueprintElement_GetInputPinByLabel) == 0x000004, "Wrong alignment on PCGBlueprintElement_GetInputPinByLabel"); \ -static_assert(sizeof(PCGBlueprintElement_GetInputPinByLabel) == 0x000020, "Wrong size on PCGBlueprintElement_GetInputPinByLabel"); \ -static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintElement_GetInputPinByLabel::InPinLabel' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintElement_GetInputPinByLabel::OutFoundPin' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, ReturnValue) == 0x00001C, "Member 'PCGBlueprintElement_GetInputPinByLabel::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_GetInputPins \ -static_assert(alignof(PCGBlueprintElement_GetInputPins) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetInputPins"); \ -static_assert(sizeof(PCGBlueprintElement_GetInputPins) == 0x000010, "Wrong size on PCGBlueprintElement_GetInputPins"); \ -static_assert(offsetof(PCGBlueprintElement_GetInputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetInputPins::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_GetOutputPinByLabel \ -static_assert(alignof(PCGBlueprintElement_GetOutputPinByLabel) == 0x000004, "Wrong alignment on PCGBlueprintElement_GetOutputPinByLabel"); \ -static_assert(sizeof(PCGBlueprintElement_GetOutputPinByLabel) == 0x000020, "Wrong size on PCGBlueprintElement_GetOutputPinByLabel"); \ -static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintElement_GetOutputPinByLabel::InPinLabel' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintElement_GetOutputPinByLabel::OutFoundPin' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, ReturnValue) == 0x00001C, "Member 'PCGBlueprintElement_GetOutputPinByLabel::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_GetOutputPins \ -static_assert(alignof(PCGBlueprintElement_GetOutputPins) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetOutputPins"); \ -static_assert(sizeof(PCGBlueprintElement_GetOutputPins) == 0x000010, "Wrong size on PCGBlueprintElement_GetOutputPins"); \ -static_assert(offsetof(PCGBlueprintElement_GetOutputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetOutputPins::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_GetRandomStream \ -static_assert(alignof(PCGBlueprintElement_GetRandomStream) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetRandomStream"); \ -static_assert(sizeof(PCGBlueprintElement_GetRandomStream) == 0x0000D8, "Wrong size on PCGBlueprintElement_GetRandomStream"); \ -static_assert(offsetof(PCGBlueprintElement_GetRandomStream, InContext) == 0x000000, "Member 'PCGBlueprintElement_GetRandomStream::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_GetRandomStream, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintElement_GetRandomStream::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_GetSeed \ -static_assert(alignof(PCGBlueprintElement_GetSeed) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetSeed"); \ -static_assert(sizeof(PCGBlueprintElement_GetSeed) == 0x0000D8, "Wrong size on PCGBlueprintElement_GetSeed"); \ -static_assert(offsetof(PCGBlueprintElement_GetSeed, InContext) == 0x000000, "Member 'PCGBlueprintElement_GetSeed::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_GetSeed, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintElement_GetSeed::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_IsCacheableOverride \ -static_assert(alignof(PCGBlueprintElement_IsCacheableOverride) == 0x000001, "Wrong alignment on PCGBlueprintElement_IsCacheableOverride"); \ -static_assert(sizeof(PCGBlueprintElement_IsCacheableOverride) == 0x000001, "Wrong size on PCGBlueprintElement_IsCacheableOverride"); \ -static_assert(offsetof(PCGBlueprintElement_IsCacheableOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_IsCacheableOverride::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_IterationLoop \ -static_assert(alignof(PCGBlueprintElement_IterationLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_IterationLoop"); \ -static_assert(sizeof(PCGBlueprintElement_IterationLoop) == 0x0000F8, "Wrong size on PCGBlueprintElement_IterationLoop"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_IterationLoop::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoop, NumIterations) == 0x0000D0, "Member 'PCGBlueprintElement_IterationLoop::NumIterations' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoop, OutData) == 0x0000D8, "Member 'PCGBlueprintElement_IterationLoop::OutData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalA) == 0x0000E0, "Member 'PCGBlueprintElement_IterationLoop::OptionalA' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalB) == 0x0000E8, "Member 'PCGBlueprintElement_IterationLoop::OptionalB' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalOutData) == 0x0000F0, "Member 'PCGBlueprintElement_IterationLoop::OptionalOutData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_IterationLoopBody \ -static_assert(alignof(PCGBlueprintElement_IterationLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_IterationLoopBody"); \ -static_assert(sizeof(PCGBlueprintElement_IterationLoopBody) == 0x0001D0, "Wrong size on PCGBlueprintElement_IterationLoopBody"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_IterationLoopBody::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, Iteration) == 0x0000D0, "Member 'PCGBlueprintElement_IterationLoopBody::Iteration' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InA) == 0x0000D8, "Member 'PCGBlueprintElement_IterationLoopBody::InA' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InB) == 0x0000E0, "Member 'PCGBlueprintElement_IterationLoopBody::InB' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutPoint) == 0x0000F0, "Member 'PCGBlueprintElement_IterationLoopBody::OutPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutMetadata) == 0x0001C0, "Member 'PCGBlueprintElement_IterationLoopBody::OutMetadata' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, ReturnValue) == 0x0001C8, "Member 'PCGBlueprintElement_IterationLoopBody::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_NestedLoop \ -static_assert(alignof(PCGBlueprintElement_NestedLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_NestedLoop"); \ -static_assert(sizeof(PCGBlueprintElement_NestedLoop) == 0x0000F0, "Wrong size on PCGBlueprintElement_NestedLoop"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_NestedLoop::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoop, InOuterData) == 0x0000D0, "Member 'PCGBlueprintElement_NestedLoop::InOuterData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoop, InInnerData) == 0x0000D8, "Member 'PCGBlueprintElement_NestedLoop::InInnerData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoop, OutData) == 0x0000E0, "Member 'PCGBlueprintElement_NestedLoop::OutData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoop, OptionalOutData) == 0x0000E8, "Member 'PCGBlueprintElement_NestedLoop::OptionalOutData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_NestedLoopBody \ -static_assert(alignof(PCGBlueprintElement_NestedLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_NestedLoopBody"); \ -static_assert(sizeof(PCGBlueprintElement_NestedLoopBody) == 0x000370, "Wrong size on PCGBlueprintElement_NestedLoopBody"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_NestedLoopBody::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InOuterData) == 0x0000D0, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerData) == 0x0000D8, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InOuterPoint) == 0x0000E0, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerPoint) == 0x0001B0, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutPoint) == 0x000280, "Member 'PCGBlueprintElement_NestedLoopBody::OutPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutMetadata) == 0x000350, "Member 'PCGBlueprintElement_NestedLoopBody::OutMetadata' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OuterIteration) == 0x000358, "Member 'PCGBlueprintElement_NestedLoopBody::OuterIteration' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InnerIteration) == 0x000360, "Member 'PCGBlueprintElement_NestedLoopBody::InnerIteration' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, ReturnValue) == 0x000368, "Member 'PCGBlueprintElement_NestedLoopBody::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeColorOverride \ -static_assert(alignof(PCGBlueprintElement_NodeColorOverride) == 0x000004, "Wrong alignment on PCGBlueprintElement_NodeColorOverride"); \ -static_assert(sizeof(PCGBlueprintElement_NodeColorOverride) == 0x000010, "Wrong size on PCGBlueprintElement_NodeColorOverride"); \ -static_assert(offsetof(PCGBlueprintElement_NodeColorOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeColorOverride::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeTitleOverride \ -static_assert(alignof(PCGBlueprintElement_NodeTitleOverride) == 0x000004, "Wrong alignment on PCGBlueprintElement_NodeTitleOverride"); \ -static_assert(sizeof(PCGBlueprintElement_NodeTitleOverride) == 0x000008, "Wrong size on PCGBlueprintElement_NodeTitleOverride"); \ -static_assert(offsetof(PCGBlueprintElement_NodeTitleOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeTitleOverride::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeTypeOverride \ -static_assert(alignof(PCGBlueprintElement_NodeTypeOverride) == 0x000001, "Wrong alignment on PCGBlueprintElement_NodeTypeOverride"); \ -static_assert(sizeof(PCGBlueprintElement_NodeTypeOverride) == 0x000001, "Wrong size on PCGBlueprintElement_NodeTypeOverride"); \ -static_assert(offsetof(PCGBlueprintElement_NodeTypeOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeTypeOverride::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_PointLoop \ -static_assert(alignof(PCGBlueprintElement_PointLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_PointLoop"); \ -static_assert(sizeof(PCGBlueprintElement_PointLoop) == 0x0000E8, "Wrong size on PCGBlueprintElement_PointLoop"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_PointLoop::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoop, InData) == 0x0000D0, "Member 'PCGBlueprintElement_PointLoop::InData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoop, OutData) == 0x0000D8, "Member 'PCGBlueprintElement_PointLoop::OutData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoop, OptionalOutData) == 0x0000E0, "Member 'PCGBlueprintElement_PointLoop::OptionalOutData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_PointLoopBody \ -static_assert(alignof(PCGBlueprintElement_PointLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_PointLoopBody"); \ -static_assert(sizeof(PCGBlueprintElement_PointLoopBody) == 0x0002A0, "Wrong size on PCGBlueprintElement_PointLoopBody"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_PointLoopBody::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InData) == 0x0000D0, "Member 'PCGBlueprintElement_PointLoopBody::InData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InPoint) == 0x0000E0, "Member 'PCGBlueprintElement_PointLoopBody::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutPoint) == 0x0001B0, "Member 'PCGBlueprintElement_PointLoopBody::OutPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutMetadata) == 0x000280, "Member 'PCGBlueprintElement_PointLoopBody::OutMetadata' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoopBody, Iteration) == 0x000288, "Member 'PCGBlueprintElement_PointLoopBody::Iteration' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_PointLoopBody, ReturnValue) == 0x000290, "Member 'PCGBlueprintElement_PointLoopBody::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_VariableLoop \ -static_assert(alignof(PCGBlueprintElement_VariableLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_VariableLoop"); \ -static_assert(sizeof(PCGBlueprintElement_VariableLoop) == 0x0000E8, "Wrong size on PCGBlueprintElement_VariableLoop"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_VariableLoop::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoop, InData) == 0x0000D0, "Member 'PCGBlueprintElement_VariableLoop::InData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoop, OutData) == 0x0000D8, "Member 'PCGBlueprintElement_VariableLoop::OutData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoop, OptionalOutData) == 0x0000E0, "Member 'PCGBlueprintElement_VariableLoop::OptionalOutData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintElement_VariableLoopBody \ -static_assert(alignof(PCGBlueprintElement_VariableLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_VariableLoopBody"); \ -static_assert(sizeof(PCGBlueprintElement_VariableLoopBody) == 0x0001D0, "Wrong size on PCGBlueprintElement_VariableLoopBody"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_VariableLoopBody::InContext' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InData) == 0x0000D0, "Member 'PCGBlueprintElement_VariableLoopBody::InData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InPoint) == 0x0000E0, "Member 'PCGBlueprintElement_VariableLoopBody::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, OutMetadata) == 0x0001B0, "Member 'PCGBlueprintElement_VariableLoopBody::OutMetadata' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, Iteration) == 0x0001B8, "Member 'PCGBlueprintElement_VariableLoopBody::Iteration' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, ReturnValue) == 0x0001C0, "Member 'PCGBlueprintElement_VariableLoopBody::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGBlueprintElement \ -static_assert(alignof(UPCGBlueprintElement) == 0x000008, "Wrong alignment on UPCGBlueprintElement"); \ -static_assert(sizeof(UPCGBlueprintElement) == 0x000068, "Wrong size on UPCGBlueprintElement"); \ -static_assert(offsetof(UPCGBlueprintElement, bIsCacheable) == 0x000028, "Member 'UPCGBlueprintElement::bIsCacheable' has a wrong offset!"); \ -static_assert(offsetof(UPCGBlueprintElement, bComputeFullDataCrc) == 0x000029, "Member 'UPCGBlueprintElement::bComputeFullDataCrc' has a wrong offset!"); \ -static_assert(offsetof(UPCGBlueprintElement, bRequiresGameThread) == 0x00002A, "Member 'UPCGBlueprintElement::bRequiresGameThread' has a wrong offset!"); \ -static_assert(offsetof(UPCGBlueprintElement, CustomInputPins) == 0x000030, "Member 'UPCGBlueprintElement::CustomInputPins' has a wrong offset!"); \ -static_assert(offsetof(UPCGBlueprintElement, CustomOutputPins) == 0x000040, "Member 'UPCGBlueprintElement::CustomOutputPins' has a wrong offset!"); \ -static_assert(offsetof(UPCGBlueprintElement, bHasDefaultInPin) == 0x000050, "Member 'UPCGBlueprintElement::bHasDefaultInPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGBlueprintElement, bHasDefaultOutPin) == 0x000051, "Member 'UPCGBlueprintElement::bHasDefaultOutPin' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintSettings_SetElementType \ -static_assert(alignof(PCGBlueprintSettings_SetElementType) == 0x000008, "Wrong alignment on PCGBlueprintSettings_SetElementType"); \ -static_assert(sizeof(PCGBlueprintSettings_SetElementType) == 0x000010, "Wrong size on PCGBlueprintSettings_SetElementType"); \ -static_assert(offsetof(PCGBlueprintSettings_SetElementType, InElementType) == 0x000000, "Member 'PCGBlueprintSettings_SetElementType::InElementType' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintSettings_SetElementType, ElementInstance) == 0x000008, "Member 'PCGBlueprintSettings_SetElementType::ElementInstance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintSettings_GetElementType \ -static_assert(alignof(PCGBlueprintSettings_GetElementType) == 0x000008, "Wrong alignment on PCGBlueprintSettings_GetElementType"); \ -static_assert(sizeof(PCGBlueprintSettings_GetElementType) == 0x000008, "Wrong size on PCGBlueprintSettings_GetElementType"); \ -static_assert(offsetof(PCGBlueprintSettings_GetElementType, ReturnValue) == 0x000000, "Member 'PCGBlueprintSettings_GetElementType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGBlueprintSettings \ -static_assert(alignof(UPCGBlueprintSettings) == 0x000008, "Wrong alignment on UPCGBlueprintSettings"); \ -static_assert(sizeof(UPCGBlueprintSettings) == 0x0000B8, "Wrong size on UPCGBlueprintSettings"); \ -static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementType) == 0x0000A8, "Member 'UPCGBlueprintSettings::BlueprintElementType' has a wrong offset!"); \ -static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementInstance) == 0x0000B0, "Member 'UPCGBlueprintSettings::BlueprintElementInstance' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGFilterByTagSettings \ -static_assert(alignof(UPCGFilterByTagSettings) == 0x000008, "Wrong alignment on UPCGFilterByTagSettings"); \ -static_assert(sizeof(UPCGFilterByTagSettings) == 0x0000C0, "Wrong size on UPCGFilterByTagSettings"); \ -static_assert(offsetof(UPCGFilterByTagSettings, Operation) == 0x0000A8, "Member 'UPCGFilterByTagSettings::Operation' has a wrong offset!"); \ -static_assert(offsetof(UPCGFilterByTagSettings, SelectedTags) == 0x0000B0, "Member 'UPCGFilterByTagSettings::SelectedTags' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGetLoopIndexSettings \ -static_assert(alignof(UPCGGetLoopIndexSettings) == 0x000008, "Wrong alignment on UPCGGetLoopIndexSettings"); \ -static_assert(sizeof(UPCGGetLoopIndexSettings) == 0x0000B0, "Wrong size on UPCGGetLoopIndexSettings"); \ -static_assert(offsetof(UPCGGetLoopIndexSettings, bWarnIfCalledOutsideOfLoop) == 0x0000A8, "Member 'UPCGGetLoopIndexSettings::bWarnIfCalledOutsideOfLoop' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGInnerIntersectionSettings \ -static_assert(alignof(UPCGInnerIntersectionSettings) == 0x000008, "Wrong alignment on UPCGInnerIntersectionSettings"); \ -static_assert(sizeof(UPCGInnerIntersectionSettings) == 0x0000B0, "Wrong size on UPCGInnerIntersectionSettings"); \ -static_assert(offsetof(UPCGInnerIntersectionSettings, DensityFunction) == 0x0000A8, "Member 'UPCGInnerIntersectionSettings::DensityFunction' has a wrong offset!"); \ -static_assert(offsetof(UPCGInnerIntersectionSettings, bKeepZeroDensityPoints) == 0x0000A9, "Member 'UPCGInnerIntersectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMatchAndSetAttributesSettings \ -static_assert(alignof(UPCGMatchAndSetAttributesSettings) == 0x000010, "Wrong alignment on UPCGMatchAndSetAttributesSettings"); \ -static_assert(sizeof(UPCGMatchAndSetAttributesSettings) == 0x0002D0, "Wrong size on UPCGMatchAndSetAttributesSettings"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bMatchAttributes) == 0x0000A8, "Member 'UPCGMatchAndSetAttributesSettings::bMatchAttributes' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, InputAttribute) == 0x0000B0, "Member 'UPCGMatchAndSetAttributesSettings::InputAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MatchAttribute) == 0x0000D8, "Member 'UPCGMatchAndSetAttributesSettings::MatchAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bKeepUnmatched) == 0x0000E0, "Member 'UPCGMatchAndSetAttributesSettings::bKeepUnmatched' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bFindNearest) == 0x0000E1, "Member 'UPCGMatchAndSetAttributesSettings::bFindNearest' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceMode) == 0x0000E4, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceForNearestMatch) == 0x0000F0, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceForNearestMatch' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceInputAttribute) == 0x000260, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceInputAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bUseInputWeightAttribute) == 0x000288, "Member 'UPCGMatchAndSetAttributesSettings::bUseInputWeightAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, InputWeightAttribute) == 0x000290, "Member 'UPCGMatchAndSetAttributesSettings::InputWeightAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bUseWeightAttribute) == 0x0002B8, "Member 'UPCGMatchAndSetAttributesSettings::bUseWeightAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, WeightAttribute) == 0x0002BC, "Member 'UPCGMatchAndSetAttributesSettings::WeightAttribute' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bWarnIfNoMatchData) == 0x0002C4, "Member 'UPCGMatchAndSetAttributesSettings::bWarnIfNoMatchData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGPointExtentsModifierSettings \ -static_assert(alignof(UPCGPointExtentsModifierSettings) == 0x000008, "Wrong alignment on UPCGPointExtentsModifierSettings"); \ -static_assert(sizeof(UPCGPointExtentsModifierSettings) == 0x0000C8, "Wrong size on UPCGPointExtentsModifierSettings"); \ -static_assert(offsetof(UPCGPointExtentsModifierSettings, Extents) == 0x0000A8, "Member 'UPCGPointExtentsModifierSettings::Extents' has a wrong offset!"); \ -static_assert(offsetof(UPCGPointExtentsModifierSettings, Mode) == 0x0000C0, "Member 'UPCGPointExtentsModifierSettings::Mode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPointMatchAndSetSettings_SetMatchAndSetType \ -static_assert(alignof(PCGPointMatchAndSetSettings_SetMatchAndSetType) == 0x000008, "Wrong alignment on PCGPointMatchAndSetSettings_SetMatchAndSetType"); \ -static_assert(sizeof(PCGPointMatchAndSetSettings_SetMatchAndSetType) == 0x000008, "Wrong size on PCGPointMatchAndSetSettings_SetMatchAndSetType"); \ -static_assert(offsetof(PCGPointMatchAndSetSettings_SetMatchAndSetType, InMatchAndSetType) == 0x000000, "Member 'PCGPointMatchAndSetSettings_SetMatchAndSetType::InMatchAndSetType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGPointMatchAndSetSettings \ -static_assert(alignof(UPCGPointMatchAndSetSettings) == 0x000008, "Wrong alignment on UPCGPointMatchAndSetSettings"); \ -static_assert(sizeof(UPCGPointMatchAndSetSettings) == 0x0000E8, "Wrong size on UPCGPointMatchAndSetSettings"); \ -static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetType) == 0x0000A8, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetType' has a wrong offset!"); \ -static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetInstance) == 0x0000B0, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetInstance' has a wrong offset!"); \ -static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTarget) == 0x0000B8, "Member 'UPCGPointMatchAndSetSettings::SetTarget' has a wrong offset!"); \ -static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTargetType) == 0x0000E0, "Member 'UPCGPointMatchAndSetSettings::SetTargetType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSelectPointsSettings \ -static_assert(alignof(UPCGSelectPointsSettings) == 0x000008, "Wrong alignment on UPCGSelectPointsSettings"); \ -static_assert(sizeof(UPCGSelectPointsSettings) == 0x0000B0, "Wrong size on UPCGSelectPointsSettings"); \ -static_assert(offsetof(UPCGSelectPointsSettings, Ratio) == 0x0000A8, "Member 'UPCGSelectPointsSettings::Ratio' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSpatialNoiseSettings \ -static_assert(alignof(UPCGSpatialNoiseSettings) == 0x000010, "Wrong alignment on UPCGSpatialNoiseSettings"); \ -static_assert(sizeof(UPCGSpatialNoiseSettings) == 0x0001B0, "Wrong size on UPCGSpatialNoiseSettings"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, Mode) == 0x0000A8, "Member 'UPCGSpatialNoiseSettings::Mode' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeMask2DMode) == 0x0000AC, "Member 'UPCGSpatialNoiseSettings::EdgeMask2DMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, Iterations) == 0x0000B0, "Member 'UPCGSpatialNoiseSettings::Iterations' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, bTiling) == 0x0000B4, "Member 'UPCGSpatialNoiseSettings::bTiling' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, Brightness) == 0x0000B8, "Member 'UPCGSpatialNoiseSettings::Brightness' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, Contrast) == 0x0000BC, "Member 'UPCGSpatialNoiseSettings::Contrast' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, ValueTarget) == 0x0000C0, "Member 'UPCGSpatialNoiseSettings::ValueTarget' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, RandomOffset) == 0x0000E8, "Member 'UPCGSpatialNoiseSettings::RandomOffset' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, Transform) == 0x000100, "Member 'UPCGSpatialNoiseSettings::Transform' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellRandomness) == 0x000160, "Member 'UPCGSpatialNoiseSettings::VoronoiCellRandomness' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellIDTarget) == 0x000168, "Member 'UPCGSpatialNoiseSettings::VoronoiCellIDTarget' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, bVoronoiOrientSamplesToCellEdge) == 0x000190, "Member 'UPCGSpatialNoiseSettings::bVoronoiOrientSamplesToCellEdge' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiResolution) == 0x000194, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiResolution' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiEdgeBlendCellCount) == 0x000198, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiEdgeBlendCellCount' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendDistance) == 0x00019C, "Member 'UPCGSpatialNoiseSettings::EdgeBlendDistance' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveOffset) == 0x0001A0, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveOffset' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveIntensity) == 0x0001A4, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveIntensity' has a wrong offset!"); \ -static_assert(offsetof(UPCGSpatialNoiseSettings, bForceNoUseSeed) == 0x0001A8, "Member 'UPCGSpatialNoiseSettings::bForceNoUseSeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGSpawnActorNode \ -static_assert(alignof(UPCGSpawnActorNode) == 0x000008, "Wrong alignment on UPCGSpawnActorNode"); \ -static_assert(sizeof(UPCGSpawnActorNode) == 0x000088, "Wrong size on UPCGSpawnActorNode"); \ - -#define DUMPER7_ASSERTS_PCGStaticMeshSpawnerSettings_SetInstancePackerType \ -static_assert(alignof(PCGStaticMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong alignment on PCGStaticMeshSpawnerSettings_SetInstancePackerType"); \ -static_assert(sizeof(PCGStaticMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong size on PCGStaticMeshSpawnerSettings_SetInstancePackerType"); \ -static_assert(offsetof(PCGStaticMeshSpawnerSettings_SetInstancePackerType, InInstancePackerType) == 0x000000, "Member 'PCGStaticMeshSpawnerSettings_SetInstancePackerType::InInstancePackerType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGStaticMeshSpawnerSettings_SetMeshSelectorType \ -static_assert(alignof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType) == 0x000008, "Wrong alignment on PCGStaticMeshSpawnerSettings_SetMeshSelectorType"); \ -static_assert(sizeof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType) == 0x000008, "Wrong size on PCGStaticMeshSpawnerSettings_SetMeshSelectorType"); \ -static_assert(offsetof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType, InMeshSelectorType) == 0x000000, "Member 'PCGStaticMeshSpawnerSettings_SetMeshSelectorType::InMeshSelectorType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGStaticMeshSpawnerSettings \ -static_assert(alignof(UPCGStaticMeshSpawnerSettings) == 0x000008, "Wrong alignment on UPCGStaticMeshSpawnerSettings"); \ -static_assert(sizeof(UPCGStaticMeshSpawnerSettings) == 0x000128, "Wrong size on UPCGStaticMeshSpawnerSettings"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorType) == 0x0000A8, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorType' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorParameters) == 0x0000B0, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorParameters' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerType) == 0x0000B8, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerType' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerParameters) == 0x0000C0, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerParameters' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, StaticMeshComponentPropertyOverrides) == 0x0000C8, "Member 'UPCGStaticMeshSpawnerSettings::StaticMeshComponentPropertyOverrides' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, OutAttributeName) == 0x0000D8, "Member 'UPCGStaticMeshSpawnerSettings::OutAttributeName' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bApplyMeshBoundsToPoints) == 0x0000E0, "Member 'UPCGStaticMeshSpawnerSettings::bApplyMeshBoundsToPoints' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, TargetActor) == 0x0000E8, "Member 'UPCGStaticMeshSpawnerSettings::TargetActor' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, PostProcessFunctionNames) == 0x000110, "Member 'UPCGStaticMeshSpawnerSettings::PostProcessFunctionNames' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bSynchronousLoad) == 0x000120, "Member 'UPCGStaticMeshSpawnerSettings::bSynchronousLoad' has a wrong offset!"); \ -static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bSilenceOverrideAttributeNotFoundErrors) == 0x000121, "Member 'UPCGStaticMeshSpawnerSettings::bSilenceOverrideAttributeNotFoundErrors' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGTextureSamplerSettings \ -static_assert(alignof(UPCGTextureSamplerSettings) == 0x000010, "Wrong alignment on UPCGTextureSamplerSettings"); \ -static_assert(sizeof(UPCGTextureSamplerSettings) == 0x0001A0, "Wrong size on UPCGTextureSamplerSettings"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, Transform) == 0x0000B0, "Member 'UPCGTextureSamplerSettings::Transform' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, bUseAbsoluteTransform) == 0x000110, "Member 'UPCGTextureSamplerSettings::bUseAbsoluteTransform' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, TextureArrayIndex) == 0x000114, "Member 'UPCGTextureSamplerSettings::TextureArrayIndex' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, DensityFunction) == 0x000118, "Member 'UPCGTextureSamplerSettings::DensityFunction' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, ColorChannel) == 0x000119, "Member 'UPCGTextureSamplerSettings::ColorChannel' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, Filter) == 0x00011A, "Member 'UPCGTextureSamplerSettings::Filter' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, TexelSize) == 0x00011C, "Member 'UPCGTextureSamplerSettings::TexelSize' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, bUseAdvancedTiling) == 0x000120, "Member 'UPCGTextureSamplerSettings::bUseAdvancedTiling' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, Tiling) == 0x000128, "Member 'UPCGTextureSamplerSettings::Tiling' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, CenterOffset) == 0x000138, "Member 'UPCGTextureSamplerSettings::CenterOffset' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, Rotation) == 0x000148, "Member 'UPCGTextureSamplerSettings::Rotation' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, bUseTileBounds) == 0x00014C, "Member 'UPCGTextureSamplerSettings::bUseTileBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMin) == 0x000150, "Member 'UPCGTextureSamplerSettings::TileBoundsMin' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMax) == 0x000160, "Member 'UPCGTextureSamplerSettings::TileBoundsMax' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, bSynchronousLoad) == 0x000170, "Member 'UPCGTextureSamplerSettings::bSynchronousLoad' has a wrong offset!"); \ -static_assert(offsetof(UPCGTextureSamplerSettings, Texture) == 0x000178, "Member 'UPCGTextureSamplerSettings::Texture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGetLandscapeSettings \ -static_assert(alignof(UPCGGetLandscapeSettings) == 0x000008, "Wrong alignment on UPCGGetLandscapeSettings"); \ -static_assert(sizeof(UPCGGetLandscapeSettings) == 0x000100, "Wrong size on UPCGGetLandscapeSettings"); \ -static_assert(offsetof(UPCGGetLandscapeSettings, SamplingProperties) == 0x0000F8, "Member 'UPCGGetLandscapeSettings::SamplingProperties' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGetVolumeSettings \ -static_assert(alignof(UPCGGetVolumeSettings) == 0x000008, "Wrong alignment on UPCGGetVolumeSettings"); \ -static_assert(sizeof(UPCGGetVolumeSettings) == 0x0000F8, "Wrong size on UPCGGetVolumeSettings"); \ - -#define DUMPER7_ASSERTS_UPCGGetPCGComponentSettings \ -static_assert(alignof(UPCGGetPCGComponentSettings) == 0x000008, "Wrong alignment on UPCGGetPCGComponentSettings"); \ -static_assert(sizeof(UPCGGetPCGComponentSettings) == 0x0000F8, "Wrong size on UPCGGetPCGComponentSettings"); \ - -#define DUMPER7_ASSERTS_UPCGVolumeSamplerSettings \ -static_assert(alignof(UPCGVolumeSamplerSettings) == 0x000008, "Wrong alignment on UPCGVolumeSamplerSettings"); \ -static_assert(sizeof(UPCGVolumeSamplerSettings) == 0x0000C8, "Wrong size on UPCGVolumeSamplerSettings"); \ -static_assert(offsetof(UPCGVolumeSamplerSettings, VoxelSize) == 0x0000A8, "Member 'UPCGVolumeSamplerSettings::VoxelSize' has a wrong offset!"); \ -static_assert(offsetof(UPCGVolumeSamplerSettings, bUnbounded) == 0x0000C0, "Member 'UPCGVolumeSamplerSettings::bUnbounded' has a wrong offset!"); \ -static_assert(offsetof(UPCGVolumeSamplerSettings, PointSteepness) == 0x0000C4, "Member 'UPCGVolumeSamplerSettings::PointSteepness' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGWorldRayHitSettings \ -static_assert(alignof(UPCGWorldRayHitSettings) == 0x000008, "Wrong alignment on UPCGWorldRayHitSettings"); \ -static_assert(sizeof(UPCGWorldRayHitSettings) == 0x000160, "Wrong size on UPCGWorldRayHitSettings"); \ -static_assert(offsetof(UPCGWorldRayHitSettings, QueryParams) == 0x0000A8, "Member 'UPCGWorldRayHitSettings::QueryParams' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPartitionActor_GetLocalComponent \ -static_assert(alignof(PCGPartitionActor_GetLocalComponent) == 0x000008, "Wrong alignment on PCGPartitionActor_GetLocalComponent"); \ -static_assert(sizeof(PCGPartitionActor_GetLocalComponent) == 0x000010, "Wrong size on PCGPartitionActor_GetLocalComponent"); \ -static_assert(offsetof(PCGPartitionActor_GetLocalComponent, OriginalComponent) == 0x000000, "Member 'PCGPartitionActor_GetLocalComponent::OriginalComponent' has a wrong offset!"); \ -static_assert(offsetof(PCGPartitionActor_GetLocalComponent, ReturnValue) == 0x000008, "Member 'PCGPartitionActor_GetLocalComponent::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPartitionActor_GetOriginalComponent \ -static_assert(alignof(PCGPartitionActor_GetOriginalComponent) == 0x000008, "Wrong alignment on PCGPartitionActor_GetOriginalComponent"); \ -static_assert(sizeof(PCGPartitionActor_GetOriginalComponent) == 0x000010, "Wrong size on PCGPartitionActor_GetOriginalComponent"); \ -static_assert(offsetof(PCGPartitionActor_GetOriginalComponent, LocalComponent) == 0x000000, "Member 'PCGPartitionActor_GetOriginalComponent::LocalComponent' has a wrong offset!"); \ -static_assert(offsetof(PCGPartitionActor_GetOriginalComponent, ReturnValue) == 0x000008, "Member 'PCGPartitionActor_GetOriginalComponent::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_APCGPartitionActor \ -static_assert(alignof(APCGPartitionActor) == 0x000008, "Wrong alignment on APCGPartitionActor"); \ -static_assert(sizeof(APCGPartitionActor) == 0x000398, "Wrong size on APCGPartitionActor"); \ -static_assert(offsetof(APCGPartitionActor, PCGGuid) == 0x000290, "Member 'APCGPartitionActor::PCGGuid' has a wrong offset!"); \ -static_assert(offsetof(APCGPartitionActor, LocalToOriginal) == 0x0002F0, "Member 'APCGPartitionActor::LocalToOriginal' has a wrong offset!"); \ -static_assert(offsetof(APCGPartitionActor, LoadedPreviewComponents) == 0x000340, "Member 'APCGPartitionActor::LoadedPreviewComponents' has a wrong offset!"); \ -static_assert(offsetof(APCGPartitionActor, PCGGridSize) == 0x000390, "Member 'APCGPartitionActor::PCGGridSize' has a wrong offset!"); \ -static_assert(offsetof(APCGPartitionActor, bUse2DGrid) == 0x000394, "Member 'APCGPartitionActor::bUse2DGrid' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_ComputeSeedFromPosition \ -static_assert(alignof(PCGBlueprintHelpers_ComputeSeedFromPosition) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_ComputeSeedFromPosition"); \ -static_assert(sizeof(PCGBlueprintHelpers_ComputeSeedFromPosition) == 0x000020, "Wrong size on PCGBlueprintHelpers_ComputeSeedFromPosition"); \ -static_assert(offsetof(PCGBlueprintHelpers_ComputeSeedFromPosition, InPosition) == 0x000000, "Member 'PCGBlueprintHelpers_ComputeSeedFromPosition::InPosition' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_ComputeSeedFromPosition, ReturnValue) == 0x000018, "Member 'PCGBlueprintHelpers_ComputeSeedFromPosition::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_CreatePCGDataFromActor \ -static_assert(alignof(PCGBlueprintHelpers_CreatePCGDataFromActor) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_CreatePCGDataFromActor"); \ -static_assert(sizeof(PCGBlueprintHelpers_CreatePCGDataFromActor) == 0x000018, "Wrong size on PCGBlueprintHelpers_CreatePCGDataFromActor"); \ -static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::InActor' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, bParseActor) == 0x000008, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::bParseActor' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorBoundsPCG \ -static_assert(alignof(PCGBlueprintHelpers_GetActorBoundsPCG) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorBoundsPCG"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetActorBoundsPCG) == 0x000048, "Wrong size on PCGBlueprintHelpers_GetActorBoundsPCG"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::InActor' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, bIgnorePCGCreatedComponents) == 0x000008, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::bIgnorePCGCreatedComponents' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorData \ -static_assert(alignof(PCGBlueprintHelpers_GetActorData) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorData"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetActorData) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetActorData"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorData, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorData::Context' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorData, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetActorData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorLocalBoundsPCG \ -static_assert(alignof(PCGBlueprintHelpers_GetActorLocalBoundsPCG) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorLocalBoundsPCG"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetActorLocalBoundsPCG) == 0x000048, "Wrong size on PCGBlueprintHelpers_GetActorLocalBoundsPCG"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::InActor' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, bIgnorePCGCreatedComponents) == 0x000008, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::bIgnorePCGCreatedComponents' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetComponent \ -static_assert(alignof(PCGBlueprintHelpers_GetComponent) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetComponent"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetComponent) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetComponent"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetComponent, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetComponent::Context' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetComponent, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetComponent::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetExtents \ -static_assert(alignof(PCGBlueprintHelpers_GetExtents) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetExtents"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetExtents) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetExtents"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetExtents, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetExtents::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetExtents, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetExtents::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetInputData \ -static_assert(alignof(PCGBlueprintHelpers_GetInputData) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetInputData"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetInputData) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetInputData"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetInputData, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetInputData::Context' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetInputData, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetInputData::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights \ -static_assert(alignof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights) == 0x000030, "Wrong size on PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, WorldContextObject) == 0x000000, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::WorldContextObject' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, Location) == 0x000008, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::Location' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, ReturnValue) == 0x000020, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetLocalCenter \ -static_assert(alignof(PCGBlueprintHelpers_GetLocalCenter) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetLocalCenter"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetLocalCenter) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetLocalCenter"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetLocalCenter, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetLocalCenter::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetLocalCenter, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetLocalCenter::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetOriginalComponent \ -static_assert(alignof(PCGBlueprintHelpers_GetOriginalComponent) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetOriginalComponent"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetOriginalComponent) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetOriginalComponent"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponent, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetOriginalComponent::Context' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponent, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetOriginalComponent::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetRandomStreamFromPoint \ -static_assert(alignof(PCGBlueprintHelpers_GetRandomStreamFromPoint) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetRandomStreamFromPoint"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetRandomStreamFromPoint) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetRandomStreamFromPoint"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, OptionalSettings) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::OptionalSettings' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, OptionalComponent) == 0x0000D8, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::OptionalComponent' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, ReturnValue) == 0x0000E0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetRandomStreamFromTwoPoints \ -static_assert(alignof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetRandomStreamFromTwoPoints"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints) == 0x0001C0, "Wrong size on PCGBlueprintHelpers_GetRandomStreamFromTwoPoints"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, InPointA) == 0x000000, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::InPointA' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, InPointB) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::InPointB' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, OptionalSettings) == 0x0001A0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::OptionalSettings' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, OptionalComponent) == 0x0001A8, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::OptionalComponent' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, ReturnValue) == 0x0001B0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetSettings \ -static_assert(alignof(PCGBlueprintHelpers_GetSettings) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetSettings"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetSettings) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetSettings"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetSettings, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetSettings::Context' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetSettings, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetSettings::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTargetActor \ -static_assert(alignof(PCGBlueprintHelpers_GetTargetActor) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTargetActor"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetTargetActor) == 0x0000E0, "Wrong size on PCGBlueprintHelpers_GetTargetActor"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetTargetActor::Context' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, SpatialData) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetTargetActor::SpatialData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, ReturnValue) == 0x0000D8, "Member 'PCGBlueprintHelpers_GetTargetActor::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTaskId \ -static_assert(alignof(PCGBlueprintHelpers_GetTaskId) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTaskId"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetTaskId) == 0x0000D8, "Wrong size on PCGBlueprintHelpers_GetTaskId"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetTaskId, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetTaskId::Context' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetTaskId, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetTaskId::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTransformedBounds \ -static_assert(alignof(PCGBlueprintHelpers_GetTransformedBounds) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetTransformedBounds"); \ -static_assert(sizeof(PCGBlueprintHelpers_GetTransformedBounds) == 0x000110, "Wrong size on PCGBlueprintHelpers_GetTransformedBounds"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetTransformedBounds, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetTransformedBounds::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_GetTransformedBounds, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetTransformedBounds::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetExtents \ -static_assert(alignof(PCGBlueprintHelpers_SetExtents) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetExtents"); \ -static_assert(sizeof(PCGBlueprintHelpers_SetExtents) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_SetExtents"); \ -static_assert(offsetof(PCGBlueprintHelpers_SetExtents, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetExtents::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_SetExtents, InExtents) == 0x0000D0, "Member 'PCGBlueprintHelpers_SetExtents::InExtents' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetLocalCenter \ -static_assert(alignof(PCGBlueprintHelpers_SetLocalCenter) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetLocalCenter"); \ -static_assert(sizeof(PCGBlueprintHelpers_SetLocalCenter) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_SetLocalCenter"); \ -static_assert(offsetof(PCGBlueprintHelpers_SetLocalCenter, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetLocalCenter::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintHelpers_SetLocalCenter, InLocalCenter) == 0x0000D0, "Member 'PCGBlueprintHelpers_SetLocalCenter::InLocalCenter' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetSeedFromPosition \ -static_assert(alignof(PCGBlueprintHelpers_SetSeedFromPosition) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetSeedFromPosition"); \ -static_assert(sizeof(PCGBlueprintHelpers_SetSeedFromPosition) == 0x0000D0, "Wrong size on PCGBlueprintHelpers_SetSeedFromPosition"); \ -static_assert(offsetof(PCGBlueprintHelpers_SetSeedFromPosition, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetSeedFromPosition::InPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGBlueprintHelpers \ -static_assert(alignof(UPCGBlueprintHelpers) == 0x000008, "Wrong alignment on UPCGBlueprintHelpers"); \ -static_assert(sizeof(UPCGBlueprintHelpers) == 0x000028, "Wrong size on UPCGBlueprintHelpers"); \ - -#define DUMPER7_ASSERTS_UPCGInstanceDataPackerByAttribute \ -static_assert(alignof(UPCGInstanceDataPackerByAttribute) == 0x000008, "Wrong alignment on UPCGInstanceDataPackerByAttribute"); \ -static_assert(sizeof(UPCGInstanceDataPackerByAttribute) == 0x000038, "Wrong size on UPCGInstanceDataPackerByAttribute"); \ -static_assert(offsetof(UPCGInstanceDataPackerByAttribute, AttributeNames) == 0x000028, "Member 'UPCGInstanceDataPackerByAttribute::AttributeNames' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMatchAndSetWeighted \ -static_assert(alignof(UPCGMatchAndSetWeighted) == 0x000008, "Wrong alignment on UPCGMatchAndSetWeighted"); \ -static_assert(sizeof(UPCGMatchAndSetWeighted) == 0x000048, "Wrong size on UPCGMatchAndSetWeighted"); \ -static_assert(offsetof(UPCGMatchAndSetWeighted, Entries) == 0x000030, "Member 'UPCGMatchAndSetWeighted::Entries' has a wrong offset!"); \ -static_assert(offsetof(UPCGMatchAndSetWeighted, bShouldMutateSeed) == 0x000040, "Member 'UPCGMatchAndSetWeighted::bShouldMutateSeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMeshSelectorWeighted \ -static_assert(alignof(UPCGMeshSelectorWeighted) == 0x000008, "Wrong alignment on UPCGMeshSelectorWeighted"); \ -static_assert(sizeof(UPCGMeshSelectorWeighted) == 0x000050, "Wrong size on UPCGMeshSelectorWeighted"); \ -static_assert(offsetof(UPCGMeshSelectorWeighted, MeshEntries) == 0x000028, "Member 'UPCGMeshSelectorWeighted::MeshEntries' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorWeighted, bUseAttributeMaterialOverrides) == 0x000038, "Member 'UPCGMeshSelectorWeighted::bUseAttributeMaterialOverrides' has a wrong offset!"); \ -static_assert(offsetof(UPCGMeshSelectorWeighted, MaterialOverrideAttributes) == 0x000040, "Member 'UPCGMeshSelectorWeighted::MaterialOverrideAttributes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_AccumulatePointWeightedAttributes \ -static_assert(alignof(PCGMetadata_AccumulatePointWeightedAttributes) == 0x000010, "Wrong alignment on PCGMetadata_AccumulatePointWeightedAttributes"); \ -static_assert(sizeof(PCGMetadata_AccumulatePointWeightedAttributes) == 0x0001B0, "Wrong size on PCGMetadata_AccumulatePointWeightedAttributes"); \ -static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, InPoint) == 0x000000, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::InPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, InMetaData) == 0x0000D0, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::InMetaData' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, Weight) == 0x0000D8, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::Weight' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, bSetNonInterpolableAttributes) == 0x0000DC, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::bSetNonInterpolableAttributes' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, OutPoint) == 0x0000E0, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::OutPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_AccumulateWeightedAttributesByKey \ -static_assert(alignof(PCGMetadata_AccumulateWeightedAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_AccumulateWeightedAttributesByKey"); \ -static_assert(sizeof(PCGMetadata_AccumulateWeightedAttributesByKey) == 0x000028, "Wrong size on PCGMetadata_AccumulateWeightedAttributesByKey"); \ -static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, Key) == 0x000000, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::Key' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, MetaData) == 0x000008, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::MetaData' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, Weight) == 0x000010, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::Weight' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, bSetNonInterpolableAttributes) == 0x000014, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::bSetNonInterpolableAttributes' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, TargetKey) == 0x000018, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::TargetKey' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, OutKey) == 0x000020, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::OutKey' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_AddAttribute \ -static_assert(alignof(PCGMetadata_AddAttribute) == 0x000008, "Wrong alignment on PCGMetadata_AddAttribute"); \ -static_assert(sizeof(PCGMetadata_AddAttribute) == 0x000010, "Wrong size on PCGMetadata_AddAttribute"); \ -static_assert(offsetof(PCGMetadata_AddAttribute, InOther) == 0x000000, "Member 'PCGMetadata_AddAttribute::InOther' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AddAttribute, AttributeName) == 0x000008, "Member 'PCGMetadata_AddAttribute::AttributeName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_AddAttributes \ -static_assert(alignof(PCGMetadata_AddAttributes) == 0x000008, "Wrong alignment on PCGMetadata_AddAttributes"); \ -static_assert(sizeof(PCGMetadata_AddAttributes) == 0x000008, "Wrong size on PCGMetadata_AddAttributes"); \ -static_assert(offsetof(PCGMetadata_AddAttributes, InOther) == 0x000000, "Member 'PCGMetadata_AddAttributes::InOther' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_AddAttributesFiltered \ -static_assert(alignof(PCGMetadata_AddAttributesFiltered) == 0x000008, "Wrong alignment on PCGMetadata_AddAttributesFiltered"); \ -static_assert(sizeof(PCGMetadata_AddAttributesFiltered) == 0x000060, "Wrong size on PCGMetadata_AddAttributesFiltered"); \ -static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InOther) == 0x000000, "Member 'PCGMetadata_AddAttributesFiltered::InOther' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_AddAttributesFiltered::InFilteredAttributes' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InFilterMode) == 0x000058, "Member 'PCGMetadata_AddAttributesFiltered::InFilterMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_AddEntry \ -static_assert(alignof(PCGMetadata_AddEntry) == 0x000008, "Wrong alignment on PCGMetadata_AddEntry"); \ -static_assert(sizeof(PCGMetadata_AddEntry) == 0x000010, "Wrong size on PCGMetadata_AddEntry"); \ -static_assert(offsetof(PCGMetadata_AddEntry, ParentEntryKey) == 0x000000, "Member 'PCGMetadata_AddEntry::ParentEntryKey' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_AddEntry, ReturnValue) == 0x000008, "Member 'PCGMetadata_AddEntry::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_ClearAttribute \ -static_assert(alignof(PCGMetadata_ClearAttribute) == 0x000004, "Wrong alignment on PCGMetadata_ClearAttribute"); \ -static_assert(sizeof(PCGMetadata_ClearAttribute) == 0x000008, "Wrong size on PCGMetadata_ClearAttribute"); \ -static_assert(offsetof(PCGMetadata_ClearAttribute, AttributeToClear) == 0x000000, "Member 'PCGMetadata_ClearAttribute::AttributeToClear' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CopyAttribute \ -static_assert(alignof(PCGMetadata_CopyAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CopyAttribute"); \ -static_assert(sizeof(PCGMetadata_CopyAttribute) == 0x000018, "Wrong size on PCGMetadata_CopyAttribute"); \ -static_assert(offsetof(PCGMetadata_CopyAttribute, InOther) == 0x000000, "Member 'PCGMetadata_CopyAttribute::InOther' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CopyAttribute, AttributeToCopy) == 0x000008, "Member 'PCGMetadata_CopyAttribute::AttributeToCopy' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CopyAttribute, NewAttributeName) == 0x000010, "Member 'PCGMetadata_CopyAttribute::NewAttributeName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CopyAttributes \ -static_assert(alignof(PCGMetadata_CopyAttributes) == 0x000008, "Wrong alignment on PCGMetadata_CopyAttributes"); \ -static_assert(sizeof(PCGMetadata_CopyAttributes) == 0x000008, "Wrong size on PCGMetadata_CopyAttributes"); \ -static_assert(offsetof(PCGMetadata_CopyAttributes, InOther) == 0x000000, "Member 'PCGMetadata_CopyAttributes::InOther' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CopyExistingAttribute \ -static_assert(alignof(PCGMetadata_CopyExistingAttribute) == 0x000004, "Wrong alignment on PCGMetadata_CopyExistingAttribute"); \ -static_assert(sizeof(PCGMetadata_CopyExistingAttribute) == 0x000014, "Wrong size on PCGMetadata_CopyExistingAttribute"); \ -static_assert(offsetof(PCGMetadata_CopyExistingAttribute, AttributeToCopy) == 0x000000, "Member 'PCGMetadata_CopyExistingAttribute::AttributeToCopy' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CopyExistingAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_CopyExistingAttribute::NewAttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CopyExistingAttribute, bKeepParent) == 0x000010, "Member 'PCGMetadata_CopyExistingAttribute::bKeepParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CopyExistingAttribute, ReturnValue) == 0x000011, "Member 'PCGMetadata_CopyExistingAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateBoolAttribute \ -static_assert(alignof(PCGMetadata_CreateBoolAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateBoolAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateBoolAttribute) == 0x000018, "Wrong size on PCGMetadata_CreateBoolAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateBoolAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateBoolAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateBoolAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateBoolAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateBoolAttribute, bAllowsInterpolation) == 0x000009, "Member 'PCGMetadata_CreateBoolAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateBoolAttribute, bOverrideParent) == 0x00000A, "Member 'PCGMetadata_CreateBoolAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateBoolAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateBoolAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateDoubleAttribute \ -static_assert(alignof(PCGMetadata_CreateDoubleAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateDoubleAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateDoubleAttribute) == 0x000020, "Wrong size on PCGMetadata_CreateDoubleAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateDoubleAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateDoubleAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateDoubleAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateDoubleAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateDoubleAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateFloatAttribute \ -static_assert(alignof(PCGMetadata_CreateFloatAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateFloatAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateFloatAttribute) == 0x000018, "Wrong size on PCGMetadata_CreateFloatAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateFloatAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateFloatAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateFloatAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateFloatAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateFloatAttribute, bAllowsInterpolation) == 0x00000C, "Member 'PCGMetadata_CreateFloatAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateFloatAttribute, bOverrideParent) == 0x00000D, "Member 'PCGMetadata_CreateFloatAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateFloatAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateFloatAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateInteger32Attribute \ -static_assert(alignof(PCGMetadata_CreateInteger32Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateInteger32Attribute"); \ -static_assert(sizeof(PCGMetadata_CreateInteger32Attribute) == 0x000018, "Wrong size on PCGMetadata_CreateInteger32Attribute"); \ -static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateInteger32Attribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateInteger32Attribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, bAllowsInterpolation) == 0x00000C, "Member 'PCGMetadata_CreateInteger32Attribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, bOverrideParent) == 0x00000D, "Member 'PCGMetadata_CreateInteger32Attribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateInteger32Attribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateInteger64Attribute \ -static_assert(alignof(PCGMetadata_CreateInteger64Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateInteger64Attribute"); \ -static_assert(sizeof(PCGMetadata_CreateInteger64Attribute) == 0x000020, "Wrong size on PCGMetadata_CreateInteger64Attribute"); \ -static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateInteger64Attribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateInteger64Attribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateInteger64Attribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateInteger64Attribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateInteger64Attribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateNameAttribute \ -static_assert(alignof(PCGMetadata_CreateNameAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateNameAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateNameAttribute) == 0x000020, "Wrong size on PCGMetadata_CreateNameAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateNameAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateNameAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateNameAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateNameAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateNameAttribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateNameAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateNameAttribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateNameAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateNameAttribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateNameAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateQuatAttribute \ -static_assert(alignof(PCGMetadata_CreateQuatAttribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateQuatAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateQuatAttribute) == 0x000040, "Wrong size on PCGMetadata_CreateQuatAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateQuatAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateQuatAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateQuatAttribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateQuatAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateQuatAttribute, bAllowsInterpolation) == 0x000030, "Member 'PCGMetadata_CreateQuatAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateQuatAttribute, bOverrideParent) == 0x000031, "Member 'PCGMetadata_CreateQuatAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateQuatAttribute, ReturnValue) == 0x000038, "Member 'PCGMetadata_CreateQuatAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateRotatorAttribute \ -static_assert(alignof(PCGMetadata_CreateRotatorAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateRotatorAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateRotatorAttribute) == 0x000030, "Wrong size on PCGMetadata_CreateRotatorAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateRotatorAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateRotatorAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, bAllowsInterpolation) == 0x000020, "Member 'PCGMetadata_CreateRotatorAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, bOverrideParent) == 0x000021, "Member 'PCGMetadata_CreateRotatorAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, ReturnValue) == 0x000028, "Member 'PCGMetadata_CreateRotatorAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateSoftClassPathAttribute \ -static_assert(alignof(PCGMetadata_CreateSoftClassPathAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateSoftClassPathAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateSoftClassPathAttribute) == 0x000038, "Wrong size on PCGMetadata_CreateSoftClassPathAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateSoftClassPathAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateSoftClassPathAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, bAllowsInterpolation) == 0x000028, "Member 'PCGMetadata_CreateSoftClassPathAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, bOverrideParent) == 0x000029, "Member 'PCGMetadata_CreateSoftClassPathAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, ReturnValue) == 0x000030, "Member 'PCGMetadata_CreateSoftClassPathAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateSoftObjectPathAttribute \ -static_assert(alignof(PCGMetadata_CreateSoftObjectPathAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateSoftObjectPathAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateSoftObjectPathAttribute) == 0x000038, "Wrong size on PCGMetadata_CreateSoftObjectPathAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, bAllowsInterpolation) == 0x000028, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, bOverrideParent) == 0x000029, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, ReturnValue) == 0x000030, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateStringAttribute \ -static_assert(alignof(PCGMetadata_CreateStringAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateStringAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateStringAttribute) == 0x000028, "Wrong size on PCGMetadata_CreateStringAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateStringAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateStringAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateStringAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateStringAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateStringAttribute, bAllowsInterpolation) == 0x000018, "Member 'PCGMetadata_CreateStringAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateStringAttribute, bOverrideParent) == 0x000019, "Member 'PCGMetadata_CreateStringAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateStringAttribute, ReturnValue) == 0x000020, "Member 'PCGMetadata_CreateStringAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateTransformAttribute \ -static_assert(alignof(PCGMetadata_CreateTransformAttribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateTransformAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateTransformAttribute) == 0x000080, "Wrong size on PCGMetadata_CreateTransformAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateTransformAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateTransformAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateTransformAttribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateTransformAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateTransformAttribute, bAllowsInterpolation) == 0x000070, "Member 'PCGMetadata_CreateTransformAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateTransformAttribute, bOverrideParent) == 0x000071, "Member 'PCGMetadata_CreateTransformAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateTransformAttribute, ReturnValue) == 0x000078, "Member 'PCGMetadata_CreateTransformAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateVector2Attribute \ -static_assert(alignof(PCGMetadata_CreateVector2Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateVector2Attribute"); \ -static_assert(sizeof(PCGMetadata_CreateVector2Attribute) == 0x000028, "Wrong size on PCGMetadata_CreateVector2Attribute"); \ -static_assert(offsetof(PCGMetadata_CreateVector2Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVector2Attribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector2Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateVector2Attribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector2Attribute, bAllowsInterpolation) == 0x000018, "Member 'PCGMetadata_CreateVector2Attribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector2Attribute, bOverrideParent) == 0x000019, "Member 'PCGMetadata_CreateVector2Attribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector2Attribute, ReturnValue) == 0x000020, "Member 'PCGMetadata_CreateVector2Attribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateVector4Attribute \ -static_assert(alignof(PCGMetadata_CreateVector4Attribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateVector4Attribute"); \ -static_assert(sizeof(PCGMetadata_CreateVector4Attribute) == 0x000040, "Wrong size on PCGMetadata_CreateVector4Attribute"); \ -static_assert(offsetof(PCGMetadata_CreateVector4Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVector4Attribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector4Attribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateVector4Attribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector4Attribute, bAllowsInterpolation) == 0x000030, "Member 'PCGMetadata_CreateVector4Attribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector4Attribute, bOverrideParent) == 0x000031, "Member 'PCGMetadata_CreateVector4Attribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVector4Attribute, ReturnValue) == 0x000038, "Member 'PCGMetadata_CreateVector4Attribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_CreateVectorAttribute \ -static_assert(alignof(PCGMetadata_CreateVectorAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateVectorAttribute"); \ -static_assert(sizeof(PCGMetadata_CreateVectorAttribute) == 0x000030, "Wrong size on PCGMetadata_CreateVectorAttribute"); \ -static_assert(offsetof(PCGMetadata_CreateVectorAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVectorAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVectorAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateVectorAttribute::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVectorAttribute, bAllowsInterpolation) == 0x000020, "Member 'PCGMetadata_CreateVectorAttribute::bAllowsInterpolation' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVectorAttribute, bOverrideParent) == 0x000021, "Member 'PCGMetadata_CreateVectorAttribute::bOverrideParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_CreateVectorAttribute, ReturnValue) == 0x000028, "Member 'PCGMetadata_CreateVectorAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_DeleteAttribute \ -static_assert(alignof(PCGMetadata_DeleteAttribute) == 0x000004, "Wrong alignment on PCGMetadata_DeleteAttribute"); \ -static_assert(sizeof(PCGMetadata_DeleteAttribute) == 0x000008, "Wrong size on PCGMetadata_DeleteAttribute"); \ -static_assert(offsetof(PCGMetadata_DeleteAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_DeleteAttribute::AttributeName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_Initialize \ -static_assert(alignof(PCGMetadata_Initialize) == 0x000008, "Wrong alignment on PCGMetadata_Initialize"); \ -static_assert(sizeof(PCGMetadata_Initialize) == 0x000008, "Wrong size on PCGMetadata_Initialize"); \ -static_assert(offsetof(PCGMetadata_Initialize, InParent) == 0x000000, "Member 'PCGMetadata_Initialize::InParent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_InitializeWithAttributeFilter \ -static_assert(alignof(PCGMetadata_InitializeWithAttributeFilter) == 0x000008, "Wrong alignment on PCGMetadata_InitializeWithAttributeFilter"); \ -static_assert(sizeof(PCGMetadata_InitializeWithAttributeFilter) == 0x000060, "Wrong size on PCGMetadata_InitializeWithAttributeFilter"); \ -static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InParent) == 0x000000, "Member 'PCGMetadata_InitializeWithAttributeFilter::InParent' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_InitializeWithAttributeFilter::InFilteredAttributes' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InFilterMode) == 0x000058, "Member 'PCGMetadata_InitializeWithAttributeFilter::InFilterMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_K2_InitializeAsCopy \ -static_assert(alignof(PCGMetadata_K2_InitializeAsCopy) == 0x000008, "Wrong alignment on PCGMetadata_K2_InitializeAsCopy"); \ -static_assert(sizeof(PCGMetadata_K2_InitializeAsCopy) == 0x000018, "Wrong size on PCGMetadata_K2_InitializeAsCopy"); \ -static_assert(offsetof(PCGMetadata_K2_InitializeAsCopy, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_K2_InitializeAsCopy::InMetadataToCopy' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_K2_InitializeAsCopy, InOptionalEntriesToCopy) == 0x000008, "Member 'PCGMetadata_K2_InitializeAsCopy::InOptionalEntriesToCopy' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_K2_InitializeAsCopyWithAttributeFilter \ -static_assert(alignof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter) == 0x000008, "Wrong alignment on PCGMetadata_K2_InitializeAsCopyWithAttributeFilter"); \ -static_assert(sizeof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter) == 0x000070, "Wrong size on PCGMetadata_K2_InitializeAsCopyWithAttributeFilter"); \ -static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InMetadataToCopy' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InFilteredAttributes' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InOptionalEntriesToCopy) == 0x000058, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InOptionalEntriesToCopy' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InFilterMode) == 0x000068, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InFilterMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_MergeAttributesByKey \ -static_assert(alignof(PCGMetadata_MergeAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_MergeAttributesByKey"); \ -static_assert(sizeof(PCGMetadata_MergeAttributesByKey) == 0x000038, "Wrong size on PCGMetadata_MergeAttributesByKey"); \ -static_assert(offsetof(PCGMetadata_MergeAttributesByKey, KeyA) == 0x000000, "Member 'PCGMetadata_MergeAttributesByKey::KeyA' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergeAttributesByKey, MetadataA) == 0x000008, "Member 'PCGMetadata_MergeAttributesByKey::MetadataA' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergeAttributesByKey, KeyB) == 0x000010, "Member 'PCGMetadata_MergeAttributesByKey::KeyB' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergeAttributesByKey, MetadataB) == 0x000018, "Member 'PCGMetadata_MergeAttributesByKey::MetadataB' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergeAttributesByKey, TargetKey) == 0x000020, "Member 'PCGMetadata_MergeAttributesByKey::TargetKey' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergeAttributesByKey, Op) == 0x000028, "Member 'PCGMetadata_MergeAttributesByKey::Op' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergeAttributesByKey, OutKey) == 0x000030, "Member 'PCGMetadata_MergeAttributesByKey::OutKey' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_MergePointAttributes \ -static_assert(alignof(PCGMetadata_MergePointAttributes) == 0x000010, "Wrong alignment on PCGMetadata_MergePointAttributes"); \ -static_assert(sizeof(PCGMetadata_MergePointAttributes) == 0x0002A0, "Wrong size on PCGMetadata_MergePointAttributes"); \ -static_assert(offsetof(PCGMetadata_MergePointAttributes, PointA) == 0x000000, "Member 'PCGMetadata_MergePointAttributes::PointA' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergePointAttributes, MetadataA) == 0x0000D0, "Member 'PCGMetadata_MergePointAttributes::MetadataA' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergePointAttributes, PointB) == 0x0000E0, "Member 'PCGMetadata_MergePointAttributes::PointB' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergePointAttributes, MetadataB) == 0x0001B0, "Member 'PCGMetadata_MergePointAttributes::MetadataB' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergePointAttributes, TargetPoint) == 0x0001C0, "Member 'PCGMetadata_MergePointAttributes::TargetPoint' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_MergePointAttributes, Op) == 0x000290, "Member 'PCGMetadata_MergePointAttributes::Op' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_RenameAttribute \ -static_assert(alignof(PCGMetadata_RenameAttribute) == 0x000004, "Wrong alignment on PCGMetadata_RenameAttribute"); \ -static_assert(sizeof(PCGMetadata_RenameAttribute) == 0x000014, "Wrong size on PCGMetadata_RenameAttribute"); \ -static_assert(offsetof(PCGMetadata_RenameAttribute, AttributeToRename) == 0x000000, "Member 'PCGMetadata_RenameAttribute::AttributeToRename' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_RenameAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_RenameAttribute::NewAttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_RenameAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_RenameAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_ResetPointWeightedAttributes \ -static_assert(alignof(PCGMetadata_ResetPointWeightedAttributes) == 0x000010, "Wrong alignment on PCGMetadata_ResetPointWeightedAttributes"); \ -static_assert(sizeof(PCGMetadata_ResetPointWeightedAttributes) == 0x0000D0, "Wrong size on PCGMetadata_ResetPointWeightedAttributes"); \ -static_assert(offsetof(PCGMetadata_ResetPointWeightedAttributes, OutPoint) == 0x000000, "Member 'PCGMetadata_ResetPointWeightedAttributes::OutPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_ResetWeightedAttributesByKey \ -static_assert(alignof(PCGMetadata_ResetWeightedAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_ResetWeightedAttributesByKey"); \ -static_assert(sizeof(PCGMetadata_ResetWeightedAttributesByKey) == 0x000010, "Wrong size on PCGMetadata_ResetWeightedAttributesByKey"); \ -static_assert(offsetof(PCGMetadata_ResetWeightedAttributesByKey, TargetKey) == 0x000000, "Member 'PCGMetadata_ResetWeightedAttributesByKey::TargetKey' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_ResetWeightedAttributesByKey, OutKey) == 0x000008, "Member 'PCGMetadata_ResetWeightedAttributesByKey::OutKey' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_SetAttributesByKey \ -static_assert(alignof(PCGMetadata_SetAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_SetAttributesByKey"); \ -static_assert(sizeof(PCGMetadata_SetAttributesByKey) == 0x000020, "Wrong size on PCGMetadata_SetAttributesByKey"); \ -static_assert(offsetof(PCGMetadata_SetAttributesByKey, Key) == 0x000000, "Member 'PCGMetadata_SetAttributesByKey::Key' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_SetAttributesByKey, InMetaData) == 0x000008, "Member 'PCGMetadata_SetAttributesByKey::InMetaData' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_SetAttributesByKey, TargetKey) == 0x000010, "Member 'PCGMetadata_SetAttributesByKey::TargetKey' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_SetAttributesByKey, OutKey) == 0x000018, "Member 'PCGMetadata_SetAttributesByKey::OutKey' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_SetPointAttributes \ -static_assert(alignof(PCGMetadata_SetPointAttributes) == 0x000010, "Wrong alignment on PCGMetadata_SetPointAttributes"); \ -static_assert(sizeof(PCGMetadata_SetPointAttributes) == 0x0001B0, "Wrong size on PCGMetadata_SetPointAttributes"); \ -static_assert(offsetof(PCGMetadata_SetPointAttributes, Point) == 0x000000, "Member 'PCGMetadata_SetPointAttributes::Point' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_SetPointAttributes, MetaData) == 0x0000D0, "Member 'PCGMetadata_SetPointAttributes::MetaData' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_SetPointAttributes, OutPoint) == 0x0000E0, "Member 'PCGMetadata_SetPointAttributes::OutPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_GetAttributeCount \ -static_assert(alignof(PCGMetadata_GetAttributeCount) == 0x000004, "Wrong alignment on PCGMetadata_GetAttributeCount"); \ -static_assert(sizeof(PCGMetadata_GetAttributeCount) == 0x000004, "Wrong size on PCGMetadata_GetAttributeCount"); \ -static_assert(offsetof(PCGMetadata_GetAttributeCount, ReturnValue) == 0x000000, "Member 'PCGMetadata_GetAttributeCount::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_GetAttributes \ -static_assert(alignof(PCGMetadata_GetAttributes) == 0x000008, "Wrong alignment on PCGMetadata_GetAttributes"); \ -static_assert(sizeof(PCGMetadata_GetAttributes) == 0x000020, "Wrong size on PCGMetadata_GetAttributes"); \ -static_assert(offsetof(PCGMetadata_GetAttributes, AttributeNames) == 0x000000, "Member 'PCGMetadata_GetAttributes::AttributeNames' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_GetAttributes, AttributeTypes) == 0x000010, "Member 'PCGMetadata_GetAttributes::AttributeTypes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_GetItemCountForChild \ -static_assert(alignof(PCGMetadata_GetItemCountForChild) == 0x000008, "Wrong alignment on PCGMetadata_GetItemCountForChild"); \ -static_assert(sizeof(PCGMetadata_GetItemCountForChild) == 0x000008, "Wrong size on PCGMetadata_GetItemCountForChild"); \ -static_assert(offsetof(PCGMetadata_GetItemCountForChild, ReturnValue) == 0x000000, "Member 'PCGMetadata_GetItemCountForChild::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_HasAttribute \ -static_assert(alignof(PCGMetadata_HasAttribute) == 0x000004, "Wrong alignment on PCGMetadata_HasAttribute"); \ -static_assert(sizeof(PCGMetadata_HasAttribute) == 0x00000C, "Wrong size on PCGMetadata_HasAttribute"); \ -static_assert(offsetof(PCGMetadata_HasAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_HasAttribute::AttributeName' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_HasAttribute, ReturnValue) == 0x000008, "Member 'PCGMetadata_HasAttribute::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGMetadata_HasCommonAttributes \ -static_assert(alignof(PCGMetadata_HasCommonAttributes) == 0x000008, "Wrong alignment on PCGMetadata_HasCommonAttributes"); \ -static_assert(sizeof(PCGMetadata_HasCommonAttributes) == 0x000010, "Wrong size on PCGMetadata_HasCommonAttributes"); \ -static_assert(offsetof(PCGMetadata_HasCommonAttributes, InMetaData) == 0x000000, "Member 'PCGMetadata_HasCommonAttributes::InMetaData' has a wrong offset!"); \ -static_assert(offsetof(PCGMetadata_HasCommonAttributes, ReturnValue) == 0x000008, "Member 'PCGMetadata_HasCommonAttributes::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGMetadata \ -static_assert(alignof(UPCGMetadata) == 0x000008, "Wrong alignment on UPCGMetadata"); \ -static_assert(sizeof(UPCGMetadata) == 0x000108, "Wrong size on UPCGMetadata"); \ -static_assert(offsetof(UPCGMetadata, Parent) == 0x000028, "Member 'UPCGMetadata::Parent' has a wrong offset!"); \ -static_assert(offsetof(UPCGMetadata, OtherParents) == 0x000030, "Member 'UPCGMetadata::OtherParents' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_AddToManagedResources \ -static_assert(alignof(PCGComponent_AddToManagedResources) == 0x000008, "Wrong alignment on PCGComponent_AddToManagedResources"); \ -static_assert(sizeof(PCGComponent_AddToManagedResources) == 0x000008, "Wrong size on PCGComponent_AddToManagedResources"); \ -static_assert(offsetof(PCGComponent_AddToManagedResources, InResource) == 0x000000, "Member 'PCGComponent_AddToManagedResources::InResource' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_Cleanup \ -static_assert(alignof(PCGComponent_Cleanup) == 0x000001, "Wrong alignment on PCGComponent_Cleanup"); \ -static_assert(sizeof(PCGComponent_Cleanup) == 0x000002, "Wrong size on PCGComponent_Cleanup"); \ -static_assert(offsetof(PCGComponent_Cleanup, bRemoveComponents) == 0x000000, "Member 'PCGComponent_Cleanup::bRemoveComponents' has a wrong offset!"); \ -static_assert(offsetof(PCGComponent_Cleanup, bSave) == 0x000001, "Member 'PCGComponent_Cleanup::bSave' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_CleanupLocal \ -static_assert(alignof(PCGComponent_CleanupLocal) == 0x000001, "Wrong alignment on PCGComponent_CleanupLocal"); \ -static_assert(sizeof(PCGComponent_CleanupLocal) == 0x000002, "Wrong size on PCGComponent_CleanupLocal"); \ -static_assert(offsetof(PCGComponent_CleanupLocal, bRemoveComponents) == 0x000000, "Member 'PCGComponent_CleanupLocal::bRemoveComponents' has a wrong offset!"); \ -static_assert(offsetof(PCGComponent_CleanupLocal, bSave) == 0x000001, "Member 'PCGComponent_CleanupLocal::bSave' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_ClearPCGLink \ -static_assert(alignof(PCGComponent_ClearPCGLink) == 0x000008, "Wrong alignment on PCGComponent_ClearPCGLink"); \ -static_assert(sizeof(PCGComponent_ClearPCGLink) == 0x000010, "Wrong size on PCGComponent_ClearPCGLink"); \ -static_assert(offsetof(PCGComponent_ClearPCGLink, TemplateActor) == 0x000000, "Member 'PCGComponent_ClearPCGLink::TemplateActor' has a wrong offset!"); \ -static_assert(offsetof(PCGComponent_ClearPCGLink, ReturnValue) == 0x000008, "Member 'PCGComponent_ClearPCGLink::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_Generate \ -static_assert(alignof(PCGComponent_Generate) == 0x000001, "Wrong alignment on PCGComponent_Generate"); \ -static_assert(sizeof(PCGComponent_Generate) == 0x000001, "Wrong size on PCGComponent_Generate"); \ -static_assert(offsetof(PCGComponent_Generate, bForce) == 0x000000, "Member 'PCGComponent_Generate::bForce' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_GenerateLocal \ -static_assert(alignof(PCGComponent_GenerateLocal) == 0x000001, "Wrong alignment on PCGComponent_GenerateLocal"); \ -static_assert(sizeof(PCGComponent_GenerateLocal) == 0x000001, "Wrong size on PCGComponent_GenerateLocal"); \ -static_assert(offsetof(PCGComponent_GenerateLocal, bForce) == 0x000000, "Member 'PCGComponent_GenerateLocal::bForce' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_SetEditingMode \ -static_assert(alignof(PCGComponent_SetEditingMode) == 0x000001, "Wrong alignment on PCGComponent_SetEditingMode"); \ -static_assert(sizeof(PCGComponent_SetEditingMode) == 0x000002, "Wrong size on PCGComponent_SetEditingMode"); \ -static_assert(offsetof(PCGComponent_SetEditingMode, InEditingMode) == 0x000000, "Member 'PCGComponent_SetEditingMode::InEditingMode' has a wrong offset!"); \ -static_assert(offsetof(PCGComponent_SetEditingMode, InSerializedEditingMode) == 0x000001, "Member 'PCGComponent_SetEditingMode::InSerializedEditingMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_SetGraph \ -static_assert(alignof(PCGComponent_SetGraph) == 0x000008, "Wrong alignment on PCGComponent_SetGraph"); \ -static_assert(sizeof(PCGComponent_SetGraph) == 0x000008, "Wrong size on PCGComponent_SetGraph"); \ -static_assert(offsetof(PCGComponent_SetGraph, InGraph) == 0x000000, "Member 'PCGComponent_SetGraph::InGraph' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_GetEditingMode \ -static_assert(alignof(PCGComponent_GetEditingMode) == 0x000001, "Wrong alignment on PCGComponent_GetEditingMode"); \ -static_assert(sizeof(PCGComponent_GetEditingMode) == 0x000001, "Wrong size on PCGComponent_GetEditingMode"); \ -static_assert(offsetof(PCGComponent_GetEditingMode, ReturnValue) == 0x000000, "Member 'PCGComponent_GetEditingMode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_GetGeneratedGraphOutput \ -static_assert(alignof(PCGComponent_GetGeneratedGraphOutput) == 0x000008, "Wrong alignment on PCGComponent_GetGeneratedGraphOutput"); \ -static_assert(sizeof(PCGComponent_GetGeneratedGraphOutput) == 0x000030, "Wrong size on PCGComponent_GetGeneratedGraphOutput"); \ -static_assert(offsetof(PCGComponent_GetGeneratedGraphOutput, ReturnValue) == 0x000000, "Member 'PCGComponent_GetGeneratedGraphOutput::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGComponent_GetSerializedEditingMode \ -static_assert(alignof(PCGComponent_GetSerializedEditingMode) == 0x000001, "Wrong alignment on PCGComponent_GetSerializedEditingMode"); \ -static_assert(sizeof(PCGComponent_GetSerializedEditingMode) == 0x000001, "Wrong size on PCGComponent_GetSerializedEditingMode"); \ -static_assert(offsetof(PCGComponent_GetSerializedEditingMode, ReturnValue) == 0x000000, "Member 'PCGComponent_GetSerializedEditingMode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGComponent \ -static_assert(alignof(UPCGComponent) == 0x000008, "Wrong alignment on UPCGComponent"); \ -static_assert(sizeof(UPCGComponent) == 0x0002D0, "Wrong size on UPCGComponent"); \ -static_assert(offsetof(UPCGComponent, Seed) == 0x0000A0, "Member 'UPCGComponent::Seed' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bActivated) == 0x0000A4, "Member 'UPCGComponent::bActivated' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bIsComponentPartitioned) == 0x0000A5, "Member 'UPCGComponent::bIsComponentPartitioned' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, GenerationTrigger) == 0x0000A6, "Member 'UPCGComponent::GenerationTrigger' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bGenerateOnDropWhenTriggerOnDemand) == 0x0000A7, "Member 'UPCGComponent::bGenerateOnDropWhenTriggerOnDemand' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bOverrideGenerationRadii) == 0x0000A8, "Member 'UPCGComponent::bOverrideGenerationRadii' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, GenerationRadii) == 0x0000B0, "Member 'UPCGComponent::GenerationRadii' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, SchedulingPolicyClass) == 0x000110, "Member 'UPCGComponent::SchedulingPolicyClass' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, SchedulingPolicy) == 0x000118, "Member 'UPCGComponent::SchedulingPolicy' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, OnPCGGraphStartGeneratingExternal) == 0x000120, "Member 'UPCGComponent::OnPCGGraphStartGeneratingExternal' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, OnPCGGraphCancelledExternal) == 0x000130, "Member 'UPCGComponent::OnPCGGraphCancelledExternal' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, OnPCGGraphGeneratedExternal) == 0x000140, "Member 'UPCGComponent::OnPCGGraphGeneratedExternal' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, OnPCGGraphCleanedExternal) == 0x000150, "Member 'UPCGComponent::OnPCGGraphCleanedExternal' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bGenerated) == 0x000160, "Member 'UPCGComponent::bGenerated' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bRuntimeGenerated) == 0x000161, "Member 'UPCGComponent::bRuntimeGenerated' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, PostGenerateFunctionNames) == 0x000168, "Member 'UPCGComponent::PostGenerateFunctionNames' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, GraphInstance) == 0x000178, "Member 'UPCGComponent::GraphInstance' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, GenerationGridSize) == 0x000180, "Member 'UPCGComponent::GenerationGridSize' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, CurrentEditingMode) == 0x000184, "Member 'UPCGComponent::CurrentEditingMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, SerializedEditingMode) == 0x000185, "Member 'UPCGComponent::SerializedEditingMode' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, InputType) == 0x000187, "Member 'UPCGComponent::InputType' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bParseActorComponents) == 0x000188, "Member 'UPCGComponent::bParseActorComponents' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, CachedPCGData) == 0x000190, "Member 'UPCGComponent::CachedPCGData' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, CachedInputData) == 0x000198, "Member 'UPCGComponent::CachedInputData' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, CachedActorData) == 0x0001A0, "Member 'UPCGComponent::CachedActorData' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, CachedLandscapeData) == 0x0001A8, "Member 'UPCGComponent::CachedLandscapeData' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, CachedLandscapeHeightData) == 0x0001B0, "Member 'UPCGComponent::CachedLandscapeHeightData' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, GeneratedResources) == 0x0001B8, "Member 'UPCGComponent::GeneratedResources' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, LastGeneratedBounds) == 0x0001D0, "Member 'UPCGComponent::LastGeneratedBounds' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, GeneratedGraphOutput) == 0x000208, "Member 'UPCGComponent::GeneratedGraphOutput' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, PerPinGeneratedOutput) == 0x000238, "Member 'UPCGComponent::PerPinGeneratedOutput' has a wrong offset!"); \ -static_assert(offsetof(UPCGComponent, bIsComponentLocal) == 0x0002A0, "Member 'UPCGComponent::bIsComponentLocal' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGEdge \ -static_assert(alignof(UPCGEdge) == 0x000008, "Wrong alignment on UPCGEdge"); \ -static_assert(sizeof(UPCGEdge) == 0x000058, "Wrong size on UPCGEdge"); \ -static_assert(offsetof(UPCGEdge, InboundLabel) == 0x000028, "Member 'UPCGEdge::InboundLabel' has a wrong offset!"); \ -static_assert(offsetof(UPCGEdge, InboundNode) == 0x000030, "Member 'UPCGEdge::InboundNode' has a wrong offset!"); \ -static_assert(offsetof(UPCGEdge, OutboundLabel) == 0x000038, "Member 'UPCGEdge::OutboundLabel' has a wrong offset!"); \ -static_assert(offsetof(UPCGEdge, OutboundNode) == 0x000040, "Member 'UPCGEdge::OutboundNode' has a wrong offset!"); \ -static_assert(offsetof(UPCGEdge, InputPin) == 0x000048, "Member 'UPCGEdge::InputPin' has a wrong offset!"); \ -static_assert(offsetof(UPCGEdge, OutputPin) == 0x000050, "Member 'UPCGEdge::OutputPin' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_AddEdge \ -static_assert(alignof(PCGGraph_AddEdge) == 0x000008, "Wrong alignment on PCGGraph_AddEdge"); \ -static_assert(sizeof(PCGGraph_AddEdge) == 0x000028, "Wrong size on PCGGraph_AddEdge"); \ -static_assert(offsetof(PCGGraph_AddEdge, From) == 0x000000, "Member 'PCGGraph_AddEdge::From' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddEdge, FromPinLabel) == 0x000008, "Member 'PCGGraph_AddEdge::FromPinLabel' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddEdge, To) == 0x000010, "Member 'PCGGraph_AddEdge::To' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddEdge, ToPinLabel) == 0x000018, "Member 'PCGGraph_AddEdge::ToPinLabel' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddEdge, ReturnValue) == 0x000020, "Member 'PCGGraph_AddEdge::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_AddNodeCopy \ -static_assert(alignof(PCGGraph_AddNodeCopy) == 0x000008, "Wrong alignment on PCGGraph_AddNodeCopy"); \ -static_assert(sizeof(PCGGraph_AddNodeCopy) == 0x000018, "Wrong size on PCGGraph_AddNodeCopy"); \ -static_assert(offsetof(PCGGraph_AddNodeCopy, InSettings) == 0x000000, "Member 'PCGGraph_AddNodeCopy::InSettings' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddNodeCopy, DefaultNodeSettings) == 0x000008, "Member 'PCGGraph_AddNodeCopy::DefaultNodeSettings' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddNodeCopy, ReturnValue) == 0x000010, "Member 'PCGGraph_AddNodeCopy::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_AddNodeInstance \ -static_assert(alignof(PCGGraph_AddNodeInstance) == 0x000008, "Wrong alignment on PCGGraph_AddNodeInstance"); \ -static_assert(sizeof(PCGGraph_AddNodeInstance) == 0x000010, "Wrong size on PCGGraph_AddNodeInstance"); \ -static_assert(offsetof(PCGGraph_AddNodeInstance, InSettings) == 0x000000, "Member 'PCGGraph_AddNodeInstance::InSettings' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddNodeInstance, ReturnValue) == 0x000008, "Member 'PCGGraph_AddNodeInstance::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_AddNodeOfType \ -static_assert(alignof(PCGGraph_AddNodeOfType) == 0x000008, "Wrong alignment on PCGGraph_AddNodeOfType"); \ -static_assert(sizeof(PCGGraph_AddNodeOfType) == 0x000018, "Wrong size on PCGGraph_AddNodeOfType"); \ -static_assert(offsetof(PCGGraph_AddNodeOfType, InSettingsClass) == 0x000000, "Member 'PCGGraph_AddNodeOfType::InSettingsClass' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddNodeOfType, DefaultNodeSettings) == 0x000008, "Member 'PCGGraph_AddNodeOfType::DefaultNodeSettings' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_AddNodeOfType, ReturnValue) == 0x000010, "Member 'PCGGraph_AddNodeOfType::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_RemoveEdge \ -static_assert(alignof(PCGGraph_RemoveEdge) == 0x000008, "Wrong alignment on PCGGraph_RemoveEdge"); \ -static_assert(sizeof(PCGGraph_RemoveEdge) == 0x000028, "Wrong size on PCGGraph_RemoveEdge"); \ -static_assert(offsetof(PCGGraph_RemoveEdge, From) == 0x000000, "Member 'PCGGraph_RemoveEdge::From' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_RemoveEdge, FromLabel) == 0x000008, "Member 'PCGGraph_RemoveEdge::FromLabel' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_RemoveEdge, To) == 0x000010, "Member 'PCGGraph_RemoveEdge::To' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_RemoveEdge, ToLabel) == 0x000018, "Member 'PCGGraph_RemoveEdge::ToLabel' has a wrong offset!"); \ -static_assert(offsetof(PCGGraph_RemoveEdge, ReturnValue) == 0x000020, "Member 'PCGGraph_RemoveEdge::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_RemoveNode \ -static_assert(alignof(PCGGraph_RemoveNode) == 0x000008, "Wrong alignment on PCGGraph_RemoveNode"); \ -static_assert(sizeof(PCGGraph_RemoveNode) == 0x000008, "Wrong size on PCGGraph_RemoveNode"); \ -static_assert(offsetof(PCGGraph_RemoveNode, InNode) == 0x000000, "Member 'PCGGraph_RemoveNode::InNode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_RemoveNodes \ -static_assert(alignof(PCGGraph_RemoveNodes) == 0x000008, "Wrong alignment on PCGGraph_RemoveNodes"); \ -static_assert(sizeof(PCGGraph_RemoveNodes) == 0x000010, "Wrong size on PCGGraph_RemoveNodes"); \ -static_assert(offsetof(PCGGraph_RemoveNodes, InNodes) == 0x000000, "Member 'PCGGraph_RemoveNodes::InNodes' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_GetInputNode \ -static_assert(alignof(PCGGraph_GetInputNode) == 0x000008, "Wrong alignment on PCGGraph_GetInputNode"); \ -static_assert(sizeof(PCGGraph_GetInputNode) == 0x000008, "Wrong size on PCGGraph_GetInputNode"); \ -static_assert(offsetof(PCGGraph_GetInputNode, ReturnValue) == 0x000000, "Member 'PCGGraph_GetInputNode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGGraph_GetOutputNode \ -static_assert(alignof(PCGGraph_GetOutputNode) == 0x000008, "Wrong alignment on PCGGraph_GetOutputNode"); \ -static_assert(sizeof(PCGGraph_GetOutputNode) == 0x000008, "Wrong size on PCGGraph_GetOutputNode"); \ -static_assert(offsetof(PCGGraph_GetOutputNode, ReturnValue) == 0x000000, "Member 'PCGGraph_GetOutputNode::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGraph \ -static_assert(alignof(UPCGGraph) == 0x000008, "Wrong alignment on UPCGGraph"); \ -static_assert(sizeof(UPCGGraph) == 0x000128, "Wrong size on UPCGGraph"); \ -static_assert(offsetof(UPCGGraph, bLandscapeUsesMetadata) == 0x000028, "Member 'UPCGGraph::bLandscapeUsesMetadata' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, Nodes) == 0x000030, "Member 'UPCGGraph::Nodes' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, InputNode) == 0x000040, "Member 'UPCGGraph::InputNode' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, OutputNode) == 0x000048, "Member 'UPCGGraph::OutputNode' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, UserParameters) == 0x000050, "Member 'UPCGGraph::UserParameters' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, bUseHierarchicalGeneration) == 0x000060, "Member 'UPCGGraph::bUseHierarchicalGeneration' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, HiGenGridSize) == 0x000064, "Member 'UPCGGraph::HiGenGridSize' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, bIsEditorOnly) == 0x0000C0, "Member 'UPCGGraph::bIsEditorOnly' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraph, GenerationRadii) == 0x0000C8, "Member 'UPCGGraph::GenerationRadii' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGraphInputOutputSettings \ -static_assert(alignof(UPCGGraphInputOutputSettings) == 0x000008, "Wrong alignment on UPCGGraphInputOutputSettings"); \ -static_assert(sizeof(UPCGGraphInputOutputSettings) == 0x000120, "Wrong size on UPCGGraphInputOutputSettings"); \ -static_assert(offsetof(UPCGGraphInputOutputSettings, Pins) == 0x0000A8, "Member 'UPCGGraphInputOutputSettings::Pins' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraphInputOutputSettings, PinLabels) == 0x0000B8, "Member 'UPCGGraphInputOutputSettings::PinLabels' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraphInputOutputSettings, CustomPins) == 0x000108, "Member 'UPCGGraphInputOutputSettings::CustomPins' has a wrong offset!"); \ -static_assert(offsetof(UPCGGraphInputOutputSettings, bHasAddedDefaultPin) == 0x000118, "Member 'UPCGGraphInputOutputSettings::bHasAddedDefaultPin' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGManagedISMComponent \ -static_assert(alignof(UPCGManagedISMComponent) == 0x000008, "Wrong alignment on UPCGManagedISMComponent"); \ -static_assert(sizeof(UPCGManagedISMComponent) == 0x0002B0, "Wrong size on UPCGManagedISMComponent"); \ -static_assert(offsetof(UPCGManagedISMComponent, bHasDescriptor) == 0x000060, "Member 'UPCGManagedISMComponent::bHasDescriptor' has a wrong offset!"); \ -static_assert(offsetof(UPCGManagedISMComponent, Descriptor) == 0x000068, "Member 'UPCGManagedISMComponent::Descriptor' has a wrong offset!"); \ -static_assert(offsetof(UPCGManagedISMComponent, bHasRootLocation) == 0x000280, "Member 'UPCGManagedISMComponent::bHasRootLocation' has a wrong offset!"); \ -static_assert(offsetof(UPCGManagedISMComponent, RootLocation) == 0x000288, "Member 'UPCGManagedISMComponent::RootLocation' has a wrong offset!"); \ -static_assert(offsetof(UPCGManagedISMComponent, SettingsUID) == 0x0002A0, "Member 'UPCGManagedISMComponent::SettingsUID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_BreakPinProperty \ -static_assert(alignof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_BreakPinProperty"); \ -static_assert(sizeof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x000020, "Wrong size on PCGBlueprintPinHelpers_BreakPinProperty"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, PinProperty) == 0x000000, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::PinProperty' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, Label) == 0x000014, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::Label' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleData) == 0x00001C, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleConnections) == 0x00001D, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleConnections' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bIsAdvancedPin) == 0x00001E, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bIsAdvancedPin' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, AllowedType) == 0x00001F, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::AllowedType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_MakePinProperty \ -static_assert(alignof(PCGBlueprintPinHelpers_MakePinProperty) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_MakePinProperty"); \ -static_assert(sizeof(PCGBlueprintPinHelpers_MakePinProperty) == 0x000020, "Wrong size on PCGBlueprintPinHelpers_MakePinProperty"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, Label) == 0x000000, "Member 'PCGBlueprintPinHelpers_MakePinProperty::Label' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bAllowMultipleData) == 0x000008, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bAllowMultipleData' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bAllowMultipleConnections) == 0x000009, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bAllowMultipleConnections' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bIsAdvancedPin) == 0x00000A, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bIsAdvancedPin' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, AllowedType) == 0x00000B, "Member 'PCGBlueprintPinHelpers_MakePinProperty::AllowedType' has a wrong offset!"); \ -static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, ReturnValue) == 0x00000C, "Member 'PCGBlueprintPinHelpers_MakePinProperty::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGBlueprintPinHelpers \ -static_assert(alignof(UPCGBlueprintPinHelpers) == 0x000008, "Wrong alignment on UPCGBlueprintPinHelpers"); \ -static_assert(sizeof(UPCGBlueprintPinHelpers) == 0x000028, "Wrong size on UPCGBlueprintPinHelpers"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections::PinProperties' has a wrong offset!"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsAdvancedPin \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsAdvancedPin"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsAdvancedPin"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsAdvancedPin::PinProperties' has a wrong offset!"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_IsAdvancedPin::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsNormalPin \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsNormalPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsNormalPin"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsNormalPin) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsNormalPin"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsNormalPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsNormalPin::PinProperties' has a wrong offset!"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsNormalPin, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_IsNormalPin::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsRequiredPin \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsRequiredPin"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsRequiredPin"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsRequiredPin::PinProperties' has a wrong offset!"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin, ReturnValue) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_IsRequiredPin::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetAdvancedPin \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetAdvancedPin"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin) == 0x000014, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetAdvancedPin"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetAdvancedPin::PinProperties' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections) == 0x000018, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections::PinProperties' has a wrong offset!"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections, bAllowMultipleConnections) == 0x000014, "Member 'PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections::bAllowMultipleConnections' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetNormalPin \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetNormalPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetNormalPin"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetNormalPin) == 0x000014, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetNormalPin"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetNormalPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetNormalPin::PinProperties' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetRequiredPin \ -static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin) == 0x000004, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetRequiredPin"); \ -static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin) == 0x000014, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetRequiredPin"); \ -static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetRequiredPin::PinProperties' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGPinPropertiesBlueprintHelpers \ -static_assert(alignof(UPCGPinPropertiesBlueprintHelpers) == 0x000008, "Wrong alignment on UPCGPinPropertiesBlueprintHelpers"); \ -static_assert(sizeof(UPCGPinPropertiesBlueprintHelpers) == 0x000028, "Wrong size on UPCGPinPropertiesBlueprintHelpers"); \ - -#define DUMPER7_ASSERTS_UPCGTrivialSettings \ -static_assert(alignof(UPCGTrivialSettings) == 0x000008, "Wrong alignment on UPCGTrivialSettings"); \ -static_assert(sizeof(UPCGTrivialSettings) == 0x0000A8, "Wrong size on UPCGTrivialSettings"); \ - -#define DUMPER7_ASSERTS_UPCGSubsystem \ -static_assert(alignof(UPCGSubsystem) == 0x000008, "Wrong alignment on UPCGSubsystem"); \ -static_assert(sizeof(UPCGSubsystem) == 0x000490, "Wrong size on UPCGSubsystem"); \ - -#define DUMPER7_ASSERTS_APCGWorldActor \ -static_assert(alignof(APCGWorldActor) == 0x000008, "Wrong alignment on APCGWorldActor"); \ -static_assert(sizeof(APCGWorldActor) == 0x0003A8, "Wrong size on APCGWorldActor"); \ -static_assert(offsetof(APCGWorldActor, PartitionGridSize) == 0x000290, "Member 'APCGWorldActor::PartitionGridSize' has a wrong offset!"); \ -static_assert(offsetof(APCGWorldActor, LandscapeCacheObject) == 0x000298, "Member 'APCGWorldActor::LandscapeCacheObject' has a wrong offset!"); \ -static_assert(offsetof(APCGWorldActor, bUse2DGrid) == 0x0002A0, "Member 'APCGWorldActor::bUse2DGrid' has a wrong offset!"); \ -static_assert(offsetof(APCGWorldActor, GridGuids) == 0x0002A8, "Member 'APCGWorldActor::GridGuids' has a wrong offset!"); \ -static_assert(offsetof(APCGWorldActor, TransientGridGuids) == 0x000300, "Member 'APCGWorldActor::TransientGridGuids' has a wrong offset!"); \ -static_assert(offsetof(APCGWorldActor, SerializedPartitionActorRecords) == 0x000358, "Member 'APCGWorldActor::SerializedPartitionActorRecords' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGGenSourceEditorCamera \ -static_assert(alignof(UPCGGenSourceEditorCamera) == 0x000008, "Wrong alignment on UPCGGenSourceEditorCamera"); \ -static_assert(sizeof(UPCGGenSourceEditorCamera) == 0x000030, "Wrong size on UPCGGenSourceEditorCamera"); \ - -#define DUMPER7_ASSERTS_UPCGGenSourceWPStreamingSource \ -static_assert(alignof(UPCGGenSourceWPStreamingSource) == 0x000008, "Wrong alignment on UPCGGenSourceWPStreamingSource"); \ -static_assert(sizeof(UPCGGenSourceWPStreamingSource) == 0x000038, "Wrong size on UPCGGenSourceWPStreamingSource"); \ - -#define DUMPER7_ASSERTS_PCGDeterminismTestBlueprintBase_ExecuteTest \ -static_assert(alignof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x000008, "Wrong alignment on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ -static_assert(sizeof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x000090, "Wrong size on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ -static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InPCGNode) == 0x000000, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InPCGNode' has a wrong offset!"); \ -static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InOutTestResult) == 0x000008, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InOutTestResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UPCGDeterminismTestBlueprintBase \ -static_assert(alignof(UPCGDeterminismTestBlueprintBase) == 0x000008, "Wrong alignment on UPCGDeterminismTestBlueprintBase"); \ -static_assert(sizeof(UPCGDeterminismTestBlueprintBase) == 0x000028, "Wrong size on UPCGDeterminismTestBlueprintBase"); \ +#define DUMPER7_ASSERTS_UPCGGenSourcePlayer \ +static_assert(alignof(UPCGGenSourcePlayer) == 0x000008, "Wrong alignment on UPCGGenSourcePlayer"); \ +static_assert(sizeof(UPCGGenSourcePlayer) == 0x000038, "Wrong size on UPCGGenSourcePlayer"); \ + +#define DUMPER7_ASSERTS_UPCGSchedulingPolicyDistanceAndDirection \ +static_assert(alignof(UPCGSchedulingPolicyDistanceAndDirection) == 0x000008, "Wrong alignment on UPCGSchedulingPolicyDistanceAndDirection"); \ +static_assert(sizeof(UPCGSchedulingPolicyDistanceAndDirection) == 0x000038, "Wrong size on UPCGSchedulingPolicyDistanceAndDirection"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, bUseDistance) == 0x000028, "Member 'UPCGSchedulingPolicyDistanceAndDirection::bUseDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, DistanceWeight) == 0x00002C, "Member 'UPCGSchedulingPolicyDistanceAndDirection::DistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, bUseDirection) == 0x000030, "Member 'UPCGSchedulingPolicyDistanceAndDirection::bUseDirection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, DirectionWeight) == 0x000034, "Member 'UPCGSchedulingPolicyDistanceAndDirection::DirectionWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPCGMeshSamplerSettings \ static_assert(alignof(UPCGMeshSamplerSettings) == 0x000008, "Wrong alignment on UPCGMeshSamplerSettings"); \ @@ -118379,7 +117824,116 @@ static_assert(alignof(UDualShockSpatializationSettings) == 0x000008, "Wrong alig static_assert(sizeof(UDualShockSpatializationSettings) == 0x000038, "Wrong size on UDualShockSpatializationSettings"); \ static_assert(offsetof(UDualShockSpatializationSettings, Spread) == 0x000028, "Member 'UDualShockSpatializationSettings::Spread' has a wrong offset!"); \ static_assert(offsetof(UDualShockSpatializationSettings, Priority) == 0x00002C, "Member 'UDualShockSpatializationSettings::Priority' has a wrong offset!"); \ -static_assert(offsetof(UDualShockSpatializationSettings, Passthrough) == 0x000030, "Member 'UDualShockSpatializationSettings::Passthrough' has a wrong offset!"); \ +static_assert(offsetof(UDualShockSpatializationSettings, PassThrough) == 0x000030, "Member 'UDualShockSpatializationSettings::PassThrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineOverrideSettings \ +static_assert(alignof(UStreamlineOverrideSettings) == 0x000008, "Wrong alignment on UStreamlineOverrideSettings"); \ +static_assert(sizeof(UStreamlineOverrideSettings) == 0x000030, "Wrong size on UStreamlineOverrideSettings"); \ +static_assert(offsetof(UStreamlineOverrideSettings, EnableDLSSFGInPlayInEditorViewportsOverride) == 0x000028, "Member 'UStreamlineOverrideSettings::EnableDLSSFGInPlayInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineOverrideSettings, LoadDebugOverlayOverride) == 0x000029, "Member 'UStreamlineOverrideSettings::LoadDebugOverlayOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineSettings \ +static_assert(alignof(UStreamlineSettings) == 0x000008, "Wrong alignment on UStreamlineSettings"); \ +static_assert(sizeof(UStreamlineSettings) == 0x000038, "Wrong size on UStreamlineSettings"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D12) == 0x000028, "Member 'UStreamlineSettings::bEnableStreamlineD3D12' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D11) == 0x000029, "Member 'UStreamlineSettings::bEnableStreamlineD3D11' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableDLSSFGInPlayInEditorViewports) == 0x00002A, "Member 'UStreamlineSettings::bEnableDLSSFGInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bLoadDebugOverlay) == 0x00002B, "Member 'UStreamlineSettings::bLoadDebugOverlay' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bAllowOTAUpdate) == 0x00002C, "Member 'UStreamlineSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, NVIDIANGXApplicationId) == 0x000030, "Member 'UStreamlineSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Log_C_Show \ +static_assert(alignof(WBP_Debug_Log_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Log_C_Show"); \ +static_assert(sizeof(WBP_Debug_Log_C_Show) == 0x000188, "Wrong size on WBP_Debug_Log_C_Show"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_Debug_Log_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Create_ReturnValue_1) == 0x000008, "Member 'WBP_Debug_Log_C_Show::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_AddChild_ReturnValue) == 0x000010, "Member 'WBP_Debug_Log_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_Debug_Log_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_Debug_Log_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Debug_Log_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'WBP_Debug_Log_C_Show::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_Debug_Log_C_Show::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'WBP_Debug_Log_C_Show::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetZGameInstance_ReturnValue) == 0x000040, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'WBP_Debug_Log_C_Show::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Map_Values_Values) == 0x000050, "Member 'WBP_Debug_Log_C_Show::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'WBP_Debug_Log_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_FromSeconds_ReturnValue) == 0x0000A8, "Member 'WBP_Debug_Log_C_Show::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetMilliseconds_ReturnValue) == 0x0000B4, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetMilliseconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_IntToString_ReturnValue) == 0x0000B8, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetSeconds_ReturnValue) == 0x0000C8, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetMinutes_ReturnValue) == 0x0000CC, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetMinutes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0000D0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_IntToString_ReturnValue_2) == 0x0000E0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000110, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000120, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_AddChild_ReturnValue_1) == 0x000140, "Member 'WBP_Debug_Log_C_Show::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000148, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000158, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000168, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000178, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_Log_C \ +static_assert(alignof(UWBP_Debug_Log_C) == 0x000008, "Wrong alignment on UWBP_Debug_Log_C"); \ +static_assert(sizeof(UWBP_Debug_Log_C) == 0x000300, "Wrong size on UWBP_Debug_Log_C"); \ +static_assert(offsetof(UWBP_Debug_Log_C, ScrollBox_Logs) == 0x0002F8, "Member 'UWBP_Debug_Log_C::ScrollBox_Logs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamlineVersion \ +static_assert(alignof(FStreamlineVersion) == 0x000004, "Wrong alignment on FStreamlineVersion"); \ +static_assert(sizeof(FStreamlineVersion) == 0x00000C, "Wrong size on FStreamlineVersion"); \ +static_assert(offsetof(FStreamlineVersion, Major) == 0x000000, "Member 'FStreamlineVersion::Major' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineVersion, Minor) == 0x000004, "Member 'FStreamlineVersion::Minor' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineVersion, Build) == 0x000008, "Member 'FStreamlineVersion::Build' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamlineFeatureRequirements \ +static_assert(alignof(FStreamlineFeatureRequirements) == 0x000004, "Wrong alignment on FStreamlineFeatureRequirements"); \ +static_assert(sizeof(FStreamlineFeatureRequirements) == 0x000034, "Wrong size on FStreamlineFeatureRequirements"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, Support) == 0x000000, "Member 'FStreamlineFeatureRequirements::Support' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, Requirements) == 0x000001, "Member 'FStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, RequiredOperatingSystemVersion) == 0x000004, "Member 'FStreamlineFeatureRequirements::RequiredOperatingSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, DetectedOperatingSystemVersion) == 0x000010, "Member 'FStreamlineFeatureRequirements::DetectedOperatingSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, RequiredDriverVersion) == 0x00001C, "Member 'FStreamlineFeatureRequirements::RequiredDriverVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, DetectedDriverVersion) == 0x000028, "Member 'FStreamlineFeatureRequirements::DetectedDriverVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_BreakStreamlineFeatureRequirements \ +static_assert(alignof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000001, "Wrong alignment on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ +static_assert(sizeof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000006, "Wrong size on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, Requirements) == 0x000000, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D11Supported) == 0x000001, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D11Supported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D12Supported) == 0x000002, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D12Supported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VulkanSupported) == 0x000003, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VulkanSupported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VSyncOffRequired) == 0x000004, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VSyncOffRequired' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, HardwareSchedulingRequired) == 0x000005, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::HardwareSchedulingRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_GetStreamlineFeatureInformation \ +static_assert(alignof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000004, "Wrong alignment on StreamlineLibrary_GetStreamlineFeatureInformation"); \ +static_assert(sizeof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000038, "Wrong size on StreamlineLibrary_GetStreamlineFeatureInformation"); \ +static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, Feature) == 0x000000, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, ReturnValue) == 0x000004, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_IsStreamlineFeatureSupported \ +static_assert(alignof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000001, "Wrong alignment on StreamlineLibrary_IsStreamlineFeatureSupported"); \ +static_assert(sizeof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000002, "Wrong size on StreamlineLibrary_IsStreamlineFeatureSupported"); \ +static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, Feature) == 0x000000, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_QueryStreamlineFeatureSupport \ +static_assert(alignof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000001, "Wrong alignment on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ +static_assert(sizeof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000002, "Wrong size on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ +static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, Feature) == 0x000000, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibrary \ +static_assert(alignof(UStreamlineLibrary) == 0x000008, "Wrong alignment on UStreamlineLibrary"); \ +static_assert(sizeof(UStreamlineLibrary) == 0x000028, "Wrong size on UStreamlineLibrary"); \ #define DUMPER7_ASSERTS_UTRXTestSaveGame \ static_assert(alignof(UTRXTestSaveGame) == 0x000008, "Wrong alignment on UTRXTestSaveGame"); \ @@ -119055,38 +118609,31 @@ static_assert(offsetof(UIKRig_SetTransform, Goal) == 0x000030, "Member 'UIKRig_S static_assert(offsetof(UIKRig_SetTransform, RootBone) == 0x000038, "Member 'UIKRig_SetTransform::RootBone' has a wrong offset!"); \ static_assert(offsetof(UIKRig_SetTransform, Effector) == 0x000040, "Member 'UIKRig_SetTransform::Effector' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FLocalizableMessageParameterEntry \ -static_assert(alignof(FLocalizableMessageParameterEntry) == 0x000008, "Wrong alignment on FLocalizableMessageParameterEntry"); \ -static_assert(sizeof(FLocalizableMessageParameterEntry) == 0x000020, "Wrong size on FLocalizableMessageParameterEntry"); \ -static_assert(offsetof(FLocalizableMessageParameterEntry, Key) == 0x000000, "Member 'FLocalizableMessageParameterEntry::Key' has a wrong offset!"); \ -static_assert(offsetof(FLocalizableMessageParameterEntry, Value) == 0x000010, "Member 'FLocalizableMessageParameterEntry::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera \ +static_assert(alignof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera"); \ +static_assert(sizeof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera) == 0x00006C, "Wrong size on BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, EntryPoint) == 0x000000, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable) == 0x000004, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_1) == 0x000014, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_2) == 0x00002C, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_3) == 0x00003C, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_2) == 0x00004C, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_3) == 0x000050, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_4) == 0x000054, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_4) == 0x000064, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, K2Node_Event_Value) == 0x000068, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::K2Node_Event_Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FLocalizableMessage \ -static_assert(alignof(FLocalizableMessage) == 0x000008, "Wrong alignment on FLocalizableMessage"); \ -static_assert(sizeof(FLocalizableMessage) == 0x000030, "Wrong size on FLocalizableMessage"); \ -static_assert(offsetof(FLocalizableMessage, Key) == 0x000000, "Member 'FLocalizableMessage::Key' has a wrong offset!"); \ -static_assert(offsetof(FLocalizableMessage, defaultText) == 0x000010, "Member 'FLocalizableMessage::defaultText' has a wrong offset!"); \ -static_assert(offsetof(FLocalizableMessage, Substitutions) == 0x000020, "Member 'FLocalizableMessage::Substitutions' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_PlayerCamera_C_OnImmersed \ +static_assert(alignof(BP_PlayerCamera_C_OnImmersed) == 0x000001, "Wrong alignment on BP_PlayerCamera_C_OnImmersed"); \ +static_assert(sizeof(BP_PlayerCamera_C_OnImmersed) == 0x000001, "Wrong size on BP_PlayerCamera_C_OnImmersed"); \ +static_assert(offsetof(BP_PlayerCamera_C_OnImmersed, Value) == 0x000000, "Member 'BP_PlayerCamera_C_OnImmersed::Value' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FLocalizableMessageParameterInt \ -static_assert(alignof(FLocalizableMessageParameterInt) == 0x000008, "Wrong alignment on FLocalizableMessageParameterInt"); \ -static_assert(sizeof(FLocalizableMessageParameterInt) == 0x000008, "Wrong size on FLocalizableMessageParameterInt"); \ -static_assert(offsetof(FLocalizableMessageParameterInt, Value) == 0x000000, "Member 'FLocalizableMessageParameterInt::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FLocalizableMessageParameterFloat \ -static_assert(alignof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong alignment on FLocalizableMessageParameterFloat"); \ -static_assert(sizeof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong size on FLocalizableMessageParameterFloat"); \ -static_assert(offsetof(FLocalizableMessageParameterFloat, Value) == 0x000000, "Member 'FLocalizableMessageParameterFloat::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FLocalizableMessageParameterString \ -static_assert(alignof(FLocalizableMessageParameterString) == 0x000008, "Wrong alignment on FLocalizableMessageParameterString"); \ -static_assert(sizeof(FLocalizableMessageParameterString) == 0x000010, "Wrong size on FLocalizableMessageParameterString"); \ -static_assert(offsetof(FLocalizableMessageParameterString, Value) == 0x000000, "Member 'FLocalizableMessageParameterString::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FLocalizableMessageParameterMessage \ -static_assert(alignof(FLocalizableMessageParameterMessage) == 0x000008, "Wrong alignment on FLocalizableMessageParameterMessage"); \ -static_assert(sizeof(FLocalizableMessageParameterMessage) == 0x000030, "Wrong size on FLocalizableMessageParameterMessage"); \ -static_assert(offsetof(FLocalizableMessageParameterMessage, Value) == 0x000000, "Member 'FLocalizableMessageParameterMessage::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ABP_PlayerCamera_C \ +static_assert(alignof(ABP_PlayerCamera_C) == 0x000010, "Wrong alignment on ABP_PlayerCamera_C"); \ +static_assert(sizeof(ABP_PlayerCamera_C) == 0x001560, "Wrong size on ABP_PlayerCamera_C"); \ +static_assert(offsetof(ABP_PlayerCamera_C, UberGraphFrame) == 0x001550, "Member 'ABP_PlayerCamera_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ @@ -119761,116 +119308,6 @@ static_assert(sizeof(UConstantCameraShakePattern) == 0x000088, "Wrong size on UC static_assert(offsetof(UConstantCameraShakePattern, LocationOffset) == 0x000058, "Member 'UConstantCameraShakePattern::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UConstantCameraShakePattern, RotationOffset) == 0x000070, "Member 'UConstantCameraShakePattern::RotationOffset' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_Darwin_Event \ -static_assert(alignof(WBP_CreditsBGD_C_Darwin_Event) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_Darwin_Event"); \ -static_assert(sizeof(WBP_CreditsBGD_C_Darwin_Event) == 0x000008, "Wrong size on WBP_CreditsBGD_C_Darwin_Event"); \ -static_assert(offsetof(WBP_CreditsBGD_C_Darwin_Event, Darwin_0) == 0x000000, "Member 'WBP_CreditsBGD_C_Darwin_Event::Darwin_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD \ -static_assert(alignof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD"); \ -static_assert(sizeof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD) == 0x0000D8, "Wrong size on WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, EntryPoint) == 0x000000, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000008, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000028, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00002C, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000030, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000038, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000040, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000060, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000064, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000068, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_object_Variable) == 0x000070, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000078, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable) == 0x000080, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1) == 0x000088, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_0) == 0x000090, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1_0) == 0x000098, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1_1) == 0x0000A0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1) == 0x0000A8, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_2) == 0x0000B0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_CustomEvent_Darwin) == 0x0000C0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_CustomEvent_Darwin' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_PlayAnimation_ReturnValue) == 0x0000C8, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000D0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0 \ -static_assert(alignof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(sizeof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1 \ -static_assert(alignof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(sizeof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_ReadDataTableCredit \ -static_assert(alignof(WBP_CreditsBGD_C_ReadDataTableCredit) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_ReadDataTableCredit"); \ -static_assert(sizeof(WBP_CreditsBGD_C_ReadDataTableCredit) == 0x000008, "Wrong size on WBP_CreditsBGD_C_ReadDataTableCredit"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ReadDataTableCredit, DataTable) == 0x000000, "Member 'WBP_CreditsBGD_C_ReadDataTableCredit::DataTable' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_ReadDataTableSpecial \ -static_assert(alignof(WBP_CreditsBGD_C_ReadDataTableSpecial) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_ReadDataTableSpecial"); \ -static_assert(sizeof(WBP_CreditsBGD_C_ReadDataTableSpecial) == 0x000008, "Wrong size on WBP_CreditsBGD_C_ReadDataTableSpecial"); \ -static_assert(offsetof(WBP_CreditsBGD_C_ReadDataTableSpecial, DataTable) == 0x000000, "Member 'WBP_CreditsBGD_C_ReadDataTableSpecial::DataTable' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD \ -static_assert(alignof(WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD"); \ -static_assert(sizeof(WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD) == 0x000008, "Wrong size on WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD"); \ -static_assert(offsetof(WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD, Darwin_0) == 0x000000, "Member 'WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD::Darwin_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CreditsBGD_C \ -static_assert(alignof(UWBP_CreditsBGD_C) == 0x000008, "Wrong alignment on UWBP_CreditsBGD_C"); \ -static_assert(sizeof(UWBP_CreditsBGD_C) == 0x000458, "Wrong size on UWBP_CreditsBGD_C"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsBGD_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, SchlingstarS) == 0x000300, "Member 'UWBP_CreditsBGD_C::SchlingstarS' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, RollCredits) == 0x000308, "Member 'UWBP_CreditsBGD_C::RollCredits' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Background) == 0x000310, "Member 'UWBP_CreditsBGD_C::Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Button_138) == 0x000318, "Member 'UWBP_CreditsBGD_C::Button_138' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, CanvasPanel_29) == 0x000320, "Member 'UWBP_CreditsBGD_C::CanvasPanel_29' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char01) == 0x000328, "Member 'UWBP_CreditsBGD_C::Char01' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02) == 0x000330, "Member 'UWBP_CreditsBGD_C::Char02' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_2) == 0x000338, "Member 'UWBP_CreditsBGD_C::Char02_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_3) == 0x000340, "Member 'UWBP_CreditsBGD_C::Char02_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_4) == 0x000348, "Member 'UWBP_CreditsBGD_C::Char02_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_5) == 0x000350, "Member 'UWBP_CreditsBGD_C::Char02_5' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_6) == 0x000358, "Member 'UWBP_CreditsBGD_C::Char02_6' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_7) == 0x000360, "Member 'UWBP_CreditsBGD_C::Char02_7' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_8) == 0x000368, "Member 'UWBP_CreditsBGD_C::Char02_8' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_9) == 0x000370, "Member 'UWBP_CreditsBGD_C::Char02_9' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_10) == 0x000378, "Member 'UWBP_CreditsBGD_C::Char02_10' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_11) == 0x000380, "Member 'UWBP_CreditsBGD_C::Char02_11' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_12) == 0x000388, "Member 'UWBP_CreditsBGD_C::Char02_12' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_13) == 0x000390, "Member 'UWBP_CreditsBGD_C::Char02_13' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_14) == 0x000398, "Member 'UWBP_CreditsBGD_C::Char02_14' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_15) == 0x0003A0, "Member 'UWBP_CreditsBGD_C::Char02_15' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Char02_16) == 0x0003A8, "Member 'UWBP_CreditsBGD_C::Char02_16' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Cloud) == 0x0003B0, "Member 'UWBP_CreditsBGD_C::Cloud' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, cloud_02) == 0x0003B8, "Member 'UWBP_CreditsBGD_C::cloud_02' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Darwin) == 0x0003C0, "Member 'UWBP_CreditsBGD_C::Darwin' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Galaxies) == 0x0003C8, "Member 'UWBP_CreditsBGD_C::Galaxies' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, RetainerBox_0) == 0x0003D0, "Member 'UWBP_CreditsBGD_C::RetainerBox_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, RetainerBox_5) == 0x0003D8, "Member 'UWBP_CreditsBGD_C::RetainerBox_5' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, RetainerBox_6) == 0x0003E0, "Member 'UWBP_CreditsBGD_C::RetainerBox_6' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Schling_01) == 0x0003E8, "Member 'UWBP_CreditsBGD_C::Schling_01' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Schling_02) == 0x0003F0, "Member 'UWBP_CreditsBGD_C::Schling_02' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Stars01) == 0x0003F8, "Member 'UWBP_CreditsBGD_C::Stars01' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Stars01_2) == 0x000400, "Member 'UWBP_CreditsBGD_C::Stars01_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Stars02) == 0x000408, "Member 'UWBP_CreditsBGD_C::Stars02' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, Stars02_2) == 0x000410, "Member 'UWBP_CreditsBGD_C::Stars02_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, CreditDT) == 0x000418, "Member 'UWBP_CreditsBGD_C::CreditDT' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, SkipTime) == 0x000420, "Member 'UWBP_CreditsBGD_C::SkipTime' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, OnCreditClosed) == 0x000428, "Member 'UWBP_CreditsBGD_C::OnCreditClosed' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, DT_ZDT_Credits) == 0x000438, "Member 'UWBP_CreditsBGD_C::DT_ZDT_Credits' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, DT_ZDT_SpecialThanks) == 0x000440, "Member 'UWBP_CreditsBGD_C::DT_ZDT_SpecialThanks' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, DT_Konami_Credits) == 0x000448, "Member 'UWBP_CreditsBGD_C::DT_Konami_Credits' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsBGD_C, DT_LegalMentions) == 0x000450, "Member 'UWBP_CreditsBGD_C::DT_LegalMentions' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCacheEventBase \ static_assert(alignof(FCacheEventBase) == 0x000008, "Wrong alignment on FCacheEventBase"); \ static_assert(sizeof(FCacheEventBase) == 0x000008, "Wrong size on FCacheEventBase"); \ @@ -120243,52 +119680,6 @@ static_assert(sizeof(UChaosClothingInteractor) == 0x000050, "Wrong size on UChao static_assert(alignof(UChaosClothingSimulationInteractor) == 0x000008, "Wrong alignment on UChaosClothingSimulationInteractor"); \ static_assert(sizeof(UChaosClothingSimulationInteractor) == 0x0000B0, "Wrong size on UChaosClothingSimulationInteractor"); \ -#define DUMPER7_ASSERTS_ANS_DisablePhysicalAnimation_C_Received_NotifyTick \ -static_assert(alignof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick) == 0x000008, "Wrong alignment on ANS_DisablePhysicalAnimation_C_Received_NotifyTick"); \ -static_assert(sizeof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick) == 0x000080, "Wrong size on ANS_DisablePhysicalAnimation_C_Received_NotifyTick"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, Animation) == 0x000008, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::Animation' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, EventReference) == 0x000018, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::EventReference' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, ReturnValue) == 0x000048, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_AsZCharacter) == 0x000058, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_AsCH_Darwin) == 0x000070, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ANS_DisablePhysicalAnimation_C_Received_NotifyEnd \ -static_assert(alignof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on ANS_DisablePhysicalAnimation_C_Received_NotifyEnd"); \ -static_assert(sizeof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd) == 0x000068, "Wrong size on ANS_DisablePhysicalAnimation_C_Received_NotifyEnd"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, ReturnValue) == 0x000040, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, K2Node_DynamicCast_AsZCharacter) == 0x000050, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ANS_DisablePhysicalAnimation_C_Received_NotifyBegin \ -static_assert(alignof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on ANS_DisablePhysicalAnimation_C_Received_NotifyBegin"); \ -static_assert(sizeof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin) == 0x000070, "Wrong size on ANS_DisablePhysicalAnimation_C_Received_NotifyBegin"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, ReturnValue) == 0x000048, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, K2Node_DynamicCast_AsZCharacter) == 0x000058, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UANS_DisablePhysicalAnimation_C \ -static_assert(alignof(UANS_DisablePhysicalAnimation_C) == 0x000008, "Wrong alignment on UANS_DisablePhysicalAnimation_C"); \ -static_assert(sizeof(UANS_DisablePhysicalAnimation_C) == 0x000040, "Wrong size on UANS_DisablePhysicalAnimation_C"); \ -static_assert(offsetof(UANS_DisablePhysicalAnimation_C, DebugInfo) == 0x000030, "Member 'UANS_DisablePhysicalAnimation_C::DebugInfo' has a wrong offset!"); \ -static_assert(offsetof(UANS_DisablePhysicalAnimation_C, EnableOnFinished) == 0x000038, "Member 'UANS_DisablePhysicalAnimation_C::EnableOnFinished' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UMovieSceneTakeSection \ static_assert(alignof(UMovieSceneTakeSection) == 0x000008, "Wrong alignment on UMovieSceneTakeSection"); \ static_assert(sizeof(UMovieSceneTakeSection) == 0x000730, "Wrong size on UMovieSceneTakeSection"); \ @@ -120314,164 +119705,6 @@ static_assert(alignof(UMovieSceneTakeTrack) == 0x000008, "Wrong alignment on UMo static_assert(sizeof(UMovieSceneTakeTrack) == 0x0000A8, "Wrong size on UMovieSceneTakeTrack"); \ static_assert(offsetof(UMovieSceneTakeTrack, Sections) == 0x000098, "Member 'UMovieSceneTakeTrack::Sections' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FFBIKBoneLimit \ -static_assert(alignof(FFBIKBoneLimit) == 0x000008, "Wrong alignment on FFBIKBoneLimit"); \ -static_assert(sizeof(FFBIKBoneLimit) == 0x000020, "Wrong size on FFBIKBoneLimit"); \ -static_assert(offsetof(FFBIKBoneLimit, LimitType_X) == 0x000000, "Member 'FFBIKBoneLimit::LimitType_X' has a wrong offset!"); \ -static_assert(offsetof(FFBIKBoneLimit, LimitType_Y) == 0x000001, "Member 'FFBIKBoneLimit::LimitType_Y' has a wrong offset!"); \ -static_assert(offsetof(FFBIKBoneLimit, LimitType_Z) == 0x000002, "Member 'FFBIKBoneLimit::LimitType_Z' has a wrong offset!"); \ -static_assert(offsetof(FFBIKBoneLimit, Limit) == 0x000008, "Member 'FFBIKBoneLimit::Limit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFBIKConstraintOption \ -static_assert(alignof(FFBIKConstraintOption) == 0x000008, "Wrong alignment on FFBIKConstraintOption"); \ -static_assert(sizeof(FFBIKConstraintOption) == 0x0000A0, "Wrong size on FFBIKConstraintOption"); \ -static_assert(offsetof(FFBIKConstraintOption, Item) == 0x000000, "Member 'FFBIKConstraintOption::Item' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, bEnabled) == 0x00000C, "Member 'FFBIKConstraintOption::bEnabled' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, bUseStiffness) == 0x00000D, "Member 'FFBIKConstraintOption::bUseStiffness' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, LinearStiffness) == 0x000010, "Member 'FFBIKConstraintOption::LinearStiffness' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, AngularStiffness) == 0x000028, "Member 'FFBIKConstraintOption::AngularStiffness' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, bUseAngularLimit) == 0x000040, "Member 'FFBIKConstraintOption::bUseAngularLimit' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, AngularLimit) == 0x000048, "Member 'FFBIKConstraintOption::AngularLimit' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, bUsePoleVector) == 0x000068, "Member 'FFBIKConstraintOption::bUsePoleVector' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, PoleVectorOption) == 0x000069, "Member 'FFBIKConstraintOption::PoleVectorOption' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, PoleVector) == 0x000070, "Member 'FFBIKConstraintOption::PoleVector' has a wrong offset!"); \ -static_assert(offsetof(FFBIKConstraintOption, OffsetRotation) == 0x000088, "Member 'FFBIKConstraintOption::OffsetRotation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FMotionProcessInput \ -static_assert(alignof(FMotionProcessInput) == 0x000001, "Wrong alignment on FMotionProcessInput"); \ -static_assert(sizeof(FMotionProcessInput) == 0x000002, "Wrong size on FMotionProcessInput"); \ -static_assert(offsetof(FMotionProcessInput, bForceEffectorRotationTarget) == 0x000000, "Member 'FMotionProcessInput::bForceEffectorRotationTarget' has a wrong offset!"); \ -static_assert(offsetof(FMotionProcessInput, bOnlyApplyWhenReachedToTarget) == 0x000001, "Member 'FMotionProcessInput::bOnlyApplyWhenReachedToTarget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFBIKDebugOption \ -static_assert(alignof(FFBIKDebugOption) == 0x000010, "Wrong alignment on FFBIKDebugOption"); \ -static_assert(sizeof(FFBIKDebugOption) == 0x000080, "Wrong size on FFBIKDebugOption"); \ -static_assert(offsetof(FFBIKDebugOption, bDrawDebugHierarchy) == 0x000000, "Member 'FFBIKDebugOption::bDrawDebugHierarchy' has a wrong offset!"); \ -static_assert(offsetof(FFBIKDebugOption, bColorAngularMotionStrength) == 0x000001, "Member 'FFBIKDebugOption::bColorAngularMotionStrength' has a wrong offset!"); \ -static_assert(offsetof(FFBIKDebugOption, bColorLinearMotionStrength) == 0x000002, "Member 'FFBIKDebugOption::bColorLinearMotionStrength' has a wrong offset!"); \ -static_assert(offsetof(FFBIKDebugOption, bDrawDebugAxes) == 0x000003, "Member 'FFBIKDebugOption::bDrawDebugAxes' has a wrong offset!"); \ -static_assert(offsetof(FFBIKDebugOption, bDrawDebugEffector) == 0x000004, "Member 'FFBIKDebugOption::bDrawDebugEffector' has a wrong offset!"); \ -static_assert(offsetof(FFBIKDebugOption, bDrawDebugConstraints) == 0x000005, "Member 'FFBIKDebugOption::bDrawDebugConstraints' has a wrong offset!"); \ -static_assert(offsetof(FFBIKDebugOption, DrawWorldOffset) == 0x000010, "Member 'FFBIKDebugOption::DrawWorldOffset' has a wrong offset!"); \ -static_assert(offsetof(FFBIKDebugOption, DrawSize) == 0x000070, "Member 'FFBIKDebugOption::DrawSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FSolverInput \ -static_assert(alignof(FSolverInput) == 0x000004, "Wrong alignment on FSolverInput"); \ -static_assert(sizeof(FSolverInput) == 0x000024, "Wrong size on FSolverInput"); \ -static_assert(offsetof(FSolverInput, LinearMotionStrength) == 0x000000, "Member 'FSolverInput::LinearMotionStrength' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, MinLinearMotionStrength) == 0x000004, "Member 'FSolverInput::MinLinearMotionStrength' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, AngularMotionStrength) == 0x000008, "Member 'FSolverInput::AngularMotionStrength' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, MinAngularMotionStrength) == 0x00000C, "Member 'FSolverInput::MinAngularMotionStrength' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, DefaultTargetClamp) == 0x000010, "Member 'FSolverInput::DefaultTargetClamp' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, Precision) == 0x000014, "Member 'FSolverInput::Precision' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, Damping) == 0x000018, "Member 'FSolverInput::Damping' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, MaxIterations) == 0x00001C, "Member 'FSolverInput::MaxIterations' has a wrong offset!"); \ -static_assert(offsetof(FSolverInput, bUseJacobianTranspose) == 0x000020, "Member 'FSolverInput::bUseJacobianTranspose' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFBIKEndEffector \ -static_assert(alignof(FFBIKEndEffector) == 0x000010, "Wrong alignment on FFBIKEndEffector"); \ -static_assert(sizeof(FFBIKEndEffector) == 0x000060, "Wrong size on FFBIKEndEffector"); \ -static_assert(offsetof(FFBIKEndEffector, Item) == 0x000000, "Member 'FFBIKEndEffector::Item' has a wrong offset!"); \ -static_assert(offsetof(FFBIKEndEffector, Position) == 0x000010, "Member 'FFBIKEndEffector::Position' has a wrong offset!"); \ -static_assert(offsetof(FFBIKEndEffector, PositionAlpha) == 0x000028, "Member 'FFBIKEndEffector::PositionAlpha' has a wrong offset!"); \ -static_assert(offsetof(FFBIKEndEffector, PositionDepth) == 0x00002C, "Member 'FFBIKEndEffector::PositionDepth' has a wrong offset!"); \ -static_assert(offsetof(FFBIKEndEffector, Rotation) == 0x000030, "Member 'FFBIKEndEffector::Rotation' has a wrong offset!"); \ -static_assert(offsetof(FFBIKEndEffector, RotationAlpha) == 0x000050, "Member 'FFBIKEndEffector::RotationAlpha' has a wrong offset!"); \ -static_assert(offsetof(FFBIKEndEffector, RotationDepth) == 0x000054, "Member 'FFBIKEndEffector::RotationDepth' has a wrong offset!"); \ -static_assert(offsetof(FFBIKEndEffector, Pull) == 0x000058, "Member 'FFBIKEndEffector::Pull' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FRigUnit_FullbodyIK_WorkData \ -static_assert(alignof(FRigUnit_FullbodyIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FullbodyIK_WorkData"); \ -static_assert(sizeof(FRigUnit_FullbodyIK_WorkData) == 0x000198, "Wrong size on FRigUnit_FullbodyIK_WorkData"); \ - -#define DUMPER7_ASSERTS_FRigUnit_FullbodyIK \ -static_assert(alignof(FRigUnit_FullbodyIK) == 0x000010, "Wrong alignment on FRigUnit_FullbodyIK"); \ -static_assert(sizeof(FRigUnit_FullbodyIK) == 0x000450, "Wrong size on FRigUnit_FullbodyIK"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, Root) == 0x0001D0, "Member 'FRigUnit_FullbodyIK::Root' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, Effectors) == 0x0001E0, "Member 'FRigUnit_FullbodyIK::Effectors' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, Constraints) == 0x0001F0, "Member 'FRigUnit_FullbodyIK::Constraints' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, SolverProperty) == 0x000200, "Member 'FRigUnit_FullbodyIK::SolverProperty' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, MotionProperty) == 0x000224, "Member 'FRigUnit_FullbodyIK::MotionProperty' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, bPropagateToChildren) == 0x000226, "Member 'FRigUnit_FullbodyIK::bPropagateToChildren' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, DebugOption) == 0x000230, "Member 'FRigUnit_FullbodyIK::DebugOption' has a wrong offset!"); \ -static_assert(offsetof(FRigUnit_FullbodyIK, WorkData) == 0x0002B0, "Member 'FRigUnit_FullbodyIK::WorkData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_GetAllChannels \ -static_assert(alignof(TraceUtilLibrary_GetAllChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetAllChannels"); \ -static_assert(sizeof(TraceUtilLibrary_GetAllChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetAllChannels"); \ -static_assert(offsetof(TraceUtilLibrary_GetAllChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetAllChannels::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_GetEnabledChannels \ -static_assert(alignof(TraceUtilLibrary_GetEnabledChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetEnabledChannels"); \ -static_assert(sizeof(TraceUtilLibrary_GetEnabledChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetEnabledChannels"); \ -static_assert(offsetof(TraceUtilLibrary_GetEnabledChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetEnabledChannels::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_IsChannelEnabled \ -static_assert(alignof(TraceUtilLibrary_IsChannelEnabled) == 0x000008, "Wrong alignment on TraceUtilLibrary_IsChannelEnabled"); \ -static_assert(sizeof(TraceUtilLibrary_IsChannelEnabled) == 0x000018, "Wrong size on TraceUtilLibrary_IsChannelEnabled"); \ -static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_IsChannelEnabled::ChannelName' has a wrong offset!"); \ -static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ReturnValue) == 0x000010, "Member 'TraceUtilLibrary_IsChannelEnabled::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_IsTracing \ -static_assert(alignof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_IsTracing"); \ -static_assert(sizeof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong size on TraceUtilLibrary_IsTracing"); \ -static_assert(offsetof(TraceUtilLibrary_IsTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_IsTracing::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_PauseTracing \ -static_assert(alignof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_PauseTracing"); \ -static_assert(sizeof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong size on TraceUtilLibrary_PauseTracing"); \ -static_assert(offsetof(TraceUtilLibrary_PauseTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_PauseTracing::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_ResumeTracing \ -static_assert(alignof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_ResumeTracing"); \ -static_assert(sizeof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong size on TraceUtilLibrary_ResumeTracing"); \ -static_assert(offsetof(TraceUtilLibrary_ResumeTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_ResumeTracing::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceSendTo \ -static_assert(alignof(TraceUtilLibrary_StartTraceSendTo) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceSendTo"); \ -static_assert(sizeof(TraceUtilLibrary_StartTraceSendTo) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceSendTo"); \ -static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Target) == 0x000000, "Member 'TraceUtilLibrary_StartTraceSendTo::Target' has a wrong offset!"); \ -static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceSendTo::Channels' has a wrong offset!"); \ -static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceSendTo::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceToFile \ -static_assert(alignof(TraceUtilLibrary_StartTraceToFile) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceToFile"); \ -static_assert(sizeof(TraceUtilLibrary_StartTraceToFile) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceToFile"); \ -static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Filename) == 0x000000, "Member 'TraceUtilLibrary_StartTraceToFile::Filename' has a wrong offset!"); \ -static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceToFile::Channels' has a wrong offset!"); \ -static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceToFile::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_StopTracing \ -static_assert(alignof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_StopTracing"); \ -static_assert(sizeof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong size on TraceUtilLibrary_StopTracing"); \ -static_assert(offsetof(TraceUtilLibrary_StopTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_StopTracing::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_ToggleChannel \ -static_assert(alignof(TraceUtilLibrary_ToggleChannel) == 0x000008, "Wrong alignment on TraceUtilLibrary_ToggleChannel"); \ -static_assert(sizeof(TraceUtilLibrary_ToggleChannel) == 0x000018, "Wrong size on TraceUtilLibrary_ToggleChannel"); \ -static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_ToggleChannel::ChannelName' has a wrong offset!"); \ -static_assert(offsetof(TraceUtilLibrary_ToggleChannel, Enabled) == 0x000010, "Member 'TraceUtilLibrary_ToggleChannel::Enabled' has a wrong offset!"); \ -static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ReturnValue) == 0x000011, "Member 'TraceUtilLibrary_ToggleChannel::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceBookmark \ -static_assert(alignof(TraceUtilLibrary_TraceBookmark) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceBookmark"); \ -static_assert(sizeof(TraceUtilLibrary_TraceBookmark) == 0x000010, "Wrong size on TraceUtilLibrary_TraceBookmark"); \ -static_assert(offsetof(TraceUtilLibrary_TraceBookmark, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceBookmark::Name_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionEnd \ -static_assert(alignof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionEnd"); \ -static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionEnd"); \ -static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionEnd, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionEnd::Name_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionStart \ -static_assert(alignof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionStart"); \ -static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionStart"); \ -static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionStart, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionStart::Name_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTraceUtilLibrary \ -static_assert(alignof(UTraceUtilLibrary) == 0x000008, "Wrong alignment on UTraceUtilLibrary"); \ -static_assert(sizeof(UTraceUtilLibrary) == 0x000028, "Wrong size on UTraceUtilLibrary"); \ - #define DUMPER7_ASSERTS_FAudioInputDeviceInfo \ static_assert(alignof(FAudioInputDeviceInfo) == 0x000008, "Wrong alignment on FAudioInputDeviceInfo"); \ static_assert(sizeof(FAudioInputDeviceInfo) == 0x000030, "Wrong size on FAudioInputDeviceInfo"); \ @@ -120532,99 +119765,111 @@ static_assert(alignof(UAudioCaptureComponent) == 0x000010, "Wrong alignment on U static_assert(sizeof(UAudioCaptureComponent) == 0x000950, "Wrong size on UAudioCaptureComponent"); \ static_assert(offsetof(UAudioCaptureComponent, JitterLatencyFrames) == 0x000890, "Member 'UAudioCaptureComponent::JitterLatencyFrames' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase \ -static_assert(alignof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase) == 0x000008, "Wrong alignment on WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase"); \ -static_assert(sizeof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase) == 0x000088, "Wrong size on WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, EntryPoint) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, Temp_delegate_Variable) == 0x000004, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, Temp_delegate_Variable_1) == 0x000018, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_Event_InFocusEvent_1) == 0x00002C, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_Event_InFocusEvent) == 0x000034, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetZGameInstance_ReturnValue) == 0x000040, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000048, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_HasBeenCollected_ReturnValue) == 0x000050, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_HasBeenCollected_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000058, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetCurrentScreenWidget_ReturnValue) == 0x000068, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetCurrentScreenWidget_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture) == 0x000070, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_RequestScreenUI_ReturnValue) == 0x000079, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetCurrentScreenWidget_ReturnValue_1) == 0x000080, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetCurrentScreenWidget_ReturnValue_1' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ABP_Exosuit__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Exosuit::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData) == 0x0001E0, "Wrong size on ABP_Exosuit::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_20) == 0x000004, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __BoolProperty_21) == 0x00000C, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__BoolProperty_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __FloatProperty_22) == 0x000010, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__FloatProperty_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __FloatProperty_23) == 0x000014, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__FloatProperty_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __BoolProperty_24) == 0x000018, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__BoolProperty_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __EnumProperty_25) == 0x000019, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__EnumProperty_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __ByteProperty_26) == 0x00001A, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__ByteProperty_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_27) == 0x00001C, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_28) == 0x000024, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_29) == 0x00002C, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __IntProperty_30) == 0x000034, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__IntProperty_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __StructProperty_31) == 0x000038, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__StructProperty_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000058, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000D8, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000F0, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000120, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000150, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000180, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0001B0, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_InitCollectibleButton \ -static_assert(alignof(WBP_CollectibleButtonBase_C_InitCollectibleButton) == 0x000008, "Wrong alignment on WBP_CollectibleButtonBase_C_InitCollectibleButton"); \ -static_assert(sizeof(WBP_CollectibleButtonBase_C_InitCollectibleButton) == 0x000140, "Wrong size on WBP_CollectibleButtonBase_C_InitCollectibleButton"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, NewCollectibleData) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::NewCollectibleData' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, StyleIndex) == 0x0000D0, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::StyleIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000D4, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_SwitchInteger_CmpSuccess) == 0x0000D5, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D6, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000D8, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_AsTexture) == 0x0000E0, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_AsTexture' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000F0, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_AsTexture_1) == 0x000100, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_AsTexture_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_AsTexture_2D) == 0x000110, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000120, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_GetZGameInstance_ReturnValue) == 0x000128, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000130, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_HasBeenCollected_ReturnValue) == 0x000138, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_HasBeenCollected_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ABP_Exosuit__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Exosuit::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ABP_Exosuit::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Exosuit::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong size on ABP_Exosuit::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_CollectibleButtonBase_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_CollectibleButtonBase_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_CollectibleButtonBase_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_CollectibleButtonBase_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ABP_Exosuit_C_AnimGraph \ +static_assert(alignof(ABP_Exosuit_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Exosuit_C_AnimGraph"); \ +static_assert(sizeof(ABP_Exosuit_C_AnimGraph) == 0x000010, "Wrong size on ABP_Exosuit_C_AnimGraph"); \ +static_assert(offsetof(ABP_Exosuit_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Exosuit_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ABP_Exosuit_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Exosuit_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Exosuit_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Exosuit_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Exosuit_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Exosuit_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Exosuit_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_CollectibleButtonBase_C \ -static_assert(alignof(UWBP_CollectibleButtonBase_C) == 0x000008, "Wrong alignment on UWBP_CollectibleButtonBase_C"); \ -static_assert(sizeof(UWBP_CollectibleButtonBase_C) == 0x000500, "Wrong size on UWBP_CollectibleButtonBase_C"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CollectibleButtonBase_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border) == 0x000300, "Member 'UWBP_CollectibleButtonBase_C::Border' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, CollectibleButton) == 0x000308, "Member 'UWBP_CollectibleButtonBase_C::CollectibleButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, InnerButtonOverlay) == 0x000310, "Member 'UWBP_CollectibleButtonBase_C::InnerButtonOverlay' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Item_Image) == 0x000318, "Member 'UWBP_CollectibleButtonBase_C::Item_Image' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask) == 0x000320, "Member 'UWBP_CollectibleButtonBase_C::LockMask' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline) == 0x000328, "Member 'UWBP_CollectibleButtonBase_C::Outline' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette) == 0x000330, "Member 'UWBP_CollectibleButtonBase_C::Vignette' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, CollectibleData) == 0x000338, "Member 'UWBP_CollectibleButtonBase_C::CollectibleData' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, BaseColour) == 0x000408, "Member 'UWBP_CollectibleButtonBase_C::BaseColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, HoveredColour) == 0x000418, "Member 'UWBP_CollectibleButtonBase_C::HoveredColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, HoverScale) == 0x000428, "Member 'UWBP_CollectibleButtonBase_C::HoverScale' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_0) == 0x000438, "Member 'UWBP_CollectibleButtonBase_C::Border_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_1) == 0x000440, "Member 'UWBP_CollectibleButtonBase_C::Border_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_2) == 0x000448, "Member 'UWBP_CollectibleButtonBase_C::Border_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_3) == 0x000450, "Member 'UWBP_CollectibleButtonBase_C::Border_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_4) == 0x000458, "Member 'UWBP_CollectibleButtonBase_C::Border_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_0) == 0x000460, "Member 'UWBP_CollectibleButtonBase_C::LockMask_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_1) == 0x000468, "Member 'UWBP_CollectibleButtonBase_C::LockMask_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_2) == 0x000470, "Member 'UWBP_CollectibleButtonBase_C::LockMask_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_3) == 0x000478, "Member 'UWBP_CollectibleButtonBase_C::LockMask_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_4) == 0x000480, "Member 'UWBP_CollectibleButtonBase_C::LockMask_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_0) == 0x000488, "Member 'UWBP_CollectibleButtonBase_C::Outline_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_1) == 0x000490, "Member 'UWBP_CollectibleButtonBase_C::Outline_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_2) == 0x000498, "Member 'UWBP_CollectibleButtonBase_C::Outline_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_3) == 0x0004A0, "Member 'UWBP_CollectibleButtonBase_C::Outline_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_4) == 0x0004A8, "Member 'UWBP_CollectibleButtonBase_C::Outline_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_0) == 0x0004B0, "Member 'UWBP_CollectibleButtonBase_C::Vignette_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_1) == 0x0004B8, "Member 'UWBP_CollectibleButtonBase_C::Vignette_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_2) == 0x0004C0, "Member 'UWBP_CollectibleButtonBase_C::Vignette_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_3) == 0x0004C8, "Member 'UWBP_CollectibleButtonBase_C::Vignette_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_4) == 0x0004D0, "Member 'UWBP_CollectibleButtonBase_C::Vignette_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_0) == 0x0004D8, "Member 'UWBP_CollectibleButtonBase_C::Mark_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_1) == 0x0004E0, "Member 'UWBP_CollectibleButtonBase_C::Mark_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_2) == 0x0004E8, "Member 'UWBP_CollectibleButtonBase_C::Mark_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_3) == 0x0004F0, "Member 'UWBP_CollectibleButtonBase_C::Mark_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleButtonBase_C, Viewed) == 0x0004F8, "Member 'UWBP_CollectibleButtonBase_C::Viewed' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit \ +static_assert(alignof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit) == 0x000008, "Wrong alignment on ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit"); \ +static_assert(sizeof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit) == 0x000130, "Wrong size on ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, EntryPoint) == 0x000000, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_1) == 0x000010, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, K2Node_Event_DeltaTimeX) == 0x000018, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, K2Node_DynamicCast_AsCH_Exosuit) == 0x000020, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::K2Node_DynamicCast_AsCH_Exosuit' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000030, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable) == 0x000040, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_1) == 0x000050, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_2) == 0x000060, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_2) == 0x000068, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_3) == 0x000078, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_3) == 0x000080, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_4) == 0x000090, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue) == 0x000098, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_1) == 0x00009C, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_5) == 0x0000A0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_4) == 0x0000A8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_2) == 0x0000B8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_3) == 0x0000BC, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_5) == 0x0000C0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_6) == 0x0000D0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_4) == 0x0000D8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_5) == 0x0000DC, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x0000E0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_7) == 0x0000E8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000F0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000108, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000120, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000128, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Exosuit_C_SetSpeed \ +static_assert(alignof(ABP_Exosuit_C_SetSpeed) == 0x000008, "Wrong alignment on ABP_Exosuit_C_SetSpeed"); \ +static_assert(sizeof(ABP_Exosuit_C_SetSpeed) == 0x000090, "Wrong size on ABP_Exosuit_C_SetSpeed"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_GetForwardVector_ReturnValue) == 0x000008, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_GetMaxSpeed_ReturnValue) == 0x000020, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_VSize_ReturnValue) == 0x000028, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000030, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_SafeDivide_ReturnValue) == 0x000038, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Normal_ReturnValue) == 0x000040, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Dot_VectorVector_ReturnValue) == 0x000058, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000060, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_SelectFloat_ReturnValue) == 0x000068, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000070, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_SafeDivide_B_ImplicitCast) == 0x000078, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_SafeDivide_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Exosuit_C_SetSpeed, K2Node_VariableSet_Speed_ImplicitCast) == 0x000088, "Member 'ABP_Exosuit_C_SetSpeed::K2Node_VariableSet_Speed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Exosuit_C \ +static_assert(alignof(UABP_Exosuit_C) == 0x000010, "Wrong alignment on UABP_Exosuit_C"); \ +static_assert(sizeof(UABP_Exosuit_C) == 0x0005A0, "Wrong size on UABP_Exosuit_C"); \ +static_assert(offsetof(UABP_Exosuit_C, UberGraphFrame) == 0x0003B0, "Member 'UABP_Exosuit_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, __AnimBlueprintMutables) == 0x0003B8, "Member 'UABP_Exosuit_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, AnimBlueprintExtension_PropertyAccess) == 0x0003C0, "Member 'UABP_Exosuit_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, AnimBlueprintExtension_Base) == 0x0003C8, "Member 'UABP_Exosuit_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_Root) == 0x0003D0, "Member 'UABP_Exosuit_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_BlendSpacePlayer) == 0x0003F0, "Member 'UABP_Exosuit_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_StateResult) == 0x000460, "Member 'UABP_Exosuit_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_StateMachine) == 0x000480, "Member 'UABP_Exosuit_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_Slot) == 0x000548, "Member 'UABP_Exosuit_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, As_CH_Exosuit) == 0x000590, "Member 'UABP_Exosuit_C::As_CH_Exosuit' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, Speed) == 0x000598, "Member 'UABP_Exosuit_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Exosuit_C, Debug) == 0x00059C, "Member 'UABP_Exosuit_C::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOodleNetworkTrainerCommandlet \ static_assert(alignof(UOodleNetworkTrainerCommandlet) == 0x000008, "Wrong alignment on UOodleNetworkTrainerCommandlet"); \ @@ -120643,6 +119888,107 @@ static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USi static_assert(sizeof(USignificanceManager) == 0x000140, "Wrong size on USignificanceManager"); \ static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000120, "Member 'USignificanceManager::SignificanceManagerClassName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall \ +static_assert(alignof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall) == 0x000008, "Wrong alignment on WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall"); \ +static_assert(sizeof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall) == 0x000230, "Wrong size on WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, EntryPoint) == 0x000000, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable) == 0x000004, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_2) == 0x00002C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_3) == 0x00003C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_2) == 0x00004C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_3) == 0x000050, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_4) == 0x000054, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_4) == 0x000074, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_Event_IsDesignTime) == 0x000078, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetZGameInstance_ReturnValue) == 0x000080, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetUIController_ReturnValue) == 0x000088, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_5) == 0x000090, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_5) == 0x0000A0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PlayAnimation_ReturnValue) == 0x0000A8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000C0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000F8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetSequencePlayer_ReturnValue) == 0x000108, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_6) == 0x000114, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_7) == 0x000124, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_6) == 0x000134, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_7) == 0x000138, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_8) == 0x00013C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_9) == 0x00014C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_8) == 0x00015C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_9) == 0x000160, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_10) == 0x000164, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_11) == 0x000174, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_10) == 0x000184, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_11) == 0x000188, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000190, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue_1) == 0x000198, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x0001A0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue_2) == 0x0001A8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_LoadAsset_Blocking_ReturnValue_2) == 0x0001B0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_LoadAsset_Blocking_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue_3) == 0x0001B8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_12) == 0x0001BC, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_12) == 0x0001CC, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0001D0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D1, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_13) == 0x0001D4, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_13) == 0x0001E4, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_14) == 0x0001E8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0001F8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_14) == 0x000200, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CustomEvent_bIsDocked) == 0x000204, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_15) == 0x000208, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_16) == 0x000218, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_15) == 0x000228, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_16) == 0x00022C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_16' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked \ +static_assert(alignof(WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(sizeof(WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(offsetof(WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CodecCall_C_PreConstruct \ +static_assert(alignof(WBP_CodecCall_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CodecCall_C_PreConstruct"); \ +static_assert(sizeof(WBP_CodecCall_C_PreConstruct) == 0x000001, "Wrong size on WBP_CodecCall_C_PreConstruct"); \ +static_assert(offsetof(WBP_CodecCall_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CodecCall_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CodecCall_C_UpdateSwitchInputPrompt \ +static_assert(alignof(WBP_CodecCall_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_CodecCall_C_UpdateSwitchInputPrompt"); \ +static_assert(sizeof(WBP_CodecCall_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_CodecCall_C_UpdateSwitchInputPrompt"); \ +static_assert(offsetof(WBP_CodecCall_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_CodecCall_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CodecCall_C \ +static_assert(alignof(UWBP_CodecCall_C) == 0x000008, "Wrong alignment on UWBP_CodecCall_C"); \ +static_assert(sizeof(UWBP_CodecCall_C) == 0x000440, "Wrong size on UWBP_CodecCall_C"); \ +static_assert(offsetof(UWBP_CodecCall_C, UberGraphFrame_WBP_CodecCall_C) == 0x000338, "Member 'UWBP_CodecCall_C::UberGraphFrame_WBP_CodecCall_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, EndAnimation) == 0x000340, "Member 'UWBP_CodecCall_C::EndAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, ConstructAnim) == 0x000348, "Member 'UWBP_CodecCall_C::ConstructAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, Img_Background) == 0x000350, "Member 'UWBP_CodecCall_C::Img_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, Img_Octocon) == 0x000358, "Member 'UWBP_CodecCall_C::Img_Octocon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, Img_Octocon_Noise) == 0x000360, "Member 'UWBP_CodecCall_C::Img_Octocon_Noise' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, Img_ScanLines) == 0x000368, "Member 'UWBP_CodecCall_C::Img_ScanLines' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, Img_Vignette) == 0x000370, "Member 'UWBP_CodecCall_C::Img_Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, Img_Waveform_Mat) == 0x000378, "Member 'UWBP_CodecCall_C::Img_Waveform_Mat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, LogoCodec) == 0x000380, "Member 'UWBP_CodecCall_C::LogoCodec' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, RT_Mission) == 0x000388, "Member 'UWBP_CodecCall_C::RT_Mission' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, WBP_Dialogue) == 0x000390, "Member 'UWBP_CodecCall_C::WBP_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, WBP_InputPrompt) == 0x000398, "Member 'UWBP_CodecCall_C::WBP_InputPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, VideoInput) == 0x0003A0, "Member 'UWBP_CodecCall_C::VideoInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, AudioInput) == 0x0003A8, "Member 'UWBP_CodecCall_C::AudioInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, SequenceActor) == 0x0003B0, "Member 'UWBP_CodecCall_C::SequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, MT_OctoconNoise) == 0x0003B8, "Member 'UWBP_CodecCall_C::MT_OctoconNoise' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, MT_Octocon) == 0x0003E0, "Member 'UWBP_CodecCall_C::MT_Octocon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, MT_Waveform) == 0x000408, "Member 'UWBP_CodecCall_C::MT_Waveform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCall_C, SwitchSize) == 0x000430, "Member 'UWBP_CodecCall_C::SwitchSize' 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"); \ @@ -120782,43 +120128,6 @@ static_assert(sizeof(UAnimationSharingSetup) == 0x000048, "Wrong size on UAnimat 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_BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen \ -static_assert(alignof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen) == 0x000008, "Wrong alignment on BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen"); \ -static_assert(sizeof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen) == 0x000140, "Wrong size on BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, EntryPoint) == 0x000000, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_AsZCharacter) == 0x000008, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_Event_Pawn) == 0x000018, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_Event_DeathActorInstigator) == 0x000020, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000040, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000138, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_NativeIsClimbing_ReturnValue) == 0x000139, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_LavaGreen_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_LavaGreen_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_LavaGreen_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_LavaGreen_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_LavaGreen_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_LavaGreen_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_LavaGreen_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_LavaGreen_C_ReceiveTick \ -static_assert(alignof(BP_Death_LavaGreen_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_LavaGreen_C_ReceiveTick"); \ -static_assert(sizeof(BP_Death_LavaGreen_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_LavaGreen_C_ReceiveTick"); \ -static_assert(offsetof(BP_Death_LavaGreen_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_LavaGreen_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_LavaGreen_C \ -static_assert(alignof(ABP_Death_LavaGreen_C) == 0x000008, "Wrong alignment on ABP_Death_LavaGreen_C"); \ -static_assert(sizeof(ABP_Death_LavaGreen_C) == 0x000328, "Wrong size on ABP_Death_LavaGreen_C"); \ -static_assert(offsetof(ABP_Death_LavaGreen_C, UberGraphFrame_BP_Death_LavaGreen_C) == 0x0002F8, "Member 'ABP_Death_LavaGreen_C::UberGraphFrame_BP_Death_LavaGreen_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaGreen_C, FX_DEATH_LavaBurn) == 0x000300, "Member 'ABP_Death_LavaGreen_C::FX_DEATH_LavaBurn' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaGreen_C, FX_SurfaceBubbles) == 0x000308, "Member 'ABP_Death_LavaGreen_C::FX_SurfaceBubbles' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaGreen_C, Niagara) == 0x000310, "Member 'ABP_Death_LavaGreen_C::Niagara' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_LavaGreen_C, Color) == 0x000318, "Member 'ABP_Death_LavaGreen_C::Color' 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"); \ @@ -120835,77 +120144,6 @@ static_assert(sizeof(UAudioCurveSourceComponent) == 0x000C50, "Wrong size on UAu static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x000C10, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x000C18, "Member 'UAudioCurveSourceComponent::CurveSyncOffset' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Military_Light_C_UpdateLightRange \ -static_assert(alignof(BP_Military_Light_C_UpdateLightRange) == 0x000008, "Wrong alignment on BP_Military_Light_C_UpdateLightRange"); \ -static_assert(sizeof(BP_Military_Light_C_UpdateLightRange) == 0x000040, "Wrong size on BP_Military_Light_C_UpdateLightRange"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_GetAttachOwner_ReturnValue) == 0x000000, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_GetAttachOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_GetPeripheralVisionAngle_ReturnValue) == 0x000014, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_GetPeripheralVisionAngle_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x000030, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_SetInnerConeAngle_NewInnerConeAngle_ImplicitCast) == 0x000038, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_SetInnerConeAngle_NewInnerConeAngle_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_SetOuterConeAngle_NewOuterConeAngle_ImplicitCast) == 0x00003C, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_SetOuterConeAngle_NewOuterConeAngle_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Military_Light_C_SetupAttachment \ -static_assert(alignof(BP_Military_Light_C_SetupAttachment) == 0x000008, "Wrong alignment on BP_Military_Light_C_SetupAttachment"); \ -static_assert(sizeof(BP_Military_Light_C_SetupAttachment) == 0x000008, "Wrong size on BP_Military_Light_C_SetupAttachment"); \ -static_assert(offsetof(BP_Military_Light_C_SetupAttachment, Owner_0) == 0x000000, "Member 'BP_Military_Light_C_SetupAttachment::Owner_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Military_Light_C_OnBehaviorChanged \ -static_assert(alignof(BP_Military_Light_C_OnBehaviorChanged) == 0x000001, "Wrong alignment on BP_Military_Light_C_OnBehaviorChanged"); \ -static_assert(sizeof(BP_Military_Light_C_OnBehaviorChanged) == 0x000002, "Wrong size on BP_Military_Light_C_OnBehaviorChanged"); \ -static_assert(offsetof(BP_Military_Light_C_OnBehaviorChanged, PreviousBehavior) == 0x000000, "Member 'BP_Military_Light_C_OnBehaviorChanged::PreviousBehavior' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_OnBehaviorChanged, NewBehavior) == 0x000001, "Member 'BP_Military_Light_C_OnBehaviorChanged::NewBehavior' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light \ -static_assert(alignof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light) == 0x000008, "Wrong alignment on BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light"); \ -static_assert(sizeof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light) == 0x0000F8, "Wrong size on BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, EntryPoint) == 0x000000, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_byte_Variable) == 0x000004, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable) == 0x000008, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_1) == 0x000018, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_2) == 0x000028, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_3) == 0x000038, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_4) == 0x000048, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_5) == 0x000058, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_6) == 0x000068, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_7) == 0x000078, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CustomEvent_PreviousBehavior) == 0x000098, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CustomEvent_PreviousBehavior' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CustomEvent_NewBehavior) == 0x000099, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CustomEvent_NewBehavior' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_GetLightColor_ReturnValue) == 0x00009C, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_Select_Default) == 0x0000AC, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_ComponentBoundEvent_Owner_1) == 0x0000C0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_ComponentBoundEvent_Owner_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_ComponentBoundEvent_Owner) == 0x0000C8, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_ComponentBoundEvent_Owner' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CustomEvent_Owner) == 0x0000E0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CustomEvent_Owner' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000E8, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_IsValid_ReturnValue_1) == 0x0000F0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature \ -static_assert(alignof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature) == 0x000008, "Wrong alignment on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature"); \ -static_assert(sizeof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature) == 0x000008, "Wrong size on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature"); \ -static_assert(offsetof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature, Owner_0) == 0x000000, "Member 'BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature::Owner_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature \ -static_assert(alignof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature) == 0x000008, "Wrong alignment on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature"); \ -static_assert(sizeof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature) == 0x000008, "Wrong size on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature"); \ -static_assert(offsetof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature, Owner_0) == 0x000000, "Member 'BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature::Owner_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Military_Light_C \ -static_assert(alignof(ABP_Military_Light_C) == 0x000008, "Wrong alignment on ABP_Military_Light_C"); \ -static_assert(sizeof(ABP_Military_Light_C) == 0x0002C8, "Wrong size on ABP_Military_Light_C"); \ -static_assert(offsetof(ABP_Military_Light_C, UberGraphFrame) == 0x000290, "Member 'ABP_Military_Light_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_Military_Light_C, ZAttachable) == 0x000298, "Member 'ABP_Military_Light_C::ZAttachable' has a wrong offset!"); \ -static_assert(offsetof(ABP_Military_Light_C, SpotLight) == 0x0002A0, "Member 'ABP_Military_Light_C::SpotLight' has a wrong offset!"); \ -static_assert(offsetof(ABP_Military_Light_C, StaticMesh) == 0x0002A8, "Member 'ABP_Military_Light_C::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(ABP_Military_Light_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Military_Light_C::DefaultSceneRoot' has a wrong offset!"); \ -static_assert(offsetof(ABP_Military_Light_C, DefaultLightColor) == 0x0002B8, "Member 'ABP_Military_Light_C::DefaultLightColor' 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"); \ @@ -121167,72 +120405,23 @@ static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x0005 static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x000588, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x0005C0, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc \ -static_assert(alignof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc) == 0x000008, "Wrong alignment on BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc"); \ -static_assert(sizeof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc) == 0x000438, "Wrong size on BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, EntryPoint) == 0x000000, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_IsInWaterVolume_ReturnValue) == 0x000014, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, Temp_delegate_Variable_1) == 0x00001C, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_RandomFloatInRange_ReturnValue) == 0x000040, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_MakeRotator_ReturnValue) == 0x000060, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_GetUpVector_ReturnValue) == 0x000078, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_Event_Pawn) == 0x000090, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_Event_DeathActorInstigator) == 0x000098, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_ActorHasTag_ReturnValue) == 0x0000A0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_PostEvent_ReturnValue_1) == 0x0000B8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_MakeArray_Array' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, Temp_delegate_Variable_2) == 0x0000D0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_PostEvent_ReturnValue_2) == 0x0000E0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000E8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000100, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_Add_VectorVector_ReturnValue) == 0x000118, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_SphereTraceSingle_OutHit) == 0x000130, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_SphereTraceSingle_ReturnValue) == 0x000228, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_bBlockingHit) == 0x000229, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_bInitialOverlap) == 0x00022A, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Time) == 0x00022C, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Distance) == 0x000230, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Location) == 0x000238, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_ImpactPoint) == 0x000250, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Normal) == 0x000268, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_ImpactNormal) == 0x000280, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_PhysMat) == 0x000298, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitActor) == 0x0002A0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitComponent) == 0x0002A8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitBoneName) == 0x0002B0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_BoneName) == 0x0002B8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitItem) == 0x0002C0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_ElementIndex) == 0x0002C4, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_FaceIndex) == 0x0002C8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_TraceStart) == 0x0002D0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_TraceEnd) == 0x0002E8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_NegateVector_ReturnValue) == 0x000300, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_MakeRotFromX_ReturnValue) == 0x000318, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000330, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000338, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000430, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Crunc_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_Crunc_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Crunc_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_Crunc_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Crunc_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_Crunc_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Crunc_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Crunc_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Crunc_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_Crunc_C \ -static_assert(alignof(ABP_Death_Crunc_C) == 0x000008, "Wrong alignment on ABP_Death_Crunc_C"); \ -static_assert(sizeof(ABP_Death_Crunc_C) == 0x000328, "Wrong size on ABP_Death_Crunc_C"); \ -static_assert(offsetof(ABP_Death_Crunc_C, UberGraphFrame_BP_Death_Crunc_C) == 0x0002F8, "Member 'ABP_Death_Crunc_C::UberGraphFrame_BP_Death_Crunc_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Crunc_C, CrunchedFlat) == 0x000300, "Member 'ABP_Death_Crunc_C::CrunchedFlat' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Crunc_C, FX_UnderwaterExplo) == 0x000308, "Member 'ABP_Death_Crunc_C::FX_UnderwaterExplo' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Crunc_C, DEATH_CrunchSphere_UnderW) == 0x000310, "Member 'ABP_Death_Crunc_C::DEATH_CrunchSphere_UnderW' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Crunc_C, Crunched) == 0x000318, "Member 'ABP_Death_Crunc_C::Crunched' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Crunc_C, Decal) == 0x000320, "Member 'ABP_Death_Crunc_C::Decal' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UWBP_InputsDisplayLayoutWidget_Joycon_C \ +static_assert(alignof(UWBP_InputsDisplayLayoutWidget_Joycon_C) == 0x000008, "Wrong alignment on UWBP_InputsDisplayLayoutWidget_Joycon_C"); \ +static_assert(sizeof(UWBP_InputsDisplayLayoutWidget_Joycon_C) == 0x000368, "Wrong size on UWBP_InputsDisplayLayoutWidget_Joycon_C"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, Image_0) == 0x0002F8, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::Image_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, Image_1) == 0x000300, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget) == 0x000308, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_1) == 0x000310, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_2) == 0x000318, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_3) == 0x000320, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_4) == 0x000328, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_5) == 0x000330, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_6) == 0x000338, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_7) == 0x000340, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_9) == 0x000348, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_10) == 0x000350, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_11) == 0x000358, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_12) == 0x000360, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADataflowActor \ static_assert(alignof(ADataflowActor) == 0x000008, "Wrong alignment on ADataflowActor"); \ @@ -121243,6 +120432,10 @@ static_assert(offsetof(ADataflowActor, DataflowComponent) == 0x000290, "Member ' static_assert(alignof(UDataflowComponent) == 0x000010, "Wrong alignment on UDataflowComponent"); \ static_assert(sizeof(UDataflowComponent) == 0x000660, "Wrong size on UDataflowComponent"); \ +#define DUMPER7_ASSERTS_UWBP_SaveLoadingScreenWidget_C \ +static_assert(alignof(UWBP_SaveLoadingScreenWidget_C) == 0x000008, "Wrong alignment on UWBP_SaveLoadingScreenWidget_C"); \ +static_assert(sizeof(UWBP_SaveLoadingScreenWidget_C) == 0x0002E0, "Wrong size on UWBP_SaveLoadingScreenWidget_C"); \ + #define DUMPER7_ASSERTS_FBakeMultiMeshDetailProperties \ static_assert(alignof(FBakeMultiMeshDetailProperties) == 0x000008, "Wrong alignment on FBakeMultiMeshDetailProperties"); \ static_assert(sizeof(FBakeMultiMeshDetailProperties) == 0x000018, "Wrong size on FBakeMultiMeshDetailProperties"); \ @@ -121309,22 +120502,6 @@ static_assert(sizeof(FTransformMeshesTarget) == 0x000010, "Wrong size on FTransf static_assert(offsetof(FTransformMeshesTarget, TransformProxy) == 0x000000, "Member 'FTransformMeshesTarget::TransformProxy' has a wrong offset!"); \ static_assert(offsetof(FTransformMeshesTarget, TransformGizmo) == 0x000008, "Member 'FTransformMeshesTarget::TransformGizmo' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc \ -static_assert(alignof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000008, "Wrong alignment on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ -static_assert(sizeof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000010, "Wrong size on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ -static_assert(offsetof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolProperties \ -static_assert(alignof(UBakeMeshAttributeMapsToolProperties) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolProperties"); \ -static_assert(sizeof(UBakeMeshAttributeMapsToolProperties) == 0x000138, "Wrong size on UBakeMeshAttributeMapsToolProperties"); \ -static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapTypes) == 0x0000A8, "Member 'UBakeMeshAttributeMapsToolProperties::MapTypes' has a wrong offset!"); \ -static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreview) == 0x0000B0, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreview' has a wrong offset!"); \ -static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, Resolution) == 0x0000C0, "Member 'UBakeMeshAttributeMapsToolProperties::Resolution' has a wrong offset!"); \ -static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, BitDepth) == 0x0000C4, "Member 'UBakeMeshAttributeMapsToolProperties::BitDepth' has a wrong offset!"); \ -static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SamplesPerPixel) == 0x0000C8, "Member 'UBakeMeshAttributeMapsToolProperties::SamplesPerPixel' has a wrong offset!"); \ -static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SampleFilterMask) == 0x0000D0, "Member 'UBakeMeshAttributeMapsToolProperties::SampleFilterMask' has a wrong offset!"); \ -static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreviewNamesList) == 0x0000D8, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreviewNamesList' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_BakeInputMeshProperties_GetSourceUVLayerNamesFunc \ static_assert(alignof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeInputMeshProperties_GetSourceUVLayerNamesFunc"); \ static_assert(sizeof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc) == 0x000010, "Wrong size on BakeInputMeshProperties_GetSourceUVLayerNamesFunc"); \ @@ -121368,22 +120545,6 @@ static_assert(offsetof(UBakeOcclusionMapToolProperties, MaxDistance) == 0x0000AC static_assert(offsetof(UBakeOcclusionMapToolProperties, SpreadAngle) == 0x0000B0, "Member 'UBakeOcclusionMapToolProperties::SpreadAngle' has a wrong offset!"); \ static_assert(offsetof(UBakeOcclusionMapToolProperties, BiasAngle) == 0x0000B4, "Member 'UBakeOcclusionMapToolProperties::BiasAngle' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_URevolveSplineToolActionPropertySet \ -static_assert(alignof(URevolveSplineToolActionPropertySet) == 0x000008, "Wrong alignment on URevolveSplineToolActionPropertySet"); \ -static_assert(sizeof(URevolveSplineToolActionPropertySet) == 0x0000B0, "Wrong size on URevolveSplineToolActionPropertySet"); \ - -#define DUMPER7_ASSERTS_URevolveSplineToolProperties \ -static_assert(alignof(URevolveSplineToolProperties) == 0x000008, "Wrong alignment on URevolveSplineToolProperties"); \ -static_assert(sizeof(URevolveSplineToolProperties) == 0x000168, "Wrong size on URevolveSplineToolProperties"); \ -static_assert(offsetof(URevolveSplineToolProperties, SampleMode) == 0x000118, "Member 'URevolveSplineToolProperties::SampleMode' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineToolProperties, ErrorTolerance) == 0x000120, "Member 'URevolveSplineToolProperties::ErrorTolerance' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineToolProperties, MaxSampleDistance) == 0x000128, "Member 'URevolveSplineToolProperties::MaxSampleDistance' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineToolProperties, CapFillMode) == 0x000130, "Member 'URevolveSplineToolProperties::CapFillMode' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineToolProperties, bClosePathToAxis) == 0x000131, "Member 'URevolveSplineToolProperties::bClosePathToAxis' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineToolProperties, AxisOrigin) == 0x000138, "Member 'URevolveSplineToolProperties::AxisOrigin' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineToolProperties, AxisOrientation) == 0x000150, "Member 'URevolveSplineToolProperties::AxisOrientation' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineToolProperties, bResetAxisOnStart) == 0x000160, "Member 'URevolveSplineToolProperties::bResetAxisOnStart' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UBakeCurvatureMapToolProperties \ static_assert(alignof(UBakeCurvatureMapToolProperties) == 0x000008, "Wrong alignment on UBakeCurvatureMapToolProperties"); \ static_assert(sizeof(UBakeCurvatureMapToolProperties) == 0x0000C0, "Wrong size on UBakeCurvatureMapToolProperties"); \ @@ -121393,28 +120554,6 @@ static_assert(offsetof(UBakeCurvatureMapToolProperties, ColorRangeMultiplier) == static_assert(offsetof(UBakeCurvatureMapToolProperties, MinRangeMultiplier) == 0x0000B4, "Member 'UBakeCurvatureMapToolProperties::MinRangeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBakeCurvatureMapToolProperties, Clamping) == 0x0000B8, "Member 'UBakeCurvatureMapToolProperties::Clamping' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPatternTool_GridSettings \ -static_assert(alignof(UPatternTool_GridSettings) == 0x000008, "Wrong alignment on UPatternTool_GridSettings"); \ -static_assert(sizeof(UPatternTool_GridSettings) == 0x0000E0, "Wrong size on UPatternTool_GridSettings"); \ -static_assert(offsetof(UPatternTool_GridSettings, SpacingX) == 0x0000A8, "Member 'UPatternTool_GridSettings::SpacingX' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, CountX) == 0x0000AC, "Member 'UPatternTool_GridSettings::CountX' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, StepSizeX) == 0x0000B0, "Member 'UPatternTool_GridSettings::StepSizeX' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, ExtentX) == 0x0000B8, "Member 'UPatternTool_GridSettings::ExtentX' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, bCenteredX) == 0x0000C0, "Member 'UPatternTool_GridSettings::bCenteredX' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, SpacingY) == 0x0000C1, "Member 'UPatternTool_GridSettings::SpacingY' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, CountY) == 0x0000C4, "Member 'UPatternTool_GridSettings::CountY' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, StepSizeY) == 0x0000C8, "Member 'UPatternTool_GridSettings::StepSizeY' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, ExtentY) == 0x0000D0, "Member 'UPatternTool_GridSettings::ExtentY' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_GridSettings, bCenteredY) == 0x0000D8, "Member 'UPatternTool_GridSettings::bCenteredY' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UDynamicMeshBrushProperties \ -static_assert(alignof(UDynamicMeshBrushProperties) == 0x000008, "Wrong alignment on UDynamicMeshBrushProperties"); \ -static_assert(sizeof(UDynamicMeshBrushProperties) == 0x0000C8, "Wrong size on UDynamicMeshBrushProperties"); \ -static_assert(offsetof(UDynamicMeshBrushProperties, BrushSize) == 0x0000A8, "Member 'UDynamicMeshBrushProperties::BrushSize' has a wrong offset!"); \ -static_assert(offsetof(UDynamicMeshBrushProperties, BrushFalloffAmount) == 0x0000BC, "Member 'UDynamicMeshBrushProperties::BrushFalloffAmount' has a wrong offset!"); \ -static_assert(offsetof(UDynamicMeshBrushProperties, Depth) == 0x0000C0, "Member 'UDynamicMeshBrushProperties::Depth' has a wrong offset!"); \ -static_assert(offsetof(UDynamicMeshBrushProperties, bHitBackFaces) == 0x0000C4, "Member 'UDynamicMeshBrushProperties::bHitBackFaces' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_BakeTexture2DProperties_GetUVLayerNamesFunc \ static_assert(alignof(BakeTexture2DProperties_GetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeTexture2DProperties_GetUVLayerNamesFunc"); \ static_assert(sizeof(BakeTexture2DProperties_GetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeTexture2DProperties_GetUVLayerNamesFunc"); \ @@ -121427,15 +120566,6 @@ static_assert(offsetof(UBakeTexture2DProperties, SourceTexture) == 0x0000A8, "Me static_assert(offsetof(UBakeTexture2DProperties, UVLayer) == 0x0000B0, "Member 'UBakeTexture2DProperties::UVLayer' has a wrong offset!"); \ static_assert(offsetof(UBakeTexture2DProperties, UVLayerNamesList) == 0x0000C0, "Member 'UBakeTexture2DProperties::UVLayerNamesList' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPatternTool_LinearSettings \ -static_assert(alignof(UPatternTool_LinearSettings) == 0x000008, "Wrong alignment on UPatternTool_LinearSettings"); \ -static_assert(sizeof(UPatternTool_LinearSettings) == 0x0000C8, "Wrong size on UPatternTool_LinearSettings"); \ -static_assert(offsetof(UPatternTool_LinearSettings, SpacingMode) == 0x0000A8, "Member 'UPatternTool_LinearSettings::SpacingMode' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_LinearSettings, Count) == 0x0000AC, "Member 'UPatternTool_LinearSettings::Count' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_LinearSettings, StepSize) == 0x0000B0, "Member 'UPatternTool_LinearSettings::StepSize' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_LinearSettings, Extent) == 0x0000B8, "Member 'UPatternTool_LinearSettings::Extent' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_LinearSettings, bCentered) == 0x0000C0, "Member 'UPatternTool_LinearSettings::bCentered' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_BakeMultiTexture2DProperties_GetUVLayerNamesFunc \ static_assert(alignof(BakeMultiTexture2DProperties_GetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeMultiTexture2DProperties_GetUVLayerNamesFunc"); \ static_assert(sizeof(BakeMultiTexture2DProperties_GetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeMultiTexture2DProperties_GetUVLayerNamesFunc"); \ @@ -121449,29 +120579,6 @@ static_assert(offsetof(UBakeMultiTexture2DProperties, UVLayer) == 0x0000B8, "Mem static_assert(offsetof(UBakeMultiTexture2DProperties, UVLayerNamesList) == 0x0000C8, "Member 'UBakeMultiTexture2DProperties::UVLayerNamesList' has a wrong offset!"); \ static_assert(offsetof(UBakeMultiTexture2DProperties, AllSourceTextures) == 0x0000D8, "Member 'UBakeMultiTexture2DProperties::AllSourceTextures' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPatternTool \ -static_assert(alignof(UPatternTool) == 0x000010, "Wrong alignment on UPatternTool"); \ -static_assert(sizeof(UPatternTool) == 0x0004B0, "Wrong size on UPatternTool"); \ -static_assert(offsetof(UPatternTool, Settings) == 0x0000B8, "Member 'UPatternTool::Settings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, BoundingBoxSettings) == 0x0000C0, "Member 'UPatternTool::BoundingBoxSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, LinearSettings) == 0x0000C8, "Member 'UPatternTool::LinearSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, GridSettings) == 0x0000D0, "Member 'UPatternTool::GridSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, RadialSettings) == 0x0000D8, "Member 'UPatternTool::RadialSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, RotationSettings) == 0x0000E0, "Member 'UPatternTool::RotationSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, TranslationSettings) == 0x0000E8, "Member 'UPatternTool::TranslationSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, ScaleSettings) == 0x0000F0, "Member 'UPatternTool::ScaleSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, OutputSettings) == 0x000150, "Member 'UPatternTool::OutputSettings' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, PatternGizmoProxy) == 0x0001A0, "Member 'UPatternTool::PatternGizmoProxy' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, PatternGizmo) == 0x0001A8, "Member 'UPatternTool::PatternGizmo' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, DragAlignmentMechanic) == 0x0001C8, "Member 'UPatternTool::DragAlignmentMechanic' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, PlaneMechanic) == 0x0001D0, "Member 'UPatternTool::PlaneMechanic' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, AllComponents) == 0x0003B8, "Member 'UPatternTool::AllComponents' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool, PreviewGeometry) == 0x0004A8, "Member 'UPatternTool::PreviewGeometry' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UTransformMeshesToolBuilder \ -static_assert(alignof(UTransformMeshesToolBuilder) == 0x000008, "Wrong alignment on UTransformMeshesToolBuilder"); \ -static_assert(sizeof(UTransformMeshesToolBuilder) == 0x000028, "Wrong size on UTransformMeshesToolBuilder"); \ - #define DUMPER7_ASSERTS_UBakeVisualizationProperties \ static_assert(alignof(UBakeVisualizationProperties) == 0x000008, "Wrong alignment on UBakeVisualizationProperties"); \ static_assert(sizeof(UBakeVisualizationProperties) == 0x0000B8, "Wrong size on UBakeVisualizationProperties"); \ @@ -121479,23 +120586,10 @@ static_assert(offsetof(UBakeVisualizationProperties, bPreviewAsMaterial) == 0x00 static_assert(offsetof(UBakeVisualizationProperties, Brightness) == 0x0000AC, "Member 'UBakeVisualizationProperties::Brightness' has a wrong offset!"); \ static_assert(offsetof(UBakeVisualizationProperties, AOMultiplier) == 0x0000B0, "Member 'UBakeVisualizationProperties::AOMultiplier' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UPatternTool_OutputSettings \ -static_assert(alignof(UPatternTool_OutputSettings) == 0x000008, "Wrong alignment on UPatternTool_OutputSettings"); \ -static_assert(sizeof(UPatternTool_OutputSettings) == 0x0000B0, "Wrong size on UPatternTool_OutputSettings"); \ -static_assert(offsetof(UPatternTool_OutputSettings, bSeparateActors) == 0x0000A8, "Member 'UPatternTool_OutputSettings::bSeparateActors' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_OutputSettings, bConvertToDynamic) == 0x0000A9, "Member 'UPatternTool_OutputSettings::bConvertToDynamic' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_OutputSettings, bCreateISMCs) == 0x0000AA, "Member 'UPatternTool_OutputSettings::bCreateISMCs' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_OutputSettings, bHaveStaticMeshes) == 0x0000AB, "Member 'UPatternTool_OutputSettings::bHaveStaticMeshes' has a wrong offset!"); \ -static_assert(offsetof(UPatternTool_OutputSettings, bEnableCreateISMCs) == 0x0000AC, "Member 'UPatternTool_OutputSettings::bEnableCreateISMCs' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UExtrudeMeshSelectionToolBuilder \ static_assert(alignof(UExtrudeMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionToolBuilder"); \ static_assert(sizeof(UExtrudeMeshSelectionToolBuilder) == 0x000028, "Wrong size on UExtrudeMeshSelectionToolBuilder"); \ -#define DUMPER7_ASSERTS_URevolveSplineToolBuilder \ -static_assert(alignof(URevolveSplineToolBuilder) == 0x000008, "Wrong alignment on URevolveSplineToolBuilder"); \ -static_assert(sizeof(URevolveSplineToolBuilder) == 0x000028, "Wrong size on URevolveSplineToolBuilder"); \ - #define DUMPER7_ASSERTS_UExtrudeMeshSelectionToolProperties \ static_assert(alignof(UExtrudeMeshSelectionToolProperties) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionToolProperties"); \ static_assert(sizeof(UExtrudeMeshSelectionToolProperties) == 0x0000F0, "Wrong size on UExtrudeMeshSelectionToolProperties"); \ @@ -121515,16 +120609,6 @@ static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bInferMaterialID) == static_assert(offsetof(UExtrudeMeshSelectionToolProperties, SetMaterialID) == 0x0000E4, "Member 'UExtrudeMeshSelectionToolProperties::SetMaterialID' has a wrong offset!"); \ static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bShowInputMaterials) == 0x0000E8, "Member 'UExtrudeMeshSelectionToolProperties::bShowInputMaterials' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_URevolveSplineTool \ -static_assert(alignof(URevolveSplineTool) == 0x000008, "Wrong alignment on URevolveSplineTool"); \ -static_assert(sizeof(URevolveSplineTool) == 0x000178, "Wrong size on URevolveSplineTool"); \ -static_assert(offsetof(URevolveSplineTool, Settings) == 0x0000A8, "Member 'URevolveSplineTool::Settings' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineTool, MaterialProperties) == 0x0000B0, "Member 'URevolveSplineTool::MaterialProperties' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineTool, OutputTypeProperties) == 0x0000B8, "Member 'URevolveSplineTool::OutputTypeProperties' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineTool, ToolActions) == 0x0000C0, "Member 'URevolveSplineTool::ToolActions' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineTool, Preview) == 0x0000C8, "Member 'URevolveSplineTool::Preview' has a wrong offset!"); \ -static_assert(offsetof(URevolveSplineTool, PlaneMechanic) == 0x0000D0, "Member 'URevolveSplineTool::PlaneMechanic' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UExtrudeMeshSelectionTool \ static_assert(alignof(UExtrudeMeshSelectionTool) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionTool"); \ static_assert(sizeof(UExtrudeMeshSelectionTool) == 0x000868, "Wrong size on UExtrudeMeshSelectionTool"); \ @@ -121764,6 +120848,29 @@ static_assert(offsetof(UPatternTool_BoundingBoxSettings, bIgnoreTransforms) == 0 static_assert(offsetof(UPatternTool_BoundingBoxSettings, Adjustment) == 0x0000AC, "Member 'UPatternTool_BoundingBoxSettings::Adjustment' has a wrong offset!"); \ static_assert(offsetof(UPatternTool_BoundingBoxSettings, bVisualize) == 0x0000B0, "Member 'UPatternTool_BoundingBoxSettings::bVisualize' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPatternTool_LinearSettings \ +static_assert(alignof(UPatternTool_LinearSettings) == 0x000008, "Wrong alignment on UPatternTool_LinearSettings"); \ +static_assert(sizeof(UPatternTool_LinearSettings) == 0x0000C8, "Wrong size on UPatternTool_LinearSettings"); \ +static_assert(offsetof(UPatternTool_LinearSettings, SpacingMode) == 0x0000A8, "Member 'UPatternTool_LinearSettings::SpacingMode' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, Count) == 0x0000AC, "Member 'UPatternTool_LinearSettings::Count' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, StepSize) == 0x0000B0, "Member 'UPatternTool_LinearSettings::StepSize' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, Extent) == 0x0000B8, "Member 'UPatternTool_LinearSettings::Extent' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, bCentered) == 0x0000C0, "Member 'UPatternTool_LinearSettings::bCentered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_GridSettings \ +static_assert(alignof(UPatternTool_GridSettings) == 0x000008, "Wrong alignment on UPatternTool_GridSettings"); \ +static_assert(sizeof(UPatternTool_GridSettings) == 0x0000E0, "Wrong size on UPatternTool_GridSettings"); \ +static_assert(offsetof(UPatternTool_GridSettings, SpacingX) == 0x0000A8, "Member 'UPatternTool_GridSettings::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, CountX) == 0x0000AC, "Member 'UPatternTool_GridSettings::CountX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, StepSizeX) == 0x0000B0, "Member 'UPatternTool_GridSettings::StepSizeX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, ExtentX) == 0x0000B8, "Member 'UPatternTool_GridSettings::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, bCenteredX) == 0x0000C0, "Member 'UPatternTool_GridSettings::bCenteredX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, SpacingY) == 0x0000C1, "Member 'UPatternTool_GridSettings::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, CountY) == 0x0000C4, "Member 'UPatternTool_GridSettings::CountY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, StepSizeY) == 0x0000C8, "Member 'UPatternTool_GridSettings::StepSizeY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, ExtentY) == 0x0000D0, "Member 'UPatternTool_GridSettings::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, bCenteredY) == 0x0000D8, "Member 'UPatternTool_GridSettings::bCenteredY' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UPatternTool_RadialSettings \ static_assert(alignof(UPatternTool_RadialSettings) == 0x000008, "Wrong alignment on UPatternTool_RadialSettings"); \ static_assert(sizeof(UPatternTool_RadialSettings) == 0x0000E0, "Wrong size on UPatternTool_RadialSettings"); \ @@ -121804,6 +120911,34 @@ static_assert(offsetof(UPatternTool_ScaleSettings, StartScale) == 0x0000B0, "Mem static_assert(offsetof(UPatternTool_ScaleSettings, EndScale) == 0x0000C8, "Member 'UPatternTool_ScaleSettings::EndScale' has a wrong offset!"); \ static_assert(offsetof(UPatternTool_ScaleSettings, Jitter) == 0x0000E0, "Member 'UPatternTool_ScaleSettings::Jitter' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UPatternTool_OutputSettings \ +static_assert(alignof(UPatternTool_OutputSettings) == 0x000008, "Wrong alignment on UPatternTool_OutputSettings"); \ +static_assert(sizeof(UPatternTool_OutputSettings) == 0x0000B0, "Wrong size on UPatternTool_OutputSettings"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bSeparateActors) == 0x0000A8, "Member 'UPatternTool_OutputSettings::bSeparateActors' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bConvertToDynamic) == 0x0000A9, "Member 'UPatternTool_OutputSettings::bConvertToDynamic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bCreateISMCs) == 0x0000AA, "Member 'UPatternTool_OutputSettings::bCreateISMCs' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bHaveStaticMeshes) == 0x0000AB, "Member 'UPatternTool_OutputSettings::bHaveStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bEnableCreateISMCs) == 0x0000AC, "Member 'UPatternTool_OutputSettings::bEnableCreateISMCs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool \ +static_assert(alignof(UPatternTool) == 0x000010, "Wrong alignment on UPatternTool"); \ +static_assert(sizeof(UPatternTool) == 0x0004B0, "Wrong size on UPatternTool"); \ +static_assert(offsetof(UPatternTool, Settings) == 0x0000B8, "Member 'UPatternTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, BoundingBoxSettings) == 0x0000C0, "Member 'UPatternTool::BoundingBoxSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, LinearSettings) == 0x0000C8, "Member 'UPatternTool::LinearSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, GridSettings) == 0x0000D0, "Member 'UPatternTool::GridSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, RadialSettings) == 0x0000D8, "Member 'UPatternTool::RadialSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, RotationSettings) == 0x0000E0, "Member 'UPatternTool::RotationSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, TranslationSettings) == 0x0000E8, "Member 'UPatternTool::TranslationSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, ScaleSettings) == 0x0000F0, "Member 'UPatternTool::ScaleSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, OutputSettings) == 0x000150, "Member 'UPatternTool::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PatternGizmoProxy) == 0x0001A0, "Member 'UPatternTool::PatternGizmoProxy' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PatternGizmo) == 0x0001A8, "Member 'UPatternTool::PatternGizmo' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, DragAlignmentMechanic) == 0x0001C8, "Member 'UPatternTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PlaneMechanic) == 0x0001D0, "Member 'UPatternTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, AllComponents) == 0x0003B8, "Member 'UPatternTool::AllComponents' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PreviewGeometry) == 0x0004A8, "Member 'UPatternTool::PreviewGeometry' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_MeshConstraintProperties_IsPreventNormalFlipsEnabled \ static_assert(alignof(MeshConstraintProperties_IsPreventNormalFlipsEnabled) == 0x000001, "Wrong alignment on MeshConstraintProperties_IsPreventNormalFlipsEnabled"); \ static_assert(sizeof(MeshConstraintProperties_IsPreventNormalFlipsEnabled) == 0x000001, "Wrong size on MeshConstraintProperties_IsPreventNormalFlipsEnabled"); \ @@ -121832,6 +120967,36 @@ static_assert(offsetof(URemeshProperties, bFlips) == 0x0000B4, "Member 'URemeshP static_assert(offsetof(URemeshProperties, bSplits) == 0x0000B5, "Member 'URemeshProperties::bSplits' has a wrong offset!"); \ static_assert(offsetof(URemeshProperties, bCollapses) == 0x0000B6, "Member 'URemeshProperties::bCollapses' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_URevolveSplineToolProperties \ +static_assert(alignof(URevolveSplineToolProperties) == 0x000008, "Wrong alignment on URevolveSplineToolProperties"); \ +static_assert(sizeof(URevolveSplineToolProperties) == 0x000168, "Wrong size on URevolveSplineToolProperties"); \ +static_assert(offsetof(URevolveSplineToolProperties, SampleMode) == 0x000118, "Member 'URevolveSplineToolProperties::SampleMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, ErrorTolerance) == 0x000120, "Member 'URevolveSplineToolProperties::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, MaxSampleDistance) == 0x000128, "Member 'URevolveSplineToolProperties::MaxSampleDistance' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, CapFillMode) == 0x000130, "Member 'URevolveSplineToolProperties::CapFillMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, bClosePathToAxis) == 0x000131, "Member 'URevolveSplineToolProperties::bClosePathToAxis' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, AxisOrigin) == 0x000138, "Member 'URevolveSplineToolProperties::AxisOrigin' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, AxisOrientation) == 0x000150, "Member 'URevolveSplineToolProperties::AxisOrientation' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, bResetAxisOnStart) == 0x000160, "Member 'URevolveSplineToolProperties::bResetAxisOnStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveSplineToolActionPropertySet \ +static_assert(alignof(URevolveSplineToolActionPropertySet) == 0x000008, "Wrong alignment on URevolveSplineToolActionPropertySet"); \ +static_assert(sizeof(URevolveSplineToolActionPropertySet) == 0x0000B0, "Wrong size on URevolveSplineToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_URevolveSplineTool \ +static_assert(alignof(URevolveSplineTool) == 0x000008, "Wrong alignment on URevolveSplineTool"); \ +static_assert(sizeof(URevolveSplineTool) == 0x000178, "Wrong size on URevolveSplineTool"); \ +static_assert(offsetof(URevolveSplineTool, Settings) == 0x0000A8, "Member 'URevolveSplineTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, MaterialProperties) == 0x0000B0, "Member 'URevolveSplineTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, OutputTypeProperties) == 0x0000B8, "Member 'URevolveSplineTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, ToolActions) == 0x0000C0, "Member 'URevolveSplineTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, Preview) == 0x0000C8, "Member 'URevolveSplineTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, PlaneMechanic) == 0x0000D0, "Member 'URevolveSplineTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveSplineToolBuilder \ +static_assert(alignof(URevolveSplineToolBuilder) == 0x000008, "Wrong alignment on URevolveSplineToolBuilder"); \ +static_assert(sizeof(URevolveSplineToolBuilder) == 0x000028, "Wrong size on URevolveSplineToolBuilder"); \ + #define DUMPER7_ASSERTS_UAddPatchToolBuilder \ static_assert(alignof(UAddPatchToolBuilder) == 0x000008, "Wrong alignment on UAddPatchToolBuilder"); \ static_assert(sizeof(UAddPatchToolBuilder) == 0x000028, "Wrong size on UAddPatchToolBuilder"); \ @@ -121874,6 +121039,22 @@ static_assert(offsetof(UAlignObjectsTool, AlignProps) == 0x0000C0, "Member 'UAli static_assert(alignof(UBakeMeshAttributeMapsToolBuilder) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolBuilder"); \ static_assert(sizeof(UBakeMeshAttributeMapsToolBuilder) == 0x000028, "Wrong size on UBakeMeshAttributeMapsToolBuilder"); \ +#define DUMPER7_ASSERTS_BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc \ +static_assert(alignof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000008, "Wrong alignment on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(sizeof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000010, "Wrong size on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(offsetof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolProperties \ +static_assert(alignof(UBakeMeshAttributeMapsToolProperties) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolProperties"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolProperties) == 0x000138, "Wrong size on UBakeMeshAttributeMapsToolProperties"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapTypes) == 0x0000A8, "Member 'UBakeMeshAttributeMapsToolProperties::MapTypes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreview) == 0x0000B0, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreview' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, Resolution) == 0x0000C0, "Member 'UBakeMeshAttributeMapsToolProperties::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, BitDepth) == 0x0000C4, "Member 'UBakeMeshAttributeMapsToolProperties::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SamplesPerPixel) == 0x0000C8, "Member 'UBakeMeshAttributeMapsToolProperties::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SampleFilterMask) == 0x0000D0, "Member 'UBakeMeshAttributeMapsToolProperties::SampleFilterMask' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreviewNamesList) == 0x0000D8, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreviewNamesList' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UBakeMeshAttributeTool \ static_assert(alignof(UBakeMeshAttributeTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeTool"); \ static_assert(sizeof(UBakeMeshAttributeTool) == 0x0001A8, "Wrong size on UBakeMeshAttributeTool"); \ @@ -122268,6 +121449,14 @@ static_assert(offsetof(UDynamicMeshBrushTool, PreviewMesh) == 0x000298, "Member static_assert(alignof(UDynamicMeshSculptToolBuilder) == 0x000008, "Wrong alignment on UDynamicMeshSculptToolBuilder"); \ static_assert(sizeof(UDynamicMeshSculptToolBuilder) == 0x000038, "Wrong size on UDynamicMeshSculptToolBuilder"); \ +#define DUMPER7_ASSERTS_UDynamicMeshBrushProperties \ +static_assert(alignof(UDynamicMeshBrushProperties) == 0x000008, "Wrong alignment on UDynamicMeshBrushProperties"); \ +static_assert(sizeof(UDynamicMeshBrushProperties) == 0x0000C8, "Wrong size on UDynamicMeshBrushProperties"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, BrushSize) == 0x0000A8, "Member 'UDynamicMeshBrushProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, BrushFalloffAmount) == 0x0000BC, "Member 'UDynamicMeshBrushProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, Depth) == 0x0000C0, "Member 'UDynamicMeshBrushProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, bHitBackFaces) == 0x0000C4, "Member 'UDynamicMeshBrushProperties::bHitBackFaces' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UDynamicMeshBrushSculptProperties \ static_assert(alignof(UDynamicMeshBrushSculptProperties) == 0x000008, "Wrong alignment on UDynamicMeshBrushSculptProperties"); \ static_assert(sizeof(UDynamicMeshBrushSculptProperties) == 0x0000C0, "Wrong size on UDynamicMeshBrushSculptProperties"); \ @@ -122414,6 +121603,16 @@ static_assert(offsetof(UHoleFillToolProperties, bQuickFillSmallHoles) == 0x0000A static_assert(alignof(UHoleFillToolActions) == 0x000008, "Wrong alignment on UHoleFillToolActions"); \ static_assert(sizeof(UHoleFillToolActions) == 0x0000B0, "Wrong size on UHoleFillToolActions"); \ +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolProperties \ +static_assert(alignof(UVoxelSolidifyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolProperties"); \ +static_assert(sizeof(UVoxelSolidifyMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelSolidifyMeshesToolProperties"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, WindingThreshold) == 0x0000A8, "Member 'UVoxelSolidifyMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ExtendBounds) == 0x0000B0, "Member 'UVoxelSolidifyMeshesToolProperties::ExtendBounds' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, SurfaceSearchSteps) == 0x0000B8, "Member 'UVoxelSolidifyMeshesToolProperties::SurfaceSearchSteps' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bSolidAtBoundaries) == 0x0000BC, "Member 'UVoxelSolidifyMeshesToolProperties::bSolidAtBoundaries' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bApplyThickenShells) == 0x0000BD, "Member 'UVoxelSolidifyMeshesToolProperties::bApplyThickenShells' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelSolidifyMeshesToolProperties::ThickenShells' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UHoleFillStatisticsProperties \ static_assert(alignof(UHoleFillStatisticsProperties) == 0x000008, "Wrong alignment on UHoleFillStatisticsProperties"); \ static_assert(sizeof(UHoleFillStatisticsProperties) == 0x0000F8, "Wrong size on UHoleFillStatisticsProperties"); \ @@ -122461,6 +121660,11 @@ static_assert(alignof(ULatticeDeformerOperatorFactory) == 0x000008, "Wrong align static_assert(sizeof(ULatticeDeformerOperatorFactory) == 0x000038, "Wrong size on ULatticeDeformerOperatorFactory"); \ static_assert(offsetof(ULatticeDeformerOperatorFactory, LatticeDeformerTool) == 0x000030, "Member 'ULatticeDeformerOperatorFactory::LatticeDeformerTool' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesTool \ +static_assert(alignof(UVoxelMorphologyMeshesTool) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesTool"); \ +static_assert(sizeof(UVoxelMorphologyMeshesTool) == 0x000128, "Wrong size on UVoxelMorphologyMeshesTool"); \ +static_assert(offsetof(UVoxelMorphologyMeshesTool, MorphologyProperties) == 0x000120, "Member 'UVoxelMorphologyMeshesTool::MorphologyProperties' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_ULatticeDeformerTool \ static_assert(alignof(ULatticeDeformerTool) == 0x000008, "Wrong alignment on ULatticeDeformerTool"); \ static_assert(sizeof(ULatticeDeformerTool) == 0x000160, "Wrong size on ULatticeDeformerTool"); \ @@ -122488,6 +121692,10 @@ static_assert(alignof(UMeshAttributePaintToolProperties) == 0x000008, "Wrong ali static_assert(sizeof(UMeshAttributePaintToolProperties) == 0x0000C8, "Wrong size on UMeshAttributePaintToolProperties"); \ static_assert(offsetof(UMeshAttributePaintToolProperties, Attribute) == 0x0000A8, "Member 'UMeshAttributePaintToolProperties::Attribute' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolBuilder \ +static_assert(alignof(UVoxelSolidifyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelSolidifyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelSolidifyMeshesToolBuilder"); \ + #define DUMPER7_ASSERTS_UMeshAttributePaintEditActions \ static_assert(alignof(UMeshAttributePaintEditActions) == 0x000008, "Wrong alignment on UMeshAttributePaintEditActions"); \ static_assert(sizeof(UMeshAttributePaintEditActions) == 0x0000B0, "Wrong size on UMeshAttributePaintEditActions"); \ @@ -122498,6 +121706,10 @@ static_assert(sizeof(UMeshAttributePaintTool) == 0x000800, "Wrong size on UMeshA static_assert(offsetof(UMeshAttributePaintTool, BrushActionProps) == 0x0002E8, "Member 'UMeshAttributePaintTool::BrushActionProps' has a wrong offset!"); \ static_assert(offsetof(UMeshAttributePaintTool, AttribProps) == 0x0002F0, "Member 'UMeshAttributePaintTool::AttribProps' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UVoxelBlendMeshesToolBuilder \ +static_assert(alignof(UVoxelBlendMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelBlendMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelBlendMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelBlendMeshesToolBuilder"); \ + #define DUMPER7_ASSERTS_UMeshBoundaryToolBase \ static_assert(alignof(UMeshBoundaryToolBase) == 0x000010, "Wrong alignment on UMeshBoundaryToolBase"); \ static_assert(sizeof(UMeshBoundaryToolBase) == 0x0001A0, "Wrong size on UMeshBoundaryToolBase"); \ @@ -122507,6 +121719,14 @@ static_assert(offsetof(UMeshBoundaryToolBase, SelectionMechanic) == 0x000190, "M static_assert(alignof(UMeshGroupPaintToolBuilder) == 0x000008, "Wrong alignment on UMeshGroupPaintToolBuilder"); \ static_assert(sizeof(UMeshGroupPaintToolBuilder) == 0x000030, "Wrong size on UMeshGroupPaintToolBuilder"); \ +#define DUMPER7_ASSERTS_UWeldMeshEdgesTool \ +static_assert(alignof(UWeldMeshEdgesTool) == 0x000008, "Wrong alignment on UWeldMeshEdgesTool"); \ +static_assert(sizeof(UWeldMeshEdgesTool) == 0x0000E0, "Wrong size on UWeldMeshEdgesTool"); \ +static_assert(offsetof(UWeldMeshEdgesTool, Settings) == 0x0000B0, "Member 'UWeldMeshEdgesTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, PreviewCompute) == 0x0000B8, "Member 'UWeldMeshEdgesTool::PreviewCompute' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, MeshElementsDisplay) == 0x0000C0, "Member 'UWeldMeshEdgesTool::MeshElementsDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, OperatorFactory) == 0x0000C8, "Member 'UWeldMeshEdgesTool::OperatorFactory' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UGroupPaintBrushFilterProperties \ static_assert(alignof(UGroupPaintBrushFilterProperties) == 0x000008, "Wrong alignment on UGroupPaintBrushFilterProperties"); \ static_assert(sizeof(UGroupPaintBrushFilterProperties) == 0x0000D8, "Wrong size on UGroupPaintBrushFilterProperties"); \ @@ -122568,6 +121788,20 @@ static_assert(offsetof(UMeshGroupPaintTool, MeshElementsDisplay) == 0x000BE8, "M static_assert(alignof(UMeshInspectorToolBuilder) == 0x000008, "Wrong alignment on UMeshInspectorToolBuilder"); \ static_assert(sizeof(UMeshInspectorToolBuilder) == 0x000028, "Wrong size on UMeshInspectorToolBuilder"); \ +#define DUMPER7_ASSERTS_UWeldMeshEdgesToolProperties \ +static_assert(alignof(UWeldMeshEdgesToolProperties) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolProperties"); \ +static_assert(sizeof(UWeldMeshEdgesToolProperties) == 0x0000D0, "Wrong size on UWeldMeshEdgesToolProperties"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, Tolerance) == 0x0000A8, "Member 'UWeldMeshEdgesToolProperties::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, bOnlyUnique) == 0x0000AC, "Member 'UWeldMeshEdgesToolProperties::bOnlyUnique' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, bResolveTJunctions) == 0x0000AD, "Member 'UWeldMeshEdgesToolProperties::bResolveTJunctions' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, InitialEdges) == 0x0000B0, "Member 'UWeldMeshEdgesToolProperties::InitialEdges' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, RemainingEdges) == 0x0000B4, "Member 'UWeldMeshEdgesToolProperties::RemainingEdges' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, AttrWeldingMode) == 0x0000B8, "Member 'UWeldMeshEdgesToolProperties::AttrWeldingMode' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitNormalThreshold) == 0x0000BC, "Member 'UWeldMeshEdgesToolProperties::SplitNormalThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitTangentsThreshold) == 0x0000C0, "Member 'UWeldMeshEdgesToolProperties::SplitTangentsThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitUVThreshold) == 0x0000C4, "Member 'UWeldMeshEdgesToolProperties::SplitUVThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitColorThreshold) == 0x0000C8, "Member 'UWeldMeshEdgesToolProperties::SplitColorThreshold' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UMeshInspectorProperties \ static_assert(alignof(UMeshInspectorProperties) == 0x000008, "Wrong alignment on UMeshInspectorProperties"); \ static_assert(sizeof(UMeshInspectorProperties) == 0x0000C0, "Wrong size on UMeshInspectorProperties"); \ @@ -123331,6 +122565,10 @@ static_assert(alignof(UTransferMeshTool) == 0x000008, "Wrong alignment on UTrans static_assert(sizeof(UTransferMeshTool) == 0x0000C8, "Wrong size on UTransferMeshTool"); \ static_assert(offsetof(UTransferMeshTool, BasicProperties) == 0x0000C0, "Member 'UTransferMeshTool::BasicProperties' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UTransformMeshesToolBuilder \ +static_assert(alignof(UTransformMeshesToolBuilder) == 0x000008, "Wrong alignment on UTransformMeshesToolBuilder"); \ +static_assert(sizeof(UTransformMeshesToolBuilder) == 0x000028, "Wrong size on UTransformMeshesToolBuilder"); \ + #define DUMPER7_ASSERTS_UTransformMeshesToolProperties \ static_assert(alignof(UTransformMeshesToolProperties) == 0x000008, "Wrong alignment on UTransformMeshesToolProperties"); \ static_assert(sizeof(UTransformMeshesToolProperties) == 0x0000B0, "Wrong size on UTransformMeshesToolProperties"); \ @@ -123413,10 +122651,6 @@ static_assert(alignof(UVoxelBlendMeshesTool) == 0x000008, "Wrong alignment on UV static_assert(sizeof(UVoxelBlendMeshesTool) == 0x000128, "Wrong size on UVoxelBlendMeshesTool"); \ static_assert(offsetof(UVoxelBlendMeshesTool, BlendProperties) == 0x000120, "Member 'UVoxelBlendMeshesTool::BlendProperties' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UVoxelBlendMeshesToolBuilder \ -static_assert(alignof(UVoxelBlendMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelBlendMeshesToolBuilder"); \ -static_assert(sizeof(UVoxelBlendMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelBlendMeshesToolBuilder"); \ - #define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolProperties \ static_assert(alignof(UVoxelMorphologyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolProperties"); \ static_assert(sizeof(UVoxelMorphologyMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelMorphologyMeshesToolProperties"); \ @@ -123426,198 +122660,24 @@ static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bVoxWrap) == 0x0000 static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bRemoveInternalsAfterVoxWrap) == 0x0000B9, "Member 'UVoxelMorphologyMeshesToolProperties::bRemoveInternalsAfterVoxWrap' has a wrong offset!"); \ static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelMorphologyMeshesToolProperties::ThickenShells' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesTool \ -static_assert(alignof(UVoxelMorphologyMeshesTool) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesTool"); \ -static_assert(sizeof(UVoxelMorphologyMeshesTool) == 0x000128, "Wrong size on UVoxelMorphologyMeshesTool"); \ -static_assert(offsetof(UVoxelMorphologyMeshesTool, MorphologyProperties) == 0x000120, "Member 'UVoxelMorphologyMeshesTool::MorphologyProperties' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolBuilder \ static_assert(alignof(UVoxelMorphologyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolBuilder"); \ static_assert(sizeof(UVoxelMorphologyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelMorphologyMeshesToolBuilder"); \ -#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolProperties \ -static_assert(alignof(UVoxelSolidifyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolProperties"); \ -static_assert(sizeof(UVoxelSolidifyMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelSolidifyMeshesToolProperties"); \ -static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, WindingThreshold) == 0x0000A8, "Member 'UVoxelSolidifyMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ -static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ExtendBounds) == 0x0000B0, "Member 'UVoxelSolidifyMeshesToolProperties::ExtendBounds' has a wrong offset!"); \ -static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, SurfaceSearchSteps) == 0x0000B8, "Member 'UVoxelSolidifyMeshesToolProperties::SurfaceSearchSteps' has a wrong offset!"); \ -static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bSolidAtBoundaries) == 0x0000BC, "Member 'UVoxelSolidifyMeshesToolProperties::bSolidAtBoundaries' has a wrong offset!"); \ -static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bApplyThickenShells) == 0x0000BD, "Member 'UVoxelSolidifyMeshesToolProperties::bApplyThickenShells' has a wrong offset!"); \ -static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelSolidifyMeshesToolProperties::ThickenShells' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UVoxelSolidifyMeshesTool \ static_assert(alignof(UVoxelSolidifyMeshesTool) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesTool"); \ static_assert(sizeof(UVoxelSolidifyMeshesTool) == 0x000128, "Wrong size on UVoxelSolidifyMeshesTool"); \ static_assert(offsetof(UVoxelSolidifyMeshesTool, SolidifyProperties) == 0x000120, "Member 'UVoxelSolidifyMeshesTool::SolidifyProperties' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolBuilder \ -static_assert(alignof(UVoxelSolidifyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolBuilder"); \ -static_assert(sizeof(UVoxelSolidifyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelSolidifyMeshesToolBuilder"); \ - #define DUMPER7_ASSERTS_UWeldMeshEdgesToolBuilder \ static_assert(alignof(UWeldMeshEdgesToolBuilder) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolBuilder"); \ static_assert(sizeof(UWeldMeshEdgesToolBuilder) == 0x000028, "Wrong size on UWeldMeshEdgesToolBuilder"); \ -#define DUMPER7_ASSERTS_UWeldMeshEdgesToolProperties \ -static_assert(alignof(UWeldMeshEdgesToolProperties) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolProperties"); \ -static_assert(sizeof(UWeldMeshEdgesToolProperties) == 0x0000D0, "Wrong size on UWeldMeshEdgesToolProperties"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, Tolerance) == 0x0000A8, "Member 'UWeldMeshEdgesToolProperties::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, bOnlyUnique) == 0x0000AC, "Member 'UWeldMeshEdgesToolProperties::bOnlyUnique' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, bResolveTJunctions) == 0x0000AD, "Member 'UWeldMeshEdgesToolProperties::bResolveTJunctions' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, InitialEdges) == 0x0000B0, "Member 'UWeldMeshEdgesToolProperties::InitialEdges' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, RemainingEdges) == 0x0000B4, "Member 'UWeldMeshEdgesToolProperties::RemainingEdges' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, AttrWeldingMode) == 0x0000B8, "Member 'UWeldMeshEdgesToolProperties::AttrWeldingMode' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitNormalThreshold) == 0x0000BC, "Member 'UWeldMeshEdgesToolProperties::SplitNormalThreshold' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitTangentsThreshold) == 0x0000C0, "Member 'UWeldMeshEdgesToolProperties::SplitTangentsThreshold' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitUVThreshold) == 0x0000C4, "Member 'UWeldMeshEdgesToolProperties::SplitUVThreshold' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitColorThreshold) == 0x0000C8, "Member 'UWeldMeshEdgesToolProperties::SplitColorThreshold' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UWeldMeshEdgesOperatorFactory \ static_assert(alignof(UWeldMeshEdgesOperatorFactory) == 0x000008, "Wrong alignment on UWeldMeshEdgesOperatorFactory"); \ static_assert(sizeof(UWeldMeshEdgesOperatorFactory) == 0x000038, "Wrong size on UWeldMeshEdgesOperatorFactory"); \ static_assert(offsetof(UWeldMeshEdgesOperatorFactory, WeldMeshEdgesTool) == 0x000030, "Member 'UWeldMeshEdgesOperatorFactory::WeldMeshEdgesTool' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWeldMeshEdgesTool \ -static_assert(alignof(UWeldMeshEdgesTool) == 0x000008, "Wrong alignment on UWeldMeshEdgesTool"); \ -static_assert(sizeof(UWeldMeshEdgesTool) == 0x0000E0, "Wrong size on UWeldMeshEdgesTool"); \ -static_assert(offsetof(UWeldMeshEdgesTool, Settings) == 0x0000B0, "Member 'UWeldMeshEdgesTool::Settings' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesTool, PreviewCompute) == 0x0000B8, "Member 'UWeldMeshEdgesTool::PreviewCompute' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesTool, MeshElementsDisplay) == 0x0000C0, "Member 'UWeldMeshEdgesTool::MeshElementsDisplay' has a wrong offset!"); \ -static_assert(offsetof(UWeldMeshEdgesTool, OperatorFactory) == 0x0000C8, "Member 'UWeldMeshEdgesTool::OperatorFactory' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen \ -static_assert(alignof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen"); \ -static_assert(sizeof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen) == 0x000218, "Wrong size on WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, EntryPoint) == 0x000000, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x000064, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_7) == 0x000074, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_8) == 0x000084, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable) == 0x000098, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_PlayAnimation_ReturnValue) == 0x0000A0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CustomEvent_Logo) == 0x0000A8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CustomEvent_Logo' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_SwitchEnum_CmpSuccess) == 0x0000A9, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_object_Variable) == 0x0000B0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x0000B8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x0000C0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0000C8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0000E8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0000EC, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0000F0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable_0) == 0x0000F8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000100, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue) == 0x000101, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x000108, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x000110, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_1) == 0x000118, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_2) == 0x000120, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2) == 0x000128, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_2) == 0x000130, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_3) == 0x000138, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3) == 0x000140, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_3) == 0x000148, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue) == 0x000150, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_4) == 0x000158, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_4) == 0x000160, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetPlatformType_ReturnValue) == 0x000168, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000169, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_4) == 0x00016A, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_bool_Variable) == 0x00016B, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000170, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetUIController_ReturnValue) == 0x000178, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_5) == 0x000180, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_5) == 0x000188, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_5) == 0x000190, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_SwitchEnum_CmpSuccess_1) == 0x000191, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000198, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable_1) == 0x0001A0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetPlatformType_ReturnValue_1) == 0x0001A8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetPlatformType_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable_1_0) == 0x0001B0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable_1_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001B8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_Event_InputActionName) == 0x0001BC, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_Event_InputActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_3) == 0x0001C8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_4) == 0x0001D0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetSaveManager_ReturnValue) == 0x0001D8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_DynamicCast_AsBP_Darwin_Game_Instance) == 0x0001E0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_DynamicCast_AsBP_Darwin_Game_Instance' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_DynamicCast_bSuccess) == 0x0001E8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_Not_PreBool_ReturnValue) == 0x0001E9, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_BooleanAND_ReturnValue) == 0x0001EA, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_6) == 0x0001F0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_6) == 0x0001F8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_6) == 0x000200, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000208, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_Delay_Duration_ImplicitCast) == 0x000210, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_LogoScreen_C_HandleAspectRatio \ -static_assert(alignof(WBP_LogoScreen_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_LogoScreen_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_LogoScreen_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_LogoScreen_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_LogoScreen_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_LogoScreen_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_LogoScreen_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_LogoScreen_C_HideLogos \ -static_assert(alignof(WBP_LogoScreen_C_HideLogos) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_HideLogos"); \ -static_assert(sizeof(WBP_LogoScreen_C_HideLogos) == 0x000038, "Wrong size on WBP_LogoScreen_C_HideLogos"); \ -static_assert(offsetof(WBP_LogoScreen_C_HideLogos, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_LogoScreen_C_HideLogos::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HideLogos, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_LogoScreen_C_HideLogos::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0 \ -static_assert(alignof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(sizeof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_LogoScreen_C_OnInputAction \ -static_assert(alignof(WBP_LogoScreen_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_LogoScreen_C_OnInputAction"); \ -static_assert(sizeof(WBP_LogoScreen_C_OnInputAction) == 0x000008, "Wrong size on WBP_LogoScreen_C_OnInputAction"); \ -static_assert(offsetof(WBP_LogoScreen_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_LogoScreen_C_OnInputAction::InputActionName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_LogoScreen_C_StartLogo \ -static_assert(alignof(WBP_LogoScreen_C_StartLogo) == 0x000001, "Wrong alignment on WBP_LogoScreen_C_StartLogo"); \ -static_assert(sizeof(WBP_LogoScreen_C_StartLogo) == 0x000001, "Wrong size on WBP_LogoScreen_C_StartLogo"); \ -static_assert(offsetof(WBP_LogoScreen_C_StartLogo, Logo) == 0x000000, "Member 'WBP_LogoScreen_C_StartLogo::Logo' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_LogoScreen_C \ -static_assert(alignof(UWBP_LogoScreen_C) == 0x000008, "Wrong alignment on UWBP_LogoScreen_C"); \ -static_assert(sizeof(UWBP_LogoScreen_C) == 0x0003C0, "Wrong size on UWBP_LogoScreen_C"); \ -static_assert(offsetof(UWBP_LogoScreen_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_LogoScreen_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, PCController) == 0x000300, "Member 'UWBP_LogoScreen_C::PCController' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, WarningSensitivity) == 0x000308, "Member 'UWBP_LogoScreen_C::WarningSensitivity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, AutoSave) == 0x000310, "Member 'UWBP_LogoScreen_C::AutoSave' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Wwise) == 0x000318, "Member 'UWBP_LogoScreen_C::Wwise' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Unreal) == 0x000320, "Member 'UWBP_LogoScreen_C::Unreal' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Zdt) == 0x000328, "Member 'UWBP_LogoScreen_C::Zdt' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Konami) == 0x000330, "Member 'UWBP_LogoScreen_C::Konami' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Close) == 0x000338, "Member 'UWBP_LogoScreen_C::Close' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Open) == 0x000340, "Member 'UWBP_LogoScreen_C::Open' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Background) == 0x000348, "Member 'UWBP_LogoScreen_C::Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Logo_Konami) == 0x000350, "Member 'UWBP_LogoScreen_C::Logo_Konami' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Logo_Unreal) == 0x000358, "Member 'UWBP_LogoScreen_C::Logo_Unreal' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Logo_Wwise) == 0x000360, "Member 'UWBP_LogoScreen_C::Logo_Wwise' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Logo_ZDT) == 0x000368, "Member 'UWBP_LogoScreen_C::Logo_ZDT' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, Overlay_Logos) == 0x000370, "Member 'UWBP_LogoScreen_C::Overlay_Logos' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, SizeBox_AspectRatio) == 0x000378, "Member 'UWBP_LogoScreen_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, WBP_AutoSaveScreen) == 0x000380, "Member 'UWBP_LogoScreen_C::WBP_AutoSaveScreen' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, WBP_ConsolControllerScreen) == 0x000388, "Member 'UWBP_LogoScreen_C::WBP_ConsolControllerScreen' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, WBP_WarningSensitivity) == 0x000390, "Member 'UWBP_LogoScreen_C::WBP_WarningSensitivity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, CanSkip) == 0x000398, "Member 'UWBP_LogoScreen_C::CanSkip' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, IsFinished) == 0x000399, "Member 'UWBP_LogoScreen_C::IsFinished' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, OnLogoScreenFinished) == 0x0003A0, "Member 'UWBP_LogoScreen_C::OnLogoScreenFinished' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, State) == 0x0003B0, "Member 'UWBP_LogoScreen_C::State' has a wrong offset!"); \ -static_assert(offsetof(UWBP_LogoScreen_C, AllowedSkipDelay) == 0x0003B8, "Member 'UWBP_LogoScreen_C::AllowedSkipDelay' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FChaosDestructionEvent \ static_assert(alignof(FChaosDestructionEvent) == 0x000008, "Wrong alignment on FChaosDestructionEvent"); \ static_assert(sizeof(FChaosDestructionEvent) == 0x000078, "Wrong size on FChaosDestructionEvent"); \ @@ -124003,6 +123063,85 @@ static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RendererVisibili static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, bAssignComponentsOnParticleID) == 0x000264, "Member 'UNiagaraGeometryCacheRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, MaterialParameters) == 0x000268, "Member 'UNiagaraGeometryCacheRendererProperties::MaterialParameters' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheParams \ +static_assert(alignof(FMovieSceneGeometryCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheParams"); \ +static_assert(sizeof(FMovieSceneGeometryCacheParams) == 0x000048, "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) == 0x000050, "Wrong size on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionStartTime) == 0x000048, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionEndTime) == 0x00004C, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplate) == 0x000070, "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) == 0x000138, "Wrong size on UMovieSceneGeometryCacheSection"); \ +static_assert(offsetof(UMovieSceneGeometryCacheSection, Params_0) == 0x0000F0, "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) == 0x0000B0, "Wrong size on UMovieSceneGeometryCacheTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCacheTrack, AnimationSections) == 0x0000A0, "Member 'UMovieSceneGeometryCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANS_DisablePhysicalAnimation_C_Received_NotifyTick \ +static_assert(alignof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick) == 0x000008, "Wrong alignment on ANS_DisablePhysicalAnimation_C_Received_NotifyTick"); \ +static_assert(sizeof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick) == 0x000080, "Wrong size on ANS_DisablePhysicalAnimation_C_Received_NotifyTick"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, Animation) == 0x000008, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, EventReference) == 0x000018, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::EventReference' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, ReturnValue) == 0x000048, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_AsZCharacter) == 0x000058, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_AsCH_Darwin) == 0x000070, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANS_DisablePhysicalAnimation_C_Received_NotifyEnd \ +static_assert(alignof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on ANS_DisablePhysicalAnimation_C_Received_NotifyEnd"); \ +static_assert(sizeof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd) == 0x000068, "Wrong size on ANS_DisablePhysicalAnimation_C_Received_NotifyEnd"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, ReturnValue) == 0x000040, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, K2Node_DynamicCast_AsZCharacter) == 0x000050, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANS_DisablePhysicalAnimation_C_Received_NotifyBegin \ +static_assert(alignof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on ANS_DisablePhysicalAnimation_C_Received_NotifyBegin"); \ +static_assert(sizeof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin) == 0x000070, "Wrong size on ANS_DisablePhysicalAnimation_C_Received_NotifyBegin"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, ReturnValue) == 0x000048, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, K2Node_DynamicCast_AsZCharacter) == 0x000058, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ANS_DisablePhysicalAnimation_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'ANS_DisablePhysicalAnimation_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UANS_DisablePhysicalAnimation_C \ +static_assert(alignof(UANS_DisablePhysicalAnimation_C) == 0x000008, "Wrong alignment on UANS_DisablePhysicalAnimation_C"); \ +static_assert(sizeof(UANS_DisablePhysicalAnimation_C) == 0x000040, "Wrong size on UANS_DisablePhysicalAnimation_C"); \ +static_assert(offsetof(UANS_DisablePhysicalAnimation_C, DebugInfo) == 0x000030, "Member 'UANS_DisablePhysicalAnimation_C::DebugInfo' has a wrong offset!"); \ +static_assert(offsetof(UANS_DisablePhysicalAnimation_C, EnableOnFinished) == 0x000038, "Member 'UANS_DisablePhysicalAnimation_C::EnableOnFinished' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FInterchangePipelinePropertyStatePerContext \ static_assert(alignof(FInterchangePipelinePropertyStatePerContext) == 0x000001, "Wrong alignment on FInterchangePipelinePropertyStatePerContext"); \ static_assert(sizeof(FInterchangePipelinePropertyStatePerContext) == 0x000001, "Wrong size on FInterchangePipelinePropertyStatePerContext"); \ @@ -124760,29 +123899,71 @@ static_assert(offsetof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttr static_assert(alignof(UInterchangeUserDefinedAttributesAPI) == 0x000008, "Wrong alignment on UInterchangeUserDefinedAttributesAPI"); \ static_assert(sizeof(UInterchangeUserDefinedAttributesAPI) == 0x000028, "Wrong size on UInterchangeUserDefinedAttributesAPI"); \ -#define DUMPER7_ASSERTS_UWorldMetricsSubsystem \ -static_assert(alignof(UWorldMetricsSubsystem) == 0x000008, "Wrong alignment on UWorldMetricsSubsystem"); \ -static_assert(sizeof(UWorldMetricsSubsystem) == 0x002880, "Wrong size on UWorldMetricsSubsystem"); \ -static_assert(offsetof(UWorldMetricsSubsystem, Metrics) == 0x000040, "Member 'UWorldMetricsSubsystem::Metrics' has a wrong offset!"); \ -static_assert(offsetof(UWorldMetricsSubsystem, Extensions) == 0x000050, "Member 'UWorldMetricsSubsystem::Extensions' has a wrong offset!"); \ -static_assert(offsetof(UWorldMetricsSubsystem, UpdateRateInSeconds) == 0x002870, "Member 'UWorldMetricsSubsystem::UpdateRateInSeconds' has a wrong offset!"); \ -static_assert(offsetof(UWorldMetricsSubsystem, WarmUpFrames) == 0x002874, "Member 'UWorldMetricsSubsystem::WarmUpFrames' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_2 \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_2"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_2) == 0x000008, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_2"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_2, BP_SeqChDelegatePoulpy1) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_2::BP_SeqChDelegatePoulpy1' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWorldMetricInterface \ -static_assert(alignof(UWorldMetricInterface) == 0x000008, "Wrong alignment on UWorldMetricInterface"); \ -static_assert(sizeof(UWorldMetricInterface) == 0x000028, "Wrong size on UWorldMetricInterface"); \ +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_1 \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_1"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_1) == 0x000008, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_1"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_1, BP_SeqChDelegate) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_1::BP_SeqChDelegate' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_IWorldMetricsActorTrackerSubscriber \ -static_assert(alignof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong alignment on IWorldMetricsActorTrackerSubscriber"); \ -static_assert(sizeof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong size on IWorldMetricsActorTrackerSubscriber"); \ +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_0, BP_SeqChDelegate) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP_0::BP_SeqChDelegate' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWorldMetricsExtension \ -static_assert(alignof(UWorldMetricsExtension) == 0x000008, "Wrong alignment on UWorldMetricsExtension"); \ -static_assert(sizeof(UWorldMetricsExtension) == 0x000028, "Wrong size on UWorldMetricsExtension"); \ +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A1_Gil_DirectorBP::CH_Darwin_Poulpy_' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWorldMetricsActorTracker \ -static_assert(alignof(UWorldMetricsActorTracker) == 0x000008, "Wrong alignment on UWorldMetricsActorTracker"); \ -static_assert(sizeof(UWorldMetricsActorTracker) == 0x0000D0, "Wrong size on UWorldMetricsActorTracker"); \ +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_PoulpyDelegateSetLocation \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_PoulpyDelegateSetLocation) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_PoulpyDelegateSetLocation"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_PoulpyDelegateSetLocation) == 0x000008, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_PoulpyDelegateSetLocation"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_PoulpyDelegateSetLocation, BP_SeqChDelegatePoulpy1) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_PoulpyDelegateSetLocation::BP_SeqChDelegatePoulpy1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement) == 0x000010, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement, MovementEnabled) == 0x000008, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_Poulpy_Movement::MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP) == 0x000248, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegate) == 0x000008, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegate' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_UseDistance) == 0x000010, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_UseDistance' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpy1) == 0x000018, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpy1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000020, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000118, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_) == 0x000210, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_MovementEnabled) == 0x000218, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_MovementEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x000220, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x000228, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_BP_GrabPawnBarrel_Child) == 0x000230, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_BP_GrabPawnBarrel_Child' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_Buoyancy) == 0x000238, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP, K2Node_CustomEvent_movement) == 0x000240, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A1_Gil_DirectorBP::K2Node_CustomEvent_movement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance) == 0x000010, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance, BP_SeqChDelegate) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance::BP_SeqChDelegate' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance, UseDistance) == 0x000008, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_Delegate_UseDistance::UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy \ +static_assert(alignof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy) == 0x000008, "Wrong alignment on LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy"); \ +static_assert(sizeof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy) == 0x000018, "Wrong size on LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy, BP_GrabPawnBarrel_Child) == 0x000000, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy::BP_GrabPawnBarrel_Child' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy, Buoyancy) == 0x000008, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy, Movement) == 0x000010, "Member 'LS_C0_A01S01_A1_Gil_DirectorBP_C_Barrel_Buoyancy::Movement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A1_Gil_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A1_Gil_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A1_Gil_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A1_Gil_DirectorBP_C) == 0x000050, "Wrong size on ULS_C0_A01S01_A1_Gil_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A1_Gil_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A1_Gil_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterchangeAnimationPayLoadKey \ static_assert(alignof(FInterchangeAnimationPayLoadKey) == 0x000008, "Wrong alignment on FInterchangeAnimationPayLoadKey"); \ @@ -129738,6 +128919,10 @@ static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUi static_assert(alignof(UInterchangeStaticMeshLodDataNode) == 0x000008, "Wrong alignment on UInterchangeStaticMeshLodDataNode"); \ static_assert(sizeof(UInterchangeStaticMeshLodDataNode) == 0x000200, "Wrong size on UInterchangeStaticMeshLodDataNode"); \ +#define DUMPER7_ASSERTS_UBP_LocomotionState_Air_C \ +static_assert(alignof(UBP_LocomotionState_Air_C) == 0x000008, "Wrong alignment on UBP_LocomotionState_Air_C"); \ +static_assert(sizeof(UBP_LocomotionState_Air_C) == 0x000088, "Wrong size on UBP_LocomotionState_Air_C"); \ + #define DUMPER7_ASSERTS_UInterchangeResultMeshWarning \ static_assert(alignof(UInterchangeResultMeshWarning) == 0x000008, "Wrong alignment on UInterchangeResultMeshWarning"); \ static_assert(sizeof(UInterchangeResultMeshWarning) == 0x000080, "Wrong size on UInterchangeResultMeshWarning"); \ @@ -130174,6 +129359,121 @@ static_assert(sizeof(UInterchangeUEJPEGTranslator) == 0x000040, "Wrong size on U static_assert(alignof(UInterchangeTextureWriter) == 0x000008, "Wrong alignment on UInterchangeTextureWriter"); \ static_assert(sizeof(UInterchangeTextureWriter) == 0x000028, "Wrong size on UInterchangeTextureWriter"); \ +#define DUMPER7_ASSERTS_WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion \ +static_assert(alignof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion) == 0x000004, "Wrong alignment on WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion"); \ +static_assert(sizeof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion) == 0x000040, "Wrong size on WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion, EntryPoint) == 0x000000, "Member 'WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_DebugLocomotion_C_ExecuteUbergraph_WBP_DebugLocomotion::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugLocomotion_C_Init \ +static_assert(alignof(WBP_DebugLocomotion_C_Init) == 0x000008, "Wrong alignment on WBP_DebugLocomotion_C_Init"); \ +static_assert(sizeof(WBP_DebugLocomotion_C_Init) == 0x0003B8, "Wrong size on WBP_DebugLocomotion_C_Init"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_DebugLocomotion_C_Init::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_DebugLocomotion_C_Init::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000018, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetWorldManager_ReturnValue) == 0x000038, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetWorldManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugString_ReturnValue) == 0x000040, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetValue_ReturnValue) == 0x000050, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000068, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000078, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_K2_GetPawn_ReturnValue) == 0x0000A8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_2) == 0x0000B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue) == 0x0000B8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000C8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000D8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0000E8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetText_ReturnValue) == 0x0000F8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x000108, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_TextToString_ReturnValue) == 0x000110, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_AsCH_Darwin) == 0x000120, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue) == 0x000130, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000140, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000150, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000160, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000170, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetTimeSeconds_ReturnValue) == 0x000180, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue_2) == 0x000188, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000190, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_3) == 0x000198, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000199, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x0001A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_2) == 0x0001B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_3) == 0x0001C0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_ReturnValue_4) == 0x0001D0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001E0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0001F0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000200, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000210, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_AddChild_ReturnValue) == 0x000220, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000228, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000238, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000248, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000258, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetZPlayerCharacter_ReturnValue_3) == 0x000268, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetZPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetGameplayTagComponent_ReturnValue) == 0x000270, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetGameplayTagComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000278, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugInfo_ReturnValue) == 0x000280, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue) == 0x000290, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_6) == 0x0002A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_7) == 0x0002B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0002C0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDebugInfo_ReturnValue_1) == 0x0002C8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDebugInfo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_8) == 0x0002D8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0002E8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_9) == 0x0002F8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_AsCH_Darwin_1) == 0x000308, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_AsCH_Darwin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, K2Node_DynamicCast_bSuccess_1) == 0x000310, "Member 'WBP_DebugLocomotion_C_Init::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000318, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_IsValid_ReturnValue_4) == 0x000328, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Array_Get_Item) == 0x000330, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue_2) == 0x000338, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Array_Length_ReturnValue) == 0x000348, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_10) == 0x000350, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Less_IntInt_ReturnValue) == 0x000360, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_GetDisplayName_ReturnValue_3) == 0x000368, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_StringToText_ReturnValue_11) == 0x000378, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_StringToText_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToText_Value_ImplicitCast) == 0x000388, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToText_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000390, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1) == 0x000398, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_2) == 0x0003A0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_3) == 0x0003A8, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Init, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_4) == 0x0003B0, "Member 'WBP_DebugLocomotion_C_Init::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugLocomotion_C_Tick \ +static_assert(alignof(WBP_DebugLocomotion_C_Tick) == 0x000004, "Wrong alignment on WBP_DebugLocomotion_C_Tick"); \ +static_assert(sizeof(WBP_DebugLocomotion_C_Tick) == 0x00003C, "Wrong size on WBP_DebugLocomotion_C_Tick"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_DebugLocomotion_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugLocomotion_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_DebugLocomotion_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DebugLocomotion_C \ +static_assert(alignof(UWBP_DebugLocomotion_C) == 0x000008, "Wrong alignment on UWBP_DebugLocomotion_C"); \ +static_assert(sizeof(UWBP_DebugLocomotion_C) == 0x000368, "Wrong size on UWBP_DebugLocomotion_C"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_DebugLocomotion_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, ScrollBox_Overlaps) == 0x000300, "Member 'UWBP_DebugLocomotion_C::ScrollBox_Overlaps' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Camo) == 0x000308, "Member 'UWBP_DebugLocomotion_C::Text_Camo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Controller) == 0x000310, "Member 'UWBP_DebugLocomotion_C::Text_Controller' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Health) == 0x000318, "Member 'UWBP_DebugLocomotion_C::Text_Health' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Interact) == 0x000320, "Member 'UWBP_DebugLocomotion_C::Text_Interact' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Jump) == 0x000328, "Member 'UWBP_DebugLocomotion_C::Text_Jump' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Locomotion) == 0x000330, "Member 'UWBP_DebugLocomotion_C::Text_Locomotion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_MovementMode) == 0x000338, "Member 'UWBP_DebugLocomotion_C::Text_MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_PlayerPawn) == 0x000340, "Member 'UWBP_DebugLocomotion_C::Text_PlayerPawn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_Tags) == 0x000348, "Member 'UWBP_DebugLocomotion_C::Text_Tags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, Text_World) == 0x000350, "Member 'UWBP_DebugLocomotion_C::Text_World' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, TextLevelTransition) == 0x000358, "Member 'UWBP_DebugLocomotion_C::TextLevelTransition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugLocomotion_C, AbilitiesRefreshTimeStamp) == 0x000360, "Member 'UWBP_DebugLocomotion_C::AbilitiesRefreshTimeStamp' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FInterchangeLodSceneNodeContainer \ static_assert(alignof(FInterchangeLodSceneNodeContainer) == 0x000008, "Wrong alignment on FInterchangeLodSceneNodeContainer"); \ static_assert(sizeof(FInterchangeLodSceneNodeContainer) == 0x000010, "Wrong size on FInterchangeLodSceneNodeContainer"); \ @@ -130461,6 +129761,10 @@ static_assert(offsetof(InterchangePipelineMeshesUtilities_SetContext, Context) = static_assert(alignof(UInterchangePipelineMeshesUtilities) == 0x000008, "Wrong alignment on UInterchangePipelineMeshesUtilities"); \ static_assert(sizeof(UInterchangePipelineMeshesUtilities) == 0x000128, "Wrong size on UInterchangePipelineMeshesUtilities"); \ +#define DUMPER7_ASSERTS_UDamage_LavaGreen_C \ +static_assert(alignof(UDamage_LavaGreen_C) == 0x000008, "Wrong alignment on UDamage_LavaGreen_C"); \ +static_assert(sizeof(UDamage_LavaGreen_C) == 0x000040, "Wrong size on UDamage_LavaGreen_C"); \ + #define DUMPER7_ASSERTS_UTcpMessagingSettings \ static_assert(alignof(UTcpMessagingSettings) == 0x000008, "Wrong alignment on UTcpMessagingSettings"); \ static_assert(sizeof(UTcpMessagingSettings) == 0x000060, "Wrong size on UTcpMessagingSettings"); \ @@ -130471,6 +129775,17 @@ static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryDelay) == 0x000050, static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryPeriod) == 0x000054, "Member 'UTcpMessagingSettings::ConnectionRetryPeriod' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000058, "Member 'UTcpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_CreditsCompanyName_C_SetCompanyName \ +static_assert(alignof(WBP_CreditsCompanyName_C_SetCompanyName) == 0x000008, "Wrong alignment on WBP_CreditsCompanyName_C_SetCompanyName"); \ +static_assert(sizeof(WBP_CreditsCompanyName_C_SetCompanyName) == 0x000020, "Wrong size on WBP_CreditsCompanyName_C_SetCompanyName"); \ +static_assert(offsetof(WBP_CreditsCompanyName_C_SetCompanyName, CompanyName) == 0x000000, "Member 'WBP_CreditsCompanyName_C_SetCompanyName::CompanyName' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsCompanyName_C_SetCompanyName, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_CreditsCompanyName_C_SetCompanyName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditsCompanyName_C \ +static_assert(alignof(UWBP_CreditsCompanyName_C) == 0x000008, "Wrong alignment on UWBP_CreditsCompanyName_C"); \ +static_assert(sizeof(UWBP_CreditsCompanyName_C) == 0x000300, "Wrong size on UWBP_CreditsCompanyName_C"); \ +static_assert(offsetof(UWBP_CreditsCompanyName_C, WBP_RichText) == 0x0002F8, "Member 'UWBP_CreditsCompanyName_C::WBP_RichText' 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"); \ @@ -130663,6 +129978,139 @@ static_assert(offsetof(UCableComponent, CableWidth) == 0x0005DC, "Member 'UCable static_assert(offsetof(UCableComponent, NumSides) == 0x0005E0, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, TileMaterial) == 0x0005E4, "Member 'UCableComponent::TileMaterial' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCustomMeshTriangle \ +static_assert(alignof(FCustomMeshTriangle) == 0x000008, "Wrong alignment on FCustomMeshTriangle"); \ +static_assert(sizeof(FCustomMeshTriangle) == 0x000048, "Wrong size on FCustomMeshTriangle"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex0) == 0x000000, "Member 'FCustomMeshTriangle::Vertex0' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex1) == 0x000018, "Member 'FCustomMeshTriangle::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex2) == 0x000030, "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) == 0x000560, "Wrong size on UCustomMeshComponent"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_C_DisplayDialogue \ +static_assert(alignof(WBP_Dialogue_C_DisplayDialogue) == 0x000008, "Wrong alignment on WBP_Dialogue_C_DisplayDialogue"); \ +static_assert(sizeof(WBP_Dialogue_C_DisplayDialogue) == 0x0000C8, "Wrong size on WBP_Dialogue_C_DisplayDialogue"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_Dialogue_C_DisplayDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, Temp_delegate_Variable) == 0x000010, "Member 'WBP_Dialogue_C_DisplayDialogue::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GetDialogueData_ReturnValue) == 0x000030, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GetDialogueData_ReturnValue_1) == 0x000040, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GetDialogueData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000050, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GetCharacterArrayFromString_ReturnValue) == 0x000068, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GetCharacterArrayFromString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000078, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Len_ReturnValue) == 0x000088, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000A0, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, Temp_int_Variable) == 0x0000B8, "Member 'WBP_Dialogue_C_DisplayDialogue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_C_DisplayNextDialogueLine \ +static_assert(alignof(WBP_Dialogue_C_DisplayNextDialogueLine) == 0x000008, "Wrong alignment on WBP_Dialogue_C_DisplayNextDialogueLine"); \ +static_assert(sizeof(WBP_Dialogue_C_DisplayNextDialogueLine) == 0x000060, "Wrong size on WBP_Dialogue_C_DisplayNextDialogueLine"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, Temp_int_Variable) == 0x000000, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_GetDialogueData_ReturnValue) == 0x000008, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_GetDialogueData_ReturnValue_1) == 0x000018, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_GetDialogueData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000028, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, Temp_delegate_Variable) == 0x000048, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue \ +static_assert(alignof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue) == 0x000008, "Wrong alignment on WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue"); \ +static_assert(sizeof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue) == 0x000110, "Wrong size on WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, EntryPoint) == 0x000000, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetTextStyleSetFromPlatform_TextStyleSet) == 0x000008, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetTextStyleSetFromPlatform_TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000010, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000030, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000034, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000038, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000041, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_object_Variable) == 0x000048, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable) == 0x000050, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable_0) == 0x000058, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable_1) == 0x000060, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_bool_Variable) == 0x000068, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable_1_0) == 0x000070, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetDialogueData_ReturnValue) == 0x000078, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetDialogueData_ReturnValue_1) == 0x000088, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetDialogueData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Len_ReturnValue) == 0x0000B0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000B8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000C8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Len_ReturnValue_1) == 0x0000E0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_Event_IsDesignTime) == 0x0000E4, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Less_IntInt_ReturnValue) == 0x0000E5, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetTextStyleSet_ReturnValue) == 0x0000E8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetTextStyleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetDisplayName_ReturnValue) == 0x0000F0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_C_GetTextStyleSetFromPlatform \ +static_assert(alignof(WBP_Dialogue_C_GetTextStyleSetFromPlatform) == 0x000008, "Wrong alignment on WBP_Dialogue_C_GetTextStyleSetFromPlatform"); \ +static_assert(sizeof(WBP_Dialogue_C_GetTextStyleSetFromPlatform) == 0x000010, "Wrong size on WBP_Dialogue_C_GetTextStyleSetFromPlatform"); \ +static_assert(offsetof(WBP_Dialogue_C_GetTextStyleSetFromPlatform, TextStyleSet) == 0x000000, "Member 'WBP_Dialogue_C_GetTextStyleSetFromPlatform::TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_GetTextStyleSetFromPlatform, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Dialogue_C_GetTextStyleSetFromPlatform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_GetTextStyleSetFromPlatform, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000009, "Member 'WBP_Dialogue_C_GetTextStyleSetFromPlatform::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_C_PreConstruct \ +static_assert(alignof(WBP_Dialogue_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Dialogue_C_PreConstruct"); \ +static_assert(sizeof(WBP_Dialogue_C_PreConstruct) == 0x000001, "Wrong size on WBP_Dialogue_C_PreConstruct"); \ +static_assert(offsetof(WBP_Dialogue_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Dialogue_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_C_StartDialogue \ +static_assert(alignof(WBP_Dialogue_C_StartDialogue) == 0x000008, "Wrong alignment on WBP_Dialogue_C_StartDialogue"); \ +static_assert(sizeof(WBP_Dialogue_C_StartDialogue) == 0x000040, "Wrong size on WBP_Dialogue_C_StartDialogue"); \ +static_assert(offsetof(WBP_Dialogue_C_StartDialogue, Temp_delegate_Variable) == 0x000000, "Member 'WBP_Dialogue_C_StartDialogue::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_StartDialogue, CallFunc_GetDialogueData_ReturnValue) == 0x000010, "Member 'WBP_Dialogue_C_StartDialogue::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_StartDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_Dialogue_C_StartDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_StartDialogue, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_Dialogue_C_StartDialogue::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_C_StartDialogue, CallFunc_PostEvent_ReturnValue) == 0x000038, "Member 'WBP_Dialogue_C_StartDialogue::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Dialogue_C \ +static_assert(alignof(UWBP_Dialogue_C) == 0x000008, "Wrong alignment on UWBP_Dialogue_C"); \ +static_assert(sizeof(UWBP_Dialogue_C) == 0x000360, "Wrong size on UWBP_Dialogue_C"); \ +static_assert(offsetof(UWBP_Dialogue_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Dialogue_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, DialogueText) == 0x000300, "Member 'UWBP_Dialogue_C::DialogueText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, DialogueData) == 0x000308, "Member 'UWBP_Dialogue_C::DialogueData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, TempDialogueString) == 0x000310, "Member 'UWBP_Dialogue_C::TempDialogueString' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, bDialogueStarted) == 0x000320, "Member 'UWBP_Dialogue_C::bDialogueStarted' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, CurrentReadingIndex) == 0x000324, "Member 'UWBP_Dialogue_C::CurrentReadingIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, CurrentDialogueIndex) == 0x000328, "Member 'UWBP_Dialogue_C::CurrentDialogueIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, DialogueTimerHandle) == 0x000330, "Member 'UWBP_Dialogue_C::DialogueTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, OnDialogueDone) == 0x000338, "Member 'UWBP_Dialogue_C::OnDialogueDone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, TextStyle) == 0x000348, "Member 'UWBP_Dialogue_C::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, bUseTypingSound) == 0x000350, "Member 'UWBP_Dialogue_C::bUseTypingSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_C, TextStyleSteamdeck) == 0x000358, "Member 'UWBP_Dialogue_C::TextStyleSteamdeck' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMetasoundFrontendVersionNumber \ static_assert(alignof(FMetasoundFrontendVersionNumber) == 0x000004, "Wrong alignment on FMetasoundFrontendVersionNumber"); \ static_assert(sizeof(FMetasoundFrontendVersionNumber) == 0x000008, "Wrong size on FMetasoundFrontendVersionNumber"); \ @@ -131033,60 +130481,15 @@ static_assert(sizeof(UMetaSoundBuilderDocument) == 0x000208, "Wrong size on UMet static_assert(offsetof(UMetaSoundBuilderDocument, Document) == 0x000030, "Member 'UMetaSoundBuilderDocument::Document' has a wrong offset!"); \ static_assert(offsetof(UMetaSoundBuilderDocument, MetaSoundUClass) == 0x000200, "Member 'UMetaSoundBuilderDocument::MetaSoundUClass' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FWaveTableData \ -static_assert(alignof(FWaveTableData) == 0x000008, "Wrong alignment on FWaveTableData"); \ -static_assert(sizeof(FWaveTableData) == 0x000020, "Wrong size on FWaveTableData"); \ -static_assert(offsetof(FWaveTableData, BitDepth) == 0x000000, "Member 'FWaveTableData::BitDepth' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableData, Data) == 0x000008, "Member 'FWaveTableData::Data' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableData, FinalValue) == 0x000018, "Member 'FWaveTableData::FinalValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWaveTableTransform \ -static_assert(alignof(FWaveTableTransform) == 0x000008, "Wrong alignment on FWaveTableTransform"); \ -static_assert(sizeof(FWaveTableTransform) == 0x0000B8, "Wrong size on FWaveTableTransform"); \ -static_assert(offsetof(FWaveTableTransform, Curve) == 0x000000, "Member 'FWaveTableTransform::Curve' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableTransform, Scalar) == 0x000004, "Member 'FWaveTableTransform::Scalar' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableTransform, CurveCustom) == 0x000008, "Member 'FWaveTableTransform::CurveCustom' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableTransform, CurveShared) == 0x000088, "Member 'FWaveTableTransform::CurveShared' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableTransform, TableData) == 0x000090, "Member 'FWaveTableTransform::TableData' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableTransform, duration) == 0x0000B0, "Member 'FWaveTableTransform::duration' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWaveTableBankEntry \ -static_assert(alignof(FWaveTableBankEntry) == 0x000008, "Wrong alignment on FWaveTableBankEntry"); \ -static_assert(sizeof(FWaveTableBankEntry) == 0x0000B8, "Wrong size on FWaveTableBankEntry"); \ -static_assert(offsetof(FWaveTableBankEntry, Transform) == 0x000000, "Member 'FWaveTableBankEntry::Transform' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FWaveTableSettings \ -static_assert(alignof(FWaveTableSettings) == 0x000008, "Wrong alignment on FWaveTableSettings"); \ -static_assert(sizeof(FWaveTableSettings) == 0x000058, "Wrong size on FWaveTableSettings"); \ -static_assert(offsetof(FWaveTableSettings, FilePath) == 0x000000, "Member 'FWaveTableSettings::FilePath' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, ChannelIndex) == 0x000010, "Member 'FWaveTableSettings::ChannelIndex' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, SourceData) == 0x000018, "Member 'FWaveTableSettings::SourceData' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, SourceSampleRate) == 0x000038, "Member 'FWaveTableSettings::SourceSampleRate' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, Phase) == 0x00003C, "Member 'FWaveTableSettings::Phase' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, Top) == 0x000040, "Member 'FWaveTableSettings::Top' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, Tail) == 0x000044, "Member 'FWaveTableSettings::Tail' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, FadeIn) == 0x000048, "Member 'FWaveTableSettings::FadeIn' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, FadeOut) == 0x00004C, "Member 'FWaveTableSettings::FadeOut' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, bNormalize) == 0x000050, "Member 'FWaveTableSettings::bNormalize' has a wrong offset!"); \ -static_assert(offsetof(FWaveTableSettings, bRemoveOffset) == 0x000051, "Member 'FWaveTableSettings::bRemoveOffset' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWaveTableBank \ -static_assert(alignof(UWaveTableBank) == 0x000008, "Wrong alignment on UWaveTableBank"); \ -static_assert(sizeof(UWaveTableBank) == 0x000060, "Wrong size on UWaveTableBank"); \ -static_assert(offsetof(UWaveTableBank, SampleMode) == 0x000030, "Member 'UWaveTableBank::SampleMode' has a wrong offset!"); \ -static_assert(offsetof(UWaveTableBank, Resolution) == 0x000031, "Member 'UWaveTableBank::Resolution' has a wrong offset!"); \ -static_assert(offsetof(UWaveTableBank, SampleRate) == 0x000034, "Member 'UWaveTableBank::SampleRate' has a wrong offset!"); \ -static_assert(offsetof(UWaveTableBank, bBipolar) == 0x000038, "Member 'UWaveTableBank::bBipolar' has a wrong offset!"); \ -static_assert(offsetof(UWaveTableBank, Entries) == 0x000040, "Member 'UWaveTableBank::Entries' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMetaSoundAsyncAssetDependencies \ +static_assert(alignof(FMetaSoundAsyncAssetDependencies) == 0x000008, "Wrong alignment on FMetaSoundAsyncAssetDependencies"); \ +static_assert(sizeof(FMetaSoundAsyncAssetDependencies) == 0x000030, "Wrong size on FMetaSoundAsyncAssetDependencies"); \ +static_assert(offsetof(FMetaSoundAsyncAssetDependencies, Metasound) == 0x000008, "Member 'FMetaSoundAsyncAssetDependencies::Metasound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMetaSoundOutput \ static_assert(alignof(FMetaSoundOutput) == 0x000008, "Wrong alignment on FMetaSoundOutput"); \ static_assert(sizeof(FMetaSoundOutput) == 0x000010, "Wrong size on FMetaSoundOutput"); \ -#define DUMPER7_ASSERTS_FMetaSoundBuilderNodeOutputHandle \ -static_assert(alignof(FMetaSoundBuilderNodeOutputHandle) == 0x000004, "Wrong alignment on FMetaSoundBuilderNodeOutputHandle"); \ -static_assert(sizeof(FMetaSoundBuilderNodeOutputHandle) == 0x000020, "Wrong size on FMetaSoundBuilderNodeOutputHandle"); \ - #define DUMPER7_ASSERTS_FDefaultMetaSoundAssetAutoUpdateSettings \ static_assert(alignof(FDefaultMetaSoundAssetAutoUpdateSettings) == 0x000008, "Wrong alignment on FDefaultMetaSoundAssetAutoUpdateSettings"); \ static_assert(sizeof(FDefaultMetaSoundAssetAutoUpdateSettings) == 0x000020, "Wrong size on FDefaultMetaSoundAssetAutoUpdateSettings"); \ @@ -131103,15 +130506,14 @@ static_assert(alignof(FMetaSoundAssetDirectory) == 0x000008, "Wrong alignment on static_assert(sizeof(FMetaSoundAssetDirectory) == 0x000010, "Wrong size on FMetaSoundAssetDirectory"); \ static_assert(offsetof(FMetaSoundAssetDirectory, Directory) == 0x000000, "Member 'FMetaSoundAssetDirectory::Directory' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMetaSoundAsyncAssetDependencies \ -static_assert(alignof(FMetaSoundAsyncAssetDependencies) == 0x000008, "Wrong alignment on FMetaSoundAsyncAssetDependencies"); \ -static_assert(sizeof(FMetaSoundAsyncAssetDependencies) == 0x000030, "Wrong size on FMetaSoundAsyncAssetDependencies"); \ -static_assert(offsetof(FMetaSoundAsyncAssetDependencies, Metasound) == 0x000008, "Member 'FMetaSoundAsyncAssetDependencies::Metasound' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMetaSoundBuilderNodeInputHandle \ static_assert(alignof(FMetaSoundBuilderNodeInputHandle) == 0x000004, "Wrong alignment on FMetaSoundBuilderNodeInputHandle"); \ static_assert(sizeof(FMetaSoundBuilderNodeInputHandle) == 0x000020, "Wrong size on FMetaSoundBuilderNodeInputHandle"); \ +#define DUMPER7_ASSERTS_FMetaSoundBuilderNodeOutputHandle \ +static_assert(alignof(FMetaSoundBuilderNodeOutputHandle) == 0x000004, "Wrong alignment on FMetaSoundBuilderNodeOutputHandle"); \ +static_assert(sizeof(FMetaSoundBuilderNodeOutputHandle) == 0x000020, "Wrong size on FMetaSoundBuilderNodeOutputHandle"); \ + #define DUMPER7_ASSERTS_FMetaSoundNodeHandle \ static_assert(alignof(FMetaSoundNodeHandle) == 0x000004, "Wrong alignment on FMetaSoundNodeHandle"); \ static_assert(sizeof(FMetaSoundNodeHandle) == 0x000010, "Wrong size on FMetaSoundNodeHandle"); \ @@ -131990,31 +131392,217 @@ static_assert(offsetof(UMetaSoundSource, ReferenceAssetClassCache) == 0x000728, static_assert(offsetof(UMetaSoundSource, OutputFormat) == 0x000778, "Member 'UMetaSoundSource::OutputFormat' has a wrong offset!"); \ static_assert(offsetof(UMetaSoundSource, AssetClassID) == 0x00077C, "Member 'UMetaSoundSource::AssetClassID' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera \ -static_assert(alignof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera"); \ -static_assert(sizeof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera) == 0x00006C, "Wrong size on BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, EntryPoint) == 0x000000, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable) == 0x000004, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_1) == 0x000014, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_2) == 0x00002C, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_3) == 0x00003C, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_2) == 0x00004C, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_3) == 0x000050, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, Temp_delegate_Variable_4) == 0x000054, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::Temp_delegate_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, CallFunc_PostEvent_ReturnValue_4) == 0x000064, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, K2Node_Event_Value) == 0x000068, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::K2Node_Event_Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature, CurrentId) == 0x000000, "Member 'WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature::CurrentId' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_PlayerCamera_C_OnImmersed \ -static_assert(alignof(BP_PlayerCamera_C_OnImmersed) == 0x000001, "Wrong alignment on BP_PlayerCamera_C_OnImmersed"); \ -static_assert(sizeof(BP_PlayerCamera_C_OnImmersed) == 0x000001, "Wrong size on BP_PlayerCamera_C_OnImmersed"); \ -static_assert(offsetof(BP_PlayerCamera_C_OnImmersed, Value) == 0x000000, "Member 'BP_PlayerCamera_C_OnImmersed::Value' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature \ +static_assert(alignof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature) == 0x000010, "Wrong size on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature, NewSkinID) == 0x000000, "Member 'WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature::NewSkinID' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_PlayerCamera_C \ -static_assert(alignof(ABP_PlayerCamera_C) == 0x000010, "Wrong alignment on ABP_PlayerCamera_C"); \ -static_assert(sizeof(ABP_PlayerCamera_C) == 0x001560, "Wrong size on ABP_PlayerCamera_C"); \ -static_assert(offsetof(ABP_PlayerCamera_C, UberGraphFrame) == 0x001550, "Member 'ABP_PlayerCamera_C::UberGraphFrame' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_ClearAttachment \ +static_assert(alignof(WBP_SkinSelect_C_ClearAttachment) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_ClearAttachment"); \ +static_assert(sizeof(WBP_SkinSelect_C_ClearAttachment) == 0x000028, "Wrong size on WBP_SkinSelect_C_ClearAttachment"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SkinSelect_C_ClearAttachment::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SkinSelect_C_ClearAttachment::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_RemoveItem_ReturnValue) == 0x000018, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000019, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect \ +static_assert(alignof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect) == 0x000010, "Wrong alignment on WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect"); \ +static_assert(sizeof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect) == 0x000B40, "Wrong size on WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, EntryPoint) == 0x000000, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_Event_PlayerInput) == 0x000028, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_Event_PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_ComponentBoundEvent_CurrentID) == 0x000068, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_ComponentBoundEvent_CurrentID' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinDataById_ReturnValue) == 0x000078, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinDataById_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_ComponentBoundEvent_NewSkinID) == 0x000240, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_ComponentBoundEvent_NewSkinID' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinDataById_ReturnValue_1) == 0x000250, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinDataById_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Array_Length_ReturnValue) == 0x000418, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Greater_IntInt_ReturnValue) == 0x00041C, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000420, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinSystem_ReturnValue) == 0x000428, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000430, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinSystem_ReturnValue_1) == 0x000438, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000440, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetComponentByClass_ReturnValue) == 0x000608, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue) == 0x000610, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_bool_Variable) == 0x000611, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_1) == 0x000612, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_2) == 0x000613, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000618, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable) == 0x000620, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_3) == 0x000628, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000630, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_4) == 0x000638, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_CanCustomize_ReturnValue) == 0x000639, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_CanCustomize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_1) == 0x000640, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_3) == 0x000648, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_object_Variable) == 0x000650, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetUIController_ReturnValue_1) == 0x000658, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000660, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000680, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000684, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000688, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_HasScreenWidgetOfType_ReturnValue) == 0x000690, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_HasScreenWidgetOfType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_1_0) == 0x000698, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_0) == 0x0006A0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x0006A8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_4) == 0x0006B0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSaveManager_ReturnValue) == 0x0006B8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_5) == 0x0006C0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_6) == 0x0006C1, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetPlayerController_ReturnValue) == 0x0006C8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeTransform_ReturnValue) == 0x0006D0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetInputMouseDelta_DeltaX) == 0x000730, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetInputMouseDelta_DeltaX' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetInputMouseDelta_DeltaY) == 0x000734, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetInputMouseDelta_DeltaY' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000738, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000740, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_FinishSpawningActor_ReturnValue) == 0x000748, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000750, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_ReturnValue) == 0x000758, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000770, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_K2_AddWorldRotation_SweepHitResult) == 0x000778, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_K2_AddWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_7) == 0x000870, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Array_Length_ReturnValue_1) == 0x000874, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000878, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsMGSDemo_ReturnValue) == 0x000879, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetUIController_ReturnValue_2) == 0x000880, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetUIController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_HasScreenWidgetOfType_ReturnValue_1) == 0x000888, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_HasScreenWidgetOfType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000889, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000890, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000898, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_CustomEvent_bIsDocked) == 0x000899, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetPlayerPawn_ReturnValue) == 0x0008A0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_DynamicCast_AsCH_Darwin) == 0x0008A8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_DynamicCast_bSuccess) == 0x0008B0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue_1) == 0x0008B1, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0008B2, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_2) == 0x0008B8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0008C0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_3) == 0x0008C8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0008D0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue_2) == 0x0008D8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_ReturnValue_1) == 0x0008E0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0008F8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_K2_AddWorldRotation_SweepHitResult_1) == 0x000900, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_K2_AddWorldRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_4) == 0x0009F8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue_3) == 0x000A00, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000A01, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_object_Variable_1) == 0x000A08, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000A10, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000A30, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000A34, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000A38, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000A40, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_4_0) == 0x000A48, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_3_0) == 0x000A50, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000A58, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_MakeStruct_SlateBrush) == 0x000A60, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000B30, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000B38, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_Yaw_ImplicitCast_1) == 0x000B3C, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_Yaw_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_HandleAspectRatio \ +static_assert(alignof(WBP_SkinSelect_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_SkinSelect_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_SkinSelect_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_SkinSelect_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_SkinSelect_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_SkinSelect_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_InitWidget \ +static_assert(alignof(WBP_SkinSelect_C_InitWidget) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_InitWidget"); \ +static_assert(sizeof(WBP_SkinSelect_C_InitWidget) == 0x0003E0, "Wrong size on WBP_SkinSelect_C_InitWidget"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SkinSelect_C_InitWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SkinSelect_C_InitWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetSkinSystem_ReturnValue) == 0x000018, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetUnlockedSkinsData_ReturnValue) == 0x000020, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetUnlockedSkinsData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Array_Length_ReturnValue) == 0x0001F8, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Less_IntInt_ReturnValue) == 0x0001FC, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000200, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetSkinSystem_ReturnValue_1) == 0x000208, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetSkinSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000210, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x0003D8, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked \ +static_assert(alignof(WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(sizeof(WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(offsetof(WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_OnPlayerInputAction \ +static_assert(alignof(WBP_SkinSelect_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_OnPlayerInputAction"); \ +static_assert(sizeof(WBP_SkinSelect_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_SkinSelect_C_OnPlayerInputAction"); \ +static_assert(offsetof(WBP_SkinSelect_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_SkinSelect_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_UpdateAttachment \ +static_assert(alignof(WBP_SkinSelect_C_UpdateAttachment) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_UpdateAttachment"); \ +static_assert(sizeof(WBP_SkinSelect_C_UpdateAttachment) == 0x000040, "Wrong size on WBP_SkinSelect_C_UpdateAttachment"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SkinSelect_C_UpdateAttachment::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SkinSelect_C_UpdateAttachment::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_GetAttachedActors_OutActors) == 0x000010, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Add_ReturnValue_1) == 0x000034, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Add_ReturnValue_2) == 0x000038, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelect_C_UpdateSwitchInputPrompt \ +static_assert(alignof(WBP_SkinSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_SkinSelect_C_UpdateSwitchInputPrompt"); \ +static_assert(sizeof(WBP_SkinSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_SkinSelect_C_UpdateSwitchInputPrompt"); \ +static_assert(offsetof(WBP_SkinSelect_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_SkinSelect_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkinSelect_C \ +static_assert(alignof(UWBP_SkinSelect_C) == 0x000008, "Wrong alignment on UWBP_SkinSelect_C"); \ +static_assert(sizeof(UWBP_SkinSelect_C) == 0x0003F0, "Wrong size on UWBP_SkinSelect_C"); \ +static_assert(offsetof(UWBP_SkinSelect_C, UberGraphFrame_WBP_SkinSelect_C) == 0x000338, "Member 'UWBP_SkinSelect_C::UberGraphFrame_WBP_SkinSelect_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, Eff_Blur_SkinMenu) == 0x000340, "Member 'UWBP_SkinSelect_C::Eff_Blur_SkinMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, Img_Background) == 0x000348, "Member 'UWBP_SkinSelect_C::Img_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, Img_Separator) == 0x000350, "Member 'UWBP_SkinSelect_C::Img_Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, MainGame_Background) == 0x000358, "Member 'UWBP_SkinSelect_C::MainGame_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, MT_UIMedia_MainMenu_30) == 0x000360, "Member 'UWBP_SkinSelect_C::MT_UIMedia_MainMenu_30' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, SceneRenderCaptureImage) == 0x000368, "Member 'UWBP_SkinSelect_C::SceneRenderCaptureImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, SizeBox_AspectRatio) == 0x000370, "Member 'UWBP_SkinSelect_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, Txt_SkinName) == 0x000378, "Member 'UWBP_SkinSelect_C::Txt_SkinName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, Vignette) == 0x000380, "Member 'UWBP_SkinSelect_C::Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, WBP_InputPrompt_SkinsMenu) == 0x000388, "Member 'UWBP_SkinSelect_C::WBP_InputPrompt_SkinsMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, WBP_SkinContainer) == 0x000390, "Member 'UWBP_SkinSelect_C::WBP_SkinContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, CurrentSlot) == 0x000398, "Member 'UWBP_SkinSelect_C::CurrentSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, Buttons) == 0x0003A0, "Member 'UWBP_SkinSelect_C::Buttons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, SkinPreviewRef) == 0x0003B0, "Member 'UWBP_SkinSelect_C::SkinPreviewRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, RotationSpeedMulplier) == 0x0003B8, "Member 'UWBP_SkinSelect_C::RotationSpeedMulplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, CallOnScreenClosing) == 0x0003C0, "Member 'UWBP_SkinSelect_C::CallOnScreenClosing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, AttachmentArray) == 0x0003D0, "Member 'UWBP_SkinSelect_C::AttachmentArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelect_C, SwitchSize) == 0x0003E0, "Member 'UWBP_SkinSelect_C::SwitchSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioAnalyzerAssetBase \ static_assert(alignof(UAudioAnalyzerAssetBase) == 0x000008, "Wrong alignment on UAudioAnalyzerAssetBase"); \ @@ -132444,22 +132032,6 @@ static_assert(alignof(FTriggerThresholdLineStyle) == 0x000008, "Wrong alignment static_assert(sizeof(FTriggerThresholdLineStyle) == 0x000018, "Wrong size on FTriggerThresholdLineStyle"); \ static_assert(offsetof(FTriggerThresholdLineStyle, LineColor) == 0x000008, "Member 'FTriggerThresholdLineStyle::LineColor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAudioTextBoxStyle \ -static_assert(alignof(FAudioTextBoxStyle) == 0x000010, "Wrong alignment on FAudioTextBoxStyle"); \ -static_assert(sizeof(FAudioTextBoxStyle) == 0x000100, "Wrong size on FAudioTextBoxStyle"); \ -static_assert(offsetof(FAudioTextBoxStyle, BackgroundImage) == 0x000010, "Member 'FAudioTextBoxStyle::BackgroundImage' has a wrong offset!"); \ -static_assert(offsetof(FAudioTextBoxStyle, BackgroundColor) == 0x0000E0, "Member 'FAudioTextBoxStyle::BackgroundColor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAudioRadialSliderStyle \ -static_assert(alignof(FAudioRadialSliderStyle) == 0x000010, "Wrong alignment on FAudioRadialSliderStyle"); \ -static_assert(sizeof(FAudioRadialSliderStyle) == 0x000160, "Wrong size on FAudioRadialSliderStyle"); \ -static_assert(offsetof(FAudioRadialSliderStyle, TextBoxStyle) == 0x000010, "Member 'FAudioRadialSliderStyle::TextBoxStyle' has a wrong offset!"); \ -static_assert(offsetof(FAudioRadialSliderStyle, CenterBackgroundColor) == 0x000110, "Member 'FAudioRadialSliderStyle::CenterBackgroundColor' has a wrong offset!"); \ -static_assert(offsetof(FAudioRadialSliderStyle, SliderBarColor) == 0x000124, "Member 'FAudioRadialSliderStyle::SliderBarColor' has a wrong offset!"); \ -static_assert(offsetof(FAudioRadialSliderStyle, SliderProgressColor) == 0x000138, "Member 'FAudioRadialSliderStyle::SliderProgressColor' has a wrong offset!"); \ -static_assert(offsetof(FAudioRadialSliderStyle, LabelPadding) == 0x00014C, "Member 'FAudioRadialSliderStyle::LabelPadding' has a wrong offset!"); \ -static_assert(offsetof(FAudioRadialSliderStyle, DefaultSliderRadius) == 0x000150, "Member 'FAudioRadialSliderStyle::DefaultSliderRadius' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FAudioMeterStyle \ static_assert(alignof(FAudioMeterStyle) == 0x000010, "Wrong alignment on FAudioMeterStyle"); \ static_assert(sizeof(FAudioMeterStyle) == 0x0004D0, "Wrong size on FAudioMeterStyle"); \ @@ -132481,6 +132053,30 @@ static_assert(offsetof(FAudioMeterStyle, ScaleHashHeight) == 0x000464, "Member ' static_assert(offsetof(FAudioMeterStyle, DecibelsPerHash) == 0x000468, "Member 'FAudioMeterStyle::DecibelsPerHash' has a wrong offset!"); \ static_assert(offsetof(FAudioMeterStyle, Font) == 0x000470, "Member 'FAudioMeterStyle::Font' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSampledSequenceValueGridOverlayStyle \ +static_assert(alignof(FSampledSequenceValueGridOverlayStyle) == 0x000008, "Wrong alignment on FSampledSequenceValueGridOverlayStyle"); \ +static_assert(sizeof(FSampledSequenceValueGridOverlayStyle) == 0x0000A0, "Wrong size on FSampledSequenceValueGridOverlayStyle"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridColor) == 0x000008, "Member 'FSampledSequenceValueGridOverlayStyle::GridColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridThickness) == 0x00001C, "Member 'FSampledSequenceValueGridOverlayStyle::GridThickness' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextColor) == 0x000020, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextFont) == 0x000038, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextFont' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredWidth) == 0x000098, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredHeight) == 0x00009C, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampledSequenceVectorViewerStyle \ +static_assert(alignof(FSampledSequenceVectorViewerStyle) == 0x000010, "Wrong alignment on FSampledSequenceVectorViewerStyle"); \ +static_assert(sizeof(FSampledSequenceVectorViewerStyle) == 0x000110, "Wrong size on FSampledSequenceVectorViewerStyle"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundColor) == 0x000008, "Member 'FSampledSequenceVectorViewerStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundBrush) == 0x000020, "Member 'FSampledSequenceVectorViewerStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineColor) == 0x0000F0, "Member 'FSampledSequenceVectorViewerStyle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineThickness) == 0x000100, "Member 'FSampledSequenceVectorViewerStyle::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVectorscopePanelStyle \ +static_assert(alignof(FAudioVectorscopePanelStyle) == 0x000010, "Wrong alignment on FAudioVectorscopePanelStyle"); \ +static_assert(sizeof(FAudioVectorscopePanelStyle) == 0x0001C0, "Wrong size on FAudioVectorscopePanelStyle"); \ +static_assert(offsetof(FAudioVectorscopePanelStyle, ValueGridStyle) == 0x000008, "Member 'FAudioVectorscopePanelStyle::ValueGridStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioVectorscopePanelStyle, VectorViewerStyle) == 0x0000B0, "Member 'FAudioVectorscopePanelStyle::VectorViewerStyle' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FFixedSampleSequenceRulerStyle \ static_assert(alignof(FFixedSampleSequenceRulerStyle) == 0x000010, "Wrong alignment on FFixedSampleSequenceRulerStyle"); \ static_assert(sizeof(FFixedSampleSequenceRulerStyle) == 0x000270, "Wrong size on FFixedSampleSequenceRulerStyle"); \ @@ -132496,16 +132092,6 @@ static_assert(offsetof(FFixedSampleSequenceRulerStyle, BackgroundBrush) == 0x000 static_assert(offsetof(FFixedSampleSequenceRulerStyle, DesiredWidth) == 0x000260, "Member 'FFixedSampleSequenceRulerStyle::DesiredWidth' has a wrong offset!"); \ static_assert(offsetof(FFixedSampleSequenceRulerStyle, DesiredHeight) == 0x000264, "Member 'FFixedSampleSequenceRulerStyle::DesiredHeight' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSampledSequenceValueGridOverlayStyle \ -static_assert(alignof(FSampledSequenceValueGridOverlayStyle) == 0x000008, "Wrong alignment on FSampledSequenceValueGridOverlayStyle"); \ -static_assert(sizeof(FSampledSequenceValueGridOverlayStyle) == 0x0000A0, "Wrong size on FSampledSequenceValueGridOverlayStyle"); \ -static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridColor) == 0x000008, "Member 'FSampledSequenceValueGridOverlayStyle::GridColor' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridThickness) == 0x00001C, "Member 'FSampledSequenceValueGridOverlayStyle::GridThickness' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextColor) == 0x000020, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextColor' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextFont) == 0x000038, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextFont' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredWidth) == 0x000098, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredWidth' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredHeight) == 0x00009C, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredHeight' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSampledSequenceViewerStyle \ static_assert(alignof(FSampledSequenceViewerStyle) == 0x000010, "Wrong alignment on FSampledSequenceViewerStyle"); \ static_assert(sizeof(FSampledSequenceViewerStyle) == 0x000160, "Wrong size on FSampledSequenceViewerStyle"); \ @@ -132529,20 +132115,6 @@ static_assert(offsetof(FAudioOscilloscopePanelStyle, ValueGridStyle) == 0x000280 static_assert(offsetof(FAudioOscilloscopePanelStyle, WaveViewerStyle) == 0x000320, "Member 'FAudioOscilloscopePanelStyle::WaveViewerStyle' has a wrong offset!"); \ static_assert(offsetof(FAudioOscilloscopePanelStyle, TriggerThresholdLineStyle) == 0x000480, "Member 'FAudioOscilloscopePanelStyle::TriggerThresholdLineStyle' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSampledSequenceVectorViewerStyle \ -static_assert(alignof(FSampledSequenceVectorViewerStyle) == 0x000010, "Wrong alignment on FSampledSequenceVectorViewerStyle"); \ -static_assert(sizeof(FSampledSequenceVectorViewerStyle) == 0x000110, "Wrong size on FSampledSequenceVectorViewerStyle"); \ -static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundColor) == 0x000008, "Member 'FSampledSequenceVectorViewerStyle::BackgroundColor' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundBrush) == 0x000020, "Member 'FSampledSequenceVectorViewerStyle::BackgroundBrush' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineColor) == 0x0000F0, "Member 'FSampledSequenceVectorViewerStyle::LineColor' has a wrong offset!"); \ -static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineThickness) == 0x000100, "Member 'FSampledSequenceVectorViewerStyle::LineThickness' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FAudioVectorscopePanelStyle \ -static_assert(alignof(FAudioVectorscopePanelStyle) == 0x000010, "Wrong alignment on FAudioVectorscopePanelStyle"); \ -static_assert(sizeof(FAudioVectorscopePanelStyle) == 0x0001C0, "Wrong size on FAudioVectorscopePanelStyle"); \ -static_assert(offsetof(FAudioVectorscopePanelStyle, ValueGridStyle) == 0x000008, "Member 'FAudioVectorscopePanelStyle::ValueGridStyle' has a wrong offset!"); \ -static_assert(offsetof(FAudioVectorscopePanelStyle, VectorViewerStyle) == 0x0000B0, "Member 'FAudioVectorscopePanelStyle::VectorViewerStyle' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FAudioSpectrumPlotStyle \ static_assert(alignof(FAudioSpectrumPlotStyle) == 0x000008, "Wrong alignment on FAudioSpectrumPlotStyle"); \ static_assert(sizeof(FAudioSpectrumPlotStyle) == 0x0000C0, "Wrong size on FAudioSpectrumPlotStyle"); \ @@ -132552,6 +132124,12 @@ static_assert(offsetof(FAudioSpectrumPlotStyle, AxisLabelColor) == 0x000030, "Me static_assert(offsetof(FAudioSpectrumPlotStyle, AxisLabelFont) == 0x000048, "Member 'FAudioSpectrumPlotStyle::AxisLabelFont' has a wrong offset!"); \ static_assert(offsetof(FAudioSpectrumPlotStyle, SpectrumColor) == 0x0000A8, "Member 'FAudioSpectrumPlotStyle::SpectrumColor' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAudioTextBoxStyle \ +static_assert(alignof(FAudioTextBoxStyle) == 0x000010, "Wrong alignment on FAudioTextBoxStyle"); \ +static_assert(sizeof(FAudioTextBoxStyle) == 0x000100, "Wrong size on FAudioTextBoxStyle"); \ +static_assert(offsetof(FAudioTextBoxStyle, BackgroundImage) == 0x000010, "Member 'FAudioTextBoxStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioTextBoxStyle, BackgroundColor) == 0x0000E0, "Member 'FAudioTextBoxStyle::BackgroundColor' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FAudioSliderStyle \ static_assert(alignof(FAudioSliderStyle) == 0x000010, "Wrong alignment on FAudioSliderStyle"); \ static_assert(sizeof(FAudioSliderStyle) == 0x000750, "Wrong size on FAudioSliderStyle"); \ @@ -132565,6 +132143,16 @@ static_assert(offsetof(FAudioSliderStyle, SliderBarColor) == 0x00070C, "Member ' static_assert(offsetof(FAudioSliderStyle, SliderThumbColor) == 0x000720, "Member 'FAudioSliderStyle::SliderThumbColor' has a wrong offset!"); \ static_assert(offsetof(FAudioSliderStyle, WidgetBackgroundColor) == 0x000734, "Member 'FAudioSliderStyle::WidgetBackgroundColor' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAudioRadialSliderStyle \ +static_assert(alignof(FAudioRadialSliderStyle) == 0x000010, "Wrong alignment on FAudioRadialSliderStyle"); \ +static_assert(sizeof(FAudioRadialSliderStyle) == 0x000160, "Wrong size on FAudioRadialSliderStyle"); \ +static_assert(offsetof(FAudioRadialSliderStyle, TextBoxStyle) == 0x000010, "Member 'FAudioRadialSliderStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, CenterBackgroundColor) == 0x000110, "Member 'FAudioRadialSliderStyle::CenterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, SliderBarColor) == 0x000124, "Member 'FAudioRadialSliderStyle::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, SliderProgressColor) == 0x000138, "Member 'FAudioRadialSliderStyle::SliderProgressColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, LabelPadding) == 0x00014C, "Member 'FAudioRadialSliderStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, DefaultSliderRadius) == 0x000150, "Member 'FAudioRadialSliderStyle::DefaultSliderRadius' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FPlayheadOverlayStyle \ static_assert(alignof(FPlayheadOverlayStyle) == 0x000008, "Wrong alignment on FPlayheadOverlayStyle"); \ static_assert(sizeof(FPlayheadOverlayStyle) == 0x000028, "Wrong size on FPlayheadOverlayStyle"); \ @@ -132871,101 +132459,6 @@ static_assert(offsetof(UAudioVectorscope, DisplayPersistenceMs) == 0x000350, "Me static_assert(offsetof(UAudioVectorscope, Scale) == 0x000354, "Member 'UAudioVectorscope::Scale' has a wrong offset!"); \ static_assert(offsetof(UAudioVectorscope, PanelLayoutType) == 0x000358, "Member 'UAudioVectorscope::PanelLayoutType' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ -static_assert(alignof(WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ -static_assert(sizeof(WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ -static_assert(offsetof(WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value_0) == 0x000000, "Member 'WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Slider_C_ExecuteUbergraph_WBP_Slider \ -static_assert(alignof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider) == 0x000008, "Wrong alignment on WBP_Slider_C_ExecuteUbergraph_WBP_Slider"); \ -static_assert(sizeof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider) == 0x000100, "Wrong size on WBP_Slider_C_ExecuteUbergraph_WBP_Slider"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, EntryPoint) == 0x000000, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_BreakVector2D_X) == 0x000020, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_BreakVector2D_X' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_ComponentBoundEvent_Value) == 0x000030, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_InFocusEvent_2) == 0x000034, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_InFocusEvent_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_InFocusEvent_1) == 0x00003C, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_InFocusEvent) == 0x000044, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Not_PreBool_ReturnValue) == 0x00004C, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000050, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000060, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, Temp_delegate_Variable_1) == 0x000068, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_PostEvent_ReturnValue_1) == 0x000078, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000080, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue_3) == 0x000088, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000098, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetMinValue_InValue_ImplicitCast) == 0x0000A0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetMinValue_InValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetMaxValue_InValue_ImplicitCast) == 0x0000A4, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetMaxValue_InValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_CallDelegate_NewSliderValue_ImplicitCast) == 0x0000A8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_CallDelegate_NewSliderValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetStepSize_InValue_ImplicitCast) == 0x0000B0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetStepSize_InValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0000B8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1) == 0x0000C0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1) == 0x0000C8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0000D0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_2) == 0x0000D8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_2) == 0x0000E0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_3) == 0x0000E8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_3) == 0x0000F0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetPercent_InPercent_ImplicitCast_1) == 0x0000F8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetPercent_InPercent_ImplicitCast_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Slider_C_Initialise \ -static_assert(alignof(WBP_Slider_C_Initialise) == 0x000008, "Wrong alignment on WBP_Slider_C_Initialise"); \ -static_assert(sizeof(WBP_Slider_C_Initialise) == 0x000010, "Wrong size on WBP_Slider_C_Initialise"); \ -static_assert(offsetof(WBP_Slider_C_Initialise, InitValue) == 0x000000, "Member 'WBP_Slider_C_Initialise::InitValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Slider_C_Initialise, CallFunc_SetValue_InValue_ImplicitCast) == 0x000008, "Member 'WBP_Slider_C_Initialise::CallFunc_SetValue_InValue_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Slider_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_Slider_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Slider_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_Slider_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Slider_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_Slider_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Slider_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Slider_C_OnFocusLost \ -static_assert(alignof(WBP_Slider_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_Slider_C_OnFocusLost"); \ -static_assert(sizeof(WBP_Slider_C_OnFocusLost) == 0x000008, "Wrong size on WBP_Slider_C_OnFocusLost"); \ -static_assert(offsetof(WBP_Slider_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_Slider_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Slider_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_Slider_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Slider_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_Slider_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Slider_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_Slider_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Slider_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Slider_C_PreConstruct \ -static_assert(alignof(WBP_Slider_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Slider_C_PreConstruct"); \ -static_assert(sizeof(WBP_Slider_C_PreConstruct) == 0x000001, "Wrong size on WBP_Slider_C_PreConstruct"); \ -static_assert(offsetof(WBP_Slider_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Slider_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Slider_C_ResetToDefault \ -static_assert(alignof(WBP_Slider_C_ResetToDefault) == 0x000004, "Wrong alignment on WBP_Slider_C_ResetToDefault"); \ -static_assert(sizeof(WBP_Slider_C_ResetToDefault) == 0x000004, "Wrong size on WBP_Slider_C_ResetToDefault"); \ -static_assert(offsetof(WBP_Slider_C_ResetToDefault, CallFunc_SetValue_InValue_ImplicitCast) == 0x000000, "Member 'WBP_Slider_C_ResetToDefault::CallFunc_SetValue_InValue_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Slider_C \ -static_assert(alignof(UWBP_Slider_C) == 0x000010, "Wrong alignment on UWBP_Slider_C"); \ -static_assert(sizeof(UWBP_Slider_C) == 0x000DA0, "Wrong size on UWBP_Slider_C"); \ -static_assert(offsetof(UWBP_Slider_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Slider_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, PB_Slider_bg) == 0x0002E8, "Member 'UWBP_Slider_C::PB_Slider_bg' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, Slider) == 0x0002F0, "Member 'UWBP_Slider_C::Slider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, PB_Normal_Style) == 0x000300, "Member 'UWBP_Slider_C::PB_Normal_Style' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, PB_Hover_Style) == 0x000590, "Member 'UWBP_Slider_C::PB_Hover_Style' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, SLStyle) == 0x000820, "Member 'UWBP_Slider_C::SLStyle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, Range) == 0x000D20, "Member 'UWBP_Slider_C::Range' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, Value) == 0x000D30, "Member 'UWBP_Slider_C::Value' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, OnSliderValueChanged) == 0x000D38, "Member 'UWBP_Slider_C::OnSliderValueChanged' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, OnCaptureBegin) == 0x000D48, "Member 'UWBP_Slider_C::OnCaptureBegin' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, OnCaptureEnd) == 0x000D58, "Member 'UWBP_Slider_C::OnCaptureEnd' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, StepsValue) == 0x000D68, "Member 'UWBP_Slider_C::StepsValue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, DefaultValue) == 0x000D70, "Member 'UWBP_Slider_C::DefaultValue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, bIsInitialising) == 0x000D78, "Member 'UWBP_Slider_C::bIsInitialising' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, ValueChangedSound) == 0x000D80, "Member 'UWBP_Slider_C::ValueChangedSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, AdjustMax) == 0x000D88, "Member 'UWBP_Slider_C::AdjustMax' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, AdjustMin) == 0x000D90, "Member 'UWBP_Slider_C::AdjustMin' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Slider_C, bTestSwapForHover) == 0x000D98, "Member 'UWBP_Slider_C::bTestSwapForHover' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FResonanceAudioReverbPluginSettings \ static_assert(alignof(FResonanceAudioReverbPluginSettings) == 0x000010, "Wrong alignment on FResonanceAudioReverbPluginSettings"); \ static_assert(sizeof(FResonanceAudioReverbPluginSettings) == 0x000070, "Wrong size on FResonanceAudioReverbPluginSettings"); \ @@ -133222,22 +132715,6 @@ static_assert(offsetof(FSourceEffectConvolutionReverbSettings, WetVolumeDb) == 0 static_assert(offsetof(FSourceEffectConvolutionReverbSettings, DryVolumeDb) == 0x000008, "Member 'FSourceEffectConvolutionReverbSettings::DryVolumeDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectConvolutionReverbSettings, bBypass) == 0x00000C, "Member 'FSourceEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSubmixEffectConvolutionReverbSettings \ -static_assert(alignof(FSubmixEffectConvolutionReverbSettings) == 0x000008, "Wrong alignment on FSubmixEffectConvolutionReverbSettings"); \ -static_assert(sizeof(FSubmixEffectConvolutionReverbSettings) == 0x000030, "Wrong size on FSubmixEffectConvolutionReverbSettings"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSubmixEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, WetVolumeDb) == 0x000004, "Member 'FSubmixEffectConvolutionReverbSettings::WetVolumeDb' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, DryVolumeDb) == 0x000008, "Member 'FSubmixEffectConvolutionReverbSettings::DryVolumeDb' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bBypass) == 0x00000C, "Member 'FSubmixEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixInputChannelFormatToImpulseResponseFormat) == 0x00000D, "Member 'FSubmixEffectConvolutionReverbSettings::bMixInputChannelFormatToImpulseResponseFormat' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixReverbOutputToOutputChannelFormat) == 0x00000E, "Member 'FSubmixEffectConvolutionReverbSettings::bMixReverbOutputToOutputChannelFormat' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedDb) == 0x000010, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedDb' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bInvertRearChannelBleedPhase) == 0x000014, "Member 'FSubmixEffectConvolutionReverbSettings::bInvertRearChannelBleedPhase' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bSurroundRearChannelFlip) == 0x000015, "Member 'FSubmixEffectConvolutionReverbSettings::bSurroundRearChannelFlip' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedAmount) == 0x000018, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedAmount' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, ImpulseResponse) == 0x000020, "Member 'FSubmixEffectConvolutionReverbSettings::ImpulseResponse' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, AllowHardwareAcceleration) == 0x000028, "Member 'FSubmixEffectConvolutionReverbSettings::AllowHardwareAcceleration' 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"); \ @@ -133272,18 +132749,6 @@ static_assert(alignof(FSourceEffectEQSettings) == 0x000008, "Wrong alignment on 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_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_FSourceEffectFilterAudioBusModulationSettings \ static_assert(alignof(FSourceEffectFilterAudioBusModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectFilterAudioBusModulationSettings"); \ static_assert(sizeof(FSourceEffectFilterAudioBusModulationSettings) == 0x000028, "Wrong size on FSourceEffectFilterAudioBusModulationSettings"); \ @@ -133321,16 +132786,6 @@ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, inputMode) == 0x000 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_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_FSourceEffectIndividualFilterSettings \ static_assert(alignof(FSourceEffectIndividualFilterSettings) == 0x000004, "Wrong alignment on FSourceEffectIndividualFilterSettings"); \ static_assert(sizeof(FSourceEffectIndividualFilterSettings) == 0x00000C, "Wrong size on FSourceEffectIndividualFilterSettings"); \ @@ -133358,35 +132813,12 @@ static_assert(offsetof(FSourceEffectMotionFilterSettings, FilterBSettings) == 0x static_assert(offsetof(FSourceEffectMotionFilterSettings, ModulationMappings) == 0x000020, "Member 'FSourceEffectMotionFilterSettings::ModulationMappings' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectMotionFilterSettings, DryVolumeDb) == 0x000070, "Member 'FSourceEffectMotionFilterSettings::DryVolumeDb' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSubmixEffectMultibandCompressorSettings \ -static_assert(alignof(FSubmixEffectMultibandCompressorSettings) == 0x000008, "Wrong alignment on FSubmixEffectMultibandCompressorSettings"); \ -static_assert(sizeof(FSubmixEffectMultibandCompressorSettings) == 0x000038, "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, LinkMode) == 0x000002, "Member 'FSubmixEffectMultibandCompressorSettings::LinkMode' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, LookAheadMsec) == 0x000004, "Member 'FSubmixEffectMultibandCompressorSettings::LookAheadMsec' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bAnalogMode) == 0x000008, "Member 'FSubmixEffectMultibandCompressorSettings::bAnalogMode' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bFourPole) == 0x000009, "Member 'FSubmixEffectMultibandCompressorSettings::bFourPole' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bBypass) == 0x00000A, "Member 'FSubmixEffectMultibandCompressorSettings::bBypass' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, KeySource) == 0x00000B, "Member 'FSubmixEffectMultibandCompressorSettings::KeySource' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, ExternalAudioBus) == 0x000010, "Member 'FSubmixEffectMultibandCompressorSettings::ExternalAudioBus' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, ExternalSubmix) == 0x000018, "Member 'FSubmixEffectMultibandCompressorSettings::ExternalSubmix' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, KeyGainDb) == 0x000020, "Member 'FSubmixEffectMultibandCompressorSettings::KeyGainDb' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bKeyAudition) == 0x000024, "Member 'FSubmixEffectMultibandCompressorSettings::bKeyAudition' has a wrong offset!"); \ -static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, Bands) == 0x000028, "Member 'FSubmixEffectMultibandCompressorSettings::Bands' 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_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_FSourceEffectPhaserSettings \ static_assert(alignof(FSourceEffectPhaserSettings) == 0x000004, "Wrong alignment on FSourceEffectPhaserSettings"); \ static_assert(sizeof(FSourceEffectPhaserSettings) == 0x000010, "Wrong size on FSourceEffectPhaserSettings"); \ @@ -133435,6 +132867,22 @@ static_assert(sizeof(FSourceEffectWaveShaperSettings) == 0x000008, "Wrong size o 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) == 0x000030, "Wrong size on FSubmixEffectConvolutionReverbSettings"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSubmixEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, WetVolumeDb) == 0x000004, "Member 'FSubmixEffectConvolutionReverbSettings::WetVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, DryVolumeDb) == 0x000008, "Member 'FSubmixEffectConvolutionReverbSettings::DryVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bBypass) == 0x00000C, "Member 'FSubmixEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixInputChannelFormatToImpulseResponseFormat) == 0x00000D, "Member 'FSubmixEffectConvolutionReverbSettings::bMixInputChannelFormatToImpulseResponseFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixReverbOutputToOutputChannelFormat) == 0x00000E, "Member 'FSubmixEffectConvolutionReverbSettings::bMixReverbOutputToOutputChannelFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedDb) == 0x000010, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bInvertRearChannelBleedPhase) == 0x000014, "Member 'FSubmixEffectConvolutionReverbSettings::bInvertRearChannelBleedPhase' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bSurroundRearChannelFlip) == 0x000015, "Member 'FSubmixEffectConvolutionReverbSettings::bSurroundRearChannelFlip' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedAmount) == 0x000018, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedAmount' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, ImpulseResponse) == 0x000020, "Member 'FSubmixEffectConvolutionReverbSettings::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, AllowHardwareAcceleration) == 0x000028, "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"); \ @@ -133458,6 +132906,35 @@ static_assert(offsetof(FSubmixEffectFlexiverbSettings, DecayTime) == 0x000004, " 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) == 0x000038, "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, LinkMode) == 0x000002, "Member 'FSubmixEffectMultibandCompressorSettings::LinkMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, LookAheadMsec) == 0x000004, "Member 'FSubmixEffectMultibandCompressorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bAnalogMode) == 0x000008, "Member 'FSubmixEffectMultibandCompressorSettings::bAnalogMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bFourPole) == 0x000009, "Member 'FSubmixEffectMultibandCompressorSettings::bFourPole' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bBypass) == 0x00000A, "Member 'FSubmixEffectMultibandCompressorSettings::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, KeySource) == 0x00000B, "Member 'FSubmixEffectMultibandCompressorSettings::KeySource' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, ExternalAudioBus) == 0x000010, "Member 'FSubmixEffectMultibandCompressorSettings::ExternalAudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, ExternalSubmix) == 0x000018, "Member 'FSubmixEffectMultibandCompressorSettings::ExternalSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, KeyGainDb) == 0x000020, "Member 'FSubmixEffectMultibandCompressorSettings::KeyGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bKeyAudition) == 0x000024, "Member 'FSubmixEffectMultibandCompressorSettings::bKeyAudition' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, Bands) == 0x000028, "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"); \ @@ -133478,6 +132955,16 @@ static_assert(sizeof(FSubmixEffectStereoToQuadSettings) == 0x000008, "Wrong size static_assert(offsetof(FSubmixEffectStereoToQuadSettings, bFlipChannels) == 0x000000, "Member 'FSubmixEffectStereoToQuadSettings::bFlipChannels' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoToQuadSettings, RearChannelGain) == 0x000004, "Member 'FSubmixEffectStereoToQuadSettings::RearChannelGain' 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"); \ @@ -133506,6 +132993,12 @@ static_assert(offsetof(FSynthKnobStyle, MinValueAngle) == 0x000350, "Member 'FSy static_assert(offsetof(FSynthKnobStyle, MaxValueAngle) == 0x000354, "Member 'FSynthKnobStyle::MaxValueAngle' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, KnobSize) == 0x000358, "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_UAudioImpulseResponse \ static_assert(alignof(UAudioImpulseResponse) == 0x000008, "Wrong alignment on UAudioImpulseResponse"); \ static_assert(sizeof(UAudioImpulseResponse) == 0x000058, "Wrong size on UAudioImpulseResponse"); \ @@ -134921,6 +134414,106 @@ static_assert(offsetof(USynthKnob, OnControllerCaptureBegin) == 0x000548, "Membe static_assert(offsetof(USynthKnob, OnControllerCaptureEnd) == 0x000558, "Member 'USynthKnob::OnControllerCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, OnValueChanged) == 0x000568, "Member 'USynthKnob::OnValueChanged' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_TraceUtilLibrary_GetAllChannels \ +static_assert(alignof(TraceUtilLibrary_GetAllChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetAllChannels"); \ +static_assert(sizeof(TraceUtilLibrary_GetAllChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetAllChannels"); \ +static_assert(offsetof(TraceUtilLibrary_GetAllChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetAllChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_GetEnabledChannels \ +static_assert(alignof(TraceUtilLibrary_GetEnabledChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetEnabledChannels"); \ +static_assert(sizeof(TraceUtilLibrary_GetEnabledChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetEnabledChannels"); \ +static_assert(offsetof(TraceUtilLibrary_GetEnabledChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetEnabledChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_IsChannelEnabled \ +static_assert(alignof(TraceUtilLibrary_IsChannelEnabled) == 0x000008, "Wrong alignment on TraceUtilLibrary_IsChannelEnabled"); \ +static_assert(sizeof(TraceUtilLibrary_IsChannelEnabled) == 0x000018, "Wrong size on TraceUtilLibrary_IsChannelEnabled"); \ +static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_IsChannelEnabled::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ReturnValue) == 0x000010, "Member 'TraceUtilLibrary_IsChannelEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_IsTracing \ +static_assert(alignof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_IsTracing"); \ +static_assert(sizeof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong size on TraceUtilLibrary_IsTracing"); \ +static_assert(offsetof(TraceUtilLibrary_IsTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_IsTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_PauseTracing \ +static_assert(alignof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_PauseTracing"); \ +static_assert(sizeof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong size on TraceUtilLibrary_PauseTracing"); \ +static_assert(offsetof(TraceUtilLibrary_PauseTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_PauseTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_ResumeTracing \ +static_assert(alignof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_ResumeTracing"); \ +static_assert(sizeof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong size on TraceUtilLibrary_ResumeTracing"); \ +static_assert(offsetof(TraceUtilLibrary_ResumeTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_ResumeTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceSendTo \ +static_assert(alignof(TraceUtilLibrary_StartTraceSendTo) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceSendTo"); \ +static_assert(sizeof(TraceUtilLibrary_StartTraceSendTo) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceSendTo"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Target) == 0x000000, "Member 'TraceUtilLibrary_StartTraceSendTo::Target' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceSendTo::Channels' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceSendTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceToFile \ +static_assert(alignof(TraceUtilLibrary_StartTraceToFile) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceToFile"); \ +static_assert(sizeof(TraceUtilLibrary_StartTraceToFile) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceToFile"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Filename) == 0x000000, "Member 'TraceUtilLibrary_StartTraceToFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceToFile::Channels' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceToFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StopTracing \ +static_assert(alignof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_StopTracing"); \ +static_assert(sizeof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong size on TraceUtilLibrary_StopTracing"); \ +static_assert(offsetof(TraceUtilLibrary_StopTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_StopTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_ToggleChannel \ +static_assert(alignof(TraceUtilLibrary_ToggleChannel) == 0x000008, "Wrong alignment on TraceUtilLibrary_ToggleChannel"); \ +static_assert(sizeof(TraceUtilLibrary_ToggleChannel) == 0x000018, "Wrong size on TraceUtilLibrary_ToggleChannel"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_ToggleChannel::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, Enabled) == 0x000010, "Member 'TraceUtilLibrary_ToggleChannel::Enabled' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ReturnValue) == 0x000011, "Member 'TraceUtilLibrary_ToggleChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceBookmark \ +static_assert(alignof(TraceUtilLibrary_TraceBookmark) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceBookmark"); \ +static_assert(sizeof(TraceUtilLibrary_TraceBookmark) == 0x000010, "Wrong size on TraceUtilLibrary_TraceBookmark"); \ +static_assert(offsetof(TraceUtilLibrary_TraceBookmark, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceBookmark::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionEnd \ +static_assert(alignof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionEnd"); \ +static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionEnd"); \ +static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionEnd, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionEnd::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionStart \ +static_assert(alignof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionStart"); \ +static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionStart"); \ +static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionStart, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionStart::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTraceUtilLibrary \ +static_assert(alignof(UTraceUtilLibrary) == 0x000008, "Wrong alignment on UTraceUtilLibrary"); \ +static_assert(sizeof(UTraceUtilLibrary) == 0x000028, "Wrong size on UTraceUtilLibrary"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsSubsystem \ +static_assert(alignof(UWorldMetricsSubsystem) == 0x000008, "Wrong alignment on UWorldMetricsSubsystem"); \ +static_assert(sizeof(UWorldMetricsSubsystem) == 0x002880, "Wrong size on UWorldMetricsSubsystem"); \ +static_assert(offsetof(UWorldMetricsSubsystem, Metrics) == 0x000040, "Member 'UWorldMetricsSubsystem::Metrics' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, Extensions) == 0x000050, "Member 'UWorldMetricsSubsystem::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, UpdateRateInSeconds) == 0x002870, "Member 'UWorldMetricsSubsystem::UpdateRateInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, WarmUpFrames) == 0x002874, "Member 'UWorldMetricsSubsystem::WarmUpFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMetricInterface \ +static_assert(alignof(UWorldMetricInterface) == 0x000008, "Wrong alignment on UWorldMetricInterface"); \ +static_assert(sizeof(UWorldMetricInterface) == 0x000028, "Wrong size on UWorldMetricInterface"); \ + +#define DUMPER7_ASSERTS_IWorldMetricsActorTrackerSubscriber \ +static_assert(alignof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong alignment on IWorldMetricsActorTrackerSubscriber"); \ +static_assert(sizeof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong size on IWorldMetricsActorTrackerSubscriber"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsExtension \ +static_assert(alignof(UWorldMetricsExtension) == 0x000008, "Wrong alignment on UWorldMetricsExtension"); \ +static_assert(sizeof(UWorldMetricsExtension) == 0x000028, "Wrong size on UWorldMetricsExtension"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsActorTracker \ +static_assert(alignof(UWorldMetricsActorTracker) == 0x000008, "Wrong alignment on UWorldMetricsActorTracker"); \ +static_assert(sizeof(UWorldMetricsActorTracker) == 0x0000D0, "Wrong size on UWorldMetricsActorTracker"); \ + #define DUMPER7_ASSERTS_UCsvActorCountMetric \ static_assert(alignof(UCsvActorCountMetric) == 0x000008, "Wrong alignment on UCsvActorCountMetric"); \ static_assert(sizeof(UCsvActorCountMetric) == 0x000088, "Wrong size on UCsvActorCountMetric"); \ @@ -135121,25 +134714,6 @@ static_assert(offsetof(FMediaPlayerOptions, SeekTimeType) == 0x000028, "Member ' static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000029, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerOptions, Loop) == 0x00002A, "Member 'FMediaPlayerOptions::Loop' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod \ -static_assert(alignof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod) == 0x000008, "Wrong alignment on BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod"); \ -static_assert(sizeof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod) == 0x000028, "Wrong size on BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod"); \ -static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, EntryPoint) == 0x000000, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, K2Node_CustomEvent_GameControlParameters) == 0x000018, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::K2Node_CustomEvent_GameControlParameters' has a wrong offset!"); \ -static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event \ -static_assert(alignof(BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event) == 0x000008, "Wrong alignment on BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event"); \ -static_assert(sizeof(BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event) == 0x000008, "Wrong size on BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event"); \ -static_assert(offsetof(BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event, GameControlParameters) == 0x000000, "Member 'BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event::GameControlParameters' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_CameraMod_C \ -static_assert(alignof(ABP_CameraMod_C) == 0x000008, "Wrong alignment on ABP_CameraMod_C"); \ -static_assert(sizeof(ABP_CameraMod_C) == 0x000548, "Wrong size on ABP_CameraMod_C"); \ -static_assert(offsetof(ABP_CameraMod_C, UberGraphFrame) == 0x000538, "Member 'ABP_CameraMod_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_CameraMod_C, ZGameControlAction) == 0x000540, "Member 'ABP_CameraMod_C::ZGameControlAction' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FBrushEffectBlurring \ static_assert(alignof(FBrushEffectBlurring) == 0x000004, "Wrong alignment on FBrushEffectBlurring"); \ static_assert(sizeof(FBrushEffectBlurring) == 0x000008, "Wrong size on FBrushEffectBlurring"); \ @@ -135215,9 +134789,87 @@ static_assert(offsetof(FLandmassTerrainCarvingSettings, FalloffSettings) == 0x00 static_assert(offsetof(FLandmassTerrainCarvingSettings, Effects) == 0x000018, "Member 'FLandmassTerrainCarvingSettings::Effects' has a wrong offset!"); \ static_assert(offsetof(FLandmassTerrainCarvingSettings, Priority) == 0x000078, "Member 'FLandmassTerrainCarvingSettings::Priority' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UDamage_Fall_C \ -static_assert(alignof(UDamage_Fall_C) == 0x000008, "Wrong alignment on UDamage_Fall_C"); \ -static_assert(sizeof(UDamage_Fall_C) == 0x000040, "Wrong size on UDamage_Fall_C"); \ +#define DUMPER7_ASSERTS_FFBIKBoneLimit \ +static_assert(alignof(FFBIKBoneLimit) == 0x000008, "Wrong alignment on FFBIKBoneLimit"); \ +static_assert(sizeof(FFBIKBoneLimit) == 0x000020, "Wrong size on FFBIKBoneLimit"); \ +static_assert(offsetof(FFBIKBoneLimit, LimitType_X) == 0x000000, "Member 'FFBIKBoneLimit::LimitType_X' has a wrong offset!"); \ +static_assert(offsetof(FFBIKBoneLimit, LimitType_Y) == 0x000001, "Member 'FFBIKBoneLimit::LimitType_Y' has a wrong offset!"); \ +static_assert(offsetof(FFBIKBoneLimit, LimitType_Z) == 0x000002, "Member 'FFBIKBoneLimit::LimitType_Z' has a wrong offset!"); \ +static_assert(offsetof(FFBIKBoneLimit, Limit) == 0x000008, "Member 'FFBIKBoneLimit::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBIKConstraintOption \ +static_assert(alignof(FFBIKConstraintOption) == 0x000008, "Wrong alignment on FFBIKConstraintOption"); \ +static_assert(sizeof(FFBIKConstraintOption) == 0x0000A0, "Wrong size on FFBIKConstraintOption"); \ +static_assert(offsetof(FFBIKConstraintOption, Item) == 0x000000, "Member 'FFBIKConstraintOption::Item' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bEnabled) == 0x00000C, "Member 'FFBIKConstraintOption::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bUseStiffness) == 0x00000D, "Member 'FFBIKConstraintOption::bUseStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, LinearStiffness) == 0x000010, "Member 'FFBIKConstraintOption::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, AngularStiffness) == 0x000028, "Member 'FFBIKConstraintOption::AngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bUseAngularLimit) == 0x000040, "Member 'FFBIKConstraintOption::bUseAngularLimit' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, AngularLimit) == 0x000048, "Member 'FFBIKConstraintOption::AngularLimit' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bUsePoleVector) == 0x000068, "Member 'FFBIKConstraintOption::bUsePoleVector' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, PoleVectorOption) == 0x000069, "Member 'FFBIKConstraintOption::PoleVectorOption' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, PoleVector) == 0x000070, "Member 'FFBIKConstraintOption::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, OffsetRotation) == 0x000088, "Member 'FFBIKConstraintOption::OffsetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionProcessInput \ +static_assert(alignof(FMotionProcessInput) == 0x000001, "Wrong alignment on FMotionProcessInput"); \ +static_assert(sizeof(FMotionProcessInput) == 0x000002, "Wrong size on FMotionProcessInput"); \ +static_assert(offsetof(FMotionProcessInput, bForceEffectorRotationTarget) == 0x000000, "Member 'FMotionProcessInput::bForceEffectorRotationTarget' has a wrong offset!"); \ +static_assert(offsetof(FMotionProcessInput, bOnlyApplyWhenReachedToTarget) == 0x000001, "Member 'FMotionProcessInput::bOnlyApplyWhenReachedToTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBIKDebugOption \ +static_assert(alignof(FFBIKDebugOption) == 0x000010, "Wrong alignment on FFBIKDebugOption"); \ +static_assert(sizeof(FFBIKDebugOption) == 0x000080, "Wrong size on FFBIKDebugOption"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugHierarchy) == 0x000000, "Member 'FFBIKDebugOption::bDrawDebugHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bColorAngularMotionStrength) == 0x000001, "Member 'FFBIKDebugOption::bColorAngularMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bColorLinearMotionStrength) == 0x000002, "Member 'FFBIKDebugOption::bColorLinearMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugAxes) == 0x000003, "Member 'FFBIKDebugOption::bDrawDebugAxes' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugEffector) == 0x000004, "Member 'FFBIKDebugOption::bDrawDebugEffector' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugConstraints) == 0x000005, "Member 'FFBIKDebugOption::bDrawDebugConstraints' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, DrawWorldOffset) == 0x000010, "Member 'FFBIKDebugOption::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, DrawSize) == 0x000070, "Member 'FFBIKDebugOption::DrawSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverInput \ +static_assert(alignof(FSolverInput) == 0x000004, "Wrong alignment on FSolverInput"); \ +static_assert(sizeof(FSolverInput) == 0x000024, "Wrong size on FSolverInput"); \ +static_assert(offsetof(FSolverInput, LinearMotionStrength) == 0x000000, "Member 'FSolverInput::LinearMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, MinLinearMotionStrength) == 0x000004, "Member 'FSolverInput::MinLinearMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, AngularMotionStrength) == 0x000008, "Member 'FSolverInput::AngularMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, MinAngularMotionStrength) == 0x00000C, "Member 'FSolverInput::MinAngularMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, DefaultTargetClamp) == 0x000010, "Member 'FSolverInput::DefaultTargetClamp' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, Precision) == 0x000014, "Member 'FSolverInput::Precision' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, Damping) == 0x000018, "Member 'FSolverInput::Damping' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, MaxIterations) == 0x00001C, "Member 'FSolverInput::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, bUseJacobianTranspose) == 0x000020, "Member 'FSolverInput::bUseJacobianTranspose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBIKEndEffector \ +static_assert(alignof(FFBIKEndEffector) == 0x000010, "Wrong alignment on FFBIKEndEffector"); \ +static_assert(sizeof(FFBIKEndEffector) == 0x000060, "Wrong size on FFBIKEndEffector"); \ +static_assert(offsetof(FFBIKEndEffector, Item) == 0x000000, "Member 'FFBIKEndEffector::Item' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, Position) == 0x000010, "Member 'FFBIKEndEffector::Position' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, PositionAlpha) == 0x000028, "Member 'FFBIKEndEffector::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, PositionDepth) == 0x00002C, "Member 'FFBIKEndEffector::PositionDepth' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, Rotation) == 0x000030, "Member 'FFBIKEndEffector::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, RotationAlpha) == 0x000050, "Member 'FFBIKEndEffector::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, RotationDepth) == 0x000054, "Member 'FFBIKEndEffector::RotationDepth' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, Pull) == 0x000058, "Member 'FFBIKEndEffector::Pull' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FullbodyIK_WorkData \ +static_assert(alignof(FRigUnit_FullbodyIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FullbodyIK_WorkData"); \ +static_assert(sizeof(FRigUnit_FullbodyIK_WorkData) == 0x000198, "Wrong size on FRigUnit_FullbodyIK_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FullbodyIK \ +static_assert(alignof(FRigUnit_FullbodyIK) == 0x000010, "Wrong alignment on FRigUnit_FullbodyIK"); \ +static_assert(sizeof(FRigUnit_FullbodyIK) == 0x000450, "Wrong size on FRigUnit_FullbodyIK"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Root) == 0x0001D0, "Member 'FRigUnit_FullbodyIK::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Effectors) == 0x0001E0, "Member 'FRigUnit_FullbodyIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Constraints) == 0x0001F0, "Member 'FRigUnit_FullbodyIK::Constraints' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, SolverProperty) == 0x000200, "Member 'FRigUnit_FullbodyIK::SolverProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, MotionProperty) == 0x000224, "Member 'FRigUnit_FullbodyIK::MotionProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, bPropagateToChildren) == 0x000226, "Member 'FRigUnit_FullbodyIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, DebugOption) == 0x000230, "Member 'FRigUnit_FullbodyIK::DebugOption' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, WorkData) == 0x0002B0, "Member 'FRigUnit_FullbodyIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPBIKBoneSetting \ static_assert(alignof(FPBIKBoneSetting) == 0x000008, "Wrong alignment on FPBIKBoneSetting"); \ @@ -135490,12 +135142,6 @@ static_assert(offsetof(FRigUnit_ParameterAtPercentage, Spline) == 0x000008, "Mem static_assert(offsetof(FRigUnit_ParameterAtPercentage, Percentage) == 0x000020, "Member 'FRigUnit_ParameterAtPercentage::Percentage' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParameterAtPercentage, U) == 0x000024, "Member 'FRigUnit_ParameterAtPercentage::U' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FArcTanDataflowNode \ -static_assert(alignof(FArcTanDataflowNode) == 0x000008, "Wrong alignment on FArcTanDataflowNode"); \ -static_assert(sizeof(FArcTanDataflowNode) == 0x0000F0, "Wrong size on FArcTanDataflowNode"); \ -static_assert(offsetof(FArcTanDataflowNode, float_0) == 0x0000E8, "Member 'FArcTanDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FArcTanDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcTanDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGetFloatArrayElementDataflowNode \ static_assert(alignof(FGetFloatArrayElementDataflowNode) == 0x000008, "Wrong alignment on FGetFloatArrayElementDataflowNode"); \ static_assert(sizeof(FGetFloatArrayElementDataflowNode) == 0x000108, "Wrong size on FGetFloatArrayElementDataflowNode"); \ @@ -135510,14 +135156,6 @@ static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, Function) == 0x0000E8, static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, FloatArray) == 0x0000F0, "Member 'FFloatArrayToIntArrayDataflowNode::FloatArray' has a wrong offset!"); \ static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, IntArray) == 0x000100, "Member 'FFloatArrayToIntArrayDataflowNode::IntArray' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromVertexSelectionDataflowNode \ -static_assert(alignof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ -static_assert(sizeof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x0001D8, "Wrong size on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ -static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, Collection) == 0x0000E8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, VertexSelection) == 0x000198, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ -static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, SelectedColor) == 0x0001B8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::SelectedColor' has a wrong offset!"); \ -static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, NonSelectedColor) == 0x0001C8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::NonSelectedColor' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGetArrayElementDataflowNode \ static_assert(alignof(FGetArrayElementDataflowNode) == 0x000008, "Wrong alignment on FGetArrayElementDataflowNode"); \ static_assert(sizeof(FGetArrayElementDataflowNode) == 0x000118, "Wrong size on FGetArrayElementDataflowNode"); \ @@ -135534,24 +135172,18 @@ static_assert(offsetof(FGetNumArrayElementsDataflowNode, Points) == 0x000108, "M static_assert(offsetof(FGetNumArrayElementsDataflowNode, Vector3fArray) == 0x000118, "Member 'FGetNumArrayElementsDataflowNode::Vector3fArray' has a wrong offset!"); \ static_assert(offsetof(FGetNumArrayElementsDataflowNode, NumElements) == 0x000128, "Member 'FGetNumArrayElementsDataflowNode::NumElements' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FProximityDataflowNode \ -static_assert(alignof(FProximityDataflowNode) == 0x000008, "Wrong alignment on FProximityDataflowNode"); \ -static_assert(sizeof(FProximityDataflowNode) == 0x0001A8, "Wrong size on FProximityDataflowNode"); \ -static_assert(offsetof(FProximityDataflowNode, ProximityMethod) == 0x0000E8, "Member 'FProximityDataflowNode::ProximityMethod' has a wrong offset!"); \ -static_assert(offsetof(FProximityDataflowNode, DistanceThreshold) == 0x0000EC, "Member 'FProximityDataflowNode::DistanceThreshold' has a wrong offset!"); \ -static_assert(offsetof(FProximityDataflowNode, ContactThreshold) == 0x0000F0, "Member 'FProximityDataflowNode::ContactThreshold' has a wrong offset!"); \ -static_assert(offsetof(FProximityDataflowNode, FilterContactMethod) == 0x0000F4, "Member 'FProximityDataflowNode::FilterContactMethod' has a wrong offset!"); \ -static_assert(offsetof(FProximityDataflowNode, bUseAsConnectionGraph) == 0x0000F5, "Member 'FProximityDataflowNode::bUseAsConnectionGraph' has a wrong offset!"); \ -static_assert(offsetof(FProximityDataflowNode, ContactAreaMethod) == 0x0000F6, "Member 'FProximityDataflowNode::ContactAreaMethod' has a wrong offset!"); \ -static_assert(offsetof(FProximityDataflowNode, bRecomputeConvexHulls) == 0x0000F7, "Member 'FProximityDataflowNode::bRecomputeConvexHulls' has a wrong offset!"); \ -static_assert(offsetof(FProximityDataflowNode, Collection) == 0x0000F8, "Member 'FProximityDataflowNode::Collection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FBoolArrayToFaceSelectionDataflowNode \ static_assert(alignof(FBoolArrayToFaceSelectionDataflowNode) == 0x000008, "Wrong alignment on FBoolArrayToFaceSelectionDataflowNode"); \ static_assert(sizeof(FBoolArrayToFaceSelectionDataflowNode) == 0x000118, "Wrong size on FBoolArrayToFaceSelectionDataflowNode"); \ static_assert(offsetof(FBoolArrayToFaceSelectionDataflowNode, BoolAttributeData) == 0x0000E8, "Member 'FBoolArrayToFaceSelectionDataflowNode::BoolAttributeData' has a wrong offset!"); \ static_assert(offsetof(FBoolArrayToFaceSelectionDataflowNode, FaceSelection) == 0x0000F8, "Member 'FBoolArrayToFaceSelectionDataflowNode::FaceSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCosDataflowNode \ +static_assert(alignof(FCosDataflowNode) == 0x000008, "Wrong alignment on FCosDataflowNode"); \ +static_assert(sizeof(FCosDataflowNode) == 0x0000F0, "Wrong size on FCosDataflowNode"); \ +static_assert(offsetof(FCosDataflowNode, float_0) == 0x0000E8, "Member 'FCosDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FCosDataflowNode, ReturnValue) == 0x0000EC, "Member 'FCosDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FFloatArrayToVertexSelectionDataflowNode \ static_assert(alignof(FFloatArrayToVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayToVertexSelectionDataflowNode"); \ static_assert(sizeof(FFloatArrayToVertexSelectionDataflowNode) == 0x000120, "Wrong size on FFloatArrayToVertexSelectionDataflowNode"); \ @@ -135560,12 +135192,6 @@ static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, Operation) == 0 static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, Threshold) == 0x0000FC, "Member 'FFloatArrayToVertexSelectionDataflowNode::Threshold' has a wrong offset!"); \ static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, VertexSelection) == 0x000100, "Member 'FFloatArrayToVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FArcCosDataflowNode \ -static_assert(alignof(FArcCosDataflowNode) == 0x000008, "Wrong alignment on FArcCosDataflowNode"); \ -static_assert(sizeof(FArcCosDataflowNode) == 0x0000F0, "Wrong size on FArcCosDataflowNode"); \ -static_assert(offsetof(FArcCosDataflowNode, float_0) == 0x0000E8, "Member 'FArcCosDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FArcCosDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcCosDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FFloatArrayNormalizeDataflowNode \ static_assert(alignof(FFloatArrayNormalizeDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayNormalizeDataflowNode"); \ static_assert(sizeof(FFloatArrayNormalizeDataflowNode) == 0x000130, "Wrong size on FFloatArrayNormalizeDataflowNode"); \ @@ -135575,6 +135201,12 @@ static_assert(offsetof(FFloatArrayNormalizeDataflowNode, MinRange) == 0x000118, static_assert(offsetof(FFloatArrayNormalizeDataflowNode, MaxRange) == 0x00011C, "Member 'FFloatArrayNormalizeDataflowNode::MaxRange' has a wrong offset!"); \ static_assert(offsetof(FFloatArrayNormalizeDataflowNode, OutFloatArray) == 0x000120, "Member 'FFloatArrayNormalizeDataflowNode::OutFloatArray' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FLengthDataflowNode \ +static_assert(alignof(FLengthDataflowNode) == 0x000008, "Wrong alignment on FLengthDataflowNode"); \ +static_assert(sizeof(FLengthDataflowNode) == 0x000108, "Wrong size on FLengthDataflowNode"); \ +static_assert(offsetof(FLengthDataflowNode, Vector) == 0x0000E8, "Member 'FLengthDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FLengthDataflowNode, ReturnValue) == 0x000100, "Member 'FLengthDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FVectorArrayNormalizeDataflowNode \ static_assert(alignof(FVectorArrayNormalizeDataflowNode) == 0x000008, "Wrong alignment on FVectorArrayNormalizeDataflowNode"); \ static_assert(sizeof(FVectorArrayNormalizeDataflowNode) == 0x000130, "Wrong size on FVectorArrayNormalizeDataflowNode"); \ @@ -135583,13 +135215,6 @@ static_assert(offsetof(FVectorArrayNormalizeDataflowNode, Selection) == 0x0000F8 static_assert(offsetof(FVectorArrayNormalizeDataflowNode, Magnitude) == 0x000118, "Member 'FVectorArrayNormalizeDataflowNode::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FVectorArrayNormalizeDataflowNode, OutVectorArray) == 0x000120, "Member 'FVectorArrayNormalizeDataflowNode::OutVectorArray' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDistanceDataflowNode \ -static_assert(alignof(FDistanceDataflowNode) == 0x000008, "Wrong alignment on FDistanceDataflowNode"); \ -static_assert(sizeof(FDistanceDataflowNode) == 0x000120, "Wrong size on FDistanceDataflowNode"); \ -static_assert(offsetof(FDistanceDataflowNode, PointA) == 0x0000E8, "Member 'FDistanceDataflowNode::PointA' has a wrong offset!"); \ -static_assert(offsetof(FDistanceDataflowNode, PointB) == 0x000100, "Member 'FDistanceDataflowNode::PointB' has a wrong offset!"); \ -static_assert(offsetof(FDistanceDataflowNode, ReturnValue) == 0x000118, "Member 'FDistanceDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FUnionIntArraysDataflowNode \ static_assert(alignof(FUnionIntArraysDataflowNode) == 0x000008, "Wrong alignment on FUnionIntArraysDataflowNode"); \ static_assert(sizeof(FUnionIntArraysDataflowNode) == 0x000118, "Wrong size on FUnionIntArraysDataflowNode"); \ @@ -135597,6 +135222,13 @@ static_assert(offsetof(FUnionIntArraysDataflowNode, InArray1) == 0x0000E8, "Memb static_assert(offsetof(FUnionIntArraysDataflowNode, InArray2) == 0x0000F8, "Member 'FUnionIntArraysDataflowNode::InArray2' has a wrong offset!"); \ static_assert(offsetof(FUnionIntArraysDataflowNode, OutArray) == 0x000108, "Member 'FUnionIntArraysDataflowNode::OutArray' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FArcTan2DataflowNode \ +static_assert(alignof(FArcTan2DataflowNode) == 0x000008, "Wrong alignment on FArcTan2DataflowNode"); \ +static_assert(sizeof(FArcTan2DataflowNode) == 0x0000F8, "Wrong size on FArcTan2DataflowNode"); \ +static_assert(offsetof(FArcTan2DataflowNode, Y) == 0x0000E8, "Member 'FArcTan2DataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FArcTan2DataflowNode, X) == 0x0000EC, "Member 'FArcTan2DataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FArcTan2DataflowNode, ReturnValue) == 0x0000F0, "Member 'FArcTan2DataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRemoveFloatArrayElementDataflowNode \ static_assert(alignof(FRemoveFloatArrayElementDataflowNode) == 0x000008, "Wrong alignment on FRemoveFloatArrayElementDataflowNode"); \ static_assert(sizeof(FRemoveFloatArrayElementDataflowNode) == 0x000100, "Wrong size on FRemoveFloatArrayElementDataflowNode"); \ @@ -135604,14 +135236,6 @@ static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, Index) == 0x0000E8, static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, bPreserveOrder) == 0x0000EC, "Member 'FRemoveFloatArrayElementDataflowNode::bPreserveOrder' has a wrong offset!"); \ static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, FloatArray) == 0x0000F0, "Member 'FRemoveFloatArrayElementDataflowNode::FloatArray' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNormalizeToRangeDataflowNode \ -static_assert(alignof(FNormalizeToRangeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeToRangeDataflowNode"); \ -static_assert(sizeof(FNormalizeToRangeDataflowNode) == 0x0000F8, "Wrong size on FNormalizeToRangeDataflowNode"); \ -static_assert(offsetof(FNormalizeToRangeDataflowNode, float_0) == 0x0000E8, "Member 'FNormalizeToRangeDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMin) == 0x0000EC, "Member 'FNormalizeToRangeDataflowNode::RangeMin' has a wrong offset!"); \ -static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMax) == 0x0000F0, "Member 'FNormalizeToRangeDataflowNode::RangeMax' has a wrong offset!"); \ -static_assert(offsetof(FNormalizeToRangeDataflowNode, ReturnValue) == 0x0000F4, "Member 'FNormalizeToRangeDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FFloatArrayComputeStatisticsDataflowNode \ static_assert(alignof(FFloatArrayComputeStatisticsDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayComputeStatisticsDataflowNode"); \ static_assert(sizeof(FFloatArrayComputeStatisticsDataflowNode) == 0x000130, "Wrong size on FFloatArrayComputeStatisticsDataflowNode"); \ @@ -135621,6 +135245,12 @@ static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, OperationName) static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, Value) == 0x00011C, "Member 'FFloatArrayComputeStatisticsDataflowNode::Value' has a wrong offset!"); \ static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, Indices) == 0x000120, "Member 'FFloatArrayComputeStatisticsDataflowNode::Indices' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSinDataflowNode \ +static_assert(alignof(FSinDataflowNode) == 0x000008, "Wrong alignment on FSinDataflowNode"); \ +static_assert(sizeof(FSinDataflowNode) == 0x0000F0, "Wrong size on FSinDataflowNode"); \ +static_assert(offsetof(FSinDataflowNode, float_0) == 0x0000E8, "Member 'FSinDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSinDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSinDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGeometryCollectionTerminalDataflowNode \ static_assert(alignof(FGeometryCollectionTerminalDataflowNode) == 0x000008, "Wrong alignment on FGeometryCollectionTerminalDataflowNode"); \ static_assert(sizeof(FGeometryCollectionTerminalDataflowNode) == 0x0001B8, "Wrong size on FGeometryCollectionTerminalDataflowNode"); \ @@ -135628,30 +135258,24 @@ static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, Collection) == 0 static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, Materials) == 0x000198, "Member 'FGeometryCollectionTerminalDataflowNode::Materials' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, InstancedMeshes) == 0x0001A8, "Member 'FGeometryCollectionTerminalDataflowNode::InstancedMeshes' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FArcSinDataflowNode \ -static_assert(alignof(FArcSinDataflowNode) == 0x000008, "Wrong alignment on FArcSinDataflowNode"); \ -static_assert(sizeof(FArcSinDataflowNode) == 0x0000F0, "Wrong size on FArcSinDataflowNode"); \ -static_assert(offsetof(FArcSinDataflowNode, float_0) == 0x0000E8, "Member 'FArcSinDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FArcSinDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcSinDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGetGeometryCollectionAssetDataflowNode \ static_assert(alignof(FGetGeometryCollectionAssetDataflowNode) == 0x000008, "Wrong alignment on FGetGeometryCollectionAssetDataflowNode"); \ static_assert(sizeof(FGetGeometryCollectionAssetDataflowNode) == 0x0000F0, "Wrong size on FGetGeometryCollectionAssetDataflowNode"); \ static_assert(offsetof(FGetGeometryCollectionAssetDataflowNode, Asset) == 0x0000E8, "Member 'FGetGeometryCollectionAssetDataflowNode::Asset' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCrossProductDataflowNode \ +static_assert(alignof(FCrossProductDataflowNode) == 0x000008, "Wrong alignment on FCrossProductDataflowNode"); \ +static_assert(sizeof(FCrossProductDataflowNode) == 0x000130, "Wrong size on FCrossProductDataflowNode"); \ +static_assert(offsetof(FCrossProductDataflowNode, VectorA) == 0x0000E8, "Member 'FCrossProductDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FCrossProductDataflowNode, VectorB) == 0x000100, "Member 'FCrossProductDataflowNode::VectorB' has a wrong offset!"); \ +static_assert(offsetof(FCrossProductDataflowNode, ReturnValue) == 0x000118, "Member 'FCrossProductDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGetGeometryCollectionSourcesDataflowNode \ static_assert(alignof(FGetGeometryCollectionSourcesDataflowNode) == 0x000008, "Wrong alignment on FGetGeometryCollectionSourcesDataflowNode"); \ static_assert(sizeof(FGetGeometryCollectionSourcesDataflowNode) == 0x000100, "Wrong size on FGetGeometryCollectionSourcesDataflowNode"); \ static_assert(offsetof(FGetGeometryCollectionSourcesDataflowNode, Asset) == 0x0000E8, "Member 'FGetGeometryCollectionSourcesDataflowNode::Asset' has a wrong offset!"); \ static_assert(offsetof(FGetGeometryCollectionSourcesDataflowNode, Sources) == 0x0000F0, "Member 'FGetGeometryCollectionSourcesDataflowNode::Sources' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FNormalizeDataflowNode \ -static_assert(alignof(FNormalizeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeDataflowNode"); \ -static_assert(sizeof(FNormalizeDataflowNode) == 0x000120, "Wrong size on FNormalizeDataflowNode"); \ -static_assert(offsetof(FNormalizeDataflowNode, VectorA) == 0x0000E8, "Member 'FNormalizeDataflowNode::VectorA' has a wrong offset!"); \ -static_assert(offsetof(FNormalizeDataflowNode, Tolerance) == 0x000100, "Member 'FNormalizeDataflowNode::Tolerance' has a wrong offset!"); \ -static_assert(offsetof(FNormalizeDataflowNode, ReturnValue) == 0x000108, "Member 'FNormalizeDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCreateGeometryCollectionFromSourcesDataflowNode \ static_assert(alignof(FCreateGeometryCollectionFromSourcesDataflowNode) == 0x000008, "Wrong alignment on FCreateGeometryCollectionFromSourcesDataflowNode"); \ static_assert(sizeof(FCreateGeometryCollectionFromSourcesDataflowNode) == 0x0001C8, "Wrong size on FCreateGeometryCollectionFromSourcesDataflowNode"); \ @@ -135660,6 +135284,12 @@ static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Collect static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Materials) == 0x0001A8, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::Materials' has a wrong offset!"); \ static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, InstancedMeshes) == 0x0001B8, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::InstancedMeshes' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDegreesToRadiansDataflowNode \ +static_assert(alignof(FDegreesToRadiansDataflowNode) == 0x000008, "Wrong alignment on FDegreesToRadiansDataflowNode"); \ +static_assert(sizeof(FDegreesToRadiansDataflowNode) == 0x0000F0, "Wrong size on FDegreesToRadiansDataflowNode"); \ +static_assert(offsetof(FDegreesToRadiansDataflowNode, Degrees) == 0x0000E8, "Member 'FDegreesToRadiansDataflowNode::Degrees' has a wrong offset!"); \ +static_assert(offsetof(FDegreesToRadiansDataflowNode, Radians) == 0x0000EC, "Member 'FDegreesToRadiansDataflowNode::Radians' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FStaticMeshToCollectionDataflowNode \ static_assert(alignof(FStaticMeshToCollectionDataflowNode) == 0x000008, "Wrong alignment on FStaticMeshToCollectionDataflowNode"); \ static_assert(sizeof(FStaticMeshToCollectionDataflowNode) == 0x0001C8, "Wrong size on FStaticMeshToCollectionDataflowNode"); \ @@ -135670,12 +135300,6 @@ static_assert(offsetof(FStaticMeshToCollectionDataflowNode, Collection) == 0x000 static_assert(offsetof(FStaticMeshToCollectionDataflowNode, Materials) == 0x0001A8, "Member 'FStaticMeshToCollectionDataflowNode::Materials' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshToCollectionDataflowNode, InstancedMeshes) == 0x0001B8, "Member 'FStaticMeshToCollectionDataflowNode::InstancedMeshes' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMathConstantsDataflowNode \ -static_assert(alignof(FMathConstantsDataflowNode) == 0x000008, "Wrong alignment on FMathConstantsDataflowNode"); \ -static_assert(sizeof(FMathConstantsDataflowNode) == 0x0000F0, "Wrong size on FMathConstantsDataflowNode"); \ -static_assert(offsetof(FMathConstantsDataflowNode, Constant) == 0x0000E8, "Member 'FMathConstantsDataflowNode::Constant' has a wrong offset!"); \ -static_assert(offsetof(FMathConstantsDataflowNode, ReturnValue) == 0x0000EC, "Member 'FMathConstantsDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRadialFalloffFieldDataflowNode \ static_assert(alignof(FRadialFalloffFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialFalloffFieldDataflowNode"); \ static_assert(sizeof(FRadialFalloffFieldDataflowNode) == 0x0001B0, "Wrong size on FRadialFalloffFieldDataflowNode"); \ @@ -135693,6 +135317,12 @@ static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldRemap) == 0x000178, static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldSelectionMask) == 0x000188, "Member 'FRadialFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ static_assert(offsetof(FRadialFalloffFieldDataflowNode, NumSamplePositions) == 0x0001A8, "Member 'FRadialFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FIsNearlyZeroDataflowNode \ +static_assert(alignof(FIsNearlyZeroDataflowNode) == 0x000008, "Wrong alignment on FIsNearlyZeroDataflowNode"); \ +static_assert(sizeof(FIsNearlyZeroDataflowNode) == 0x0000F0, "Wrong size on FIsNearlyZeroDataflowNode"); \ +static_assert(offsetof(FIsNearlyZeroDataflowNode, float_0) == 0x0000E8, "Member 'FIsNearlyZeroDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FIsNearlyZeroDataflowNode, ReturnValue) == 0x0000EC, "Member 'FIsNearlyZeroDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FBoxFalloffFieldDataflowNode \ static_assert(alignof(FBoxFalloffFieldDataflowNode) == 0x000010, "Wrong alignment on FBoxFalloffFieldDataflowNode"); \ static_assert(sizeof(FBoxFalloffFieldDataflowNode) == 0x000210, "Wrong size on FBoxFalloffFieldDataflowNode"); \ @@ -135710,13 +135340,6 @@ static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldRemap) == 0x0001D8, "M static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldSelectionMask) == 0x0001E8, "Member 'FBoxFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ static_assert(offsetof(FBoxFalloffFieldDataflowNode, NumSamplePositions) == 0x000208, "Member 'FBoxFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRandomFloatDataflowNode \ -static_assert(alignof(FRandomFloatDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatDataflowNode"); \ -static_assert(sizeof(FRandomFloatDataflowNode) == 0x0000F8, "Wrong size on FRandomFloatDataflowNode"); \ -static_assert(offsetof(FRandomFloatDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomFloatDataflowNode::bDeterministic' has a wrong offset!"); \ -static_assert(offsetof(FRandomFloatDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomFloatDataflowNode::RandomSeed' has a wrong offset!"); \ -static_assert(offsetof(FRandomFloatDataflowNode, ReturnValue) == 0x0000F0, "Member 'FRandomFloatDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FPlaneFalloffFieldDataflowNode \ static_assert(alignof(FPlaneFalloffFieldDataflowNode) == 0x000008, "Wrong alignment on FPlaneFalloffFieldDataflowNode"); \ static_assert(sizeof(FPlaneFalloffFieldDataflowNode) == 0x0001C8, "Wrong size on FPlaneFalloffFieldDataflowNode"); \ @@ -135736,6 +135359,13 @@ static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldRemap) == 0x000190, static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldSelectionMask) == 0x0001A0, "Member 'FPlaneFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ static_assert(offsetof(FPlaneFalloffFieldDataflowNode, NumSamplePositions) == 0x0001C0, "Member 'FPlaneFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FScaleVectorDataflowNode \ +static_assert(alignof(FScaleVectorDataflowNode) == 0x000008, "Wrong alignment on FScaleVectorDataflowNode"); \ +static_assert(sizeof(FScaleVectorDataflowNode) == 0x000120, "Wrong size on FScaleVectorDataflowNode"); \ +static_assert(offsetof(FScaleVectorDataflowNode, Vector) == 0x0000E8, "Member 'FScaleVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FScaleVectorDataflowNode, Scale) == 0x000100, "Member 'FScaleVectorDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FScaleVectorDataflowNode, ScaledVector) == 0x000108, "Member 'FScaleVectorDataflowNode::ScaledVector' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRadialIntMaskFieldDataflowNode \ static_assert(alignof(FRadialIntMaskFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialIntMaskFieldDataflowNode"); \ static_assert(sizeof(FRadialIntMaskFieldDataflowNode) == 0x000188, "Wrong size on FRadialIntMaskFieldDataflowNode"); \ @@ -135750,13 +135380,6 @@ static_assert(offsetof(FRadialIntMaskFieldDataflowNode, FieldIntResult) == 0x000 static_assert(offsetof(FRadialIntMaskFieldDataflowNode, FieldRemap) == 0x000170, "Member 'FRadialIntMaskFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FRadialIntMaskFieldDataflowNode, NumSamplePositions) == 0x000180, "Member 'FRadialIntMaskFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDotProductDataflowNode \ -static_assert(alignof(FDotProductDataflowNode) == 0x000008, "Wrong alignment on FDotProductDataflowNode"); \ -static_assert(sizeof(FDotProductDataflowNode) == 0x000120, "Wrong size on FDotProductDataflowNode"); \ -static_assert(offsetof(FDotProductDataflowNode, VectorA) == 0x0000E8, "Member 'FDotProductDataflowNode::VectorA' has a wrong offset!"); \ -static_assert(offsetof(FDotProductDataflowNode, VectorB) == 0x000100, "Member 'FDotProductDataflowNode::VectorB' has a wrong offset!"); \ -static_assert(offsetof(FDotProductDataflowNode, ReturnValue) == 0x000118, "Member 'FDotProductDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FUniformScalarFieldDataflowNode \ static_assert(alignof(FUniformScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformScalarFieldDataflowNode"); \ static_assert(sizeof(FUniformScalarFieldDataflowNode) == 0x000148, "Wrong size on FUniformScalarFieldDataflowNode"); \ @@ -135767,6 +135390,15 @@ static_assert(offsetof(FUniformScalarFieldDataflowNode, FieldFloatResult) == 0x0 static_assert(offsetof(FUniformScalarFieldDataflowNode, FieldRemap) == 0x000130, "Member 'FUniformScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FUniformScalarFieldDataflowNode, NumSamplePositions) == 0x000140, "Member 'FUniformScalarFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRandomUnitVectorInConeDataflowNode \ +static_assert(alignof(FRandomUnitVectorInConeDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorInConeDataflowNode"); \ +static_assert(sizeof(FRandomUnitVectorInConeDataflowNode) == 0x000128, "Wrong size on FRandomUnitVectorInConeDataflowNode"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomUnitVectorInConeDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomUnitVectorInConeDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeDirection) == 0x0000F0, "Member 'FRandomUnitVectorInConeDataflowNode::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeHalfAngle) == 0x000108, "Member 'FRandomUnitVectorInConeDataflowNode::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ReturnValue) == 0x000110, "Member 'FRandomUnitVectorInConeDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FUniformVectorFieldDataflowNode \ static_assert(alignof(FUniformVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformVectorFieldDataflowNode"); \ static_assert(sizeof(FUniformVectorFieldDataflowNode) == 0x000160, "Wrong size on FUniformVectorFieldDataflowNode"); \ @@ -135778,12 +135410,6 @@ static_assert(offsetof(FUniformVectorFieldDataflowNode, FieldVectorResult) == 0x static_assert(offsetof(FUniformVectorFieldDataflowNode, FieldRemap) == 0x000148, "Member 'FUniformVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FUniformVectorFieldDataflowNode, NumSamplePositions) == 0x000158, "Member 'FUniformVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRadiansToDegreesDataflowNode \ -static_assert(alignof(FRadiansToDegreesDataflowNode) == 0x000008, "Wrong alignment on FRadiansToDegreesDataflowNode"); \ -static_assert(sizeof(FRadiansToDegreesDataflowNode) == 0x0000F0, "Wrong size on FRadiansToDegreesDataflowNode"); \ -static_assert(offsetof(FRadiansToDegreesDataflowNode, Radians) == 0x0000E8, "Member 'FRadiansToDegreesDataflowNode::Radians' has a wrong offset!"); \ -static_assert(offsetof(FRadiansToDegreesDataflowNode, Degrees) == 0x0000EC, "Member 'FRadiansToDegreesDataflowNode::Degrees' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRadialVectorFieldDataflowNode \ static_assert(alignof(FRadialVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialVectorFieldDataflowNode"); \ static_assert(sizeof(FRadialVectorFieldDataflowNode) == 0x000160, "Wrong size on FRadialVectorFieldDataflowNode"); \ @@ -135795,6 +135421,14 @@ static_assert(offsetof(FRadialVectorFieldDataflowNode, FieldVectorResult) == 0x0 static_assert(offsetof(FRadialVectorFieldDataflowNode, FieldRemap) == 0x000148, "Member 'FRadialVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FRadialVectorFieldDataflowNode, NumSamplePositions) == 0x000158, "Member 'FRadialVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FStaticMeshToMeshDataflowNode \ +static_assert(alignof(FStaticMeshToMeshDataflowNode) == 0x000008, "Wrong alignment on FStaticMeshToMeshDataflowNode"); \ +static_assert(sizeof(FStaticMeshToMeshDataflowNode) == 0x000100, "Wrong size on FStaticMeshToMeshDataflowNode"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, StaticMesh) == 0x0000E8, "Member 'FStaticMeshToMeshDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, bUseHiRes) == 0x0000F0, "Member 'FStaticMeshToMeshDataflowNode::bUseHiRes' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, LODLevel) == 0x0000F4, "Member 'FStaticMeshToMeshDataflowNode::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, Mesh) == 0x0000F8, "Member 'FStaticMeshToMeshDataflowNode::Mesh' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FRandomVectorFieldDataflowNode \ static_assert(alignof(FRandomVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FRandomVectorFieldDataflowNode"); \ static_assert(sizeof(FRandomVectorFieldDataflowNode) == 0x000148, "Wrong size on FRandomVectorFieldDataflowNode"); \ @@ -135805,13 +135439,6 @@ static_assert(offsetof(FRandomVectorFieldDataflowNode, FieldVectorResult) == 0x0 static_assert(offsetof(FRandomVectorFieldDataflowNode, FieldRemap) == 0x000130, "Member 'FRandomVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FRandomVectorFieldDataflowNode, NumSamplePositions) == 0x000140, "Member 'FRandomVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMeshAppendDataflowNode \ -static_assert(alignof(FMeshAppendDataflowNode) == 0x000008, "Wrong alignment on FMeshAppendDataflowNode"); \ -static_assert(sizeof(FMeshAppendDataflowNode) == 0x000100, "Wrong size on FMeshAppendDataflowNode"); \ -static_assert(offsetof(FMeshAppendDataflowNode, Mesh1) == 0x0000E8, "Member 'FMeshAppendDataflowNode::Mesh1' has a wrong offset!"); \ -static_assert(offsetof(FMeshAppendDataflowNode, Mesh2) == 0x0000F0, "Member 'FMeshAppendDataflowNode::Mesh2' has a wrong offset!"); \ -static_assert(offsetof(FMeshAppendDataflowNode, Mesh) == 0x0000F8, "Member 'FMeshAppendDataflowNode::Mesh' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FNoiseFieldDataflowNode \ static_assert(alignof(FNoiseFieldDataflowNode) == 0x000010, "Wrong alignment on FNoiseFieldDataflowNode"); \ static_assert(sizeof(FNoiseFieldDataflowNode) == 0x0001B0, "Wrong size on FNoiseFieldDataflowNode"); \ @@ -135824,6 +135451,12 @@ static_assert(offsetof(FNoiseFieldDataflowNode, FieldFloatResult) == 0x000180, " static_assert(offsetof(FNoiseFieldDataflowNode, FieldRemap) == 0x000190, "Member 'FNoiseFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FNoiseFieldDataflowNode, NumSamplePositions) == 0x0001A0, "Member 'FNoiseFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FOneMinusDataflowNode \ +static_assert(alignof(FOneMinusDataflowNode) == 0x000008, "Wrong alignment on FOneMinusDataflowNode"); \ +static_assert(sizeof(FOneMinusDataflowNode) == 0x0000F0, "Wrong size on FOneMinusDataflowNode"); \ +static_assert(offsetof(FOneMinusDataflowNode, A) == 0x0000E8, "Member 'FOneMinusDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FOneMinusDataflowNode, ReturnValue) == 0x0000EC, "Member 'FOneMinusDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FUniformIntegerFieldDataflowNode \ static_assert(alignof(FUniformIntegerFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformIntegerFieldDataflowNode"); \ static_assert(sizeof(FUniformIntegerFieldDataflowNode) == 0x000148, "Wrong size on FUniformIntegerFieldDataflowNode"); \ @@ -135834,13 +135467,6 @@ static_assert(offsetof(FUniformIntegerFieldDataflowNode, FieldIntResult) == 0x00 static_assert(offsetof(FUniformIntegerFieldDataflowNode, FieldRemap) == 0x000130, "Member 'FUniformIntegerFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FUniformIntegerFieldDataflowNode, NumSamplePositions) == 0x000140, "Member 'FUniformIntegerFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPointsToMeshDataflowNode \ -static_assert(alignof(FPointsToMeshDataflowNode) == 0x000008, "Wrong alignment on FPointsToMeshDataflowNode"); \ -static_assert(sizeof(FPointsToMeshDataflowNode) == 0x000108, "Wrong size on FPointsToMeshDataflowNode"); \ -static_assert(offsetof(FPointsToMeshDataflowNode, Points) == 0x0000E8, "Member 'FPointsToMeshDataflowNode::Points' has a wrong offset!"); \ -static_assert(offsetof(FPointsToMeshDataflowNode, Mesh) == 0x0000F8, "Member 'FPointsToMeshDataflowNode::Mesh' has a wrong offset!"); \ -static_assert(offsetof(FPointsToMeshDataflowNode, TriangleCount) == 0x000100, "Member 'FPointsToMeshDataflowNode::TriangleCount' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FWaveScalarFieldDataflowNode \ static_assert(alignof(FWaveScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FWaveScalarFieldDataflowNode"); \ static_assert(sizeof(FWaveScalarFieldDataflowNode) == 0x000188, "Wrong size on FWaveScalarFieldDataflowNode"); \ @@ -135857,6 +135483,15 @@ static_assert(offsetof(FWaveScalarFieldDataflowNode, FieldFloatResult) == 0x0001 static_assert(offsetof(FWaveScalarFieldDataflowNode, FieldRemap) == 0x000170, "Member 'FWaveScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ static_assert(offsetof(FWaveScalarFieldDataflowNode, NumSamplePositions) == 0x000180, "Member 'FWaveScalarFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRandomFloatInRangeDataflowNode \ +static_assert(alignof(FRandomFloatInRangeDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatInRangeDataflowNode"); \ +static_assert(sizeof(FRandomFloatInRangeDataflowNode) == 0x000100, "Wrong size on FRandomFloatInRangeDataflowNode"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomFloatInRangeDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomFloatInRangeDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, Min) == 0x0000F0, "Member 'FRandomFloatInRangeDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, Max) == 0x0000F4, "Member 'FRandomFloatInRangeDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, ReturnValue) == 0x0000F8, "Member 'FRandomFloatInRangeDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSumScalarFieldDataflowNode \ static_assert(alignof(FSumScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FSumScalarFieldDataflowNode"); \ static_assert(sizeof(FSumScalarFieldDataflowNode) == 0x000150, "Wrong size on FSumScalarFieldDataflowNode"); \ @@ -135870,13 +135505,6 @@ static_assert(offsetof(FSumScalarFieldDataflowNode, bSwapInputs) == 0x00012D, "M static_assert(offsetof(FSumScalarFieldDataflowNode, FieldFloatResult) == 0x000130, "Member 'FSumScalarFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ static_assert(offsetof(FSumScalarFieldDataflowNode, FieldRemap) == 0x000140, "Member 'FSumScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRandomUnitVectorDataflowNode \ -static_assert(alignof(FRandomUnitVectorDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorDataflowNode"); \ -static_assert(sizeof(FRandomUnitVectorDataflowNode) == 0x000108, "Wrong size on FRandomUnitVectorDataflowNode"); \ -static_assert(offsetof(FRandomUnitVectorDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomUnitVectorDataflowNode::bDeterministic' has a wrong offset!"); \ -static_assert(offsetof(FRandomUnitVectorDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomUnitVectorDataflowNode::RandomSeed' has a wrong offset!"); \ -static_assert(offsetof(FRandomUnitVectorDataflowNode, ReturnValue) == 0x0000F0, "Member 'FRandomUnitVectorDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSumVectorFieldDataflowNode \ static_assert(alignof(FSumVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FSumVectorFieldDataflowNode"); \ static_assert(sizeof(FSumVectorFieldDataflowNode) == 0x000170, "Wrong size on FSumVectorFieldDataflowNode"); \ @@ -135892,6 +135520,12 @@ static_assert(offsetof(FSumVectorFieldDataflowNode, bSwapVectorInputs) == 0x0001 static_assert(offsetof(FSumVectorFieldDataflowNode, FieldVectorResult) == 0x000150, "Member 'FSumVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ static_assert(offsetof(FSumVectorFieldDataflowNode, FieldRemap) == 0x000160, "Member 'FSumVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionLeafDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionLeafDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLeafDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionLeafDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionLeafDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionLeafDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionLeafDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FFieldMakeDenseFloatArrayDataflowNode \ static_assert(alignof(FFieldMakeDenseFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FFieldMakeDenseFloatArrayDataflowNode"); \ static_assert(sizeof(FFieldMakeDenseFloatArrayDataflowNode) == 0x000120, "Wrong size on FFieldMakeDenseFloatArrayDataflowNode"); \ @@ -135912,6 +135546,12 @@ static_assert(offsetof(FAddMaterialToCollectionDataflowNode, InsideMaterial) == static_assert(offsetof(FAddMaterialToCollectionDataflowNode, bAssignOutsideMaterial) == 0x0001D8, "Member 'FAddMaterialToCollectionDataflowNode::bAssignOutsideMaterial' has a wrong offset!"); \ static_assert(offsetof(FAddMaterialToCollectionDataflowNode, bAssignInsideMaterial) == 0x0001D9, "Member 'FAddMaterialToCollectionDataflowNode::bAssignInsideMaterial' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FLogStringDataflowNode \ +static_assert(alignof(FLogStringDataflowNode) == 0x000008, "Wrong alignment on FLogStringDataflowNode"); \ +static_assert(sizeof(FLogStringDataflowNode) == 0x000100, "Wrong size on FLogStringDataflowNode"); \ +static_assert(offsetof(FLogStringDataflowNode, bPrintToLog) == 0x0000E8, "Member 'FLogStringDataflowNode::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(FLogStringDataflowNode, String) == 0x0000F0, "Member 'FLogStringDataflowNode::String' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FReAssignMaterialInCollectionDataflowNode \ static_assert(alignof(FReAssignMaterialInCollectionDataflowNode) == 0x000008, "Wrong alignment on FReAssignMaterialInCollectionDataflowNode"); \ static_assert(sizeof(FReAssignMaterialInCollectionDataflowNode) == 0x0001D8, "Wrong size on FReAssignMaterialInCollectionDataflowNode"); \ @@ -135923,18 +135563,22 @@ static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, InsideMaterial static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, bAssignOutsideMaterial) == 0x0001D0, "Member 'FReAssignMaterialInCollectionDataflowNode::bAssignOutsideMaterial' has a wrong offset!"); \ static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, bAssignInsideMaterial) == 0x0001D1, "Member 'FReAssignMaterialInCollectionDataflowNode::bAssignInsideMaterial' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBoundingBoxDataflowNode \ -static_assert(alignof(FBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FBoundingBoxDataflowNode"); \ -static_assert(sizeof(FBoundingBoxDataflowNode) == 0x0001D0, "Wrong size on FBoundingBoxDataflowNode"); \ -static_assert(offsetof(FBoundingBoxDataflowNode, Collection) == 0x0000E8, "Member 'FBoundingBoxDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FBoundingBoxDataflowNode, BoundingBox) == 0x000198, "Member 'FBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMaterialsInfoDataflowNode \ static_assert(alignof(FMaterialsInfoDataflowNode) == 0x000008, "Wrong alignment on FMaterialsInfoDataflowNode"); \ static_assert(sizeof(FMaterialsInfoDataflowNode) == 0x000108, "Wrong size on FMaterialsInfoDataflowNode"); \ static_assert(offsetof(FMaterialsInfoDataflowNode, Materials) == 0x0000E8, "Member 'FMaterialsInfoDataflowNode::Materials' has a wrong offset!"); \ static_assert(offsetof(FMaterialsInfoDataflowNode, String) == 0x0000F8, "Member 'FMaterialsInfoDataflowNode::String' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByVolumeDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByVolumeDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionByVolumeDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMin) == 0x000198, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMin' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMax) == 0x00019C, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMax' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, RangeSetting) == 0x0001A0, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, bInclusive) == 0x0001A1, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGetMaterialFromMaterialsArrayDataflowNode \ static_assert(alignof(FGetMaterialFromMaterialsArrayDataflowNode) == 0x000008, "Wrong alignment on FGetMaterialFromMaterialsArrayDataflowNode"); \ static_assert(sizeof(FGetMaterialFromMaterialsArrayDataflowNode) == 0x000108, "Wrong size on FGetMaterialFromMaterialsArrayDataflowNode"); \ @@ -135950,6 +135594,14 @@ static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Material) == 0x static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Operation) == 0x000100, "Member 'FSetMaterialInMaterialsArrayDataflowNode::Operation' has a wrong offset!"); \ static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, MaterialIdx) == 0x000104, "Member 'FSetMaterialInMaterialsArrayDataflowNode::MaterialIdx' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionTargetLevelDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionTargetLevelDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x0001C0, "Wrong size on FCollectionTransformSelectionTargetLevelDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TargetLevel) == 0x000198, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TargetLevel' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, bSkipEmbedded) == 0x00019C, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::bSkipEmbedded' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TransformSelection) == 0x0001A0, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMakeMaterialDataflowNode \ static_assert(alignof(FMakeMaterialDataflowNode) == 0x000008, "Wrong alignment on FMakeMaterialDataflowNode"); \ static_assert(sizeof(FMakeMaterialDataflowNode) == 0x0000F8, "Wrong size on FMakeMaterialDataflowNode"); \ @@ -135961,26 +135613,32 @@ static_assert(alignof(FMakeMaterialsArrayDataflowNode) == 0x000008, "Wrong align static_assert(sizeof(FMakeMaterialsArrayDataflowNode) == 0x0000F8, "Wrong size on FMakeMaterialsArrayDataflowNode"); \ static_assert(offsetof(FMakeMaterialsArrayDataflowNode, Materials) == 0x0000E8, "Member 'FMakeMaterialsArrayDataflowNode::Materials' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FAppendCollectionAssetsDataflowNode \ +static_assert(alignof(FAppendCollectionAssetsDataflowNode) == 0x000008, "Wrong alignment on FAppendCollectionAssetsDataflowNode"); \ +static_assert(sizeof(FAppendCollectionAssetsDataflowNode) == 0x000268, "Wrong size on FAppendCollectionAssetsDataflowNode"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection1) == 0x0000E8, "Member 'FAppendCollectionAssetsDataflowNode::Collection1' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection2) == 0x000198, "Member 'FAppendCollectionAssetsDataflowNode::Collection2' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut1) == 0x000248, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut1' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut2) == 0x000258, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut2' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCloseGeometryOnCollectionDataflowNode \ static_assert(alignof(FCloseGeometryOnCollectionDataflowNode) == 0x000008, "Wrong alignment on FCloseGeometryOnCollectionDataflowNode"); \ static_assert(sizeof(FCloseGeometryOnCollectionDataflowNode) == 0x000198, "Wrong size on FCloseGeometryOnCollectionDataflowNode"); \ static_assert(offsetof(FCloseGeometryOnCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FCloseGeometryOnCollectionDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPrintStringDataflowNode \ -static_assert(alignof(FPrintStringDataflowNode) == 0x000008, "Wrong alignment on FPrintStringDataflowNode"); \ -static_assert(sizeof(FPrintStringDataflowNode) == 0x000108, "Wrong size on FPrintStringDataflowNode"); \ -static_assert(offsetof(FPrintStringDataflowNode, bPrintToScreen) == 0x0000E8, "Member 'FPrintStringDataflowNode::bPrintToScreen' has a wrong offset!"); \ -static_assert(offsetof(FPrintStringDataflowNode, bPrintToLog) == 0x0000E9, "Member 'FPrintStringDataflowNode::bPrintToLog' has a wrong offset!"); \ -static_assert(offsetof(FPrintStringDataflowNode, Color) == 0x0000EC, "Member 'FPrintStringDataflowNode::Color' has a wrong offset!"); \ -static_assert(offsetof(FPrintStringDataflowNode, duration) == 0x0000F0, "Member 'FPrintStringDataflowNode::duration' has a wrong offset!"); \ -static_assert(offsetof(FPrintStringDataflowNode, String) == 0x0000F8, "Member 'FPrintStringDataflowNode::String' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSkeletonToCollectionDataflowNode \ static_assert(alignof(FSkeletonToCollectionDataflowNode) == 0x000008, "Wrong alignment on FSkeletonToCollectionDataflowNode"); \ static_assert(sizeof(FSkeletonToCollectionDataflowNode) == 0x0001A0, "Wrong size on FSkeletonToCollectionDataflowNode"); \ static_assert(offsetof(FSkeletonToCollectionDataflowNode, Skeleton) == 0x0000E8, "Member 'FSkeletonToCollectionDataflowNode::Skeleton' has a wrong offset!"); \ static_assert(offsetof(FSkeletonToCollectionDataflowNode, Collection) == 0x0000F0, "Member 'FSkeletonToCollectionDataflowNode::Collection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetBoundingBoxesFromCollectionDataflowNode \ +static_assert(alignof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetBoundingBoxesFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x0001C8, "Wrong size on FGetBoundingBoxesFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, BoundingBoxes) == 0x0001B8, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::BoundingBoxes' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FDataflowConvexDecompositionSettings \ static_assert(alignof(FDataflowConvexDecompositionSettings) == 0x000004, "Wrong alignment on FDataflowConvexDecompositionSettings"); \ static_assert(sizeof(FDataflowConvexDecompositionSettings) == 0x000018, "Wrong size on FDataflowConvexDecompositionSettings"); \ @@ -135991,12 +135649,6 @@ static_assert(offsetof(FDataflowConvexDecompositionSettings, MaxHullsPerGeometry static_assert(offsetof(FDataflowConvexDecompositionSettings, MinThicknessTolerance) == 0x000010, "Member 'FDataflowConvexDecompositionSettings::MinThicknessTolerance' has a wrong offset!"); \ static_assert(offsetof(FDataflowConvexDecompositionSettings, NumAdditionalSplits) == 0x000014, "Member 'FDataflowConvexDecompositionSettings::NumAdditionalSplits' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetRootIndexFromCollectionDataflowNode \ -static_assert(alignof(FGetRootIndexFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetRootIndexFromCollectionDataflowNode"); \ -static_assert(sizeof(FGetRootIndexFromCollectionDataflowNode) == 0x0001A0, "Wrong size on FGetRootIndexFromCollectionDataflowNode"); \ -static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetRootIndexFromCollectionDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, RootIndex) == 0x000198, "Member 'FGetRootIndexFromCollectionDataflowNode::RootIndex' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMakeDataflowConvexDecompositionSettingsNode \ static_assert(alignof(FMakeDataflowConvexDecompositionSettingsNode) == 0x000008, "Wrong alignment on FMakeDataflowConvexDecompositionSettingsNode"); \ static_assert(sizeof(FMakeDataflowConvexDecompositionSettingsNode) == 0x000118, "Wrong size on FMakeDataflowConvexDecompositionSettingsNode"); \ @@ -136008,6 +135660,13 @@ static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MinThicknes static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, NumAdditionalSplits) == 0x0000FC, "Member 'FMakeDataflowConvexDecompositionSettingsNode::NumAdditionalSplits' has a wrong offset!"); \ static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, DecompositionSettings) == 0x000100, "Member 'FMakeDataflowConvexDecompositionSettingsNode::DecompositionSettings' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetBoxLengthsDataflowNode \ +static_assert(alignof(FGetBoxLengthsDataflowNode) == 0x000008, "Wrong alignment on FGetBoxLengthsDataflowNode"); \ +static_assert(sizeof(FGetBoxLengthsDataflowNode) == 0x000110, "Wrong size on FGetBoxLengthsDataflowNode"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, Boxes) == 0x0000E8, "Member 'FGetBoxLengthsDataflowNode::Boxes' has a wrong offset!"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, Lengths) == 0x0000F8, "Member 'FGetBoxLengthsDataflowNode::Lengths' has a wrong offset!"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, MeasurementMethod) == 0x000108, "Member 'FGetBoxLengthsDataflowNode::MeasurementMethod' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCreateLeafConvexHullsDataflowNode \ static_assert(alignof(FCreateLeafConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FCreateLeafConvexHullsDataflowNode"); \ static_assert(sizeof(FCreateLeafConvexHullsDataflowNode) == 0x0001E8, "Wrong size on FCreateLeafConvexHullsDataflowNode"); \ @@ -136020,16 +135679,6 @@ static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, bComputeIntersections static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, SimplificationDistanceThreshold) == 0x0001C8, "Member 'FCreateLeafConvexHullsDataflowNode::SimplificationDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, ConvexDecompositionSettings) == 0x0001CC, "Member 'FCreateLeafConvexHullsDataflowNode::ConvexDecompositionSettings' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FExpandBoundingBoxDataflowNode \ -static_assert(alignof(FExpandBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FExpandBoundingBoxDataflowNode"); \ -static_assert(sizeof(FExpandBoundingBoxDataflowNode) == 0x000188, "Wrong size on FExpandBoundingBoxDataflowNode"); \ -static_assert(offsetof(FExpandBoundingBoxDataflowNode, BoundingBox) == 0x0000E8, "Member 'FExpandBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ -static_assert(offsetof(FExpandBoundingBoxDataflowNode, Min) == 0x000120, "Member 'FExpandBoundingBoxDataflowNode::Min' has a wrong offset!"); \ -static_assert(offsetof(FExpandBoundingBoxDataflowNode, Max) == 0x000138, "Member 'FExpandBoundingBoxDataflowNode::Max' has a wrong offset!"); \ -static_assert(offsetof(FExpandBoundingBoxDataflowNode, Center) == 0x000150, "Member 'FExpandBoundingBoxDataflowNode::Center' has a wrong offset!"); \ -static_assert(offsetof(FExpandBoundingBoxDataflowNode, HalfExtents) == 0x000168, "Member 'FExpandBoundingBoxDataflowNode::HalfExtents' has a wrong offset!"); \ -static_assert(offsetof(FExpandBoundingBoxDataflowNode, Volume) == 0x000180, "Member 'FExpandBoundingBoxDataflowNode::Volume' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSimplifyConvexHullsDataflowNode \ static_assert(alignof(FSimplifyConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FSimplifyConvexHullsDataflowNode"); \ static_assert(sizeof(FSimplifyConvexHullsDataflowNode) == 0x0001D0, "Wrong size on FSimplifyConvexHullsDataflowNode"); \ @@ -136041,6 +135690,14 @@ static_assert(offsetof(FSimplifyConvexHullsDataflowNode, SimplificationDistanceT static_assert(offsetof(FSimplifyConvexHullsDataflowNode, MinTargetTriangleCount) == 0x0001C4, "Member 'FSimplifyConvexHullsDataflowNode::MinTargetTriangleCount' has a wrong offset!"); \ static_assert(offsetof(FSimplifyConvexHullsDataflowNode, bUseExistingVertices) == 0x0001C8, "Member 'FSimplifyConvexHullsDataflowNode::bUseExistingVertices' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetMeshDataDataflowNode \ +static_assert(alignof(FGetMeshDataDataflowNode) == 0x000008, "Wrong alignment on FGetMeshDataDataflowNode"); \ +static_assert(sizeof(FGetMeshDataDataflowNode) == 0x000100, "Wrong size on FGetMeshDataDataflowNode"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, Mesh) == 0x0000E8, "Member 'FGetMeshDataDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, VertexCount) == 0x0000F0, "Member 'FGetMeshDataDataflowNode::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, EdgeCount) == 0x0000F4, "Member 'FGetMeshDataDataflowNode::EdgeCount' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, TriangleCount) == 0x0000F8, "Member 'FGetMeshDataDataflowNode::TriangleCount' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCreateNonOverlappingConvexHullsDataflowNode \ static_assert(alignof(FCreateNonOverlappingConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FCreateNonOverlappingConvexHullsDataflowNode"); \ static_assert(sizeof(FCreateNonOverlappingConvexHullsDataflowNode) == 0x0001B0, "Wrong size on FCreateNonOverlappingConvexHullsDataflowNode"); \ @@ -136051,16 +135708,16 @@ static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, OverlapRemo static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, OverlapRemovalShrinkPercent) == 0x0001A4, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::OverlapRemovalShrinkPercent' has a wrong offset!"); \ static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, CanRemoveFraction) == 0x0001A8, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::CanRemoveFraction' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetCollectionFromAssetDataflowNode \ -static_assert(alignof(FGetCollectionFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionFromAssetDataflowNode"); \ -static_assert(sizeof(FGetCollectionFromAssetDataflowNode) == 0x0001A0, "Wrong size on FGetCollectionFromAssetDataflowNode"); \ -static_assert(offsetof(FGetCollectionFromAssetDataflowNode, CollectionAsset) == 0x0000E8, "Member 'FGetCollectionFromAssetDataflowNode::CollectionAsset' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionFromAssetDataflowNode, Collection) == 0x0000F0, "Member 'FGetCollectionFromAssetDataflowNode::Collection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FDataflowSphereCovering \ static_assert(alignof(FDataflowSphereCovering) == 0x000008, "Wrong alignment on FDataflowSphereCovering"); \ static_assert(sizeof(FDataflowSphereCovering) == 0x000020, "Wrong size on FDataflowSphereCovering"); \ +#define DUMPER7_ASSERTS_FHashStringDataflowNode \ +static_assert(alignof(FHashStringDataflowNode) == 0x000008, "Wrong alignment on FHashStringDataflowNode"); \ +static_assert(sizeof(FHashStringDataflowNode) == 0x000100, "Wrong size on FHashStringDataflowNode"); \ +static_assert(offsetof(FHashStringDataflowNode, String) == 0x0000E8, "Member 'FHashStringDataflowNode::String' has a wrong offset!"); \ +static_assert(offsetof(FHashStringDataflowNode, Hash) == 0x0000F8, "Member 'FHashStringDataflowNode::Hash' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FGenerateClusterConvexHullsFromLeafHullsDataflowNode \ static_assert(alignof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode) == 0x000008, "Wrong alignment on FGenerateClusterConvexHullsFromLeafHullsDataflowNode"); \ static_assert(sizeof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode) == 0x000210, "Wrong size on FGenerateClusterConvexHullsFromLeafHullsDataflowNode"); \ @@ -136080,12 +135737,6 @@ static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, Min static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, NegativeSpaceTolerance) == 0x000200, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, MinRadius) == 0x000208, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::MinRadius' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FHashVectorDataflowNode \ -static_assert(alignof(FHashVectorDataflowNode) == 0x000008, "Wrong alignment on FHashVectorDataflowNode"); \ -static_assert(sizeof(FHashVectorDataflowNode) == 0x000108, "Wrong size on FHashVectorDataflowNode"); \ -static_assert(offsetof(FHashVectorDataflowNode, Vector) == 0x0000E8, "Member 'FHashVectorDataflowNode::Vector' has a wrong offset!"); \ -static_assert(offsetof(FHashVectorDataflowNode, Hash) == 0x000100, "Member 'FHashVectorDataflowNode::Hash' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGenerateClusterConvexHullsFromChildrenHullsDataflowNode \ static_assert(alignof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode) == 0x000008, "Wrong alignment on FGenerateClusterConvexHullsFromChildrenHullsDataflowNode"); \ static_assert(sizeof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode) == 0x000210, "Wrong size on FGenerateClusterConvexHullsFromChildrenHullsDataflowNode"); \ @@ -136104,20 +135755,20 @@ static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, NegativeSpaceTolerance) == 0x000200, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, MinRadius) == 0x000208, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::MinRadius' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBranchMeshDataflowNode \ +static_assert(alignof(FBranchMeshDataflowNode) == 0x000008, "Wrong alignment on FBranchMeshDataflowNode"); \ +static_assert(sizeof(FBranchMeshDataflowNode) == 0x000108, "Wrong size on FBranchMeshDataflowNode"); \ +static_assert(offsetof(FBranchMeshDataflowNode, MeshA) == 0x0000E8, "Member 'FBranchMeshDataflowNode::MeshA' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, MeshB) == 0x0000F0, "Member 'FBranchMeshDataflowNode::MeshB' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, bCondition) == 0x0000F8, "Member 'FBranchMeshDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, Mesh) == 0x000100, "Member 'FBranchMeshDataflowNode::Mesh' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FClearConvexHullsDataflowNode \ static_assert(alignof(FClearConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FClearConvexHullsDataflowNode"); \ static_assert(sizeof(FClearConvexHullsDataflowNode) == 0x0001B8, "Wrong size on FClearConvexHullsDataflowNode"); \ static_assert(offsetof(FClearConvexHullsDataflowNode, Collection) == 0x0000E8, "Member 'FClearConvexHullsDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FClearConvexHullsDataflowNode, TransformSelection) == 0x000198, "Member 'FClearConvexHullsDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBranchCollectionDataflowNode \ -static_assert(alignof(FBranchCollectionDataflowNode) == 0x000008, "Wrong alignment on FBranchCollectionDataflowNode"); \ -static_assert(sizeof(FBranchCollectionDataflowNode) == 0x000300, "Wrong size on FBranchCollectionDataflowNode"); \ -static_assert(offsetof(FBranchCollectionDataflowNode, TrueCollection) == 0x0000E8, "Member 'FBranchCollectionDataflowNode::TrueCollection' has a wrong offset!"); \ -static_assert(offsetof(FBranchCollectionDataflowNode, FalseCollection) == 0x000198, "Member 'FBranchCollectionDataflowNode::FalseCollection' has a wrong offset!"); \ -static_assert(offsetof(FBranchCollectionDataflowNode, bCondition) == 0x000248, "Member 'FBranchCollectionDataflowNode::bCondition' has a wrong offset!"); \ -static_assert(offsetof(FBranchCollectionDataflowNode, ChosenCollection) == 0x000250, "Member 'FBranchCollectionDataflowNode::ChosenCollection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMergeConvexHullsDataflowNode \ static_assert(alignof(FMergeConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FMergeConvexHullsDataflowNode"); \ static_assert(sizeof(FMergeConvexHullsDataflowNode) == 0x000210, "Wrong size on FMergeConvexHullsDataflowNode"); \ @@ -136136,24 +135787,18 @@ static_assert(offsetof(FMergeConvexHullsDataflowNode, MinSampleSpacing) == 0x000 static_assert(offsetof(FMergeConvexHullsDataflowNode, NegativeSpaceTolerance) == 0x000200, "Member 'FMergeConvexHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ static_assert(offsetof(FMergeConvexHullsDataflowNode, MinRadius) == 0x000208, "Member 'FMergeConvexHullsDataflowNode::MinRadius' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetCentroidsFromCollectionDataflowNode \ +static_assert(alignof(FGetCentroidsFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetCentroidsFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetCentroidsFromCollectionDataflowNode) == 0x0001C8, "Wrong size on FGetCentroidsFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetCentroidsFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FGetCentroidsFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Centroids) == 0x0001B8, "Member 'FGetCentroidsFromCollectionDataflowNode::Centroids' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FUpdateVolumeAttributesDataflowNode \ static_assert(alignof(FUpdateVolumeAttributesDataflowNode) == 0x000008, "Wrong alignment on FUpdateVolumeAttributesDataflowNode"); \ static_assert(sizeof(FUpdateVolumeAttributesDataflowNode) == 0x000198, "Wrong size on FUpdateVolumeAttributesDataflowNode"); \ static_assert(offsetof(FUpdateVolumeAttributesDataflowNode, Collection) == 0x0000E8, "Member 'FUpdateVolumeAttributesDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTransformCollectionDataflowNode \ -static_assert(alignof(FTransformCollectionDataflowNode) == 0x000008, "Wrong alignment on FTransformCollectionDataflowNode"); \ -static_assert(sizeof(FTransformCollectionDataflowNode) == 0x000228, "Wrong size on FTransformCollectionDataflowNode"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FTransformCollectionDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, Translate) == 0x000198, "Member 'FTransformCollectionDataflowNode::Translate' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, RotationOrder) == 0x0001B0, "Member 'FTransformCollectionDataflowNode::RotationOrder' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, Rotate) == 0x0001B8, "Member 'FTransformCollectionDataflowNode::Rotate' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, Scale) == 0x0001D0, "Member 'FTransformCollectionDataflowNode::Scale' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, UniformScale) == 0x0001E8, "Member 'FTransformCollectionDataflowNode::UniformScale' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, RotatePivot) == 0x0001F0, "Member 'FTransformCollectionDataflowNode::RotatePivot' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, ScalePivot) == 0x000208, "Member 'FTransformCollectionDataflowNode::ScalePivot' has a wrong offset!"); \ -static_assert(offsetof(FTransformCollectionDataflowNode, bInvertTransformation) == 0x000220, "Member 'FTransformCollectionDataflowNode::bInvertTransformation' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FGetConvexHullVolumeDataflowNode \ static_assert(alignof(FGetConvexHullVolumeDataflowNode) == 0x000008, "Wrong alignment on FGetConvexHullVolumeDataflowNode"); \ static_assert(sizeof(FGetConvexHullVolumeDataflowNode) == 0x0001C0, "Wrong size on FGetConvexHullVolumeDataflowNode"); \ @@ -136163,6 +135808,14 @@ static_assert(offsetof(FGetConvexHullVolumeDataflowNode, Volume) == 0x0001B8, "M static_assert(offsetof(FGetConvexHullVolumeDataflowNode, bSumChildrenForClustersWithoutHulls) == 0x0001BC, "Member 'FGetConvexHullVolumeDataflowNode::bSumChildrenForClustersWithoutHulls' has a wrong offset!"); \ static_assert(offsetof(FGetConvexHullVolumeDataflowNode, bVolumeOfUnion) == 0x0001BD, "Member 'FGetConvexHullVolumeDataflowNode::bVolumeOfUnion' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FExpandVectorDataflowNode \ +static_assert(alignof(FExpandVectorDataflowNode) == 0x000008, "Wrong alignment on FExpandVectorDataflowNode"); \ +static_assert(sizeof(FExpandVectorDataflowNode) == 0x000110, "Wrong size on FExpandVectorDataflowNode"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Vector) == 0x0000E8, "Member 'FExpandVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, X) == 0x000100, "Member 'FExpandVectorDataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Y) == 0x000104, "Member 'FExpandVectorDataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Z) == 0x000108, "Member 'FExpandVectorDataflowNode::Z' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FAutoClusterDataflowNode \ static_assert(alignof(FAutoClusterDataflowNode) == 0x000008, "Wrong alignment on FAutoClusterDataflowNode"); \ static_assert(sizeof(FAutoClusterDataflowNode) == 0x0001E8, "Wrong size on FAutoClusterDataflowNode"); \ @@ -136183,39 +135836,40 @@ static_assert(offsetof(FAutoClusterDataflowNode, AvoidIsolated) == 0x000116, "Me static_assert(offsetof(FAutoClusterDataflowNode, Collection) == 0x000118, "Member 'FAutoClusterDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FAutoClusterDataflowNode, TransformSelection) == 0x0001C8, "Member 'FAutoClusterDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FStringAppendDataflowNode \ -static_assert(alignof(FStringAppendDataflowNode) == 0x000008, "Wrong alignment on FStringAppendDataflowNode"); \ -static_assert(sizeof(FStringAppendDataflowNode) == 0x000118, "Wrong size on FStringAppendDataflowNode"); \ -static_assert(offsetof(FStringAppendDataflowNode, String1) == 0x0000E8, "Member 'FStringAppendDataflowNode::String1' has a wrong offset!"); \ -static_assert(offsetof(FStringAppendDataflowNode, String2) == 0x0000F8, "Member 'FStringAppendDataflowNode::String2' has a wrong offset!"); \ -static_assert(offsetof(FStringAppendDataflowNode, String) == 0x000108, "Member 'FStringAppendDataflowNode::String' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FClusterFlattenDataflowNode \ static_assert(alignof(FClusterFlattenDataflowNode) == 0x000008, "Wrong alignment on FClusterFlattenDataflowNode"); \ static_assert(sizeof(FClusterFlattenDataflowNode) == 0x0001B8, "Wrong size on FClusterFlattenDataflowNode"); \ static_assert(offsetof(FClusterFlattenDataflowNode, Collection) == 0x0000E8, "Member 'FClusterFlattenDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FClusterFlattenDataflowNode, OptionalTransformSelection) == 0x000198, "Member 'FClusterFlattenDataflowNode::OptionalTransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCompareIntDataflowNode \ +static_assert(alignof(FCompareIntDataflowNode) == 0x000008, "Wrong alignment on FCompareIntDataflowNode"); \ +static_assert(sizeof(FCompareIntDataflowNode) == 0x0000F8, "Wrong size on FCompareIntDataflowNode"); \ +static_assert(offsetof(FCompareIntDataflowNode, Operation) == 0x0000E8, "Member 'FCompareIntDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, IntA) == 0x0000EC, "Member 'FCompareIntDataflowNode::IntA' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, IntB) == 0x0000F0, "Member 'FCompareIntDataflowNode::IntB' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, Result) == 0x0000F4, "Member 'FCompareIntDataflowNode::Result' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FClusterUnclusterDataflowNode \ static_assert(alignof(FClusterUnclusterDataflowNode) == 0x000008, "Wrong alignment on FClusterUnclusterDataflowNode"); \ static_assert(sizeof(FClusterUnclusterDataflowNode) == 0x0001B8, "Wrong size on FClusterUnclusterDataflowNode"); \ static_assert(offsetof(FClusterUnclusterDataflowNode, Collection) == 0x0000E8, "Member 'FClusterUnclusterDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FClusterUnclusterDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterUnclusterDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCompareFloatDataflowNode \ -static_assert(alignof(FCompareFloatDataflowNode) == 0x000008, "Wrong alignment on FCompareFloatDataflowNode"); \ -static_assert(sizeof(FCompareFloatDataflowNode) == 0x0000F8, "Wrong size on FCompareFloatDataflowNode"); \ -static_assert(offsetof(FCompareFloatDataflowNode, Operation) == 0x0000E8, "Member 'FCompareFloatDataflowNode::Operation' has a wrong offset!"); \ -static_assert(offsetof(FCompareFloatDataflowNode, FloatA) == 0x0000EC, "Member 'FCompareFloatDataflowNode::FloatA' has a wrong offset!"); \ -static_assert(offsetof(FCompareFloatDataflowNode, FloatB) == 0x0000F0, "Member 'FCompareFloatDataflowNode::FloatB' has a wrong offset!"); \ -static_assert(offsetof(FCompareFloatDataflowNode, Result) == 0x0000F4, "Member 'FCompareFloatDataflowNode::Result' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FClusterDataflowNode \ static_assert(alignof(FClusterDataflowNode) == 0x000008, "Wrong alignment on FClusterDataflowNode"); \ static_assert(sizeof(FClusterDataflowNode) == 0x0001B8, "Wrong size on FClusterDataflowNode"); \ static_assert(offsetof(FClusterDataflowNode, Collection) == 0x0000E8, "Member 'FClusterDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FClusterDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetNumElementsInCollectionGroupDataflowNode \ +static_assert(alignof(FGetNumElementsInCollectionGroupDataflowNode) == 0x000008, "Wrong alignment on FGetNumElementsInCollectionGroupDataflowNode"); \ +static_assert(sizeof(FGetNumElementsInCollectionGroupDataflowNode) == 0x0001B8, "Wrong size on FGetNumElementsInCollectionGroupDataflowNode"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, Collection) == 0x0000E8, "Member 'FGetNumElementsInCollectionGroupDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, GroupName) == 0x000198, "Member 'FGetNumElementsInCollectionGroupDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FGetNumElementsInCollectionGroupDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, NumElements) == 0x0001B0, "Member 'FGetNumElementsInCollectionGroupDataflowNode::NumElements' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FClusterMergeToNeighborsDataflowNode \ static_assert(alignof(FClusterMergeToNeighborsDataflowNode) == 0x000008, "Wrong alignment on FClusterMergeToNeighborsDataflowNode"); \ static_assert(sizeof(FClusterMergeToNeighborsDataflowNode) == 0x0001C8, "Wrong size on FClusterMergeToNeighborsDataflowNode"); \ @@ -136226,42 +135880,23 @@ static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, MinVolumeCubeRoot) static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, bOnlyToConnected) == 0x0001C0, "Member 'FClusterMergeToNeighborsDataflowNode::bOnlyToConnected' has a wrong offset!"); \ static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, bOnlySameParent) == 0x0001C1, "Member 'FClusterMergeToNeighborsDataflowNode::bOnlySameParent' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetCollectionAttributeDataTypedDataflowNode \ -static_assert(alignof(FGetCollectionAttributeDataTypedDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionAttributeDataTypedDataflowNode"); \ -static_assert(sizeof(FGetCollectionAttributeDataTypedDataflowNode) == 0x000230, "Wrong size on FGetCollectionAttributeDataTypedDataflowNode"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Collection) == 0x0000E8, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, GroupName) == 0x000198, "Member 'FGetCollectionAttributeDataTypedDataflowNode::GroupName' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::CustomGroupName' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, AttrName) == 0x0001B0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::AttrName' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, BoolAttributeData) == 0x0001C0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::BoolAttributeData' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, FloatAttributeData) == 0x0001D0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::FloatAttributeData' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, DoubleAttributeData) == 0x0001E0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::DoubleAttributeData' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Int32AttributeData) == 0x0001F0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Int32AttributeData' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, StringAttributeData) == 0x000200, "Member 'FGetCollectionAttributeDataTypedDataflowNode::StringAttributeData' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3fAttributeData) == 0x000210, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3fAttributeData' has a wrong offset!"); \ -static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3dAttributeData) == 0x000220, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3dAttributeData' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FClusterMergeDataflowNode \ static_assert(alignof(FClusterMergeDataflowNode) == 0x000008, "Wrong alignment on FClusterMergeDataflowNode"); \ static_assert(sizeof(FClusterMergeDataflowNode) == 0x0001B8, "Wrong size on FClusterMergeDataflowNode"); \ static_assert(offsetof(FClusterMergeDataflowNode, Collection) == 0x0000E8, "Member 'FClusterMergeDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FClusterMergeDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterMergeDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetSchemaDataflowNode \ +static_assert(alignof(FGetSchemaDataflowNode) == 0x000008, "Wrong alignment on FGetSchemaDataflowNode"); \ +static_assert(sizeof(FGetSchemaDataflowNode) == 0x0001A8, "Wrong size on FGetSchemaDataflowNode"); \ +static_assert(offsetof(FGetSchemaDataflowNode, Collection) == 0x0000E8, "Member 'FGetSchemaDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetSchemaDataflowNode, String) == 0x000198, "Member 'FGetSchemaDataflowNode::String' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FClusterIsolatedRootsDataflowNode \ static_assert(alignof(FClusterIsolatedRootsDataflowNode) == 0x000008, "Wrong alignment on FClusterIsolatedRootsDataflowNode"); \ static_assert(sizeof(FClusterIsolatedRootsDataflowNode) == 0x000198, "Wrong size on FClusterIsolatedRootsDataflowNode"); \ static_assert(offsetof(FClusterIsolatedRootsDataflowNode, Collection) == 0x0000E8, "Member 'FClusterIsolatedRootsDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRemoveOnBreakDataflowNode \ -static_assert(alignof(FRemoveOnBreakDataflowNode) == 0x000008, "Wrong alignment on FRemoveOnBreakDataflowNode"); \ -static_assert(sizeof(FRemoveOnBreakDataflowNode) == 0x0001D0, "Wrong size on FRemoveOnBreakDataflowNode"); \ -static_assert(offsetof(FRemoveOnBreakDataflowNode, Collection) == 0x0000E8, "Member 'FRemoveOnBreakDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FRemoveOnBreakDataflowNode, TransformSelection) == 0x000198, "Member 'FRemoveOnBreakDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FRemoveOnBreakDataflowNode, bEnabledRemoval) == 0x0001B8, "Member 'FRemoveOnBreakDataflowNode::bEnabledRemoval' has a wrong offset!"); \ -static_assert(offsetof(FRemoveOnBreakDataflowNode, PostBreakTimer) == 0x0001BC, "Member 'FRemoveOnBreakDataflowNode::PostBreakTimer' has a wrong offset!"); \ -static_assert(offsetof(FRemoveOnBreakDataflowNode, RemovalTimer) == 0x0001C4, "Member 'FRemoveOnBreakDataflowNode::RemovalTimer' has a wrong offset!"); \ -static_assert(offsetof(FRemoveOnBreakDataflowNode, bClusterCrumbling) == 0x0001CC, "Member 'FRemoveOnBreakDataflowNode::bClusterCrumbling' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FClusterMagnetDataflowNode \ static_assert(alignof(FClusterMagnetDataflowNode) == 0x000008, "Wrong alignment on FClusterMagnetDataflowNode"); \ static_assert(sizeof(FClusterMagnetDataflowNode) == 0x0001C0, "Wrong size on FClusterMagnetDataflowNode"); \ @@ -136269,31 +135904,30 @@ static_assert(offsetof(FClusterMagnetDataflowNode, Collection) == 0x0000E8, "Mem static_assert(offsetof(FClusterMagnetDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterMagnetDataflowNode::TransformSelection' has a wrong offset!"); \ static_assert(offsetof(FClusterMagnetDataflowNode, Iterations) == 0x0001B8, "Member 'FClusterMagnetDataflowNode::Iterations' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBakeTransformsInCollectionDataflowNode \ +static_assert(alignof(FBakeTransformsInCollectionDataflowNode) == 0x000008, "Wrong alignment on FBakeTransformsInCollectionDataflowNode"); \ +static_assert(sizeof(FBakeTransformsInCollectionDataflowNode) == 0x000198, "Wrong size on FBakeTransformsInCollectionDataflowNode"); \ +static_assert(offsetof(FBakeTransformsInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FBakeTransformsInCollectionDataflowNode::Collection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FVectorToStringDataflowNode \ static_assert(alignof(FVectorToStringDataflowNode) == 0x000008, "Wrong alignment on FVectorToStringDataflowNode"); \ static_assert(sizeof(FVectorToStringDataflowNode) == 0x000110, "Wrong size on FVectorToStringDataflowNode"); \ static_assert(offsetof(FVectorToStringDataflowNode, Vector) == 0x0000E8, "Member 'FVectorToStringDataflowNode::Vector' has a wrong offset!"); \ static_assert(offsetof(FVectorToStringDataflowNode, String) == 0x000100, "Member 'FVectorToStringDataflowNode::String' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FTransformMeshDataflowNode \ -static_assert(alignof(FTransformMeshDataflowNode) == 0x000008, "Wrong alignment on FTransformMeshDataflowNode"); \ -static_assert(sizeof(FTransformMeshDataflowNode) == 0x000180, "Wrong size on FTransformMeshDataflowNode"); \ -static_assert(offsetof(FTransformMeshDataflowNode, Mesh) == 0x0000E8, "Member 'FTransformMeshDataflowNode::Mesh' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, Translate) == 0x0000F0, "Member 'FTransformMeshDataflowNode::Translate' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, RotationOrder) == 0x000108, "Member 'FTransformMeshDataflowNode::RotationOrder' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, Rotate) == 0x000110, "Member 'FTransformMeshDataflowNode::Rotate' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, Scale) == 0x000128, "Member 'FTransformMeshDataflowNode::Scale' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, UniformScale) == 0x000140, "Member 'FTransformMeshDataflowNode::UniformScale' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, RotatePivot) == 0x000148, "Member 'FTransformMeshDataflowNode::RotatePivot' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, ScalePivot) == 0x000160, "Member 'FTransformMeshDataflowNode::ScalePivot' has a wrong offset!"); \ -static_assert(offsetof(FTransformMeshDataflowNode, bInvertTransformation) == 0x000178, "Member 'FTransformMeshDataflowNode::bInvertTransformation' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FFloatToStringDataflowNode \ static_assert(alignof(FFloatToStringDataflowNode) == 0x000008, "Wrong alignment on FFloatToStringDataflowNode"); \ static_assert(sizeof(FFloatToStringDataflowNode) == 0x000100, "Wrong size on FFloatToStringDataflowNode"); \ static_assert(offsetof(FFloatToStringDataflowNode, float_0) == 0x0000E8, "Member 'FFloatToStringDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FFloatToStringDataflowNode, String) == 0x0000F0, "Member 'FFloatToStringDataflowNode::String' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPowDataflowNode \ +static_assert(alignof(FPowDataflowNode) == 0x000008, "Wrong alignment on FPowDataflowNode"); \ +static_assert(sizeof(FPowDataflowNode) == 0x0000F8, "Wrong size on FPowDataflowNode"); \ +static_assert(offsetof(FPowDataflowNode, base) == 0x0000E8, "Member 'FPowDataflowNode::base' has a wrong offset!"); \ +static_assert(offsetof(FPowDataflowNode, Exp) == 0x0000EC, "Member 'FPowDataflowNode::Exp' has a wrong offset!"); \ +static_assert(offsetof(FPowDataflowNode, ReturnValue) == 0x0000F0, "Member 'FPowDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FIntToStringDataflowNode \ static_assert(alignof(FIntToStringDataflowNode) == 0x000008, "Wrong alignment on FIntToStringDataflowNode"); \ static_assert(sizeof(FIntToStringDataflowNode) == 0x000100, "Wrong size on FIntToStringDataflowNode"); \ @@ -136306,26 +135940,34 @@ static_assert(sizeof(FBoolToStringDataflowNode) == 0x000100, "Wrong size on FBoo static_assert(offsetof(FBoolToStringDataflowNode, Bool) == 0x0000E8, "Member 'FBoolToStringDataflowNode::Bool' has a wrong offset!"); \ static_assert(offsetof(FBoolToStringDataflowNode, String) == 0x0000F0, "Member 'FBoolToStringDataflowNode::String' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBranchFloatDataflowNode \ +static_assert(alignof(FBranchFloatDataflowNode) == 0x000008, "Wrong alignment on FBranchFloatDataflowNode"); \ +static_assert(sizeof(FBranchFloatDataflowNode) == 0x0000F8, "Wrong size on FBranchFloatDataflowNode"); \ +static_assert(offsetof(FBranchFloatDataflowNode, A) == 0x0000E8, "Member 'FBranchFloatDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, B) == 0x0000EC, "Member 'FBranchFloatDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, bCondition) == 0x0000F0, "Member 'FBranchFloatDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, ReturnValue) == 0x0000F4, "Member 'FBranchFloatDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FIntToFloatDataflowNode \ static_assert(alignof(FIntToFloatDataflowNode) == 0x000008, "Wrong alignment on FIntToFloatDataflowNode"); \ static_assert(sizeof(FIntToFloatDataflowNode) == 0x0000F0, "Wrong size on FIntToFloatDataflowNode"); \ static_assert(offsetof(FIntToFloatDataflowNode, Int) == 0x0000E8, "Member 'FIntToFloatDataflowNode::Int' has a wrong offset!"); \ static_assert(offsetof(FIntToFloatDataflowNode, float_0) == 0x0000EC, "Member 'FIntToFloatDataflowNode::float_0' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBranchIntDataflowNode \ -static_assert(alignof(FBranchIntDataflowNode) == 0x000008, "Wrong alignment on FBranchIntDataflowNode"); \ -static_assert(sizeof(FBranchIntDataflowNode) == 0x0000F8, "Wrong size on FBranchIntDataflowNode"); \ -static_assert(offsetof(FBranchIntDataflowNode, A) == 0x0000E8, "Member 'FBranchIntDataflowNode::A' has a wrong offset!"); \ -static_assert(offsetof(FBranchIntDataflowNode, B) == 0x0000EC, "Member 'FBranchIntDataflowNode::B' has a wrong offset!"); \ -static_assert(offsetof(FBranchIntDataflowNode, bCondition) == 0x0000F0, "Member 'FBranchIntDataflowNode::bCondition' has a wrong offset!"); \ -static_assert(offsetof(FBranchIntDataflowNode, ReturnValue) == 0x0000F4, "Member 'FBranchIntDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FIntToDoubleDataflowNode \ static_assert(alignof(FIntToDoubleDataflowNode) == 0x000008, "Wrong alignment on FIntToDoubleDataflowNode"); \ static_assert(sizeof(FIntToDoubleDataflowNode) == 0x0000F8, "Wrong size on FIntToDoubleDataflowNode"); \ static_assert(offsetof(FIntToDoubleDataflowNode, Int) == 0x0000E8, "Member 'FIntToDoubleDataflowNode::Int' has a wrong offset!"); \ static_assert(offsetof(FIntToDoubleDataflowNode, Double) == 0x0000F0, "Member 'FIntToDoubleDataflowNode::Double' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FWrapDataflowNode \ +static_assert(alignof(FWrapDataflowNode) == 0x000008, "Wrong alignment on FWrapDataflowNode"); \ +static_assert(sizeof(FWrapDataflowNode) == 0x0000F8, "Wrong size on FWrapDataflowNode"); \ +static_assert(offsetof(FWrapDataflowNode, float_0) == 0x0000E8, "Member 'FWrapDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, Min) == 0x0000EC, "Member 'FWrapDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, Max) == 0x0000F0, "Member 'FWrapDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, ReturnValue) == 0x0000F4, "Member 'FWrapDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FFloatToDoubleDataflowNode \ static_assert(alignof(FFloatToDoubleDataflowNode) == 0x000008, "Wrong alignment on FFloatToDoubleDataflowNode"); \ static_assert(sizeof(FFloatToDoubleDataflowNode) == 0x0000F8, "Wrong size on FFloatToDoubleDataflowNode"); \ @@ -136339,6 +135981,16 @@ static_assert(offsetof(FFloatToIntDataflowNode, Function) == 0x0000E8, "Member ' static_assert(offsetof(FFloatToIntDataflowNode, float_0) == 0x0000EC, "Member 'FFloatToIntDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FFloatToIntDataflowNode, Int) == 0x0000F0, "Member 'FFloatToIntDataflowNode::Int' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FFitDataflowNode \ +static_assert(alignof(FFitDataflowNode) == 0x000008, "Wrong alignment on FFitDataflowNode"); \ +static_assert(sizeof(FFitDataflowNode) == 0x000100, "Wrong size on FFitDataflowNode"); \ +static_assert(offsetof(FFitDataflowNode, float_0) == 0x0000E8, "Member 'FFitDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, OldMin) == 0x0000EC, "Member 'FFitDataflowNode::OldMin' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, OldMax) == 0x0000F0, "Member 'FFitDataflowNode::OldMax' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, NewMin) == 0x0000F4, "Member 'FFitDataflowNode::NewMin' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, NewMax) == 0x0000F8, "Member 'FFitDataflowNode::NewMax' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, ReturnValue) == 0x0000FC, "Member 'FFitDataflowNode::ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FIntToBoolDataflowNode \ static_assert(alignof(FIntToBoolDataflowNode) == 0x000008, "Wrong alignment on FIntToBoolDataflowNode"); \ static_assert(sizeof(FIntToBoolDataflowNode) == 0x0000F0, "Wrong size on FIntToBoolDataflowNode"); \ @@ -136351,6 +136003,13 @@ static_assert(sizeof(FBoolToIntDataflowNode) == 0x0000F0, "Wrong size on FBoolTo static_assert(offsetof(FBoolToIntDataflowNode, Bool) == 0x0000E8, "Member 'FBoolToIntDataflowNode::Bool' has a wrong offset!"); \ static_assert(offsetof(FBoolToIntDataflowNode, Int) == 0x0000EC, "Member 'FBoolToIntDataflowNode::Int' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMultiplyTransformDataflowNode \ +static_assert(alignof(FMultiplyTransformDataflowNode) == 0x000010, "Wrong alignment on FMultiplyTransformDataflowNode"); \ +static_assert(sizeof(FMultiplyTransformDataflowNode) == 0x000210, "Wrong size on FMultiplyTransformDataflowNode"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, InLeftTransform) == 0x0000F0, "Member 'FMultiplyTransformDataflowNode::InLeftTransform' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, InRightTransform) == 0x000150, "Member 'FMultiplyTransformDataflowNode::InRightTransform' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, OutTransform) == 0x0001B0, "Member 'FMultiplyTransformDataflowNode::OutTransform' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FConvexHullToMeshDataflowNode \ static_assert(alignof(FConvexHullToMeshDataflowNode) == 0x000008, "Wrong alignment on FConvexHullToMeshDataflowNode"); \ static_assert(sizeof(FConvexHullToMeshDataflowNode) == 0x0001C0, "Wrong size on FConvexHullToMeshDataflowNode"); \ @@ -136358,12 +136017,6 @@ static_assert(offsetof(FConvexHullToMeshDataflowNode, Collection) == 0x0000E8, " static_assert(offsetof(FConvexHullToMeshDataflowNode, OptionalSelectionFilter) == 0x000198, "Member 'FConvexHullToMeshDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ static_assert(offsetof(FConvexHullToMeshDataflowNode, Mesh) == 0x0001B8, "Member 'FConvexHullToMeshDataflowNode::Mesh' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FInvertTransformDataflowNode \ -static_assert(alignof(FInvertTransformDataflowNode) == 0x000010, "Wrong alignment on FInvertTransformDataflowNode"); \ -static_assert(sizeof(FInvertTransformDataflowNode) == 0x0001B0, "Wrong size on FInvertTransformDataflowNode"); \ -static_assert(offsetof(FInvertTransformDataflowNode, InTransform) == 0x0000F0, "Member 'FInvertTransformDataflowNode::InTransform' has a wrong offset!"); \ -static_assert(offsetof(FInvertTransformDataflowNode, OutTransform) == 0x000150, "Member 'FInvertTransformDataflowNode::OutTransform' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSphereCoveringToMeshDataflowNode \ static_assert(alignof(FSphereCoveringToMeshDataflowNode) == 0x000008, "Wrong alignment on FSphereCoveringToMeshDataflowNode"); \ static_assert(sizeof(FSphereCoveringToMeshDataflowNode) == 0x000118, "Wrong size on FSphereCoveringToMeshDataflowNode"); \ @@ -136371,18 +136024,19 @@ static_assert(offsetof(FSphereCoveringToMeshDataflowNode, SphereCovering) == 0x0 static_assert(offsetof(FSphereCoveringToMeshDataflowNode, VerticesAlongEachSide) == 0x000108, "Member 'FSphereCoveringToMeshDataflowNode::VerticesAlongEachSide' has a wrong offset!"); \ static_assert(offsetof(FSphereCoveringToMeshDataflowNode, Mesh) == 0x000110, "Member 'FSphereCoveringToMeshDataflowNode::Mesh' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInfoDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInfoDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInfoDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInfoDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionInfoDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionInfoDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionInfoDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, String) == 0x0001B8, "Member 'FCollectionTransformSelectionInfoDataflowNode::String' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSphereCoveringCountSpheresNode \ static_assert(alignof(FSphereCoveringCountSpheresNode) == 0x000008, "Wrong alignment on FSphereCoveringCountSpheresNode"); \ static_assert(sizeof(FSphereCoveringCountSpheresNode) == 0x000110, "Wrong size on FSphereCoveringCountSpheresNode"); \ static_assert(offsetof(FSphereCoveringCountSpheresNode, SphereCovering) == 0x0000E8, "Member 'FSphereCoveringCountSpheresNode::SphereCovering' has a wrong offset!"); \ static_assert(offsetof(FSphereCoveringCountSpheresNode, NumSpheres) == 0x000108, "Member 'FSphereCoveringCountSpheresNode::NumSpheres' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionNoneDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionNoneDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionNoneDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionNoneDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionNoneDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionNoneDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionNoneDataflowNode::TransformSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMeshToOBJStringDebugDataflowNode \ static_assert(alignof(FMeshToOBJStringDebugDataflowNode) == 0x000008, "Wrong alignment on FMeshToOBJStringDebugDataflowNode"); \ static_assert(sizeof(FMeshToOBJStringDebugDataflowNode) == 0x000108, "Wrong size on FMeshToOBJStringDebugDataflowNode"); \ @@ -136390,24 +136044,30 @@ static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, Mesh) == 0x0000E8, "Me static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, bInvertFaces) == 0x0000F0, "Member 'FMeshToOBJStringDebugDataflowNode::bInvertFaces' has a wrong offset!"); \ static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, StringOBJ) == 0x0000F8, "Member 'FMeshToOBJStringDebugDataflowNode::StringOBJ' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetFloatOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetFloatOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetFloatOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetFloatOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetFloatOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, float_0) == 0x000108, "Member 'FGetFloatOverrideFromAssetDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, FloatDefault) == 0x00010C, "Member 'FGetFloatOverrideFromAssetDataflowNode::FloatDefault' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FWriteStringToFile \ static_assert(alignof(FWriteStringToFile) == 0x000008, "Wrong alignment on FWriteStringToFile"); \ static_assert(sizeof(FWriteStringToFile) == 0x000108, "Wrong size on FWriteStringToFile"); \ static_assert(offsetof(FWriteStringToFile, FilePath) == 0x0000E8, "Member 'FWriteStringToFile::FilePath' has a wrong offset!"); \ static_assert(offsetof(FWriteStringToFile, FileContents) == 0x0000F8, "Member 'FWriteStringToFile::FileContents' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetIntOverrideFromAssetDataflowNode \ -static_assert(alignof(FGetIntOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetIntOverrideFromAssetDataflowNode"); \ -static_assert(sizeof(FGetIntOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetIntOverrideFromAssetDataflowNode"); \ -static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, Int) == 0x000108, "Member 'FGetIntOverrideFromAssetDataflowNode::Int' has a wrong offset!"); \ -static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, IntDefault) == 0x00010C, "Member 'FGetIntOverrideFromAssetDataflowNode::IntDefault' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FPruneInCollectionDataflowNode \ static_assert(alignof(FPruneInCollectionDataflowNode) == 0x000008, "Wrong alignment on FPruneInCollectionDataflowNode"); \ static_assert(sizeof(FPruneInCollectionDataflowNode) == 0x0001B8, "Wrong size on FPruneInCollectionDataflowNode"); \ static_assert(offsetof(FPruneInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FPruneInCollectionDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FPruneInCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FPruneInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSelectionToVertexListDataflowNode \ +static_assert(alignof(FSelectionToVertexListDataflowNode) == 0x000008, "Wrong alignment on FSelectionToVertexListDataflowNode"); \ +static_assert(sizeof(FSelectionToVertexListDataflowNode) == 0x000118, "Wrong size on FSelectionToVertexListDataflowNode"); \ +static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexSelection) == 0x0000E8, "Member 'FSelectionToVertexListDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexList) == 0x000108, "Member 'FSelectionToVertexListDataflowNode::VertexList' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FSetVisibilityInCollectionDataflowNode \ static_assert(alignof(FSetVisibilityInCollectionDataflowNode) == 0x000008, "Wrong alignment on FSetVisibilityInCollectionDataflowNode"); \ static_assert(sizeof(FSetVisibilityInCollectionDataflowNode) == 0x0001E0, "Wrong size on FSetVisibilityInCollectionDataflowNode"); \ @@ -136416,19 +136076,18 @@ static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, Collection) == 0x static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, TransformSelection) == 0x0001A0, "Member 'FSetVisibilityInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, FaceSelection) == 0x0001C0, "Member 'FSetVisibilityInCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromFloatArrayDataflowNode \ -static_assert(alignof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ -static_assert(sizeof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x0001B0, "Wrong size on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ -static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Collection) == 0x0000E8, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, FloatArray) == 0x000198, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ -static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Scale) == 0x0001A8, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Scale' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMergeInCollectionDataflowNode \ static_assert(alignof(FMergeInCollectionDataflowNode) == 0x000008, "Wrong alignment on FMergeInCollectionDataflowNode"); \ static_assert(sizeof(FMergeInCollectionDataflowNode) == 0x0001B8, "Wrong size on FMergeInCollectionDataflowNode"); \ static_assert(offsetof(FMergeInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FMergeInCollectionDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FMergeInCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FMergeInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionAllDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionAllDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionAllDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionAllDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionAllDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionAllDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionAllDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FUniformScatterPointsDataflowNode \ static_assert(alignof(FUniformScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FUniformScatterPointsDataflowNode"); \ static_assert(sizeof(FUniformScatterPointsDataflowNode) == 0x000140, "Wrong size on FUniformScatterPointsDataflowNode"); \ @@ -136438,14 +136097,6 @@ static_assert(offsetof(FUniformScatterPointsDataflowNode, RandomSeed) == 0x0000F static_assert(offsetof(FUniformScatterPointsDataflowNode, BoundingBox) == 0x0000F8, "Member 'FUniformScatterPointsDataflowNode::BoundingBox' has a wrong offset!"); \ static_assert(offsetof(FUniformScatterPointsDataflowNode, Points) == 0x000130, "Member 'FUniformScatterPointsDataflowNode::Points' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionSetOperationDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSetOperationDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x000150, "Wrong size on FCollectionTransformSelectionSetOperationDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, Operation) == 0x0000E8, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::Operation' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionA) == 0x0000F0, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionA' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionB) == 0x000110, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionB' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelection) == 0x000130, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FRadialScatterPointsDataflowNode \ static_assert(alignof(FRadialScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FRadialScatterPointsDataflowNode"); \ static_assert(sizeof(FRadialScatterPointsDataflowNode) == 0x000140, "Wrong size on FRadialScatterPointsDataflowNode"); \ @@ -136459,6 +136110,14 @@ static_assert(offsetof(FRadialScatterPointsDataflowNode, Variability) == 0x00012 static_assert(offsetof(FRadialScatterPointsDataflowNode, RandomSeed) == 0x00012C, "Member 'FRadialScatterPointsDataflowNode::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(FRadialScatterPointsDataflowNode, Points) == 0x000130, "Member 'FRadialScatterPointsDataflowNode::Points' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByPercentageDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByPercentageDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000118, "Wrong size on FCollectionTransformSelectionByPercentageDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, Percentage) == 0x000108, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, bDeterministic) == 0x00010C, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, RandomSeed) == 0x000110, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FVoronoiFractureDataflowNode \ static_assert(alignof(FVoronoiFractureDataflowNode) == 0x000008, "Wrong alignment on FVoronoiFractureDataflowNode"); \ static_assert(sizeof(FVoronoiFractureDataflowNode) == 0x0001F8, "Wrong size on FVoronoiFractureDataflowNode"); \ @@ -136478,12 +136137,6 @@ static_assert(offsetof(FVoronoiFractureDataflowNode, PointSpacing) == 0x0001EC, static_assert(offsetof(FVoronoiFractureDataflowNode, AddSamplesForCollision) == 0x0001F0, "Member 'FVoronoiFractureDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ static_assert(offsetof(FVoronoiFractureDataflowNode, CollisionSampleSpacing) == 0x0001F4, "Member 'FVoronoiFractureDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionChildrenDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionChildrenDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionChildrenDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionChildrenDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionChildrenDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionChildrenDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionChildrenDataflowNode::Collection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FPlaneCutterDataflowNode \ static_assert(alignof(FPlaneCutterDataflowNode) == 0x000008, "Wrong alignment on FPlaneCutterDataflowNode"); \ static_assert(sizeof(FPlaneCutterDataflowNode) == 0x000220, "Wrong size on FPlaneCutterDataflowNode"); \ @@ -136502,6 +136155,11 @@ static_assert(offsetof(FPlaneCutterDataflowNode, PointSpacing) == 0x000210, "Mem static_assert(offsetof(FPlaneCutterDataflowNode, AddSamplesForCollision) == 0x000214, "Member 'FPlaneCutterDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ static_assert(offsetof(FPlaneCutterDataflowNode, CollisionSampleSpacing) == 0x000218, "Member 'FPlaneCutterDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInvertDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInvertDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInvertDataflowNode) == 0x000108, "Wrong size on FCollectionTransformSelectionInvertDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInvertDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionInvertDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FExplodedViewDataflowNode \ static_assert(alignof(FExplodedViewDataflowNode) == 0x000008, "Wrong alignment on FExplodedViewDataflowNode"); \ static_assert(sizeof(FExplodedViewDataflowNode) == 0x0001B8, "Wrong size on FExplodedViewDataflowNode"); \ @@ -136509,33 +136167,24 @@ static_assert(offsetof(FExplodedViewDataflowNode, Collection) == 0x0000E8, "Memb static_assert(offsetof(FExplodedViewDataflowNode, UniformScale) == 0x000198, "Member 'FExplodedViewDataflowNode::UniformScale' has a wrong offset!"); \ static_assert(offsetof(FExplodedViewDataflowNode, Scale) == 0x0001A0, "Member 'FExplodedViewDataflowNode::Scale' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionRandomDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionRandomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRandomDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionRandomDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionRandomDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, bDeterministic) == 0x0000E8, "Member 'FCollectionTransformSelectionRandomDataflowNode::bDeterministic' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomSeed) == 0x0000EC, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomSeed' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomThreshold) == 0x0000F0, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomThreshold' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, Collection) == 0x0000F8, "Member 'FCollectionTransformSelectionRandomDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionRandomDataflowNode::TransformSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMakeLiteralStringDataflowNode \ static_assert(alignof(FMakeLiteralStringDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralStringDataflowNode"); \ static_assert(sizeof(FMakeLiteralStringDataflowNode) == 0x000108, "Wrong size on FMakeLiteralStringDataflowNode"); \ static_assert(offsetof(FMakeLiteralStringDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralStringDataflowNode::Value' has a wrong offset!"); \ static_assert(offsetof(FMakeLiteralStringDataflowNode, String) == 0x0000F8, "Member 'FMakeLiteralStringDataflowNode::String' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetBoolOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetBoolOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetBoolOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetBoolOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetBoolOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, Bool) == 0x000108, "Member 'FGetBoolOverrideFromAssetDataflowNode::Bool' has a wrong offset!"); \ +static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, BoolDefault) == 0x000109, "Member 'FGetBoolOverrideFromAssetDataflowNode::BoolDefault' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMakePointsDataflowNode \ static_assert(alignof(FMakePointsDataflowNode) == 0x000008, "Wrong alignment on FMakePointsDataflowNode"); \ static_assert(sizeof(FMakePointsDataflowNode) == 0x000108, "Wrong size on FMakePointsDataflowNode"); \ static_assert(offsetof(FMakePointsDataflowNode, Point) == 0x0000E8, "Member 'FMakePointsDataflowNode::Point' has a wrong offset!"); \ static_assert(offsetof(FMakePointsDataflowNode, Points) == 0x0000F8, "Member 'FMakePointsDataflowNode::Points' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetStringOverrideFromAssetDataflowNode \ -static_assert(alignof(FGetStringOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetStringOverrideFromAssetDataflowNode"); \ -static_assert(sizeof(FGetStringOverrideFromAssetDataflowNode) == 0x000128, "Wrong size on FGetStringOverrideFromAssetDataflowNode"); \ -static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, String) == 0x000108, "Member 'FGetStringOverrideFromAssetDataflowNode::String' has a wrong offset!"); \ -static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, StringDefault) == 0x000118, "Member 'FGetStringOverrideFromAssetDataflowNode::StringDefault' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMakeBoxDataflowNode \ static_assert(alignof(FMakeBoxDataflowNode) == 0x000008, "Wrong alignment on FMakeBoxDataflowNode"); \ static_assert(sizeof(FMakeBoxDataflowNode) == 0x000188, "Wrong size on FMakeBoxDataflowNode"); \ @@ -136546,6 +136195,13 @@ static_assert(offsetof(FMakeBoxDataflowNode, Center) == 0x000120, "Member 'FMake static_assert(offsetof(FMakeBoxDataflowNode, Size) == 0x000138, "Member 'FMakeBoxDataflowNode::Size' has a wrong offset!"); \ static_assert(offsetof(FMakeBoxDataflowNode, Box) == 0x000150, "Member 'FMakeBoxDataflowNode::Box' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionFromIndexArrayDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, BoneIndices) == 0x000198, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMakeSphereDataflowNode \ static_assert(alignof(FMakeSphereDataflowNode) == 0x000008, "Wrong alignment on FMakeSphereDataflowNode"); \ static_assert(sizeof(FMakeSphereDataflowNode) == 0x000128, "Wrong size on FMakeSphereDataflowNode"); \ @@ -136553,41 +136209,40 @@ static_assert(offsetof(FMakeSphereDataflowNode, Center) == 0x0000E8, "Member 'FM static_assert(offsetof(FMakeSphereDataflowNode, Radius) == 0x000100, "Member 'FMakeSphereDataflowNode::Radius' has a wrong offset!"); \ static_assert(offsetof(FMakeSphereDataflowNode, Sphere) == 0x000108, "Member 'FMakeSphereDataflowNode::Sphere' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionParentDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionParentDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionParentDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionParentDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionParentDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionParentDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionParentDataflowNode::Collection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMakeLiteralFloatDataflowNode \ static_assert(alignof(FMakeLiteralFloatDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralFloatDataflowNode"); \ static_assert(sizeof(FMakeLiteralFloatDataflowNode) == 0x0000F0, "Wrong size on FMakeLiteralFloatDataflowNode"); \ static_assert(offsetof(FMakeLiteralFloatDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralFloatDataflowNode::Value' has a wrong offset!"); \ static_assert(offsetof(FMakeLiteralFloatDataflowNode, float_0) == 0x0000EC, "Member 'FMakeLiteralFloatDataflowNode::float_0' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSelectFloatArrayIndicesInRangeDataflowNode \ +static_assert(alignof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000008, "Wrong alignment on FSelectFloatArrayIndicesInRangeDataflowNode"); \ +static_assert(sizeof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000118, "Wrong size on FSelectFloatArrayIndicesInRangeDataflowNode"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Values) == 0x0000E8, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Values' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Min) == 0x0000F8, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Max) == 0x0000FC, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, RangeSetting) == 0x000100, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, bInclusive) == 0x000101, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Indices) == 0x000108, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Indices' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMakeLiteralIntDataflowNode \ static_assert(alignof(FMakeLiteralIntDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralIntDataflowNode"); \ static_assert(sizeof(FMakeLiteralIntDataflowNode) == 0x0000F0, "Wrong size on FMakeLiteralIntDataflowNode"); \ static_assert(offsetof(FMakeLiteralIntDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralIntDataflowNode::Value' has a wrong offset!"); \ static_assert(offsetof(FMakeLiteralIntDataflowNode, Int) == 0x0000EC, "Member 'FMakeLiteralIntDataflowNode::Int' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionBySizeDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionBySizeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionBySizeDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionBySizeDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionBySizeDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionBySizeDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMin) == 0x000198, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMin' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMax) == 0x00019C, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMax' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, RangeSetting) == 0x0001A0, "Member 'FCollectionTransformSelectionBySizeDataflowNode::RangeSetting' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bInclusive) == 0x0001A1, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bInclusive' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bUseRelativeSize) == 0x0001A2, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bUseRelativeSize' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionBySizeDataflowNode::TransformSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMakeLiteralBoolDataflowNode \ static_assert(alignof(FMakeLiteralBoolDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralBoolDataflowNode"); \ static_assert(sizeof(FMakeLiteralBoolDataflowNode) == 0x0000F0, "Wrong size on FMakeLiteralBoolDataflowNode"); \ static_assert(offsetof(FMakeLiteralBoolDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralBoolDataflowNode::Value' has a wrong offset!"); \ static_assert(offsetof(FMakeLiteralBoolDataflowNode, Bool) == 0x0000E9, "Member 'FMakeLiteralBoolDataflowNode::Bool' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionSiblingsDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSiblingsDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionSiblingsDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::Collection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMakeLiteralVectorDataflowNode \ static_assert(alignof(FMakeLiteralVectorDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralVectorDataflowNode"); \ static_assert(sizeof(FMakeLiteralVectorDataflowNode) == 0x000110, "Wrong size on FMakeLiteralVectorDataflowNode"); \ @@ -136596,12 +136251,6 @@ static_assert(offsetof(FMakeLiteralVectorDataflowNode, Y) == 0x0000EC, "Member ' static_assert(offsetof(FMakeLiteralVectorDataflowNode, Z) == 0x0000F0, "Member 'FMakeLiteralVectorDataflowNode::Z' has a wrong offset!"); \ static_assert(offsetof(FMakeLiteralVectorDataflowNode, Vector) == 0x0000F8, "Member 'FMakeLiteralVectorDataflowNode::Vector' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionLevelDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLevelDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionLevelDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionLevelDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionLevelDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionLevelDataflowNode::Collection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMakeTransformDataflowNode \ static_assert(alignof(FMakeTransformDataflowNode) == 0x000010, "Wrong alignment on FMakeTransformDataflowNode"); \ static_assert(sizeof(FMakeTransformDataflowNode) == 0x000190, "Wrong size on FMakeTransformDataflowNode"); \ @@ -136610,6 +136259,12 @@ static_assert(offsetof(FMakeTransformDataflowNode, InRotation) == 0x000100, "Mem static_assert(offsetof(FMakeTransformDataflowNode, InScale) == 0x000118, "Member 'FMakeTransformDataflowNode::InScale' has a wrong offset!"); \ static_assert(offsetof(FMakeTransformDataflowNode, OutTransform) == 0x000130, "Member 'FMakeTransformDataflowNode::OutTransform' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionRootDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionRootDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRootDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionRootDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionRootDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionRootDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionRootDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMakeQuaternionDataflowNode \ static_assert(alignof(FMakeQuaternionDataflowNode) == 0x000010, "Wrong alignment on FMakeQuaternionDataflowNode"); \ static_assert(sizeof(FMakeQuaternionDataflowNode) == 0x000120, "Wrong size on FMakeQuaternionDataflowNode"); \ @@ -136619,13 +136274,6 @@ static_assert(offsetof(FMakeQuaternionDataflowNode, Z) == 0x0000F0, "Member 'FMa static_assert(offsetof(FMakeQuaternionDataflowNode, W) == 0x0000F4, "Member 'FMakeQuaternionDataflowNode::W' has a wrong offset!"); \ static_assert(offsetof(FMakeQuaternionDataflowNode, Quaternion) == 0x000100, "Member 'FMakeQuaternionDataflowNode::Quaternion' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionCustomDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionCustomDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionCustomDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, BoneIndicies) == 0x000198, "Member 'FCollectionTransformSelectionCustomDataflowNode::BoneIndicies' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionCustomDataflowNode::TransformSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FAddDataflowNode \ static_assert(alignof(FAddDataflowNode) == 0x000008, "Wrong alignment on FAddDataflowNode"); \ static_assert(sizeof(FAddDataflowNode) == 0x0000F8, "Wrong size on FAddDataflowNode"); \ @@ -136640,13 +136288,6 @@ static_assert(offsetof(FSubtractDataflowNode, FloatA) == 0x0000E8, "Member 'FSub static_assert(offsetof(FSubtractDataflowNode, FloatB) == 0x0000EC, "Member 'FSubtractDataflowNode::FloatB' has a wrong offset!"); \ static_assert(offsetof(FSubtractDataflowNode, ReturnValue) == 0x0000F0, "Member 'FSubtractDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionToMeshDataflowNode \ -static_assert(alignof(FCollectionToMeshDataflowNode) == 0x000008, "Wrong alignment on FCollectionToMeshDataflowNode"); \ -static_assert(sizeof(FCollectionToMeshDataflowNode) == 0x0001A8, "Wrong size on FCollectionToMeshDataflowNode"); \ -static_assert(offsetof(FCollectionToMeshDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionToMeshDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionToMeshDataflowNode, bCenterPivot) == 0x000198, "Member 'FCollectionToMeshDataflowNode::bCenterPivot' has a wrong offset!"); \ -static_assert(offsetof(FCollectionToMeshDataflowNode, Mesh) == 0x0001A0, "Member 'FCollectionToMeshDataflowNode::Mesh' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FMultiplyDataflowNode \ static_assert(alignof(FMultiplyDataflowNode) == 0x000008, "Wrong alignment on FMultiplyDataflowNode"); \ static_assert(sizeof(FMultiplyDataflowNode) == 0x0000F8, "Wrong size on FMultiplyDataflowNode"); \ @@ -136661,15 +136302,6 @@ static_assert(offsetof(FSafeDivideDataflowNode, FloatA) == 0x0000E8, "Member 'FS static_assert(offsetof(FSafeDivideDataflowNode, FloatB) == 0x0000EC, "Member 'FSafeDivideDataflowNode::FloatB' has a wrong offset!"); \ static_assert(offsetof(FSafeDivideDataflowNode, ReturnValue) == 0x0000F0, "Member 'FSafeDivideDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionSelectionConvertDataflowNode \ -static_assert(alignof(FCollectionSelectionConvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionConvertDataflowNode"); \ -static_assert(sizeof(FCollectionSelectionConvertDataflowNode) == 0x000200, "Wrong size on FCollectionSelectionConvertDataflowNode"); \ -static_assert(offsetof(FCollectionSelectionConvertDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionSelectionConvertDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionSelectionConvertDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionSelectionConvertDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionSelectionConvertDataflowNode, FaceSelection) == 0x0001B8, "Member 'FCollectionSelectionConvertDataflowNode::FaceSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionSelectionConvertDataflowNode, VertexSelection) == 0x0001D8, "Member 'FCollectionSelectionConvertDataflowNode::VertexSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionSelectionConvertDataflowNode, bAllElementsMustBeSelected) == 0x0001F8, "Member 'FCollectionSelectionConvertDataflowNode::bAllElementsMustBeSelected' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FDivideDataflowNode \ static_assert(alignof(FDivideDataflowNode) == 0x000008, "Wrong alignment on FDivideDataflowNode"); \ static_assert(sizeof(FDivideDataflowNode) == 0x0000F8, "Wrong size on FDivideDataflowNode"); \ @@ -136682,14 +136314,6 @@ static_assert(offsetof(FDivisionDataflowNode, Divisor) == 0x0000EC, "Member 'FDi static_assert(offsetof(FDivisionDataflowNode, Remainder) == 0x0000F0, "Member 'FDivisionDataflowNode::Remainder' has a wrong offset!"); \ static_assert(offsetof(FDivisionDataflowNode, ReturnValue) == 0x0000F4, "Member 'FDivisionDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMeshCopyToPointsDataflowNode \ -static_assert(alignof(FMeshCopyToPointsDataflowNode) == 0x000008, "Wrong alignment on FMeshCopyToPointsDataflowNode"); \ -static_assert(sizeof(FMeshCopyToPointsDataflowNode) == 0x000110, "Wrong size on FMeshCopyToPointsDataflowNode"); \ -static_assert(offsetof(FMeshCopyToPointsDataflowNode, Points) == 0x0000E8, "Member 'FMeshCopyToPointsDataflowNode::Points' has a wrong offset!"); \ -static_assert(offsetof(FMeshCopyToPointsDataflowNode, MeshToCopy) == 0x0000F8, "Member 'FMeshCopyToPointsDataflowNode::MeshToCopy' has a wrong offset!"); \ -static_assert(offsetof(FMeshCopyToPointsDataflowNode, Scale) == 0x000100, "Member 'FMeshCopyToPointsDataflowNode::Scale' has a wrong offset!"); \ -static_assert(offsetof(FMeshCopyToPointsDataflowNode, Mesh) == 0x000108, "Member 'FMeshCopyToPointsDataflowNode::Mesh' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSafeReciprocalDataflowNode \ static_assert(alignof(FSafeReciprocalDataflowNode) == 0x000008, "Wrong alignment on FSafeReciprocalDataflowNode"); \ static_assert(sizeof(FSafeReciprocalDataflowNode) == 0x0000F0, "Wrong size on FSafeReciprocalDataflowNode"); \ @@ -136702,12 +136326,6 @@ static_assert(sizeof(FSquareDataflowNode) == 0x0000F0, "Wrong size on FSquareDat static_assert(offsetof(FSquareDataflowNode, float_0) == 0x0000E8, "Member 'FSquareDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FSquareDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSquareDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMeshInfoDataflowNode \ -static_assert(alignof(FMeshInfoDataflowNode) == 0x000008, "Wrong alignment on FMeshInfoDataflowNode"); \ -static_assert(sizeof(FMeshInfoDataflowNode) == 0x000100, "Wrong size on FMeshInfoDataflowNode"); \ -static_assert(offsetof(FMeshInfoDataflowNode, Mesh) == 0x0000E8, "Member 'FMeshInfoDataflowNode::Mesh' has a wrong offset!"); \ -static_assert(offsetof(FMeshInfoDataflowNode, InfoString) == 0x0000F0, "Member 'FMeshInfoDataflowNode::InfoString' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FSquareRootDataflowNode \ static_assert(alignof(FSquareRootDataflowNode) == 0x000008, "Wrong alignment on FSquareRootDataflowNode"); \ static_assert(sizeof(FSquareRootDataflowNode) == 0x0000F0, "Wrong size on FSquareRootDataflowNode"); \ @@ -136720,13 +136338,6 @@ static_assert(sizeof(FInverseSqrtDataflowNode) == 0x0000F0, "Wrong size on FInve static_assert(offsetof(FInverseSqrtDataflowNode, float_0) == 0x0000E8, "Member 'FInverseSqrtDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FInverseSqrtDataflowNode, ReturnValue) == 0x0000EC, "Member 'FInverseSqrtDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionVertexSelectionCustomDataflowNode \ -static_assert(alignof(FCollectionVertexSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionCustomDataflowNode"); \ -static_assert(sizeof(FCollectionVertexSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionVertexSelectionCustomDataflowNode"); \ -static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionVertexSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexIndicies) == 0x000198, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexIndicies' has a wrong offset!"); \ -static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexSelection) == 0x0001A8, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCubeDataflowNode \ static_assert(alignof(FCubeDataflowNode) == 0x000008, "Wrong alignment on FCubeDataflowNode"); \ static_assert(sizeof(FCubeDataflowNode) == 0x0000F0, "Wrong size on FCubeDataflowNode"); \ @@ -136751,14 +136362,6 @@ static_assert(sizeof(FFloorDataflowNode) == 0x0000F0, "Wrong size on FFloorDataf static_assert(offsetof(FFloorDataflowNode, float_0) == 0x0000E8, "Member 'FFloorDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FFloorDataflowNode, ReturnValue) == 0x0000EC, "Member 'FFloorDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionVertexSelectionByPercentageDataflowNode \ -static_assert(alignof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionByPercentageDataflowNode"); \ -static_assert(sizeof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000118, "Wrong size on FCollectionVertexSelectionByPercentageDataflowNode"); \ -static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, VertexSelection) == 0x0000E8, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::VertexSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, Percentage) == 0x000108, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ -static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, bDeterministic) == 0x00010C, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ -static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, RandomSeed) == 0x000110, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCeilDataflowNode \ static_assert(alignof(FCeilDataflowNode) == 0x000008, "Wrong alignment on FCeilDataflowNode"); \ static_assert(sizeof(FCeilDataflowNode) == 0x0000F0, "Wrong size on FCeilDataflowNode"); \ @@ -136771,18 +136374,6 @@ static_assert(sizeof(FRoundDataflowNode) == 0x0000F0, "Wrong size on FRoundDataf static_assert(offsetof(FRoundDataflowNode, float_0) == 0x0000E8, "Member 'FRoundDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FRoundDataflowNode, ReturnValue) == 0x0000EC, "Member 'FRoundDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionByFloatAttrDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x0001E8, "Wrong size on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, GroupName) == 0x000198, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::GroupName' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, AttrName) == 0x0001A8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::AttrName' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Min) == 0x0001B8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Min' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Max) == 0x0001BC, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Max' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, RangeSetting) == 0x0001C0, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::RangeSetting' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, bInclusive) == 0x0001C1, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::bInclusive' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, TransformSelection) == 0x0001C8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::TransformSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FTruncDataflowNode \ static_assert(alignof(FTruncDataflowNode) == 0x000008, "Wrong alignment on FTruncDataflowNode"); \ static_assert(sizeof(FTruncDataflowNode) == 0x0000F0, "Wrong size on FTruncDataflowNode"); \ @@ -136839,24 +136430,6 @@ static_assert(offsetof(FClampDataflowNode, Min) == 0x0000EC, "Member 'FClampData static_assert(offsetof(FClampDataflowNode, Max) == 0x0000F0, "Member 'FClampDataflowNode::Max' has a wrong offset!"); \ static_assert(offsetof(FClampDataflowNode, ReturnValue) == 0x0000F4, "Member 'FClampDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGeometryCollectionVertexScalarToVertexIndicesNode \ -static_assert(alignof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x000008, "Wrong alignment on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ -static_assert(sizeof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x0001C0, "Wrong size on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ -static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, Collection) == 0x0000E8, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, VertexAttributeName) == 0x000198, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::VertexAttributeName' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, SelectionThreshold) == 0x0001A8, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::SelectionThreshold' has a wrong offset!"); \ -static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, Indices) == 0x0001B0, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::Indices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFitDataflowNode \ -static_assert(alignof(FFitDataflowNode) == 0x000008, "Wrong alignment on FFitDataflowNode"); \ -static_assert(sizeof(FFitDataflowNode) == 0x000100, "Wrong size on FFitDataflowNode"); \ -static_assert(offsetof(FFitDataflowNode, float_0) == 0x0000E8, "Member 'FFitDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FFitDataflowNode, OldMin) == 0x0000EC, "Member 'FFitDataflowNode::OldMin' has a wrong offset!"); \ -static_assert(offsetof(FFitDataflowNode, OldMax) == 0x0000F0, "Member 'FFitDataflowNode::OldMax' has a wrong offset!"); \ -static_assert(offsetof(FFitDataflowNode, NewMin) == 0x0000F4, "Member 'FFitDataflowNode::NewMin' has a wrong offset!"); \ -static_assert(offsetof(FFitDataflowNode, NewMax) == 0x0000F8, "Member 'FFitDataflowNode::NewMax' has a wrong offset!"); \ -static_assert(offsetof(FFitDataflowNode, ReturnValue) == 0x0000FC, "Member 'FFitDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FEFitDataflowNode \ static_assert(alignof(FEFitDataflowNode) == 0x000008, "Wrong alignment on FEFitDataflowNode"); \ static_assert(sizeof(FEFitDataflowNode) == 0x000100, "Wrong size on FEFitDataflowNode"); \ @@ -136867,13 +136440,6 @@ static_assert(offsetof(FEFitDataflowNode, NewMin) == 0x0000F4, "Member 'FEFitDat static_assert(offsetof(FEFitDataflowNode, NewMax) == 0x0000F8, "Member 'FEFitDataflowNode::NewMax' has a wrong offset!"); \ static_assert(offsetof(FEFitDataflowNode, ReturnValue) == 0x0000FC, "Member 'FEFitDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPowDataflowNode \ -static_assert(alignof(FPowDataflowNode) == 0x000008, "Wrong alignment on FPowDataflowNode"); \ -static_assert(sizeof(FPowDataflowNode) == 0x0000F8, "Wrong size on FPowDataflowNode"); \ -static_assert(offsetof(FPowDataflowNode, base) == 0x0000E8, "Member 'FPowDataflowNode::base' has a wrong offset!"); \ -static_assert(offsetof(FPowDataflowNode, Exp) == 0x0000EC, "Member 'FPowDataflowNode::Exp' has a wrong offset!"); \ -static_assert(offsetof(FPowDataflowNode, ReturnValue) == 0x0000F0, "Member 'FPowDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FLogDataflowNode \ static_assert(alignof(FLogDataflowNode) == 0x000008, "Wrong alignment on FLogDataflowNode"); \ static_assert(sizeof(FLogDataflowNode) == 0x0000F8, "Wrong size on FLogDataflowNode"); \ @@ -136895,31 +136461,23 @@ static_assert(offsetof(FLerpDataflowNode, B) == 0x0000EC, "Member 'FLerpDataflow static_assert(offsetof(FLerpDataflowNode, ALpha) == 0x0000F0, "Member 'FLerpDataflowNode::ALpha' has a wrong offset!"); \ static_assert(offsetof(FLerpDataflowNode, ReturnValue) == 0x0000F4, "Member 'FLerpDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FWrapDataflowNode \ -static_assert(alignof(FWrapDataflowNode) == 0x000008, "Wrong alignment on FWrapDataflowNode"); \ -static_assert(sizeof(FWrapDataflowNode) == 0x0000F8, "Wrong size on FWrapDataflowNode"); \ -static_assert(offsetof(FWrapDataflowNode, float_0) == 0x0000E8, "Member 'FWrapDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FWrapDataflowNode, Min) == 0x0000EC, "Member 'FWrapDataflowNode::Min' has a wrong offset!"); \ -static_assert(offsetof(FWrapDataflowNode, Max) == 0x0000F0, "Member 'FWrapDataflowNode::Max' has a wrong offset!"); \ -static_assert(offsetof(FWrapDataflowNode, ReturnValue) == 0x0000F4, "Member 'FWrapDataflowNode::ReturnValue' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FExpDataflowNode \ static_assert(alignof(FExpDataflowNode) == 0x000008, "Wrong alignment on FExpDataflowNode"); \ static_assert(sizeof(FExpDataflowNode) == 0x0000F0, "Wrong size on FExpDataflowNode"); \ static_assert(offsetof(FExpDataflowNode, float_0) == 0x0000E8, "Member 'FExpDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FExpDataflowNode, ReturnValue) == 0x0000EC, "Member 'FExpDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSinDataflowNode \ -static_assert(alignof(FSinDataflowNode) == 0x000008, "Wrong alignment on FSinDataflowNode"); \ -static_assert(sizeof(FSinDataflowNode) == 0x0000F0, "Wrong size on FSinDataflowNode"); \ -static_assert(offsetof(FSinDataflowNode, float_0) == 0x0000E8, "Member 'FSinDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FSinDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSinDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FArcSinDataflowNode \ +static_assert(alignof(FArcSinDataflowNode) == 0x000008, "Wrong alignment on FArcSinDataflowNode"); \ +static_assert(sizeof(FArcSinDataflowNode) == 0x0000F0, "Wrong size on FArcSinDataflowNode"); \ +static_assert(offsetof(FArcSinDataflowNode, float_0) == 0x0000E8, "Member 'FArcSinDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcSinDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcSinDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCosDataflowNode \ -static_assert(alignof(FCosDataflowNode) == 0x000008, "Wrong alignment on FCosDataflowNode"); \ -static_assert(sizeof(FCosDataflowNode) == 0x0000F0, "Wrong size on FCosDataflowNode"); \ -static_assert(offsetof(FCosDataflowNode, float_0) == 0x0000E8, "Member 'FCosDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FCosDataflowNode, ReturnValue) == 0x0000EC, "Member 'FCosDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FArcCosDataflowNode \ +static_assert(alignof(FArcCosDataflowNode) == 0x000008, "Wrong alignment on FArcCosDataflowNode"); \ +static_assert(sizeof(FArcCosDataflowNode) == 0x0000F0, "Wrong size on FArcCosDataflowNode"); \ +static_assert(offsetof(FArcCosDataflowNode, float_0) == 0x0000E8, "Member 'FArcCosDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcCosDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcCosDataflowNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTanDataflowNode \ static_assert(alignof(FTanDataflowNode) == 0x000008, "Wrong alignment on FTanDataflowNode"); \ @@ -136927,68 +136485,73 @@ static_assert(sizeof(FTanDataflowNode) == 0x0000F0, "Wrong size on FTanDataflowN static_assert(offsetof(FTanDataflowNode, float_0) == 0x0000E8, "Member 'FTanDataflowNode::float_0' has a wrong offset!"); \ static_assert(offsetof(FTanDataflowNode, ReturnValue) == 0x0000EC, "Member 'FTanDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FArcTan2DataflowNode \ -static_assert(alignof(FArcTan2DataflowNode) == 0x000008, "Wrong alignment on FArcTan2DataflowNode"); \ -static_assert(sizeof(FArcTan2DataflowNode) == 0x0000F8, "Wrong size on FArcTan2DataflowNode"); \ -static_assert(offsetof(FArcTan2DataflowNode, Y) == 0x0000E8, "Member 'FArcTan2DataflowNode::Y' has a wrong offset!"); \ -static_assert(offsetof(FArcTan2DataflowNode, X) == 0x0000EC, "Member 'FArcTan2DataflowNode::X' has a wrong offset!"); \ -static_assert(offsetof(FArcTan2DataflowNode, ReturnValue) == 0x0000F0, "Member 'FArcTan2DataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FArcTanDataflowNode \ +static_assert(alignof(FArcTanDataflowNode) == 0x000008, "Wrong alignment on FArcTanDataflowNode"); \ +static_assert(sizeof(FArcTanDataflowNode) == 0x0000F0, "Wrong size on FArcTanDataflowNode"); \ +static_assert(offsetof(FArcTanDataflowNode, float_0) == 0x0000E8, "Member 'FArcTanDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcTanDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcTanDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FScaleVectorDataflowNode \ -static_assert(alignof(FScaleVectorDataflowNode) == 0x000008, "Wrong alignment on FScaleVectorDataflowNode"); \ -static_assert(sizeof(FScaleVectorDataflowNode) == 0x000120, "Wrong size on FScaleVectorDataflowNode"); \ -static_assert(offsetof(FScaleVectorDataflowNode, Vector) == 0x0000E8, "Member 'FScaleVectorDataflowNode::Vector' has a wrong offset!"); \ -static_assert(offsetof(FScaleVectorDataflowNode, Scale) == 0x000100, "Member 'FScaleVectorDataflowNode::Scale' has a wrong offset!"); \ -static_assert(offsetof(FScaleVectorDataflowNode, ScaledVector) == 0x000108, "Member 'FScaleVectorDataflowNode::ScaledVector' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNormalizeToRangeDataflowNode \ +static_assert(alignof(FNormalizeToRangeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeToRangeDataflowNode"); \ +static_assert(sizeof(FNormalizeToRangeDataflowNode) == 0x0000F8, "Wrong size on FNormalizeToRangeDataflowNode"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, float_0) == 0x0000E8, "Member 'FNormalizeToRangeDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMin) == 0x0000EC, "Member 'FNormalizeToRangeDataflowNode::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMax) == 0x0000F0, "Member 'FNormalizeToRangeDataflowNode::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, ReturnValue) == 0x0000F4, "Member 'FNormalizeToRangeDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCrossProductDataflowNode \ -static_assert(alignof(FCrossProductDataflowNode) == 0x000008, "Wrong alignment on FCrossProductDataflowNode"); \ -static_assert(sizeof(FCrossProductDataflowNode) == 0x000130, "Wrong size on FCrossProductDataflowNode"); \ -static_assert(offsetof(FCrossProductDataflowNode, VectorA) == 0x0000E8, "Member 'FCrossProductDataflowNode::VectorA' has a wrong offset!"); \ -static_assert(offsetof(FCrossProductDataflowNode, VectorB) == 0x000100, "Member 'FCrossProductDataflowNode::VectorB' has a wrong offset!"); \ -static_assert(offsetof(FCrossProductDataflowNode, ReturnValue) == 0x000118, "Member 'FCrossProductDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDotProductDataflowNode \ +static_assert(alignof(FDotProductDataflowNode) == 0x000008, "Wrong alignment on FDotProductDataflowNode"); \ +static_assert(sizeof(FDotProductDataflowNode) == 0x000120, "Wrong size on FDotProductDataflowNode"); \ +static_assert(offsetof(FDotProductDataflowNode, VectorA) == 0x0000E8, "Member 'FDotProductDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FDotProductDataflowNode, VectorB) == 0x000100, "Member 'FDotProductDataflowNode::VectorB' has a wrong offset!"); \ +static_assert(offsetof(FDotProductDataflowNode, ReturnValue) == 0x000118, "Member 'FDotProductDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FLengthDataflowNode \ -static_assert(alignof(FLengthDataflowNode) == 0x000008, "Wrong alignment on FLengthDataflowNode"); \ -static_assert(sizeof(FLengthDataflowNode) == 0x000108, "Wrong size on FLengthDataflowNode"); \ -static_assert(offsetof(FLengthDataflowNode, Vector) == 0x0000E8, "Member 'FLengthDataflowNode::Vector' has a wrong offset!"); \ -static_assert(offsetof(FLengthDataflowNode, ReturnValue) == 0x000100, "Member 'FLengthDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FNormalizeDataflowNode \ +static_assert(alignof(FNormalizeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeDataflowNode"); \ +static_assert(sizeof(FNormalizeDataflowNode) == 0x000120, "Wrong size on FNormalizeDataflowNode"); \ +static_assert(offsetof(FNormalizeDataflowNode, VectorA) == 0x0000E8, "Member 'FNormalizeDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeDataflowNode, Tolerance) == 0x000100, "Member 'FNormalizeDataflowNode::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeDataflowNode, ReturnValue) == 0x000108, "Member 'FNormalizeDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FIsNearlyZeroDataflowNode \ -static_assert(alignof(FIsNearlyZeroDataflowNode) == 0x000008, "Wrong alignment on FIsNearlyZeroDataflowNode"); \ -static_assert(sizeof(FIsNearlyZeroDataflowNode) == 0x0000F0, "Wrong size on FIsNearlyZeroDataflowNode"); \ -static_assert(offsetof(FIsNearlyZeroDataflowNode, float_0) == 0x0000E8, "Member 'FIsNearlyZeroDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FIsNearlyZeroDataflowNode, ReturnValue) == 0x0000EC, "Member 'FIsNearlyZeroDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FDistanceDataflowNode \ +static_assert(alignof(FDistanceDataflowNode) == 0x000008, "Wrong alignment on FDistanceDataflowNode"); \ +static_assert(sizeof(FDistanceDataflowNode) == 0x000120, "Wrong size on FDistanceDataflowNode"); \ +static_assert(offsetof(FDistanceDataflowNode, PointA) == 0x0000E8, "Member 'FDistanceDataflowNode::PointA' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDataflowNode, PointB) == 0x000100, "Member 'FDistanceDataflowNode::PointB' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDataflowNode, ReturnValue) == 0x000118, "Member 'FDistanceDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRandomFloatInRangeDataflowNode \ -static_assert(alignof(FRandomFloatInRangeDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatInRangeDataflowNode"); \ -static_assert(sizeof(FRandomFloatInRangeDataflowNode) == 0x000100, "Wrong size on FRandomFloatInRangeDataflowNode"); \ -static_assert(offsetof(FRandomFloatInRangeDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomFloatInRangeDataflowNode::bDeterministic' has a wrong offset!"); \ -static_assert(offsetof(FRandomFloatInRangeDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomFloatInRangeDataflowNode::RandomSeed' has a wrong offset!"); \ -static_assert(offsetof(FRandomFloatInRangeDataflowNode, Min) == 0x0000F0, "Member 'FRandomFloatInRangeDataflowNode::Min' has a wrong offset!"); \ -static_assert(offsetof(FRandomFloatInRangeDataflowNode, Max) == 0x0000F4, "Member 'FRandomFloatInRangeDataflowNode::Max' has a wrong offset!"); \ -static_assert(offsetof(FRandomFloatInRangeDataflowNode, ReturnValue) == 0x0000F8, "Member 'FRandomFloatInRangeDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRandomFloatDataflowNode \ +static_assert(alignof(FRandomFloatDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatDataflowNode"); \ +static_assert(sizeof(FRandomFloatDataflowNode) == 0x0000F8, "Wrong size on FRandomFloatDataflowNode"); \ +static_assert(offsetof(FRandomFloatDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomFloatDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomFloatDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatDataflowNode, ReturnValue) == 0x0000F0, "Member 'FRandomFloatDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FRandomUnitVectorInConeDataflowNode \ -static_assert(alignof(FRandomUnitVectorInConeDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorInConeDataflowNode"); \ -static_assert(sizeof(FRandomUnitVectorInConeDataflowNode) == 0x000128, "Wrong size on FRandomUnitVectorInConeDataflowNode"); \ -static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomUnitVectorInConeDataflowNode::bDeterministic' has a wrong offset!"); \ -static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomUnitVectorInConeDataflowNode::RandomSeed' has a wrong offset!"); \ -static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeDirection) == 0x0000F0, "Member 'FRandomUnitVectorInConeDataflowNode::ConeDirection' has a wrong offset!"); \ -static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeHalfAngle) == 0x000108, "Member 'FRandomUnitVectorInConeDataflowNode::ConeHalfAngle' has a wrong offset!"); \ -static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ReturnValue) == 0x000110, "Member 'FRandomUnitVectorInConeDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRandomUnitVectorDataflowNode \ +static_assert(alignof(FRandomUnitVectorDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorDataflowNode"); \ +static_assert(sizeof(FRandomUnitVectorDataflowNode) == 0x000108, "Wrong size on FRandomUnitVectorDataflowNode"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomUnitVectorDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomUnitVectorDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, ReturnValue) == 0x0000F0, "Member 'FRandomUnitVectorDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FDegreesToRadiansDataflowNode \ -static_assert(alignof(FDegreesToRadiansDataflowNode) == 0x000008, "Wrong alignment on FDegreesToRadiansDataflowNode"); \ -static_assert(sizeof(FDegreesToRadiansDataflowNode) == 0x0000F0, "Wrong size on FDegreesToRadiansDataflowNode"); \ -static_assert(offsetof(FDegreesToRadiansDataflowNode, Degrees) == 0x0000E8, "Member 'FDegreesToRadiansDataflowNode::Degrees' has a wrong offset!"); \ -static_assert(offsetof(FDegreesToRadiansDataflowNode, Radians) == 0x0000EC, "Member 'FDegreesToRadiansDataflowNode::Radians' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FRadiansToDegreesDataflowNode \ +static_assert(alignof(FRadiansToDegreesDataflowNode) == 0x000008, "Wrong alignment on FRadiansToDegreesDataflowNode"); \ +static_assert(sizeof(FRadiansToDegreesDataflowNode) == 0x0000F0, "Wrong size on FRadiansToDegreesDataflowNode"); \ +static_assert(offsetof(FRadiansToDegreesDataflowNode, Radians) == 0x0000E8, "Member 'FRadiansToDegreesDataflowNode::Radians' has a wrong offset!"); \ +static_assert(offsetof(FRadiansToDegreesDataflowNode, Degrees) == 0x0000EC, "Member 'FRadiansToDegreesDataflowNode::Degrees' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FOneMinusDataflowNode \ -static_assert(alignof(FOneMinusDataflowNode) == 0x000008, "Wrong alignment on FOneMinusDataflowNode"); \ -static_assert(sizeof(FOneMinusDataflowNode) == 0x0000F0, "Wrong size on FOneMinusDataflowNode"); \ -static_assert(offsetof(FOneMinusDataflowNode, A) == 0x0000E8, "Member 'FOneMinusDataflowNode::A' has a wrong offset!"); \ -static_assert(offsetof(FOneMinusDataflowNode, ReturnValue) == 0x0000EC, "Member 'FOneMinusDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMathConstantsDataflowNode \ +static_assert(alignof(FMathConstantsDataflowNode) == 0x000008, "Wrong alignment on FMathConstantsDataflowNode"); \ +static_assert(sizeof(FMathConstantsDataflowNode) == 0x0000F0, "Wrong size on FMathConstantsDataflowNode"); \ +static_assert(offsetof(FMathConstantsDataflowNode, Constant) == 0x0000E8, "Member 'FMathConstantsDataflowNode::Constant' has a wrong offset!"); \ +static_assert(offsetof(FMathConstantsDataflowNode, ReturnValue) == 0x0000EC, "Member 'FMathConstantsDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointsToMeshDataflowNode \ +static_assert(alignof(FPointsToMeshDataflowNode) == 0x000008, "Wrong alignment on FPointsToMeshDataflowNode"); \ +static_assert(sizeof(FPointsToMeshDataflowNode) == 0x000108, "Wrong size on FPointsToMeshDataflowNode"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, Points) == 0x0000E8, "Member 'FPointsToMeshDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, Mesh) == 0x0000F8, "Member 'FPointsToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, TriangleCount) == 0x000100, "Member 'FPointsToMeshDataflowNode::TriangleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoxToMeshDataflowNode \ static_assert(alignof(FBoxToMeshDataflowNode) == 0x000008, "Wrong alignment on FBoxToMeshDataflowNode"); \ @@ -136997,19 +136560,31 @@ static_assert(offsetof(FBoxToMeshDataflowNode, Box) == 0x0000E8, "Member 'FBoxTo static_assert(offsetof(FBoxToMeshDataflowNode, Mesh) == 0x000120, "Member 'FBoxToMeshDataflowNode::Mesh' has a wrong offset!"); \ static_assert(offsetof(FBoxToMeshDataflowNode, TriangleCount) == 0x000128, "Member 'FBoxToMeshDataflowNode::TriangleCount' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMeshInfoDataflowNode \ +static_assert(alignof(FMeshInfoDataflowNode) == 0x000008, "Wrong alignment on FMeshInfoDataflowNode"); \ +static_assert(sizeof(FMeshInfoDataflowNode) == 0x000100, "Wrong size on FMeshInfoDataflowNode"); \ +static_assert(offsetof(FMeshInfoDataflowNode, Mesh) == 0x0000E8, "Member 'FMeshInfoDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshInfoDataflowNode, InfoString) == 0x0000F0, "Member 'FMeshInfoDataflowNode::InfoString' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FMeshToCollectionDataflowNode \ static_assert(alignof(FMeshToCollectionDataflowNode) == 0x000008, "Wrong alignment on FMeshToCollectionDataflowNode"); \ static_assert(sizeof(FMeshToCollectionDataflowNode) == 0x0001A0, "Wrong size on FMeshToCollectionDataflowNode"); \ static_assert(offsetof(FMeshToCollectionDataflowNode, Mesh) == 0x0000E8, "Member 'FMeshToCollectionDataflowNode::Mesh' has a wrong offset!"); \ static_assert(offsetof(FMeshToCollectionDataflowNode, Collection) == 0x0000F0, "Member 'FMeshToCollectionDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FStaticMeshToMeshDataflowNode \ -static_assert(alignof(FStaticMeshToMeshDataflowNode) == 0x000008, "Wrong alignment on FStaticMeshToMeshDataflowNode"); \ -static_assert(sizeof(FStaticMeshToMeshDataflowNode) == 0x000100, "Wrong size on FStaticMeshToMeshDataflowNode"); \ -static_assert(offsetof(FStaticMeshToMeshDataflowNode, StaticMesh) == 0x0000E8, "Member 'FStaticMeshToMeshDataflowNode::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshToMeshDataflowNode, bUseHiRes) == 0x0000F0, "Member 'FStaticMeshToMeshDataflowNode::bUseHiRes' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshToMeshDataflowNode, LODLevel) == 0x0000F4, "Member 'FStaticMeshToMeshDataflowNode::LODLevel' has a wrong offset!"); \ -static_assert(offsetof(FStaticMeshToMeshDataflowNode, Mesh) == 0x0000F8, "Member 'FStaticMeshToMeshDataflowNode::Mesh' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionToMeshDataflowNode \ +static_assert(alignof(FCollectionToMeshDataflowNode) == 0x000008, "Wrong alignment on FCollectionToMeshDataflowNode"); \ +static_assert(sizeof(FCollectionToMeshDataflowNode) == 0x0001A8, "Wrong size on FCollectionToMeshDataflowNode"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionToMeshDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, bCenterPivot) == 0x000198, "Member 'FCollectionToMeshDataflowNode::bCenterPivot' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, Mesh) == 0x0001A0, "Member 'FCollectionToMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshAppendDataflowNode \ +static_assert(alignof(FMeshAppendDataflowNode) == 0x000008, "Wrong alignment on FMeshAppendDataflowNode"); \ +static_assert(sizeof(FMeshAppendDataflowNode) == 0x000100, "Wrong size on FMeshAppendDataflowNode"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh1) == 0x0000E8, "Member 'FMeshAppendDataflowNode::Mesh1' has a wrong offset!"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh2) == 0x0000F0, "Member 'FMeshAppendDataflowNode::Mesh2' has a wrong offset!"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh) == 0x0000F8, "Member 'FMeshAppendDataflowNode::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshBooleanDataflowNode \ static_assert(alignof(FMeshBooleanDataflowNode) == 0x000008, "Wrong alignment on FMeshBooleanDataflowNode"); \ @@ -137019,89 +136594,115 @@ static_assert(offsetof(FMeshBooleanDataflowNode, Mesh1) == 0x0000F0, "Member 'FM static_assert(offsetof(FMeshBooleanDataflowNode, Mesh2) == 0x0000F8, "Member 'FMeshBooleanDataflowNode::Mesh2' has a wrong offset!"); \ static_assert(offsetof(FMeshBooleanDataflowNode, Mesh) == 0x000100, "Member 'FMeshBooleanDataflowNode::Mesh' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetMeshDataDataflowNode \ -static_assert(alignof(FGetMeshDataDataflowNode) == 0x000008, "Wrong alignment on FGetMeshDataDataflowNode"); \ -static_assert(sizeof(FGetMeshDataDataflowNode) == 0x000100, "Wrong size on FGetMeshDataDataflowNode"); \ -static_assert(offsetof(FGetMeshDataDataflowNode, Mesh) == 0x0000E8, "Member 'FGetMeshDataDataflowNode::Mesh' has a wrong offset!"); \ -static_assert(offsetof(FGetMeshDataDataflowNode, VertexCount) == 0x0000F0, "Member 'FGetMeshDataDataflowNode::VertexCount' has a wrong offset!"); \ -static_assert(offsetof(FGetMeshDataDataflowNode, EdgeCount) == 0x0000F4, "Member 'FGetMeshDataDataflowNode::EdgeCount' has a wrong offset!"); \ -static_assert(offsetof(FGetMeshDataDataflowNode, TriangleCount) == 0x0000F8, "Member 'FGetMeshDataDataflowNode::TriangleCount' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FMeshCopyToPointsDataflowNode \ +static_assert(alignof(FMeshCopyToPointsDataflowNode) == 0x000008, "Wrong alignment on FMeshCopyToPointsDataflowNode"); \ +static_assert(sizeof(FMeshCopyToPointsDataflowNode) == 0x000110, "Wrong size on FMeshCopyToPointsDataflowNode"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Points) == 0x0000E8, "Member 'FMeshCopyToPointsDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, MeshToCopy) == 0x0000F8, "Member 'FMeshCopyToPointsDataflowNode::MeshToCopy' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Scale) == 0x000100, "Member 'FMeshCopyToPointsDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Mesh) == 0x000108, "Member 'FMeshCopyToPointsDataflowNode::Mesh' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FAppendCollectionAssetsDataflowNode \ -static_assert(alignof(FAppendCollectionAssetsDataflowNode) == 0x000008, "Wrong alignment on FAppendCollectionAssetsDataflowNode"); \ -static_assert(sizeof(FAppendCollectionAssetsDataflowNode) == 0x000268, "Wrong size on FAppendCollectionAssetsDataflowNode"); \ -static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection1) == 0x0000E8, "Member 'FAppendCollectionAssetsDataflowNode::Collection1' has a wrong offset!"); \ -static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection2) == 0x000198, "Member 'FAppendCollectionAssetsDataflowNode::Collection2' has a wrong offset!"); \ -static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut1) == 0x000248, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut1' has a wrong offset!"); \ -static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut2) == 0x000258, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut2' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetCollectionFromAssetDataflowNode \ +static_assert(alignof(FGetCollectionFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionFromAssetDataflowNode"); \ +static_assert(sizeof(FGetCollectionFromAssetDataflowNode) == 0x0001A0, "Wrong size on FGetCollectionFromAssetDataflowNode"); \ +static_assert(offsetof(FGetCollectionFromAssetDataflowNode, CollectionAsset) == 0x0000E8, "Member 'FGetCollectionFromAssetDataflowNode::CollectionAsset' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionFromAssetDataflowNode, Collection) == 0x0000F0, "Member 'FGetCollectionFromAssetDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FLogStringDataflowNode \ -static_assert(alignof(FLogStringDataflowNode) == 0x000008, "Wrong alignment on FLogStringDataflowNode"); \ -static_assert(sizeof(FLogStringDataflowNode) == 0x000100, "Wrong size on FLogStringDataflowNode"); \ -static_assert(offsetof(FLogStringDataflowNode, bPrintToLog) == 0x0000E8, "Member 'FLogStringDataflowNode::bPrintToLog' has a wrong offset!"); \ -static_assert(offsetof(FLogStringDataflowNode, String) == 0x0000F0, "Member 'FLogStringDataflowNode::String' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPrintStringDataflowNode \ +static_assert(alignof(FPrintStringDataflowNode) == 0x000008, "Wrong alignment on FPrintStringDataflowNode"); \ +static_assert(sizeof(FPrintStringDataflowNode) == 0x000108, "Wrong size on FPrintStringDataflowNode"); \ +static_assert(offsetof(FPrintStringDataflowNode, bPrintToScreen) == 0x0000E8, "Member 'FPrintStringDataflowNode::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, bPrintToLog) == 0x0000E9, "Member 'FPrintStringDataflowNode::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, Color) == 0x0000EC, "Member 'FPrintStringDataflowNode::Color' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, duration) == 0x0000F0, "Member 'FPrintStringDataflowNode::duration' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, String) == 0x0000F8, "Member 'FPrintStringDataflowNode::String' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetBoxLengthsDataflowNode \ -static_assert(alignof(FGetBoxLengthsDataflowNode) == 0x000008, "Wrong alignment on FGetBoxLengthsDataflowNode"); \ -static_assert(sizeof(FGetBoxLengthsDataflowNode) == 0x000110, "Wrong size on FGetBoxLengthsDataflowNode"); \ -static_assert(offsetof(FGetBoxLengthsDataflowNode, Boxes) == 0x0000E8, "Member 'FGetBoxLengthsDataflowNode::Boxes' has a wrong offset!"); \ -static_assert(offsetof(FGetBoxLengthsDataflowNode, Lengths) == 0x0000F8, "Member 'FGetBoxLengthsDataflowNode::Lengths' has a wrong offset!"); \ -static_assert(offsetof(FGetBoxLengthsDataflowNode, MeasurementMethod) == 0x000108, "Member 'FGetBoxLengthsDataflowNode::MeasurementMethod' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBoundingBoxDataflowNode \ +static_assert(alignof(FBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FBoundingBoxDataflowNode"); \ +static_assert(sizeof(FBoundingBoxDataflowNode) == 0x0001D0, "Wrong size on FBoundingBoxDataflowNode"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, Collection) == 0x0000E8, "Member 'FBoundingBoxDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, BoundingBox) == 0x000198, "Member 'FBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FExpandVectorDataflowNode \ -static_assert(alignof(FExpandVectorDataflowNode) == 0x000008, "Wrong alignment on FExpandVectorDataflowNode"); \ -static_assert(sizeof(FExpandVectorDataflowNode) == 0x000110, "Wrong size on FExpandVectorDataflowNode"); \ -static_assert(offsetof(FExpandVectorDataflowNode, Vector) == 0x0000E8, "Member 'FExpandVectorDataflowNode::Vector' has a wrong offset!"); \ -static_assert(offsetof(FExpandVectorDataflowNode, X) == 0x000100, "Member 'FExpandVectorDataflowNode::X' has a wrong offset!"); \ -static_assert(offsetof(FExpandVectorDataflowNode, Y) == 0x000104, "Member 'FExpandVectorDataflowNode::Y' has a wrong offset!"); \ -static_assert(offsetof(FExpandVectorDataflowNode, Z) == 0x000108, "Member 'FExpandVectorDataflowNode::Z' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FExpandBoundingBoxDataflowNode \ +static_assert(alignof(FExpandBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FExpandBoundingBoxDataflowNode"); \ +static_assert(sizeof(FExpandBoundingBoxDataflowNode) == 0x000188, "Wrong size on FExpandBoundingBoxDataflowNode"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, BoundingBox) == 0x0000E8, "Member 'FExpandBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Min) == 0x000120, "Member 'FExpandBoundingBoxDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Max) == 0x000138, "Member 'FExpandBoundingBoxDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Center) == 0x000150, "Member 'FExpandBoundingBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, HalfExtents) == 0x000168, "Member 'FExpandBoundingBoxDataflowNode::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Volume) == 0x000180, "Member 'FExpandBoundingBoxDataflowNode::Volume' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FHashStringDataflowNode \ -static_assert(alignof(FHashStringDataflowNode) == 0x000008, "Wrong alignment on FHashStringDataflowNode"); \ -static_assert(sizeof(FHashStringDataflowNode) == 0x000100, "Wrong size on FHashStringDataflowNode"); \ -static_assert(offsetof(FHashStringDataflowNode, String) == 0x0000E8, "Member 'FHashStringDataflowNode::String' has a wrong offset!"); \ -static_assert(offsetof(FHashStringDataflowNode, Hash) == 0x0000F8, "Member 'FHashStringDataflowNode::Hash' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FStringAppendDataflowNode \ +static_assert(alignof(FStringAppendDataflowNode) == 0x000008, "Wrong alignment on FStringAppendDataflowNode"); \ +static_assert(sizeof(FStringAppendDataflowNode) == 0x000118, "Wrong size on FStringAppendDataflowNode"); \ +static_assert(offsetof(FStringAppendDataflowNode, String1) == 0x0000E8, "Member 'FStringAppendDataflowNode::String1' has a wrong offset!"); \ +static_assert(offsetof(FStringAppendDataflowNode, String2) == 0x0000F8, "Member 'FStringAppendDataflowNode::String2' has a wrong offset!"); \ +static_assert(offsetof(FStringAppendDataflowNode, String) == 0x000108, "Member 'FStringAppendDataflowNode::String' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetBoundingBoxesFromCollectionDataflowNode \ -static_assert(alignof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetBoundingBoxesFromCollectionDataflowNode"); \ -static_assert(sizeof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x0001C8, "Wrong size on FGetBoundingBoxesFromCollectionDataflowNode"); \ -static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, BoundingBoxes) == 0x0001B8, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::BoundingBoxes' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FHashVectorDataflowNode \ +static_assert(alignof(FHashVectorDataflowNode) == 0x000008, "Wrong alignment on FHashVectorDataflowNode"); \ +static_assert(sizeof(FHashVectorDataflowNode) == 0x000108, "Wrong size on FHashVectorDataflowNode"); \ +static_assert(offsetof(FHashVectorDataflowNode, Vector) == 0x0000E8, "Member 'FHashVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FHashVectorDataflowNode, Hash) == 0x000100, "Member 'FHashVectorDataflowNode::Hash' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetCentroidsFromCollectionDataflowNode \ -static_assert(alignof(FGetCentroidsFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetCentroidsFromCollectionDataflowNode"); \ -static_assert(sizeof(FGetCentroidsFromCollectionDataflowNode) == 0x0001C8, "Wrong size on FGetCentroidsFromCollectionDataflowNode"); \ -static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetCentroidsFromCollectionDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FGetCentroidsFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Centroids) == 0x0001B8, "Member 'FGetCentroidsFromCollectionDataflowNode::Centroids' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetRootIndexFromCollectionDataflowNode \ +static_assert(alignof(FGetRootIndexFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetRootIndexFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetRootIndexFromCollectionDataflowNode) == 0x0001A0, "Wrong size on FGetRootIndexFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetRootIndexFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, RootIndex) == 0x000198, "Member 'FGetRootIndexFromCollectionDataflowNode::RootIndex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBakeTransformsInCollectionDataflowNode \ -static_assert(alignof(FBakeTransformsInCollectionDataflowNode) == 0x000008, "Wrong alignment on FBakeTransformsInCollectionDataflowNode"); \ -static_assert(sizeof(FBakeTransformsInCollectionDataflowNode) == 0x000198, "Wrong size on FBakeTransformsInCollectionDataflowNode"); \ -static_assert(offsetof(FBakeTransformsInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FBakeTransformsInCollectionDataflowNode::Collection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTransformCollectionDataflowNode \ +static_assert(alignof(FTransformCollectionDataflowNode) == 0x000008, "Wrong alignment on FTransformCollectionDataflowNode"); \ +static_assert(sizeof(FTransformCollectionDataflowNode) == 0x000228, "Wrong size on FTransformCollectionDataflowNode"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FTransformCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Translate) == 0x000198, "Member 'FTransformCollectionDataflowNode::Translate' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, RotationOrder) == 0x0001B0, "Member 'FTransformCollectionDataflowNode::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Rotate) == 0x0001B8, "Member 'FTransformCollectionDataflowNode::Rotate' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Scale) == 0x0001D0, "Member 'FTransformCollectionDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, UniformScale) == 0x0001E8, "Member 'FTransformCollectionDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, RotatePivot) == 0x0001F0, "Member 'FTransformCollectionDataflowNode::RotatePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, ScalePivot) == 0x000208, "Member 'FTransformCollectionDataflowNode::ScalePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, bInvertTransformation) == 0x000220, "Member 'FTransformCollectionDataflowNode::bInvertTransformation' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCompareIntDataflowNode \ -static_assert(alignof(FCompareIntDataflowNode) == 0x000008, "Wrong alignment on FCompareIntDataflowNode"); \ -static_assert(sizeof(FCompareIntDataflowNode) == 0x0000F8, "Wrong size on FCompareIntDataflowNode"); \ -static_assert(offsetof(FCompareIntDataflowNode, Operation) == 0x0000E8, "Member 'FCompareIntDataflowNode::Operation' has a wrong offset!"); \ -static_assert(offsetof(FCompareIntDataflowNode, IntA) == 0x0000EC, "Member 'FCompareIntDataflowNode::IntA' has a wrong offset!"); \ -static_assert(offsetof(FCompareIntDataflowNode, IntB) == 0x0000F0, "Member 'FCompareIntDataflowNode::IntB' has a wrong offset!"); \ -static_assert(offsetof(FCompareIntDataflowNode, Result) == 0x0000F4, "Member 'FCompareIntDataflowNode::Result' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FTransformMeshDataflowNode \ +static_assert(alignof(FTransformMeshDataflowNode) == 0x000008, "Wrong alignment on FTransformMeshDataflowNode"); \ +static_assert(sizeof(FTransformMeshDataflowNode) == 0x000180, "Wrong size on FTransformMeshDataflowNode"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Mesh) == 0x0000E8, "Member 'FTransformMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Translate) == 0x0000F0, "Member 'FTransformMeshDataflowNode::Translate' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, RotationOrder) == 0x000108, "Member 'FTransformMeshDataflowNode::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Rotate) == 0x000110, "Member 'FTransformMeshDataflowNode::Rotate' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Scale) == 0x000128, "Member 'FTransformMeshDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, UniformScale) == 0x000140, "Member 'FTransformMeshDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, RotatePivot) == 0x000148, "Member 'FTransformMeshDataflowNode::RotatePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, ScalePivot) == 0x000160, "Member 'FTransformMeshDataflowNode::ScalePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, bInvertTransformation) == 0x000178, "Member 'FTransformMeshDataflowNode::bInvertTransformation' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBranchMeshDataflowNode \ -static_assert(alignof(FBranchMeshDataflowNode) == 0x000008, "Wrong alignment on FBranchMeshDataflowNode"); \ -static_assert(sizeof(FBranchMeshDataflowNode) == 0x000108, "Wrong size on FBranchMeshDataflowNode"); \ -static_assert(offsetof(FBranchMeshDataflowNode, MeshA) == 0x0000E8, "Member 'FBranchMeshDataflowNode::MeshA' has a wrong offset!"); \ -static_assert(offsetof(FBranchMeshDataflowNode, MeshB) == 0x0000F0, "Member 'FBranchMeshDataflowNode::MeshB' has a wrong offset!"); \ -static_assert(offsetof(FBranchMeshDataflowNode, bCondition) == 0x0000F8, "Member 'FBranchMeshDataflowNode::bCondition' has a wrong offset!"); \ -static_assert(offsetof(FBranchMeshDataflowNode, Mesh) == 0x000100, "Member 'FBranchMeshDataflowNode::Mesh' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCompareFloatDataflowNode \ +static_assert(alignof(FCompareFloatDataflowNode) == 0x000008, "Wrong alignment on FCompareFloatDataflowNode"); \ +static_assert(sizeof(FCompareFloatDataflowNode) == 0x0000F8, "Wrong size on FCompareFloatDataflowNode"); \ +static_assert(offsetof(FCompareFloatDataflowNode, Operation) == 0x0000E8, "Member 'FCompareFloatDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, FloatA) == 0x0000EC, "Member 'FCompareFloatDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, FloatB) == 0x0000F0, "Member 'FCompareFloatDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, Result) == 0x0000F4, "Member 'FCompareFloatDataflowNode::Result' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetSchemaDataflowNode \ -static_assert(alignof(FGetSchemaDataflowNode) == 0x000008, "Wrong alignment on FGetSchemaDataflowNode"); \ -static_assert(sizeof(FGetSchemaDataflowNode) == 0x0001A8, "Wrong size on FGetSchemaDataflowNode"); \ -static_assert(offsetof(FGetSchemaDataflowNode, Collection) == 0x0000E8, "Member 'FGetSchemaDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FGetSchemaDataflowNode, String) == 0x000198, "Member 'FGetSchemaDataflowNode::String' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBranchCollectionDataflowNode \ +static_assert(alignof(FBranchCollectionDataflowNode) == 0x000008, "Wrong alignment on FBranchCollectionDataflowNode"); \ +static_assert(sizeof(FBranchCollectionDataflowNode) == 0x000300, "Wrong size on FBranchCollectionDataflowNode"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, TrueCollection) == 0x0000E8, "Member 'FBranchCollectionDataflowNode::TrueCollection' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, FalseCollection) == 0x000198, "Member 'FBranchCollectionDataflowNode::FalseCollection' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, bCondition) == 0x000248, "Member 'FBranchCollectionDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, ChosenCollection) == 0x000250, "Member 'FBranchCollectionDataflowNode::ChosenCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoveOnBreakDataflowNode \ +static_assert(alignof(FRemoveOnBreakDataflowNode) == 0x000008, "Wrong alignment on FRemoveOnBreakDataflowNode"); \ +static_assert(sizeof(FRemoveOnBreakDataflowNode) == 0x0001D0, "Wrong size on FRemoveOnBreakDataflowNode"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, Collection) == 0x0000E8, "Member 'FRemoveOnBreakDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, TransformSelection) == 0x000198, "Member 'FRemoveOnBreakDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, bEnabledRemoval) == 0x0001B8, "Member 'FRemoveOnBreakDataflowNode::bEnabledRemoval' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, PostBreakTimer) == 0x0001BC, "Member 'FRemoveOnBreakDataflowNode::PostBreakTimer' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, RemovalTimer) == 0x0001C4, "Member 'FRemoveOnBreakDataflowNode::RemovalTimer' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, bClusterCrumbling) == 0x0001CC, "Member 'FRemoveOnBreakDataflowNode::bClusterCrumbling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetAnchorStateDataflowNode \ static_assert(alignof(FSetAnchorStateDataflowNode) == 0x000008, "Wrong alignment on FSetAnchorStateDataflowNode"); \ @@ -137111,6 +136712,18 @@ static_assert(offsetof(FSetAnchorStateDataflowNode, bSetNotSelectedBonesToOpposi static_assert(offsetof(FSetAnchorStateDataflowNode, Collection) == 0x0000F0, "Member 'FSetAnchorStateDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FSetAnchorStateDataflowNode, TransformSelection) == 0x0001A0, "Member 'FSetAnchorStateDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FProximityDataflowNode \ +static_assert(alignof(FProximityDataflowNode) == 0x000008, "Wrong alignment on FProximityDataflowNode"); \ +static_assert(sizeof(FProximityDataflowNode) == 0x0001A8, "Wrong size on FProximityDataflowNode"); \ +static_assert(offsetof(FProximityDataflowNode, ProximityMethod) == 0x0000E8, "Member 'FProximityDataflowNode::ProximityMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, DistanceThreshold) == 0x0000EC, "Member 'FProximityDataflowNode::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, ContactThreshold) == 0x0000F0, "Member 'FProximityDataflowNode::ContactThreshold' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, FilterContactMethod) == 0x0000F4, "Member 'FProximityDataflowNode::FilterContactMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, bUseAsConnectionGraph) == 0x0000F5, "Member 'FProximityDataflowNode::bUseAsConnectionGraph' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, ContactAreaMethod) == 0x0000F6, "Member 'FProximityDataflowNode::ContactAreaMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, bRecomputeConvexHulls) == 0x0000F7, "Member 'FProximityDataflowNode::bRecomputeConvexHulls' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, Collection) == 0x0000F8, "Member 'FProximityDataflowNode::Collection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCollectionSetPivotDataflowNode \ static_assert(alignof(FCollectionSetPivotDataflowNode) == 0x000010, "Wrong alignment on FCollectionSetPivotDataflowNode"); \ static_assert(sizeof(FCollectionSetPivotDataflowNode) == 0x000200, "Wrong size on FCollectionSetPivotDataflowNode"); \ @@ -137127,13 +136740,20 @@ static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, AttrName) == 0 static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, CustomAttributeType) == 0x0001C0, "Member 'FAddCustomCollectionAttributeDataflowNode::CustomAttributeType' has a wrong offset!"); \ static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, NumElements) == 0x0001C4, "Member 'FAddCustomCollectionAttributeDataflowNode::NumElements' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetNumElementsInCollectionGroupDataflowNode \ -static_assert(alignof(FGetNumElementsInCollectionGroupDataflowNode) == 0x000008, "Wrong alignment on FGetNumElementsInCollectionGroupDataflowNode"); \ -static_assert(sizeof(FGetNumElementsInCollectionGroupDataflowNode) == 0x0001B8, "Wrong size on FGetNumElementsInCollectionGroupDataflowNode"); \ -static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, Collection) == 0x0000E8, "Member 'FGetNumElementsInCollectionGroupDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, GroupName) == 0x000198, "Member 'FGetNumElementsInCollectionGroupDataflowNode::GroupName' has a wrong offset!"); \ -static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FGetNumElementsInCollectionGroupDataflowNode::CustomGroupName' has a wrong offset!"); \ -static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, NumElements) == 0x0001B0, "Member 'FGetNumElementsInCollectionGroupDataflowNode::NumElements' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetCollectionAttributeDataTypedDataflowNode \ +static_assert(alignof(FGetCollectionAttributeDataTypedDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(sizeof(FGetCollectionAttributeDataTypedDataflowNode) == 0x000230, "Wrong size on FGetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Collection) == 0x0000E8, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, GroupName) == 0x000198, "Member 'FGetCollectionAttributeDataTypedDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, AttrName) == 0x0001B0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, BoolAttributeData) == 0x0001C0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, FloatAttributeData) == 0x0001D0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::FloatAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, DoubleAttributeData) == 0x0001E0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::DoubleAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Int32AttributeData) == 0x0001F0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Int32AttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, StringAttributeData) == 0x000200, "Member 'FGetCollectionAttributeDataTypedDataflowNode::StringAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3fAttributeData) == 0x000210, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3fAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3dAttributeData) == 0x000220, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3dAttributeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetCollectionAttributeDataTypedDataflowNode \ static_assert(alignof(FSetCollectionAttributeDataTypedDataflowNode) == 0x000008, "Wrong alignment on FSetCollectionAttributeDataTypedDataflowNode"); \ @@ -137150,91 +136770,94 @@ static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, StringAttri static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Vector3fAttributeData) == 0x000210, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Vector3fAttributeData' has a wrong offset!"); \ static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Vector3dAttributeData) == 0x000220, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Vector3dAttributeData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSelectionToVertexListDataflowNode \ -static_assert(alignof(FSelectionToVertexListDataflowNode) == 0x000008, "Wrong alignment on FSelectionToVertexListDataflowNode"); \ -static_assert(sizeof(FSelectionToVertexListDataflowNode) == 0x000118, "Wrong size on FSelectionToVertexListDataflowNode"); \ -static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexSelection) == 0x0000E8, "Member 'FSelectionToVertexListDataflowNode::VertexSelection' has a wrong offset!"); \ -static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexList) == 0x000108, "Member 'FSelectionToVertexListDataflowNode::VertexList' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromVertexSelectionDataflowNode \ +static_assert(alignof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ +static_assert(sizeof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x0001D8, "Wrong size on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, Collection) == 0x0000E8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, VertexSelection) == 0x000198, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, SelectedColor) == 0x0001B8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::SelectedColor' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, NonSelectedColor) == 0x0001C8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::NonSelectedColor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FMultiplyTransformDataflowNode \ -static_assert(alignof(FMultiplyTransformDataflowNode) == 0x000010, "Wrong alignment on FMultiplyTransformDataflowNode"); \ -static_assert(sizeof(FMultiplyTransformDataflowNode) == 0x000210, "Wrong size on FMultiplyTransformDataflowNode"); \ -static_assert(offsetof(FMultiplyTransformDataflowNode, InLeftTransform) == 0x0000F0, "Member 'FMultiplyTransformDataflowNode::InLeftTransform' has a wrong offset!"); \ -static_assert(offsetof(FMultiplyTransformDataflowNode, InRightTransform) == 0x000150, "Member 'FMultiplyTransformDataflowNode::InRightTransform' has a wrong offset!"); \ -static_assert(offsetof(FMultiplyTransformDataflowNode, OutTransform) == 0x0001B0, "Member 'FMultiplyTransformDataflowNode::OutTransform' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromFloatArrayDataflowNode \ +static_assert(alignof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ +static_assert(sizeof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x0001B0, "Wrong size on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Collection) == 0x0000E8, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, FloatArray) == 0x000198, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Scale) == 0x0001A8, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Scale' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FBranchFloatDataflowNode \ -static_assert(alignof(FBranchFloatDataflowNode) == 0x000008, "Wrong alignment on FBranchFloatDataflowNode"); \ -static_assert(sizeof(FBranchFloatDataflowNode) == 0x0000F8, "Wrong size on FBranchFloatDataflowNode"); \ -static_assert(offsetof(FBranchFloatDataflowNode, A) == 0x0000E8, "Member 'FBranchFloatDataflowNode::A' has a wrong offset!"); \ -static_assert(offsetof(FBranchFloatDataflowNode, B) == 0x0000EC, "Member 'FBranchFloatDataflowNode::B' has a wrong offset!"); \ -static_assert(offsetof(FBranchFloatDataflowNode, bCondition) == 0x0000F0, "Member 'FBranchFloatDataflowNode::bCondition' has a wrong offset!"); \ -static_assert(offsetof(FBranchFloatDataflowNode, ReturnValue) == 0x0000F4, "Member 'FBranchFloatDataflowNode::ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FInvertTransformDataflowNode \ +static_assert(alignof(FInvertTransformDataflowNode) == 0x000010, "Wrong alignment on FInvertTransformDataflowNode"); \ +static_assert(sizeof(FInvertTransformDataflowNode) == 0x0001B0, "Wrong size on FInvertTransformDataflowNode"); \ +static_assert(offsetof(FInvertTransformDataflowNode, InTransform) == 0x0000F0, "Member 'FInvertTransformDataflowNode::InTransform' has a wrong offset!"); \ +static_assert(offsetof(FInvertTransformDataflowNode, OutTransform) == 0x000150, "Member 'FInvertTransformDataflowNode::OutTransform' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetFloatOverrideFromAssetDataflowNode \ -static_assert(alignof(FGetFloatOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetFloatOverrideFromAssetDataflowNode"); \ -static_assert(sizeof(FGetFloatOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetFloatOverrideFromAssetDataflowNode"); \ -static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, float_0) == 0x000108, "Member 'FGetFloatOverrideFromAssetDataflowNode::float_0' has a wrong offset!"); \ -static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, FloatDefault) == 0x00010C, "Member 'FGetFloatOverrideFromAssetDataflowNode::FloatDefault' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FBranchIntDataflowNode \ +static_assert(alignof(FBranchIntDataflowNode) == 0x000008, "Wrong alignment on FBranchIntDataflowNode"); \ +static_assert(sizeof(FBranchIntDataflowNode) == 0x0000F8, "Wrong size on FBranchIntDataflowNode"); \ +static_assert(offsetof(FBranchIntDataflowNode, A) == 0x0000E8, "Member 'FBranchIntDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, B) == 0x0000EC, "Member 'FBranchIntDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, bCondition) == 0x0000F0, "Member 'FBranchIntDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, ReturnValue) == 0x0000F4, "Member 'FBranchIntDataflowNode::ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FGetBoolOverrideFromAssetDataflowNode \ -static_assert(alignof(FGetBoolOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetBoolOverrideFromAssetDataflowNode"); \ -static_assert(sizeof(FGetBoolOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetBoolOverrideFromAssetDataflowNode"); \ -static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, Bool) == 0x000108, "Member 'FGetBoolOverrideFromAssetDataflowNode::Bool' has a wrong offset!"); \ -static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, BoolDefault) == 0x000109, "Member 'FGetBoolOverrideFromAssetDataflowNode::BoolDefault' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetIntOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetIntOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetIntOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetIntOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetIntOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, Int) == 0x000108, "Member 'FGetIntOverrideFromAssetDataflowNode::Int' has a wrong offset!"); \ +static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, IntDefault) == 0x00010C, "Member 'FGetIntOverrideFromAssetDataflowNode::IntDefault' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionAllDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionAllDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionAllDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionAllDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionAllDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionAllDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionAllDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGetStringOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetStringOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetStringOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetStringOverrideFromAssetDataflowNode) == 0x000128, "Wrong size on FGetStringOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, String) == 0x000108, "Member 'FGetStringOverrideFromAssetDataflowNode::String' has a wrong offset!"); \ +static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, StringDefault) == 0x000118, "Member 'FGetStringOverrideFromAssetDataflowNode::StringDefault' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionInfoDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionInfoDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInfoDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionInfoDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionInfoDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionInfoDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionInfoDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, String) == 0x0001B8, "Member 'FCollectionTransformSelectionInfoDataflowNode::String' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionSetOperationDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSetOperationDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x000150, "Wrong size on FCollectionTransformSelectionSetOperationDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, Operation) == 0x0000E8, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionA) == 0x0000F0, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionA' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionB) == 0x000110, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionB' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelection) == 0x000130, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionInvertDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInvertDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionInvertDataflowNode) == 0x000108, "Wrong size on FCollectionTransformSelectionInvertDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionInvertDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionInvertDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionNoneDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionNoneDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionNoneDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionNoneDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionNoneDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionNoneDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionNoneDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionRootDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionRootDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRootDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionRootDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionRootDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionRootDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionRootDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionRandomDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionRandomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRandomDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionRandomDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionRandomDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, bDeterministic) == 0x0000E8, "Member 'FCollectionTransformSelectionRandomDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomSeed) == 0x0000EC, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomThreshold) == 0x0000F0, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, Collection) == 0x0000F8, "Member 'FCollectionTransformSelectionRandomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionRandomDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionFromIndexArrayDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, BoneIndices) == 0x000198, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::BoneIndices' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, BoneIndicies) == 0x000198, "Member 'FCollectionTransformSelectionCustomDataflowNode::BoneIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionCustomDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionByPercentageDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByPercentageDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000118, "Wrong size on FCollectionTransformSelectionByPercentageDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, Percentage) == 0x000108, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, bDeterministic) == 0x00010C, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, RandomSeed) == 0x000110, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionParentDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionParentDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionParentDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionParentDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionParentDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionParentDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionParentDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionSiblingsDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSiblingsDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionSiblingsDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::TransformSelection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::Collection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionChildrenDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionChildrenDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionChildrenDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionChildrenDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionChildrenDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionChildrenDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionChildrenDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionTargetLevelDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionTargetLevelDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x0001C0, "Wrong size on FCollectionTransformSelectionTargetLevelDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TargetLevel) == 0x000198, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TargetLevel' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, bSkipEmbedded) == 0x00019C, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::bSkipEmbedded' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TransformSelection) == 0x0001A0, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionLevelDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLevelDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionLevelDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionLevelDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionLevelDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionLevelDataflowNode::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionTransformSelectionContactDataflowNode \ static_assert(alignof(FCollectionTransformSelectionContactDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionContactDataflowNode"); \ @@ -137242,37 +136865,22 @@ static_assert(sizeof(FCollectionTransformSelectionContactDataflowNode) == 0x0001 static_assert(offsetof(FCollectionTransformSelectionContactDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionContactDataflowNode::TransformSelection' has a wrong offset!"); \ static_assert(offsetof(FCollectionTransformSelectionContactDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionContactDataflowNode::Collection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FCollectionTransformSelectionLeafDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionLeafDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLeafDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionLeafDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionLeafDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionLeafDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionLeafDataflowNode::TransformSelection' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FCollectionTransformSelectionClusterDataflowNode \ static_assert(alignof(FCollectionTransformSelectionClusterDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionClusterDataflowNode"); \ static_assert(sizeof(FCollectionTransformSelectionClusterDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionClusterDataflowNode"); \ static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionClusterDataflowNode::Collection' has a wrong offset!"); \ static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionClusterDataflowNode::TransformSelection' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSelectFloatArrayIndicesInRangeDataflowNode \ -static_assert(alignof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000008, "Wrong alignment on FSelectFloatArrayIndicesInRangeDataflowNode"); \ -static_assert(sizeof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000118, "Wrong size on FSelectFloatArrayIndicesInRangeDataflowNode"); \ -static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Values) == 0x0000E8, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Values' has a wrong offset!"); \ -static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Min) == 0x0000F8, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Min' has a wrong offset!"); \ -static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Max) == 0x0000FC, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Max' has a wrong offset!"); \ -static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, RangeSetting) == 0x000100, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::RangeSetting' has a wrong offset!"); \ -static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, bInclusive) == 0x000101, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::bInclusive' has a wrong offset!"); \ -static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Indices) == 0x000108, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Indices' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FCollectionTransformSelectionByVolumeDataflowNode \ -static_assert(alignof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByVolumeDataflowNode"); \ -static_assert(sizeof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionByVolumeDataflowNode"); \ -static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::Collection' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMin) == 0x000198, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMin' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMax) == 0x00019C, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMax' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, RangeSetting) == 0x0001A0, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::RangeSetting' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, bInclusive) == 0x0001A1, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::bInclusive' has a wrong offset!"); \ -static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionBySizeDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionBySizeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionBySizeDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionBySizeDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionBySizeDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionBySizeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMin) == 0x000198, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMin' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMax) == 0x00019C, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMax' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, RangeSetting) == 0x0001A0, "Member 'FCollectionTransformSelectionBySizeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bInclusive) == 0x0001A1, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bUseRelativeSize) == 0x0001A2, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bUseRelativeSize' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionBySizeDataflowNode::TransformSelection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionTransformSelectionInBoxDataflowNode \ static_assert(alignof(FCollectionTransformSelectionInBoxDataflowNode) == 0x000010, "Wrong alignment on FCollectionTransformSelectionInBoxDataflowNode"); \ @@ -137294,6 +136902,18 @@ static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Type) static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, bAllVerticesMustContainedInSphere) == 0x000221, "Member 'FCollectionTransformSelectionInSphereDataflowNode::bAllVerticesMustContainedInSphere' has a wrong offset!"); \ static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, TransformSelection) == 0x000228, "Member 'FCollectionTransformSelectionInSphereDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByFloatAttrDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x0001E8, "Wrong size on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, GroupName) == 0x000198, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, AttrName) == 0x0001A8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Min) == 0x0001B8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Max) == 0x0001BC, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, RangeSetting) == 0x0001C0, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, bInclusive) == 0x0001C1, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, TransformSelection) == 0x0001C8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::TransformSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCollectionTransformSelectionByIntAttrDataflowNode \ static_assert(alignof(FCollectionTransformSelectionByIntAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByIntAttrDataflowNode"); \ static_assert(sizeof(FCollectionTransformSelectionByIntAttrDataflowNode) == 0x0001E8, "Wrong size on FCollectionTransformSelectionByIntAttrDataflowNode"); \ @@ -137306,6 +136926,13 @@ static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, Range static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, bInclusive) == 0x0001C1, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::bInclusive' has a wrong offset!"); \ static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, TransformSelection) == 0x0001C8, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::TransformSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionVertexSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionVertexSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionVertexSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexIndicies) == 0x000198, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexSelection) == 0x0001A8, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexSelection' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCollectionFaceSelectionCustomDataflowNode \ static_assert(alignof(FCollectionFaceSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionFaceSelectionCustomDataflowNode"); \ static_assert(sizeof(FCollectionFaceSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionFaceSelectionCustomDataflowNode"); \ @@ -137313,11 +136940,28 @@ static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, Collection) = static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, FaceIndicies) == 0x000198, "Member 'FCollectionFaceSelectionCustomDataflowNode::FaceIndicies' has a wrong offset!"); \ static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, FaceSelection) == 0x0001A8, "Member 'FCollectionFaceSelectionCustomDataflowNode::FaceSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionSelectionConvertDataflowNode \ +static_assert(alignof(FCollectionSelectionConvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionConvertDataflowNode"); \ +static_assert(sizeof(FCollectionSelectionConvertDataflowNode) == 0x000200, "Wrong size on FCollectionSelectionConvertDataflowNode"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionSelectionConvertDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionSelectionConvertDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, FaceSelection) == 0x0001B8, "Member 'FCollectionSelectionConvertDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, VertexSelection) == 0x0001D8, "Member 'FCollectionSelectionConvertDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, bAllElementsMustBeSelected) == 0x0001F8, "Member 'FCollectionSelectionConvertDataflowNode::bAllElementsMustBeSelected' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCollectionFaceSelectionInvertDataflowNode \ static_assert(alignof(FCollectionFaceSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionFaceSelectionInvertDataflowNode"); \ static_assert(sizeof(FCollectionFaceSelectionInvertDataflowNode) == 0x000108, "Wrong size on FCollectionFaceSelectionInvertDataflowNode"); \ static_assert(offsetof(FCollectionFaceSelectionInvertDataflowNode, FaceSelection) == 0x0000E8, "Member 'FCollectionFaceSelectionInvertDataflowNode::FaceSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FCollectionVertexSelectionByPercentageDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionByPercentageDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000118, "Wrong size on FCollectionVertexSelectionByPercentageDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, VertexSelection) == 0x0000E8, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, Percentage) == 0x000108, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, bDeterministic) == 0x00010C, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, RandomSeed) == 0x000110, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FCollectionVertexSelectionSetOperationDataflowNode \ static_assert(alignof(FCollectionVertexSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionSetOperationDataflowNode"); \ static_assert(sizeof(FCollectionVertexSelectionSetOperationDataflowNode) == 0x000150, "Wrong size on FCollectionVertexSelectionSetOperationDataflowNode"); \ @@ -137326,6 +136970,14 @@ static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, Verte static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelectionB) == 0x000110, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelectionB' has a wrong offset!"); \ static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelection) == 0x000130, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelection' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FGeometryCollectionVertexScalarToVertexIndicesNode \ +static_assert(alignof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x000008, "Wrong alignment on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ +static_assert(sizeof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x0001C0, "Wrong size on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, Collection) == 0x0000E8, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, VertexAttributeName) == 0x000198, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::VertexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, SelectionThreshold) == 0x0001A8, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::SelectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, Indices) == 0x0001B0, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::Indices' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_FTransformCollectionAttributeDataflowNode \ static_assert(alignof(FTransformCollectionAttributeDataflowNode) == 0x000010, "Wrong alignment on FTransformCollectionAttributeDataflowNode"); \ static_assert(sizeof(FTransformCollectionAttributeDataflowNode) == 0x000280, "Wrong size on FTransformCollectionAttributeDataflowNode"); \ @@ -137672,6 +137324,39 @@ static_assert(sizeof(FGetStaticMeshDataflowNode) == 0x0000F8, "Wrong size on FGe static_assert(offsetof(FGetStaticMeshDataflowNode, StaticMesh) == 0x0000E8, "Member 'FGetStaticMeshDataflowNode::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FGetStaticMeshDataflowNode, PropertyName) == 0x0000F0, "Member 'FGetStaticMeshDataflowNode::PropertyName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FLocalizableMessageParameterEntry \ +static_assert(alignof(FLocalizableMessageParameterEntry) == 0x000008, "Wrong alignment on FLocalizableMessageParameterEntry"); \ +static_assert(sizeof(FLocalizableMessageParameterEntry) == 0x000020, "Wrong size on FLocalizableMessageParameterEntry"); \ +static_assert(offsetof(FLocalizableMessageParameterEntry, Key) == 0x000000, "Member 'FLocalizableMessageParameterEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessageParameterEntry, Value) == 0x000010, "Member 'FLocalizableMessageParameterEntry::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessage \ +static_assert(alignof(FLocalizableMessage) == 0x000008, "Wrong alignment on FLocalizableMessage"); \ +static_assert(sizeof(FLocalizableMessage) == 0x000030, "Wrong size on FLocalizableMessage"); \ +static_assert(offsetof(FLocalizableMessage, Key) == 0x000000, "Member 'FLocalizableMessage::Key' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessage, defaultText) == 0x000010, "Member 'FLocalizableMessage::defaultText' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessage, Substitutions) == 0x000020, "Member 'FLocalizableMessage::Substitutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterInt \ +static_assert(alignof(FLocalizableMessageParameterInt) == 0x000008, "Wrong alignment on FLocalizableMessageParameterInt"); \ +static_assert(sizeof(FLocalizableMessageParameterInt) == 0x000008, "Wrong size on FLocalizableMessageParameterInt"); \ +static_assert(offsetof(FLocalizableMessageParameterInt, Value) == 0x000000, "Member 'FLocalizableMessageParameterInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterFloat \ +static_assert(alignof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong alignment on FLocalizableMessageParameterFloat"); \ +static_assert(sizeof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong size on FLocalizableMessageParameterFloat"); \ +static_assert(offsetof(FLocalizableMessageParameterFloat, Value) == 0x000000, "Member 'FLocalizableMessageParameterFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterString \ +static_assert(alignof(FLocalizableMessageParameterString) == 0x000008, "Wrong alignment on FLocalizableMessageParameterString"); \ +static_assert(sizeof(FLocalizableMessageParameterString) == 0x000010, "Wrong size on FLocalizableMessageParameterString"); \ +static_assert(offsetof(FLocalizableMessageParameterString, Value) == 0x000000, "Member 'FLocalizableMessageParameterString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterMessage \ +static_assert(alignof(FLocalizableMessageParameterMessage) == 0x000008, "Wrong alignment on FLocalizableMessageParameterMessage"); \ +static_assert(sizeof(FLocalizableMessageParameterMessage) == 0x000030, "Wrong size on FLocalizableMessageParameterMessage"); \ +static_assert(offsetof(FLocalizableMessageParameterMessage, Value) == 0x000000, "Member 'FLocalizableMessageParameterMessage::Value' 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"); \ @@ -137700,6 +137385,17 @@ static_assert(sizeof(UWBP_DefaultCursor_C) == 0x0002F0, "Wrong size on UWBP_Defa static_assert(offsetof(UWBP_DefaultCursor_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_DefaultCursor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_DefaultCursor_C, CursorImage) == 0x0002E8, "Member 'UWBP_DefaultCursor_C::CursorImage' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification \ +static_assert(alignof(WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification) == 0x000004, "Wrong alignment on WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification"); \ +static_assert(sizeof(WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification) == 0x000004, "Wrong size on WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification"); \ +static_assert(offsetof(WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification, EntryPoint) == 0x000000, "Member 'WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkinNotification_C \ +static_assert(alignof(UWBP_SkinNotification_C) == 0x000008, "Wrong alignment on UWBP_SkinNotification_C"); \ +static_assert(sizeof(UWBP_SkinNotification_C) == 0x000388, "Wrong size on UWBP_SkinNotification_C"); \ +static_assert(offsetof(UWBP_SkinNotification_C, UberGraphFrame_WBP_SkinNotification_C) == 0x000370, "Member 'UWBP_SkinNotification_C::UberGraphFrame_WBP_SkinNotification_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinNotification_C, SkinText) == 0x000378, "Member 'UWBP_SkinNotification_C::SkinText' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_InputsRecordInfoWidget_C_ExecuteUbergraph_WBP_InputsRecordInfoWidget \ static_assert(alignof(WBP_InputsRecordInfoWidget_C_ExecuteUbergraph_WBP_InputsRecordInfoWidget) == 0x000008, "Wrong alignment on WBP_InputsRecordInfoWidget_C_ExecuteUbergraph_WBP_InputsRecordInfoWidget"); \ static_assert(sizeof(WBP_InputsRecordInfoWidget_C_ExecuteUbergraph_WBP_InputsRecordInfoWidget) == 0x000040, "Wrong size on WBP_InputsRecordInfoWidget_C_ExecuteUbergraph_WBP_InputsRecordInfoWidget"); \ @@ -137755,27 +137451,6 @@ static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_C, WBP_InputsDisplayWidget static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_C, WBP_InputsDisplayWidget_13) == 0x000368, "Member 'UWBP_InputsDisplayLayoutWidget_C::WBP_InputsDisplayWidget_13' has a wrong offset!"); \ static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_C, WBP_InputsDisplayWidget_14) == 0x000370, "Member 'UWBP_InputsDisplayLayoutWidget_C::WBP_InputsDisplayWidget_14' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon \ -static_assert(alignof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon) == 0x000004, "Wrong alignment on WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon"); \ -static_assert(sizeof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon) == 0x000008, "Wrong size on WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon"); \ -static_assert(offsetof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon, EntryPoint) == 0x000000, "Member 'WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChaptersInfoIcon_C_PreConstruct \ -static_assert(alignof(WBP_ChaptersInfoIcon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ChaptersInfoIcon_C_PreConstruct"); \ -static_assert(sizeof(WBP_ChaptersInfoIcon_C_PreConstruct) == 0x000001, "Wrong size on WBP_ChaptersInfoIcon_C_PreConstruct"); \ -static_assert(offsetof(WBP_ChaptersInfoIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ChaptersInfoIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ChaptersInfoIcon_C \ -static_assert(alignof(UWBP_ChaptersInfoIcon_C) == 0x000008, "Wrong alignment on UWBP_ChaptersInfoIcon_C"); \ -static_assert(sizeof(UWBP_ChaptersInfoIcon_C) == 0x0003F0, "Wrong size on UWBP_ChaptersInfoIcon_C"); \ -static_assert(offsetof(UWBP_ChaptersInfoIcon_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ChaptersInfoIcon_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChaptersInfoIcon_C, ImageCue) == 0x000300, "Member 'UWBP_ChaptersInfoIcon_C::ImageCue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChaptersInfoIcon_C, CollectibleData) == 0x000308, "Member 'UWBP_ChaptersInfoIcon_C::CollectibleData' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChaptersInfoIcon_C, TextureActive) == 0x0003D8, "Member 'UWBP_ChaptersInfoIcon_C::TextureActive' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChaptersInfoIcon_C, TextureInactive) == 0x0003E0, "Member 'UWBP_ChaptersInfoIcon_C::TextureInactive' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChaptersInfoIcon_C, IsCollected) == 0x0003E8, "Member 'UWBP_ChaptersInfoIcon_C::IsCollected' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_WBP_NotificationWidget_C_ExecuteUbergraph_WBP_NotificationWidget \ static_assert(alignof(WBP_NotificationWidget_C_ExecuteUbergraph_WBP_NotificationWidget) == 0x000008, "Wrong alignment on WBP_NotificationWidget_C_ExecuteUbergraph_WBP_NotificationWidget"); \ static_assert(sizeof(WBP_NotificationWidget_C_ExecuteUbergraph_WBP_NotificationWidget) == 0x0000E0, "Wrong size on WBP_NotificationWidget_C_ExecuteUbergraph_WBP_NotificationWidget"); \ @@ -137824,6 +137499,78 @@ static_assert(offsetof(UWBP_NotificationWidget_C, TextBlock_Title) == 0x0002F8, static_assert(alignof(UWBP_ControllerKeyWidget_C) == 0x000008, "Wrong alignment on UWBP_ControllerKeyWidget_C"); \ static_assert(sizeof(UWBP_ControllerKeyWidget_C) == 0x000378, "Wrong size on UWBP_ControllerKeyWidget_C"); \ +#define DUMPER7_ASSERTS_WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera \ +static_assert(alignof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera) == 0x000004, "Wrong alignment on WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera"); \ +static_assert(sizeof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera) == 0x000044, "Wrong size on WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera"); \ +static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, EntryPoint) == 0x000000, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, CallFunc_SetGamePaused_ReturnValue) == 0x000004, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, K2Node_Event_MyGeometry) == 0x000008, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, K2Node_Event_InDeltaTime) == 0x000040, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Camera_C_Show \ +static_assert(alignof(WBP_Debug_Camera_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Camera_C_Show"); \ +static_assert(sizeof(WBP_Debug_Camera_C_Show) == 0x0001D0, "Wrong size on WBP_Debug_Camera_C_Show"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue) == 0x000000, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'WBP_Debug_Camera_C_Show::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetZoneOwner_ReturnValue) == 0x000020, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetZoneOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetSplinePosition_ReturnValue) == 0x000030, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetSplinePosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Vector_Distance_ReturnValue) == 0x000048, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetClosestKey_ReturnValue) == 0x000050, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetClosestKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000058, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x000068, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue_1) == 0x000078, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetState_ReturnValue) == 0x000080, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000088, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetZGameMode_ReturnValue) == 0x0000A8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue_2) == 0x0000B8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetObservedPawn_ReturnValue) == 0x0000C0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetObservedPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue_1) == 0x0000C8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Create_ReturnValue) == 0x0000F0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_AddChild_ReturnValue) == 0x0000F8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, Temp_int_Array_Index_Variable) == 0x000100, "Member 'WBP_Debug_Camera_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Array_Get_Item) == 0x000108, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000118, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, Temp_int_Loop_Counter_Variable) == 0x000128, "Member 'WBP_Debug_Camera_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000130, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue_3) == 0x000138, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetModifier_ReturnValue) == 0x000140, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetZoneOwner_ReturnValue_1) == 0x000148, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetZoneOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue_2) == 0x000150, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue_3) == 0x000151, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetState_ReturnValue_1) == 0x000152, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetDisplayName_ReturnValue_1) == 0x000158, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000168, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000178, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetDisplayName_ReturnValue_2) == 0x000188, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000198, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0001A8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001B8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_DoubleToText_Value_ImplicitCast) == 0x0001C8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_DoubleToText_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Camera_C_Tick \ +static_assert(alignof(WBP_Debug_Camera_C_Tick) == 0x000004, "Wrong alignment on WBP_Debug_Camera_C_Tick"); \ +static_assert(sizeof(WBP_Debug_Camera_C_Tick) == 0x00003C, "Wrong size on WBP_Debug_Camera_C_Tick"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Debug_Camera_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Camera_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Debug_Camera_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_Camera_C \ +static_assert(alignof(UWBP_Debug_Camera_C) == 0x000008, "Wrong alignment on UWBP_Debug_Camera_C"); \ +static_assert(sizeof(UWBP_Debug_Camera_C) == 0x000338, "Wrong size on UWBP_Debug_Camera_C"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Debug_Camera_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, ScrollBox_Cameras) == 0x000300, "Member 'UWBP_Debug_Camera_C::ScrollBox_Cameras' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, TextClosestPoint) == 0x000308, "Member 'UWBP_Debug_Camera_C::TextClosestPoint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, TextDist) == 0x000310, "Member 'UWBP_Debug_Camera_C::TextDist' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, TextModifier) == 0x000318, "Member 'UWBP_Debug_Camera_C::TextModifier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, TextPawn) == 0x000320, "Member 'UWBP_Debug_Camera_C::TextPawn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, TextPlayerCameraState) == 0x000328, "Member 'UWBP_Debug_Camera_C::TextPlayerCameraState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Camera_C, TextZone) == 0x000330, "Member 'UWBP_Debug_Camera_C::TextZone' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_ProfileSwitchWidget_C_DP_DisplayGamertag \ static_assert(alignof(WBP_ProfileSwitchWidget_C_DP_DisplayGamertag) == 0x000008, "Wrong alignment on WBP_ProfileSwitchWidget_C_DP_DisplayGamertag"); \ static_assert(sizeof(WBP_ProfileSwitchWidget_C_DP_DisplayGamertag) == 0x000020, "Wrong size on WBP_ProfileSwitchWidget_C_DP_DisplayGamertag"); \ @@ -137891,9 +137638,9 @@ static_assert(offsetof(WBP_EngagementScreenWidget_C_ReceiveOnControllerTypeChang #define DUMPER7_ASSERTS_UWBP_EngagementScreenWidget_C \ static_assert(alignof(UWBP_EngagementScreenWidget_C) == 0x000008, "Wrong alignment on UWBP_EngagementScreenWidget_C"); \ -static_assert(sizeof(UWBP_EngagementScreenWidget_C) == 0x000360, "Wrong size on UWBP_EngagementScreenWidget_C"); \ -static_assert(offsetof(UWBP_EngagementScreenWidget_C, UberGraphFrame) == 0x000350, "Member 'UWBP_EngagementScreenWidget_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_EngagementScreenWidget_C, RichTextBlock_PressKey) == 0x000358, "Member 'UWBP_EngagementScreenWidget_C::RichTextBlock_PressKey' has a wrong offset!"); \ +static_assert(sizeof(UWBP_EngagementScreenWidget_C) == 0x000368, "Wrong size on UWBP_EngagementScreenWidget_C"); \ +static_assert(offsetof(UWBP_EngagementScreenWidget_C, UberGraphFrame) == 0x000358, "Member 'UWBP_EngagementScreenWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EngagementScreenWidget_C, RichTextBlock_PressKey) == 0x000360, "Member 'UWBP_EngagementScreenWidget_C::RichTextBlock_PressKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PopupWidget_C_ExecuteUbergraph_WBP_PopupWidget \ static_assert(alignof(WBP_PopupWidget_C_ExecuteUbergraph_WBP_PopupWidget) == 0x000008, "Wrong alignment on WBP_PopupWidget_C_ExecuteUbergraph_WBP_PopupWidget"); \ @@ -138009,14 +137756,6 @@ static_assert(offsetof(UWBP_SaveProgressWidget_C, ImageAnimation) == 0x0002F8, " static_assert(offsetof(UWBP_SaveProgressWidget_C, Image_84) == 0x000300, "Member 'UWBP_SaveProgressWidget_C::Image_84' has a wrong offset!"); \ static_assert(offsetof(UWBP_SaveProgressWidget_C, saveName) == 0x000308, "Member 'UWBP_SaveProgressWidget_C::saveName' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UBP_SubtitleSystem_C \ -static_assert(alignof(UBP_SubtitleSystem_C) == 0x000008, "Wrong alignment on UBP_SubtitleSystem_C"); \ -static_assert(sizeof(UBP_SubtitleSystem_C) == 0x000048, "Wrong size on UBP_SubtitleSystem_C"); \ - -#define DUMPER7_ASSERTS_UWBP_SaveLoadingScreenWidget_C \ -static_assert(alignof(UWBP_SaveLoadingScreenWidget_C) == 0x000008, "Wrong alignment on UWBP_SaveLoadingScreenWidget_C"); \ -static_assert(sizeof(UWBP_SaveLoadingScreenWidget_C) == 0x0002E0, "Wrong size on UWBP_SaveLoadingScreenWidget_C"); \ - #define DUMPER7_ASSERTS_WBP_SaveProgressNotifyScreenWidget_C_ExecuteUbergraph_WBP_SaveProgressNotifyScreenWidget \ static_assert(alignof(WBP_SaveProgressNotifyScreenWidget_C_ExecuteUbergraph_WBP_SaveProgressNotifyScreenWidget) == 0x000008, "Wrong alignment on WBP_SaveProgressNotifyScreenWidget_C_ExecuteUbergraph_WBP_SaveProgressNotifyScreenWidget"); \ static_assert(sizeof(WBP_SaveProgressNotifyScreenWidget_C_ExecuteUbergraph_WBP_SaveProgressNotifyScreenWidget) == 0x0000E0, "Wrong size on WBP_SaveProgressNotifyScreenWidget_C_ExecuteUbergraph_WBP_SaveProgressNotifyScreenWidget"); \ @@ -138091,23 +137830,24 @@ static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS4_C, WBP_InputsDisplayWi static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS4_C, WBP_InputsDisplayWidget_13) == 0x000368, "Member 'UWBP_InputsDisplayLayoutWidget_PS4_C::WBP_InputsDisplayWidget_13' has a wrong offset!"); \ static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS4_C, WBP_InputsDisplayWidget_14) == 0x000370, "Member 'UWBP_InputsDisplayLayoutWidget_PS4_C::WBP_InputsDisplayWidget_14' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_InputsDisplayLayoutWidget_Joycon_C \ -static_assert(alignof(UWBP_InputsDisplayLayoutWidget_Joycon_C) == 0x000008, "Wrong alignment on UWBP_InputsDisplayLayoutWidget_Joycon_C"); \ -static_assert(sizeof(UWBP_InputsDisplayLayoutWidget_Joycon_C) == 0x000368, "Wrong size on UWBP_InputsDisplayLayoutWidget_Joycon_C"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, Image_0) == 0x0002F8, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::Image_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, Image_1) == 0x000300, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::Image_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget) == 0x000308, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_1) == 0x000310, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_2) == 0x000318, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_3) == 0x000320, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_4) == 0x000328, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_5) == 0x000330, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_5' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_6) == 0x000338, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_6' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_7) == 0x000340, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_7' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_9) == 0x000348, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_9' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_10) == 0x000350, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_10' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_11) == 0x000358, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_11' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_Joycon_C, WBP_InputsDisplayWidget_12) == 0x000360, "Member 'UWBP_InputsDisplayLayoutWidget_Joycon_C::WBP_InputsDisplayWidget_12' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UWBP_InputsDisplayLayoutWidget_PS5_C \ +static_assert(alignof(UWBP_InputsDisplayLayoutWidget_PS5_C) == 0x000008, "Wrong alignment on UWBP_InputsDisplayLayoutWidget_PS5_C"); \ +static_assert(sizeof(UWBP_InputsDisplayLayoutWidget_PS5_C) == 0x000370, "Wrong size on UWBP_InputsDisplayLayoutWidget_PS5_C"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, Image_5) == 0x0002F8, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget) == 0x000300, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_1) == 0x000308, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_2) == 0x000310, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_3) == 0x000318, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_4) == 0x000320, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_5) == 0x000328, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_6) == 0x000330, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_7) == 0x000338, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_8) == 0x000340, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_9) == 0x000348, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_10) == 0x000350, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_11) == 0x000358, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_12) == 0x000360, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_12' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputsDisplayLayoutWidget_PS5_C, WBP_InputsDisplayWidget_13) == 0x000368, "Member 'UWBP_InputsDisplayLayoutWidget_PS5_C::WBP_InputsDisplayWidget_13' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_InputsDisplayLayoutWidget_ProController_C \ static_assert(alignof(UWBP_InputsDisplayLayoutWidget_ProController_C) == 0x000008, "Wrong alignment on UWBP_InputsDisplayLayoutWidget_ProController_C"); \ @@ -138156,41 +137896,44 @@ static_assert(offsetof(UWBP_PlatformImage_C, UpdateImg) == 0x0003F0, "Member 'UW #define DUMPER7_ASSERTS_WBP_RichText_C_CheckCulture \ static_assert(alignof(WBP_RichText_C_CheckCulture) == 0x000008, "Wrong alignment on WBP_RichText_C_CheckCulture"); \ -static_assert(sizeof(WBP_RichText_C_CheckCulture) == 0x000078, "Wrong size on WBP_RichText_C_CheckCulture"); \ +static_assert(sizeof(WBP_RichText_C_CheckCulture) == 0x000080, "Wrong size on WBP_RichText_C_CheckCulture"); \ static_assert(offsetof(WBP_RichText_C_CheckCulture, TableName) == 0x000000, "Member 'WBP_RichText_C_CheckCulture::TableName' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetUIController_ReturnValue) == 0x000010, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetRichTextDataTableByCulture_ReturnValue) == 0x000018, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetRichTextDataTableByCulture_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetUIController_ReturnValue_1) == 0x000020, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetRichTextDataTableByCulture_ReturnValue_1) == 0x000028, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetRichTextDataTableByCulture_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetUIController_ReturnValue_2) == 0x000030, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetUIController_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetRichTextDataTableByCulture_ReturnValue_2) == 0x000038, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetRichTextDataTableByCulture_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetDisplayName_ReturnValue) == 0x000040, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetTableNameWithoutCulture_NewTableName) == 0x000050, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetTableNameWithoutCulture_NewTableName' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetCurrentCulture_ReturnValue) == 0x000060, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000070, "Member 'WBP_RichText_C_CheckCulture::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_EqualEqual_StriStri_ReturnValue_1) == 0x000071, "Member 'WBP_RichText_C_CheckCulture::CallFunc_EqualEqual_StriStri_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetTextStyleSetFromPlatform_TextStyleSet) == 0x000010, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetTextStyleSetFromPlatform_TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetTableNameWithoutCulture_NewTableName) == 0x000028, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetTableNameWithoutCulture_NewTableName' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetUIController_ReturnValue) == 0x000038, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetRichTextDataTableByCulture_ReturnValue) == 0x000040, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetRichTextDataTableByCulture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetUIController_ReturnValue_1) == 0x000048, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetRichTextDataTableByCulture_ReturnValue_1) == 0x000050, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetRichTextDataTableByCulture_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetUIController_ReturnValue_2) == 0x000058, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetUIController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetRichTextDataTableByCulture_ReturnValue_2) == 0x000060, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetRichTextDataTableByCulture_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_GetCurrentCulture_ReturnValue) == 0x000068, "Member 'WBP_RichText_C_CheckCulture::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000078, "Member 'WBP_RichText_C_CheckCulture::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_CheckCulture, CallFunc_EqualEqual_StriStri_ReturnValue_1) == 0x000079, "Member 'WBP_RichText_C_CheckCulture::CallFunc_EqualEqual_StriStri_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_RichText_C_ExecuteUbergraph_WBP_RichText \ static_assert(alignof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText) == 0x000008, "Wrong alignment on WBP_RichText_C_ExecuteUbergraph_WBP_RichText"); \ -static_assert(sizeof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText) == 0x000088, "Wrong size on WBP_RichText_C_ExecuteUbergraph_WBP_RichText"); \ +static_assert(sizeof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText) == 0x0000A0, "Wrong size on WBP_RichText_C_ExecuteUbergraph_WBP_RichText"); \ static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, EntryPoint) == 0x000000, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetInputMode_ReturnValue) == 0x000010, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_Event_NewInputMode) == 0x000012, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_Event_NewInputMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_Event_IsDesignTime) == 0x000013, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_IsValid_ReturnValue_1) == 0x000014, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CustomEvent_NewCulture) == 0x000028, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000038, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetUIController_ReturnValue) == 0x000040, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000048, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetUIController_ReturnValue_1) == 0x000050, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000058, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CustomEvent_NewFontSize) == 0x000059, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CustomEvent_NewFontSize' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_FindLocalizedTextForPlatformFromText_ReturnValue) == 0x000060, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_FindLocalizedTextForPlatformFromText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CreateDelegate_OutputDelegate_1) == 0x000070, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_VariableSet_WrapTextAt_ImplicitCast) == 0x000080, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_VariableSet_WrapTextAt_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetTextStyleSetFromPlatform_TextStyleSet) == 0x000008, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetTextStyleSetFromPlatform_TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_Event_NewInputMode) == 0x000011, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_Event_NewInputMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetInputMode_ReturnValue) == 0x000020, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_Event_IsDesignTime) == 0x000021, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CustomEvent_NewCulture) == 0x000038, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000048, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetUIController_ReturnValue) == 0x000050, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000058, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetUIController_ReturnValue_1) == 0x000060, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000068, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CustomEvent_NewFontSize) == 0x000069, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CustomEvent_NewFontSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_FindLocalizedTextForPlatformFromText_ReturnValue) == 0x000070, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_FindLocalizedTextForPlatformFromText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_CreateDelegate_OutputDelegate_1) == 0x000080, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_GetTextStyleSetFromPlatform_TextStyleSet_1) == 0x000090, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_GetTextStyleSetFromPlatform_TextStyleSet_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_ExecuteUbergraph_WBP_RichText, K2Node_VariableSet_WrapTextAt_ImplicitCast) == 0x00009C, "Member 'WBP_RichText_C_ExecuteUbergraph_WBP_RichText::K2Node_VariableSet_WrapTextAt_ImplicitCast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_RichText_C_GetTableNameWithoutCulture \ static_assert(alignof(WBP_RichText_C_GetTableNameWithoutCulture) == 0x000008, "Wrong alignment on WBP_RichText_C_GetTableNameWithoutCulture"); \ @@ -138205,6 +137948,13 @@ static_assert(offsetof(WBP_RichText_C_GetTableNameWithoutCulture, CallFunc_Boole static_assert(offsetof(WBP_RichText_C_GetTableNameWithoutCulture, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_RichText_C_GetTableNameWithoutCulture::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_RichText_C_GetTableNameWithoutCulture, CallFunc_LeftChop_ReturnValue) == 0x000038, "Member 'WBP_RichText_C_GetTableNameWithoutCulture::CallFunc_LeftChop_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_RichText_C_GetTextStyleSetFromPlatform \ +static_assert(alignof(WBP_RichText_C_GetTextStyleSetFromPlatform) == 0x000008, "Wrong alignment on WBP_RichText_C_GetTextStyleSetFromPlatform"); \ +static_assert(sizeof(WBP_RichText_C_GetTextStyleSetFromPlatform) == 0x000010, "Wrong size on WBP_RichText_C_GetTextStyleSetFromPlatform"); \ +static_assert(offsetof(WBP_RichText_C_GetTextStyleSetFromPlatform, TextStyleSet_0) == 0x000000, "Member 'WBP_RichText_C_GetTextStyleSetFromPlatform::TextStyleSet_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_GetTextStyleSetFromPlatform, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000008, "Member 'WBP_RichText_C_GetTextStyleSetFromPlatform::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_GetTextStyleSetFromPlatform, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_RichText_C_GetTextStyleSetFromPlatform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_RichText_C_OnCultureChanged \ static_assert(alignof(WBP_RichText_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_RichText_C_OnCultureChanged"); \ static_assert(sizeof(WBP_RichText_C_OnCultureChanged) == 0x000030, "Wrong size on WBP_RichText_C_OnCultureChanged"); \ @@ -138247,12 +137997,6 @@ static_assert(offsetof(WBP_RichText_C_SetRichText, CallFunc_Conv_TextToString_Re static_assert(offsetof(WBP_RichText_C_SetRichText, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000018, "Member 'WBP_RichText_C_SetRichText::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_RichText_C_SetRichText, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_RichText_C_SetRichText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_RichText_C_SetRichTextDataType \ -static_assert(alignof(WBP_RichText_C_SetRichTextDataType) == 0x000008, "Wrong alignment on WBP_RichText_C_SetRichTextDataType"); \ -static_assert(sizeof(WBP_RichText_C_SetRichTextDataType) == 0x000018, "Wrong size on WBP_RichText_C_SetRichTextDataType"); \ -static_assert(offsetof(WBP_RichText_C_SetRichTextDataType, bFound) == 0x000000, "Member 'WBP_RichText_C_SetRichTextDataType::bFound' has a wrong offset!"); \ -static_assert(offsetof(WBP_RichText_C_SetRichTextDataType, CurrentStringToTest) == 0x000008, "Member 'WBP_RichText_C_SetRichTextDataType::CurrentStringToTest' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_WBP_RichText_C_SetRowStyleText \ static_assert(alignof(WBP_RichText_C_SetRowStyleText) == 0x000008, "Wrong alignment on WBP_RichText_C_SetRowStyleText"); \ static_assert(sizeof(WBP_RichText_C_SetRowStyleText) == 0x0000C8, "Wrong size on WBP_RichText_C_SetRowStyleText"); \ @@ -138276,9 +138020,15 @@ static_assert(alignof(WBP_RichText_C_SetText) == 0x000008, "Wrong alignment on W static_assert(sizeof(WBP_RichText_C_SetText) == 0x000010, "Wrong size on WBP_RichText_C_SetText"); \ static_assert(offsetof(WBP_RichText_C_SetText, CallFunc_GetText_ReturnValue) == 0x000000, "Member 'WBP_RichText_C_SetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_RichText_C_SetTextStyleSetFromPlatform \ +static_assert(alignof(WBP_RichText_C_SetTextStyleSetFromPlatform) == 0x000008, "Wrong alignment on WBP_RichText_C_SetTextStyleSetFromPlatform"); \ +static_assert(sizeof(WBP_RichText_C_SetTextStyleSetFromPlatform) == 0x000010, "Wrong size on WBP_RichText_C_SetTextStyleSetFromPlatform"); \ +static_assert(offsetof(WBP_RichText_C_SetTextStyleSetFromPlatform, TextStyleSet_0) == 0x000000, "Member 'WBP_RichText_C_SetTextStyleSetFromPlatform::TextStyleSet_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RichText_C_SetTextStyleSetFromPlatform, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000008, "Member 'WBP_RichText_C_SetTextStyleSetFromPlatform::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_UWBP_RichText_C \ static_assert(alignof(UWBP_RichText_C) == 0x000008, "Wrong alignment on UWBP_RichText_C"); \ -static_assert(sizeof(UWBP_RichText_C) == 0x000348, "Wrong size on UWBP_RichText_C"); \ +static_assert(sizeof(UWBP_RichText_C) == 0x000350, "Wrong size on UWBP_RichText_C"); \ static_assert(offsetof(UWBP_RichText_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_RichText_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_RichText_C, RichTextBlock) == 0x000300, "Member 'UWBP_RichText_C::RichTextBlock' has a wrong offset!"); \ static_assert(offsetof(UWBP_RichText_C, Text) == 0x000308, "Member 'UWBP_RichText_C::Text' has a wrong offset!"); \ @@ -138288,21 +138038,22 @@ static_assert(offsetof(UWBP_RichText_C, AutoWrapText) == 0x000330, "Member 'UWBP static_assert(offsetof(UWBP_RichText_C, WrapTextAt) == 0x000338, "Member 'UWBP_RichText_C::WrapTextAt' has a wrong offset!"); \ static_assert(offsetof(UWBP_RichText_C, RichTextType) == 0x000340, "Member 'UWBP_RichText_C::RichTextType' has a wrong offset!"); \ static_assert(offsetof(UWBP_RichText_C, Justification) == 0x000341, "Member 'UWBP_RichText_C::Justification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RichText_C, TextStyleSet_SteamDeck) == 0x000348, "Member 'UWBP_RichText_C::TextStyleSet_SteamDeck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen \ static_assert(alignof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen) == 0x000008, "Wrong alignment on WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen"); \ -static_assert(sizeof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen) == 0x0000E8, "Wrong size on WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen"); \ +static_assert(sizeof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen) == 0x000140, "Wrong size on WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, EntryPoint) == 0x000000, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, Temp_delegate_Variable) == 0x000004, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsMGSDemo_ReturnValue) == 0x000038, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetZPlayerController_ReturnValue) == 0x000040, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetHUD_ReturnValue) == 0x000048, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetProfileSwitchWidget_ReturnValue) == 0x000050, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetProfileSwitchWidget_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetProfileSwitchWidget_ReturnValue_1) == 0x000058, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetProfileSwitchWidget_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsMGSDemo_ReturnValue_1) == 0x000060, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsMGSDemo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsMGSDemo_ReturnValue) == 0x000028, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetZPlayerController_ReturnValue) == 0x000030, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetHUD_ReturnValue) == 0x000038, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetProfileSwitchWidget_ReturnValue) == 0x000040, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetProfileSwitchWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetProfileSwitchWidget_ReturnValue_1) == 0x000048, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetProfileSwitchWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsMGSDemo_ReturnValue_1) == 0x000050, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsMGSDemo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000068, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, Temp_delegate_Variable_1) == 0x000070, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000080, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ @@ -138311,23 +138062,25 @@ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_Event_IsDesignTime) == 0x00008D, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsMGSDemo_ReturnValue_2) == 0x00008E, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsMGSDemo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue) == 0x00008F, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, Temp_delegate_Variable_2) == 0x000090, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_PostEvent_ReturnValue_2) == 0x0000A4, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000A8, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000A9, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_BooleanOR_ReturnValue) == 0x0000AA, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000AB, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_BooleanOR_ReturnValue_1) == 0x0000AC, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, Temp_delegate_Variable_3) == 0x0000B0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::Temp_delegate_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_BooleanOR_ReturnValue_2) == 0x0000C0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_PostEvent_ReturnValue_3) == 0x0000C4, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x0000C8, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsConsolePlateform_ReturnValue) == 0x0000D0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetZGameInstance_ReturnValue) == 0x0000D8, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetInputMode_ReturnValue) == 0x0000E0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_CustomEvent_OldMode) == 0x0000E1, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_CustomEvent_NewMode) == 0x0000E2, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000091, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000092, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_BooleanOR_ReturnValue) == 0x000093, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000094, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_BooleanOR_ReturnValue_1) == 0x000095, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000098, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_BooleanOR_ReturnValue_2) == 0x0000A0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsConsolePlateform_ReturnValue) == 0x0000A1, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetZGameInstance_ReturnValue) == 0x0000A8, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_GetInputMode_ReturnValue) == 0x0000B0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_CustomEvent_OldMode) == 0x0000B1, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_CustomEvent_NewMode) == 0x0000B2, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, Temp_delegate_Variable_2) == 0x0000B4, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_PostEvent_ReturnValue_2) == 0x0000C4, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x0000C8, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, Temp_delegate_Variable_3) == 0x0000CC, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, CallFunc_PostEvent_ReturnValue_3) == 0x0000DC, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen, K2Node_MakeStruct_SlateFontInfo) == 0x0000E0, "Member 'WBP_NewTitleScreen_C_ExecuteUbergraph_WBP_NewTitleScreen::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_NewTitleScreen_C_HandleAspectRatio \ static_assert(alignof(WBP_NewTitleScreen_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_NewTitleScreen_C_HandleAspectRatio"); \ @@ -138355,24 +138108,25 @@ static_assert(offsetof(WBP_NewTitleScreen_C_UpdatePressKeyText, K2Node_SwitchEnu #define DUMPER7_ASSERTS_UWBP_NewTitleScreen_C \ static_assert(alignof(UWBP_NewTitleScreen_C) == 0x000008, "Wrong alignment on UWBP_NewTitleScreen_C"); \ -static_assert(sizeof(UWBP_NewTitleScreen_C) == 0x0003F8, "Wrong size on UWBP_NewTitleScreen_C"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, UberGraphFrame) == 0x000350, "Member 'UWBP_NewTitleScreen_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, OpeningAnimation) == 0x000358, "Member 'UWBP_NewTitleScreen_C::OpeningAnimation' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Background_MGS) == 0x000360, "Member 'UWBP_NewTitleScreen_C::Background_MGS' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Background_Orig) == 0x000368, "Member 'UWBP_NewTitleScreen_C::Background_Orig' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Button_108) == 0x000370, "Member 'UWBP_NewTitleScreen_C::Button_108' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Darwin_mgs) == 0x000378, "Member 'UWBP_NewTitleScreen_C::Darwin_mgs' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Darwin_release) == 0x000380, "Member 'UWBP_NewTitleScreen_C::Darwin_release' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Image_54) == 0x000388, "Member 'UWBP_NewTitleScreen_C::Image_54' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Logo) == 0x000390, "Member 'UWBP_NewTitleScreen_C::Logo' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, MGS_Stamp) == 0x000398, "Member 'UWBP_NewTitleScreen_C::MGS_Stamp' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, PromptBase) == 0x0003A0, "Member 'UWBP_NewTitleScreen_C::PromptBase' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, RetainerBox_0) == 0x0003A8, "Member 'UWBP_NewTitleScreen_C::RetainerBox_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, RichTextBlock_PressKey) == 0x0003B0, "Member 'UWBP_NewTitleScreen_C::RichTextBlock_PressKey' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, SizeBox_AspectRatio) == 0x0003B8, "Member 'UWBP_NewTitleScreen_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, Test_PressKey) == 0x0003C0, "Member 'UWBP_NewTitleScreen_C::Test_PressKey' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, MT_Glitch) == 0x0003C8, "Member 'UWBP_NewTitleScreen_C::MT_Glitch' has a wrong offset!"); \ -static_assert(offsetof(UWBP_NewTitleScreen_C, ShouldStopBinkOnDestruct) == 0x0003F0, "Member 'UWBP_NewTitleScreen_C::ShouldStopBinkOnDestruct' has a wrong offset!"); \ +static_assert(sizeof(UWBP_NewTitleScreen_C) == 0x000408, "Wrong size on UWBP_NewTitleScreen_C"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, UberGraphFrame) == 0x000358, "Member 'UWBP_NewTitleScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, OpeningAnimation) == 0x000360, "Member 'UWBP_NewTitleScreen_C::OpeningAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Background_MGS) == 0x000368, "Member 'UWBP_NewTitleScreen_C::Background_MGS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Background_Orig) == 0x000370, "Member 'UWBP_NewTitleScreen_C::Background_Orig' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Button_108) == 0x000378, "Member 'UWBP_NewTitleScreen_C::Button_108' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Darwin_mgs) == 0x000380, "Member 'UWBP_NewTitleScreen_C::Darwin_mgs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Darwin_release) == 0x000388, "Member 'UWBP_NewTitleScreen_C::Darwin_release' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Image_54) == 0x000390, "Member 'UWBP_NewTitleScreen_C::Image_54' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Logo) == 0x000398, "Member 'UWBP_NewTitleScreen_C::Logo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, MGS_Stamp) == 0x0003A0, "Member 'UWBP_NewTitleScreen_C::MGS_Stamp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, PromptBase) == 0x0003A8, "Member 'UWBP_NewTitleScreen_C::PromptBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, RetainerBox_0) == 0x0003B0, "Member 'UWBP_NewTitleScreen_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, RichTextBlock_PressKey) == 0x0003B8, "Member 'UWBP_NewTitleScreen_C::RichTextBlock_PressKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, SizeBox_AspectRatio) == 0x0003C0, "Member 'UWBP_NewTitleScreen_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, Test_PressKey) == 0x0003C8, "Member 'UWBP_NewTitleScreen_C::Test_PressKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, TradeMarkText) == 0x0003D0, "Member 'UWBP_NewTitleScreen_C::TradeMarkText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, MT_Glitch) == 0x0003D8, "Member 'UWBP_NewTitleScreen_C::MT_Glitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewTitleScreen_C, ShouldStopBinkOnDestruct) == 0x000400, "Member 'UWBP_NewTitleScreen_C::ShouldStopBinkOnDestruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckPoint_C_Close \ static_assert(alignof(WBP_CheckPoint_C_Close) == 0x000001, "Wrong alignment on WBP_CheckPoint_C_Close"); \ @@ -138415,10 +138169,6 @@ static_assert(offsetof(UWBP_CheckPoint_C, WidgetImage) == 0x000308, "Member 'UWB static_assert(offsetof(UWBP_CheckPoint_C, Media) == 0x000310, "Member 'UWBP_CheckPoint_C::Media' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheckPoint_C, MediaTex) == 0x000318, "Member 'UWBP_CheckPoint_C::MediaTex' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FPropertyBag_0 \ -static_assert(alignof(FPropertyBag_0) == 0x000001, "Wrong alignment on FPropertyBag_0"); \ -static_assert(sizeof(FPropertyBag_0) == 0x000001, "Wrong size on FPropertyBag_0"); \ - #define DUMPER7_ASSERTS_FChaosDestructionEvent_SWC \ static_assert(alignof(FChaosDestructionEvent_SWC) == 0x000004, "Wrong alignment on FChaosDestructionEvent_SWC"); \ static_assert(sizeof(FChaosDestructionEvent_SWC) == 0x000044, "Wrong size on FChaosDestructionEvent_SWC"); \ @@ -138432,6 +138182,10 @@ static_assert(offsetof(FChaosDestructionEvent_SWC, ParticleID) == 0x000038, "Mem static_assert(offsetof(FChaosDestructionEvent_SWC, Time) == 0x00003C, "Member 'FChaosDestructionEvent_SWC::Time' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent_SWC, Type) == 0x000040, "Member 'FChaosDestructionEvent_SWC::Type' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_FPropertyBag_0 \ +static_assert(alignof(FPropertyBag_0) == 0x000001, "Wrong alignment on FPropertyBag_0"); \ +static_assert(sizeof(FPropertyBag_0) == 0x000001, "Wrong size on FPropertyBag_0"); \ + #define DUMPER7_ASSERTS_UBP_AvoidanceManager_C \ static_assert(alignof(UBP_AvoidanceManager_C) == 0x000008, "Wrong alignment on UBP_AvoidanceManager_C"); \ static_assert(sizeof(UBP_AvoidanceManager_C) == 0x0000E0, "Wrong size on UBP_AvoidanceManager_C"); \ @@ -138440,91 +138194,57 @@ static_assert(sizeof(UBP_AvoidanceManager_C) == 0x0000E0, "Wrong size on UBP_Avo static_assert(alignof(UBP_Datastore_C) == 0x000008, "Wrong alignment on UBP_Datastore_C"); \ static_assert(sizeof(UBP_Datastore_C) == 0x000090, "Wrong size on UBP_Datastore_C"); \ -#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton \ -static_assert(alignof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton"); \ -static_assert(sizeof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton) == 0x000058, "Wrong size on WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, EntryPoint) == 0x000000, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_Event_InFocusEvent) == 0x000004, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_Event_InFocusEvent_1) == 0x00000C, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, Temp_delegate_Variable) == 0x000014, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, Temp_delegate_Variable_1) == 0x000024, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_PostEvent_ReturnValue) == 0x000034, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_PostEvent_ReturnValue_1) == 0x000038, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_IsValid_Guid_ReturnValue) == 0x00003C, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_GetGameInstance_ReturnValue) == 0x000040, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_DynamicCast_AsBP_Darwin_Game_Instance) == 0x000048, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_DynamicCast_AsBP_Darwin_Game_Instance' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000054, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_InitChapterButton \ -static_assert(alignof(WBP_ChapterSelectButton_C_InitChapterButton) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_InitChapterButton"); \ -static_assert(sizeof(WBP_ChapterSelectButton_C_InitChapterButton) == 0x000060, "Wrong size on WBP_ChapterSelectButton_C_InitChapterButton"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_InitChapterButton, InChapterData) == 0x000000, "Member 'WBP_ChapterSelectButton_C_InitChapterButton::InChapterData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_ChapterSelectButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ChapterSelectButton_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_ChapterSelectButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ChapterSelectButton_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ChapterSelectButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_ChapterSelectButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ChapterSelectButton_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_ChapterSelectButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ChapterSelectButton_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ChapterSelectButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_OverrideNavigation \ -static_assert(alignof(WBP_ChapterSelectButton_C_OverrideNavigation) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_OverrideNavigation"); \ -static_assert(sizeof(WBP_ChapterSelectButton_C_OverrideNavigation) == 0x000010, "Wrong size on WBP_ChapterSelectButton_C_OverrideNavigation"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_OverrideNavigation, NavigationOverride) == 0x000000, "Member 'WBP_ChapterSelectButton_C_OverrideNavigation::NavigationOverride' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_OverrideNavigation, Widget) == 0x000008, "Member 'WBP_ChapterSelectButton_C_OverrideNavigation::Widget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_StartChapter \ -static_assert(alignof(WBP_ChapterSelectButton_C_StartChapter) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_StartChapter"); \ -static_assert(sizeof(WBP_ChapterSelectButton_C_StartChapter) == 0x000020, "Wrong size on WBP_ChapterSelectButton_C_StartChapter"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetZGameMode_ReturnValue) == 0x000000, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000010, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ChapterSelectButton_C \ -static_assert(alignof(UWBP_ChapterSelectButton_C) == 0x000008, "Wrong alignment on UWBP_ChapterSelectButton_C"); \ -static_assert(sizeof(UWBP_ChapterSelectButton_C) == 0x0003D8, "Wrong size on UWBP_ChapterSelectButton_C"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ChapterSelectButton_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, Button) == 0x000300, "Member 'UWBP_ChapterSelectButton_C::Button' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, ButtonImage) == 0x000308, "Member 'UWBP_ChapterSelectButton_C::ButtonImage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, NormalColour) == 0x000310, "Member 'UWBP_ChapterSelectButton_C::NormalColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, SelectedColour) == 0x000320, "Member 'UWBP_ChapterSelectButton_C::SelectedColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, SheerAngle) == 0x000330, "Member 'UWBP_ChapterSelectButton_C::SheerAngle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, OriginSize) == 0x000338, "Member 'UWBP_ChapterSelectButton_C::OriginSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, SelectSize) == 0x000348, "Member 'UWBP_ChapterSelectButton_C::SelectSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, ChapterData) == 0x000358, "Member 'UWBP_ChapterSelectButton_C::ChapterData' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, OnButtonFocus) == 0x0003B8, "Member 'UWBP_ChapterSelectButton_C::OnButtonFocus' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterSelectButton_C, OnChapterRequest) == 0x0003C8, "Member 'UWBP_ChapterSelectButton_C::OnChapterRequest' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_UBP_LocomotionState_Ground_C \ static_assert(alignof(UBP_LocomotionState_Ground_C) == 0x000008, "Wrong alignment on UBP_LocomotionState_Ground_C"); \ static_assert(sizeof(UBP_LocomotionState_Ground_C) == 0x000150, "Wrong size on UBP_LocomotionState_Ground_C"); \ -#define DUMPER7_ASSERTS_BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base \ -static_assert(alignof(BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base) == 0x000004, "Wrong alignment on BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base"); \ -static_assert(sizeof(BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base) == 0x000004, "Wrong size on BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base"); \ -static_assert(offsetof(BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base, EntryPoint) == 0x000000, "Member 'BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base::EntryPoint' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UDamage_Fall_C \ +static_assert(alignof(UDamage_Fall_C) == 0x000008, "Wrong alignment on UDamage_Fall_C"); \ +static_assert(sizeof(UDamage_Fall_C) == 0x000040, "Wrong size on UDamage_Fall_C"); \ -#define DUMPER7_ASSERTS_ABP_DeathActor_Base_C \ -static_assert(alignof(ABP_DeathActor_Base_C) == 0x000008, "Wrong alignment on ABP_DeathActor_Base_C"); \ -static_assert(sizeof(ABP_DeathActor_Base_C) == 0x0002F8, "Wrong size on ABP_DeathActor_Base_C"); \ -static_assert(offsetof(ABP_DeathActor_Base_C, UberGraphFrame) == 0x0002E0, "Member 'ABP_DeathActor_Base_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_DeathActor_Base_C, DefaultSceneRoot) == 0x0002E8, "Member 'ABP_DeathActor_Base_C::DefaultSceneRoot' has a wrong offset!"); \ -static_assert(offsetof(ABP_DeathActor_Base_C, AudioEvent) == 0x0002F0, "Member 'ABP_DeathActor_Base_C::AudioEvent' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer \ +static_assert(alignof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer) == 0x000004, "Wrong alignment on WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer"); \ +static_assert(sizeof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer) == 0x000008, "Wrong size on WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer, EntryPoint) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_CreditsCompanyImage_C_Init \ -static_assert(alignof(WBP_CreditsCompanyImage_C_Init) == 0x000008, "Wrong alignment on WBP_CreditsCompanyImage_C_Init"); \ -static_assert(sizeof(WBP_CreditsCompanyImage_C_Init) == 0x000008, "Wrong size on WBP_CreditsCompanyImage_C_Init"); \ -static_assert(offsetof(WBP_CreditsCompanyImage_C_Init, NewImage) == 0x000000, "Member 'WBP_CreditsCompanyImage_C_Init::NewImage' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_PreConstruct \ +static_assert(alignof(WBP_Credits_SpecialContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Credits_SpecialContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_Credits_SpecialContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_Credits_SpecialContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_CreditsCompanyImage_C \ -static_assert(alignof(UWBP_CreditsCompanyImage_C) == 0x000008, "Wrong alignment on UWBP_CreditsCompanyImage_C"); \ -static_assert(sizeof(UWBP_CreditsCompanyImage_C) == 0x000300, "Wrong size on UWBP_CreditsCompanyImage_C"); \ -static_assert(offsetof(UWBP_CreditsCompanyImage_C, CompanyImage) == 0x0002F8, "Member 'UWBP_CreditsCompanyImage_C::CompanyImage' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_SetCreditData \ +static_assert(alignof(WBP_Credits_SpecialContainer_C_SetCreditData) == 0x000008, "Wrong alignment on WBP_Credits_SpecialContainer_C_SetCreditData"); \ +static_assert(sizeof(WBP_Credits_SpecialContainer_C_SetCreditData) == 0x000048, "Wrong size on WBP_Credits_SpecialContainer_C_SetCreditData"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetCreditData, NewCreditsSpecialStruct) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_SetCreditData::NewCreditsSpecialStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_SetImage \ +static_assert(alignof(WBP_Credits_SpecialContainer_C_SetImage) == 0x000008, "Wrong alignment on WBP_Credits_SpecialContainer_C_SetImage"); \ +static_assert(sizeof(WBP_Credits_SpecialContainer_C_SetImage) == 0x000038, "Wrong size on WBP_Credits_SpecialContainer_C_SetImage"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000008, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_AsTexture_2D) == 0x000010, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_AsTexture_2D_1) == 0x000020, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00002A, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000030, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_SetText \ +static_assert(alignof(WBP_Credits_SpecialContainer_C_SetText) == 0x000008, "Wrong alignment on WBP_Credits_SpecialContainer_C_SetText"); \ +static_assert(sizeof(WBP_Credits_SpecialContainer_C_SetText) == 0x000020, "Wrong size on WBP_Credits_SpecialContainer_C_SetText"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetText, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_SetText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000010, "Member 'WBP_Credits_SpecialContainer_C_SetText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Credits_SpecialContainer_C \ +static_assert(alignof(UWBP_Credits_SpecialContainer_C) == 0x000008, "Wrong alignment on UWBP_Credits_SpecialContainer_C"); \ +static_assert(sizeof(UWBP_Credits_SpecialContainer_C) == 0x000360, "Wrong size on UWBP_Credits_SpecialContainer_C"); \ +static_assert(offsetof(UWBP_Credits_SpecialContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Credits_SpecialContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_SpecialContainer_C, Special_Image) == 0x000300, "Member 'UWBP_Credits_SpecialContainer_C::Special_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_SpecialContainer_C, WBP_RichText_Text) == 0x000308, "Member 'UWBP_Credits_SpecialContainer_C::WBP_RichText_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_SpecialContainer_C, WBP_RichText_Title) == 0x000310, "Member 'UWBP_Credits_SpecialContainer_C::WBP_RichText_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_SpecialContainer_C, CreditData) == 0x000318, "Member 'UWBP_Credits_SpecialContainer_C::CreditData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameInputs_Struct \ static_assert(alignof(FGameInputs_Struct) == 0x000008, "Wrong alignment on FGameInputs_Struct"); \ @@ -138534,83 +138254,18 @@ static_assert(offsetof(FGameInputs_Struct, Event_6_802F05AD435B245CBB519BA55BCEC static_assert(offsetof(FGameInputs_Struct, Index_16_8AB1E631425792EE5CA17791E57FC546) == 0x00000C, "Member 'FGameInputs_Struct::Index_16_8AB1E631425792EE5CA17791E57FC546' has a wrong offset!"); \ static_assert(offsetof(FGameInputs_Struct, OnR_or_L_13_477410D64B73C20406AC8992DA33867A) == 0x000010, "Member 'FGameInputs_Struct::OnR_or_L_13_477410D64B73C20406AC8992DA33867A' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_FSFoliageInfos \ -static_assert(alignof(FSFoliageInfos) == 0x000010, "Wrong alignment on FSFoliageInfos"); \ -static_assert(sizeof(FSFoliageInfos) == 0x000080, "Wrong size on FSFoliageInfos"); \ -static_assert(offsetof(FSFoliageInfos, InstanceTransform_6_0C4116014874008DC5D829ABDAA820E2) == 0x000000, "Member 'FSFoliageInfos::InstanceTransform_6_0C4116014874008DC5D829ABDAA820E2' has a wrong offset!"); \ -static_assert(offsetof(FSFoliageInfos, SpawnedPhysicsFoliage_11_465C529F40E5C0C938CD5AA98D2BE947) == 0x000060, "Member 'FSFoliageInfos::SpawnedPhysicsFoliage_11_465C529F40E5C0C938CD5AA98D2BE947' has a wrong offset!"); \ -static_assert(offsetof(FSFoliageInfos, FoliageIndex_15_BEDF2B0E4C60DFD4071C0ABEBBCF414B) == 0x000068, "Member 'FSFoliageInfos::FoliageIndex_15_BEDF2B0E4C60DFD4071C0ABEBBCF414B' has a wrong offset!"); \ -static_assert(offsetof(FSFoliageInfos, FoliageActor_14_FFBC744145A378756AF249A678A8631C) == 0x000070, "Member 'FSFoliageInfos::FoliageActor_14_FFBC744145A378756AF249A678A8631C' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base \ -static_assert(alignof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base) == 0x000008, "Wrong alignment on WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base"); \ -static_assert(sizeof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base) == 0x000098, "Wrong size on WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, EntryPoint) == 0x000000, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_PlayAnimation_ReturnValue_1) == 0x000050, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CustomEvent_OldMode) == 0x000060, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CustomEvent_NewMode) == 0x000061, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_PlayAnimation_ReturnValue_2) == 0x000088, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000090, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_Base_C_OnInputModeChanged_Event \ -static_assert(alignof(WBP_PopUp_Base_C_OnInputModeChanged_Event) == 0x000001, "Wrong alignment on WBP_PopUp_Base_C_OnInputModeChanged_Event"); \ -static_assert(sizeof(WBP_PopUp_Base_C_OnInputModeChanged_Event) == 0x000002, "Wrong size on WBP_PopUp_Base_C_OnInputModeChanged_Event"); \ -static_assert(offsetof(WBP_PopUp_Base_C_OnInputModeChanged_Event, OldMode) == 0x000000, "Member 'WBP_PopUp_Base_C_OnInputModeChanged_Event::OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_Base_C_OnInputModeChanged_Event, NewMode) == 0x000001, "Member 'WBP_PopUp_Base_C_OnInputModeChanged_Event::NewMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_PopUp_Base_C \ -static_assert(alignof(UWBP_PopUp_Base_C) == 0x000008, "Wrong alignment on UWBP_PopUp_Base_C"); \ -static_assert(sizeof(UWBP_PopUp_Base_C) == 0x000318, "Wrong size on UWBP_PopUp_Base_C"); \ -static_assert(offsetof(UWBP_PopUp_Base_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_PopUp_Base_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_Base_C, FadeOut) == 0x000300, "Member 'UWBP_PopUp_Base_C::FadeOut' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_Base_C, Collapse) == 0x000308, "Member 'UWBP_PopUp_Base_C::Collapse' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_Base_C, FadeIn) == 0x000310, "Member 'UWBP_PopUp_Base_C::FadeIn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase \ -static_assert(alignof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase) == 0x000008, "Wrong alignment on WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase"); \ -static_assert(sizeof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase) == 0x000058, "Wrong size on WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase"); \ -static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, EntryPoint) == 0x000000, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_WorldWidgetBase_C \ -static_assert(alignof(UWBP_WorldWidgetBase_C) == 0x000008, "Wrong alignment on UWBP_WorldWidgetBase_C"); \ -static_assert(sizeof(UWBP_WorldWidgetBase_C) == 0x000310, "Wrong size on UWBP_WorldWidgetBase_C"); \ -static_assert(offsetof(UWBP_WorldWidgetBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_WorldWidgetBase_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WorldWidgetBase_C, FadeOut) == 0x000300, "Member 'UWBP_WorldWidgetBase_C::FadeOut' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WorldWidgetBase_C, FadeIn) == 0x000308, "Member 'UWBP_WorldWidgetBase_C::FadeIn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_SkinSystem_C \ -static_assert(alignof(UBP_SkinSystem_C) == 0x000008, "Wrong alignment on UBP_SkinSystem_C"); \ -static_assert(sizeof(UBP_SkinSystem_C) == 0x000088, "Wrong size on UBP_SkinSystem_C"); \ +#define DUMPER7_ASSERTS_UBP_LocomotionState_Dead_C \ +static_assert(alignof(UBP_LocomotionState_Dead_C) == 0x000008, "Wrong alignment on UBP_LocomotionState_Dead_C"); \ +static_assert(sizeof(UBP_LocomotionState_Dead_C) == 0x000088, "Wrong size on UBP_LocomotionState_Dead_C"); \ #define DUMPER7_ASSERTS_ABP_Player_CameraManager_C \ static_assert(alignof(ABP_Player_CameraManager_C) == 0x000010, "Wrong alignment on ABP_Player_CameraManager_C"); \ static_assert(sizeof(ABP_Player_CameraManager_C) == 0x0024C0, "Wrong size on ABP_Player_CameraManager_C"); \ -#define DUMPER7_ASSERTS_UBP_LocomotionState_Dead_C \ -static_assert(alignof(UBP_LocomotionState_Dead_C) == 0x000008, "Wrong alignment on UBP_LocomotionState_Dead_C"); \ -static_assert(sizeof(UBP_LocomotionState_Dead_C) == 0x000088, "Wrong size on UBP_LocomotionState_Dead_C"); \ - -#define DUMPER7_ASSERTS_UBP_CollisionAvoidanceSystem_C \ -static_assert(alignof(UBP_CollisionAvoidanceSystem_C) == 0x000008, "Wrong alignment on UBP_CollisionAvoidanceSystem_C"); \ -static_assert(sizeof(UBP_CollisionAvoidanceSystem_C) == 0x000040, "Wrong size on UBP_CollisionAvoidanceSystem_C"); \ - -#define DUMPER7_ASSERTS_UBP_DarwinBaseSaveGame_C \ -static_assert(alignof(UBP_DarwinBaseSaveGame_C) == 0x000008, "Wrong alignment on UBP_DarwinBaseSaveGame_C"); \ -static_assert(sizeof(UBP_DarwinBaseSaveGame_C) == 0x000278, "Wrong size on UBP_DarwinBaseSaveGame_C"); \ +#define DUMPER7_ASSERTS_UWBP_Darwin_InkCrosshair_C \ +static_assert(alignof(UWBP_Darwin_InkCrosshair_C) == 0x000008, "Wrong alignment on UWBP_Darwin_InkCrosshair_C"); \ +static_assert(sizeof(UWBP_Darwin_InkCrosshair_C) == 0x0002E8, "Wrong size on UWBP_Darwin_InkCrosshair_C"); \ +static_assert(offsetof(UWBP_Darwin_InkCrosshair_C, Image_72) == 0x0002E0, "Member 'UWBP_Darwin_InkCrosshair_C::Image_72' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SimpleText_C_SetColour \ static_assert(alignof(WBP_SimpleText_C_SetColour) == 0x000004, "Wrong alignment on WBP_SimpleText_C_SetColour"); \ @@ -138627,700 +138282,6 @@ static_assert(alignof(UWBP_SimpleText_C) == 0x000008, "Wrong alignment on UWBP_S static_assert(sizeof(UWBP_SimpleText_C) == 0x000300, "Wrong size on UWBP_SimpleText_C"); \ static_assert(offsetof(UWBP_SimpleText_C, TextBlock) == 0x0002F8, "Member 'UWBP_SimpleText_C::TextBlock' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_DebugSaveGame_C_DumpSave \ -static_assert(alignof(WBP_DebugSaveGame_C_DumpSave) == 0x000008, "Wrong alignment on WBP_DebugSaveGame_C_DumpSave"); \ -static_assert(sizeof(WBP_DebugSaveGame_C_DumpSave) == 0x0003A0, "Wrong size on WBP_DebugSaveGame_C_DumpSave"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable_2) == 0x000018, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_1) == 0x000028, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable_3) == 0x000034, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable_3) == 0x00003C, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000041, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000042, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_2) == 0x000050, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_3) == 0x000058, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_1) == 0x000060, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_2) == 0x000068, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_3) == 0x000070, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_4) == 0x000078, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_4) == 0x000080, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_5) == 0x000088, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_6) == 0x000090, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_5) == 0x000098, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_7) == 0x0000A0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_8) == 0x0000A8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_9) == 0x0000B0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_10) == 0x0000B8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_11) == 0x0000C0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_6) == 0x0000C8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_7) == 0x0000D0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_12) == 0x0000D8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_12' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_13) == 0x0000E0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_13' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_14) == 0x0000E8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_14' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_15) == 0x0000F0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_15' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_16) == 0x0000F8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_16' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_17) == 0x000100, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_17' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue) == 0x000108, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetZGameInstance_ReturnValue) == 0x000118, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue) == 0x000120, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetSaveManager_ReturnValue) == 0x000130, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetPlayerSlotsData_ReturnValue) == 0x000138, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetPlayerSlotsData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue) == 0x000148, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item) == 0x000150, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue) == 0x000208, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue) == 0x000210, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000220, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue) == 0x000230, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000240, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000250, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000260, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_1) == 0x000270, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000280, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000290, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0002A0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0002B0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item_1) == 0x0002C0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item_2) == 0x0002D0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_2) == 0x0002E0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_3) == 0x0002F0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000300, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000310, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000320, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000330, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item_3) == 0x000340, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue_1) == 0x000350, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue_1) == 0x000354, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_4) == 0x000358, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000368, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue_2) == 0x000378, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000380, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue_2) == 0x000390, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue_3) == 0x000394, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue_3) == 0x000398, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_DebugSaveGame_C \ -static_assert(alignof(UWBP_DebugSaveGame_C) == 0x000008, "Wrong alignment on UWBP_DebugSaveGame_C"); \ -static_assert(sizeof(UWBP_DebugSaveGame_C) == 0x000328, "Wrong size on UWBP_DebugSaveGame_C"); \ -static_assert(offsetof(UWBP_DebugSaveGame_C, ScrollBox_Slot0) == 0x0002F8, "Member 'UWBP_DebugSaveGame_C::ScrollBox_Slot0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugSaveGame_C, ScrollBox_Slot1) == 0x000300, "Member 'UWBP_DebugSaveGame_C::ScrollBox_Slot1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugSaveGame_C, ScrollBox_Slot2) == 0x000308, "Member 'UWBP_DebugSaveGame_C::ScrollBox_Slot2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugSaveGame_C, TextGameTime) == 0x000310, "Member 'UWBP_DebugSaveGame_C::TextGameTime' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugSaveGame_C, TextGameTime_1) == 0x000318, "Member 'UWBP_DebugSaveGame_C::TextGameTime_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugSaveGame_C, TextGameTime_2) == 0x000320, "Member 'UWBP_DebugSaveGame_C::TextGameTime_2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ComboItem_C \ -static_assert(alignof(UWBP_ComboItem_C) == 0x000008, "Wrong alignment on UWBP_ComboItem_C"); \ -static_assert(sizeof(UWBP_ComboItem_C) == 0x0002E8, "Wrong size on UWBP_ComboItem_C"); \ -static_assert(offsetof(UWBP_ComboItem_C, Text) == 0x0002E0, "Member 'UWBP_ComboItem_C::Text' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark \ -static_assert(alignof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark) == 0x000008, "Wrong alignment on WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark"); \ -static_assert(sizeof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark) == 0x000080, "Wrong size on WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, EntryPoint) == 0x000000, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetBuildName_ReturnValue) == 0x000010, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetBuildName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, K2Node_CustomEvent_bHide) == 0x000020, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::K2Node_CustomEvent_bHide' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000038, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetUIController_ReturnValue) == 0x000040, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_IsUIHidden_ReturnValue) == 0x000048, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_IsUIHidden_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000060, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, K2Node_CreateDelegate_OutputDelegate_1) == 0x000068, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetUIController_ReturnValue_1) == 0x000078, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Watermark_C_OnHideVersion \ -static_assert(alignof(WBP_Watermark_C_OnHideVersion) == 0x000001, "Wrong alignment on WBP_Watermark_C_OnHideVersion"); \ -static_assert(sizeof(WBP_Watermark_C_OnHideVersion) == 0x000001, "Wrong size on WBP_Watermark_C_OnHideVersion"); \ -static_assert(offsetof(WBP_Watermark_C_OnHideVersion, bHide) == 0x000000, "Member 'WBP_Watermark_C_OnHideVersion::bHide' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Watermark_C \ -static_assert(alignof(UWBP_Watermark_C) == 0x000008, "Wrong alignment on UWBP_Watermark_C"); \ -static_assert(sizeof(UWBP_Watermark_C) == 0x0002F0, "Wrong size on UWBP_Watermark_C"); \ -static_assert(offsetof(UWBP_Watermark_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Watermark_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Watermark_C, BuildNameText) == 0x0002E8, "Member 'UWBP_Watermark_C::BuildNameText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera \ -static_assert(alignof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera) == 0x000004, "Wrong alignment on WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera"); \ -static_assert(sizeof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera) == 0x000044, "Wrong size on WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera"); \ -static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, EntryPoint) == 0x000000, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, CallFunc_SetGamePaused_ReturnValue) == 0x000004, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, K2Node_Event_MyGeometry) == 0x000008, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::K2Node_Event_MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera, K2Node_Event_InDeltaTime) == 0x000040, "Member 'WBP_Debug_Camera_C_ExecuteUbergraph_WBP_Debug_Camera::K2Node_Event_InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Camera_C_Show \ -static_assert(alignof(WBP_Debug_Camera_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Camera_C_Show"); \ -static_assert(sizeof(WBP_Debug_Camera_C_Show) == 0x0001D0, "Wrong size on WBP_Debug_Camera_C_Show"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue) == 0x000000, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'WBP_Debug_Camera_C_Show::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetZoneOwner_ReturnValue) == 0x000020, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetZoneOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetSplinePosition_ReturnValue) == 0x000030, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetSplinePosition_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Vector_Distance_ReturnValue) == 0x000048, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetClosestKey_ReturnValue) == 0x000050, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetClosestKey_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000058, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x000068, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue_1) == 0x000078, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetState_ReturnValue) == 0x000080, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000088, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetZGameMode_ReturnValue) == 0x0000A8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue_2) == 0x0000B8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetObservedPawn_ReturnValue) == 0x0000C0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetObservedPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue_1) == 0x0000C8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Create_ReturnValue) == 0x0000F0, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_AddChild_ReturnValue) == 0x0000F8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, Temp_int_Array_Index_Variable) == 0x000100, "Member 'WBP_Debug_Camera_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Array_Get_Item) == 0x000108, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000118, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, Temp_int_Loop_Counter_Variable) == 0x000128, "Member 'WBP_Debug_Camera_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000130, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetPlayerCamera_ReturnValue_3) == 0x000138, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetPlayerCamera_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetModifier_ReturnValue) == 0x000140, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetModifier_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetZoneOwner_ReturnValue_1) == 0x000148, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetZoneOwner_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue_2) == 0x000150, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_IsValid_ReturnValue_3) == 0x000151, "Member 'WBP_Debug_Camera_C_Show::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetState_ReturnValue_1) == 0x000152, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetDisplayName_ReturnValue_1) == 0x000158, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000168, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000178, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_GetDisplayName_ReturnValue_2) == 0x000188, "Member 'WBP_Debug_Camera_C_Show::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000198, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0001A8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001B8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Show, CallFunc_Conv_DoubleToText_Value_ImplicitCast) == 0x0001C8, "Member 'WBP_Debug_Camera_C_Show::CallFunc_Conv_DoubleToText_Value_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Camera_C_Tick \ -static_assert(alignof(WBP_Debug_Camera_C_Tick) == 0x000004, "Wrong alignment on WBP_Debug_Camera_C_Tick"); \ -static_assert(sizeof(WBP_Debug_Camera_C_Tick) == 0x00003C, "Wrong size on WBP_Debug_Camera_C_Tick"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Debug_Camera_C_Tick::MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Camera_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Debug_Camera_C_Tick::InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Debug_Camera_C \ -static_assert(alignof(UWBP_Debug_Camera_C) == 0x000008, "Wrong alignment on UWBP_Debug_Camera_C"); \ -static_assert(sizeof(UWBP_Debug_Camera_C) == 0x000338, "Wrong size on UWBP_Debug_Camera_C"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Debug_Camera_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, ScrollBox_Cameras) == 0x000300, "Member 'UWBP_Debug_Camera_C::ScrollBox_Cameras' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, TextClosestPoint) == 0x000308, "Member 'UWBP_Debug_Camera_C::TextClosestPoint' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, TextDist) == 0x000310, "Member 'UWBP_Debug_Camera_C::TextDist' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, TextModifier) == 0x000318, "Member 'UWBP_Debug_Camera_C::TextModifier' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, TextPawn) == 0x000320, "Member 'UWBP_Debug_Camera_C::TextPawn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, TextPlayerCameraState) == 0x000328, "Member 'UWBP_Debug_Camera_C::TextPlayerCameraState' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Camera_C, TextZone) == 0x000330, "Member 'UWBP_Debug_Camera_C::TextZone' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio \ -static_assert(alignof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio) == 0x000004, "Wrong alignment on WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio"); \ -static_assert(sizeof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio) == 0x000040, "Wrong size on WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio"); \ -static_assert(offsetof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio, EntryPoint) == 0x000000, "Member 'WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio::K2Node_Event_MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio::K2Node_Event_InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Audio_C_Show \ -static_assert(alignof(WBP_Debug_Audio_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Audio_C_Show"); \ -static_assert(sizeof(WBP_Debug_Audio_C_Show) == 0x000110, "Wrong size on WBP_Debug_Audio_C_Show"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, BuildLabel) == 0x000000, "Member 'WBP_Debug_Audio_C_Show::BuildLabel' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, AkComponents) == 0x000010, "Member 'WBP_Debug_Audio_C_Show::AkComponents' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_IsEmpty_ReturnValue) == 0x000024, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_AddChild_ReturnValue) == 0x000040, "Member 'WBP_Debug_Audio_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'WBP_Debug_Audio_C_Show::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000B0, "Member 'WBP_Debug_Audio_C_Show::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000C8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Less_IntInt_ReturnValue_1) == 0x00010C, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Audio_C_Tick \ -static_assert(alignof(WBP_Debug_Audio_C_Tick) == 0x000004, "Wrong alignment on WBP_Debug_Audio_C_Tick"); \ -static_assert(sizeof(WBP_Debug_Audio_C_Tick) == 0x00003C, "Wrong size on WBP_Debug_Audio_C_Tick"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Debug_Audio_C_Tick::MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Audio_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Debug_Audio_C_Tick::InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Debug_Audio_C \ -static_assert(alignof(UWBP_Debug_Audio_C) == 0x000008, "Wrong alignment on UWBP_Debug_Audio_C"); \ -static_assert(sizeof(UWBP_Debug_Audio_C) == 0x0002F0, "Wrong size on UWBP_Debug_Audio_C"); \ -static_assert(offsetof(UWBP_Debug_Audio_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Debug_Audio_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Audio_C, ScrollBox) == 0x0002E8, "Member 'UWBP_Debug_Audio_C::ScrollBox' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_CanPawnDie \ -static_assert(alignof(BP_Darwin_PlayerController_C_CanPawnDie) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_CanPawnDie"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_CanPawnDie) == 0x000028, "Wrong size on BP_Darwin_PlayerController_C_CanPawnDie"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CanDie) == 0x000000, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CanDie' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_HasTag_ReturnValue) == 0x000020, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_CE_SlomoOn \ -static_assert(alignof(BP_Darwin_PlayerController_C_CE_SlomoOn) == 0x000004, "Wrong alignment on BP_Darwin_PlayerController_C_CE_SlomoOn"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_CE_SlomoOn) == 0x000004, "Wrong size on BP_Darwin_PlayerController_C_CE_SlomoOn"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_CE_SlomoOn, TimeDilation) == 0x000000, "Member 'BP_Darwin_PlayerController_C_CE_SlomoOn::TimeDilation' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController \ -static_assert(alignof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController) == 0x000648, "Wrong size on BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, EntryPoint) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable) == 0x000010, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x000018, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x000038, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x00003C, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_6) == 0x000040, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000058, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable) == 0x000060, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_1) == 0x000068, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_1_0) == 0x000070, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_1_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_2) == 0x000078, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_1) == 0x000080, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_2_0) == 0x000088, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_2_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000090, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x0000B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x0000B4, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x0000B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0000C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_1) == 0x0000C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_3) == 0x0000D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_3_0) == 0x0000D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_3_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_4) == 0x0000E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_2) == 0x0000E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_4_0) == 0x0000F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_4_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x0000F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000118, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x00011C, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x000120, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_2) == 0x000128, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000130, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_5) == 0x000138, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_6) == 0x000140, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_5_0) == 0x000148, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_5_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_6_0) == 0x000150, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_6_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_3) == 0x000158, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000160, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000180, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x000184, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x000188, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000190, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_3) == 0x000198, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_7) == 0x0001A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_7_0) == 0x0001A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_7_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_8) == 0x0001B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_4) == 0x0001B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_8_0) == 0x0001C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_8_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0001C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x0001E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x0001EC, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x0001F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_4) == 0x0001F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_4) == 0x000200, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_9) == 0x000208, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_9' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_9_0) == 0x000210, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_9_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_10) == 0x000218, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_10' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_5) == 0x000220, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_10_0) == 0x000228, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_10_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000230, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000250, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000254, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000258, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_5) == 0x000260, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_5) == 0x000268, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_11) == 0x000270, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_11' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_12) == 0x000278, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_12' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_11_0) == 0x000280, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_11_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_12_0) == 0x000288, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_12_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_6) == 0x000290, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CreateDelegate_OutputDelegate_1) == 0x000294, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0002A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0002C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0002CC, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0002D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_6) == 0x0002D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_6) == 0x0002E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_13) == 0x0002E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_13' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_14) == 0x0002F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_14' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_13_0) == 0x0002F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_13_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_14_0) == 0x000300, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_14_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_7) == 0x000308, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue) == 0x000310, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000318, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_TimeDilation) == 0x000320, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_TimeDilation' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000324, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000328, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_15) == 0x000330, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_15' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_Event_bPlayIntro) == 0x000338, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_Event_bPlayIntro' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000340, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_7) == 0x000348, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue) == 0x000350, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000358, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetGameInstance_ReturnValue) == 0x000360, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue) == 0x000368, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsZGame_Instance) == 0x000370, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsZGame_Instance' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess) == 0x000378, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_ApplyDamage_ReturnValue) == 0x00037C, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x000380, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_1) == 0x000388, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CreateDelegate_OutputDelegate_2) == 0x000390, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x0003A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x0003C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x0003C4, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_7) == 0x0003C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue) == 0x0003D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_15_0) == 0x0003D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_15_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_0) == 0x0003E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_7) == 0x0003E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_1) == 0x0003E9, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_2) == 0x0003F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamagedActor) == 0x0003F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_Damage) == 0x000400, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_Damage' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamageType_1) == 0x000408, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamageType_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_InstigatedBy_1) == 0x000410, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_InstigatedBy_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamageCauser) == 0x000418, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_Event_PossessedPawn) == 0x000420, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_MakeStruct_S_DamageCache) == 0x000428, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_MakeStruct_S_DamageCache' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsZCharacter) == 0x000448, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess_1) == 0x000450, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetHealthComponent_HealthComponent) == 0x000458, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetHealthComponent_HealthComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000460, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000468, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_3) == 0x000470, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_2) == 0x000478, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_3) == 0x000480, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetViewTarget_ReturnValue) == 0x000488, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsGameplayReady_ReturnValue) == 0x000490, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsGameplayReady_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCamera_ReturnValue) == 0x000498, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCamera_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0004A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_ShouldShowLoadingScreen_Value) == 0x0004A1, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_ShouldShowLoadingScreen_Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_4) == 0x0004A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0004B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetDeathFactory_ReturnValue) == 0x0004B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetDeathFactory_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsZCharacter_1) == 0x0004C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsZCharacter_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess_2) == 0x0004C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue_2) == 0x0004D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_3) == 0x0004D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_4) == 0x0004E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue_3) == 0x0004E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCamera_ReturnValue_1) == 0x0004F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCamera_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_ApplyDamage_ReturnValue_1) == 0x0004F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_ApplyDamage_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameMode_ReturnValue) == 0x000500, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_8) == 0x000508, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_4) == 0x000509, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_5) == 0x000510, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_5) == 0x000518, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SetGamePaused_ReturnValue) == 0x000520, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetUIController_ReturnValue) == 0x000528, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_HasDebugFeatures_ReturnValue) == 0x000530, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_HasDebugFeatures_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_RequestScreenUI_ReturnValue) == 0x000531, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsInSpectator_ReturnValue) == 0x000532, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsInSpectator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_HasDebugFeatures_ReturnValue_1) == 0x000533, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_HasDebugFeatures_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Not_PreBool_ReturnValue) == 0x000534, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamageType) == 0x000538, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_InstigatedBy) == 0x000540, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_Value) == 0x000548, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_Causer) == 0x000550, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_Causer' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPawnDeathDataByDamageType_ReturnValue) == 0x000558, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPawnDeathDataByDamageType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SpawnExecutor_ExecutorActor) == 0x000578, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SpawnExecutor_ExecutorActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_5) == 0x000580, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_CanPawnDie_CanDie) == 0x000581, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_CanPawnDie_CanDie' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetGameUserSettings_ReturnValue) == 0x000588, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_16) == 0x000590, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_16' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000598, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess_3) == 0x0005A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_17) == 0x0005A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_17' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetForceFeedback_ReturnValue) == 0x0005B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_6) == 0x0005B1, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0005B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_7) == 0x0005C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_8) == 0x0005C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x0005D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x0005F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x0005F4, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_8) == 0x0005F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_8) == 0x000600, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_17_0) == 0x000608, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_17_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000610, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_16_0) == 0x000618, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_16_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_8) == 0x000620, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000628, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_VariableSet_CustomTimeDilation_ImplicitCast) == 0x000630, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_VariableSet_CustomTimeDilation_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SetPlayRate_NewRate_ImplicitCast) == 0x000634, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SetPlayRate_NewRate_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SetPlayRate_NewRate_ImplicitCast_1) == 0x000638, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SetPlayRate_NewRate_ImplicitCast_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_MakeStruct_Value_8_CB57B1274024BE9F2DB06A8DD38EE03E_ImplicitCast) == 0x000640, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_MakeStruct_Value_8_CB57B1274024BE9F2DB06A8DD38EE03E_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_GetHealthComponent \ -static_assert(alignof(BP_Darwin_PlayerController_C_GetHealthComponent) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_GetHealthComponent"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_GetHealthComponent) == 0x000048, "Wrong size on BP_Darwin_PlayerController_C_GetHealthComponent"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, Pawn_0) == 0x000000, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::Pawn_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, HealthComponent) == 0x000008, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::HealthComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_GetGaugeName_ReturnValue) == 0x000030, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_GetGaugeName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003C, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8 \ -static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InterruptMontages \ -static_assert(alignof(BP_Darwin_PlayerController_C_InterruptMontages) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InterruptMontages"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_InterruptMontages) == 0x000018, "Wrong size on BP_Darwin_PlayerController_C_InterruptMontages"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_K2_GetPawn_ReturnValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_OnPlayerDamaged \ -static_assert(alignof(BP_Darwin_PlayerController_C_OnPlayerDamaged) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_OnPlayerDamaged"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_OnPlayerDamaged) == 0x000020, "Wrong size on BP_Darwin_PlayerController_C_OnPlayerDamaged"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, DamageType) == 0x000000, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::DamageType' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, InstigatedBy) == 0x000008, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::InstigatedBy' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, Value) == 0x000010, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, Causer) == 0x000018, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::Causer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_OnPlayerStart \ -static_assert(alignof(BP_Darwin_PlayerController_C_OnPlayerStart) == 0x000001, "Wrong alignment on BP_Darwin_PlayerController_C_OnPlayerStart"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_OnPlayerStart) == 0x000001, "Wrong size on BP_Darwin_PlayerController_C_OnPlayerStart"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerStart, bPlayIntro) == 0x000000, "Member 'BP_Darwin_PlayerController_C_OnPlayerStart::bPlayIntro' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event \ -static_assert(alignof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event) == 0x000028, "Wrong size on BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, DamagedActor) == 0x000000, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::DamagedActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, Damage) == 0x000008, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::Damage' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, DamageType) == 0x000010, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::DamageType' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, InstigatedBy) == 0x000018, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::InstigatedBy' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, DamageCauser) == 0x000020, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::DamageCauser' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_PreProcessDeath \ -static_assert(alignof(BP_Darwin_PlayerController_C_PreProcessDeath) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_PreProcessDeath"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_PreProcessDeath) == 0x000020, "Wrong size on BP_Darwin_PlayerController_C_PreProcessDeath"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ReceivePossess \ -static_assert(alignof(BP_Darwin_PlayerController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ReceivePossess"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_ReceivePossess) == 0x000008, "Wrong size on BP_Darwin_PlayerController_C_ReceivePossess"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ShouldShowLoadingScreen \ -static_assert(alignof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ShouldShowLoadingScreen"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen) == 0x000028, "Wrong size on BP_Darwin_PlayerController_C_ShouldShowLoadingScreen"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, Value) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_GetWorldManager_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_GetWorldManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_GetGameMode_ReturnValue) == 0x000018, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_IsTransitioningToWorld_ReturnValue) == 0x000020, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_IsTransitioningToWorld_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_ObjectIsA_ReturnValue) == 0x000021, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_ObjectIsA_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ShowDebugCamera \ -static_assert(alignof(BP_Darwin_PlayerController_C_ShowDebugCamera) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ShowDebugCamera"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_ShowDebugCamera) == 0x000010, "Wrong size on BP_Darwin_PlayerController_C_ShowDebugCamera"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShowDebugCamera, Value) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ShowDebugCamera::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShowDebugCamera, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ShowDebugCamera::CallFunc_Create_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ShowThreats \ -static_assert(alignof(BP_Darwin_PlayerController_C_ShowThreats) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ShowThreats"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_ShowThreats) == 0x000018, "Wrong size on BP_Darwin_PlayerController_C_ShowThreats"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShowThreats, Value) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ShowThreats::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShowThreats, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ShowThreats::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_ShowThreats, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_ShowThreats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_SpawnDamageSound \ -static_assert(alignof(BP_Darwin_PlayerController_C_SpawnDamageSound) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_SpawnDamageSound"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_SpawnDamageSound) == 0x000088, "Wrong size on BP_Darwin_PlayerController_C_SpawnDamageSound"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, DamageType) == 0x000000, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::DamageType' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, AudioComponent) == 0x000008, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::AudioComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Rat) == 0x000010, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Rat' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Lava) == 0x000020, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Lava' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Elec_Red) == 0x000030, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Elec_Red' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_2) == 0x000038, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Elec) == 0x000040, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Elec' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_3) == 0x000048, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Crunched) == 0x000050, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Crunched' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_4) == 0x000058, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Burn) == 0x000060, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Burn' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_5) == 0x000068, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000070, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsCH_Darwin) == 0x000078, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_6) == 0x000080, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_SpawnExecutor \ -static_assert(alignof(BP_Darwin_PlayerController_C_SpawnExecutor) == 0x000010, "Wrong alignment on BP_Darwin_PlayerController_C_SpawnExecutor"); \ -static_assert(sizeof(BP_Darwin_PlayerController_C_SpawnExecutor) == 0x000090, "Wrong size on BP_Darwin_PlayerController_C_SpawnExecutor"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, ExecutorClass) == 0x000000, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::ExecutorClass' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, ExecutorActor) == 0x000008, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::ExecutorActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000080, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000088, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Darwin_PlayerController_C \ -static_assert(alignof(ABP_Darwin_PlayerController_C) == 0x000008, "Wrong alignment on ABP_Darwin_PlayerController_C"); \ -static_assert(sizeof(ABP_Darwin_PlayerController_C) == 0x000B60, "Wrong size on ABP_Darwin_PlayerController_C"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, UberGraphFrame) == 0x000A88, "Member 'ABP_Darwin_PlayerController_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, Fadeintimeline_Alpha_76A568EF4F9B48D163E11B8527A8AB0F) == 0x000A90, "Member 'ABP_Darwin_PlayerController_C::Fadeintimeline_Alpha_76A568EF4F9B48D163E11B8527A8AB0F' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, Fadeintimeline__Direction_76A568EF4F9B48D163E11B8527A8AB0F) == 0x000A94, "Member 'ABP_Darwin_PlayerController_C::Fadeintimeline__Direction_76A568EF4F9B48D163E11B8527A8AB0F' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, Fadeintimeline) == 0x000A98, "Member 'ABP_Darwin_PlayerController_C::Fadeintimeline' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutTimeline_Alpha_E57A63D14CDCF23D1E6CB09DFCEDEDEF) == 0x000AA0, "Member 'ABP_Darwin_PlayerController_C::FadeOutTimeline_Alpha_E57A63D14CDCF23D1E6CB09DFCEDEDEF' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutTimeline__Direction_E57A63D14CDCF23D1E6CB09DFCEDEDEF) == 0x000AA4, "Member 'ABP_Darwin_PlayerController_C::FadeOutTimeline__Direction_E57A63D14CDCF23D1E6CB09DFCEDEDEF' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutTimeline) == 0x000AA8, "Member 'ABP_Darwin_PlayerController_C::FadeOutTimeline' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, OnRespawn) == 0x000AB0, "Member 'ABP_Darwin_PlayerController_C::OnRespawn' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, OnFadeOutComplete) == 0x000AC0, "Member 'ABP_Darwin_PlayerController_C::OnFadeOutComplete' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeInFactor) == 0x000AD0, "Member 'ABP_Darwin_PlayerController_C::FadeInFactor' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, IsFadingIn) == 0x000AD8, "Member 'ABP_Darwin_PlayerController_C::IsFadingIn' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, LoadingScreen) == 0x000AE0, "Member 'ABP_Darwin_PlayerController_C::LoadingScreen' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutPlayRate) == 0x000AE8, "Member 'ABP_Darwin_PlayerController_C::FadeOutPlayRate' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeInPlayRate) == 0x000AF0, "Member 'ABP_Darwin_PlayerController_C::FadeInPlayRate' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, OnWave) == 0x000AF8, "Member 'ABP_Darwin_PlayerController_C::OnWave' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, LocomotionDebugWidget) == 0x000B08, "Member 'ABP_Darwin_PlayerController_C::LocomotionDebugWidget' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, CameraDebugWidget) == 0x000B10, "Member 'ABP_Darwin_PlayerController_C::CameraDebugWidget' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, AIDebugWidget) == 0x000B18, "Member 'ABP_Darwin_PlayerController_C::AIDebugWidget' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, DamageCache) == 0x000B20, "Member 'ABP_Darwin_PlayerController_C::DamageCache' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, OnPreRespawn) == 0x000B40, "Member 'ABP_Darwin_PlayerController_C::OnPreRespawn' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, HelpSystemDebugWidget) == 0x000B50, "Member 'ABP_Darwin_PlayerController_C::HelpSystemDebugWidget' has a wrong offset!"); \ -static_assert(offsetof(ABP_Darwin_PlayerController_C, ThreatsWidget) == 0x000B58, "Member 'ABP_Darwin_PlayerController_C::ThreatsWidget' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UDamage_Squished_C \ -static_assert(alignof(UDamage_Squished_C) == 0x000008, "Wrong alignment on UDamage_Squished_C"); \ -static_assert(sizeof(UDamage_Squished_C) == 0x000040, "Wrong size on UDamage_Squished_C"); \ - -#define DUMPER7_ASSERTS_UWBP_Darwin_InkCrosshair_C \ -static_assert(alignof(UWBP_Darwin_InkCrosshair_C) == 0x000008, "Wrong alignment on UWBP_Darwin_InkCrosshair_C"); \ -static_assert(sizeof(UWBP_Darwin_InkCrosshair_C) == 0x0002E8, "Wrong size on UWBP_Darwin_InkCrosshair_C"); \ -static_assert(offsetof(UWBP_Darwin_InkCrosshair_C, Image_72) == 0x0002E0, "Member 'UWBP_Darwin_InkCrosshair_C::Image_72' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector \ -static_assert(alignof(BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector) == 0x000004, "Wrong alignment on BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector"); \ -static_assert(sizeof(BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector) == 0x000004, "Wrong size on BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector"); \ -static_assert(offsetof(BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector, EntryPoint) == 0x000000, "Member 'BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector::EntryPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_AIDirector_C_OnAIAlerted \ -static_assert(alignof(BP_AIDirector_C_OnAIAlerted) == 0x000008, "Wrong alignment on BP_AIDirector_C_OnAIAlerted"); \ -static_assert(sizeof(BP_AIDirector_C_OnAIAlerted) == 0x000070, "Wrong size on BP_AIDirector_C_OnAIAlerted"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, WorldTime) == 0x000000, "Member 'BP_AIDirector_C_OnAIAlerted::WorldTime' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, AlertedEvent) == 0x000008, "Member 'BP_AIDirector_C_OnAIAlerted::AlertedEvent' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, Temp_delegate_Variable) == 0x000030, "Member 'BP_AIDirector_C_OnAIAlerted::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000048, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, K2Node_DynamicCast_AsAk_Audio_Event) == 0x000050, "Member 'BP_AIDirector_C_OnAIAlerted::K2Node_DynamicCast_AsAk_Audio_Event' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_AIDirector_C_OnAIAlerted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_PostEvent_ReturnValue) == 0x00005C, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_AIDirector_C \ -static_assert(alignof(UBP_AIDirector_C) == 0x000008, "Wrong alignment on UBP_AIDirector_C"); \ -static_assert(sizeof(UBP_AIDirector_C) == 0x0000C0, "Wrong size on UBP_AIDirector_C"); \ -static_assert(offsetof(UBP_AIDirector_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_AIDirector_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UBP_AIDirector_C, AlertedTimestamp) == 0x0000B0, "Member 'UBP_AIDirector_C::AlertedTimestamp' has a wrong offset!"); \ -static_assert(offsetof(UBP_AIDirector_C, AlertedSoundDelay) == 0x0000B8, "Member 'UBP_AIDirector_C::AlertedSoundDelay' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_FS_DamageCache \ static_assert(alignof(FS_DamageCache) == 0x000008, "Wrong alignment on FS_DamageCache"); \ static_assert(sizeof(FS_DamageCache) == 0x000020, "Wrong size on FS_DamageCache"); \ @@ -139329,14 +138290,6 @@ static_assert(offsetof(FS_DamageCache, DamageType_5_9A62679846DC2B3FDE2EF0884171 static_assert(offsetof(FS_DamageCache, Value_8_CB57B1274024BE9F2DB06A8DD38EE03E) == 0x000010, "Member 'FS_DamageCache::Value_8_CB57B1274024BE9F2DB06A8DD38EE03E' has a wrong offset!"); \ static_assert(offsetof(FS_DamageCache, Causer_12_DD8ED47D4F0A4985FA3FAEAD645A8432) == 0x000018, "Member 'FS_DamageCache::Causer_12_DD8ED47D4F0A4985FA3FAEAD645A8432' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UBP_DarwinBaseSaveSettings_C \ -static_assert(alignof(UBP_DarwinBaseSaveSettings_C) == 0x000008, "Wrong alignment on UBP_DarwinBaseSaveSettings_C"); \ -static_assert(sizeof(UBP_DarwinBaseSaveSettings_C) == 0x0000F0, "Wrong size on UBP_DarwinBaseSaveSettings_C"); \ - -#define DUMPER7_ASSERTS_UBP_DarwinSaveManager_C \ -static_assert(alignof(UBP_DarwinSaveManager_C) == 0x000008, "Wrong alignment on UBP_DarwinSaveManager_C"); \ -static_assert(sizeof(UBP_DarwinSaveManager_C) == 0x0000E8, "Wrong size on UBP_DarwinSaveManager_C"); \ - #define DUMPER7_ASSERTS_WBP_LoadingScreen_C_Close \ static_assert(alignof(WBP_LoadingScreen_C_Close) == 0x000001, "Wrong alignment on WBP_LoadingScreen_C_Close"); \ static_assert(sizeof(WBP_LoadingScreen_C_Close) == 0x000001, "Wrong size on WBP_LoadingScreen_C_Close"); \ @@ -139375,10 +138328,6 @@ static_assert(offsetof(UWBP_LoadingScreen_C, LoadingWidget) == 0x000308, "Member static_assert(offsetof(UWBP_LoadingScreen_C, SizeBox_AspectRatio) == 0x000310, "Member 'UWBP_LoadingScreen_C::SizeBox_AspectRatio' has a wrong offset!"); \ static_assert(offsetof(UWBP_LoadingScreen_C, Timer) == 0x000318, "Member 'UWBP_LoadingScreen_C::Timer' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UBP_AbilitySystem_C \ -static_assert(alignof(UBP_AbilitySystem_C) == 0x000008, "Wrong alignment on UBP_AbilitySystem_C"); \ -static_assert(sizeof(UBP_AbilitySystem_C) == 0x000058, "Wrong size on UBP_AbilitySystem_C"); \ - #define DUMPER7_ASSERTS_BP_GreenMatter_SpeedModifier_C_ExecuteUbergraph_BP_GreenMatter_SpeedModifier \ static_assert(alignof(BP_GreenMatter_SpeedModifier_C_ExecuteUbergraph_BP_GreenMatter_SpeedModifier) == 0x000008, "Wrong alignment on BP_GreenMatter_SpeedModifier_C_ExecuteUbergraph_BP_GreenMatter_SpeedModifier"); \ static_assert(sizeof(BP_GreenMatter_SpeedModifier_C_ExecuteUbergraph_BP_GreenMatter_SpeedModifier) == 0x000078, "Wrong size on BP_GreenMatter_SpeedModifier_C_ExecuteUbergraph_BP_GreenMatter_SpeedModifier"); \ @@ -139426,128 +138375,9 @@ static_assert(sizeof(UBP_GreenMatter_SpeedModifier_C) == 0x000038, "Wrong size o static_assert(offsetof(UBP_GreenMatter_SpeedModifier_C, UberGraphFrame) == 0x000028, "Member 'UBP_GreenMatter_SpeedModifier_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_GreenMatter_SpeedModifier_C, SpeedFactor) == 0x000030, "Member 'UBP_GreenMatter_SpeedModifier_C::SpeedFactor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UDamage_CrunchedFlat_C \ -static_assert(alignof(UDamage_CrunchedFlat_C) == 0x000008, "Wrong alignment on UDamage_CrunchedFlat_C"); \ -static_assert(sizeof(UDamage_CrunchedFlat_C) == 0x000040, "Wrong size on UDamage_CrunchedFlat_C"); \ - -#define DUMPER7_ASSERTS_UDamage_LavaGreen_C \ -static_assert(alignof(UDamage_LavaGreen_C) == 0x000008, "Wrong alignment on UDamage_LavaGreen_C"); \ -static_assert(sizeof(UDamage_LavaGreen_C) == 0x000040, "Wrong size on UDamage_LavaGreen_C"); \ - -#define DUMPER7_ASSERTS_ABP_ProjectileTrajectory_C \ -static_assert(alignof(ABP_ProjectileTrajectory_C) == 0x000008, "Wrong alignment on ABP_ProjectileTrajectory_C"); \ -static_assert(sizeof(ABP_ProjectileTrajectory_C) == 0x0002F8, "Wrong size on ABP_ProjectileTrajectory_C"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors \ -static_assert(alignof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors) == 0x000004, "Wrong alignment on WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors"); \ -static_assert(sizeof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors) == 0x000040, "Wrong size on WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors"); \ -static_assert(offsetof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors, EntryPoint) == 0x000000, "Member 'WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors::K2Node_Event_MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors::K2Node_Event_InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Actors_C_Show \ -static_assert(alignof(WBP_Debug_Actors_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Actors_C_Show"); \ -static_assert(sizeof(WBP_Debug_Actors_C_Show) == 0x0001D0, "Wrong size on WBP_Debug_Actors_C_Show"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, Classes) == 0x000000, "Member 'WBP_Debug_Actors_C_Show::Classes' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, BuildLabel) == 0x000050, "Member 'WBP_Debug_Actors_C_Show::BuildLabel' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Variable) == 0x000064, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Variable_1) == 0x00006C, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Create_ReturnValue) == 0x000080, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_SortClassMap_ReturnValue) == 0x000088, "Member 'WBP_Debug_Actors_C_Show::CallFunc_SortClassMap_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_AddChild_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Keys_Keys) == 0x0000E0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_Value) == 0x000108, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_Value' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_ReturnValue) == 0x00010C, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Conv_IntToString_ReturnValue) == 0x000110, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_GetClassDisplayName_ReturnValue) == 0x000120, "Member 'WBP_Debug_Actors_C_Show::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000138, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x000148, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000150, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000160, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000170, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_GetAllActorsOfClass_OutActors) == 0x000180, "Member 'WBP_Debug_Actors_C_Show::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Get_Item_1) == 0x000190, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_GetObjectClass_ReturnValue) == 0x000198, "Member 'WBP_Debug_Actors_C_Show::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Length_ReturnValue_1) == 0x0001A0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001A4, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_Value_1) == 0x0001A8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_ReturnValue_1) == 0x0001AC, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001B0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Contains_ReturnValue) == 0x0001B4, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Length_ReturnValue_2) == 0x0001B8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Conv_IntToText_ReturnValue) == 0x0001C0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Actors_C_Tick \ -static_assert(alignof(WBP_Debug_Actors_C_Tick) == 0x000004, "Wrong alignment on WBP_Debug_Actors_C_Tick"); \ -static_assert(sizeof(WBP_Debug_Actors_C_Tick) == 0x00003C, "Wrong size on WBP_Debug_Actors_C_Tick"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Debug_Actors_C_Tick::MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Actors_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Debug_Actors_C_Tick::InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Debug_Actors_C \ -static_assert(alignof(UWBP_Debug_Actors_C) == 0x000008, "Wrong alignment on UWBP_Debug_Actors_C"); \ -static_assert(sizeof(UWBP_Debug_Actors_C) == 0x0002F8, "Wrong size on UWBP_Debug_Actors_C"); \ -static_assert(offsetof(UWBP_Debug_Actors_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Debug_Actors_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Actors_C, ScrollBox) == 0x0002E8, "Member 'UWBP_Debug_Actors_C::ScrollBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Actors_C, TextTotActors) == 0x0002F0, "Member 'UWBP_Debug_Actors_C::TextTotActors' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ActorLog_C \ -static_assert(alignof(UWBP_ActorLog_C) == 0x000008, "Wrong alignment on UWBP_ActorLog_C"); \ -static_assert(sizeof(UWBP_ActorLog_C) == 0x0002F0, "Wrong size on UWBP_ActorLog_C"); \ -static_assert(offsetof(UWBP_ActorLog_C, Logs) == 0x0002E0, "Member 'UWBP_ActorLog_C::Logs' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ActorLog_C, TextActorName) == 0x0002E8, "Member 'UWBP_ActorLog_C::TextActorName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Log_C_Show \ -static_assert(alignof(WBP_Debug_Log_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Log_C_Show"); \ -static_assert(sizeof(WBP_Debug_Log_C_Show) == 0x000188, "Wrong size on WBP_Debug_Log_C_Show"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_Debug_Log_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Create_ReturnValue_1) == 0x000008, "Member 'WBP_Debug_Log_C_Show::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_AddChild_ReturnValue) == 0x000010, "Member 'WBP_Debug_Log_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_Debug_Log_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_Debug_Log_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Debug_Log_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'WBP_Debug_Log_C_Show::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_Debug_Log_C_Show::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'WBP_Debug_Log_C_Show::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetZGameInstance_ReturnValue) == 0x000040, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'WBP_Debug_Log_C_Show::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Map_Values_Values) == 0x000050, "Member 'WBP_Debug_Log_C_Show::CallFunc_Map_Values_Values' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'WBP_Debug_Log_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_FromSeconds_ReturnValue) == 0x0000A8, "Member 'WBP_Debug_Log_C_Show::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetMilliseconds_ReturnValue) == 0x0000B4, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetMilliseconds_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_IntToString_ReturnValue) == 0x0000B8, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetSeconds_ReturnValue) == 0x0000C8, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetSeconds_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_GetMinutes_ReturnValue) == 0x0000CC, "Member 'WBP_Debug_Log_C_Show::CallFunc_GetMinutes_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0000D0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_IntToString_ReturnValue_2) == 0x0000E0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F0, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000110, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000120, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_AddChild_ReturnValue_1) == 0x000140, "Member 'WBP_Debug_Log_C_Show::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000148, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000158, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000168, "Member 'WBP_Debug_Log_C_Show::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Log_C_Show, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000178, "Member 'WBP_Debug_Log_C_Show::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Debug_Log_C \ -static_assert(alignof(UWBP_Debug_Log_C) == 0x000008, "Wrong alignment on UWBP_Debug_Log_C"); \ -static_assert(sizeof(UWBP_Debug_Log_C) == 0x000300, "Wrong size on UWBP_Debug_Log_C"); \ -static_assert(offsetof(UWBP_Debug_Log_C, ScrollBox_Logs) == 0x0002F8, "Member 'UWBP_Debug_Log_C::ScrollBox_Logs' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UBP_AbilitySystem_C \ +static_assert(alignof(UBP_AbilitySystem_C) == 0x000008, "Wrong alignment on UBP_AbilitySystem_C"); \ +static_assert(sizeof(UBP_AbilitySystem_C) == 0x000058, "Wrong size on UBP_AbilitySystem_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"); \ @@ -139580,107 +138410,6 @@ static_assert(offsetof(UAnimNotify_AkEvent_C, Event) == 0x000048, "Member 'UAnim 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_WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp \ -static_assert(alignof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp) == 0x000008, "Wrong alignment on WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp"); \ -static_assert(sizeof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp) == 0x0000D0, "Wrong size on WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, EntryPoint) == 0x000000, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_name_Variable) == 0x000004, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_name_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_delegate_Variable) == 0x00000C, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_PostEvent_ReturnValue) == 0x00001C, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_bool_Variable) == 0x000020, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable) == 0x000021, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_1) == 0x000022, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_bool_Variable_1) == 0x000023, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_bool_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_2) == 0x000024, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_3) == 0x000025, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_bool_Variable_2) == 0x000026, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_bool_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_4) == 0x000027, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_5) == 0x000028, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000030, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue) == 0x000038, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_bValue) == 0x00003A, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_InFocusEvent) == 0x00003C, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_PlayerInput) == 0x000050, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_PlayerInput' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetUIController_ReturnValue) == 0x000080, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_Array_Contains_ReturnValue) == 0x000088, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_IsDesignTime) == 0x000089, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Select_Default) == 0x00008A, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Select_Default_1) == 0x00008B, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Select_Default_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_PopUpTextData) == 0x000090, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_PopUpTextData' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Select_Default_2) == 0x0000C0, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Select_Default_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetValidFocusPathButton_NewParam) == 0x0000C8, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetValidFocusPathButton_NewParam' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_GetValidFocusPathButton \ -static_assert(alignof(WBP_PopUp_C_GetValidFocusPathButton) == 0x000008, "Wrong alignment on WBP_PopUp_C_GetValidFocusPathButton"); \ -static_assert(sizeof(WBP_PopUp_C_GetValidFocusPathButton) == 0x000018, "Wrong size on WBP_PopUp_C_GetValidFocusPathButton"); \ -static_assert(offsetof(WBP_PopUp_C_GetValidFocusPathButton, NewParam) == 0x000000, "Member 'WBP_PopUp_C_GetValidFocusPathButton::NewParam' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_GetValidFocusPathButton, Temp_bool_Variable) == 0x000008, "Member 'WBP_PopUp_C_GetValidFocusPathButton::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_GetValidFocusPathButton, K2Node_Select_Default) == 0x000010, "Member 'WBP_PopUp_C_GetValidFocusPathButton::K2Node_Select_Default' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_HandleFocus \ -static_assert(alignof(WBP_PopUp_C_HandleFocus) == 0x000008, "Wrong alignment on WBP_PopUp_C_HandleFocus"); \ -static_assert(sizeof(WBP_PopUp_C_HandleFocus) == 0x000008, "Wrong size on WBP_PopUp_C_HandleFocus"); \ -static_assert(offsetof(WBP_PopUp_C_HandleFocus, CallFunc_GetValidFocusPathButton_NewParam) == 0x000000, "Member 'WBP_PopUp_C_HandleFocus::CallFunc_GetValidFocusPathButton_NewParam' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_OnAppFocus \ -static_assert(alignof(WBP_PopUp_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_PopUp_C_OnAppFocus"); \ -static_assert(sizeof(WBP_PopUp_C_OnAppFocus) == 0x000001, "Wrong size on WBP_PopUp_C_OnAppFocus"); \ -static_assert(offsetof(WBP_PopUp_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_PopUp_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_OnCancelClickedEvent \ -static_assert(alignof(WBP_PopUp_C_OnCancelClickedEvent) == 0x000008, "Wrong alignment on WBP_PopUp_C_OnCancelClickedEvent"); \ -static_assert(sizeof(WBP_PopUp_C_OnCancelClickedEvent) == 0x000010, "Wrong size on WBP_PopUp_C_OnCancelClickedEvent"); \ -static_assert(offsetof(WBP_PopUp_C_OnCancelClickedEvent, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_PopUp_C_OnCancelClickedEvent::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_OnCancelClickedEvent, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'WBP_PopUp_C_OnCancelClickedEvent::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_OnPlayerInputAction \ -static_assert(alignof(WBP_PopUp_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_PopUp_C_OnPlayerInputAction"); \ -static_assert(sizeof(WBP_PopUp_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_PopUp_C_OnPlayerInputAction"); \ -static_assert(offsetof(WBP_PopUp_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_PopUp_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_PopUp_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_PopUp_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_PopUp_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_PopUp_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_PopUp_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_PopUp_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_PreConstruct \ -static_assert(alignof(WBP_PopUp_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PopUp_C_PreConstruct"); \ -static_assert(sizeof(WBP_PopUp_C_PreConstruct) == 0x000001, "Wrong size on WBP_PopUp_C_PreConstruct"); \ -static_assert(offsetof(WBP_PopUp_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PopUp_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_SetGenericPopUpText \ -static_assert(alignof(WBP_PopUp_C_SetGenericPopUpText) == 0x000008, "Wrong alignment on WBP_PopUp_C_SetGenericPopUpText"); \ -static_assert(sizeof(WBP_PopUp_C_SetGenericPopUpText) == 0x000030, "Wrong size on WBP_PopUp_C_SetGenericPopUpText"); \ -static_assert(offsetof(WBP_PopUp_C_SetGenericPopUpText, PopUpTextData) == 0x000000, "Member 'WBP_PopUp_C_SetGenericPopUpText::PopUpTextData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_PopUp_C_SetPopupText \ -static_assert(alignof(WBP_PopUp_C_SetPopupText) == 0x000008, "Wrong alignment on WBP_PopUp_C_SetPopupText"); \ -static_assert(sizeof(WBP_PopUp_C_SetPopupText) == 0x000030, "Wrong size on WBP_PopUp_C_SetPopupText"); \ -static_assert(offsetof(WBP_PopUp_C_SetPopupText, Title) == 0x000000, "Member 'WBP_PopUp_C_SetPopupText::Title' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_SetPopupText, QuestionText) == 0x000010, "Member 'WBP_PopUp_C_SetPopupText::QuestionText' has a wrong offset!"); \ -static_assert(offsetof(WBP_PopUp_C_SetPopupText, WarningText) == 0x000020, "Member 'WBP_PopUp_C_SetPopupText::WarningText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_PopUp_C \ -static_assert(alignof(UWBP_PopUp_C) == 0x000008, "Wrong alignment on UWBP_PopUp_C"); \ -static_assert(sizeof(UWBP_PopUp_C) == 0x000368, "Wrong size on UWBP_PopUp_C"); \ -static_assert(offsetof(UWBP_PopUp_C, UberGraphFrame) == 0x000300, "Member 'UWBP_PopUp_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, Background) == 0x000308, "Member 'UWBP_PopUp_C::Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, ButtonSpacer) == 0x000310, "Member 'UWBP_PopUp_C::ButtonSpacer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, PopupTitle) == 0x000318, "Member 'UWBP_PopUp_C::PopupTitle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, Question) == 0x000320, "Member 'UWBP_PopUp_C::Question' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, Separator) == 0x000328, "Member 'UWBP_PopUp_C::Separator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, Warning) == 0x000330, "Member 'UWBP_PopUp_C::Warning' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, WBP_ButtonCancel) == 0x000338, "Member 'UWBP_PopUp_C::WBP_ButtonCancel' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, WBP_ButtonConfirm) == 0x000340, "Member 'UWBP_PopUp_C::WBP_ButtonConfirm' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, OnCancelClicked) == 0x000348, "Member 'UWBP_PopUp_C::OnCancelClicked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PopUp_C, OnConfirmClicked) == 0x000358, "Member 'UWBP_PopUp_C::OnConfirmClicked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UDamage_CrunchedFlat_NoDecal_C \ -static_assert(alignof(UDamage_CrunchedFlat_NoDecal_C) == 0x000008, "Wrong alignment on UDamage_CrunchedFlat_NoDecal_C"); \ -static_assert(sizeof(UDamage_CrunchedFlat_NoDecal_C) == 0x000040, "Wrong size on UDamage_CrunchedFlat_NoDecal_C"); \ - #define DUMPER7_ASSERTS_AC_DarwinInteract_C_Ce_Baloon \ static_assert(alignof(AC_DarwinInteract_C_Ce_Baloon) == 0x000008, "Wrong alignment on AC_DarwinInteract_C_Ce_Baloon"); \ static_assert(sizeof(AC_DarwinInteract_C_Ce_Baloon) == 0x000030, "Wrong size on AC_DarwinInteract_C_Ce_Baloon"); \ @@ -139746,6 +138475,10 @@ static_assert(offsetof(UAC_DarwinInteract_C, BaloonDispatcher) == 0x000100, "Mem static_assert(offsetof(UAC_DarwinInteract_C, XButtonDispatcher) == 0x000110, "Member 'UAC_DarwinInteract_C::XButtonDispatcher' has a wrong offset!"); \ static_assert(offsetof(UAC_DarwinInteract_C, DispatcherTesty) == 0x000120, "Member 'UAC_DarwinInteract_C::DispatcherTesty' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UDamage_Rat_C \ +static_assert(alignof(UDamage_Rat_C) == 0x000008, "Wrong alignment on UDamage_Rat_C"); \ +static_assert(sizeof(UDamage_Rat_C) == 0x000040, "Wrong size on UDamage_Rat_C"); \ + #define DUMPER7_ASSERTS_UWBP_HorizontalBox_C \ static_assert(alignof(UWBP_HorizontalBox_C) == 0x000008, "Wrong alignment on UWBP_HorizontalBox_C"); \ static_assert(sizeof(UWBP_HorizontalBox_C) == 0x000300, "Wrong size on UWBP_HorizontalBox_C"); \ @@ -139755,49 +138488,10 @@ static_assert(offsetof(UWBP_HorizontalBox_C, HorizontalBox) == 0x0002F8, "Member static_assert(alignof(UDamage_Lava_C) == 0x000008, "Wrong alignment on UDamage_Lava_C"); \ static_assert(sizeof(UDamage_Lava_C) == 0x000040, "Wrong size on UDamage_Lava_C"); \ -#define DUMPER7_ASSERTS_UDamage_Rat_C \ -static_assert(alignof(UDamage_Rat_C) == 0x000008, "Wrong alignment on UDamage_Rat_C"); \ -static_assert(sizeof(UDamage_Rat_C) == 0x000040, "Wrong size on UDamage_Rat_C"); \ - #define DUMPER7_ASSERTS_UAC_DarwinEventComponent_C \ static_assert(alignof(UAC_DarwinEventComponent_C) == 0x000008, "Wrong alignment on UAC_DarwinEventComponent_C"); \ static_assert(sizeof(UAC_DarwinEventComponent_C) == 0x0000A0, "Wrong size on UAC_DarwinEventComponent_C"); \ -#define DUMPER7_ASSERTS_BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn \ -static_assert(alignof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn) == 0x000010, "Wrong alignment on BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn"); \ -static_assert(sizeof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn) == 0x000290, "Wrong size on BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, EntryPoint) == 0x000000, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_Event_DeathActorInstigator) == 0x000010, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000021, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_GetBoneTransform_ReturnValue) == 0x000030, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_GetBoneTransform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_GetBoneTransform_ReturnValue_1) == 0x000090, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_GetBoneTransform_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Location) == 0x0000F0, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Location' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Rotation) == 0x000108, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Scale) == 0x000120, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Location_1) == 0x000138, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Rotation_1) == 0x000150, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Scale_1) == 0x000168, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000180, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_IsInWaterVolume_ReturnValue) == 0x000278, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, Temp_delegate_Variable) == 0x00027C, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_PostEvent_ReturnValue) == 0x00028C, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Burn_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_Burn_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Burn_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_Burn_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Burn_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_Burn_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Burn_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Burn_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Burn_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_Burn_C \ -static_assert(alignof(ABP_Death_Burn_C) == 0x000008, "Wrong alignment on ABP_Death_Burn_C"); \ -static_assert(sizeof(ABP_Death_Burn_C) == 0x000310, "Wrong size on ABP_Death_Burn_C"); \ -static_assert(offsetof(ABP_Death_Burn_C, UberGraphFrame_BP_Death_Burn_C) == 0x0002F8, "Member 'ABP_Death_Burn_C::UberGraphFrame_BP_Death_Burn_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Burn_C, FX_DEATH_BurnUnderwater) == 0x000300, "Member 'ABP_Death_Burn_C::FX_DEATH_BurnUnderwater' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Burn_C, FX_DEATH_Burn) == 0x000308, "Member 'ABP_Death_Burn_C::FX_DEATH_Burn' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_QuickAccessBlueprintLibrary_C_FindWorld \ static_assert(alignof(QuickAccessBlueprintLibrary_C_FindWorld) == 0x000008, "Wrong alignment on QuickAccessBlueprintLibrary_C_FindWorld"); \ static_assert(sizeof(QuickAccessBlueprintLibrary_C_FindWorld) == 0x0000C0, "Wrong size on QuickAccessBlueprintLibrary_C_FindWorld"); \ @@ -139831,6 +138525,26 @@ static_assert(offsetof(QuickAccessBlueprintLibrary_C_GetDarwinGPTagComponent, Ca static_assert(offsetof(QuickAccessBlueprintLibrary_C_GetDarwinGPTagComponent, CallFunc_GetGameplayTagComponent_ReturnValue) == 0x000018, "Member 'QuickAccessBlueprintLibrary_C_GetDarwinGPTagComponent::CallFunc_GetGameplayTagComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuickAccessBlueprintLibrary_C_GetDarwinGPTagComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'QuickAccessBlueprintLibrary_C_GetDarwinGPTagComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition \ +static_assert(alignof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition) == 0x000008, "Wrong alignment on QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition"); \ +static_assert(sizeof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition) == 0x000040, "Wrong size on QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, __WorldContext) == 0x000000, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, Value) == 0x000008, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::Value' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, HighPresetQualityValue) == 0x00000C, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::HighPresetQualityValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_GetPlatformType_ReturnValue) == 0x000018, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001A, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000020, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue) == 0x000028, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x00002C, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000030, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_Less_IntInt_ReturnValue) == 0x000031, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_BooleanOR_ReturnValue) == 0x000032, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_GetBenchmarkResultQualityLevel_ReturnValue) == 0x000034, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_GetBenchmarkResultQualityLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_Less_IntInt_ReturnValue_1) == 0x000038, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition, CallFunc_BooleanOR_ReturnValue_1) == 0x000039, "Member 'QuickAccessBlueprintLibrary_C_ShouldFadeToBlackOnWorldTransition::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_QuickAccessBlueprintLibrary_C_StopAllAbilities \ static_assert(alignof(QuickAccessBlueprintLibrary_C_StopAllAbilities) == 0x000008, "Wrong alignment on QuickAccessBlueprintLibrary_C_StopAllAbilities"); \ static_assert(sizeof(QuickAccessBlueprintLibrary_C_StopAllAbilities) == 0x000040, "Wrong size on QuickAccessBlueprintLibrary_C_StopAllAbilities"); \ @@ -139848,42 +138562,6 @@ static_assert(offsetof(QuickAccessBlueprintLibrary_C_StopAllAbilities, CallFunc_ static_assert(alignof(UQuickAccessBlueprintLibrary_C) == 0x000008, "Wrong alignment on UQuickAccessBlueprintLibrary_C"); \ static_assert(sizeof(UQuickAccessBlueprintLibrary_C) == 0x000028, "Wrong size on UQuickAccessBlueprintLibrary_C"); \ -#define DUMPER7_ASSERTS_UDamage_GullAttached_C \ -static_assert(alignof(UDamage_GullAttached_C) == 0x000008, "Wrong alignment on UDamage_GullAttached_C"); \ -static_assert(sizeof(UDamage_GullAttached_C) == 0x000040, "Wrong size on UDamage_GullAttached_C"); \ - -#define DUMPER7_ASSERTS_BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava \ -static_assert(alignof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava) == 0x000008, "Wrong alignment on BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava"); \ -static_assert(sizeof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava) == 0x000418, "Wrong size on BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, EntryPoint) == 0x000000, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_Event_Pawn) == 0x000018, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_Event_DeathActorInstigator) == 0x000020, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_DynamicCast_AsZCharacter) == 0x000028, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_AddWorldOffset_SweepHitResult) == 0x000038, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_AddWorldOffset_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000130, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000228, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava, CallFunc_K2_AddWorldOffset_SweepHitResult_1) == 0x000320, "Member 'BP_Death_Lava_C_ExecuteUbergraph_BP_Death_Lava::CallFunc_K2_AddWorldOffset_SweepHitResult_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Lava_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_Lava_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Lava_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_Lava_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Lava_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_Lava_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Lava_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Lava_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Lava_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_Lava_C \ -static_assert(alignof(ABP_Death_Lava_C) == 0x000008, "Wrong alignment on ABP_Death_Lava_C"); \ -static_assert(sizeof(ABP_Death_Lava_C) == 0x000338, "Wrong size on ABP_Death_Lava_C"); \ -static_assert(offsetof(ABP_Death_Lava_C, UberGraphFrame_BP_Death_Lava_C) == 0x0002F8, "Member 'ABP_Death_Lava_C::UberGraphFrame_BP_Death_Lava_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Lava_C, Fire) == 0x000300, "Member 'ABP_Death_Lava_C::Fire' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Lava_C, FX_SurfaceBubbles) == 0x000308, "Member 'ABP_Death_Lava_C::FX_SurfaceBubbles' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Lava_C, SkeletalMesh) == 0x000310, "Member 'ABP_Death_Lava_C::SkeletalMesh' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Lava_C, BurnLava) == 0x000318, "Member 'ABP_Death_Lava_C::BurnLava' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Lava_C, DeathLava) == 0x000320, "Member 'ABP_Death_Lava_C::DeathLava' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Lava_C, Color) == 0x000328, "Member 'ABP_Death_Lava_C::Color' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_WBP_DebugThreat_C_ExecuteUbergraph_WBP_DebugThreat \ static_assert(alignof(WBP_DebugThreat_C_ExecuteUbergraph_WBP_DebugThreat) == 0x000004, "Wrong alignment on WBP_DebugThreat_C_ExecuteUbergraph_WBP_DebugThreat"); \ static_assert(sizeof(WBP_DebugThreat_C_ExecuteUbergraph_WBP_DebugThreat) == 0x000040, "Wrong size on WBP_DebugThreat_C_ExecuteUbergraph_WBP_DebugThreat"); \ @@ -139927,97 +138605,6 @@ static_assert(offsetof(UWBP_DebugThreat_C, Text_Threats) == 0x000300, "Member 'U static_assert(alignof(UDamage_BalloonBurst_C) == 0x000008, "Wrong alignment on UDamage_BalloonBurst_C"); \ static_assert(sizeof(UDamage_BalloonBurst_C) == 0x000040, "Wrong size on UDamage_BalloonBurst_C"); \ -#define DUMPER7_ASSERTS_FFCreditsSpecialStruct \ -static_assert(alignof(FFCreditsSpecialStruct) == 0x000008, "Wrong alignment on FFCreditsSpecialStruct"); \ -static_assert(sizeof(FFCreditsSpecialStruct) == 0x000048, "Wrong size on FFCreditsSpecialStruct"); \ -static_assert(offsetof(FFCreditsSpecialStruct, Title_2_D2D5449F4D9CAD4E2C91E4BF5E76AB34) == 0x000000, "Member 'FFCreditsSpecialStruct::Title_2_D2D5449F4D9CAD4E2C91E4BF5E76AB34' has a wrong offset!"); \ -static_assert(offsetof(FFCreditsSpecialStruct, Text_5_835722BD43558E7EBBB5F5AC28F57DD9) == 0x000010, "Member 'FFCreditsSpecialStruct::Text_5_835722BD43558E7EBBB5F5AC28F57DD9' has a wrong offset!"); \ -static_assert(offsetof(FFCreditsSpecialStruct, Image_9_FED79A744AA023F2E2C69BB44BF32401) == 0x000020, "Member 'FFCreditsSpecialStruct::Image_9_FED79A744AA023F2E2C69BB44BF32401' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFTeamMembers \ -static_assert(alignof(FFTeamMembers) == 0x000008, "Wrong alignment on FFTeamMembers"); \ -static_assert(sizeof(FFTeamMembers) == 0x000020, "Wrong size on FFTeamMembers"); \ -static_assert(offsetof(FFTeamMembers, TeamTitle_23_3D19E11249B279BB71FA8B954D66FBA5) == 0x000000, "Member 'FFTeamMembers::TeamTitle_23_3D19E11249B279BB71FA8B954D66FBA5' has a wrong offset!"); \ -static_assert(offsetof(FFTeamMembers, TeamMemberNames_25_359FF01A42CDE0C8CC47B085EDB0C39E) == 0x000010, "Member 'FFTeamMembers::TeamMemberNames_25_359FF01A42CDE0C8CC47B085EDB0C39E' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFCreditsDepartment \ -static_assert(alignof(FFCreditsDepartment) == 0x000008, "Wrong alignment on FFCreditsDepartment"); \ -static_assert(sizeof(FFCreditsDepartment) == 0x000020, "Wrong size on FFCreditsDepartment"); \ -static_assert(offsetof(FFCreditsDepartment, DepartmentName_15_3D19E11249B279BB71FA8B954D66FBA5) == 0x000000, "Member 'FFCreditsDepartment::DepartmentName_15_3D19E11249B279BB71FA8B954D66FBA5' has a wrong offset!"); \ -static_assert(offsetof(FFCreditsDepartment, Teams_13_211961494391CCA93B5027A8C40ECB0F) == 0x000010, "Member 'FFCreditsDepartment::Teams_13_211961494391CCA93B5027A8C40ECB0F' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_FFCreditStruct \ -static_assert(alignof(FFCreditStruct) == 0x000008, "Wrong alignment on FFCreditStruct"); \ -static_assert(sizeof(FFCreditStruct) == 0x000048, "Wrong size on FFCreditStruct"); \ -static_assert(offsetof(FFCreditStruct, CompanyName_79_73289DA642B107A085E5698007522E86) == 0x000000, "Member 'FFCreditStruct::CompanyName_79_73289DA642B107A085E5698007522E86' has a wrong offset!"); \ -static_assert(offsetof(FFCreditStruct, Departments_76_79D3B8284F0C64C235EF978FF0C897B3) == 0x000010, "Member 'FFCreditStruct::Departments_76_79D3B8284F0C64C235EF978FF0C897B3' has a wrong offset!"); \ -static_assert(offsetof(FFCreditStruct, CompanyLogo_77_DBD6878346347B7DC644DEADF4CE1719) == 0x000020, "Member 'FFCreditStruct::CompanyLogo_77_DBD6878346347B7DC644DEADF4CE1719' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ -static_assert(alignof(WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ -static_assert(sizeof(WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ -static_assert(offsetof(WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value_0) == 0x000000, "Member 'WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio \ -static_assert(alignof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio"); \ -static_assert(sizeof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio) == 0x000070, "Wrong size on WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, EntryPoint) == 0x000000, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable) == 0x000004, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable_2) == 0x000024, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable_3) == 0x000034, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue) == 0x000044, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue_1) == 0x000048, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, K2Node_ComponentBoundEvent_Value) == 0x00004C, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, K2Node_Event_InFocusEvent_1) == 0x000050, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue_2) == 0x000058, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, K2Node_Event_InFocusEvent) == 0x00005C, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue_3) == 0x000064, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_SetSoundValue_NewValue_ImplicitCast) == 0x000068, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_SetSoundValue_NewValue_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SliderAudio_C_Init \ -static_assert(alignof(WBP_SliderAudio_C_Init) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_Init"); \ -static_assert(sizeof(WBP_SliderAudio_C_Init) == 0x000010, "Wrong size on WBP_SliderAudio_C_Init"); \ -static_assert(offsetof(WBP_SliderAudio_C_Init, CallFunc_GetRTPCValue_Value) == 0x000000, "Member 'WBP_SliderAudio_C_Init::CallFunc_GetRTPCValue_Value' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_Init, CallFunc_GetRTPCValue_OutputValueType) == 0x000004, "Member 'WBP_SliderAudio_C_Init::CallFunc_GetRTPCValue_OutputValueType' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_Init, CallFunc_SetSoundValue_NewValue_ImplicitCast) == 0x000008, "Member 'WBP_SliderAudio_C_Init::CallFunc_SetSoundValue_NewValue_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SliderAudio_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_SliderAudio_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_SliderAudio_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_SliderAudio_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_SliderAudio_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_SliderAudio_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SliderAudio_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SliderAudio_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_SliderAudio_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_SliderAudio_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_SliderAudio_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_SliderAudio_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_SliderAudio_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SliderAudio_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SliderAudio_C_SetSoundValue \ -static_assert(alignof(WBP_SliderAudio_C_SetSoundValue) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_SetSoundValue"); \ -static_assert(sizeof(WBP_SliderAudio_C_SetSoundValue) == 0x000010, "Wrong size on WBP_SliderAudio_C_SetSoundValue"); \ -static_assert(offsetof(WBP_SliderAudio_C_SetSoundValue, NewValue) == 0x000000, "Member 'WBP_SliderAudio_C_SetSoundValue::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_SetSoundValue, CallFunc_SetRTPCValue_Value_ImplicitCast) == 0x000008, "Member 'WBP_SliderAudio_C_SetSoundValue::CallFunc_SetRTPCValue_Value_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SliderAudio_C_TestSound \ -static_assert(alignof(WBP_SliderAudio_C_TestSound) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_TestSound"); \ -static_assert(sizeof(WBP_SliderAudio_C_TestSound) == 0x000020, "Wrong size on WBP_SliderAudio_C_TestSound"); \ -static_assert(offsetof(WBP_SliderAudio_C_TestSound, Temp_delegate_Variable) == 0x000000, "Member 'WBP_SliderAudio_C_TestSound::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_TestSound, CallFunc_GetZPlayerController_ReturnValue) == 0x000010, "Member 'WBP_SliderAudio_C_TestSound::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_TestSound, CallFunc_HasUserFocus_ReturnValue) == 0x000018, "Member 'WBP_SliderAudio_C_TestSound::CallFunc_HasUserFocus_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SliderAudio_C_TestSound, CallFunc_PostEvent_ReturnValue) == 0x00001C, "Member 'WBP_SliderAudio_C_TestSound::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SliderAudio_C \ -static_assert(alignof(UWBP_SliderAudio_C) == 0x000010, "Wrong alignment on UWBP_SliderAudio_C"); \ -static_assert(sizeof(UWBP_SliderAudio_C) == 0x000DE0, "Wrong size on UWBP_SliderAudio_C"); \ -static_assert(offsetof(UWBP_SliderAudio_C, UberGraphFrame_WBP_SliderAudio_C) == 0x000DA0, "Member 'UWBP_SliderAudio_C::UberGraphFrame_WBP_SliderAudio_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SliderAudio_C, RTPCName) == 0x000DA8, "Member 'UWBP_SliderAudio_C::RTPCName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SliderAudio_C, AKAudioEventTestSound) == 0x000DB0, "Member 'UWBP_SliderAudio_C::AKAudioEventTestSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SliderAudio_C, DefaultSliderValue) == 0x000DB8, "Member 'UWBP_SliderAudio_C::DefaultSliderValue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SliderAudio_C, bCanPlayCustomSound) == 0x000DC0, "Member 'UWBP_SliderAudio_C::bCanPlayCustomSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SliderAudio_C, AKAudioEventCustomSound_Play) == 0x000DC8, "Member 'UWBP_SliderAudio_C::AKAudioEventCustomSound_Play' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SliderAudio_C, AKAudioEventCustomSound_Stop) == 0x000DD0, "Member 'UWBP_SliderAudio_C::AKAudioEventCustomSound_Stop' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SliderAudio_C, RTPC) == 0x000DD8, "Member 'UWBP_SliderAudio_C::RTPC' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_BPI_Game_C_GameEvents \ static_assert(alignof(BPI_Game_C_GameEvents) == 0x000008, "Wrong alignment on BPI_Game_C_GameEvents"); \ static_assert(sizeof(BPI_Game_C_GameEvents) == 0x000010, "Wrong size on BPI_Game_C_GameEvents"); \ @@ -140054,85 +138641,6 @@ static_assert(sizeof(IBPI_Game_C) == 0x000001, "Wrong size on IBPI_Game_C"); \ static_assert(alignof(UDamage_Elec_C) == 0x000008, "Wrong alignment on UDamage_Elec_C"); \ static_assert(sizeof(UDamage_Elec_C) == 0x000040, "Wrong size on UDamage_Elec_C"); \ -#define DUMPER7_ASSERTS_Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD \ -static_assert(alignof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD) == 0x000008, "Wrong alignment on Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD"); \ -static_assert(sizeof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD) == 0x0000B0, "Wrong size on Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, EntryPoint) == 0x000000, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_HasDebugFeatures_ReturnValue) == 0x000004, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_HasDebugFeatures_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_UseCamAim_1) == 0x000005, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_UseCamAim_1' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_TargetLogation) == 0x000008, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_TargetLogation' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_HomingTargetComp) == 0x000020, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_HomingTargetComp' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_SizeX) == 0x000028, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_SizeX' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_SizeY) == 0x00002C, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_SizeY' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_CanJumpOutWater) == 0x000030, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_CanJumpOutWater' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_Events) == 0x000031, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_Events' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_On_Off) == 0x000032, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_On_Off' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_Index) == 0x000034, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_Index' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_Actor) == 0x000038, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_Actor' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000048, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_UseCamAim) == 0x000050, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_ScreenX) == 0x000058, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_ScreenX' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_ScreenY) == 0x000060, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_ScreenY' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_CrosshairColor) == 0x000068, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_CrosshairColor' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000078, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000088, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Create_ReturnValue) == 0x000098, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenW_ImplicitCast) == 0x0000A0, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenW_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenH_ImplicitCast) == 0x0000A4, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenH_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenX_ImplicitCast) == 0x0000A8, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenX_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenY_ImplicitCast) == 0x0000AC, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenY_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_Darwin_HUD_C_GameEvents \ -static_assert(alignof(Darwin_HUD_C_GameEvents) == 0x000008, "Wrong alignment on Darwin_HUD_C_GameEvents"); \ -static_assert(sizeof(Darwin_HUD_C_GameEvents) == 0x000010, "Wrong size on Darwin_HUD_C_GameEvents"); \ -static_assert(offsetof(Darwin_HUD_C_GameEvents, Events) == 0x000000, "Member 'Darwin_HUD_C_GameEvents::Events' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_GameEvents, Off) == 0x000001, "Member 'Darwin_HUD_C_GameEvents::Off' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_GameEvents, Index_0) == 0x000004, "Member 'Darwin_HUD_C_GameEvents::Index_0' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_GameEvents, Actor) == 0x000008, "Member 'Darwin_HUD_C_GameEvents::Actor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_Darwin_HUD_C_JumpOutWater \ -static_assert(alignof(Darwin_HUD_C_JumpOutWater) == 0x000001, "Wrong alignment on Darwin_HUD_C_JumpOutWater"); \ -static_assert(sizeof(Darwin_HUD_C_JumpOutWater) == 0x000001, "Wrong size on Darwin_HUD_C_JumpOutWater"); \ -static_assert(offsetof(Darwin_HUD_C_JumpOutWater, CanJumpOutWater) == 0x000000, "Member 'Darwin_HUD_C_JumpOutWater::CanJumpOutWater' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_Darwin_HUD_C_PlayerCrosshair \ -static_assert(alignof(Darwin_HUD_C_PlayerCrosshair) == 0x000008, "Wrong alignment on Darwin_HUD_C_PlayerCrosshair"); \ -static_assert(sizeof(Darwin_HUD_C_PlayerCrosshair) == 0x000028, "Wrong size on Darwin_HUD_C_PlayerCrosshair"); \ -static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, UseCamAim) == 0x000000, "Member 'Darwin_HUD_C_PlayerCrosshair::UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, ScreenX) == 0x000008, "Member 'Darwin_HUD_C_PlayerCrosshair::ScreenX' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, ScreenY) == 0x000010, "Member 'Darwin_HUD_C_PlayerCrosshair::ScreenY' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, CrosshairColor) == 0x000018, "Member 'Darwin_HUD_C_PlayerCrosshair::CrosshairColor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_Darwin_HUD_C_ReceiveDrawHUD \ -static_assert(alignof(Darwin_HUD_C_ReceiveDrawHUD) == 0x000004, "Wrong alignment on Darwin_HUD_C_ReceiveDrawHUD"); \ -static_assert(sizeof(Darwin_HUD_C_ReceiveDrawHUD) == 0x000008, "Wrong size on Darwin_HUD_C_ReceiveDrawHUD"); \ -static_assert(offsetof(Darwin_HUD_C_ReceiveDrawHUD, SizeX) == 0x000000, "Member 'Darwin_HUD_C_ReceiveDrawHUD::SizeX' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_ReceiveDrawHUD, SizeY) == 0x000004, "Member 'Darwin_HUD_C_ReceiveDrawHUD::SizeY' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_Darwin_HUD_C_WeaponIni \ -static_assert(alignof(Darwin_HUD_C_WeaponIni) == 0x000008, "Wrong alignment on Darwin_HUD_C_WeaponIni"); \ -static_assert(sizeof(Darwin_HUD_C_WeaponIni) == 0x000028, "Wrong size on Darwin_HUD_C_WeaponIni"); \ -static_assert(offsetof(Darwin_HUD_C_WeaponIni, UseCamAim) == 0x000000, "Member 'Darwin_HUD_C_WeaponIni::UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_WeaponIni, TargetLogation) == 0x000008, "Member 'Darwin_HUD_C_WeaponIni::TargetLogation' has a wrong offset!"); \ -static_assert(offsetof(Darwin_HUD_C_WeaponIni, HomingTargetComp) == 0x000020, "Member 'Darwin_HUD_C_WeaponIni::HomingTargetComp' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ADarwin_HUD_C \ -static_assert(alignof(ADarwin_HUD_C) == 0x000008, "Wrong alignment on ADarwin_HUD_C"); \ -static_assert(sizeof(ADarwin_HUD_C) == 0x0003D8, "Wrong size on ADarwin_HUD_C"); \ -static_assert(offsetof(ADarwin_HUD_C, UberGraphFrame) == 0x000380, "Member 'ADarwin_HUD_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, DefaultSceneRoot) == 0x000388, "Member 'ADarwin_HUD_C::DefaultSceneRoot' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, CrosshairSize) == 0x000390, "Member 'ADarwin_HUD_C::CrosshairSize' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, M_Crosshair) == 0x000398, "Member 'ADarwin_HUD_C::M_Crosshair' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, Mi_DynamicCrosshair) == 0x0003A0, "Member 'ADarwin_HUD_C::Mi_DynamicCrosshair' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, Use_Cam_Aim) == 0x0003A8, "Member 'ADarwin_HUD_C::Use_Cam_Aim' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, Screen_X) == 0x0003B0, "Member 'ADarwin_HUD_C::Screen_X' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, Screen_Y) == 0x0003B8, "Member 'ADarwin_HUD_C::Screen_Y' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, Crosshair_Color) == 0x0003C0, "Member 'ADarwin_HUD_C::Crosshair_Color' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_HUD_C, WaterMarkWidget) == 0x0003D0, "Member 'ADarwin_HUD_C::WaterMarkWidget' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_WBP_DebugAI_C_ExecuteUbergraph_WBP_DebugAI \ static_assert(alignof(WBP_DebugAI_C_ExecuteUbergraph_WBP_DebugAI) == 0x000004, "Wrong alignment on WBP_DebugAI_C_ExecuteUbergraph_WBP_DebugAI"); \ static_assert(sizeof(WBP_DebugAI_C_ExecuteUbergraph_WBP_DebugAI) == 0x000040, "Wrong size on WBP_DebugAI_C_ExecuteUbergraph_WBP_DebugAI"); \ @@ -140251,24 +138759,6 @@ static_assert(offsetof(UWBP_DebugAI_C, Array_Element) == 0x000338, "Member 'UWBP static_assert(alignof(UDamage_Crunched_C) == 0x000008, "Wrong alignment on UDamage_Crunched_C"); \ static_assert(sizeof(UDamage_Crunched_C) == 0x000040, "Wrong size on UDamage_Crunched_C"); \ -#define DUMPER7_ASSERTS_BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached \ -static_assert(alignof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached) == 0x000008, "Wrong alignment on BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached"); \ -static_assert(sizeof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached) == 0x000018, "Wrong size on BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached"); \ -static_assert(offsetof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached, EntryPoint) == 0x000000, "Member 'BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached, K2Node_Event_DeathActorInstigator) == 0x000010, "Member 'BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_GullAttached_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_GullAttached_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_GullAttached_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_GullAttached_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_GullAttached_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_GullAttached_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_GullAttached_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_GullAttached_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_GullAttached_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_GullAttached_C \ -static_assert(alignof(ABP_Death_GullAttached_C) == 0x000008, "Wrong alignment on ABP_Death_GullAttached_C"); \ -static_assert(sizeof(ABP_Death_GullAttached_C) == 0x000300, "Wrong size on ABP_Death_GullAttached_C"); \ -static_assert(offsetof(ABP_Death_GullAttached_C, UberGraphFrame_BP_Death_GullAttached_C) == 0x0002F8, "Member 'ABP_Death_GullAttached_C::UberGraphFrame_BP_Death_GullAttached_C' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_BP_FootstepComponent_C_ExecuteUbergraph_BP_FootstepComponent \ static_assert(alignof(BP_FootstepComponent_C_ExecuteUbergraph_BP_FootstepComponent) == 0x000008, "Wrong alignment on BP_FootstepComponent_C_ExecuteUbergraph_BP_FootstepComponent"); \ static_assert(sizeof(BP_FootstepComponent_C_ExecuteUbergraph_BP_FootstepComponent) == 0x000040, "Wrong size on BP_FootstepComponent_C_ExecuteUbergraph_BP_FootstepComponent"); \ @@ -140451,6 +138941,1248 @@ static_assert(offsetof(UBP_CharacterAudioComponent_C, SendMovementState) == 0x00 static_assert(offsetof(UBP_CharacterAudioComponent_C, Main) == 0x000100, "Member 'UBP_CharacterAudioComponent_C::Main' has a wrong offset!"); \ static_assert(offsetof(UBP_CharacterAudioComponent_C, InsidePhysicsVolume) == 0x000108, "Member 'UBP_CharacterAudioComponent_C::InsidePhysicsVolume' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UBP_LocomotionStateMachine_C \ +static_assert(alignof(UBP_LocomotionStateMachine_C) == 0x000008, "Wrong alignment on UBP_LocomotionStateMachine_C"); \ +static_assert(sizeof(UBP_LocomotionStateMachine_C) == 0x000068, "Wrong size on UBP_LocomotionStateMachine_C"); \ + +#define DUMPER7_ASSERTS_ABP_SlingshotTarget_C \ +static_assert(alignof(ABP_SlingshotTarget_C) == 0x000008, "Wrong alignment on ABP_SlingshotTarget_C"); \ +static_assert(sizeof(ABP_SlingshotTarget_C) == 0x0002A8, "Wrong size on ABP_SlingshotTarget_C"); \ +static_assert(offsetof(ABP_SlingshotTarget_C, Billboard) == 0x000290, "Member 'ABP_SlingshotTarget_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_SlingshotTarget_C, Arrow) == 0x000298, "Member 'ABP_SlingshotTarget_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_SlingshotTarget_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_SlingshotTarget_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent \ +static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent) == 0x000008, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent"); \ +static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent) == 0x000448, "Wrong size on WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, EntryPoint) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable) == 0x000008, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_1) == 0x000018, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable) == 0x000028, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_2) == 0x000030, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_3) == 0x000040, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_1) == 0x000050, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor) == 0x000054, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_1) == 0x000068, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Create_ReturnValue) == 0x000080, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Create_ReturnValue_1) == 0x000088, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateFontInfo) == 0x0000A0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Array_Index_Variable) == 0x000104, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Array_Index_Variable_1) == 0x000108, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_2) == 0x00010C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_int_Loop_Counter_Variable_1) == 0x000110, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000114, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Add_IntInt_ReturnValue_1) == 0x000124, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Event_IsDesignTime) == 0x000128, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetZPlayerController_ReturnValue) == 0x000130, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CustomEvent_ObjectHelpComponent_1) == 0x000138, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CustomEvent_ObjectHelpComponent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetHelpSystem_ReturnValue) == 0x000140, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetHelpSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsEnabled_ReturnValue) == 0x000148, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsValid_ReturnValue) == 0x000149, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Get_Item) == 0x000150, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue) == 0x000160, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000168, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue) == 0x000170, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_1) == 0x000180, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000190, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value) == 0x0001A0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue) == 0x0001A8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x0001B0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CustomEvent_ObjectHelpComponent) == 0x0001C0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CustomEvent_ObjectHelpComponent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsValid_ReturnValue_1) == 0x0001C8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_2) == 0x0001D0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_2) == 0x0001D8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_AddChild_ReturnValue_1) == 0x0001E8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001F0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_2) == 0x000200, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_3) == 0x000214, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_3) == 0x000228, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_4) == 0x000230, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_text_Variable_5) == 0x000240, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_4) == 0x000250, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default) == 0x000258, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Remove_ReturnValue) == 0x000268, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value_1) == 0x000270, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue_1) == 0x000278, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetZPlayerController_ReturnValue_1) == 0x000280, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetZPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetHelpSystem_ReturnValue_1) == 0x000288, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetHelpSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsEnabled_ReturnValue_1) == 0x000290, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Get_Item_1) == 0x000298, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsEnabled_ReturnValue_2) == 0x0002A0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsEnabled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_1) == 0x0002A8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_2) == 0x0002B8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_3) == 0x0002D0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_3) == 0x0002E0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_3) == 0x0002E8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_4) == 0x0002F8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Array_Length_ReturnValue_1) == 0x00030C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_IsValid_ReturnValue_2) == 0x000310, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Less_IntInt_ReturnValue_1) == 0x000311, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue_4) == 0x000318, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetDisplayName_ReturnValue_4) == 0x000320, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetDisplayName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value_2) == 0x000330, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue_2) == 0x000338, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x00033C, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000350, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetChildAt_ReturnValue) == 0x000358, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_4) == 0x000360, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_AsWBP_Simple_Text) == 0x000378, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_AsWBP_Simple_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_bSuccess) == 0x000380, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_Value_3) == 0x000388, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Map_Find_ReturnValue_3) == 0x000390, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateColor_5) == 0x000394, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_GetChildAt_ReturnValue_1) == 0x0003A8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, Temp_bool_Variable_5) == 0x0003B0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_AsWBP_Simple_Text_1) == 0x0003B8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_AsWBP_Simple_Text_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_DynamicCast_bSuccess_1) == 0x0003C0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_Select_Default_5) == 0x0003C4, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_Create_ReturnValue_2) == 0x0003D8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, CallFunc_AddChild_ReturnValue_2) == 0x0003E0, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::CallFunc_AddChild_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent, K2Node_MakeStruct_SlateFontInfo_1) == 0x0003E8, "Member 'WBP_Debug_ObjectHelpComponent_C_ExecuteUbergraph_WBP_Debug_ObjectHelpComponent::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event \ +static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event) == 0x000008, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event"); \ +static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event) == 0x000008, "Wrong size on WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event, ObjectHelpComponent) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_OnHelpAdded_Event::ObjectHelpComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event \ +static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event) == 0x000008, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event"); \ +static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event) == 0x000008, "Wrong size on WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event, ObjectHelpComponent) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_OnHelpRemoved_Event::ObjectHelpComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_ObjectHelpComponent_C_PreConstruct \ +static_assert(alignof(WBP_Debug_ObjectHelpComponent_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Debug_ObjectHelpComponent_C_PreConstruct"); \ +static_assert(sizeof(WBP_Debug_ObjectHelpComponent_C_PreConstruct) == 0x000001, "Wrong size on WBP_Debug_ObjectHelpComponent_C_PreConstruct"); \ +static_assert(offsetof(WBP_Debug_ObjectHelpComponent_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Debug_ObjectHelpComponent_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_ObjectHelpComponent_C \ +static_assert(alignof(UWBP_Debug_ObjectHelpComponent_C) == 0x000008, "Wrong alignment on UWBP_Debug_ObjectHelpComponent_C"); \ +static_assert(sizeof(UWBP_Debug_ObjectHelpComponent_C) == 0x000358, "Wrong size on UWBP_Debug_ObjectHelpComponent_C"); \ +static_assert(offsetof(UWBP_Debug_ObjectHelpComponent_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Debug_ObjectHelpComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_ObjectHelpComponent_C, MainContainer) == 0x000300, "Member 'UWBP_Debug_ObjectHelpComponent_C::MainContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_ObjectHelpComponent_C, PairByName) == 0x000308, "Member 'UWBP_Debug_ObjectHelpComponent_C::PairByName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TrophiesSystem_C \ +static_assert(alignof(UBP_TrophiesSystem_C) == 0x000008, "Wrong alignment on UBP_TrophiesSystem_C"); \ +static_assert(sizeof(UBP_TrophiesSystem_C) == 0x000088, "Wrong size on UBP_TrophiesSystem_C"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelectionImage_C_IsSelected \ +static_assert(alignof(WBP_SkinSelectionImage_C_IsSelected) == 0x000001, "Wrong alignment on WBP_SkinSelectionImage_C_IsSelected"); \ +static_assert(sizeof(WBP_SkinSelectionImage_C_IsSelected) == 0x000001, "Wrong size on WBP_SkinSelectionImage_C_IsSelected"); \ +static_assert(offsetof(WBP_SkinSelectionImage_C_IsSelected, Selected) == 0x000000, "Member 'WBP_SkinSelectionImage_C_IsSelected::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelectionImage_C_SetHovered \ +static_assert(alignof(WBP_SkinSelectionImage_C_SetHovered) == 0x000004, "Wrong alignment on WBP_SkinSelectionImage_C_SetHovered"); \ +static_assert(sizeof(WBP_SkinSelectionImage_C_SetHovered) == 0x000004, "Wrong size on WBP_SkinSelectionImage_C_SetHovered"); \ +static_assert(offsetof(WBP_SkinSelectionImage_C_SetHovered, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000000, "Member 'WBP_SkinSelectionImage_C_SetHovered::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinSelectionImage_C_SetUnhovered \ +static_assert(alignof(WBP_SkinSelectionImage_C_SetUnhovered) == 0x000004, "Wrong alignment on WBP_SkinSelectionImage_C_SetUnhovered"); \ +static_assert(sizeof(WBP_SkinSelectionImage_C_SetUnhovered) == 0x000014, "Wrong size on WBP_SkinSelectionImage_C_SetUnhovered"); \ +static_assert(offsetof(WBP_SkinSelectionImage_C_SetUnhovered, Temp_bool_Variable) == 0x000000, "Member 'WBP_SkinSelectionImage_C_SetUnhovered::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinSelectionImage_C_SetUnhovered, K2Node_Select_Default) == 0x000004, "Member 'WBP_SkinSelectionImage_C_SetUnhovered::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkinSelectionImage_C \ +static_assert(alignof(UWBP_SkinSelectionImage_C) == 0x000008, "Wrong alignment on UWBP_SkinSelectionImage_C"); \ +static_assert(sizeof(UWBP_SkinSelectionImage_C) == 0x000368, "Wrong size on UWBP_SkinSelectionImage_C"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, CollectibleSelectionImage) == 0x0002F8, "Member 'UWBP_SkinSelectionImage_C::CollectibleSelectionImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, ID) == 0x000300, "Member 'UWBP_SkinSelectionImage_C::ID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, UnhoveredColour) == 0x000304, "Member 'UWBP_SkinSelectionImage_C::UnhoveredColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, SelectSkinColour) == 0x000314, "Member 'UWBP_SkinSelectionImage_C::SelectSkinColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, HoveredColour) == 0x000324, "Member 'UWBP_SkinSelectionImage_C::HoveredColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, HoveredShearAngle) == 0x000338, "Member 'UWBP_SkinSelectionImage_C::HoveredShearAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, UnhoveredSize) == 0x000340, "Member 'UWBP_SkinSelectionImage_C::UnhoveredSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, HoveredSize) == 0x000350, "Member 'UWBP_SkinSelectionImage_C::HoveredSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinSelectionImage_C, bIsSelected) == 0x000360, "Member 'UWBP_SkinSelectionImage_C::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SubtitleSystem_C \ +static_assert(alignof(UBP_SubtitleSystem_C) == 0x000008, "Wrong alignment on UBP_SubtitleSystem_C"); \ +static_assert(sizeof(UBP_SubtitleSystem_C) == 0x000048, "Wrong size on UBP_SubtitleSystem_C"); \ + +#define DUMPER7_ASSERTS_UDamage_Soul_C \ +static_assert(alignof(UDamage_Soul_C) == 0x000008, "Wrong alignment on UDamage_Soul_C"); \ +static_assert(sizeof(UDamage_Soul_C) == 0x000040, "Wrong size on UDamage_Soul_C"); \ + +#define DUMPER7_ASSERTS_BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base \ +static_assert(alignof(BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base) == 0x000004, "Wrong alignment on BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base"); \ +static_assert(sizeof(BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base) == 0x000004, "Wrong size on BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base"); \ +static_assert(offsetof(BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base, EntryPoint) == 0x000000, "Member 'BP_DeathActor_Base_C_ExecuteUbergraph_BP_DeathActor_Base::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeathActor_Base_C \ +static_assert(alignof(ABP_DeathActor_Base_C) == 0x000008, "Wrong alignment on ABP_DeathActor_Base_C"); \ +static_assert(sizeof(ABP_DeathActor_Base_C) == 0x0002F8, "Wrong size on ABP_DeathActor_Base_C"); \ +static_assert(offsetof(ABP_DeathActor_Base_C, UberGraphFrame) == 0x0002E0, "Member 'ABP_DeathActor_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeathActor_Base_C, DefaultSceneRoot) == 0x0002E8, "Member 'ABP_DeathActor_Base_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeathActor_Base_C, AudioEvent) == 0x0002F0, "Member 'ABP_DeathActor_Base_C::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsCompanyImage_C_Init \ +static_assert(alignof(WBP_CreditsCompanyImage_C_Init) == 0x000008, "Wrong alignment on WBP_CreditsCompanyImage_C_Init"); \ +static_assert(sizeof(WBP_CreditsCompanyImage_C_Init) == 0x000008, "Wrong size on WBP_CreditsCompanyImage_C_Init"); \ +static_assert(offsetof(WBP_CreditsCompanyImage_C_Init, NewImage) == 0x000000, "Member 'WBP_CreditsCompanyImage_C_Init::NewImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditsCompanyImage_C \ +static_assert(alignof(UWBP_CreditsCompanyImage_C) == 0x000008, "Wrong alignment on UWBP_CreditsCompanyImage_C"); \ +static_assert(sizeof(UWBP_CreditsCompanyImage_C) == 0x000300, "Wrong size on UWBP_CreditsCompanyImage_C"); \ +static_assert(offsetof(UWBP_CreditsCompanyImage_C, CompanyImage) == 0x0002F8, "Member 'UWBP_CreditsCompanyImage_C::CompanyImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkinSystem_C \ +static_assert(alignof(UBP_SkinSystem_C) == 0x000008, "Wrong alignment on UBP_SkinSystem_C"); \ +static_assert(sizeof(UBP_SkinSystem_C) == 0x000088, "Wrong size on UBP_SkinSystem_C"); \ + +#define DUMPER7_ASSERTS_UBP_DarwinBaseSaveGame_C \ +static_assert(alignof(UBP_DarwinBaseSaveGame_C) == 0x000008, "Wrong alignment on UBP_DarwinBaseSaveGame_C"); \ +static_assert(sizeof(UBP_DarwinBaseSaveGame_C) == 0x000278, "Wrong size on UBP_DarwinBaseSaveGame_C"); \ + +#define DUMPER7_ASSERTS_WBP_MenuBase_C_DispatchPlayerInputAction \ +static_assert(alignof(WBP_MenuBase_C_DispatchPlayerInputAction) == 0x000008, "Wrong alignment on WBP_MenuBase_C_DispatchPlayerInputAction"); \ +static_assert(sizeof(WBP_MenuBase_C_DispatchPlayerInputAction) == 0x000078, "Wrong size on WBP_MenuBase_C_DispatchPlayerInputAction"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, InputAction) == 0x000000, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, MainPanel) == 0x000030, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::MainPanel' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_GetAllChildren_ReturnValue) == 0x000040, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, K2Node_DynamicCast_AsZUser_Widget) == 0x000060, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::K2Node_DynamicCast_AsZUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_IsVisible_ReturnValue) == 0x000069, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_DispatchPlayerInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'WBP_MenuBase_C_DispatchPlayerInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase \ +static_assert(alignof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase) == 0x000004, "Wrong alignment on WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase"); \ +static_assert(sizeof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase) == 0x000014, "Wrong size on WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase"); \ +static_assert(offsetof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase, EntryPoint) == 0x000000, "Member 'WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_MenuBase_C_ExecuteUbergraph_WBP_MenuBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuBase_C_OnConstruct \ +static_assert(alignof(WBP_MenuBase_C_OnConstruct) == 0x000004, "Wrong alignment on WBP_MenuBase_C_OnConstruct"); \ +static_assert(sizeof(WBP_MenuBase_C_OnConstruct) == 0x000010, "Wrong size on WBP_MenuBase_C_OnConstruct"); \ +static_assert(offsetof(WBP_MenuBase_C_OnConstruct, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_MenuBase_C_OnConstruct::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuBase_C_OnMenuDisplayed_Impl \ +static_assert(alignof(WBP_MenuBase_C_OnMenuDisplayed_Impl) == 0x000008, "Wrong alignment on WBP_MenuBase_C_OnMenuDisplayed_Impl"); \ +static_assert(sizeof(WBP_MenuBase_C_OnMenuDisplayed_Impl) == 0x000008, "Wrong size on WBP_MenuBase_C_OnMenuDisplayed_Impl"); \ +static_assert(offsetof(WBP_MenuBase_C_OnMenuDisplayed_Impl, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_MenuBase_C_OnMenuDisplayed_Impl::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuBase_C_Send_Action_To_Children \ +static_assert(alignof(WBP_MenuBase_C_Send_Action_To_Children) == 0x000008, "Wrong alignment on WBP_MenuBase_C_Send_Action_To_Children"); \ +static_assert(sizeof(WBP_MenuBase_C_Send_Action_To_Children) == 0x000058, "Wrong size on WBP_MenuBase_C_Send_Action_To_Children"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, ActionName) == 0x000000, "Member 'WBP_MenuBase_C_Send_Action_To_Children::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, MainPanel) == 0x000008, "Member 'WBP_MenuBase_C_Send_Action_To_Children::MainPanel' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_MenuBase_C_Send_Action_To_Children::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, K2Node_DynamicCast_AsZUser_Widget) == 0x000038, "Member 'WBP_MenuBase_C_Send_Action_To_Children::K2Node_DynamicCast_AsZUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_MenuBase_C_Send_Action_To_Children::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_IsVisible_ReturnValue) == 0x000041, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'WBP_MenuBase_C_Send_Action_To_Children::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuBase_C_Send_Action_To_Children, CallFunc_IsVisible_ReturnValue_1) == 0x000050, "Member 'WBP_MenuBase_C_Send_Action_To_Children::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MenuBase_C \ +static_assert(alignof(UWBP_MenuBase_C) == 0x000008, "Wrong alignment on UWBP_MenuBase_C"); \ +static_assert(sizeof(UWBP_MenuBase_C) == 0x000338, "Wrong size on UWBP_MenuBase_C"); \ +static_assert(offsetof(UWBP_MenuBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_MenuBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuBase_C, OpeningAnimation) == 0x000300, "Member 'UWBP_MenuBase_C::OpeningAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuBase_C, OnValidateInput) == 0x000308, "Member 'UWBP_MenuBase_C::OnValidateInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuBase_C, OnBackInput) == 0x000318, "Member 'UWBP_MenuBase_C::OnBackInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuBase_C, OnMenuDisplayed) == 0x000328, "Member 'UWBP_MenuBase_C::OnMenuDisplayed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugSaveGame_C_DumpSave \ +static_assert(alignof(WBP_DebugSaveGame_C_DumpSave) == 0x000008, "Wrong alignment on WBP_DebugSaveGame_C_DumpSave"); \ +static_assert(sizeof(WBP_DebugSaveGame_C_DumpSave) == 0x0003A0, "Wrong size on WBP_DebugSaveGame_C_DumpSave"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable_2) == 0x000018, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_1) == 0x000028, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Loop_Counter_Variable_3) == 0x000034, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, Temp_int_Array_Index_Variable_3) == 0x00003C, "Member 'WBP_DebugSaveGame_C_DumpSave::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000041, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000042, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_2) == 0x000050, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_3) == 0x000058, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_1) == 0x000060, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_2) == 0x000068, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_3) == 0x000070, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_4) == 0x000078, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_4) == 0x000080, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_5) == 0x000088, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_6) == 0x000090, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_5) == 0x000098, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_7) == 0x0000A0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_8) == 0x0000A8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_9) == 0x0000B0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_10) == 0x0000B8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_11) == 0x0000C0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_6) == 0x0000C8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Create_ReturnValue_7) == 0x0000D0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Create_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_12) == 0x0000D8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_13) == 0x0000E0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_14) == 0x0000E8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_15) == 0x0000F0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_16) == 0x0000F8, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_AddChild_ReturnValue_17) == 0x000100, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_AddChild_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue) == 0x000108, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetZGameInstance_ReturnValue) == 0x000118, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue) == 0x000120, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetSaveManager_ReturnValue) == 0x000130, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetPlayerSlotsData_ReturnValue) == 0x000138, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetPlayerSlotsData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue) == 0x000148, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item) == 0x000150, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue) == 0x000208, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue) == 0x000210, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000220, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue) == 0x000230, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000240, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000250, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000260, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_1) == 0x000270, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000280, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000290, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0002A0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0002B0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item_1) == 0x0002C0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item_2) == 0x0002D0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_2) == 0x0002E0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_3) == 0x0002F0, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000300, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000310, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000320, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000330, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Get_Item_3) == 0x000340, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue_1) == 0x000350, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue_1) == 0x000354, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_GuidToString_ReturnValue_4) == 0x000358, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_GuidToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000368, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue_2) == 0x000378, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000380, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue_2) == 0x000390, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Array_Length_ReturnValue_3) == 0x000394, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugSaveGame_C_DumpSave, CallFunc_Less_IntInt_ReturnValue_3) == 0x000398, "Member 'WBP_DebugSaveGame_C_DumpSave::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DebugSaveGame_C \ +static_assert(alignof(UWBP_DebugSaveGame_C) == 0x000008, "Wrong alignment on UWBP_DebugSaveGame_C"); \ +static_assert(sizeof(UWBP_DebugSaveGame_C) == 0x000328, "Wrong size on UWBP_DebugSaveGame_C"); \ +static_assert(offsetof(UWBP_DebugSaveGame_C, ScrollBox_Slot0) == 0x0002F8, "Member 'UWBP_DebugSaveGame_C::ScrollBox_Slot0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugSaveGame_C, ScrollBox_Slot1) == 0x000300, "Member 'UWBP_DebugSaveGame_C::ScrollBox_Slot1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugSaveGame_C, ScrollBox_Slot2) == 0x000308, "Member 'UWBP_DebugSaveGame_C::ScrollBox_Slot2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugSaveGame_C, TextGameTime) == 0x000310, "Member 'UWBP_DebugSaveGame_C::TextGameTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugSaveGame_C, TextGameTime_1) == 0x000318, "Member 'UWBP_DebugSaveGame_C::TextGameTime_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugSaveGame_C, TextGameTime_2) == 0x000320, "Member 'UWBP_DebugSaveGame_C::TextGameTime_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ComboItem_C \ +static_assert(alignof(UWBP_ComboItem_C) == 0x000008, "Wrong alignment on UWBP_ComboItem_C"); \ +static_assert(sizeof(UWBP_ComboItem_C) == 0x0002E8, "Wrong size on UWBP_ComboItem_C"); \ +static_assert(offsetof(UWBP_ComboItem_C, Text) == 0x0002E0, "Member 'UWBP_ComboItem_C::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio \ +static_assert(alignof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio) == 0x000004, "Wrong alignment on WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio"); \ +static_assert(sizeof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio) == 0x000040, "Wrong size on WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio"); \ +static_assert(offsetof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio, EntryPoint) == 0x000000, "Member 'WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_Debug_Audio_C_ExecuteUbergraph_WBP_Debug_Audio::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Audio_C_Show \ +static_assert(alignof(WBP_Debug_Audio_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Audio_C_Show"); \ +static_assert(sizeof(WBP_Debug_Audio_C_Show) == 0x000110, "Wrong size on WBP_Debug_Audio_C_Show"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, BuildLabel) == 0x000000, "Member 'WBP_Debug_Audio_C_Show::BuildLabel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, AkComponents) == 0x000010, "Member 'WBP_Debug_Audio_C_Show::AkComponents' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_IsEmpty_ReturnValue) == 0x000024, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_AddChild_ReturnValue) == 0x000040, "Member 'WBP_Debug_Audio_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'WBP_Debug_Audio_C_Show::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'WBP_Debug_Audio_C_Show::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000B0, "Member 'WBP_Debug_Audio_C_Show::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000C8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F8, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Show, CallFunc_Less_IntInt_ReturnValue_1) == 0x00010C, "Member 'WBP_Debug_Audio_C_Show::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Audio_C_Tick \ +static_assert(alignof(WBP_Debug_Audio_C_Tick) == 0x000004, "Wrong alignment on WBP_Debug_Audio_C_Tick"); \ +static_assert(sizeof(WBP_Debug_Audio_C_Tick) == 0x00003C, "Wrong size on WBP_Debug_Audio_C_Tick"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Debug_Audio_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Audio_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Debug_Audio_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_Audio_C \ +static_assert(alignof(UWBP_Debug_Audio_C) == 0x000008, "Wrong alignment on UWBP_Debug_Audio_C"); \ +static_assert(sizeof(UWBP_Debug_Audio_C) == 0x0002F0, "Wrong size on UWBP_Debug_Audio_C"); \ +static_assert(offsetof(UWBP_Debug_Audio_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Debug_Audio_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Audio_C, ScrollBox) == 0x0002E8, "Member 'UWBP_Debug_Audio_C::ScrollBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark \ +static_assert(alignof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark) == 0x000008, "Wrong alignment on WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark"); \ +static_assert(sizeof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark) == 0x000080, "Wrong size on WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, EntryPoint) == 0x000000, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetBuildName_ReturnValue) == 0x000010, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetBuildName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, K2Node_CustomEvent_bHide) == 0x000020, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::K2Node_CustomEvent_bHide' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000038, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetUIController_ReturnValue) == 0x000040, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_IsUIHidden_ReturnValue) == 0x000048, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_IsUIHidden_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000060, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, K2Node_CreateDelegate_OutputDelegate_1) == 0x000068, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark, CallFunc_GetUIController_ReturnValue_1) == 0x000078, "Member 'WBP_Watermark_C_ExecuteUbergraph_WBP_Watermark::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Watermark_C_OnHideVersion \ +static_assert(alignof(WBP_Watermark_C_OnHideVersion) == 0x000001, "Wrong alignment on WBP_Watermark_C_OnHideVersion"); \ +static_assert(sizeof(WBP_Watermark_C_OnHideVersion) == 0x000001, "Wrong size on WBP_Watermark_C_OnHideVersion"); \ +static_assert(offsetof(WBP_Watermark_C_OnHideVersion, bHide) == 0x000000, "Member 'WBP_Watermark_C_OnHideVersion::bHide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Watermark_C \ +static_assert(alignof(UWBP_Watermark_C) == 0x000008, "Wrong alignment on UWBP_Watermark_C"); \ +static_assert(sizeof(UWBP_Watermark_C) == 0x0002F0, "Wrong size on UWBP_Watermark_C"); \ +static_assert(offsetof(UWBP_Watermark_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Watermark_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Watermark_C, BuildNameText) == 0x0002E8, "Member 'UWBP_Watermark_C::BuildNameText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamage_Squished_C \ +static_assert(alignof(UDamage_Squished_C) == 0x000008, "Wrong alignment on UDamage_Squished_C"); \ +static_assert(sizeof(UDamage_Squished_C) == 0x000040, "Wrong size on UDamage_Squished_C"); \ + +#define DUMPER7_ASSERTS_BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector \ +static_assert(alignof(BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector) == 0x000004, "Wrong alignment on BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector"); \ +static_assert(sizeof(BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector) == 0x000004, "Wrong size on BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector"); \ +static_assert(offsetof(BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector, EntryPoint) == 0x000000, "Member 'BP_AIDirector_C_ExecuteUbergraph_BP_AIDirector::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AIDirector_C_OnAIAlerted \ +static_assert(alignof(BP_AIDirector_C_OnAIAlerted) == 0x000008, "Wrong alignment on BP_AIDirector_C_OnAIAlerted"); \ +static_assert(sizeof(BP_AIDirector_C_OnAIAlerted) == 0x000070, "Wrong size on BP_AIDirector_C_OnAIAlerted"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, WorldTime) == 0x000000, "Member 'BP_AIDirector_C_OnAIAlerted::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, AlertedEvent) == 0x000008, "Member 'BP_AIDirector_C_OnAIAlerted::AlertedEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, Temp_delegate_Variable) == 0x000030, "Member 'BP_AIDirector_C_OnAIAlerted::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000048, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, K2Node_DynamicCast_AsAk_Audio_Event) == 0x000050, "Member 'BP_AIDirector_C_OnAIAlerted::K2Node_DynamicCast_AsAk_Audio_Event' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_AIDirector_C_OnAIAlerted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_PostEvent_ReturnValue) == 0x00005C, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AIDirector_C_OnAIAlerted, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_AIDirector_C_OnAIAlerted::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AIDirector_C \ +static_assert(alignof(UBP_AIDirector_C) == 0x000008, "Wrong alignment on UBP_AIDirector_C"); \ +static_assert(sizeof(UBP_AIDirector_C) == 0x0000C0, "Wrong size on UBP_AIDirector_C"); \ +static_assert(offsetof(UBP_AIDirector_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_AIDirector_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AIDirector_C, AlertedTimestamp) == 0x0000B0, "Member 'UBP_AIDirector_C::AlertedTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_AIDirector_C, AlertedSoundDelay) == 0x0000B8, "Member 'UBP_AIDirector_C::AlertedSoundDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget \ +static_assert(alignof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget) == 0x000004, "Wrong alignment on WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget"); \ +static_assert(sizeof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget) == 0x000024, "Wrong size on WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget"); \ +static_assert(offsetof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget, EntryPoint) == 0x000000, "Member 'WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_SwitchWidget_C_ExecuteUbergraph_WBP_SwitchWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SwitchWidget_C_OnConstruct \ +static_assert(alignof(WBP_SwitchWidget_C_OnConstruct) == 0x000004, "Wrong alignment on WBP_SwitchWidget_C_OnConstruct"); \ +static_assert(sizeof(WBP_SwitchWidget_C_OnConstruct) == 0x000020, "Wrong size on WBP_SwitchWidget_C_OnConstruct"); \ +static_assert(offsetof(WBP_SwitchWidget_C_OnConstruct, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SwitchWidget_C_OnConstruct::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SwitchWidget_C_OnConstruct, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SwitchWidget_C_OnConstruct::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SwitchWidget_C \ +static_assert(alignof(UWBP_SwitchWidget_C) == 0x000008, "Wrong alignment on UWBP_SwitchWidget_C"); \ +static_assert(sizeof(UWBP_SwitchWidget_C) == 0x000320, "Wrong size on UWBP_SwitchWidget_C"); \ +static_assert(offsetof(UWBP_SwitchWidget_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_SwitchWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SwitchWidget_C, OnEnabled) == 0x000300, "Member 'UWBP_SwitchWidget_C::OnEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SwitchWidget_C, OnDisabled) == 0x000310, "Member 'UWBP_SwitchWidget_C::OnDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DarwinBaseSaveSettings_C \ +static_assert(alignof(UBP_DarwinBaseSaveSettings_C) == 0x000008, "Wrong alignment on UBP_DarwinBaseSaveSettings_C"); \ +static_assert(sizeof(UBP_DarwinBaseSaveSettings_C) == 0x0000F0, "Wrong size on UBP_DarwinBaseSaveSettings_C"); \ + +#define DUMPER7_ASSERTS_UBP_DarwinSaveManager_C \ +static_assert(alignof(UBP_DarwinSaveManager_C) == 0x000008, "Wrong alignment on UBP_DarwinSaveManager_C"); \ +static_assert(sizeof(UBP_DarwinSaveManager_C) == 0x0000E8, "Wrong size on UBP_DarwinSaveManager_C"); \ + +#define DUMPER7_ASSERTS_UDamage_CrunchedFlat_C \ +static_assert(alignof(UDamage_CrunchedFlat_C) == 0x000008, "Wrong alignment on UDamage_CrunchedFlat_C"); \ +static_assert(sizeof(UDamage_CrunchedFlat_C) == 0x000040, "Wrong size on UDamage_CrunchedFlat_C"); \ + +#define DUMPER7_ASSERTS_UWBP_ActorLog_C \ +static_assert(alignof(UWBP_ActorLog_C) == 0x000008, "Wrong alignment on UWBP_ActorLog_C"); \ +static_assert(sizeof(UWBP_ActorLog_C) == 0x0002F0, "Wrong size on UWBP_ActorLog_C"); \ +static_assert(offsetof(UWBP_ActorLog_C, Logs) == 0x0002E0, "Member 'UWBP_ActorLog_C::Logs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorLog_C, TextActorName) == 0x0002E8, "Member 'UWBP_ActorLog_C::TextActorName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors \ +static_assert(alignof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors) == 0x000004, "Wrong alignment on WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors"); \ +static_assert(sizeof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors) == 0x000040, "Wrong size on WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors"); \ +static_assert(offsetof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors, EntryPoint) == 0x000000, "Member 'WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_Debug_Actors_C_ExecuteUbergraph_WBP_Debug_Actors::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Actors_C_Show \ +static_assert(alignof(WBP_Debug_Actors_C_Show) == 0x000008, "Wrong alignment on WBP_Debug_Actors_C_Show"); \ +static_assert(sizeof(WBP_Debug_Actors_C_Show) == 0x0001D0, "Wrong size on WBP_Debug_Actors_C_Show"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, Classes) == 0x000000, "Member 'WBP_Debug_Actors_C_Show::Classes' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, BuildLabel) == 0x000050, "Member 'WBP_Debug_Actors_C_Show::BuildLabel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Variable) == 0x000064, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Variable_1) == 0x00006C, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'WBP_Debug_Actors_C_Show::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Create_ReturnValue) == 0x000080, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_SortClassMap_ReturnValue) == 0x000088, "Member 'WBP_Debug_Actors_C_Show::CallFunc_SortClassMap_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_AddChild_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Keys_Keys) == 0x0000E0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_Value) == 0x000108, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_ReturnValue) == 0x00010C, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Conv_IntToString_ReturnValue) == 0x000110, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_GetClassDisplayName_ReturnValue) == 0x000120, "Member 'WBP_Debug_Actors_C_Show::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue) == 0x000138, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x000148, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000150, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000160, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000170, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_GetAllActorsOfClass_OutActors) == 0x000180, "Member 'WBP_Debug_Actors_C_Show::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Get_Item_1) == 0x000190, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_GetObjectClass_ReturnValue) == 0x000198, "Member 'WBP_Debug_Actors_C_Show::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Length_ReturnValue_1) == 0x0001A0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001A4, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_Value_1) == 0x0001A8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Find_ReturnValue_1) == 0x0001AC, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001B0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Map_Contains_ReturnValue) == 0x0001B4, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Array_Length_ReturnValue_2) == 0x0001B8, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Show, CallFunc_Conv_IntToText_ReturnValue) == 0x0001C0, "Member 'WBP_Debug_Actors_C_Show::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_Actors_C_Tick \ +static_assert(alignof(WBP_Debug_Actors_C_Tick) == 0x000004, "Wrong alignment on WBP_Debug_Actors_C_Tick"); \ +static_assert(sizeof(WBP_Debug_Actors_C_Tick) == 0x00003C, "Wrong size on WBP_Debug_Actors_C_Tick"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Debug_Actors_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_Actors_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Debug_Actors_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_Actors_C \ +static_assert(alignof(UWBP_Debug_Actors_C) == 0x000008, "Wrong alignment on UWBP_Debug_Actors_C"); \ +static_assert(sizeof(UWBP_Debug_Actors_C) == 0x0002F8, "Wrong size on UWBP_Debug_Actors_C"); \ +static_assert(offsetof(UWBP_Debug_Actors_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Debug_Actors_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Actors_C, ScrollBox) == 0x0002E8, "Member 'UWBP_Debug_Actors_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_Actors_C, TextTotActors) == 0x0002F0, "Member 'UWBP_Debug_Actors_C::TextTotActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamage_CrunchedFlat_NoDecal_C \ +static_assert(alignof(UDamage_CrunchedFlat_NoDecal_C) == 0x000008, "Wrong alignment on UDamage_CrunchedFlat_NoDecal_C"); \ +static_assert(sizeof(UDamage_CrunchedFlat_NoDecal_C) == 0x000040, "Wrong size on UDamage_CrunchedFlat_NoDecal_C"); \ + +#define DUMPER7_ASSERTS_UDamage_GullAttached_C \ +static_assert(alignof(UDamage_GullAttached_C) == 0x000008, "Wrong alignment on UDamage_GullAttached_C"); \ +static_assert(sizeof(UDamage_GullAttached_C) == 0x000040, "Wrong size on UDamage_GullAttached_C"); \ + +#define DUMPER7_ASSERTS_FFCreditsSpecialStruct \ +static_assert(alignof(FFCreditsSpecialStruct) == 0x000008, "Wrong alignment on FFCreditsSpecialStruct"); \ +static_assert(sizeof(FFCreditsSpecialStruct) == 0x000048, "Wrong size on FFCreditsSpecialStruct"); \ +static_assert(offsetof(FFCreditsSpecialStruct, Title_2_D2D5449F4D9CAD4E2C91E4BF5E76AB34) == 0x000000, "Member 'FFCreditsSpecialStruct::Title_2_D2D5449F4D9CAD4E2C91E4BF5E76AB34' has a wrong offset!"); \ +static_assert(offsetof(FFCreditsSpecialStruct, Text_5_835722BD43558E7EBBB5F5AC28F57DD9) == 0x000010, "Member 'FFCreditsSpecialStruct::Text_5_835722BD43558E7EBBB5F5AC28F57DD9' has a wrong offset!"); \ +static_assert(offsetof(FFCreditsSpecialStruct, Image_9_FED79A744AA023F2E2C69BB44BF32401) == 0x000020, "Member 'FFCreditsSpecialStruct::Image_9_FED79A744AA023F2E2C69BB44BF32401' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon \ +static_assert(alignof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon) == 0x000004, "Wrong alignment on WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon"); \ +static_assert(sizeof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon) == 0x000008, "Wrong size on WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon"); \ +static_assert(offsetof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon, EntryPoint) == 0x000000, "Member 'WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ChaptersInfoIcon_C_ExecuteUbergraph_WBP_ChaptersInfoIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChaptersInfoIcon_C_PreConstruct \ +static_assert(alignof(WBP_ChaptersInfoIcon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ChaptersInfoIcon_C_PreConstruct"); \ +static_assert(sizeof(WBP_ChaptersInfoIcon_C_PreConstruct) == 0x000001, "Wrong size on WBP_ChaptersInfoIcon_C_PreConstruct"); \ +static_assert(offsetof(WBP_ChaptersInfoIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ChaptersInfoIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ChaptersInfoIcon_C \ +static_assert(alignof(UWBP_ChaptersInfoIcon_C) == 0x000008, "Wrong alignment on UWBP_ChaptersInfoIcon_C"); \ +static_assert(sizeof(UWBP_ChaptersInfoIcon_C) == 0x0003F0, "Wrong size on UWBP_ChaptersInfoIcon_C"); \ +static_assert(offsetof(UWBP_ChaptersInfoIcon_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ChaptersInfoIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChaptersInfoIcon_C, ImageCue) == 0x000300, "Member 'UWBP_ChaptersInfoIcon_C::ImageCue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChaptersInfoIcon_C, CollectibleData) == 0x000308, "Member 'UWBP_ChaptersInfoIcon_C::CollectibleData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChaptersInfoIcon_C, TextureActive) == 0x0003D8, "Member 'UWBP_ChaptersInfoIcon_C::TextureActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChaptersInfoIcon_C, TextureInactive) == 0x0003E0, "Member 'UWBP_ChaptersInfoIcon_C::TextureInactive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChaptersInfoIcon_C, IsCollected) == 0x0003E8, "Member 'UWBP_ChaptersInfoIcon_C::IsCollected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFTeamMembers \ +static_assert(alignof(FFTeamMembers) == 0x000008, "Wrong alignment on FFTeamMembers"); \ +static_assert(sizeof(FFTeamMembers) == 0x000020, "Wrong size on FFTeamMembers"); \ +static_assert(offsetof(FFTeamMembers, TeamTitle_23_3D19E11249B279BB71FA8B954D66FBA5) == 0x000000, "Member 'FFTeamMembers::TeamTitle_23_3D19E11249B279BB71FA8B954D66FBA5' has a wrong offset!"); \ +static_assert(offsetof(FFTeamMembers, TeamMemberNames_25_359FF01A42CDE0C8CC47B085EDB0C39E) == 0x000010, "Member 'FFTeamMembers::TeamMemberNames_25_359FF01A42CDE0C8CC47B085EDB0C39E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp \ +static_assert(alignof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp) == 0x000008, "Wrong alignment on WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp"); \ +static_assert(sizeof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp) == 0x0000D0, "Wrong size on WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, EntryPoint) == 0x000000, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_name_Variable) == 0x000004, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_delegate_Variable) == 0x00000C, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_PostEvent_ReturnValue) == 0x00001C, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_bool_Variable) == 0x000020, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable) == 0x000021, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_1) == 0x000022, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_bool_Variable_1) == 0x000023, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_2) == 0x000024, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_3) == 0x000025, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_bool_Variable_2) == 0x000026, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_4) == 0x000027, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, Temp_byte_Variable_5) == 0x000028, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000030, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue) == 0x000038, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_bValue) == 0x00003A, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_InFocusEvent) == 0x00003C, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_PlayerInput) == 0x000050, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetUIController_ReturnValue) == 0x000080, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_Array_Contains_ReturnValue) == 0x000088, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_IsDesignTime) == 0x000089, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Select_Default) == 0x00008A, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Select_Default_1) == 0x00008B, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Event_PopUpTextData) == 0x000090, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Event_PopUpTextData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, K2Node_Select_Default_2) == 0x0000C0, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp, CallFunc_GetValidFocusPathButton_NewParam) == 0x0000C8, "Member 'WBP_PopUp_C_ExecuteUbergraph_WBP_PopUp::CallFunc_GetValidFocusPathButton_NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_GetValidFocusPathButton \ +static_assert(alignof(WBP_PopUp_C_GetValidFocusPathButton) == 0x000008, "Wrong alignment on WBP_PopUp_C_GetValidFocusPathButton"); \ +static_assert(sizeof(WBP_PopUp_C_GetValidFocusPathButton) == 0x000018, "Wrong size on WBP_PopUp_C_GetValidFocusPathButton"); \ +static_assert(offsetof(WBP_PopUp_C_GetValidFocusPathButton, NewParam) == 0x000000, "Member 'WBP_PopUp_C_GetValidFocusPathButton::NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_GetValidFocusPathButton, Temp_bool_Variable) == 0x000008, "Member 'WBP_PopUp_C_GetValidFocusPathButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_GetValidFocusPathButton, K2Node_Select_Default) == 0x000010, "Member 'WBP_PopUp_C_GetValidFocusPathButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_HandleFocus \ +static_assert(alignof(WBP_PopUp_C_HandleFocus) == 0x000008, "Wrong alignment on WBP_PopUp_C_HandleFocus"); \ +static_assert(sizeof(WBP_PopUp_C_HandleFocus) == 0x000008, "Wrong size on WBP_PopUp_C_HandleFocus"); \ +static_assert(offsetof(WBP_PopUp_C_HandleFocus, CallFunc_GetValidFocusPathButton_NewParam) == 0x000000, "Member 'WBP_PopUp_C_HandleFocus::CallFunc_GetValidFocusPathButton_NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_OnAppFocus \ +static_assert(alignof(WBP_PopUp_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_PopUp_C_OnAppFocus"); \ +static_assert(sizeof(WBP_PopUp_C_OnAppFocus) == 0x000001, "Wrong size on WBP_PopUp_C_OnAppFocus"); \ +static_assert(offsetof(WBP_PopUp_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_PopUp_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_OnCancelClickedEvent \ +static_assert(alignof(WBP_PopUp_C_OnCancelClickedEvent) == 0x000008, "Wrong alignment on WBP_PopUp_C_OnCancelClickedEvent"); \ +static_assert(sizeof(WBP_PopUp_C_OnCancelClickedEvent) == 0x000010, "Wrong size on WBP_PopUp_C_OnCancelClickedEvent"); \ +static_assert(offsetof(WBP_PopUp_C_OnCancelClickedEvent, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_PopUp_C_OnCancelClickedEvent::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_OnCancelClickedEvent, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'WBP_PopUp_C_OnCancelClickedEvent::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_OnPlayerInputAction \ +static_assert(alignof(WBP_PopUp_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_PopUp_C_OnPlayerInputAction"); \ +static_assert(sizeof(WBP_PopUp_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_PopUp_C_OnPlayerInputAction"); \ +static_assert(offsetof(WBP_PopUp_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_PopUp_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_PopUp_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_PopUp_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_PopUp_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_PopUp_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_PopUp_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_PopUp_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_PreConstruct \ +static_assert(alignof(WBP_PopUp_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PopUp_C_PreConstruct"); \ +static_assert(sizeof(WBP_PopUp_C_PreConstruct) == 0x000001, "Wrong size on WBP_PopUp_C_PreConstruct"); \ +static_assert(offsetof(WBP_PopUp_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PopUp_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_SetGenericPopUpText \ +static_assert(alignof(WBP_PopUp_C_SetGenericPopUpText) == 0x000008, "Wrong alignment on WBP_PopUp_C_SetGenericPopUpText"); \ +static_assert(sizeof(WBP_PopUp_C_SetGenericPopUpText) == 0x000030, "Wrong size on WBP_PopUp_C_SetGenericPopUpText"); \ +static_assert(offsetof(WBP_PopUp_C_SetGenericPopUpText, PopUpTextData) == 0x000000, "Member 'WBP_PopUp_C_SetGenericPopUpText::PopUpTextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_C_SetPopupText \ +static_assert(alignof(WBP_PopUp_C_SetPopupText) == 0x000008, "Wrong alignment on WBP_PopUp_C_SetPopupText"); \ +static_assert(sizeof(WBP_PopUp_C_SetPopupText) == 0x000030, "Wrong size on WBP_PopUp_C_SetPopupText"); \ +static_assert(offsetof(WBP_PopUp_C_SetPopupText, Title) == 0x000000, "Member 'WBP_PopUp_C_SetPopupText::Title' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_SetPopupText, QuestionText) == 0x000010, "Member 'WBP_PopUp_C_SetPopupText::QuestionText' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_C_SetPopupText, WarningText) == 0x000020, "Member 'WBP_PopUp_C_SetPopupText::WarningText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PopUp_C \ +static_assert(alignof(UWBP_PopUp_C) == 0x000008, "Wrong alignment on UWBP_PopUp_C"); \ +static_assert(sizeof(UWBP_PopUp_C) == 0x000368, "Wrong size on UWBP_PopUp_C"); \ +static_assert(offsetof(UWBP_PopUp_C, UberGraphFrame) == 0x000300, "Member 'UWBP_PopUp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, Background) == 0x000308, "Member 'UWBP_PopUp_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, ButtonSpacer) == 0x000310, "Member 'UWBP_PopUp_C::ButtonSpacer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, PopupTitle) == 0x000318, "Member 'UWBP_PopUp_C::PopupTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, Question) == 0x000320, "Member 'UWBP_PopUp_C::Question' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, Separator) == 0x000328, "Member 'UWBP_PopUp_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, Warning) == 0x000330, "Member 'UWBP_PopUp_C::Warning' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, WBP_ButtonCancel) == 0x000338, "Member 'UWBP_PopUp_C::WBP_ButtonCancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, WBP_ButtonConfirm) == 0x000340, "Member 'UWBP_PopUp_C::WBP_ButtonConfirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, OnCancelClicked) == 0x000348, "Member 'UWBP_PopUp_C::OnCancelClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_C, OnConfirmClicked) == 0x000358, "Member 'UWBP_PopUp_C::OnConfirmClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCreditsDepartment \ +static_assert(alignof(FFCreditsDepartment) == 0x000008, "Wrong alignment on FFCreditsDepartment"); \ +static_assert(sizeof(FFCreditsDepartment) == 0x000020, "Wrong size on FFCreditsDepartment"); \ +static_assert(offsetof(FFCreditsDepartment, DepartmentName_15_3D19E11249B279BB71FA8B954D66FBA5) == 0x000000, "Member 'FFCreditsDepartment::DepartmentName_15_3D19E11249B279BB71FA8B954D66FBA5' has a wrong offset!"); \ +static_assert(offsetof(FFCreditsDepartment, Teams_13_211961494391CCA93B5027A8C40ECB0F) == 0x000010, "Member 'FFCreditsDepartment::Teams_13_211961494391CCA93B5027A8C40ECB0F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCreditStruct \ +static_assert(alignof(FFCreditStruct) == 0x000008, "Wrong alignment on FFCreditStruct"); \ +static_assert(sizeof(FFCreditStruct) == 0x000048, "Wrong size on FFCreditStruct"); \ +static_assert(offsetof(FFCreditStruct, CompanyName_79_73289DA642B107A085E5698007522E86) == 0x000000, "Member 'FFCreditStruct::CompanyName_79_73289DA642B107A085E5698007522E86' has a wrong offset!"); \ +static_assert(offsetof(FFCreditStruct, Departments_76_79D3B8284F0C64C235EF978FF0C897B3) == 0x000010, "Member 'FFCreditStruct::Departments_76_79D3B8284F0C64C235EF978FF0C897B3' has a wrong offset!"); \ +static_assert(offsetof(FFCreditStruct, CompanyLogo_77_DBD6878346347B7DC644DEADF4CE1719) == 0x000020, "Member 'FFCreditStruct::CompanyLogo_77_DBD6878346347B7DC644DEADF4CE1719' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul \ +static_assert(alignof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul) == 0x000008, "Wrong alignment on BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul"); \ +static_assert(sizeof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul) == 0x000038, "Wrong size on BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul"); \ +static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, EntryPoint) == 0x000000, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, Temp_delegate_Variable) == 0x000010, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, K2Node_Event_Pawn) == 0x000028, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul, K2Node_Event_DeathActorInstigator) == 0x000030, "Member 'BP_Death_Soul_C_ExecuteUbergraph_BP_Death_Soul::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Soul_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_Soul_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Soul_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_Soul_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Soul_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_Soul_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Soul_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Soul_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Soul_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_Soul_C \ +static_assert(alignof(ABP_Death_Soul_C) == 0x000008, "Wrong alignment on ABP_Death_Soul_C"); \ +static_assert(sizeof(ABP_Death_Soul_C) == 0x000308, "Wrong size on ABP_Death_Soul_C"); \ +static_assert(offsetof(ABP_Death_Soul_C, UberGraphFrame_BP_Death_Soul_C) == 0x0002F8, "Member 'ABP_Death_Soul_C::UberGraphFrame_BP_Death_Soul_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Soul_C, Niagara) == 0x000300, "Member 'ABP_Death_Soul_C::Niagara' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinContainerImage_C_SetBorder \ +static_assert(alignof(WBP_SkinContainerImage_C_SetBorder) == 0x000008, "Wrong alignment on WBP_SkinContainerImage_C_SetBorder"); \ +static_assert(sizeof(WBP_SkinContainerImage_C_SetBorder) == 0x000008, "Wrong size on WBP_SkinContainerImage_C_SetBorder"); \ +static_assert(offsetof(WBP_SkinContainerImage_C_SetBorder, NewTexture) == 0x000000, "Member 'WBP_SkinContainerImage_C_SetBorder::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinContainerImage_C_SetNotification \ +static_assert(alignof(WBP_SkinContainerImage_C_SetNotification) == 0x000001, "Wrong alignment on WBP_SkinContainerImage_C_SetNotification"); \ +static_assert(sizeof(WBP_SkinContainerImage_C_SetNotification) == 0x000005, "Wrong size on WBP_SkinContainerImage_C_SetNotification"); \ +static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, bShouldNotify) == 0x000000, "Member 'WBP_SkinContainerImage_C_SetNotification::bShouldNotify' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, Temp_bool_Variable) == 0x000001, "Member 'WBP_SkinContainerImage_C_SetNotification::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, Temp_byte_Variable) == 0x000002, "Member 'WBP_SkinContainerImage_C_SetNotification::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_SkinContainerImage_C_SetNotification::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, K2Node_Select_Default) == 0x000004, "Member 'WBP_SkinContainerImage_C_SetNotification::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkinContainerImage_C \ +static_assert(alignof(UWBP_SkinContainerImage_C) == 0x000008, "Wrong alignment on UWBP_SkinContainerImage_C"); \ +static_assert(sizeof(UWBP_SkinContainerImage_C) == 0x000338, "Wrong size on UWBP_SkinContainerImage_C"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, Border) == 0x0002F8, "Member 'UWBP_SkinContainerImage_C::Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, CheckedMark) == 0x000300, "Member 'UWBP_SkinContainerImage_C::CheckedMark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, LockerMask) == 0x000308, "Member 'UWBP_SkinContainerImage_C::LockerMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, LockMask) == 0x000310, "Member 'UWBP_SkinContainerImage_C::LockMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, Notification_Mark) == 0x000318, "Member 'UWBP_SkinContainerImage_C::Notification_Mark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, Skin_Image) == 0x000320, "Member 'UWBP_SkinContainerImage_C::Skin_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, Vignette) == 0x000328, "Member 'UWBP_SkinContainerImage_C::Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinContainerImage_C, bMarked) == 0x000330, "Member 'UWBP_SkinContainerImage_C::bMarked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton \ +static_assert(alignof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton) == 0x000008, "Wrong alignment on WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton"); \ +static_assert(sizeof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton) == 0x000078, "Wrong size on WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, EntryPoint) == 0x000000, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, K2Node_Event_InFocusEvent_1) == 0x00002C, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, K2Node_Event_InFocusEvent) == 0x000034, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, K2Node_Event_IsDesignTime) == 0x00003C, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, Temp_delegate_Variable_2) == 0x000040, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_PostEvent_ReturnValue_2) == 0x000050, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_BreakVector2D_X) == 0x000058, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_BreakVector2D_Y) == 0x000060, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x00006C, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton, CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast) == 0x000070, "Member 'WBP_ToggleButton_C_ExecuteUbergraph_WBP_ToggleButton::CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_ToggleButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ToggleButton_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_ToggleButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ToggleButton_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_ToggleButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ToggleButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_ToggleButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ToggleButton_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_ToggleButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ToggleButton_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_ToggleButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ToggleButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OverrideLeftNavigation \ +static_assert(alignof(WBP_ToggleButton_C_OverrideLeftNavigation) == 0x000008, "Wrong alignment on WBP_ToggleButton_C_OverrideLeftNavigation"); \ +static_assert(sizeof(WBP_ToggleButton_C_OverrideLeftNavigation) == 0x000028, "Wrong size on WBP_ToggleButton_C_OverrideLeftNavigation"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, Navigation_0) == 0x000000, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, ReturnValue) == 0x000008, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, Temp_delegate_Variable) == 0x000010, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideLeftNavigation, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'WBP_ToggleButton_C_OverrideLeftNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToggleButton_C_OverrideRightNavigation \ +static_assert(alignof(WBP_ToggleButton_C_OverrideRightNavigation) == 0x000008, "Wrong alignment on WBP_ToggleButton_C_OverrideRightNavigation"); \ +static_assert(sizeof(WBP_ToggleButton_C_OverrideRightNavigation) == 0x000028, "Wrong size on WBP_ToggleButton_C_OverrideRightNavigation"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, Navigation_0) == 0x000000, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, ReturnValue) == 0x000008, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, Temp_delegate_Variable) == 0x000010, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToggleButton_C_OverrideRightNavigation, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'WBP_ToggleButton_C_OverrideRightNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToggleButton_C_PreConstruct \ +static_assert(alignof(WBP_ToggleButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ToggleButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_ToggleButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ToggleButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_ToggleButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ToggleButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToggleButton_C_SetToggle \ +static_assert(alignof(WBP_ToggleButton_C_SetToggle) == 0x000001, "Wrong alignment on WBP_ToggleButton_C_SetToggle"); \ +static_assert(sizeof(WBP_ToggleButton_C_SetToggle) == 0x000001, "Wrong size on WBP_ToggleButton_C_SetToggle"); \ +static_assert(offsetof(WBP_ToggleButton_C_SetToggle, NewToggle) == 0x000000, "Member 'WBP_ToggleButton_C_SetToggle::NewToggle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ToggleButton_C \ +static_assert(alignof(UWBP_ToggleButton_C) == 0x000010, "Wrong alignment on UWBP_ToggleButton_C"); \ +static_assert(sizeof(UWBP_ToggleButton_C) == 0x000A40, "Wrong size on UWBP_ToggleButton_C"); \ +static_assert(offsetof(UWBP_ToggleButton_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ToggleButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Button) == 0x000300, "Member 'UWBP_ToggleButton_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Image_Check) == 0x000308, "Member 'UWBP_ToggleButton_C::Image_Check' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Image_Cross) == 0x000310, "Member 'UWBP_ToggleButton_C::Image_Cross' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Select_Left) == 0x000318, "Member 'UWBP_ToggleButton_C::Select_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Select_Right) == 0x000320, "Member 'UWBP_ToggleButton_C::Select_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, SizeBox_0) == 0x000328, "Member 'UWBP_ToggleButton_C::SizeBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, OnClicked) == 0x000330, "Member 'UWBP_ToggleButton_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, OnFocusOn) == 0x000340, "Member 'UWBP_ToggleButton_C::OnFocusOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, OnFocusOff) == 0x000350, "Member 'UWBP_ToggleButton_C::OnFocusOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Button_Text) == 0x000360, "Member 'UWBP_ToggleButton_C::Button_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, DefaultBackgroundColor) == 0x000370, "Member 'UWBP_ToggleButton_C::DefaultBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, TextColor) == 0x000380, "Member 'UWBP_ToggleButton_C::TextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Style) == 0x0003A0, "Member 'UWBP_ToggleButton_C::Style' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, HoveredFeatures) == 0x000790, "Member 'UWBP_ToggleButton_C::HoveredFeatures' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, FocusedSound) == 0x000798, "Member 'UWBP_ToggleButton_C::FocusedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, TextColor_Hover) == 0x0007A0, "Member 'UWBP_ToggleButton_C::TextColor_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, BackgroundColor_Hover) == 0x0007B4, "Member 'UWBP_ToggleButton_C::BackgroundColor_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, HoveredFontSize) == 0x0007C4, "Member 'UWBP_ToggleButton_C::HoveredFontSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, HoveredStyleName) == 0x0007C8, "Member 'UWBP_ToggleButton_C::HoveredStyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, NormalStyleName) == 0x0007D8, "Member 'UWBP_ToggleButton_C::NormalStyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, TextPadding) == 0x0007E8, "Member 'UWBP_ToggleButton_C::TextPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, LeftBrush) == 0x000800, "Member 'UWBP_ToggleButton_C::LeftBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, RightBrush) == 0x0008D0, "Member 'UWBP_ToggleButton_C::RightBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Left_Select_Color_And_Opacity) == 0x0009A0, "Member 'UWBP_ToggleButton_C::Left_Select_Color_And_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Right_Select_Color_And_Opacity) == 0x0009B0, "Member 'UWBP_ToggleButton_C::Right_Select_Color_And_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Toggle) == 0x0009C0, "Member 'UWBP_ToggleButton_C::Toggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, LeftText) == 0x0009C8, "Member 'UWBP_ToggleButton_C::LeftText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, RightText) == 0x0009D8, "Member 'UWBP_ToggleButton_C::RightText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, MinSize) == 0x0009E8, "Member 'UWBP_ToggleButton_C::MinSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, Text_Hover_Color_And_Opacity) == 0x0009F8, "Member 'UWBP_ToggleButton_C::Text_Hover_Color_And_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, SelectCrossColour) == 0x000A08, "Member 'UWBP_ToggleButton_C::SelectCrossColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, SelectCheckedColour) == 0x000A18, "Member 'UWBP_ToggleButton_C::SelectCheckedColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToggleButton_C, UnselectImageColour) == 0x000A28, "Member 'UWBP_ToggleButton_C::UnselectImageColour' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value_0) == 0x000000, "Member 'WBP_Slider_C_BndEvt__WBP_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_ExecuteUbergraph_WBP_Slider \ +static_assert(alignof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider) == 0x000008, "Wrong alignment on WBP_Slider_C_ExecuteUbergraph_WBP_Slider"); \ +static_assert(sizeof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider) == 0x000100, "Wrong size on WBP_Slider_C_ExecuteUbergraph_WBP_Slider"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, EntryPoint) == 0x000000, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_BreakVector2D_X) == 0x000020, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_ComponentBoundEvent_Value) == 0x000030, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_InFocusEvent_2) == 0x000034, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_InFocusEvent_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_InFocusEvent_1) == 0x00003C, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_Event_InFocusEvent) == 0x000044, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Not_PreBool_ReturnValue) == 0x00004C, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000050, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000060, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, Temp_delegate_Variable_1) == 0x000068, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_PostEvent_ReturnValue_1) == 0x000078, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000080, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_ReturnValue_3) == 0x000088, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000098, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetMinValue_InValue_ImplicitCast) == 0x0000A0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetMinValue_InValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetMaxValue_InValue_ImplicitCast) == 0x0000A4, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetMaxValue_InValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, K2Node_CallDelegate_NewSliderValue_ImplicitCast) == 0x0000A8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::K2Node_CallDelegate_NewSliderValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetStepSize_InValue_ImplicitCast) == 0x0000B0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetStepSize_InValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0000B8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1) == 0x0000C0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1) == 0x0000C8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0000D0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_2) == 0x0000D8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_2) == 0x0000E0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_3) == 0x0000E8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_3) == 0x0000F0, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_ExecuteUbergraph_WBP_Slider, CallFunc_SetPercent_InPercent_ImplicitCast_1) == 0x0000F8, "Member 'WBP_Slider_C_ExecuteUbergraph_WBP_Slider::CallFunc_SetPercent_InPercent_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_Initialise \ +static_assert(alignof(WBP_Slider_C_Initialise) == 0x000008, "Wrong alignment on WBP_Slider_C_Initialise"); \ +static_assert(sizeof(WBP_Slider_C_Initialise) == 0x000010, "Wrong size on WBP_Slider_C_Initialise"); \ +static_assert(offsetof(WBP_Slider_C_Initialise, InitValue) == 0x000000, "Member 'WBP_Slider_C_Initialise::InitValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Slider_C_Initialise, CallFunc_SetValue_InValue_ImplicitCast) == 0x000008, "Member 'WBP_Slider_C_Initialise::CallFunc_SetValue_InValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_Slider_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Slider_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_Slider_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Slider_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_Slider_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Slider_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_OnFocusLost \ +static_assert(alignof(WBP_Slider_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_Slider_C_OnFocusLost"); \ +static_assert(sizeof(WBP_Slider_C_OnFocusLost) == 0x000008, "Wrong size on WBP_Slider_C_OnFocusLost"); \ +static_assert(offsetof(WBP_Slider_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_Slider_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_Slider_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Slider_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_Slider_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Slider_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_Slider_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Slider_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_PreConstruct \ +static_assert(alignof(WBP_Slider_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Slider_C_PreConstruct"); \ +static_assert(sizeof(WBP_Slider_C_PreConstruct) == 0x000001, "Wrong size on WBP_Slider_C_PreConstruct"); \ +static_assert(offsetof(WBP_Slider_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Slider_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Slider_C_ResetToDefault \ +static_assert(alignof(WBP_Slider_C_ResetToDefault) == 0x000004, "Wrong alignment on WBP_Slider_C_ResetToDefault"); \ +static_assert(sizeof(WBP_Slider_C_ResetToDefault) == 0x000004, "Wrong size on WBP_Slider_C_ResetToDefault"); \ +static_assert(offsetof(WBP_Slider_C_ResetToDefault, CallFunc_SetValue_InValue_ImplicitCast) == 0x000000, "Member 'WBP_Slider_C_ResetToDefault::CallFunc_SetValue_InValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Slider_C \ +static_assert(alignof(UWBP_Slider_C) == 0x000010, "Wrong alignment on UWBP_Slider_C"); \ +static_assert(sizeof(UWBP_Slider_C) == 0x000DA0, "Wrong size on UWBP_Slider_C"); \ +static_assert(offsetof(UWBP_Slider_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Slider_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, PB_Slider_bg) == 0x0002E8, "Member 'UWBP_Slider_C::PB_Slider_bg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, Slider) == 0x0002F0, "Member 'UWBP_Slider_C::Slider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, PB_Normal_Style) == 0x000300, "Member 'UWBP_Slider_C::PB_Normal_Style' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, PB_Hover_Style) == 0x000590, "Member 'UWBP_Slider_C::PB_Hover_Style' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, SLStyle) == 0x000820, "Member 'UWBP_Slider_C::SLStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, Range) == 0x000D20, "Member 'UWBP_Slider_C::Range' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, Value) == 0x000D30, "Member 'UWBP_Slider_C::Value' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, OnSliderValueChanged) == 0x000D38, "Member 'UWBP_Slider_C::OnSliderValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, OnCaptureBegin) == 0x000D48, "Member 'UWBP_Slider_C::OnCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, OnCaptureEnd) == 0x000D58, "Member 'UWBP_Slider_C::OnCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, StepsValue) == 0x000D68, "Member 'UWBP_Slider_C::StepsValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, DefaultValue) == 0x000D70, "Member 'UWBP_Slider_C::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, bIsInitialising) == 0x000D78, "Member 'UWBP_Slider_C::bIsInitialising' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, ValueChangedSound) == 0x000D80, "Member 'UWBP_Slider_C::ValueChangedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, AdjustMax) == 0x000D88, "Member 'UWBP_Slider_C::AdjustMax' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, AdjustMin) == 0x000D90, "Member 'UWBP_Slider_C::AdjustMin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Slider_C, bTestSwapForHover) == 0x000D98, "Member 'UWBP_Slider_C::bTestSwapForHover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value_0) == 0x000000, "Member 'WBP_SliderAudio_C_BndEvt__WBP_SliderAudio_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio \ +static_assert(alignof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio"); \ +static_assert(sizeof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio) == 0x000070, "Wrong size on WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, EntryPoint) == 0x000000, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable) == 0x000004, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable_2) == 0x000024, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, Temp_delegate_Variable_3) == 0x000034, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue) == 0x000044, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue_1) == 0x000048, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, K2Node_ComponentBoundEvent_Value) == 0x00004C, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, K2Node_Event_InFocusEvent_1) == 0x000050, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue_2) == 0x000058, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, K2Node_Event_InFocusEvent) == 0x00005C, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_PostEvent_ReturnValue_3) == 0x000064, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio, CallFunc_SetSoundValue_NewValue_ImplicitCast) == 0x000068, "Member 'WBP_SliderAudio_C_ExecuteUbergraph_WBP_SliderAudio::CallFunc_SetSoundValue_NewValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderAudio_C_Init \ +static_assert(alignof(WBP_SliderAudio_C_Init) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_Init"); \ +static_assert(sizeof(WBP_SliderAudio_C_Init) == 0x000010, "Wrong size on WBP_SliderAudio_C_Init"); \ +static_assert(offsetof(WBP_SliderAudio_C_Init, CallFunc_GetRTPCValue_Value) == 0x000000, "Member 'WBP_SliderAudio_C_Init::CallFunc_GetRTPCValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_Init, CallFunc_GetRTPCValue_OutputValueType) == 0x000004, "Member 'WBP_SliderAudio_C_Init::CallFunc_GetRTPCValue_OutputValueType' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_Init, CallFunc_SetSoundValue_NewValue_ImplicitCast) == 0x000008, "Member 'WBP_SliderAudio_C_Init::CallFunc_SetSoundValue_NewValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderAudio_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_SliderAudio_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_SliderAudio_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_SliderAudio_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_SliderAudio_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_SliderAudio_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SliderAudio_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderAudio_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_SliderAudio_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_SliderAudio_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_SliderAudio_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_SliderAudio_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_SliderAudio_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SliderAudio_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderAudio_C_SetSoundValue \ +static_assert(alignof(WBP_SliderAudio_C_SetSoundValue) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_SetSoundValue"); \ +static_assert(sizeof(WBP_SliderAudio_C_SetSoundValue) == 0x000010, "Wrong size on WBP_SliderAudio_C_SetSoundValue"); \ +static_assert(offsetof(WBP_SliderAudio_C_SetSoundValue, NewValue) == 0x000000, "Member 'WBP_SliderAudio_C_SetSoundValue::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_SetSoundValue, CallFunc_SetRTPCValue_Value_ImplicitCast) == 0x000008, "Member 'WBP_SliderAudio_C_SetSoundValue::CallFunc_SetRTPCValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderAudio_C_TestSound \ +static_assert(alignof(WBP_SliderAudio_C_TestSound) == 0x000008, "Wrong alignment on WBP_SliderAudio_C_TestSound"); \ +static_assert(sizeof(WBP_SliderAudio_C_TestSound) == 0x000020, "Wrong size on WBP_SliderAudio_C_TestSound"); \ +static_assert(offsetof(WBP_SliderAudio_C_TestSound, Temp_delegate_Variable) == 0x000000, "Member 'WBP_SliderAudio_C_TestSound::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_TestSound, CallFunc_GetZPlayerController_ReturnValue) == 0x000010, "Member 'WBP_SliderAudio_C_TestSound::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_TestSound, CallFunc_HasUserFocus_ReturnValue) == 0x000018, "Member 'WBP_SliderAudio_C_TestSound::CallFunc_HasUserFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderAudio_C_TestSound, CallFunc_PostEvent_ReturnValue) == 0x00001C, "Member 'WBP_SliderAudio_C_TestSound::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SliderAudio_C \ +static_assert(alignof(UWBP_SliderAudio_C) == 0x000010, "Wrong alignment on UWBP_SliderAudio_C"); \ +static_assert(sizeof(UWBP_SliderAudio_C) == 0x000DE0, "Wrong size on UWBP_SliderAudio_C"); \ +static_assert(offsetof(UWBP_SliderAudio_C, UberGraphFrame_WBP_SliderAudio_C) == 0x000DA0, "Member 'UWBP_SliderAudio_C::UberGraphFrame_WBP_SliderAudio_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderAudio_C, RTPCName) == 0x000DA8, "Member 'UWBP_SliderAudio_C::RTPCName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderAudio_C, AKAudioEventTestSound) == 0x000DB0, "Member 'UWBP_SliderAudio_C::AKAudioEventTestSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderAudio_C, DefaultSliderValue) == 0x000DB8, "Member 'UWBP_SliderAudio_C::DefaultSliderValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderAudio_C, bCanPlayCustomSound) == 0x000DC0, "Member 'UWBP_SliderAudio_C::bCanPlayCustomSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderAudio_C, AKAudioEventCustomSound_Play) == 0x000DC8, "Member 'UWBP_SliderAudio_C::AKAudioEventCustomSound_Play' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderAudio_C, AKAudioEventCustomSound_Stop) == 0x000DD0, "Member 'UWBP_SliderAudio_C::AKAudioEventCustomSound_Stop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderAudio_C, RTPC) == 0x000DD8, "Member 'UWBP_SliderAudio_C::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD \ +static_assert(alignof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD) == 0x000008, "Wrong alignment on Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD"); \ +static_assert(sizeof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD) == 0x0000B0, "Wrong size on Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, EntryPoint) == 0x000000, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_HasDebugFeatures_ReturnValue) == 0x000004, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_HasDebugFeatures_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_UseCamAim_1) == 0x000005, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_UseCamAim_1' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_TargetLogation) == 0x000008, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_HomingTargetComp) == 0x000020, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_HomingTargetComp' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_SizeX) == 0x000028, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_SizeX' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_SizeY) == 0x00002C, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_SizeY' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_CanJumpOutWater) == 0x000030, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_CanJumpOutWater' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_Events) == 0x000031, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_Events' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_On_Off) == 0x000032, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_On_Off' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_Index) == 0x000034, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_Actor) == 0x000038, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_Actor' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000048, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_UseCamAim) == 0x000050, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_ScreenX) == 0x000058, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_ScreenX' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_ScreenY) == 0x000060, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_ScreenY' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, K2Node_Event_CrosshairColor) == 0x000068, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::K2Node_Event_CrosshairColor' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000078, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000088, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_Create_ReturnValue) == 0x000098, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenW_ImplicitCast) == 0x0000A0, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenW_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenH_ImplicitCast) == 0x0000A4, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenH_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenX_ImplicitCast) == 0x0000A8, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenX_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD, CallFunc_DrawMaterialSimple_ScreenY_ImplicitCast) == 0x0000AC, "Member 'Darwin_HUD_C_ExecuteUbergraph_Darwin_HUD::CallFunc_DrawMaterialSimple_ScreenY_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_HUD_C_GameEvents \ +static_assert(alignof(Darwin_HUD_C_GameEvents) == 0x000008, "Wrong alignment on Darwin_HUD_C_GameEvents"); \ +static_assert(sizeof(Darwin_HUD_C_GameEvents) == 0x000010, "Wrong size on Darwin_HUD_C_GameEvents"); \ +static_assert(offsetof(Darwin_HUD_C_GameEvents, Events) == 0x000000, "Member 'Darwin_HUD_C_GameEvents::Events' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_GameEvents, Off) == 0x000001, "Member 'Darwin_HUD_C_GameEvents::Off' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_GameEvents, Index_0) == 0x000004, "Member 'Darwin_HUD_C_GameEvents::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_GameEvents, Actor) == 0x000008, "Member 'Darwin_HUD_C_GameEvents::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_HUD_C_JumpOutWater \ +static_assert(alignof(Darwin_HUD_C_JumpOutWater) == 0x000001, "Wrong alignment on Darwin_HUD_C_JumpOutWater"); \ +static_assert(sizeof(Darwin_HUD_C_JumpOutWater) == 0x000001, "Wrong size on Darwin_HUD_C_JumpOutWater"); \ +static_assert(offsetof(Darwin_HUD_C_JumpOutWater, CanJumpOutWater) == 0x000000, "Member 'Darwin_HUD_C_JumpOutWater::CanJumpOutWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_HUD_C_PlayerCrosshair \ +static_assert(alignof(Darwin_HUD_C_PlayerCrosshair) == 0x000008, "Wrong alignment on Darwin_HUD_C_PlayerCrosshair"); \ +static_assert(sizeof(Darwin_HUD_C_PlayerCrosshair) == 0x000028, "Wrong size on Darwin_HUD_C_PlayerCrosshair"); \ +static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, UseCamAim) == 0x000000, "Member 'Darwin_HUD_C_PlayerCrosshair::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, ScreenX) == 0x000008, "Member 'Darwin_HUD_C_PlayerCrosshair::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, ScreenY) == 0x000010, "Member 'Darwin_HUD_C_PlayerCrosshair::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_PlayerCrosshair, CrosshairColor) == 0x000018, "Member 'Darwin_HUD_C_PlayerCrosshair::CrosshairColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_HUD_C_ReceiveDrawHUD \ +static_assert(alignof(Darwin_HUD_C_ReceiveDrawHUD) == 0x000004, "Wrong alignment on Darwin_HUD_C_ReceiveDrawHUD"); \ +static_assert(sizeof(Darwin_HUD_C_ReceiveDrawHUD) == 0x000008, "Wrong size on Darwin_HUD_C_ReceiveDrawHUD"); \ +static_assert(offsetof(Darwin_HUD_C_ReceiveDrawHUD, SizeX) == 0x000000, "Member 'Darwin_HUD_C_ReceiveDrawHUD::SizeX' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_ReceiveDrawHUD, SizeY) == 0x000004, "Member 'Darwin_HUD_C_ReceiveDrawHUD::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_HUD_C_WeaponIni \ +static_assert(alignof(Darwin_HUD_C_WeaponIni) == 0x000008, "Wrong alignment on Darwin_HUD_C_WeaponIni"); \ +static_assert(sizeof(Darwin_HUD_C_WeaponIni) == 0x000028, "Wrong size on Darwin_HUD_C_WeaponIni"); \ +static_assert(offsetof(Darwin_HUD_C_WeaponIni, UseCamAim) == 0x000000, "Member 'Darwin_HUD_C_WeaponIni::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_WeaponIni, TargetLogation) == 0x000008, "Member 'Darwin_HUD_C_WeaponIni::TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(Darwin_HUD_C_WeaponIni, HomingTargetComp) == 0x000020, "Member 'Darwin_HUD_C_WeaponIni::HomingTargetComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADarwin_HUD_C \ +static_assert(alignof(ADarwin_HUD_C) == 0x000008, "Wrong alignment on ADarwin_HUD_C"); \ +static_assert(sizeof(ADarwin_HUD_C) == 0x0003D8, "Wrong size on ADarwin_HUD_C"); \ +static_assert(offsetof(ADarwin_HUD_C, UberGraphFrame) == 0x000380, "Member 'ADarwin_HUD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, DefaultSceneRoot) == 0x000388, "Member 'ADarwin_HUD_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, CrosshairSize) == 0x000390, "Member 'ADarwin_HUD_C::CrosshairSize' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, M_Crosshair) == 0x000398, "Member 'ADarwin_HUD_C::M_Crosshair' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, Mi_DynamicCrosshair) == 0x0003A0, "Member 'ADarwin_HUD_C::Mi_DynamicCrosshair' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, Use_Cam_Aim) == 0x0003A8, "Member 'ADarwin_HUD_C::Use_Cam_Aim' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, Screen_X) == 0x0003B0, "Member 'ADarwin_HUD_C::Screen_X' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, Screen_Y) == 0x0003B8, "Member 'ADarwin_HUD_C::Screen_Y' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, Crosshair_Color) == 0x0003C0, "Member 'ADarwin_HUD_C::Crosshair_Color' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_HUD_C, WaterMarkWidget) == 0x0003D0, "Member 'ADarwin_HUD_C::WaterMarkWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached \ +static_assert(alignof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached) == 0x000008, "Wrong alignment on BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached"); \ +static_assert(sizeof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached) == 0x000018, "Wrong size on BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached"); \ +static_assert(offsetof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached, EntryPoint) == 0x000000, "Member 'BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached, K2Node_Event_DeathActorInstigator) == 0x000010, "Member 'BP_Death_GullAttached_C_ExecuteUbergraph_BP_Death_GullAttached::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_GullAttached_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_GullAttached_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_GullAttached_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_GullAttached_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_GullAttached_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_GullAttached_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_GullAttached_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_GullAttached_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_GullAttached_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_GullAttached_C \ +static_assert(alignof(ABP_Death_GullAttached_C) == 0x000008, "Wrong alignment on ABP_Death_GullAttached_C"); \ +static_assert(sizeof(ABP_Death_GullAttached_C) == 0x000300, "Wrong size on ABP_Death_GullAttached_C"); \ +static_assert(offsetof(ABP_Death_GullAttached_C, UberGraphFrame_BP_Death_GullAttached_C) == 0x0002F8, "Member 'ABP_Death_GullAttached_C::UberGraphFrame_BP_Death_GullAttached_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton \ +static_assert(alignof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton) == 0x000004, "Wrong alignment on WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton"); \ +static_assert(sizeof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton) == 0x00003C, "Wrong size on WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton"); \ +static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, EntryPoint) == 0x000000, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, Temp_delegate_Variable) == 0x000004, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, K2Node_Event_InFocusEvent_1) == 0x00002C, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton, K2Node_Event_InFocusEvent) == 0x000034, "Member 'WBP_SkinButton_C_ExecuteUbergraph_WBP_SkinButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinButton_C_InitSkinButton \ +static_assert(alignof(WBP_SkinButton_C_InitSkinButton) == 0x000008, "Wrong alignment on WBP_SkinButton_C_InitSkinButton"); \ +static_assert(sizeof(WBP_SkinButton_C_InitSkinButton) == 0x0000D8, "Wrong size on WBP_SkinButton_C_InitSkinButton"); \ +static_assert(offsetof(WBP_SkinButton_C_InitSkinButton, NewSkinData) == 0x000000, "Member 'WBP_SkinButton_C_InitSkinButton::NewSkinData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinButton_C_InitSkinButton, StyleIndex) == 0x0000D0, "Member 'WBP_SkinButton_C_InitSkinButton::StyleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinButton_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_SkinButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_SkinButton_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_SkinButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_SkinButton_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_SkinButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SkinButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinButton_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_SkinButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_SkinButton_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_SkinButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_SkinButton_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_SkinButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SkinButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinButton_C_SetBorder \ +static_assert(alignof(WBP_SkinButton_C_SetBorder) == 0x000008, "Wrong alignment on WBP_SkinButton_C_SetBorder"); \ +static_assert(sizeof(WBP_SkinButton_C_SetBorder) == 0x000008, "Wrong size on WBP_SkinButton_C_SetBorder"); \ +static_assert(offsetof(WBP_SkinButton_C_SetBorder, NewTexture) == 0x000000, "Member 'WBP_SkinButton_C_SetBorder::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinButton_C_SetSkinImage \ +static_assert(alignof(WBP_SkinButton_C_SetSkinImage) == 0x000008, "Wrong alignment on WBP_SkinButton_C_SetSkinImage"); \ +static_assert(sizeof(WBP_SkinButton_C_SetSkinImage) == 0x000008, "Wrong size on WBP_SkinButton_C_SetSkinImage"); \ +static_assert(offsetof(WBP_SkinButton_C_SetSkinImage, NewTexture2D) == 0x000000, "Member 'WBP_SkinButton_C_SetSkinImage::NewTexture2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkinButton_C \ +static_assert(alignof(UWBP_SkinButton_C) == 0x000008, "Wrong alignment on UWBP_SkinButton_C"); \ +static_assert(sizeof(UWBP_SkinButton_C) == 0x000428, "Wrong size on UWBP_SkinButton_C"); \ +static_assert(offsetof(UWBP_SkinButton_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_SkinButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, InnerButtonOverlay) == 0x000300, "Member 'UWBP_SkinButton_C::InnerButtonOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Outline) == 0x000308, "Member 'UWBP_SkinButton_C::Outline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, SkinButton) == 0x000310, "Member 'UWBP_SkinButton_C::SkinButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, WBP_SkinContainerImage) == 0x000318, "Member 'UWBP_SkinButton_C::WBP_SkinContainerImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, BaseColour) == 0x000320, "Member 'UWBP_SkinButton_C::BaseColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, HoveredColour) == 0x000330, "Member 'UWBP_SkinButton_C::HoveredColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, HoverScale) == 0x000340, "Member 'UWBP_SkinButton_C::HoverScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Border_0) == 0x000350, "Member 'UWBP_SkinButton_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Border_1) == 0x000358, "Member 'UWBP_SkinButton_C::Border_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Border_2) == 0x000360, "Member 'UWBP_SkinButton_C::Border_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Border_3) == 0x000368, "Member 'UWBP_SkinButton_C::Border_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Border_4) == 0x000370, "Member 'UWBP_SkinButton_C::Border_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, LockMask_0) == 0x000378, "Member 'UWBP_SkinButton_C::LockMask_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, LockMask_1) == 0x000380, "Member 'UWBP_SkinButton_C::LockMask_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, LockMask_2) == 0x000388, "Member 'UWBP_SkinButton_C::LockMask_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, LockMask_3) == 0x000390, "Member 'UWBP_SkinButton_C::LockMask_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, LockMask_4) == 0x000398, "Member 'UWBP_SkinButton_C::LockMask_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Outline_0) == 0x0003A0, "Member 'UWBP_SkinButton_C::Outline_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Outline_1) == 0x0003A8, "Member 'UWBP_SkinButton_C::Outline_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Outline_2) == 0x0003B0, "Member 'UWBP_SkinButton_C::Outline_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Outline_3) == 0x0003B8, "Member 'UWBP_SkinButton_C::Outline_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Outline_4) == 0x0003C0, "Member 'UWBP_SkinButton_C::Outline_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Vignette_0) == 0x0003C8, "Member 'UWBP_SkinButton_C::Vignette_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Vignette_1) == 0x0003D0, "Member 'UWBP_SkinButton_C::Vignette_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Vignette_2) == 0x0003D8, "Member 'UWBP_SkinButton_C::Vignette_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Vignette_3) == 0x0003E0, "Member 'UWBP_SkinButton_C::Vignette_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Vignette_4) == 0x0003E8, "Member 'UWBP_SkinButton_C::Vignette_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Mark_0) == 0x0003F0, "Member 'UWBP_SkinButton_C::Mark_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Mark_1) == 0x0003F8, "Member 'UWBP_SkinButton_C::Mark_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Mark_2) == 0x000400, "Member 'UWBP_SkinButton_C::Mark_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Mark_3) == 0x000408, "Member 'UWBP_SkinButton_C::Mark_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, Viewed) == 0x000410, "Member 'UWBP_SkinButton_C::Viewed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinButton_C, OnClicked) == 0x000418, "Member 'UWBP_SkinButton_C::OnClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase \ +static_assert(alignof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase) == 0x000010, "Wrong alignment on WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase"); \ +static_assert(sizeof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase) == 0x000430, "Wrong size on WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase"); \ +static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, EntryPoint) == 0x000000, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_Event_InFocusEvent_1) == 0x000014, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_Event_InFocusEvent) == 0x00001C, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_Event_IsDesignTime) == 0x000024, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_MakeStruct_ButtonStyle) == 0x000030, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, CallFunc_PostEvent_ReturnValue) == 0x000420, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_ButtonBase_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_ButtonBase_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_ButtonBase_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_ButtonBase_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_ButtonBase_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_ButtonBase_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_C_PreConstruct \ +static_assert(alignof(WBP_ButtonBase_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonBase_C_PreConstruct"); \ +static_assert(sizeof(WBP_ButtonBase_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonBase_C_PreConstruct"); \ +static_assert(offsetof(WBP_ButtonBase_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonBase_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_C_SetButtonText \ +static_assert(alignof(WBP_ButtonBase_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_ButtonBase_C_SetButtonText"); \ +static_assert(sizeof(WBP_ButtonBase_C_SetButtonText) == 0x000010, "Wrong size on WBP_ButtonBase_C_SetButtonText"); \ +static_assert(offsetof(WBP_ButtonBase_C_SetButtonText, Text) == 0x000000, "Member 'WBP_ButtonBase_C_SetButtonText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_C_SetFontSize \ +static_assert(alignof(WBP_ButtonBase_C_SetFontSize) == 0x000008, "Wrong alignment on WBP_ButtonBase_C_SetFontSize"); \ +static_assert(sizeof(WBP_ButtonBase_C_SetFontSize) == 0x000078, "Wrong size on WBP_ButtonBase_C_SetFontSize"); \ +static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, Size) == 0x000000, "Member 'WBP_ButtonBase_C_SetFontSize::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_ButtonBase_C_SetFontSize::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, K2Node_MakeStruct_SlateFontInfo) == 0x000010, "Member 'WBP_ButtonBase_C_SetFontSize::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, K2Node_MakeStruct_Size_ImplicitCast) == 0x000070, "Member 'WBP_ButtonBase_C_SetFontSize::K2Node_MakeStruct_Size_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ButtonBase_C \ +static_assert(alignof(UWBP_ButtonBase_C) == 0x000010, "Wrong alignment on UWBP_ButtonBase_C"); \ +static_assert(sizeof(UWBP_ButtonBase_C) == 0x0007B0, "Wrong size on UWBP_ButtonBase_C"); \ +static_assert(offsetof(UWBP_ButtonBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ButtonBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, Button) == 0x000300, "Member 'UWBP_ButtonBase_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, TextBlock) == 0x000308, "Member 'UWBP_ButtonBase_C::TextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, OnClicked) == 0x000310, "Member 'UWBP_ButtonBase_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, OnFocusOn) == 0x000320, "Member 'UWBP_ButtonBase_C::OnFocusOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, OnFocusOff) == 0x000330, "Member 'UWBP_ButtonBase_C::OnFocusOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, Button_Text) == 0x000340, "Member 'UWBP_ButtonBase_C::Button_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, DefaultBackgroundColor) == 0x000350, "Member 'UWBP_ButtonBase_C::DefaultBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, Focused) == 0x000360, "Member 'UWBP_ButtonBase_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, TextColor) == 0x000364, "Member 'UWBP_ButtonBase_C::TextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, Style) == 0x000380, "Member 'UWBP_ButtonBase_C::Style' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, HoveredFeatures) == 0x000770, "Member 'UWBP_ButtonBase_C::HoveredFeatures' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, FocusedSound) == 0x000778, "Member 'UWBP_ButtonBase_C::FocusedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, TextColor_Hover) == 0x000780, "Member 'UWBP_ButtonBase_C::TextColor_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, BackgroundColor_Hover) == 0x000794, "Member 'UWBP_ButtonBase_C::BackgroundColor_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, HoveredFontSize) == 0x0007A4, "Member 'UWBP_ButtonBase_C::HoveredFontSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_C, ButtonIndex) == 0x0007A8, "Member 'UWBP_ButtonBase_C::ButtonIndex' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_Detection_C_ExecuteUbergraph_WBP_Detection \ static_assert(alignof(WBP_Detection_C_ExecuteUbergraph_WBP_Detection) == 0x000008, "Wrong alignment on WBP_Detection_C_ExecuteUbergraph_WBP_Detection"); \ static_assert(sizeof(WBP_Detection_C_ExecuteUbergraph_WBP_Detection) == 0x000130, "Wrong size on WBP_Detection_C_ExecuteUbergraph_WBP_Detection"); \ @@ -140543,9 +140275,2094 @@ static_assert(sizeof(UBP_SensingComponent_C) == 0x0002E0, "Wrong size on UBP_Sen static_assert(offsetof(UBP_SensingComponent_C, UberGraphFrame) == 0x0002D0, "Member 'UBP_SensingComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SensingComponent_C, DetectionWidget) == 0x0002D8, "Member 'UBP_SensingComponent_C::DetectionWidget' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UBP_LocomotionState_Air_C \ -static_assert(alignof(UBP_LocomotionState_Air_C) == 0x000008, "Wrong alignment on UBP_LocomotionState_Air_C"); \ -static_assert(sizeof(UBP_LocomotionState_Air_C) == 0x000088, "Wrong size on UBP_LocomotionState_Air_C"); \ +#define DUMPER7_ASSERTS_WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug \ +static_assert(alignof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug"); \ +static_assert(sizeof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug) == 0x000260, "Wrong size on WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, EntryPoint) == 0x000000, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_Event_MyGeometry) == 0x000040, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_Event_InDeltaTime) == 0x000078, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_CustomEvent_Index) == 0x00007C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_CustomEvent_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_InputKeyEvent_Key) == 0x000080, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsVisible_ReturnValue) == 0x000098, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetChildrenCount_ReturnValue) == 0x00009C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000A8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetDisplayName_ReturnValue) == 0x0000C8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_BooleanAND_ReturnValue) == 0x000111, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_1) == 0x000112, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_2) == 0x000113, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000118, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000210, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_3) == 0x000211, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_int_Variable) == 0x000214, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_4) == 0x000218, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetChildAt_ReturnValue) == 0x000220, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_DynamicCast_AsWBP_Button_Base) == 0x000228, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_DynamicCast_AsWBP_Button_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetText_ReturnValue) == 0x000238, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Conv_TextToString_ReturnValue) == 0x000248, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000258, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000259, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Add_IntInt_ReturnValue_1) == 0x00025C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AI_Debug_C_FillAiInfo \ +static_assert(alignof(WBP_AI_Debug_C_FillAiInfo) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_FillAiInfo"); \ +static_assert(sizeof(WBP_AI_Debug_C_FillAiInfo) == 0x000388, "Wrong size on WBP_AI_Debug_C_FillAiInfo"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, SkActivated) == 0x000000, "Member 'WBP_AI_Debug_C_FillAiInfo::SkActivated' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, TickText) == 0x000010, "Member 'WBP_AI_Debug_C_FillAiInfo::TickText' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_AI_Debug_C_FillAiInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_AI_Debug_C_FillAiInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetPlayerPawn_ReturnValue) == 0x000030, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavigationDataForAgent_ReturnValue) == 0x000038, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavigationDataForAgent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x000058, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000070, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavigationDataForAgent_ReturnValue_1) == 0x000078, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavigationDataForAgent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000080, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavigationDataForAgent_ReturnValue_2) == 0x0000A0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavigationDataForAgent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000F0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, Temp_bool_True_if_break_was_hit_Variable) == 0x000100, "Member 'WBP_AI_Debug_C_FillAiInfo::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000108, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Not_PreBool_ReturnValue) == 0x000118, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000120, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000128, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetSeenPawn_ReturnValue) == 0x000140, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetSeenPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsValid_ReturnValue_1) == 0x000148, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetDisplayName_ReturnValue) == 0x000150, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000160, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetController_ReturnValue) == 0x000170, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_AsZAIController) == 0x000178, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_AsZAIController' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000188, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetBehaviorTreeDebug_ReturnValue) == 0x000190, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetBehaviorTreeDebug_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsActive_ReturnValue) == 0x0001A0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001A8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetBlackboardDebug_ReturnValue) == 0x0001B8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetBlackboardDebug_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetController_ReturnValue_1) == 0x0001C8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0001D0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_AsAIController) == 0x0001E0, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_bSuccess_1) == 0x0001E8, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_HasPath_ReturnValue) == 0x0001E9, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_HasPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetController_ReturnValue_2) == 0x0001F0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_AsAIController_1) == 0x0001F8, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_AsAIController_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_bSuccess_2) == 0x000200, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000208, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavAgentLocation_ReturnValue) == 0x000220, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavAgentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Vector_Distance_ReturnValue) == 0x000238, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1) == 0x000240, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ReturnValue_1) == 0x000258, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000260, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000270, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsActive_ReturnValue_1) == 0x000278, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsActive_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsValid_ReturnValue_2) == 0x000279, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetCoordinator_ReturnValue) == 0x000280, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetCoordinator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetCurrentBehavior_ReturnValue) == 0x000288, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetCurrentBehavior_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetSmartObjects_ReturnValue) == 0x000290, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetSmartObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0002A0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_SortByDistance_ReturnValue) == 0x0002B0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_SortByDistance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_6) == 0x0002C0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Array_Get_Item) == 0x0002D0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Array_Length_ReturnValue) == 0x0002D8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002E0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Less_IntInt_ReturnValue) == 0x0002F8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_HasPath_ReturnValue_1) == 0x0002F9, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_HasPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_BooleanAND_ReturnValue) == 0x0002FA, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_2) == 0x000300, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ReturnValue_2) == 0x000318, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetDisplayName_ReturnValue_1) == 0x000320, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000330, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_VectorToText_ReturnValue) == 0x000340, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_VectorToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000350, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetDisplayName_ReturnValue_2) == 0x000358, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsEmitting_ReturnValue) == 0x000368, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsEmitting_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000370, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsComponentTickEnabled_ReturnValue) == 0x000380, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsComponentTickEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AI_Debug_C_FillAIList \ +static_assert(alignof(WBP_AI_Debug_C_FillAIList) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_FillAIList"); \ +static_assert(sizeof(WBP_AI_Debug_C_FillAIList) == 0x0000E0, "Wrong size on WBP_AI_Debug_C_FillAIList"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_AI_Debug_C_FillAIList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_AI_Debug_C_FillAIList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_MakeStruct_Margin) == 0x000040, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Create_ReturnValue) == 0x000050, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_AddChild_ReturnValue) == 0x000058, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_SortByDistance_ReturnValue) == 0x000070, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_SortByDistance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Array_Get_Item) == 0x000088, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Greater_IntInt_ReturnValue) == 0x000090, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_DynamicCast_AsZCharacter) == 0x000098, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetController_ReturnValue) == 0x0000A8, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetDisplayName_ReturnValue) == 0x0000B0, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Array_Length_ReturnValue_1) == 0x0000D8, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0 \ +static_assert(alignof(WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0"); \ +static_assert(sizeof(WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0"); \ +static_assert(offsetof(WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AI_Debug_C_OnAIClicked \ +static_assert(alignof(WBP_AI_Debug_C_OnAIClicked) == 0x000004, "Wrong alignment on WBP_AI_Debug_C_OnAIClicked"); \ +static_assert(sizeof(WBP_AI_Debug_C_OnAIClicked) == 0x000004, "Wrong size on WBP_AI_Debug_C_OnAIClicked"); \ +static_assert(offsetof(WBP_AI_Debug_C_OnAIClicked, Index_0) == 0x000000, "Member 'WBP_AI_Debug_C_OnAIClicked::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AI_Debug_C_Tick \ +static_assert(alignof(WBP_AI_Debug_C_Tick) == 0x000004, "Wrong alignment on WBP_AI_Debug_C_Tick"); \ +static_assert(sizeof(WBP_AI_Debug_C_Tick) == 0x00003C, "Wrong size on WBP_AI_Debug_C_Tick"); \ +static_assert(offsetof(WBP_AI_Debug_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_AI_Debug_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_AI_Debug_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_AI_Debug_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AI_Debug_C \ +static_assert(alignof(UWBP_AI_Debug_C) == 0x000008, "Wrong alignment on UWBP_AI_Debug_C"); \ +static_assert(sizeof(UWBP_AI_Debug_C) == 0x000380, "Wrong size on UWBP_AI_Debug_C"); \ +static_assert(offsetof(UWBP_AI_Debug_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_AI_Debug_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, ClosestSOName) == 0x0002E8, "Member 'UWBP_AI_Debug_C::ClosestSOName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, ClosestSONavPath) == 0x0002F0, "Member 'UWBP_AI_Debug_C::ClosestSONavPath' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, ClosestSONavPos) == 0x0002F8, "Member 'UWBP_AI_Debug_C::ClosestSONavPos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, PanelInfos) == 0x000300, "Member 'UWBP_AI_Debug_C::PanelInfos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, PathToPlayer) == 0x000308, "Member 'UWBP_AI_Debug_C::PathToPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, ScrollBox_AIs) == 0x000310, "Member 'UWBP_AI_Debug_C::ScrollBox_AIs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextBehavior) == 0x000318, "Member 'UWBP_AI_Debug_C::TextBehavior' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextBhvr) == 0x000320, "Member 'UWBP_AI_Debug_C::TextBhvr' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextBlackboard) == 0x000328, "Member 'UWBP_AI_Debug_C::TextBlackboard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextCanNav) == 0x000330, "Member 'UWBP_AI_Debug_C::TextCanNav' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextCoordinator) == 0x000338, "Member 'UWBP_AI_Debug_C::TextCoordinator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextDebugName) == 0x000340, "Member 'UWBP_AI_Debug_C::TextDebugName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextDistance) == 0x000348, "Member 'UWBP_AI_Debug_C::TextDistance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextModementMode) == 0x000350, "Member 'UWBP_AI_Debug_C::TextModementMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextMoveCompActivated) == 0x000358, "Member 'UWBP_AI_Debug_C::TextMoveCompActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextSk) == 0x000360, "Member 'UWBP_AI_Debug_C::TextSk' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, TextTarget) == 0x000368, "Member 'UWBP_AI_Debug_C::TextTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, SelectedCharacter) == 0x000370, "Member 'UWBP_AI_Debug_C::SelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AI_Debug_C, DebugSphere) == 0x000378, "Member 'UWBP_AI_Debug_C::DebugSphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp \ +static_assert(alignof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp) == 0x000008, "Wrong alignment on WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp"); \ +static_assert(sizeof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp) == 0x000078, "Wrong size on WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, EntryPoint) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_Event_InFocusEvent_1) == 0x000024, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_Event_InFocusEvent) == 0x00002C, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_Event_IsDesignTime) == 0x000034, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, Temp_delegate_Variable_1) == 0x000038, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_PostEvent_ReturnValue) == 0x000048, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_PostEvent_ReturnValue_1) == 0x00004C, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000050, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_GetUIController_ReturnValue) == 0x000058, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_CustomEvent_NewCulture) == 0x000060, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000070, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_ButtonBase_PopUp_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_PopUp_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_ButtonBase_PopUp_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_PopUp_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_OnCultureChanged_Event \ +static_assert(alignof(WBP_ButtonBase_PopUp_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_ButtonBase_PopUp_C_OnCultureChanged_Event"); \ +static_assert(sizeof(WBP_ButtonBase_PopUp_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_ButtonBase_PopUp_C_OnCultureChanged_Event"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_PreConstruct \ +static_assert(alignof(WBP_ButtonBase_PopUp_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonBase_PopUp_C_PreConstruct"); \ +static_assert(sizeof(WBP_ButtonBase_PopUp_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonBase_PopUp_C_PreConstruct"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_SetRowStyleText \ +static_assert(alignof(WBP_ButtonBase_PopUp_C_SetRowStyleText) == 0x000008, "Wrong alignment on WBP_ButtonBase_PopUp_C_SetRowStyleText"); \ +static_assert(sizeof(WBP_ButtonBase_PopUp_C_SetRowStyleText) == 0x0000B0, "Wrong size on WBP_ButtonBase_PopUp_C_SetRowStyleText"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, RowStyleName) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::RowStyleName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, TextTransformPolicy) == 0x000010, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, TempText) == 0x000018, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::TempText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_TextToUpper_ReturnValue) == 0x000080, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_TextToLower_ReturnValue) == 0x0000A0, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ButtonBase_PopUp_C \ +static_assert(alignof(UWBP_ButtonBase_PopUp_C) == 0x000008, "Wrong alignment on UWBP_ButtonBase_PopUp_C"); \ +static_assert(sizeof(UWBP_ButtonBase_PopUp_C) == 0x0003D0, "Wrong size on UWBP_ButtonBase_PopUp_C"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ButtonBase_PopUp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Button) == 0x000300, "Member 'UWBP_ButtonBase_PopUp_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, SizeBox_0) == 0x000308, "Member 'UWBP_ButtonBase_PopUp_C::SizeBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, WBP_RichText) == 0x000310, "Member 'UWBP_ButtonBase_PopUp_C::WBP_RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, OnClicked) == 0x000318, "Member 'UWBP_ButtonBase_PopUp_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, OnFocusOn) == 0x000328, "Member 'UWBP_ButtonBase_PopUp_C::OnFocusOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, OnFocusOff) == 0x000338, "Member 'UWBP_ButtonBase_PopUp_C::OnFocusOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Button_Text) == 0x000348, "Member 'UWBP_ButtonBase_PopUp_C::Button_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Focused) == 0x000358, "Member 'UWBP_ButtonBase_PopUp_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, FocusedSound) == 0x000360, "Member 'UWBP_ButtonBase_PopUp_C::FocusedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, HoveredStyleName) == 0x000368, "Member 'UWBP_ButtonBase_PopUp_C::HoveredStyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, NormalStyleName) == 0x000378, "Member 'UWBP_ButtonBase_PopUp_C::NormalStyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, TextPadding) == 0x000388, "Member 'UWBP_ButtonBase_PopUp_C::TextPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Background_Color) == 0x000398, "Member 'UWBP_ButtonBase_PopUp_C::Background_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Hover_Bg_Color) == 0x0003A8, "Member 'UWBP_ButtonBase_PopUp_C::Hover_Bg_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, ValidationSound) == 0x0003B8, "Member 'UWBP_ButtonBase_PopUp_C::ValidationSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, HoverSound) == 0x0003C0, "Member 'UWBP_ButtonBase_PopUp_C::HoverSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBase_PopUp_C, MinDesiredWidthOverride) == 0x0003C8, "Member 'UWBP_ButtonBase_PopUp_C::MinDesiredWidthOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimBP_Gull_Killer__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on AnimBP_Gull_Killer::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong size on AnimBP_Gull_Killer::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimBP_Gull_Killer__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData) == 0x000318, "Wrong size on AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __NameProperty_64) == 0x000004, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__NameProperty_64' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __NameProperty_65) == 0x00000C, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__NameProperty_65' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __IntProperty_66) == 0x000014, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__IntProperty_66' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __NameProperty_67) == 0x000018, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__NameProperty_67' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __IntProperty_68) == 0x000020, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__IntProperty_68' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __BoolProperty_69) == 0x000024, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__BoolProperty_69' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __FloatProperty_70) == 0x000028, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__FloatProperty_70' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __StructProperty_71) == 0x00002C, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__StructProperty_71' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __FloatProperty_72) == 0x000058, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__FloatProperty_72' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __BoolProperty_73) == 0x00005C, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__BoolProperty_73' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __EnumProperty_74) == 0x00005D, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__EnumProperty_74' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __ByteProperty_75) == 0x00005E, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__ByteProperty_75' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __NameProperty_76) == 0x000060, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__NameProperty_76' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __NameProperty_77) == 0x000068, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__NameProperty_77' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __NameProperty_78) == 0x000070, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__NameProperty_78' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __IntProperty_79) == 0x000078, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__IntProperty_79' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, __StructProperty_80) == 0x000080, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::__StructProperty_80' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000A0, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000120, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000138, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x000168, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000198, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x0001C8, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x0001F8, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000228, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000258, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000288, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x0002B8, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x0002E8, "Member 'AnimBP_Gull_Killer::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer \ +static_assert(alignof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer) == 0x000008, "Wrong alignment on AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer"); \ +static_assert(sizeof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer) == 0x000170, "Wrong size on AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, EntryPoint) == 0x000000, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, Temp_delegate_Variable) == 0x000010, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000020, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, Temp_delegate_Variable_1) == 0x000028, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000058, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, K2Node_Event_DeltaTimeX) == 0x000060, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, K2Node_DynamicCast_AsCH_Gull_Killer) == 0x000068, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::K2Node_DynamicCast_AsCH_Gull_Killer' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, Temp_delegate_Variable_2) == 0x000074, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A0, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_Vector_Distance_ReturnValue) == 0x0000A8, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_FMax_ReturnValue) == 0x0000B8, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C0, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_FClamp_ReturnValue) == 0x0000D0, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, Temp_delegate_Variable_3) == 0x0000D8, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0000E8, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, Temp_delegate_Variable_4) == 0x0000F0, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetOwningActor_ReturnValue_1) == 0x000100, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetOwningActor_ReturnValue_2) == 0x000108, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetOwningActor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_PostEvent_ReturnValue) == 0x000110, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_PostEvent_ReturnValue_1) == 0x000114, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetOwningActor_ReturnValue_3) == 0x000118, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetOwningActor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetOwningActor_ReturnValue_4) == 0x000120, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetOwningActor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_PostEvent_ReturnValue_2) == 0x000128, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_PostEvent_ReturnValue_3) == 0x00012C, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, Temp_delegate_Variable_5) == 0x000130, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, Temp_delegate_Variable_6) == 0x000140, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_PostEvent_ReturnValue_4) == 0x000150, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetOwningActor_ReturnValue_5) == 0x000158, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetOwningActor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_GetOwningActor_ReturnValue_6) == 0x000160, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_GetOwningActor_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_PostEvent_ReturnValue_5) == 0x000168, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer, CallFunc_PostEvent_ReturnValue_6) == 0x00016C, "Member 'AnimBP_Gull_Killer_C_ExecuteUbergraph_AnimBP_Gull_Killer::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimBP_Gull_Killer_C_BlueprintUpdateAnimation \ +static_assert(alignof(AnimBP_Gull_Killer_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on AnimBP_Gull_Killer_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(AnimBP_Gull_Killer_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on AnimBP_Gull_Killer_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'AnimBP_Gull_Killer_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimBP_Gull_Killer_C_AnimGraph \ +static_assert(alignof(AnimBP_Gull_Killer_C_AnimGraph) == 0x000008, "Wrong alignment on AnimBP_Gull_Killer_C_AnimGraph"); \ +static_assert(sizeof(AnimBP_Gull_Killer_C_AnimGraph) == 0x000010, "Wrong size on AnimBP_Gull_Killer_C_AnimGraph"); \ +static_assert(offsetof(AnimBP_Gull_Killer_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'AnimBP_Gull_Killer_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBP_Gull_Killer_C \ +static_assert(alignof(UAnimBP_Gull_Killer_C) == 0x000010, "Wrong alignment on UAnimBP_Gull_Killer_C"); \ +static_assert(sizeof(UAnimBP_Gull_Killer_C) == 0x000640, "Wrong size on UAnimBP_Gull_Killer_C"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, UberGraphFrame) == 0x000370, "Member 'UAnimBP_Gull_Killer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, __AnimBlueprintMutables) == 0x000378, "Member 'UAnimBP_Gull_Killer_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UAnimBP_Gull_Killer_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UAnimBP_Gull_Killer_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_Root) == 0x000390, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_TransitionResult_1) == 0x0003B0, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_TransitionResult) == 0x0003D8, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_SequencePlayer_1) == 0x000400, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_StateResult_2) == 0x000448, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_BlendSpacePlayer) == 0x000468, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_StateResult_1) == 0x0004D8, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_SequencePlayer) == 0x0004F8, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_StateResult) == 0x000540, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, AnimGraphNode_StateMachine) == 0x000560, "Member 'UAnimBP_Gull_Killer_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, IsDiving) == 0x000628, "Member 'UAnimBP_Gull_Killer_C::IsDiving' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, DistanceToPlayerRatio) == 0x000630, "Member 'UAnimBP_Gull_Killer_C::DistanceToPlayerRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimBP_Gull_Killer_C, IsFlyingAway) == 0x000638, "Member 'UAnimBP_Gull_Killer_C::IsFlyingAway' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_ConstructElapsedTimeString \ +static_assert(alignof(WBP_Profile_Cards_C_ConstructElapsedTimeString) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_ConstructElapsedTimeString"); \ +static_assert(sizeof(WBP_Profile_Cards_C_ConstructElapsedTimeString) == 0x0002F0, "Wrong size on WBP_Profile_Cards_C_ConstructElapsedTimeString"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, EndString) == 0x000000, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::EndString' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, TempSecondString) == 0x000010, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::TempSecondString' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, TempMinuteString) == 0x000020, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::TempMinuteString' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, TempHourString) == 0x000030, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::TempHourString' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralText_ReturnValue) == 0x000040, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000080, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0000C0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000D0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_GetZGameInstance_ReturnValue) == 0x0000E0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_GetSaveManager_ReturnValue) == 0x0000E8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_GetPlayerSlotData_ReturnValue) == 0x0000F0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_GetPlayerSlotData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralDouble_ReturnValue) == 0x0001A8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_FromSeconds_ReturnValue) == 0x0001B0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Days) == 0x0001B8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Hours) == 0x0001BC, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Minutes) == 0x0001C0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Seconds) == 0x0001C4, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Milliseconds) == 0x0001C8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Multiply_IntInt_ReturnValue) == 0x0001CC, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_IntToString_ReturnValue) == 0x0001D0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Add_IntInt_ReturnValue) == 0x0001E0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0001E8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0001F8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000208, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000218, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000228, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000238, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Len_ReturnValue) == 0x000248, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000250, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000260, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Len_ReturnValue_1) == 0x000264, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_SelectString_ReturnValue) == 0x000268, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000278, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_SelectString_ReturnValue_1) == 0x000280, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000290, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0002A0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0002B0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0002C0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Len_ReturnValue_2) == 0x0002D0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Len_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x0002D4, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_SelectString_ReturnValue_2) == 0x0002D8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_SelectString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_FromSeconds_Seconds_ImplicitCast) == 0x0002E8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_FromSeconds_Seconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards \ +static_assert(alignof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards"); \ +static_assert(sizeof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards) == 0x000128, "Wrong size on WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, EntryPoint) == 0x000000, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_MakeStruct_WidgetTransform) == 0x000008, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, Temp_delegate_Variable) == 0x000040, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, Temp_delegate_Variable_1) == 0x000050, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_PostEvent_ReturnValue) == 0x000060, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_PostEvent_ReturnValue_1) == 0x000064, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_Event_InFocusEvent_1) == 0x000068, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_MakeStruct_WidgetTransform_1) == 0x000070, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_MakeStruct_WidgetTransform_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetZGameInstance_ReturnValue) == 0x0000A8, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetSaveManager_ReturnValue) == 0x0000B0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x0000B8, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_LoadPlayerData_ReturnValue) == 0x0000B9, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_LoadPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetZGameInstance_ReturnValue_1) == 0x0000C0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetCollectibleSystem_ReturnValue) == 0x0000C8, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000100, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetZSaveManager_ReturnValue) == 0x000110, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetZSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_IsSlotDataEmpty_ReturnValue_1) == 0x000118, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_IsSlotDataEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_Event_InFocusEvent) == 0x00011C, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_Not_PreBool_ReturnValue) == 0x000124, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_Profile_Cards_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Profile_Cards_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_Profile_Cards_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Profile_Cards_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_Profile_Cards_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Profile_Cards_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_Profile_Cards_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Profile_Cards_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_Profile_Cards_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Profile_Cards_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_Profile_Cards_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Profile_Cards_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_RefreshActiveSlot \ +static_assert(alignof(WBP_Profile_Cards_C_RefreshActiveSlot) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_RefreshActiveSlot"); \ +static_assert(sizeof(WBP_Profile_Cards_C_RefreshActiveSlot) == 0x000010, "Wrong size on WBP_Profile_Cards_C_RefreshActiveSlot"); \ +static_assert(offsetof(WBP_Profile_Cards_C_RefreshActiveSlot, CallFunc_GetZSaveManager_ReturnValue) == 0x000000, "Member 'WBP_Profile_Cards_C_RefreshActiveSlot::CallFunc_GetZSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_RefreshActiveSlot, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x000008, "Member 'WBP_Profile_Cards_C_RefreshActiveSlot::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_RefreshActiveSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_Profile_Cards_C_RefreshActiveSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_SetActive \ +static_assert(alignof(WBP_Profile_Cards_C_SetActive) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_SetActive"); \ +static_assert(sizeof(WBP_Profile_Cards_C_SetActive) == 0x000120, "Wrong size on WBP_Profile_Cards_C_SetActive"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, bEnabled) == 0x000000, "Member 'WBP_Profile_Cards_C_SetActive::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_ConstructElapsedTimeString_EndString) == 0x000008, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_ConstructElapsedTimeString_EndString' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_MakeDateTime_ReturnValue) == 0x000028, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_MakeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_GetZGameInstance_ReturnValue) == 0x000030, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_GetSaveManager_ReturnValue) == 0x000038, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_GetPlayerSlotData_ReturnValue) == 0x000040, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_GetPlayerSlotData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_AsDate_DateTime_ReturnValue) == 0x0000F8, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_AsDate_DateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_Greater_DateTimeDateTime_ReturnValue) == 0x000108, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_Greater_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_AsDate_DateTime_ReturnValue_1) == 0x000110, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_AsDate_DateTime_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Profile_Cards_C \ +static_assert(alignof(UWBP_Profile_Cards_C) == 0x000008, "Wrong alignment on UWBP_Profile_Cards_C"); \ +static_assert(sizeof(UWBP_Profile_Cards_C) == 0x0003F8, "Wrong size on UWBP_Profile_Cards_C"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Profile_Cards_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Card_BG) == 0x000300, "Member 'UWBP_Profile_Cards_C::Card_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Card_Frame) == 0x000308, "Member 'UWBP_Profile_Cards_C::Card_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Card_Img) == 0x000310, "Member 'UWBP_Profile_Cards_C::Card_Img' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Card_Img_darken) == 0x000318, "Member 'UWBP_Profile_Cards_C::Card_Img_darken' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Card_Img_inactive_overlay) == 0x000320, "Member 'UWBP_Profile_Cards_C::Card_Img_inactive_overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Card_inactive_plus) == 0x000328, "Member 'UWBP_Profile_Cards_C::Card_inactive_plus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, DiffButton) == 0x000330, "Member 'UWBP_Profile_Cards_C::DiffButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, GreenPressedMask) == 0x000338, "Member 'UWBP_Profile_Cards_C::GreenPressedMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, LastPlayed_Container) == 0x000340, "Member 'UWBP_Profile_Cards_C::LastPlayed_Container' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, NewProfileText) == 0x000348, "Member 'UWBP_Profile_Cards_C::NewProfileText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Overlay_Card) == 0x000350, "Member 'UWBP_Profile_Cards_C::Overlay_Card' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, PlayTime_Container) == 0x000358, "Member 'UWBP_Profile_Cards_C::PlayTime_Container' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Selection_Frame) == 0x000360, "Member 'UWBP_Profile_Cards_C::Selection_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Slot_LastPlayed) == 0x000368, "Member 'UWBP_Profile_Cards_C::Slot_LastPlayed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Slot_LastTimePlayed) == 0x000370, "Member 'UWBP_Profile_Cards_C::Slot_LastTimePlayed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Slot_PlayTime) == 0x000378, "Member 'UWBP_Profile_Cards_C::Slot_PlayTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Slot_Time) == 0x000380, "Member 'UWBP_Profile_Cards_C::Slot_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Focused_Sound) == 0x000388, "Member 'UWBP_Profile_Cards_C::Focused_Sound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, OnFocus) == 0x000390, "Member 'UWBP_Profile_Cards_C::OnFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, OnUnFocus) == 0x0003A0, "Member 'UWBP_Profile_Cards_C::OnUnFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, OnClickedDiff) == 0x0003B0, "Member 'UWBP_Profile_Cards_C::OnClickedDiff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Focused) == 0x0003C0, "Member 'UWBP_Profile_Cards_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Transform_Angle) == 0x0003C4, "Member 'UWBP_Profile_Cards_C::Transform_Angle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Hover_Transform_Scale) == 0x0003C8, "Member 'UWBP_Profile_Cards_C::Hover_Transform_Scale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Diff_Texture) == 0x0003D8, "Member 'UWBP_Profile_Cards_C::Diff_Texture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, FirstTime) == 0x0003E0, "Member 'UWBP_Profile_Cards_C::FirstTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, Diff_Texture_inactive) == 0x0003E8, "Member 'UWBP_Profile_Cards_C::Diff_Texture_inactive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, SlotIndex) == 0x0003F0, "Member 'UWBP_Profile_Cards_C::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Profile_Cards_C, DebugData) == 0x0003F4, "Member 'UWBP_Profile_Cards_C::DebugData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Chapter_Cards_C_SwapData \ +static_assert(alignof(WBP_Chapter_Cards_C_SwapData) == 0x000008, "Wrong alignment on WBP_Chapter_Cards_C_SwapData"); \ +static_assert(sizeof(WBP_Chapter_Cards_C_SwapData) == 0x000018, "Wrong size on WBP_Chapter_Cards_C_SwapData"); \ +static_assert(offsetof(WBP_Chapter_Cards_C_SwapData, ChapterImage) == 0x000000, "Member 'WBP_Chapter_Cards_C_SwapData::ChapterImage' has a wrong offset!"); \ +static_assert(offsetof(WBP_Chapter_Cards_C_SwapData, ChapterText) == 0x000008, "Member 'WBP_Chapter_Cards_C_SwapData::ChapterText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Chapter_Cards_C \ +static_assert(alignof(UWBP_Chapter_Cards_C) == 0x000008, "Wrong alignment on UWBP_Chapter_Cards_C"); \ +static_assert(sizeof(UWBP_Chapter_Cards_C) == 0x000308, "Wrong size on UWBP_Chapter_Cards_C"); \ +static_assert(offsetof(UWBP_Chapter_Cards_C, Card_background) == 0x0002E0, "Member 'UWBP_Chapter_Cards_C::Card_background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Chapter_Cards_C, Card_Chapter_preview) == 0x0002E8, "Member 'UWBP_Chapter_Cards_C::Card_Chapter_preview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Chapter_Cards_C, Card_ChapterName) == 0x0002F0, "Member 'UWBP_Chapter_Cards_C::Card_ChapterName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Chapter_Cards_C, ChapterName) == 0x0002F8, "Member 'UWBP_Chapter_Cards_C::ChapterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_ExecuteUbergraph_WBP_Notification \ +static_assert(alignof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification) == 0x000008, "Wrong alignment on WBP_Notification_C_ExecuteUbergraph_WBP_Notification"); \ +static_assert(sizeof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification) == 0x0000E0, "Wrong size on WBP_Notification_C_ExecuteUbergraph_WBP_Notification"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, EntryPoint) == 0x000000, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_name_Variable) == 0x000004, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_delegate_Variable) == 0x00000C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_PostEvent_ReturnValue) == 0x00001C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_bool_Variable) == 0x000020, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable) == 0x000021, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_1) == 0x000022, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_bool_Variable_1) == 0x000023, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_2) == 0x000024, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_3) == 0x000025, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_bool_Variable_2) == 0x000026, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_4) == 0x000027, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_5) == 0x000028, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_bValue) == 0x00003C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_InFocusEvent) == 0x000040, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_PlayerInput) == 0x000050, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetUIController_ReturnValue) == 0x000080, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_Array_Contains_ReturnValue) == 0x000088, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_IsDesignTime) == 0x000089, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Select_Default) == 0x00008A, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Select_Default_1) == 0x00008B, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_PopUpTextData) == 0x000090, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_PopUpTextData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Select_Default_2) == 0x0000C0, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetValidFocusPathButton_NewParam) == 0x0000C8, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetValidFocusPathButton_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetValidFocusPathButton_NewParam_1) == 0x0000D0, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetValidFocusPathButton_NewParam_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x0000D8, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_GetValidFocusPathButton \ +static_assert(alignof(WBP_Notification_C_GetValidFocusPathButton) == 0x000008, "Wrong alignment on WBP_Notification_C_GetValidFocusPathButton"); \ +static_assert(sizeof(WBP_Notification_C_GetValidFocusPathButton) == 0x000018, "Wrong size on WBP_Notification_C_GetValidFocusPathButton"); \ +static_assert(offsetof(WBP_Notification_C_GetValidFocusPathButton, NewParam) == 0x000000, "Member 'WBP_Notification_C_GetValidFocusPathButton::NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_GetValidFocusPathButton, Temp_bool_Variable) == 0x000008, "Member 'WBP_Notification_C_GetValidFocusPathButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_GetValidFocusPathButton, K2Node_Select_Default) == 0x000010, "Member 'WBP_Notification_C_GetValidFocusPathButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_HandleAspectRatio \ +static_assert(alignof(WBP_Notification_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_Notification_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_Notification_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_Notification_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_Notification_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_Notification_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_Notification_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_Notification_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_OnAppFocus \ +static_assert(alignof(WBP_Notification_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_Notification_C_OnAppFocus"); \ +static_assert(sizeof(WBP_Notification_C_OnAppFocus) == 0x000001, "Wrong size on WBP_Notification_C_OnAppFocus"); \ +static_assert(offsetof(WBP_Notification_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_Notification_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_OnCancelClickedEvent \ +static_assert(alignof(WBP_Notification_C_OnCancelClickedEvent) == 0x000008, "Wrong alignment on WBP_Notification_C_OnCancelClickedEvent"); \ +static_assert(sizeof(WBP_Notification_C_OnCancelClickedEvent) == 0x000020, "Wrong size on WBP_Notification_C_OnCancelClickedEvent"); \ +static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000010, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetUIController_ReturnValue_1) == 0x000018, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_OnPlayerInputAction \ +static_assert(alignof(WBP_Notification_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_Notification_C_OnPlayerInputAction"); \ +static_assert(sizeof(WBP_Notification_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_Notification_C_OnPlayerInputAction"); \ +static_assert(offsetof(WBP_Notification_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_Notification_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_Notification_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Notification_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_Notification_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Notification_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_Notification_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Notification_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_PreConstruct \ +static_assert(alignof(WBP_Notification_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Notification_C_PreConstruct"); \ +static_assert(sizeof(WBP_Notification_C_PreConstruct) == 0x000001, "Wrong size on WBP_Notification_C_PreConstruct"); \ +static_assert(offsetof(WBP_Notification_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Notification_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_SetGenericPopUpText \ +static_assert(alignof(WBP_Notification_C_SetGenericPopUpText) == 0x000008, "Wrong alignment on WBP_Notification_C_SetGenericPopUpText"); \ +static_assert(sizeof(WBP_Notification_C_SetGenericPopUpText) == 0x000030, "Wrong size on WBP_Notification_C_SetGenericPopUpText"); \ +static_assert(offsetof(WBP_Notification_C_SetGenericPopUpText, PopUpTextData) == 0x000000, "Member 'WBP_Notification_C_SetGenericPopUpText::PopUpTextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Notification_C_SetPopupText \ +static_assert(alignof(WBP_Notification_C_SetPopupText) == 0x000008, "Wrong alignment on WBP_Notification_C_SetPopupText"); \ +static_assert(sizeof(WBP_Notification_C_SetPopupText) == 0x000038, "Wrong size on WBP_Notification_C_SetPopupText"); \ +static_assert(offsetof(WBP_Notification_C_SetPopupText, Title) == 0x000000, "Member 'WBP_Notification_C_SetPopupText::Title' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_SetPopupText, QuestionText) == 0x000010, "Member 'WBP_Notification_C_SetPopupText::QuestionText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_SetPopupText, WarningText) == 0x000020, "Member 'WBP_Notification_C_SetPopupText::WarningText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_SetPopupText, CallFunc_TextIsEmpty_ReturnValue) == 0x000030, "Member 'WBP_Notification_C_SetPopupText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Notification_C_SetPopupText, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000031, "Member 'WBP_Notification_C_SetPopupText::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Notification_C \ +static_assert(alignof(UWBP_Notification_C) == 0x000008, "Wrong alignment on UWBP_Notification_C"); \ +static_assert(sizeof(UWBP_Notification_C) == 0x000370, "Wrong size on UWBP_Notification_C"); \ +static_assert(offsetof(UWBP_Notification_C, UberGraphFrame) == 0x000300, "Member 'UWBP_Notification_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, Background) == 0x000308, "Member 'UWBP_Notification_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, ButtonSpacer) == 0x000310, "Member 'UWBP_Notification_C::ButtonSpacer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, PopupTitle) == 0x000318, "Member 'UWBP_Notification_C::PopupTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, Question) == 0x000320, "Member 'UWBP_Notification_C::Question' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, Separator) == 0x000328, "Member 'UWBP_Notification_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, SizeBox_AspectRatio) == 0x000330, "Member 'UWBP_Notification_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, Warning) == 0x000338, "Member 'UWBP_Notification_C::Warning' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, WBP_ButtonCancel) == 0x000340, "Member 'UWBP_Notification_C::WBP_ButtonCancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, WBP_ButtonConfirm) == 0x000348, "Member 'UWBP_Notification_C::WBP_ButtonConfirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, OnCancelClicked) == 0x000350, "Member 'UWBP_Notification_C::OnCancelClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Notification_C, OnConfirmClicked) == 0x000360, "Member 'UWBP_Notification_C::OnConfirmClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember \ +static_assert(alignof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember) == 0x000004, "Wrong alignment on WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember"); \ +static_assert(sizeof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember) == 0x000008, "Wrong size on WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember"); \ +static_assert(offsetof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember, EntryPoint) == 0x000000, "Member 'WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CreditsTeamMember_C_ExecuteUbergraph_WBP_CreditsTeamMember::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_PreConstruct \ +static_assert(alignof(WBP_CreditsTeamMember_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CreditsTeamMember_C_PreConstruct"); \ +static_assert(sizeof(WBP_CreditsTeamMember_C_PreConstruct) == 0x000001, "Wrong size on WBP_CreditsTeamMember_C_PreConstruct"); \ +static_assert(offsetof(WBP_CreditsTeamMember_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CreditsTeamMember_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_SetMemberData \ +static_assert(alignof(WBP_CreditsTeamMember_C_SetMemberData) == 0x000008, "Wrong alignment on WBP_CreditsTeamMember_C_SetMemberData"); \ +static_assert(sizeof(WBP_CreditsTeamMember_C_SetMemberData) == 0x000020, "Wrong size on WBP_CreditsTeamMember_C_SetMemberData"); \ +static_assert(offsetof(WBP_CreditsTeamMember_C_SetMemberData, Title_0) == 0x000000, "Member 'WBP_CreditsTeamMember_C_SetMemberData::Title_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsTeamMember_C_SetMemberData, Param_Name_0) == 0x000010, "Member 'WBP_CreditsTeamMember_C_SetMemberData::Param_Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_SetName \ +static_assert(alignof(WBP_CreditsTeamMember_C_SetName) == 0x000008, "Wrong alignment on WBP_CreditsTeamMember_C_SetName"); \ +static_assert(sizeof(WBP_CreditsTeamMember_C_SetName) == 0x000010, "Wrong size on WBP_CreditsTeamMember_C_SetName"); \ +static_assert(offsetof(WBP_CreditsTeamMember_C_SetName, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_CreditsTeamMember_C_SetName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsTeamMember_C_SetTitle \ +static_assert(alignof(WBP_CreditsTeamMember_C_SetTitle) == 0x000008, "Wrong alignment on WBP_CreditsTeamMember_C_SetTitle"); \ +static_assert(sizeof(WBP_CreditsTeamMember_C_SetTitle) == 0x000010, "Wrong size on WBP_CreditsTeamMember_C_SetTitle"); \ +static_assert(offsetof(WBP_CreditsTeamMember_C_SetTitle, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_CreditsTeamMember_C_SetTitle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditsTeamMember_C \ +static_assert(alignof(UWBP_CreditsTeamMember_C) == 0x000008, "Wrong alignment on UWBP_CreditsTeamMember_C"); \ +static_assert(sizeof(UWBP_CreditsTeamMember_C) == 0x000330, "Wrong size on UWBP_CreditsTeamMember_C"); \ +static_assert(offsetof(UWBP_CreditsTeamMember_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsTeamMember_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsTeamMember_C, Name_0) == 0x000300, "Member 'UWBP_CreditsTeamMember_C::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsTeamMember_C, Title) == 0x000308, "Member 'UWBP_CreditsTeamMember_C::Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsTeamMember_C, MemberName) == 0x000310, "Member 'UWBP_CreditsTeamMember_C::MemberName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsTeamMember_C, TitleName) == 0x000320, "Member 'UWBP_CreditsTeamMember_C::TitleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer \ +static_assert(alignof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer) == 0x000004, "Wrong alignment on WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer"); \ +static_assert(sizeof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer) == 0x000008, "Wrong size on WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer, EntryPoint) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_PreConstruct \ +static_assert(alignof(WBP_CreditsDepartmentContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CreditsDepartmentContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_CreditsDepartmentContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_CreditsDepartmentContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_SetDepartment \ +static_assert(alignof(WBP_CreditsDepartmentContainer_C_SetDepartment) == 0x000008, "Wrong alignment on WBP_CreditsDepartmentContainer_C_SetDepartment"); \ +static_assert(sizeof(WBP_CreditsDepartmentContainer_C_SetDepartment) == 0x0000B8, "Wrong size on WBP_CreditsDepartmentContainer_C_SetDepartment"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_IsEmpty_ReturnValue) == 0x00003C, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_SpawnObject_ReturnValue) == 0x000068, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000070, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_AddChild_ReturnValue) == 0x000078, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_BooleanAND_ReturnValue) == 0x000080, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_string_Variable) == 0x000088, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_bool_Variable) == 0x000098, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, K2Node_Select_Default) == 0x0000A0, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_SetUpDepartmentData \ +static_assert(alignof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData) == 0x000008, "Wrong alignment on WBP_CreditsDepartmentContainer_C_SetUpDepartmentData"); \ +static_assert(sizeof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData) == 0x000020, "Wrong size on WBP_CreditsDepartmentContainer_C_SetUpDepartmentData"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData, DepartmentName_0) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_SetUpDepartmentData::DepartmentName_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData, TeamMembers_0) == 0x000010, "Member 'WBP_CreditsDepartmentContainer_C_SetUpDepartmentData::TeamMembers_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditsDepartmentContainer_C \ +static_assert(alignof(UWBP_CreditsDepartmentContainer_C) == 0x000008, "Wrong alignment on UWBP_CreditsDepartmentContainer_C"); \ +static_assert(sizeof(UWBP_CreditsDepartmentContainer_C) == 0x000330, "Wrong size on UWBP_CreditsDepartmentContainer_C"); \ +static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsDepartmentContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, DepartmenContainer) == 0x000300, "Member 'UWBP_CreditsDepartmentContainer_C::DepartmenContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, WBP_RichText) == 0x000308, "Member 'UWBP_CreditsDepartmentContainer_C::WBP_RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, DepartmentName) == 0x000310, "Member 'UWBP_CreditsDepartmentContainer_C::DepartmentName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, TeamMembers) == 0x000320, "Member 'UWBP_CreditsDepartmentContainer_C::TeamMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer \ +static_assert(alignof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer) == 0x000004, "Wrong alignment on WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer"); \ +static_assert(sizeof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer) == 0x000008, "Wrong size on WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer"); \ +static_assert(offsetof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer, EntryPoint) == 0x000000, "Member 'WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_Init \ +static_assert(alignof(WBP_CreditsContainer_C_Init) == 0x000008, "Wrong alignment on WBP_CreditsContainer_C_Init"); \ +static_assert(sizeof(WBP_CreditsContainer_C_Init) == 0x000070, "Wrong size on WBP_CreditsContainer_C_Init"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CreditsContainer_C_Init::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'WBP_CreditsContainer_C_Init::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000018, "Member 'WBP_CreditsContainer_C_Init::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, K2Node_DynamicCast_AsTexture_2D) == 0x000020, "Member 'WBP_CreditsContainer_C_Init::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_CreditsContainer_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_CreditsContainer_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_CreditsContainer_C_Init::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_AddChild_ReturnValue) == 0x000060, "Member 'WBP_CreditsContainer_C_Init::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_PreConstruct \ +static_assert(alignof(WBP_CreditsContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CreditsContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_CreditsContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_CreditsContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_CreditsContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CreditsContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_SetUpCreditContainer \ +static_assert(alignof(WBP_CreditsContainer_C_SetUpCreditContainer) == 0x000008, "Wrong alignment on WBP_CreditsContainer_C_SetUpCreditContainer"); \ +static_assert(sizeof(WBP_CreditsContainer_C_SetUpCreditContainer) == 0x000048, "Wrong size on WBP_CreditsContainer_C_SetUpCreditContainer"); \ +static_assert(offsetof(WBP_CreditsContainer_C_SetUpCreditContainer, CreditData_0) == 0x000000, "Member 'WBP_CreditsContainer_C_SetUpCreditContainer::CreditData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditsContainer_C \ +static_assert(alignof(UWBP_CreditsContainer_C) == 0x000008, "Wrong alignment on UWBP_CreditsContainer_C"); \ +static_assert(sizeof(UWBP_CreditsContainer_C) == 0x000360, "Wrong size on UWBP_CreditsContainer_C"); \ +static_assert(offsetof(UWBP_CreditsContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsContainer_C, CreditsMainContainer) == 0x000300, "Member 'UWBP_CreditsContainer_C::CreditsMainContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsContainer_C, WBP_CreditsCompanyImage) == 0x000308, "Member 'UWBP_CreditsContainer_C::WBP_CreditsCompanyImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsContainer_C, WBP_CreditsCompanyName) == 0x000310, "Member 'UWBP_CreditsContainer_C::WBP_CreditsCompanyName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsContainer_C, CreditData) == 0x000318, "Member 'UWBP_CreditsContainer_C::CreditData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip \ +static_assert(alignof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip) == 0x000008, "Wrong alignment on WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip"); \ +static_assert(sizeof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip) == 0x000038, "Wrong size on WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip"); \ +static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, EntryPoint) == 0x000000, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, K2Node_CustomEvent_TooltipText) == 0x000020, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::K2Node_CustomEvent_TooltipText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, CallFunc_GetUIController_ReturnValue) == 0x000030, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_C_OnTooltipTextChanged \ +static_assert(alignof(WBP_Tooltip_C_OnTooltipTextChanged) == 0x000008, "Wrong alignment on WBP_Tooltip_C_OnTooltipTextChanged"); \ +static_assert(sizeof(WBP_Tooltip_C_OnTooltipTextChanged) == 0x000010, "Wrong size on WBP_Tooltip_C_OnTooltipTextChanged"); \ +static_assert(offsetof(WBP_Tooltip_C_OnTooltipTextChanged, ToolTipText_0) == 0x000000, "Member 'WBP_Tooltip_C_OnTooltipTextChanged::ToolTipText_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_C_PreConstruct \ +static_assert(alignof(WBP_Tooltip_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Tooltip_C_PreConstruct"); \ +static_assert(sizeof(WBP_Tooltip_C_PreConstruct) == 0x000001, "Wrong size on WBP_Tooltip_C_PreConstruct"); \ +static_assert(offsetof(WBP_Tooltip_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Tooltip_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Tooltip_C \ +static_assert(alignof(UWBP_Tooltip_C) == 0x000008, "Wrong alignment on UWBP_Tooltip_C"); \ +static_assert(sizeof(UWBP_Tooltip_C) == 0x000308, "Wrong size on UWBP_Tooltip_C"); \ +static_assert(offsetof(UWBP_Tooltip_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Tooltip_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_C, WBP_RichText) == 0x000300, "Member 'UWBP_Tooltip_C::WBP_RichText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ControllerXbox_C \ +static_assert(alignof(UWBP_ControllerXbox_C) == 0x000008, "Wrong alignment on UWBP_ControllerXbox_C"); \ +static_assert(sizeof(UWBP_ControllerXbox_C) == 0x000390, "Wrong size on UWBP_ControllerXbox_C"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Bindings_XB_3) == 0x000338, "Member 'UWBP_ControllerXbox_C::Controller_Bindings_XB_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon) == 0x000340, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_24) == 0x000348, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_24' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_25) == 0x000350, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_25' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_26) == 0x000358, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_26' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_27) == 0x000360, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_27' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_28) == 0x000368, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_28' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_29) == 0x000370, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_29' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_30) == 0x000378, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_30' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_31) == 0x000380, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_31' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Xbox_3) == 0x000388, "Member 'UWBP_ControllerXbox_C::Controller_Xbox_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle \ +static_assert(alignof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle"); \ +static_assert(sizeof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle) == 0x000088, "Wrong size on WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, EntryPoint) == 0x000000, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_Event_ChapterTitle) == 0x000040, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_Event_ChapterTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetZGameMode_ReturnValue) == 0x000050, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000058, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000060, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CustomEvent_RespawnOccurence) == 0x00006C, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CustomEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetZGameInstance_ReturnValue) == 0x000070, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetUIController_ReturnValue) == 0x000078, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000080, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_HandleAspectRatio \ +static_assert(alignof(WBP_ChapterTitle_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_ChapterTitle_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_ChapterTitle_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_ChapterTitle_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_ChapterTitle_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_ChapterTitle_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterTitle_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_ChapterTitle_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_OnPlayerRestart_Event \ +static_assert(alignof(WBP_ChapterTitle_C_OnPlayerRestart_Event) == 0x000004, "Wrong alignment on WBP_ChapterTitle_C_OnPlayerRestart_Event"); \ +static_assert(sizeof(WBP_ChapterTitle_C_OnPlayerRestart_Event) == 0x000004, "Wrong size on WBP_ChapterTitle_C_OnPlayerRestart_Event"); \ +static_assert(offsetof(WBP_ChapterTitle_C_OnPlayerRestart_Event, RespawnOccurence) == 0x000000, "Member 'WBP_ChapterTitle_C_OnPlayerRestart_Event::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_SetChapterText \ +static_assert(alignof(WBP_ChapterTitle_C_SetChapterText) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_SetChapterText"); \ +static_assert(sizeof(WBP_ChapterTitle_C_SetChapterText) == 0x000010, "Wrong size on WBP_ChapterTitle_C_SetChapterText"); \ +static_assert(offsetof(WBP_ChapterTitle_C_SetChapterText, NewChapterText) == 0x000000, "Member 'WBP_ChapterTitle_C_SetChapterText::NewChapterText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_SetChapterTitle \ +static_assert(alignof(WBP_ChapterTitle_C_SetChapterTitle) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_SetChapterTitle"); \ +static_assert(sizeof(WBP_ChapterTitle_C_SetChapterTitle) == 0x000010, "Wrong size on WBP_ChapterTitle_C_SetChapterTitle"); \ +static_assert(offsetof(WBP_ChapterTitle_C_SetChapterTitle, ChapterTitle) == 0x000000, "Member 'WBP_ChapterTitle_C_SetChapterTitle::ChapterTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ChapterTitle_C \ +static_assert(alignof(UWBP_ChapterTitle_C) == 0x000008, "Wrong alignment on UWBP_ChapterTitle_C"); \ +static_assert(sizeof(UWBP_ChapterTitle_C) == 0x000320, "Wrong size on UWBP_ChapterTitle_C"); \ +static_assert(offsetof(UWBP_ChapterTitle_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ChapterTitle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterTitle_C, FadeOut) == 0x000300, "Member 'UWBP_ChapterTitle_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterTitle_C, FadeIn) == 0x000308, "Member 'UWBP_ChapterTitle_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterTitle_C, SizeBox_AspectRatio) == 0x000310, "Member 'UWBP_ChapterTitle_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterTitle_C, WBP_RichText) == 0x000318, "Member 'UWBP_ChapterTitle_C::WBP_RichText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation \ +static_assert(alignof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation) == 0x000004, "Wrong alignment on WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation"); \ +static_assert(sizeof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation) == 0x00004C, "Wrong size on WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation, EntryPoint) == 0x000000, "Member 'WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation, CallFunc_GetShaderCount_ReturnValue) == 0x000008, "Member 'WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation::CallFunc_GetShaderCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00000C, "Member 'WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation, K2Node_Event_MyGeometry) == 0x000010, "Member 'WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation, K2Node_Event_InDeltaTime) == 0x000048, "Member 'WBP_ShaderCompilation_C_ExecuteUbergraph_WBP_ShaderCompilation::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShaderCompilation_C_StartCountdown \ +static_assert(alignof(WBP_ShaderCompilation_C_StartCountdown) == 0x000004, "Wrong alignment on WBP_ShaderCompilation_C_StartCountdown"); \ +static_assert(sizeof(WBP_ShaderCompilation_C_StartCountdown) == 0x000004, "Wrong size on WBP_ShaderCompilation_C_StartCountdown"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_StartCountdown, CallFunc_GetShaderCount_ReturnValue) == 0x000000, "Member 'WBP_ShaderCompilation_C_StartCountdown::CallFunc_GetShaderCount_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShaderCompilation_C_Tick \ +static_assert(alignof(WBP_ShaderCompilation_C_Tick) == 0x000004, "Wrong alignment on WBP_ShaderCompilation_C_Tick"); \ +static_assert(sizeof(WBP_ShaderCompilation_C_Tick) == 0x00003C, "Wrong size on WBP_ShaderCompilation_C_Tick"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_ShaderCompilation_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_ShaderCompilation_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShaderCompilation_C_UpdateShaderCountText \ +static_assert(alignof(WBP_ShaderCompilation_C_UpdateShaderCountText) == 0x000008, "Wrong alignment on WBP_ShaderCompilation_C_UpdateShaderCountText"); \ +static_assert(sizeof(WBP_ShaderCompilation_C_UpdateShaderCountText) == 0x000020, "Wrong size on WBP_ShaderCompilation_C_UpdateShaderCountText"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_UpdateShaderCountText, CallFunc_Conv_IntToString_ReturnValue) == 0x000000, "Member 'WBP_ShaderCompilation_C_UpdateShaderCountText::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShaderCompilation_C_UpdateShaderCountText, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_ShaderCompilation_C_UpdateShaderCountText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ShaderCompilation_C \ +static_assert(alignof(UWBP_ShaderCompilation_C) == 0x000008, "Wrong alignment on UWBP_ShaderCompilation_C"); \ +static_assert(sizeof(UWBP_ShaderCompilation_C) == 0x000330, "Wrong size on UWBP_ShaderCompilation_C"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ShaderCompilation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, TextBackGround) == 0x000300, "Member 'UWBP_ShaderCompilation_C::TextBackGround' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, WBP_RichTextShaderCount) == 0x000308, "Member 'UWBP_ShaderCompilation_C::WBP_RichTextShaderCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, bStartCountdown) == 0x000310, "Member 'UWBP_ShaderCompilation_C::bStartCountdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, ShaderCount) == 0x000314, "Member 'UWBP_ShaderCompilation_C::ShaderCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, CurrentShaderCount) == 0x000318, "Member 'UWBP_ShaderCompilation_C::CurrentShaderCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, bEndCountDown) == 0x00031C, "Member 'UWBP_ShaderCompilation_C::bEndCountDown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShaderCompilation_C, OnShaderCompileFinished) == 0x000320, "Member 'UWBP_ShaderCompilation_C::OnShaderCompileFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity \ +static_assert(alignof(WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity) == 0x000004, "Wrong alignment on WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity"); \ +static_assert(sizeof(WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity) == 0x000004, "Wrong size on WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity"); \ +static_assert(offsetof(WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity, EntryPoint) == 0x000000, "Member 'WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WarningSensitivity_C \ +static_assert(alignof(UWBP_WarningSensitivity_C) == 0x000008, "Wrong alignment on UWBP_WarningSensitivity_C"); \ +static_assert(sizeof(UWBP_WarningSensitivity_C) == 0x000328, "Wrong size on UWBP_WarningSensitivity_C"); \ +static_assert(offsetof(UWBP_WarningSensitivity_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_WarningSensitivity_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WarningSensitivity_C, WarningPlaceHolder) == 0x000300, "Member 'UWBP_WarningSensitivity_C::WarningPlaceHolder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WarningSensitivity_C, Image_0) == 0x000308, "Member 'UWBP_WarningSensitivity_C::Image_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WarningSensitivity_C, TextBackGround) == 0x000310, "Member 'UWBP_WarningSensitivity_C::TextBackGround' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WarningSensitivity_C, WBP_RichText) == 0x000318, "Member 'UWBP_WarningSensitivity_C::WBP_RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WarningSensitivity_C, WBP_RichText_Warning) == 0x000320, "Member 'UWBP_WarningSensitivity_C::WBP_RichText_Warning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen \ +static_assert(alignof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen) == 0x000004, "Wrong alignment on WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen"); \ +static_assert(sizeof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen) == 0x000008, "Wrong size on WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen"); \ +static_assert(offsetof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen, EntryPoint) == 0x000000, "Member 'WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_AutoSaveScreen_C_ExecuteUbergraph_WBP_AutoSaveScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AutoSaveScreen_C_PreConstruct \ +static_assert(alignof(WBP_AutoSaveScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AutoSaveScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_AutoSaveScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_AutoSaveScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_AutoSaveScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AutoSaveScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AutoSaveScreen_C \ +static_assert(alignof(UWBP_AutoSaveScreen_C) == 0x000008, "Wrong alignment on UWBP_AutoSaveScreen_C"); \ +static_assert(sizeof(UWBP_AutoSaveScreen_C) == 0x000340, "Wrong size on UWBP_AutoSaveScreen_C"); \ +static_assert(offsetof(UWBP_AutoSaveScreen_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_AutoSaveScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AutoSaveScreen_C, AutoSaveImage) == 0x000300, "Member 'UWBP_AutoSaveScreen_C::AutoSaveImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AutoSaveScreen_C, TextBackGround) == 0x000308, "Member 'UWBP_AutoSaveScreen_C::TextBackGround' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AutoSaveScreen_C, WBP_RichText) == 0x000310, "Member 'UWBP_AutoSaveScreen_C::WBP_RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AutoSaveScreen_C, MT_SaveImage) == 0x000318, "Member 'UWBP_AutoSaveScreen_C::MT_SaveImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget \ +static_assert(alignof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget) == 0x000008, "Wrong alignment on WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget"); \ +static_assert(sizeof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget) == 0x000020, "Wrong size on WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget"); \ +static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, EntryPoint) == 0x000000, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, CallFunc_AreSubtitlesEnabled_ReturnValue) == 0x000014, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::CallFunc_AreSubtitlesEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000018, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SubtitleWidget_C_HandleAspectRatio \ +static_assert(alignof(WBP_SubtitleWidget_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_SubtitleWidget_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_SubtitleWidget_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_SubtitleWidget_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_SubtitleWidget_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_SubtitleWidget_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubtitleWidget_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_SubtitleWidget_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubtitleWidget_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_SubtitleWidget_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SubtitleWidget_C \ +static_assert(alignof(UWBP_SubtitleWidget_C) == 0x000008, "Wrong alignment on UWBP_SubtitleWidget_C"); \ +static_assert(sizeof(UWBP_SubtitleWidget_C) == 0x000328, "Wrong size on UWBP_SubtitleWidget_C"); \ +static_assert(offsetof(UWBP_SubtitleWidget_C, UberGraphFrame) == 0x000308, "Member 'UWBP_SubtitleWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SubtitleWidget_C, RetainerBox_0) == 0x000310, "Member 'UWBP_SubtitleWidget_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SubtitleWidget_C, SizeBox_AspectRatio) == 0x000318, "Member 'UWBP_SubtitleWidget_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SubtitleWidget_C, WBP_RichText) == 0x000320, "Member 'UWBP_SubtitleWidget_C::WBP_RichText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen \ +static_assert(alignof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen) == 0x000004, "Wrong alignment on WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen"); \ +static_assert(sizeof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen) == 0x000008, "Wrong size on WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen"); \ +static_assert(offsetof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen, EntryPoint) == 0x000000, "Member 'WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsolControllerScreen_C_PreConstruct \ +static_assert(alignof(WBP_ConsolControllerScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ConsolControllerScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_ConsolControllerScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_ConsolControllerScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_ConsolControllerScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ConsolControllerScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ConsolControllerScreen_C \ +static_assert(alignof(UWBP_ConsolControllerScreen_C) == 0x000008, "Wrong alignment on UWBP_ConsolControllerScreen_C"); \ +static_assert(sizeof(UWBP_ConsolControllerScreen_C) == 0x000318, "Wrong size on UWBP_ConsolControllerScreen_C"); \ +static_assert(offsetof(UWBP_ConsolControllerScreen_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ConsolControllerScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsolControllerScreen_C, ControllerTentacleImage) == 0x000300, "Member 'UWBP_ConsolControllerScreen_C::ControllerTentacleImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsolControllerScreen_C, TextBackGround) == 0x000308, "Member 'UWBP_ConsolControllerScreen_C::TextBackGround' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsolControllerScreen_C, WBP_RichText) == 0x000310, "Member 'UWBP_ConsolControllerScreen_C::WBP_RichText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst \ +static_assert(alignof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst) == 0x000008, "Wrong alignment on BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst"); \ +static_assert(sizeof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst) == 0x0005E0, "Wrong size on BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, EntryPoint) == 0x000000, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_Event_DeathActorInstigator) == 0x000010, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_DynamicCast_AsZCharacter) == 0x000018, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_GetDarwinGPTagComponent_GameplayTagComponent) == 0x000028, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_GetDarwinGPTagComponent_GameplayTagComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_GetActorForwardVector_ReturnValue) == 0x000030, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_AttachToActor_ReturnValue) == 0x000060, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000061, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000068, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_NativeIsClimbing_ReturnValue) == 0x000160, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, Temp_object_Variable) == 0x000168, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_SphereTraceSingle_OutHit) == 0x000178, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_SphereTraceSingle_ReturnValue) == 0x000270, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_bBlockingHit) == 0x000271, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_bInitialOverlap) == 0x000272, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Time) == 0x000274, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Distance) == 0x000278, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Location) == 0x000280, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_ImpactPoint) == 0x000298, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Normal) == 0x0002B0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_ImpactNormal) == 0x0002C8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_PhysMat) == 0x0002E0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitActor) == 0x0002E8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitComponent) == 0x0002F0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitBoneName) == 0x0002F8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_BoneName) == 0x000300, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitItem) == 0x000308, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_ElementIndex) == 0x00030C, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_FaceIndex) == 0x000310, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_TraceStart) == 0x000318, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_TraceEnd) == 0x000330, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakVector_X) == 0x000348, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakVector_Y) == 0x000350, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakVector_Z) == 0x000358, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_MakeVector_ReturnValue) == 0x000360, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_MakeRotFromZX_ReturnValue) == 0x000378, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_IsInWaterVolume_ReturnValue) == 0x000390, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000398, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0003B0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_Add_VectorVector_ReturnValue) == 0x0003C8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0003E0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0004D8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0004E0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0005D8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_BalloonBurst_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_BalloonBurst_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_BalloonBurst_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_BalloonBurst_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_BalloonBurst_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_BalloonBurst_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_BalloonBurst_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_BalloonBurst_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_BalloonBurst_C \ +static_assert(alignof(ABP_Death_BalloonBurst_C) == 0x000008, "Wrong alignment on ABP_Death_BalloonBurst_C"); \ +static_assert(sizeof(ABP_Death_BalloonBurst_C) == 0x000318, "Wrong size on ABP_Death_BalloonBurst_C"); \ +static_assert(offsetof(ABP_Death_BalloonBurst_C, UberGraphFrame_BP_Death_BalloonBurst_C) == 0x0002F8, "Member 'ABP_Death_BalloonBurst_C::UberGraphFrame_BP_Death_BalloonBurst_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_BalloonBurst_C, Bubbles) == 0x000300, "Member 'ABP_Death_BalloonBurst_C::Bubbles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_BalloonBurst_C, Dust) == 0x000308, "Member 'ABP_Death_BalloonBurst_C::Dust' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_BalloonBurst_C, WasClimbing) == 0x000310, "Member 'ABP_Death_BalloonBurst_C::WasClimbing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec \ +static_assert(alignof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec) == 0x000008, "Wrong alignment on BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec"); \ +static_assert(sizeof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec) == 0x0006A0, "Wrong size on BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, EntryPoint) == 0x000000, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName) == 0x000014, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, Temp_name_Variable) == 0x00002C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, Temp_object_Variable) == 0x000038, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000048, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_Event_DeltaSeconds) == 0x000060, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_Event_Pawn) == 0x000068, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_Event_DeathActorInstigator) == 0x000070, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_DynamicCast_AsZCharacter) == 0x000078, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000090, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_GetActorForwardVector_ReturnValue) == 0x000098, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_AttachToActor_ReturnValue) == 0x0000C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_SphereTraceSingle_OutHit) == 0x0000D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_SphereTraceSingle_ReturnValue) == 0x0001C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0001D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_bBlockingHit) == 0x0002C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002C9, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Time) == 0x0002CC, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Distance) == 0x0002D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Location) == 0x0002D8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_ImpactPoint) == 0x0002F0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Normal) == 0x000308, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_ImpactNormal) == 0x000320, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_PhysMat) == 0x000338, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitActor) == 0x000340, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitComponent) == 0x000348, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitBoneName) == 0x000350, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_BoneName) == 0x000358, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitItem) == 0x000360, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_ElementIndex) == 0x000364, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_FaceIndex) == 0x000368, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_TraceStart) == 0x000370, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_TraceEnd) == 0x000388, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003A0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0003A8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakVector_X) == 0x0003C0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakVector_Y) == 0x0003C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakVector_Z) == 0x0003D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Add_VectorVector_ReturnValue) == 0x0003D8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_MakeVector_ReturnValue) == 0x0003F0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000408, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000500, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_MakeRotFromZX_ReturnValue) == 0x000508, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakRotator_Roll) == 0x000520, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakRotator_Pitch) == 0x000524, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakRotator_Yaw) == 0x000528, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000530, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000538, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000630, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_NativeIsClimbing_ReturnValue) == 0x000631, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_1) == 0x000634, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_2) == 0x00063C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_IsInWaterVolume_ReturnValue) == 0x00064C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_2) == 0x000650, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_GetDarwinGPTagComponent_GameplayTagComponent) == 0x000658, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_GetDarwinGPTagComponent_GameplayTagComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_3) == 0x000660, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_3) == 0x000670, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_4) == 0x000678, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_4) == 0x000688, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000690, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000698, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C \ +static_assert(alignof(BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(sizeof(BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(offsetof(BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C \ +static_assert(alignof(BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(sizeof(BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(offsetof(BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_Elec_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Elec_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_Elec_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Elec_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_Elec_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Elec_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Elec_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Elec_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C \ +static_assert(alignof(BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(sizeof(BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(offsetof(BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C \ +static_assert(alignof(BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(sizeof(BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(offsetof(BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C \ +static_assert(alignof(BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(sizeof(BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C"); \ +static_assert(offsetof(BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Elec_C_ReceiveTick \ +static_assert(alignof(BP_Death_Elec_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_Elec_C_ReceiveTick"); \ +static_assert(sizeof(BP_Death_Elec_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_Elec_C_ReceiveTick"); \ +static_assert(offsetof(BP_Death_Elec_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_Elec_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_Elec_C \ +static_assert(alignof(ABP_Death_Elec_C) == 0x000008, "Wrong alignment on ABP_Death_Elec_C"); \ +static_assert(sizeof(ABP_Death_Elec_C) == 0x000338, "Wrong size on ABP_Death_Elec_C"); \ +static_assert(offsetof(ABP_Death_Elec_C, UberGraphFrame_BP_Death_Elec_C) == 0x0002F8, "Member 'ABP_Death_Elec_C::UberGraphFrame_BP_Death_Elec_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Elec_C, Eyes_dropping_UnderW) == 0x000300, "Member 'ABP_Death_Elec_C::Eyes_dropping_UnderW' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Elec_C, FX_ElecAnim) == 0x000308, "Member 'ABP_Death_Elec_C::FX_ElecAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Elec_C, Bubbles) == 0x000310, "Member 'ABP_Death_Elec_C::Bubbles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Elec_C, Eyes) == 0x000318, "Member 'ABP_Death_Elec_C::Eyes' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Elec_C, Sparks) == 0x000320, "Member 'ABP_Death_Elec_C::Sparks' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Elec_C, Dust) == 0x000328, "Member 'ABP_Death_Elec_C::Dust' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Elec_C, WasClimbing) == 0x000330, "Member 'ABP_Death_Elec_C::WasClimbing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_AddSkinID \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_AddSkinID) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_AddSkinID"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_AddSkinID) == 0x000040, "Wrong size on WBP_SkinsMenuButtonContainer_C_AddSkinID"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, SkinID) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::SkinID' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_AddChildToHorizontalBox_ReturnValue_1) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_AddChildToHorizontalBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer) == 0x000078, "Wrong size on WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, EntryPoint) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_Event_bValue) == 0x000004, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_IsVisible_ReturnValue) == 0x000005, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_LeftCustomNavigation_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_LeftCustomNavigation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_RightCustomNavigation_ReturnValue) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_RightCustomNavigation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_Event_InFocusEvent) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_LeftCustomNavigation_ReturnValue_1) == 0x000040, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_LeftCustomNavigation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_RightCustomNavigation_ReturnValue_1) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_RightCustomNavigation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, Temp_delegate_Variable) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_PostEvent_ReturnValue) == 0x000060, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, Temp_delegate_Variable_1) == 0x000064, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_PostEvent_ReturnValue_1) == 0x000074, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin) == 0x000448, "Wrong size on WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Index_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Image) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_GetSkinsData_OutSkinData) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_GetSkinsData_OutSkinData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000218, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Max_ReturnValue) == 0x00021C, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000220, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_AsTexture_2D) == 0x000228, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000238, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_IsValid_ReturnValue) == 0x000240, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Contains_ReturnValue) == 0x000241, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Get_Item_1) == 0x000248, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Length_ReturnValue_1) == 0x000410, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Less_IntInt_ReturnValue) == 0x000414, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000418, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_BooleanAND_ReturnValue) == 0x000420, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_AsTexture_2D_1) == 0x000428, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_bSuccess_1) == 0x000430, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_IsValid_ReturnValue_1) == 0x000431, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000438, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Contains_ReturnValue_1) == 0x000440, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex) == 0x000208, "Wrong size on WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CurIndex) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CurIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, Texture2D) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::Texture2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_GetSkinDataById_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_GetSkinDataById_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0001E8, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001F0, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, K2Node_DynamicCast_AsTexture_2D) == 0x0001F8, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_IsValid_ReturnValue) == 0x000201, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock) == 0x000200, "Wrong size on WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, bHasFoundSkin) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::bHasFoundSkin' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, bSkinFound) == 0x000001, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::bSkinFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, Temp_bool_True_if_break_was_hit_Variable) == 0x000002, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_GetSkinsData_OutSkinData) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_GetSkinsData_OutSkinData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Less_IntInt_ReturnValue) == 0x0001F8, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_BooleanAND_ReturnValue) == 0x0001F9, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Array_Contains_ReturnValue) == 0x0001FA, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_Init \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_Init) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_Init"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_Init) == 0x000040, "Wrong size on WBP_SkinsMenuButtonContainer_C_Init"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CurrentId) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CurrentId' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_RandomInteger_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_RandomInteger_ReturnValue_1) == 0x00001C, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_RandomInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Length_ReturnValue_2) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_RandomInteger_ReturnValue_2) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_RandomInteger_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Get_Item_2) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation) == 0x000068, "Wrong size on WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Navigation_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Temp_int_Variable) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Temp_int_Variable_1) == 0x000024, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Get_Item_2) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00004C, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Temp_delegate_Variable) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_PostEvent_ReturnValue) == 0x000060, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000064, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_OnAppFocus \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_OnAppFocus"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_OnAppFocus) == 0x000001, "Wrong size on WBP_SkinsMenuButtonContainer_C_OnAppFocus"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_RightCustomNavigation \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_RightCustomNavigation"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation) == 0x000060, "Wrong size on WBP_SkinsMenuButtonContainer_C_RightCustomNavigation"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, Navigation_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, Temp_int_Variable) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000031, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_Get_Item_2) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, Temp_delegate_Variable) == 0x000044, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_PostEvent_ReturnValue) == 0x000054, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetCurrentID \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetCurrentID) == 0x000004, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetCurrentID"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetCurrentID) == 0x000010, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetCurrentID"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentID, CurrentSkinID_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentID::CurrentSkinID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex) == 0x000038, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetSelectedImage \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetSelectedImage"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage) == 0x000208, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetSelectedImage"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, NewSkinID) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::NewSkinID' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Find_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_GetZGameInstance_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_GetSkinSystem_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Find_ReturnValue_1) == 0x0001F8, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Get_Item_1) == 0x000200, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex) == 0x000010, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex) == 0x0004B0, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, ImageContainerRef) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::ImageContainerRef' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, Index_0) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_Get_Next_Locked_Skin_Image) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_Get_Next_Locked_Skin_Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, K2Node_MakeStruct_SlateBrush) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetZGameInstance_ReturnValue) == 0x0000F0, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetSkinSystem_ReturnValue) == 0x0000F8, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_Array_Get_Item) == 0x000100, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000110, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetSkinDataById_ReturnValue) == 0x0002D8, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetSkinDataById_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0004A0, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x0004A1, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_UpdateButtonByID \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_UpdateButtonByID"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID) == 0x000080, "Wrong size on WBP_SkinsMenuButtonContainer_C_UpdateButtonByID"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, SkinID) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::SkinID' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, bSkinFound) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::bSkinFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CurIndex) == 0x000014, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CurIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_GetUIController_ReturnValue_1) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_GetUIController_ReturnValue_2) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_GetUIController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_HasSkinLeftToUnlock_bHasFoundSkin) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_HasSkinLeftToUnlock_bHasFoundSkin' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_HasSkinLeftToUnlock_bHasFoundSkin_1) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_HasSkinLeftToUnlock_bHasFoundSkin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Length_ReturnValue_2) == 0x000044, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Find_ReturnValue) == 0x00004C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, Temp_bool_Variable) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000054, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, K2Node_Select_Default) == 0x00005C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000064, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000068, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00006D, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00006E, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x00006F, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x000070, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, Temp_int_Variable) == 0x000074, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, Temp_bool_Variable_1) == 0x000078, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, K2Node_Select_Default_1) == 0x00007C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_UpdateNotification \ +static_assert(alignof(WBP_SkinsMenuButtonContainer_C_UpdateNotification) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_UpdateNotification"); \ +static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_UpdateNotification) == 0x000020, "Wrong size on WBP_SkinsMenuButtonContainer_C_UpdateNotification"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, ImageContainer) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::ImageContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, Index_0) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, CallFunc_GetUIController_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, CallFunc_HasNotificationMark_ReturnValue) == 0x000019, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::CallFunc_HasNotificationMark_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkinsMenuButtonContainer_C \ +static_assert(alignof(UWBP_SkinsMenuButtonContainer_C) == 0x000008, "Wrong alignment on UWBP_SkinsMenuButtonContainer_C"); \ +static_assert(sizeof(UWBP_SkinsMenuButtonContainer_C) == 0x0003B8, "Wrong size on UWBP_SkinsMenuButtonContainer_C"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_SkinsMenuButtonContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_Left) == 0x000300, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_Leftarrow) == 0x000308, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_Leftarrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_Right) == 0x000310, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_RightArrow) == 0x000318, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, LeftArrow) == 0x000320, "Member 'UWBP_SkinsMenuButtonContainer_C::LeftArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, RightArrow) == 0x000328, "Member 'UWBP_SkinsMenuButtonContainer_C::RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, SkinSelectionContainer) == 0x000330, "Member 'UWBP_SkinsMenuButtonContainer_C::SkinSelectionContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, WBP_SkinButton) == 0x000338, "Member 'UWBP_SkinsMenuButtonContainer_C::WBP_SkinButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, WBP_SkinContainerImageLeft) == 0x000340, "Member 'UWBP_SkinsMenuButtonContainer_C::WBP_SkinContainerImageLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, WBP_SkinContainerImageRight) == 0x000348, "Member 'UWBP_SkinsMenuButtonContainer_C::WBP_SkinContainerImageRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, CurrentIndex) == 0x000350, "Member 'UWBP_SkinsMenuButtonContainer_C::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, OnSkinSelected) == 0x000358, "Member 'UWBP_SkinsMenuButtonContainer_C::OnSkinSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, OnSelectionChanged) == 0x000368, "Member 'UWBP_SkinsMenuButtonContainer_C::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, SkinIDArray) == 0x000378, "Member 'UWBP_SkinsMenuButtonContainer_C::SkinIDArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, CurrentSkinID) == 0x000388, "Member 'UWBP_SkinsMenuButtonContainer_C::CurrentSkinID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, SelectionImageArray) == 0x000398, "Member 'UWBP_SkinsMenuButtonContainer_C::SelectionImageArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, BorderArray) == 0x0003A8, "Member 'UWBP_SkinsMenuButtonContainer_C::BorderArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature) == 0x000018, "Wrong size on WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature::SelectionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox \ +static_assert(alignof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox) == 0x000010, "Wrong alignment on WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox"); \ +static_assert(sizeof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox) == 0x002300, "Wrong size on WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, EntryPoint) == 0x000000, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, Temp_delegate_Variable_2) == 0x00002C, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_PostEvent_ReturnValue_2) == 0x00003C, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_Event_InFocusEvent_1) == 0x000050, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_Event_InFocusEvent) == 0x000058, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_SlateBrush) == 0x000060, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ButtonStyle) == 0x000130, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboButtonStyle) == 0x000520, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_SlateBrush_1) == 0x000B20, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboBoxStyle) == 0x000BF0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ButtonStyle_1) == 0x001250, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ButtonStyle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboButtonStyle_1) == 0x001640, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboButtonStyle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_ComponentBoundEvent_SelectedItem) == 0x001C40, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_ComponentBoundEvent_SelectionType) == 0x001C50, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboBoxStyle_1) == 0x001C60, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboBoxStyle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_FindOptionIndex_ReturnValue) == 0x0022C0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_FindOptionIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetZGameInstance_ReturnValue) == 0x0022C8, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetUIController_ReturnValue) == 0x0022D0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_CustomEvent_NewCulture) == 0x0022D8, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetZGameInstance_ReturnValue_1) == 0x0022E8, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetUIController_ReturnValue_1) == 0x0022F0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComboBox_C_InitComboBox \ +static_assert(alignof(WBP_ComboBox_C_InitComboBox) == 0x000008, "Wrong alignment on WBP_ComboBox_C_InitComboBox"); \ +static_assert(sizeof(WBP_ComboBox_C_InitComboBox) == 0x000040, "Wrong size on WBP_ComboBox_C_InitComboBox"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ComboBox_C_InitComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ComboBox_C_InitComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Array_IsEmpty_ReturnValue) == 0x000039, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_ComboBox_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ComboBox_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_ComboBox_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ComboBox_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_ComboBox_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ComboBox_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnCultureChanged \ +static_assert(alignof(WBP_ComboBox_C_OnCultureChanged) == 0x000004, "Wrong alignment on WBP_ComboBox_C_OnCultureChanged"); \ +static_assert(sizeof(WBP_ComboBox_C_OnCultureChanged) == 0x000008, "Wrong size on WBP_ComboBox_C_OnCultureChanged"); \ +static_assert(offsetof(WBP_ComboBox_C_OnCultureChanged, CallFunc_GetSelectedIndex_ReturnValue) == 0x000000, "Member 'WBP_ComboBox_C_OnCultureChanged::CallFunc_GetSelectedIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComboBox_C_OnCultureChanged, CallFunc_Array_IsEmpty_ReturnValue) == 0x000004, "Member 'WBP_ComboBox_C_OnCultureChanged::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnCultureChanged_Event \ +static_assert(alignof(WBP_ComboBox_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_ComboBox_C_OnCultureChanged_Event"); \ +static_assert(sizeof(WBP_ComboBox_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_ComboBox_C_OnCultureChanged_Event"); \ +static_assert(offsetof(WBP_ComboBox_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_ComboBox_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_ComboBox_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ComboBox_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_ComboBox_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ComboBox_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_ComboBox_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ComboBox_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ComboBox_C \ +static_assert(alignof(UWBP_ComboBox_C) == 0x000008, "Wrong alignment on UWBP_ComboBox_C"); \ +static_assert(sizeof(UWBP_ComboBox_C) == 0x000368, "Wrong size on UWBP_ComboBox_C"); \ +static_assert(offsetof(UWBP_ComboBox_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ComboBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComboBox_C, ComboString) == 0x000300, "Member 'UWBP_ComboBox_C::ComboString' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComboBox_C, SelectecTint) == 0x000308, "Member 'UWBP_ComboBox_C::SelectecTint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComboBox_C, NormalTint) == 0x00031C, "Member 'UWBP_ComboBox_C::NormalTint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComboBox_C, OnSelectionChanged) == 0x000330, "Member 'UWBP_ComboBox_C::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComboBox_C, OverrideOptions) == 0x000340, "Member 'UWBP_ComboBox_C::OverrideOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComboBox_C, BaseOptions) == 0x000350, "Member 'UWBP_ComboBox_C::BaseOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComboBox_C, CurrentIndex) == 0x000360, "Member 'UWBP_ComboBox_C::CurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, Index_0) == 0x000014, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings \ +static_assert(alignof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings"); \ +static_assert(sizeof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings) == 0x0001A8, "Wrong size on WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, EntryPoint) == 0x000000, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetIsEnabled_ReturnValue) == 0x000004, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_Event_InFocusEvent) == 0x000008, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_Event_bValue) == 0x000010, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000011, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000012, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_6) == 0x000018, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_SelectedItem) == 0x000028, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_SelectionType) == 0x000038, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_Index) == 0x00003C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000040, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_5) == 0x000050, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000058, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_4) == 0x000060, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000068, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x000078, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_2) == 0x000080, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_3) == 0x000090, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_3) == 0x000098, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_3) == 0x0000A8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_4) == 0x0000B0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_Event_InputActionName) == 0x0000B8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_Event_InputActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_4) == 0x0000C0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_SwitchName_CmpSuccess) == 0x0000C9, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_2) == 0x0000D0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_5) == 0x0000D8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_5) == 0x0000E0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_5) == 0x0000E8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_1) == 0x0000F0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_6) == 0x0000F8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_6) == 0x000100, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_6) == 0x000108, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_CreateDelegate_OutputDelegate) == 0x00010C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000120, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000128, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Array_Get_Item) == 0x000130, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000138, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue) == 0x000140, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_7) == 0x000148, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_7) == 0x000150, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_7) == 0x000158, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000160, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, Temp_delegate_Variable) == 0x000168, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue) == 0x000178, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_PostEvent_ReturnValue) == 0x00017C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Not_PreBool_ReturnValue) == 0x000180, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_BooleanAND_ReturnValue_1) == 0x000181, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x000182, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Not_PreBool_ReturnValue_1) == 0x000183, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_BooleanAND_ReturnValue_2) == 0x000184, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetMasterVolume_NewValue_ImplicitCast) == 0x000188, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetMasterVolume_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetPlayingBinkAudioVolume_Volume_ImplicitCast) == 0x00018C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetPlayingBinkAudioVolume_Volume_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetMusicVolume_NewValue_ImplicitCast) == 0x000190, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetMusicVolume_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetSoundEffectVolume_NewValue_ImplicitCast) == 0x000194, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetSoundEffectVolume_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetAmbianceVolume_NewValue_ImplicitCast) == 0x000198, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetAmbianceVolume_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetVoiceVolume_NewValue_ImplicitCast) == 0x00019C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetVoiceVolume_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetUIVolume_NewValue_ImplicitCast) == 0x0001A0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetUIVolume_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetCinematicVolume_NewValue_ImplicitCast) == 0x0001A4, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetCinematicVolume_NewValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_Init \ +static_assert(alignof(WBP_AudioSettings_C_Init) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_Init"); \ +static_assert(sizeof(WBP_AudioSettings_C_Init) == 0x000070, "Wrong size on WBP_AudioSettings_C_Init"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000008, "Member 'WBP_AudioSettings_C_Init::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_AudioSettings_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetCinematicVolume_ReturnValue) == 0x000014, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetCinematicVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetUIVolume_ReturnValue) == 0x000018, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetVoiceVolume_ReturnValue) == 0x00001C, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetVoiceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetAmbianceVolume_ReturnValue) == 0x000020, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetAmbianceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetSoundEffectVolume_ReturnValue) == 0x000024, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetSoundEffectVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetMusicVolume_ReturnValue) == 0x000028, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetMasterVolume_ReturnValue) == 0x00002C, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetAudioOutputDevice_ReturnValue) == 0x000030, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetAudioOutputDevice_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast) == 0x000038, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_1) == 0x000040, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_2) == 0x000048, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_3) == 0x000050, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_4) == 0x000058, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_5) == 0x000060, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_6) == 0x000068, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_OnAppFocus \ +static_assert(alignof(WBP_AudioSettings_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_AudioSettings_C_OnAppFocus"); \ +static_assert(sizeof(WBP_AudioSettings_C_OnAppFocus) == 0x000001, "Wrong size on WBP_AudioSettings_C_OnAppFocus"); \ +static_assert(offsetof(WBP_AudioSettings_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_AudioSettings_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_OnInputAction \ +static_assert(alignof(WBP_AudioSettings_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_AudioSettings_C_OnInputAction"); \ +static_assert(sizeof(WBP_AudioSettings_C_OnInputAction) == 0x000008, "Wrong size on WBP_AudioSettings_C_OnInputAction"); \ +static_assert(offsetof(WBP_AudioSettings_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_AudioSettings_C_OnInputAction::InputActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_AudioSettings_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_AudioSettings_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_AudioSettings_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_AudioSettings_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_AudioSettings_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_AudioSettings_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AudioSettings_C_ResetToDefaults \ +static_assert(alignof(WBP_AudioSettings_C_ResetToDefaults) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_ResetToDefaults"); \ +static_assert(sizeof(WBP_AudioSettings_C_ResetToDefaults) == 0x000018, "Wrong size on WBP_AudioSettings_C_ResetToDefaults"); \ +static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_AudioSettings_C_ResetToDefaults::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000008, "Member 'WBP_AudioSettings_C_ResetToDefaults::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_AudioSettings_C_ResetToDefaults::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, CallFunc_GetDefaultAudioOutputDevice_ReturnValue) == 0x000014, "Member 'WBP_AudioSettings_C_ResetToDefaults::CallFunc_GetDefaultAudioOutputDevice_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AudioSettings_C \ +static_assert(alignof(UWBP_AudioSettings_C) == 0x000008, "Wrong alignment on UWBP_AudioSettings_C"); \ +static_assert(sizeof(UWBP_AudioSettings_C) == 0x000390, "Wrong size on UWBP_AudioSettings_C"); \ +static_assert(offsetof(UWBP_AudioSettings_C, UberGraphFrame_WBP_AudioSettings_C) == 0x000320, "Member 'UWBP_AudioSettings_C::UberGraphFrame_WBP_AudioSettings_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, AmbianceSlider) == 0x000328, "Member 'UWBP_AudioSettings_C::AmbianceSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, CinematicSlider) == 0x000330, "Member 'UWBP_AudioSettings_C::CinematicSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, HorizontalBox_Cinematic) == 0x000338, "Member 'UWBP_AudioSettings_C::HorizontalBox_Cinematic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, MasterSlider) == 0x000340, "Member 'UWBP_AudioSettings_C::MasterSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, MusicSlider) == 0x000348, "Member 'UWBP_AudioSettings_C::MusicSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, SoundEffectSlider) == 0x000350, "Member 'UWBP_AudioSettings_C::SoundEffectSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, Spacer_20) == 0x000358, "Member 'UWBP_AudioSettings_C::Spacer_20' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, UISlider) == 0x000360, "Member 'UWBP_AudioSettings_C::UISlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, VoiceSlider) == 0x000368, "Member 'UWBP_AudioSettings_C::VoiceSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, WBP_ComboBox) == 0x000370, "Member 'UWBP_AudioSettings_C::WBP_ComboBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, AudioDeviceEvent) == 0x000378, "Member 'UWBP_AudioSettings_C::AudioDeviceEvent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AudioSettings_C, IsInitialized) == 0x000388, "Member 'UWBP_AudioSettings_C::IsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature, Index_0) == 0x000014, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, Index_0) == 0x000014, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings \ +static_assert(alignof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings"); \ +static_assert(sizeof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings) == 0x000130, "Wrong size on WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, EntryPoint) == 0x000000, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectedItem_1) == 0x000008, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectedItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectionType_1) == 0x000018, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectionType_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_Index_1) == 0x00001C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000028, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000038, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000040, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetZPlayerController_ReturnValue) == 0x000050, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x000058, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_2) == 0x000068, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetHelpSystem_ReturnValue) == 0x000078, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetHelpSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetIsEnabled_ReturnValue) == 0x000080, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_IsValid_ReturnValue_1) == 0x000081, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectedItem) == 0x000088, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectionType) == 0x000098, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_Index) == 0x00009C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_3) == 0x0000A0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_2) == 0x0000A8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_3) == 0x0000B0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_3) == 0x0000B8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_1) == 0x0000B9, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState) == 0x0000BA, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_NewSliderValue) == 0x0000C0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_NewSliderValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_4) == 0x0000C8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_5) == 0x0000D0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_4) == 0x0000D8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_4) == 0x0000E0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_5) == 0x0000E8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_6) == 0x0000F8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_6) == 0x000100, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_6) == 0x000108, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_Event_bValue) == 0x000109, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_BooleanAND_ReturnValue) == 0x00010A, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_Event_InFocusEvent) == 0x00010C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_3) == 0x000114, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_4) == 0x000115, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_5) == 0x000116, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_7) == 0x000118, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_7) == 0x000120, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_7) == 0x000128, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_SetAimSensitivity_fNewSensitivity_ImplicitCast) == 0x00012C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_SetAimSensitivity_fNewSensitivity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_FindCulture \ +static_assert(alignof(WBP_GameplaySettings_C_FindCulture) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_FindCulture"); \ +static_assert(sizeof(WBP_GameplaySettings_C_FindCulture) == 0x000080, "Wrong size on WBP_GameplaySettings_C_FindCulture"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CultureName) == 0x000000, "Member 'WBP_GameplaySettings_C_FindCulture::CultureName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CultureFound) == 0x000010, "Member 'WBP_GameplaySettings_C_FindCulture::CultureFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_ToLower_ReturnValue) == 0x000020, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_ToLower_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_GameplaySettings_C_FindCulture::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_GameplaySettings_C_FindCulture::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000058, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_ToLower_ReturnValue_1) == 0x000068, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_ToLower_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000078, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_Init \ +static_assert(alignof(WBP_GameplaySettings_C_Init) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_Init"); \ +static_assert(sizeof(WBP_GameplaySettings_C_Init) == 0x000038, "Wrong size on WBP_GameplaySettings_C_Init"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_IsConsolePlateform_ReturnValue) == 0x000000, "Member 'WBP_GameplaySettings_C_Init::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000010, "Member 'WBP_GameplaySettings_C_Init::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GameplaySettings_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetAimSensitivity_ReturnValue) == 0x00001C, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetAimSensitivity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetSlingshotInvertY_ReturnValue) == 0x000020, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetSlingshotInvertY_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetSlingshotInvertX_ReturnValue) == 0x000021, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetSlingshotInvertX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetAimAssist_ReturnValue) == 0x000022, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetAimAssist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetUserKeyboardLayout_ReturnValue) == 0x000024, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetUserKeyboardLayout_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetHelpSystemEnabled_ReturnValue) == 0x000028, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetHelpSystemEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetForceFeedback_ReturnValue) == 0x000029, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetSubtitle_ReturnValue) == 0x00002A, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetSubtitle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast) == 0x000030, "Member 'WBP_GameplaySettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed \ +static_assert(alignof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed"); \ +static_assert(sizeof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed) == 0x000048, "Wrong size on WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, SelectedItem) == 0x000000, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_FindCulture_CultureFound) == 0x000020, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_FindCulture_CultureFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_IsEmpty_ReturnValue) == 0x000030, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000038, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000041, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_Not_PreBool_ReturnValue_1) == 0x000042, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_OnAppFocus \ +static_assert(alignof(WBP_GameplaySettings_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_OnAppFocus"); \ +static_assert(sizeof(WBP_GameplaySettings_C_OnAppFocus) == 0x000001, "Wrong size on WBP_GameplaySettings_C_OnAppFocus"); \ +static_assert(offsetof(WBP_GameplaySettings_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_GameplaySettings_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_GameplaySettings_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_GameplaySettings_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_GameplaySettings_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_GameplaySettings_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_GameplaySettings_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GameplaySettings_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_SetLanguageComboBox \ +static_assert(alignof(WBP_GameplaySettings_C_SetLanguageComboBox) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_SetLanguageComboBox"); \ +static_assert(sizeof(WBP_GameplaySettings_C_SetLanguageComboBox) == 0x0001B0, "Wrong size on WBP_GameplaySettings_C_SetLanguageComboBox"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, TempCulture) == 0x000000, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::TempCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Array_Index_Variable_2) == 0x000020, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000040, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_RightChop_ReturnValue) == 0x000050, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_RightChop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCharacterArrayFromString_ReturnValue) == 0x000060, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCharacterArrayFromString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Loop_Counter_Variable_1) == 0x000070, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_ToUpper_ReturnValue) == 0x000078, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_ToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x0000B0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetLanguage_ReturnValue) == 0x0000B8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCharacterArrayFromString_ReturnValue_1) == 0x0000C8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCharacterArrayFromString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Loop_Counter_Variable_2) == 0x0000D8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Contains_ReturnValue) == 0x000108, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCultureDisplayName_ReturnValue_1) == 0x000110, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCultureDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_RightChop_ReturnValue_1) == 0x000120, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_RightChop_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCharacterArrayFromString_ReturnValue_2) == 0x000130, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCharacterArrayFromString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Length_ReturnValue_1) == 0x000140, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Less_IntInt_ReturnValue_1) == 0x000144, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_ToUpper_ReturnValue_1) == 0x000148, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_ToUpper_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000158, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetNativeCulture_ReturnValue) == 0x000168, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetNativeCulture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Add_ReturnValue) == 0x000178, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_RemoveItem_ReturnValue) == 0x00017C, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetLocalizedCultures_ReturnValue) == 0x000180, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetLocalizedCultures_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Get_Item_2) == 0x000190, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Add_ReturnValue_1) == 0x0001A0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Length_ReturnValue_2) == 0x0001A4, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001A8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GameplaySettings_C \ +static_assert(alignof(UWBP_GameplaySettings_C) == 0x000008, "Wrong alignment on UWBP_GameplaySettings_C"); \ +static_assert(sizeof(UWBP_GameplaySettings_C) == 0x000398, "Wrong size on UWBP_GameplaySettings_C"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, UberGraphFrame_WBP_GameplaySettings_C) == 0x000320, "Member 'UWBP_GameplaySettings_C::UberGraphFrame_WBP_GameplaySettings_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, AimAssistToggle) == 0x000328, "Member 'UWBP_GameplaySettings_C::AimAssistToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, AimSensitivitySlider) == 0x000330, "Member 'UWBP_GameplaySettings_C::AimSensitivitySlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, HelpSystemToggle) == 0x000338, "Member 'UWBP_GameplaySettings_C::HelpSystemToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, HorizontalBox_Keyboard) == 0x000340, "Member 'UWBP_GameplaySettings_C::HorizontalBox_Keyboard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, KeyboardLayoutCombo) == 0x000348, "Member 'UWBP_GameplaySettings_C::KeyboardLayoutCombo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, LanguageComboBox) == 0x000350, "Member 'UWBP_GameplaySettings_C::LanguageComboBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, RumbleToggle) == 0x000358, "Member 'UWBP_GameplaySettings_C::RumbleToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, SlingshotXToggle) == 0x000360, "Member 'UWBP_GameplaySettings_C::SlingshotXToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, SlingshotYToggle) == 0x000368, "Member 'UWBP_GameplaySettings_C::SlingshotYToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, SubtitlesToggle) == 0x000370, "Member 'UWBP_GameplaySettings_C::SubtitlesToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, Cultures) == 0x000378, "Member 'UWBP_GameplaySettings_C::Cultures' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameplaySettings_C, PreviousCultureOption) == 0x000388, "Member 'UWBP_GameplaySettings_C::PreviousCultureOption' 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) == 0x000140, "Wrong size on BP_FogSheet_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000000, "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) == 0x000020, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000028, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x0000B0, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_R) == 0x0000BC, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_G) == 0x0000C0, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_B) == 0x0000C4, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_A) == 0x0000C8, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000D0, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000E0, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000E8, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue) == 0x0000F0, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000100, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000104, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000108, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x00010C, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x000110, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x000114, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000118, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000120, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x000128, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeColor_B_ImplicitCast) == 0x000130, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeColor_G_ImplicitCast) == 0x000134, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeColor_R_ImplicitCast) == 0x000138, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeColor_R_ImplicitCast' 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) == 0x000310, "Wrong size on ABP_FogSheet_C"); \ +static_assert(offsetof(ABP_FogSheet_C, FogSheet) == 0x000290, "Member 'ABP_FogSheet_C::FogSheet' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Activate) == 0x000298, "Member 'ABP_FogSheet_C::Activate' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, FogSheetMasterMaterial) == 0x0002A0, "Member 'ABP_FogSheet_C::FogSheetMasterMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, FogSheetMID) == 0x0002A8, "Member 'ABP_FogSheet_C::FogSheetMID' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Color) == 0x0002B0, "Member 'ABP_FogSheet_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Brightness) == 0x0002C0, "Member 'ABP_FogSheet_C::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Size) == 0x0002C8, "Member 'ABP_FogSheet_C::Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Opacity) == 0x0002E0, "Member 'ABP_FogSheet_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, DepthFadeDistance) == 0x0002E8, "Member 'ABP_FogSheet_C::DepthFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, NoiseProjectionDistance) == 0x0002F0, "Member 'ABP_FogSheet_C::NoiseProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, NoiseSize) == 0x0002F8, "Member 'ABP_FogSheet_C::NoiseSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, PanningSpeed) == 0x000300, "Member 'ABP_FogSheet_C::PanningSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, FadeDistance) == 0x000308, "Member 'ABP_FogSheet_C::FadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_Darwin_Event \ +static_assert(alignof(WBP_CreditsBGD_C_Darwin_Event) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_Darwin_Event"); \ +static_assert(sizeof(WBP_CreditsBGD_C_Darwin_Event) == 0x000008, "Wrong size on WBP_CreditsBGD_C_Darwin_Event"); \ +static_assert(offsetof(WBP_CreditsBGD_C_Darwin_Event, Darwin_0) == 0x000000, "Member 'WBP_CreditsBGD_C_Darwin_Event::Darwin_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD \ +static_assert(alignof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD"); \ +static_assert(sizeof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD) == 0x0000D8, "Wrong size on WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, EntryPoint) == 0x000000, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000008, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000028, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00002C, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000030, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000038, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000040, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000060, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000064, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000068, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_object_Variable) == 0x000070, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000078, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable) == 0x000080, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1) == 0x000088, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_0) == 0x000090, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1_0) == 0x000098, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1_1) == 0x0000A0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_1) == 0x0000A8, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, Temp_real_Variable_2) == 0x0000B0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, K2Node_CustomEvent_Darwin) == 0x0000C0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::K2Node_CustomEvent_Darwin' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_PlayAnimation_ReturnValue) == 0x0000C8, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000D0, "Member 'WBP_CreditsBGD_C_ExecuteUbergraph_WBP_CreditsBGD::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_CreditsBGD_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_ReadDataTableCredit \ +static_assert(alignof(WBP_CreditsBGD_C_ReadDataTableCredit) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_ReadDataTableCredit"); \ +static_assert(sizeof(WBP_CreditsBGD_C_ReadDataTableCredit) == 0x000008, "Wrong size on WBP_CreditsBGD_C_ReadDataTableCredit"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ReadDataTableCredit, DataTable) == 0x000000, "Member 'WBP_CreditsBGD_C_ReadDataTableCredit::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_ReadDataTableSpecial \ +static_assert(alignof(WBP_CreditsBGD_C_ReadDataTableSpecial) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_ReadDataTableSpecial"); \ +static_assert(sizeof(WBP_CreditsBGD_C_ReadDataTableSpecial) == 0x000008, "Wrong size on WBP_CreditsBGD_C_ReadDataTableSpecial"); \ +static_assert(offsetof(WBP_CreditsBGD_C_ReadDataTableSpecial, DataTable) == 0x000000, "Member 'WBP_CreditsBGD_C_ReadDataTableSpecial::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD \ +static_assert(alignof(WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD) == 0x000008, "Wrong alignment on WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD"); \ +static_assert(sizeof(WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD) == 0x000008, "Wrong size on WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD"); \ +static_assert(offsetof(WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD, Darwin_0) == 0x000000, "Member 'WBP_CreditsBGD_C_SequenceEvent__ENTRYPOINTWBP_CreditsBGD::Darwin_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditsBGD_C \ +static_assert(alignof(UWBP_CreditsBGD_C) == 0x000008, "Wrong alignment on UWBP_CreditsBGD_C"); \ +static_assert(sizeof(UWBP_CreditsBGD_C) == 0x000458, "Wrong size on UWBP_CreditsBGD_C"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsBGD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, SchlingstarS) == 0x000300, "Member 'UWBP_CreditsBGD_C::SchlingstarS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, RollCredits) == 0x000308, "Member 'UWBP_CreditsBGD_C::RollCredits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Background) == 0x000310, "Member 'UWBP_CreditsBGD_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Button_138) == 0x000318, "Member 'UWBP_CreditsBGD_C::Button_138' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, CanvasPanel_29) == 0x000320, "Member 'UWBP_CreditsBGD_C::CanvasPanel_29' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char01) == 0x000328, "Member 'UWBP_CreditsBGD_C::Char01' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02) == 0x000330, "Member 'UWBP_CreditsBGD_C::Char02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_2) == 0x000338, "Member 'UWBP_CreditsBGD_C::Char02_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_3) == 0x000340, "Member 'UWBP_CreditsBGD_C::Char02_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_4) == 0x000348, "Member 'UWBP_CreditsBGD_C::Char02_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_5) == 0x000350, "Member 'UWBP_CreditsBGD_C::Char02_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_6) == 0x000358, "Member 'UWBP_CreditsBGD_C::Char02_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_7) == 0x000360, "Member 'UWBP_CreditsBGD_C::Char02_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_8) == 0x000368, "Member 'UWBP_CreditsBGD_C::Char02_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_9) == 0x000370, "Member 'UWBP_CreditsBGD_C::Char02_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_10) == 0x000378, "Member 'UWBP_CreditsBGD_C::Char02_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_11) == 0x000380, "Member 'UWBP_CreditsBGD_C::Char02_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_12) == 0x000388, "Member 'UWBP_CreditsBGD_C::Char02_12' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_13) == 0x000390, "Member 'UWBP_CreditsBGD_C::Char02_13' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_14) == 0x000398, "Member 'UWBP_CreditsBGD_C::Char02_14' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_15) == 0x0003A0, "Member 'UWBP_CreditsBGD_C::Char02_15' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Char02_16) == 0x0003A8, "Member 'UWBP_CreditsBGD_C::Char02_16' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Cloud) == 0x0003B0, "Member 'UWBP_CreditsBGD_C::Cloud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, cloud_02) == 0x0003B8, "Member 'UWBP_CreditsBGD_C::cloud_02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Darwin) == 0x0003C0, "Member 'UWBP_CreditsBGD_C::Darwin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Galaxies) == 0x0003C8, "Member 'UWBP_CreditsBGD_C::Galaxies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, RetainerBox_0) == 0x0003D0, "Member 'UWBP_CreditsBGD_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, RetainerBox_5) == 0x0003D8, "Member 'UWBP_CreditsBGD_C::RetainerBox_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, RetainerBox_6) == 0x0003E0, "Member 'UWBP_CreditsBGD_C::RetainerBox_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Schling_01) == 0x0003E8, "Member 'UWBP_CreditsBGD_C::Schling_01' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Schling_02) == 0x0003F0, "Member 'UWBP_CreditsBGD_C::Schling_02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Stars01) == 0x0003F8, "Member 'UWBP_CreditsBGD_C::Stars01' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Stars01_2) == 0x000400, "Member 'UWBP_CreditsBGD_C::Stars01_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Stars02) == 0x000408, "Member 'UWBP_CreditsBGD_C::Stars02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, Stars02_2) == 0x000410, "Member 'UWBP_CreditsBGD_C::Stars02_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, CreditDT) == 0x000418, "Member 'UWBP_CreditsBGD_C::CreditDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, SkipTime) == 0x000420, "Member 'UWBP_CreditsBGD_C::SkipTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, OnCreditClosed) == 0x000428, "Member 'UWBP_CreditsBGD_C::OnCreditClosed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, DT_ZDT_Credits) == 0x000438, "Member 'UWBP_CreditsBGD_C::DT_ZDT_Credits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, DT_ZDT_SpecialThanks) == 0x000440, "Member 'UWBP_CreditsBGD_C::DT_ZDT_SpecialThanks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, DT_Konami_Credits) == 0x000448, "Member 'UWBP_CreditsBGD_C::DT_Konami_Credits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditsBGD_C, DT_LegalMentions) == 0x000450, "Member 'UWBP_CreditsBGD_C::DT_LegalMentions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Credits_BGRetainer_C \ +static_assert(alignof(UWBP_Credits_BGRetainer_C) == 0x000008, "Wrong alignment on UWBP_Credits_BGRetainer_C"); \ +static_assert(sizeof(UWBP_Credits_BGRetainer_C) == 0x000308, "Wrong size on UWBP_Credits_BGRetainer_C"); \ +static_assert(offsetof(UWBP_Credits_BGRetainer_C, BGRetainer) == 0x0002F8, "Member 'UWBP_Credits_BGRetainer_C::BGRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_BGRetainer_C, WBP_CreditsBGD) == 0x000300, "Member 'UWBP_Credits_BGRetainer_C::WBP_CreditsBGD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar \ +static_assert(alignof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar) == 0x000004, "Wrong alignment on WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar"); \ +static_assert(sizeof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar) == 0x000008, "Wrong size on WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar"); \ +static_assert(offsetof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar, EntryPoint) == 0x000000, "Member 'WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RoundProgressBar_C_PreConstruct \ +static_assert(alignof(WBP_RoundProgressBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RoundProgressBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_RoundProgressBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_RoundProgressBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_RoundProgressBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RoundProgressBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RoundProgressBar_C_SetPercent \ +static_assert(alignof(WBP_RoundProgressBar_C_SetPercent) == 0x000008, "Wrong alignment on WBP_RoundProgressBar_C_SetPercent"); \ +static_assert(sizeof(WBP_RoundProgressBar_C_SetPercent) == 0x000020, "Wrong size on WBP_RoundProgressBar_C_SetPercent"); \ +static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, Percent_0) == 0x000000, "Member 'WBP_RoundProgressBar_C_SetPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_RoundProgressBar_C_SetPercent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_RoundProgressBar_C_SetPercent::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000018, "Member 'WBP_RoundProgressBar_C_SetPercent::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RoundProgressBar_C \ +static_assert(alignof(UWBP_RoundProgressBar_C) == 0x000008, "Wrong alignment on UWBP_RoundProgressBar_C"); \ +static_assert(sizeof(UWBP_RoundProgressBar_C) == 0x000300, "Wrong size on UWBP_RoundProgressBar_C"); \ +static_assert(offsetof(UWBP_RoundProgressBar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_RoundProgressBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RoundProgressBar_C, RPB) == 0x0002E8, "Member 'UWBP_RoundProgressBar_C::RPB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RoundProgressBar_C, RoundPBinst) == 0x0002F0, "Member 'UWBP_RoundProgressBar_C::RoundPBinst' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RoundProgressBar_C, Percent) == 0x0002F8, "Member 'UWBP_RoundProgressBar_C::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BC_FadeThisMesh_C_ExecuteUbergraph_BC_FadeThisMesh \ static_assert(alignof(BC_FadeThisMesh_C_ExecuteUbergraph_BC_FadeThisMesh) == 0x000008, "Wrong alignment on BC_FadeThisMesh_C_ExecuteUbergraph_BC_FadeThisMesh"); \ @@ -140952,751 +142769,76 @@ static_assert(offsetof(ABP_Projectile_InkSmoke_C, ExplosionThreshold) == 0x00031 static_assert(offsetof(ABP_Projectile_InkSmoke_C, bHasTarget) == 0x000330, "Member 'ABP_Projectile_InkSmoke_C::bHasTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_Projectile_InkSmoke_C, bShadows) == 0x000331, "Member 'ABP_Projectile_InkSmoke_C::bShadows' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp \ -static_assert(alignof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp) == 0x000008, "Wrong alignment on WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp"); \ -static_assert(sizeof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp) == 0x000078, "Wrong size on WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, EntryPoint) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_Event_InFocusEvent_1) == 0x000024, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_Event_InFocusEvent) == 0x00002C, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_Event_IsDesignTime) == 0x000034, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, Temp_delegate_Variable_1) == 0x000038, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_PostEvent_ReturnValue) == 0x000048, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_PostEvent_ReturnValue_1) == 0x00004C, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000050, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_GetUIController_ReturnValue) == 0x000058, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, K2Node_CustomEvent_NewCulture) == 0x000060, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000070, "Member 'WBP_ButtonBase_PopUp_C_ExecuteUbergraph_WBP_ButtonBase_PopUp::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_ButtonBase_PopUp_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_PopUp_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_ButtonBase_PopUp_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_PopUp_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_OnCultureChanged_Event \ -static_assert(alignof(WBP_ButtonBase_PopUp_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_ButtonBase_PopUp_C_OnCultureChanged_Event"); \ -static_assert(sizeof(WBP_ButtonBase_PopUp_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_ButtonBase_PopUp_C_OnCultureChanged_Event"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_PreConstruct \ -static_assert(alignof(WBP_ButtonBase_PopUp_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonBase_PopUp_C_PreConstruct"); \ -static_assert(sizeof(WBP_ButtonBase_PopUp_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonBase_PopUp_C_PreConstruct"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_PopUp_C_SetRowStyleText \ -static_assert(alignof(WBP_ButtonBase_PopUp_C_SetRowStyleText) == 0x000008, "Wrong alignment on WBP_ButtonBase_PopUp_C_SetRowStyleText"); \ -static_assert(sizeof(WBP_ButtonBase_PopUp_C_SetRowStyleText) == 0x0000B0, "Wrong size on WBP_ButtonBase_PopUp_C_SetRowStyleText"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, RowStyleName) == 0x000000, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::RowStyleName' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, TextTransformPolicy) == 0x000010, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::TextTransformPolicy' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, TempText) == 0x000018, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::TempText' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_TextToUpper_ReturnValue) == 0x000080, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_PopUp_C_SetRowStyleText, CallFunc_TextToLower_ReturnValue) == 0x0000A0, "Member 'WBP_ButtonBase_PopUp_C_SetRowStyleText::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ButtonBase_PopUp_C \ -static_assert(alignof(UWBP_ButtonBase_PopUp_C) == 0x000008, "Wrong alignment on UWBP_ButtonBase_PopUp_C"); \ -static_assert(sizeof(UWBP_ButtonBase_PopUp_C) == 0x0003D0, "Wrong size on UWBP_ButtonBase_PopUp_C"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ButtonBase_PopUp_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Button) == 0x000300, "Member 'UWBP_ButtonBase_PopUp_C::Button' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, SizeBox_0) == 0x000308, "Member 'UWBP_ButtonBase_PopUp_C::SizeBox_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, WBP_RichText) == 0x000310, "Member 'UWBP_ButtonBase_PopUp_C::WBP_RichText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, OnClicked) == 0x000318, "Member 'UWBP_ButtonBase_PopUp_C::OnClicked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, OnFocusOn) == 0x000328, "Member 'UWBP_ButtonBase_PopUp_C::OnFocusOn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, OnFocusOff) == 0x000338, "Member 'UWBP_ButtonBase_PopUp_C::OnFocusOff' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Button_Text) == 0x000348, "Member 'UWBP_ButtonBase_PopUp_C::Button_Text' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Focused) == 0x000358, "Member 'UWBP_ButtonBase_PopUp_C::Focused' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, FocusedSound) == 0x000360, "Member 'UWBP_ButtonBase_PopUp_C::FocusedSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, HoveredStyleName) == 0x000368, "Member 'UWBP_ButtonBase_PopUp_C::HoveredStyleName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, NormalStyleName) == 0x000378, "Member 'UWBP_ButtonBase_PopUp_C::NormalStyleName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, TextPadding) == 0x000388, "Member 'UWBP_ButtonBase_PopUp_C::TextPadding' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Background_Color) == 0x000398, "Member 'UWBP_ButtonBase_PopUp_C::Background_Color' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, Hover_Bg_Color) == 0x0003A8, "Member 'UWBP_ButtonBase_PopUp_C::Hover_Bg_Color' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, ValidationSound) == 0x0003B8, "Member 'UWBP_ButtonBase_PopUp_C::ValidationSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, HoverSound) == 0x0003C0, "Member 'UWBP_ButtonBase_PopUp_C::HoverSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_PopUp_C, MinDesiredWidthOverride) == 0x0003C8, "Member 'UWBP_ButtonBase_PopUp_C::MinDesiredWidthOverride' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer \ -static_assert(alignof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer) == 0x000004, "Wrong alignment on WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer"); \ -static_assert(sizeof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer) == 0x000008, "Wrong size on WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer, EntryPoint) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Credits_SpecialContainer_C_ExecuteUbergraph_WBP_Credits_SpecialContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_PreConstruct \ -static_assert(alignof(WBP_Credits_SpecialContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Credits_SpecialContainer_C_PreConstruct"); \ -static_assert(sizeof(WBP_Credits_SpecialContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_Credits_SpecialContainer_C_PreConstruct"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_SetCreditData \ -static_assert(alignof(WBP_Credits_SpecialContainer_C_SetCreditData) == 0x000008, "Wrong alignment on WBP_Credits_SpecialContainer_C_SetCreditData"); \ -static_assert(sizeof(WBP_Credits_SpecialContainer_C_SetCreditData) == 0x000048, "Wrong size on WBP_Credits_SpecialContainer_C_SetCreditData"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetCreditData, NewCreditsSpecialStruct) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_SetCreditData::NewCreditsSpecialStruct' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_SetImage \ -static_assert(alignof(WBP_Credits_SpecialContainer_C_SetImage) == 0x000008, "Wrong alignment on WBP_Credits_SpecialContainer_C_SetImage"); \ -static_assert(sizeof(WBP_Credits_SpecialContainer_C_SetImage) == 0x000038, "Wrong size on WBP_Credits_SpecialContainer_C_SetImage"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000008, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_AsTexture_2D) == 0x000010, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_AsTexture_2D_1) == 0x000020, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WBP_Credits_SpecialContainer_C_SetImage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00002A, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetImage, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000030, "Member 'WBP_Credits_SpecialContainer_C_SetImage::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_SpecialContainer_C_SetText \ -static_assert(alignof(WBP_Credits_SpecialContainer_C_SetText) == 0x000008, "Wrong alignment on WBP_Credits_SpecialContainer_C_SetText"); \ -static_assert(sizeof(WBP_Credits_SpecialContainer_C_SetText) == 0x000020, "Wrong size on WBP_Credits_SpecialContainer_C_SetText"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetText, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_Credits_SpecialContainer_C_SetText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_SpecialContainer_C_SetText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000010, "Member 'WBP_Credits_SpecialContainer_C_SetText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Credits_SpecialContainer_C \ -static_assert(alignof(UWBP_Credits_SpecialContainer_C) == 0x000008, "Wrong alignment on UWBP_Credits_SpecialContainer_C"); \ -static_assert(sizeof(UWBP_Credits_SpecialContainer_C) == 0x000360, "Wrong size on UWBP_Credits_SpecialContainer_C"); \ -static_assert(offsetof(UWBP_Credits_SpecialContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Credits_SpecialContainer_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_SpecialContainer_C, Special_Image) == 0x000300, "Member 'UWBP_Credits_SpecialContainer_C::Special_Image' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_SpecialContainer_C, WBP_RichText_Text) == 0x000308, "Member 'UWBP_Credits_SpecialContainer_C::WBP_RichText_Text' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_SpecialContainer_C, WBP_RichText_Title) == 0x000310, "Member 'UWBP_Credits_SpecialContainer_C::WBP_RichText_Title' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_SpecialContainer_C, CreditData) == 0x000318, "Member 'UWBP_Credits_SpecialContainer_C::CreditData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsCompanyName_C_SetCompanyName \ -static_assert(alignof(WBP_CreditsCompanyName_C_SetCompanyName) == 0x000008, "Wrong alignment on WBP_CreditsCompanyName_C_SetCompanyName"); \ -static_assert(sizeof(WBP_CreditsCompanyName_C_SetCompanyName) == 0x000020, "Wrong size on WBP_CreditsCompanyName_C_SetCompanyName"); \ -static_assert(offsetof(WBP_CreditsCompanyName_C_SetCompanyName, CompanyName) == 0x000000, "Member 'WBP_CreditsCompanyName_C_SetCompanyName::CompanyName' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsCompanyName_C_SetCompanyName, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_CreditsCompanyName_C_SetCompanyName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CreditsCompanyName_C \ -static_assert(alignof(UWBP_CreditsCompanyName_C) == 0x000008, "Wrong alignment on UWBP_CreditsCompanyName_C"); \ -static_assert(sizeof(UWBP_CreditsCompanyName_C) == 0x000300, "Wrong size on UWBP_CreditsCompanyName_C"); \ -static_assert(offsetof(UWBP_CreditsCompanyName_C, WBP_RichText) == 0x0002F8, "Member 'UWBP_CreditsCompanyName_C::WBP_RichText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip \ -static_assert(alignof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip) == 0x000008, "Wrong alignment on WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip"); \ -static_assert(sizeof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip) == 0x000038, "Wrong size on WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip"); \ -static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, EntryPoint) == 0x000000, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, K2Node_CustomEvent_TooltipText) == 0x000020, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::K2Node_CustomEvent_TooltipText' has a wrong offset!"); \ -static_assert(offsetof(WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip, CallFunc_GetUIController_ReturnValue) == 0x000030, "Member 'WBP_Tooltip_C_ExecuteUbergraph_WBP_Tooltip::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Tooltip_C_OnTooltipTextChanged \ -static_assert(alignof(WBP_Tooltip_C_OnTooltipTextChanged) == 0x000008, "Wrong alignment on WBP_Tooltip_C_OnTooltipTextChanged"); \ -static_assert(sizeof(WBP_Tooltip_C_OnTooltipTextChanged) == 0x000010, "Wrong size on WBP_Tooltip_C_OnTooltipTextChanged"); \ -static_assert(offsetof(WBP_Tooltip_C_OnTooltipTextChanged, ToolTipText_0) == 0x000000, "Member 'WBP_Tooltip_C_OnTooltipTextChanged::ToolTipText_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Tooltip_C_PreConstruct \ -static_assert(alignof(WBP_Tooltip_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Tooltip_C_PreConstruct"); \ -static_assert(sizeof(WBP_Tooltip_C_PreConstruct) == 0x000001, "Wrong size on WBP_Tooltip_C_PreConstruct"); \ -static_assert(offsetof(WBP_Tooltip_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Tooltip_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Tooltip_C \ -static_assert(alignof(UWBP_Tooltip_C) == 0x000008, "Wrong alignment on UWBP_Tooltip_C"); \ -static_assert(sizeof(UWBP_Tooltip_C) == 0x000308, "Wrong size on UWBP_Tooltip_C"); \ -static_assert(offsetof(UWBP_Tooltip_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Tooltip_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Tooltip_C, WBP_RichText) == 0x000300, "Member 'UWBP_Tooltip_C::WBP_RichText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer \ -static_assert(alignof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer) == 0x000004, "Wrong alignment on WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer"); \ -static_assert(sizeof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer) == 0x000008, "Wrong size on WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer, EntryPoint) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CreditsDepartmentContainer_C_ExecuteUbergraph_WBP_CreditsDepartmentContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_PreConstruct \ -static_assert(alignof(WBP_CreditsDepartmentContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CreditsDepartmentContainer_C_PreConstruct"); \ -static_assert(sizeof(WBP_CreditsDepartmentContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_CreditsDepartmentContainer_C_PreConstruct"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_SetDepartment \ -static_assert(alignof(WBP_CreditsDepartmentContainer_C_SetDepartment) == 0x000008, "Wrong alignment on WBP_CreditsDepartmentContainer_C_SetDepartment"); \ -static_assert(sizeof(WBP_CreditsDepartmentContainer_C_SetDepartment) == 0x0000B8, "Wrong size on WBP_CreditsDepartmentContainer_C_SetDepartment"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_IsEmpty_ReturnValue) == 0x00003C, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_SpawnObject_ReturnValue) == 0x000068, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000070, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_AddChild_ReturnValue) == 0x000078, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_BooleanAND_ReturnValue) == 0x000080, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_string_Variable) == 0x000088, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_string_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_bool_Variable) == 0x000098, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, K2Node_Select_Default) == 0x0000A0, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetDepartment, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'WBP_CreditsDepartmentContainer_C_SetDepartment::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsDepartmentContainer_C_SetUpDepartmentData \ -static_assert(alignof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData) == 0x000008, "Wrong alignment on WBP_CreditsDepartmentContainer_C_SetUpDepartmentData"); \ -static_assert(sizeof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData) == 0x000020, "Wrong size on WBP_CreditsDepartmentContainer_C_SetUpDepartmentData"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData, DepartmentName_0) == 0x000000, "Member 'WBP_CreditsDepartmentContainer_C_SetUpDepartmentData::DepartmentName_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsDepartmentContainer_C_SetUpDepartmentData, TeamMembers_0) == 0x000010, "Member 'WBP_CreditsDepartmentContainer_C_SetUpDepartmentData::TeamMembers_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CreditsDepartmentContainer_C \ -static_assert(alignof(UWBP_CreditsDepartmentContainer_C) == 0x000008, "Wrong alignment on UWBP_CreditsDepartmentContainer_C"); \ -static_assert(sizeof(UWBP_CreditsDepartmentContainer_C) == 0x000330, "Wrong size on UWBP_CreditsDepartmentContainer_C"); \ -static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsDepartmentContainer_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, DepartmenContainer) == 0x000300, "Member 'UWBP_CreditsDepartmentContainer_C::DepartmenContainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, WBP_RichText) == 0x000308, "Member 'UWBP_CreditsDepartmentContainer_C::WBP_RichText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, DepartmentName) == 0x000310, "Member 'UWBP_CreditsDepartmentContainer_C::DepartmentName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsDepartmentContainer_C, TeamMembers) == 0x000320, "Member 'UWBP_CreditsDepartmentContainer_C::TeamMembers' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer \ -static_assert(alignof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer) == 0x000004, "Wrong alignment on WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer"); \ -static_assert(sizeof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer) == 0x000008, "Wrong size on WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer"); \ -static_assert(offsetof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer, EntryPoint) == 0x000000, "Member 'WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CreditsContainer_C_ExecuteUbergraph_WBP_CreditsContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_Init \ -static_assert(alignof(WBP_CreditsContainer_C_Init) == 0x000008, "Wrong alignment on WBP_CreditsContainer_C_Init"); \ -static_assert(sizeof(WBP_CreditsContainer_C_Init) == 0x000070, "Wrong size on WBP_CreditsContainer_C_Init"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CreditsContainer_C_Init::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'WBP_CreditsContainer_C_Init::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000018, "Member 'WBP_CreditsContainer_C_Init::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, K2Node_DynamicCast_AsTexture_2D) == 0x000020, "Member 'WBP_CreditsContainer_C_Init::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_CreditsContainer_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_CreditsContainer_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_CreditsContainer_C_Init::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_AddChild_ReturnValue) == 0x000060, "Member 'WBP_CreditsContainer_C_Init::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CreditsContainer_C_Init, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_CreditsContainer_C_Init::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_PreConstruct \ -static_assert(alignof(WBP_CreditsContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CreditsContainer_C_PreConstruct"); \ -static_assert(sizeof(WBP_CreditsContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_CreditsContainer_C_PreConstruct"); \ -static_assert(offsetof(WBP_CreditsContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CreditsContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CreditsContainer_C_SetUpCreditContainer \ -static_assert(alignof(WBP_CreditsContainer_C_SetUpCreditContainer) == 0x000008, "Wrong alignment on WBP_CreditsContainer_C_SetUpCreditContainer"); \ -static_assert(sizeof(WBP_CreditsContainer_C_SetUpCreditContainer) == 0x000048, "Wrong size on WBP_CreditsContainer_C_SetUpCreditContainer"); \ -static_assert(offsetof(WBP_CreditsContainer_C_SetUpCreditContainer, CreditData_0) == 0x000000, "Member 'WBP_CreditsContainer_C_SetUpCreditContainer::CreditData_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CreditsContainer_C \ -static_assert(alignof(UWBP_CreditsContainer_C) == 0x000008, "Wrong alignment on UWBP_CreditsContainer_C"); \ -static_assert(sizeof(UWBP_CreditsContainer_C) == 0x000360, "Wrong size on UWBP_CreditsContainer_C"); \ -static_assert(offsetof(UWBP_CreditsContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CreditsContainer_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsContainer_C, CreditsMainContainer) == 0x000300, "Member 'UWBP_CreditsContainer_C::CreditsMainContainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsContainer_C, WBP_CreditsCompanyImage) == 0x000308, "Member 'UWBP_CreditsContainer_C::WBP_CreditsCompanyImage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsContainer_C, WBP_CreditsCompanyName) == 0x000310, "Member 'UWBP_CreditsContainer_C::WBP_CreditsCompanyName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CreditsContainer_C, CreditData) == 0x000318, "Member 'UWBP_CreditsContainer_C::CreditData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle \ -static_assert(alignof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle"); \ -static_assert(sizeof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle) == 0x000088, "Wrong size on WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, EntryPoint) == 0x000000, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_Event_ChapterTitle) == 0x000040, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_Event_ChapterTitle' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetZGameMode_ReturnValue) == 0x000050, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000058, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000060, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, K2Node_CustomEvent_RespawnOccurence) == 0x00006C, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::K2Node_CustomEvent_RespawnOccurence' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetZGameInstance_ReturnValue) == 0x000070, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetUIController_ReturnValue) == 0x000078, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000080, "Member 'WBP_ChapterTitle_C_ExecuteUbergraph_WBP_ChapterTitle::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_HandleAspectRatio \ -static_assert(alignof(WBP_ChapterTitle_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_ChapterTitle_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_ChapterTitle_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_ChapterTitle_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_ChapterTitle_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_ChapterTitle_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ChapterTitle_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_ChapterTitle_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_OnPlayerRestart_Event \ -static_assert(alignof(WBP_ChapterTitle_C_OnPlayerRestart_Event) == 0x000004, "Wrong alignment on WBP_ChapterTitle_C_OnPlayerRestart_Event"); \ -static_assert(sizeof(WBP_ChapterTitle_C_OnPlayerRestart_Event) == 0x000004, "Wrong size on WBP_ChapterTitle_C_OnPlayerRestart_Event"); \ -static_assert(offsetof(WBP_ChapterTitle_C_OnPlayerRestart_Event, RespawnOccurence) == 0x000000, "Member 'WBP_ChapterTitle_C_OnPlayerRestart_Event::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_SetChapterText \ -static_assert(alignof(WBP_ChapterTitle_C_SetChapterText) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_SetChapterText"); \ -static_assert(sizeof(WBP_ChapterTitle_C_SetChapterText) == 0x000010, "Wrong size on WBP_ChapterTitle_C_SetChapterText"); \ -static_assert(offsetof(WBP_ChapterTitle_C_SetChapterText, NewChapterText) == 0x000000, "Member 'WBP_ChapterTitle_C_SetChapterText::NewChapterText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ChapterTitle_C_SetChapterTitle \ -static_assert(alignof(WBP_ChapterTitle_C_SetChapterTitle) == 0x000008, "Wrong alignment on WBP_ChapterTitle_C_SetChapterTitle"); \ -static_assert(sizeof(WBP_ChapterTitle_C_SetChapterTitle) == 0x000010, "Wrong size on WBP_ChapterTitle_C_SetChapterTitle"); \ -static_assert(offsetof(WBP_ChapterTitle_C_SetChapterTitle, ChapterTitle) == 0x000000, "Member 'WBP_ChapterTitle_C_SetChapterTitle::ChapterTitle' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ChapterTitle_C \ -static_assert(alignof(UWBP_ChapterTitle_C) == 0x000008, "Wrong alignment on UWBP_ChapterTitle_C"); \ -static_assert(sizeof(UWBP_ChapterTitle_C) == 0x000320, "Wrong size on UWBP_ChapterTitle_C"); \ -static_assert(offsetof(UWBP_ChapterTitle_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ChapterTitle_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterTitle_C, FadeOut) == 0x000300, "Member 'UWBP_ChapterTitle_C::FadeOut' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterTitle_C, FadeIn) == 0x000308, "Member 'UWBP_ChapterTitle_C::FadeIn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterTitle_C, SizeBox_AspectRatio) == 0x000310, "Member 'UWBP_ChapterTitle_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ChapterTitle_C, WBP_RichText) == 0x000318, "Member 'UWBP_ChapterTitle_C::WBP_RichText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Dialogue_C_DisplayDialogue \ -static_assert(alignof(WBP_Dialogue_C_DisplayDialogue) == 0x000008, "Wrong alignment on WBP_Dialogue_C_DisplayDialogue"); \ -static_assert(sizeof(WBP_Dialogue_C_DisplayDialogue) == 0x0000C8, "Wrong size on WBP_Dialogue_C_DisplayDialogue"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_Dialogue_C_DisplayDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, Temp_delegate_Variable) == 0x000010, "Member 'WBP_Dialogue_C_DisplayDialogue::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GetDialogueData_ReturnValue) == 0x000030, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GetDialogueData_ReturnValue_1) == 0x000040, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GetDialogueData_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000050, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GetCharacterArrayFromString_ReturnValue) == 0x000068, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GetCharacterArrayFromString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000078, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Len_ReturnValue) == 0x000088, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Len_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000A0, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, Temp_int_Variable) == 0x0000B8, "Member 'WBP_Dialogue_C_DisplayDialogue::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayDialogue, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_Dialogue_C_DisplayDialogue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Dialogue_C_DisplayNextDialogueLine \ -static_assert(alignof(WBP_Dialogue_C_DisplayNextDialogueLine) == 0x000008, "Wrong alignment on WBP_Dialogue_C_DisplayNextDialogueLine"); \ -static_assert(sizeof(WBP_Dialogue_C_DisplayNextDialogueLine) == 0x000060, "Wrong size on WBP_Dialogue_C_DisplayNextDialogueLine"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, Temp_int_Variable) == 0x000000, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_GetDialogueData_ReturnValue) == 0x000008, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_GetDialogueData_ReturnValue_1) == 0x000018, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_GetDialogueData_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000028, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, Temp_delegate_Variable) == 0x000048, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_DisplayNextDialogueLine, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'WBP_Dialogue_C_DisplayNextDialogueLine::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue \ -static_assert(alignof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue) == 0x000008, "Wrong alignment on WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue"); \ -static_assert(sizeof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue) == 0x000108, "Wrong size on WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, EntryPoint) == 0x000000, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000008, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000028, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00002C, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000030, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000039, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_object_Variable) == 0x000040, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable) == 0x000048, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable_0) == 0x000050, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable_1) == 0x000058, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_bool_Variable) == 0x000060, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, Temp_real_Variable_1_0) == 0x000068, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::Temp_real_Variable_1_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetDialogueData_ReturnValue) == 0x000070, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetDialogueData_ReturnValue_1) == 0x000080, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetDialogueData_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_TextToString_ReturnValue) == 0x000098, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Len_ReturnValue) == 0x0000A8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Len_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000B0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000C0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Len_ReturnValue_1) == 0x0000D8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, K2Node_Event_IsDesignTime) == 0x0000DC, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Less_IntInt_ReturnValue) == 0x0000DD, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetTextStyleSet_ReturnValue) == 0x0000E0, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetTextStyleSet_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_GetDisplayName_ReturnValue) == 0x0000E8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F8, "Member 'WBP_Dialogue_C_ExecuteUbergraph_WBP_Dialogue::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0 \ -static_assert(alignof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(sizeof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_Dialogue_C_InpActEvt_IA_UI_Accept_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Dialogue_C_PreConstruct \ -static_assert(alignof(WBP_Dialogue_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Dialogue_C_PreConstruct"); \ -static_assert(sizeof(WBP_Dialogue_C_PreConstruct) == 0x000001, "Wrong size on WBP_Dialogue_C_PreConstruct"); \ -static_assert(offsetof(WBP_Dialogue_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Dialogue_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Dialogue_C_StartDialogue \ -static_assert(alignof(WBP_Dialogue_C_StartDialogue) == 0x000008, "Wrong alignment on WBP_Dialogue_C_StartDialogue"); \ -static_assert(sizeof(WBP_Dialogue_C_StartDialogue) == 0x000040, "Wrong size on WBP_Dialogue_C_StartDialogue"); \ -static_assert(offsetof(WBP_Dialogue_C_StartDialogue, Temp_delegate_Variable) == 0x000000, "Member 'WBP_Dialogue_C_StartDialogue::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_StartDialogue, CallFunc_GetDialogueData_ReturnValue) == 0x000010, "Member 'WBP_Dialogue_C_StartDialogue::CallFunc_GetDialogueData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_StartDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_Dialogue_C_StartDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_StartDialogue, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_Dialogue_C_StartDialogue::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Dialogue_C_StartDialogue, CallFunc_PostEvent_ReturnValue) == 0x000038, "Member 'WBP_Dialogue_C_StartDialogue::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Dialogue_C \ -static_assert(alignof(UWBP_Dialogue_C) == 0x000008, "Wrong alignment on UWBP_Dialogue_C"); \ -static_assert(sizeof(UWBP_Dialogue_C) == 0x000358, "Wrong size on UWBP_Dialogue_C"); \ -static_assert(offsetof(UWBP_Dialogue_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Dialogue_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, DialogueText) == 0x000300, "Member 'UWBP_Dialogue_C::DialogueText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, DialogueData) == 0x000308, "Member 'UWBP_Dialogue_C::DialogueData' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, TempDialogueString) == 0x000310, "Member 'UWBP_Dialogue_C::TempDialogueString' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, bDialogueStarted) == 0x000320, "Member 'UWBP_Dialogue_C::bDialogueStarted' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, CurrentReadingIndex) == 0x000324, "Member 'UWBP_Dialogue_C::CurrentReadingIndex' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, CurrentDialogueIndex) == 0x000328, "Member 'UWBP_Dialogue_C::CurrentDialogueIndex' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, DialogueTimerHandle) == 0x000330, "Member 'UWBP_Dialogue_C::DialogueTimerHandle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, OnDialogueDone) == 0x000338, "Member 'UWBP_Dialogue_C::OnDialogueDone' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, TextStyle) == 0x000348, "Member 'UWBP_Dialogue_C::TextStyle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Dialogue_C, bUseTypingSound) == 0x000350, "Member 'UWBP_Dialogue_C::bUseTypingSound' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen \ -static_assert(alignof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen) == 0x000004, "Wrong alignment on WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen"); \ -static_assert(sizeof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen) == 0x000008, "Wrong size on WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen"); \ -static_assert(offsetof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen, EntryPoint) == 0x000000, "Member 'WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ConsolControllerScreen_C_ExecuteUbergraph_WBP_ConsolControllerScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ConsolControllerScreen_C_PreConstruct \ -static_assert(alignof(WBP_ConsolControllerScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ConsolControllerScreen_C_PreConstruct"); \ -static_assert(sizeof(WBP_ConsolControllerScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_ConsolControllerScreen_C_PreConstruct"); \ -static_assert(offsetof(WBP_ConsolControllerScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ConsolControllerScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ConsolControllerScreen_C \ -static_assert(alignof(UWBP_ConsolControllerScreen_C) == 0x000008, "Wrong alignment on UWBP_ConsolControllerScreen_C"); \ -static_assert(sizeof(UWBP_ConsolControllerScreen_C) == 0x000318, "Wrong size on UWBP_ConsolControllerScreen_C"); \ -static_assert(offsetof(UWBP_ConsolControllerScreen_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ConsolControllerScreen_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ConsolControllerScreen_C, ControllerTentacleImage) == 0x000300, "Member 'UWBP_ConsolControllerScreen_C::ControllerTentacleImage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ConsolControllerScreen_C, TextBackGround) == 0x000308, "Member 'UWBP_ConsolControllerScreen_C::TextBackGround' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ConsolControllerScreen_C, WBP_RichText) == 0x000310, "Member 'UWBP_ConsolControllerScreen_C::WBP_RichText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity \ -static_assert(alignof(WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity) == 0x000004, "Wrong alignment on WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity"); \ -static_assert(sizeof(WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity) == 0x000004, "Wrong size on WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity"); \ -static_assert(offsetof(WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity, EntryPoint) == 0x000000, "Member 'WBP_WarningSensitivity_C_ExecuteUbergraph_WBP_WarningSensitivity::EntryPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_WarningSensitivity_C \ -static_assert(alignof(UWBP_WarningSensitivity_C) == 0x000008, "Wrong alignment on UWBP_WarningSensitivity_C"); \ -static_assert(sizeof(UWBP_WarningSensitivity_C) == 0x000328, "Wrong size on UWBP_WarningSensitivity_C"); \ -static_assert(offsetof(UWBP_WarningSensitivity_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_WarningSensitivity_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WarningSensitivity_C, WarningPlaceHolder) == 0x000300, "Member 'UWBP_WarningSensitivity_C::WarningPlaceHolder' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WarningSensitivity_C, Image_0) == 0x000308, "Member 'UWBP_WarningSensitivity_C::Image_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WarningSensitivity_C, TextBackGround) == 0x000310, "Member 'UWBP_WarningSensitivity_C::TextBackGround' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WarningSensitivity_C, WBP_RichText) == 0x000318, "Member 'UWBP_WarningSensitivity_C::WBP_RichText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WarningSensitivity_C, WBP_RichText_Warning) == 0x000320, "Member 'UWBP_WarningSensitivity_C::WBP_RichText_Warning' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_SlingshotTarget_C \ -static_assert(alignof(ABP_SlingshotTarget_C) == 0x000008, "Wrong alignment on ABP_SlingshotTarget_C"); \ -static_assert(sizeof(ABP_SlingshotTarget_C) == 0x0002A8, "Wrong size on ABP_SlingshotTarget_C"); \ -static_assert(offsetof(ABP_SlingshotTarget_C, Billboard) == 0x000290, "Member 'ABP_SlingshotTarget_C::Billboard' has a wrong offset!"); \ -static_assert(offsetof(ABP_SlingshotTarget_C, Arrow) == 0x000298, "Member 'ABP_SlingshotTarget_C::Arrow' has a wrong offset!"); \ -static_assert(offsetof(ABP_SlingshotTarget_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_SlingshotTarget_C::DefaultSceneRoot' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature \ -static_assert(alignof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature"); \ -static_assert(sizeof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature) == 0x000018, "Wrong size on WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature"); \ -static_assert(offsetof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_ComboBox_C_BndEvt__WBP_ComboBox_ComboString_K2Node_ComponentBoundEvent_0_OnSelectionChangedEvent__DelegateSignature::SelectionType' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox \ -static_assert(alignof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox) == 0x000010, "Wrong alignment on WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox"); \ -static_assert(sizeof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox) == 0x002300, "Wrong size on WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, EntryPoint) == 0x000000, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, Temp_delegate_Variable_2) == 0x00002C, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_PostEvent_ReturnValue_2) == 0x00003C, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_Event_InFocusEvent_1) == 0x000050, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_Event_InFocusEvent) == 0x000058, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_SlateBrush) == 0x000060, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ButtonStyle) == 0x000130, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboButtonStyle) == 0x000520, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_SlateBrush_1) == 0x000B20, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboBoxStyle) == 0x000BF0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboBoxStyle' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ButtonStyle_1) == 0x001250, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ButtonStyle_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboButtonStyle_1) == 0x001640, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboButtonStyle_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_ComponentBoundEvent_SelectedItem) == 0x001C40, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_ComponentBoundEvent_SelectionType) == 0x001C50, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_MakeStruct_ComboBoxStyle_1) == 0x001C60, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_MakeStruct_ComboBoxStyle_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_FindOptionIndex_ReturnValue) == 0x0022C0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_FindOptionIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetZGameInstance_ReturnValue) == 0x0022C8, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetUIController_ReturnValue) == 0x0022D0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, K2Node_CustomEvent_NewCulture) == 0x0022D8, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetZGameInstance_ReturnValue_1) == 0x0022E8, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox, CallFunc_GetUIController_ReturnValue_1) == 0x0022F0, "Member 'WBP_ComboBox_C_ExecuteUbergraph_WBP_ComboBox::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ComboBox_C_InitComboBox \ -static_assert(alignof(WBP_ComboBox_C_InitComboBox) == 0x000008, "Wrong alignment on WBP_ComboBox_C_InitComboBox"); \ -static_assert(sizeof(WBP_ComboBox_C_InitComboBox) == 0x000040, "Wrong size on WBP_ComboBox_C_InitComboBox"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ComboBox_C_InitComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ComboBox_C_InitComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_InitComboBox, CallFunc_Array_IsEmpty_ReturnValue) == 0x000039, "Member 'WBP_ComboBox_C_InitComboBox::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_ComboBox_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ComboBox_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_ComboBox_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ComboBox_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_ComboBox_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ComboBox_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnCultureChanged \ -static_assert(alignof(WBP_ComboBox_C_OnCultureChanged) == 0x000004, "Wrong alignment on WBP_ComboBox_C_OnCultureChanged"); \ -static_assert(sizeof(WBP_ComboBox_C_OnCultureChanged) == 0x000008, "Wrong size on WBP_ComboBox_C_OnCultureChanged"); \ -static_assert(offsetof(WBP_ComboBox_C_OnCultureChanged, CallFunc_GetSelectedIndex_ReturnValue) == 0x000000, "Member 'WBP_ComboBox_C_OnCultureChanged::CallFunc_GetSelectedIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ComboBox_C_OnCultureChanged, CallFunc_Array_IsEmpty_ReturnValue) == 0x000004, "Member 'WBP_ComboBox_C_OnCultureChanged::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnCultureChanged_Event \ -static_assert(alignof(WBP_ComboBox_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_ComboBox_C_OnCultureChanged_Event"); \ -static_assert(sizeof(WBP_ComboBox_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_ComboBox_C_OnCultureChanged_Event"); \ -static_assert(offsetof(WBP_ComboBox_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_ComboBox_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ComboBox_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_ComboBox_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ComboBox_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_ComboBox_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ComboBox_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_ComboBox_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ComboBox_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ComboBox_C \ -static_assert(alignof(UWBP_ComboBox_C) == 0x000008, "Wrong alignment on UWBP_ComboBox_C"); \ -static_assert(sizeof(UWBP_ComboBox_C) == 0x000368, "Wrong size on UWBP_ComboBox_C"); \ -static_assert(offsetof(UWBP_ComboBox_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ComboBox_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ComboBox_C, ComboString) == 0x000300, "Member 'UWBP_ComboBox_C::ComboString' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ComboBox_C, SelectecTint) == 0x000308, "Member 'UWBP_ComboBox_C::SelectecTint' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ComboBox_C, NormalTint) == 0x00031C, "Member 'UWBP_ComboBox_C::NormalTint' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ComboBox_C, OnSelectionChanged) == 0x000330, "Member 'UWBP_ComboBox_C::OnSelectionChanged' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ComboBox_C, OverrideOptions) == 0x000340, "Member 'UWBP_ComboBox_C::OverrideOptions' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ComboBox_C, BaseOptions) == 0x000350, "Member 'UWBP_ComboBox_C::BaseOptions' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ComboBox_C, CurrentIndex) == 0x000360, "Member 'UWBP_ComboBox_C::CurrentIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar \ -static_assert(alignof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar) == 0x000004, "Wrong alignment on WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar"); \ -static_assert(sizeof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar) == 0x000008, "Wrong size on WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar"); \ -static_assert(offsetof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar, EntryPoint) == 0x000000, "Member 'WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_RoundProgressBar_C_ExecuteUbergraph_WBP_RoundProgressBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_RoundProgressBar_C_PreConstruct \ -static_assert(alignof(WBP_RoundProgressBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RoundProgressBar_C_PreConstruct"); \ -static_assert(sizeof(WBP_RoundProgressBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_RoundProgressBar_C_PreConstruct"); \ -static_assert(offsetof(WBP_RoundProgressBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RoundProgressBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_RoundProgressBar_C_SetPercent \ -static_assert(alignof(WBP_RoundProgressBar_C_SetPercent) == 0x000008, "Wrong alignment on WBP_RoundProgressBar_C_SetPercent"); \ -static_assert(sizeof(WBP_RoundProgressBar_C_SetPercent) == 0x000020, "Wrong size on WBP_RoundProgressBar_C_SetPercent"); \ -static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, Percent_0) == 0x000000, "Member 'WBP_RoundProgressBar_C_SetPercent::Percent_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_RoundProgressBar_C_SetPercent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_RoundProgressBar_C_SetPercent::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_RoundProgressBar_C_SetPercent, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000018, "Member 'WBP_RoundProgressBar_C_SetPercent::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_RoundProgressBar_C \ -static_assert(alignof(UWBP_RoundProgressBar_C) == 0x000008, "Wrong alignment on UWBP_RoundProgressBar_C"); \ -static_assert(sizeof(UWBP_RoundProgressBar_C) == 0x000300, "Wrong size on UWBP_RoundProgressBar_C"); \ -static_assert(offsetof(UWBP_RoundProgressBar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_RoundProgressBar_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_RoundProgressBar_C, RPB) == 0x0002E8, "Member 'UWBP_RoundProgressBar_C::RPB' has a wrong offset!"); \ -static_assert(offsetof(UWBP_RoundProgressBar_C, RoundPBinst) == 0x0002F0, "Member 'UWBP_RoundProgressBar_C::RoundPBinst' has a wrong offset!"); \ -static_assert(offsetof(UWBP_RoundProgressBar_C, Percent) == 0x0002F8, "Member 'UWBP_RoundProgressBar_C::Percent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition \ -static_assert(alignof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition) == 0x000004, "Wrong alignment on WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition"); \ -static_assert(sizeof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition) == 0x000040, "Wrong size on WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition, EntryPoint) == 0x000000, "Member 'WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition::K2Node_Event_MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition::K2Node_Event_InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DebugCameraPosition_C_Tick \ -static_assert(alignof(WBP_DebugCameraPosition_C_Tick) == 0x000004, "Wrong alignment on WBP_DebugCameraPosition_C_Tick"); \ -static_assert(sizeof(WBP_DebugCameraPosition_C_Tick) == 0x00003C, "Wrong size on WBP_DebugCameraPosition_C_Tick"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_DebugCameraPosition_C_Tick::MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_DebugCameraPosition_C_Tick::InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DebugCameraPosition_C_Update \ -static_assert(alignof(WBP_DebugCameraPosition_C_Update) == 0x000008, "Wrong alignment on WBP_DebugCameraPosition_C_Update"); \ -static_assert(sizeof(WBP_DebugCameraPosition_C_Update) == 0x0001F0, "Wrong size on WBP_DebugCameraPosition_C_Update"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, LastModOverlap) == 0x000000, "Member 'WBP_DebugCameraPosition_C_Update::LastModOverlap' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, LastZoneOverlap) == 0x000010, "Member 'WBP_DebugCameraPosition_C_Update::LastZoneOverlap' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, NbOverlapsMods) == 0x000020, "Member 'WBP_DebugCameraPosition_C_Update::NbOverlapsMods' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, NbOverlapsZone) == 0x000024, "Member 'WBP_DebugCameraPosition_C_Update::NbOverlapsZone' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000048, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerCamera_ReturnValue) == 0x000050, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerCamera_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetModifier_ReturnValue) == 0x000058, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetModifier_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetState_ReturnValue) == 0x000060, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetDisplayName_ReturnValue) == 0x000088, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000AC, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_IntToString_ReturnValue) == 0x0000B0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsOverlappingActor_ReturnValue) == 0x000108, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000111, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000118, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000128, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000138, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000148, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue_3) == 0x000158, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000160, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerCamera_ReturnValue_1) == 0x000170, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerCamera_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Get_Item_1) == 0x000178, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetZoneOwner_ReturnValue) == 0x000180, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetZoneOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsValid_ReturnValue_1) == 0x000188, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetDisplayName_ReturnValue_1) == 0x000190, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsOverlappingActor_ReturnValue_1) == 0x0001A0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsOverlappingActor_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001A8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001B8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Length_ReturnValue_1) == 0x0001D0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_VectorToText_ReturnValue) == 0x0001D8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_VectorToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_DebugCameraPosition_C \ -static_assert(alignof(UWBP_DebugCameraPosition_C) == 0x000008, "Wrong alignment on UWBP_DebugCameraPosition_C"); \ -static_assert(sizeof(UWBP_DebugCameraPosition_C) == 0x000330, "Wrong size on UWBP_DebugCameraPosition_C"); \ -static_assert(offsetof(UWBP_DebugCameraPosition_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_DebugCameraPosition_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_CurrentMod) == 0x000300, "Member 'UWBP_DebugCameraPosition_C::Text_CurrentMod' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_CurrentZoneOwner) == 0x000308, "Member 'UWBP_DebugCameraPosition_C::Text_CurrentZoneOwner' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_ModTag) == 0x000310, "Member 'UWBP_DebugCameraPosition_C::Text_ModTag' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_Position) == 0x000318, "Member 'UWBP_DebugCameraPosition_C::Text_Position' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_State) == 0x000320, "Member 'UWBP_DebugCameraPosition_C::Text_State' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_Zone) == 0x000328, "Member 'UWBP_DebugCameraPosition_C::Text_Zone' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UDamage_Burn_C \ -static_assert(alignof(UDamage_Burn_C) == 0x000008, "Wrong alignment on UDamage_Burn_C"); \ -static_assert(sizeof(UDamage_Burn_C) == 0x000040, "Wrong size on UDamage_Burn_C"); \ - -#define DUMPER7_ASSERTS_UBP_TrophiesSystem_C \ -static_assert(alignof(UBP_TrophiesSystem_C) == 0x000008, "Wrong alignment on UBP_TrophiesSystem_C"); \ -static_assert(sizeof(UBP_TrophiesSystem_C) == 0x000088, "Wrong size on UBP_TrophiesSystem_C"); \ - -#define DUMPER7_ASSERTS_WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget \ -static_assert(alignof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget) == 0x000008, "Wrong alignment on WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget"); \ -static_assert(sizeof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget) == 0x000020, "Wrong size on WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget"); \ -static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, EntryPoint) == 0x000000, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, CallFunc_AreSubtitlesEnabled_ReturnValue) == 0x000014, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::CallFunc_AreSubtitlesEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000018, "Member 'WBP_SubtitleWidget_C_ExecuteUbergraph_WBP_SubtitleWidget::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SubtitleWidget_C_HandleAspectRatio \ -static_assert(alignof(WBP_SubtitleWidget_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_SubtitleWidget_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_SubtitleWidget_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_SubtitleWidget_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_SubtitleWidget_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_SubtitleWidget_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SubtitleWidget_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_SubtitleWidget_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SubtitleWidget_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_SubtitleWidget_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SubtitleWidget_C \ -static_assert(alignof(UWBP_SubtitleWidget_C) == 0x000008, "Wrong alignment on UWBP_SubtitleWidget_C"); \ -static_assert(sizeof(UWBP_SubtitleWidget_C) == 0x000328, "Wrong size on UWBP_SubtitleWidget_C"); \ -static_assert(offsetof(UWBP_SubtitleWidget_C, UberGraphFrame) == 0x000308, "Member 'UWBP_SubtitleWidget_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SubtitleWidget_C, RetainerBox_0) == 0x000310, "Member 'UWBP_SubtitleWidget_C::RetainerBox_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SubtitleWidget_C, SizeBox_AspectRatio) == 0x000318, "Member 'UWBP_SubtitleWidget_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SubtitleWidget_C, WBP_RichText) == 0x000320, "Member 'UWBP_SubtitleWidget_C::WBP_RichText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelectionImage_C_IsSelected \ -static_assert(alignof(WBP_SkinSelectionImage_C_IsSelected) == 0x000001, "Wrong alignment on WBP_SkinSelectionImage_C_IsSelected"); \ -static_assert(sizeof(WBP_SkinSelectionImage_C_IsSelected) == 0x000001, "Wrong size on WBP_SkinSelectionImage_C_IsSelected"); \ -static_assert(offsetof(WBP_SkinSelectionImage_C_IsSelected, Selected) == 0x000000, "Member 'WBP_SkinSelectionImage_C_IsSelected::Selected' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelectionImage_C_SetHovered \ -static_assert(alignof(WBP_SkinSelectionImage_C_SetHovered) == 0x000004, "Wrong alignment on WBP_SkinSelectionImage_C_SetHovered"); \ -static_assert(sizeof(WBP_SkinSelectionImage_C_SetHovered) == 0x000004, "Wrong size on WBP_SkinSelectionImage_C_SetHovered"); \ -static_assert(offsetof(WBP_SkinSelectionImage_C_SetHovered, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000000, "Member 'WBP_SkinSelectionImage_C_SetHovered::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelectionImage_C_SetUnhovered \ -static_assert(alignof(WBP_SkinSelectionImage_C_SetUnhovered) == 0x000004, "Wrong alignment on WBP_SkinSelectionImage_C_SetUnhovered"); \ -static_assert(sizeof(WBP_SkinSelectionImage_C_SetUnhovered) == 0x000014, "Wrong size on WBP_SkinSelectionImage_C_SetUnhovered"); \ -static_assert(offsetof(WBP_SkinSelectionImage_C_SetUnhovered, Temp_bool_Variable) == 0x000000, "Member 'WBP_SkinSelectionImage_C_SetUnhovered::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelectionImage_C_SetUnhovered, K2Node_Select_Default) == 0x000004, "Member 'WBP_SkinSelectionImage_C_SetUnhovered::K2Node_Select_Default' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SkinSelectionImage_C \ -static_assert(alignof(UWBP_SkinSelectionImage_C) == 0x000008, "Wrong alignment on UWBP_SkinSelectionImage_C"); \ -static_assert(sizeof(UWBP_SkinSelectionImage_C) == 0x000368, "Wrong size on UWBP_SkinSelectionImage_C"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, CollectibleSelectionImage) == 0x0002F8, "Member 'UWBP_SkinSelectionImage_C::CollectibleSelectionImage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, ID) == 0x000300, "Member 'UWBP_SkinSelectionImage_C::ID' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, UnhoveredColour) == 0x000304, "Member 'UWBP_SkinSelectionImage_C::UnhoveredColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, SelectSkinColour) == 0x000314, "Member 'UWBP_SkinSelectionImage_C::SelectSkinColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, HoveredColour) == 0x000324, "Member 'UWBP_SkinSelectionImage_C::HoveredColour' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, HoveredShearAngle) == 0x000338, "Member 'UWBP_SkinSelectionImage_C::HoveredShearAngle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, UnhoveredSize) == 0x000340, "Member 'UWBP_SkinSelectionImage_C::UnhoveredSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, HoveredSize) == 0x000350, "Member 'UWBP_SkinSelectionImage_C::HoveredSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelectionImage_C, bIsSelected) == 0x000360, "Member 'UWBP_SkinSelectionImage_C::bIsSelected' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight \ -static_assert(alignof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight) == 0x000008, "Wrong alignment on BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight"); \ -static_assert(sizeof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight) == 0x000048, "Wrong size on BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, EntryPoint) == 0x000000, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000008, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000010, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000020, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_SetIntensity_NewIntensity_ImplicitCast) == 0x000040, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_SetIntensity_NewIntensity_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_GreenMatterFootstepsLight_C_ReceiveTick \ -static_assert(alignof(BP_GreenMatterFootstepsLight_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GreenMatterFootstepsLight_C_ReceiveTick"); \ -static_assert(sizeof(BP_GreenMatterFootstepsLight_C_ReceiveTick) == 0x000004, "Wrong size on BP_GreenMatterFootstepsLight_C_ReceiveTick"); \ -static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GreenMatterFootstepsLight_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_GreenMatterFootstepsLight_C \ -static_assert(alignof(ABP_GreenMatterFootstepsLight_C) == 0x000008, "Wrong alignment on ABP_GreenMatterFootstepsLight_C"); \ -static_assert(sizeof(ABP_GreenMatterFootstepsLight_C) == 0x0002C8, "Wrong size on ABP_GreenMatterFootstepsLight_C"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, UberGraphFrame) == 0x000290, "Member 'ABP_GreenMatterFootstepsLight_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, PointLight) == 0x000298, "Member 'ABP_GreenMatterFootstepsLight_C::PointLight' has a wrong offset!"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, _TriggerCapsule) == 0x0002A0, "Member 'ABP_GreenMatterFootstepsLight_C::_TriggerCapsule' has a wrong offset!"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_GreenMatterFootstepsLight_C::DefaultSceneRoot' has a wrong offset!"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, TimelineEaseIn_NewTrack_0_CA70A1844B2CE23933CE5784B4BC7D04) == 0x0002B0, "Member 'ABP_GreenMatterFootstepsLight_C::TimelineEaseIn_NewTrack_0_CA70A1844B2CE23933CE5784B4BC7D04' has a wrong offset!"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, TimelineEaseIn__Direction_CA70A1844B2CE23933CE5784B4BC7D04) == 0x0002B4, "Member 'ABP_GreenMatterFootstepsLight_C::TimelineEaseIn__Direction_CA70A1844B2CE23933CE5784B4BC7D04' has a wrong offset!"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, TimelineEaseIn) == 0x0002B8, "Member 'ABP_GreenMatterFootstepsLight_C::TimelineEaseIn' has a wrong offset!"); \ -static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, Ref_Intensity) == 0x0002C0, "Member 'ABP_GreenMatterFootstepsLight_C::Ref_Intensity' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_ABP_DisguiseCan_C \ static_assert(alignof(ABP_DisguiseCan_C) == 0x000008, "Wrong alignment on ABP_DisguiseCan_C"); \ static_assert(sizeof(ABP_DisguiseCan_C) == 0x0002A0, "Wrong size on ABP_DisguiseCan_C"); \ static_assert(offsetof(ABP_DisguiseCan_C, SM_Can_02) == 0x000290, "Member 'ABP_DisguiseCan_C::SM_Can_02' has a wrong offset!"); \ static_assert(offsetof(ABP_DisguiseCan_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_DisguiseCan_C::DefaultSceneRoot' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UDamage_ElecRed_C \ -static_assert(alignof(UDamage_ElecRed_C) == 0x000008, "Wrong alignment on UDamage_ElecRed_C"); \ -static_assert(sizeof(UDamage_ElecRed_C) == 0x000040, "Wrong size on UDamage_ElecRed_C"); \ +#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture \ +static_assert(alignof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture) == 0x000008, "Wrong alignment on BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture"); \ +static_assert(sizeof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture) == 0x0000B8, "Wrong size on BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, EntryPoint) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetZGameInstance_ReturnValue) == 0x000038, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000040, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_Event_EndPlayReason) == 0x000058, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_4) == 0x00005C, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_5) == 0x00006C, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_6) == 0x00007C, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000090, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetCollectibleSystem_ReturnValue_1) == 0x000098, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetCollectibleSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000A0, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_IsGamePaused_ReturnValue) == 0x0000B0, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_IsMainMenu_ReturnValue) == 0x0000B1, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_IsMainMenu_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_BooleanOR_ReturnValue) == 0x0000B2, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn \ -static_assert(alignof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn) == 0x000008, "Wrong alignment on BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn"); \ -static_assert(sizeof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn) == 0x000018, "Wrong size on BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn"); \ -static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, EntryPoint) == 0x000000, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000004, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000010, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_On_Init_Finished \ +static_assert(alignof(BP_CollectibleViewSceneCapture_C_On_Init_Finished) == 0x000008, "Wrong alignment on BP_CollectibleViewSceneCapture_C_On_Init_Finished"); \ +static_assert(sizeof(BP_CollectibleViewSceneCapture_C_On_Init_Finished) == 0x000110, "Wrong size on BP_CollectibleViewSceneCapture_C_On_Init_Finished"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_On_Init_Finished, CallFunc_Add_VectorVector_ReturnValue) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_On_Init_Finished::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_On_Init_Finished, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000018, "Member 'BP_CollectibleViewSceneCapture_C_On_Init_Finished::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_SpectatorPawn_C \ -static_assert(alignof(ABP_SpectatorPawn_C) == 0x000008, "Wrong alignment on ABP_SpectatorPawn_C"); \ -static_assert(sizeof(ABP_SpectatorPawn_C) == 0x0003B0, "Wrong size on ABP_SpectatorPawn_C"); \ -static_assert(offsetof(ABP_SpectatorPawn_C, UberGraphFrame) == 0x0003A0, "Member 'ABP_SpectatorPawn_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_SpectatorPawn_C, Camera) == 0x0003A8, "Member 'ABP_SpectatorPawn_C::Camera' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_PlayRotation \ +static_assert(alignof(BP_CollectibleViewSceneCapture_C_PlayRotation) == 0x000004, "Wrong alignment on BP_CollectibleViewSceneCapture_C_PlayRotation"); \ +static_assert(sizeof(BP_CollectibleViewSceneCapture_C_PlayRotation) == 0x00002C, "Wrong size on BP_CollectibleViewSceneCapture_C_PlayRotation"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, Temp_delegate_Variable) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, Temp_delegate_Variable_1) == 0x000010, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_IsPlaying_ReturnValue) == 0x000020, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_IsPlaying_ReturnValue_1) == 0x000021, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UDamage_Soul_C \ -static_assert(alignof(UDamage_Soul_C) == 0x000008, "Wrong alignment on UDamage_Soul_C"); \ -static_assert(sizeof(UDamage_Soul_C) == 0x000040, "Wrong size on UDamage_Soul_C"); \ +#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_ReceiveEndPlay \ +static_assert(alignof(BP_CollectibleViewSceneCapture_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CollectibleViewSceneCapture_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_CollectibleViewSceneCapture_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CollectibleViewSceneCapture_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CollectibleViewSceneCapture_C \ +static_assert(alignof(ABP_CollectibleViewSceneCapture_C) == 0x000008, "Wrong alignment on ABP_CollectibleViewSceneCapture_C"); \ +static_assert(sizeof(ABP_CollectibleViewSceneCapture_C) == 0x000368, "Wrong size on ABP_CollectibleViewSceneCapture_C"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, UberGraphFrame) == 0x000290, "Member 'ABP_CollectibleViewSceneCapture_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, RectLight_02) == 0x000298, "Member 'ABP_CollectibleViewSceneCapture_C::RectLight_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SpotLight_03) == 0x0002A0, "Member 'ABP_CollectibleViewSceneCapture_C::SpotLight_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SpotLight_02) == 0x0002A8, "Member 'ABP_CollectibleViewSceneCapture_C::SpotLight_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, RectLight_01) == 0x0002B0, "Member 'ABP_CollectibleViewSceneCapture_C::RectLight_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, Sphere) == 0x0002B8, "Member 'ABP_CollectibleViewSceneCapture_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SpotLight_01) == 0x0002C0, "Member 'ABP_CollectibleViewSceneCapture_C::SpotLight_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, StaticMesh) == 0x0002C8, "Member 'ABP_CollectibleViewSceneCapture_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, DummyLights) == 0x0002D0, "Member 'ABP_CollectibleViewSceneCapture_C::DummyLights' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, Scene) == 0x0002D8, "Member 'ABP_CollectibleViewSceneCapture_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SequencePitchRot) == 0x0002E0, "Member 'ABP_CollectibleViewSceneCapture_C::SequencePitchRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SequenceYawRot) == 0x0002E8, "Member 'ABP_CollectibleViewSceneCapture_C::SequenceYawRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, ZSceneCollectible) == 0x0002F0, "Member 'ABP_CollectibleViewSceneCapture_C::ZSceneCollectible' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SceneCaptureComponent2D) == 0x0002F8, "Member 'ABP_CollectibleViewSceneCapture_C::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, LoreText) == 0x000300, "Member 'ABP_CollectibleViewSceneCapture_C::LoreText' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, CurrentRot) == 0x000310, "Member 'ABP_CollectibleViewSceneCapture_C::CurrentRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SMCSoft) == 0x000328, "Member 'ABP_CollectibleViewSceneCapture_C::SMCSoft' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, ExtraDisplayPlayMode) == 0x000350, "Member 'ABP_CollectibleViewSceneCapture_C::ExtraDisplayPlayMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, OnRotationFinishedEvent) == 0x000358, "Member 'ABP_CollectibleViewSceneCapture_C::OnRotationFinishedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Death_Rat_C_ExecuteUbergraph_BP_Death_Rat \ static_assert(alignof(BP_Death_Rat_C_ExecuteUbergraph_BP_Death_Rat) == 0x000008, "Wrong alignment on BP_Death_Rat_C_ExecuteUbergraph_BP_Death_Rat"); \ @@ -141722,9 +142864,28 @@ static_assert(offsetof(ABP_Death_Rat_C, FX_DEATH_Squished) == 0x000308, "Member static_assert(offsetof(ABP_Death_Rat_C, Dust) == 0x000310, "Member 'ABP_Death_Rat_C::Dust' has a wrong offset!"); \ static_assert(offsetof(ABP_Death_Rat_C, Eyes) == 0x000318, "Member 'ABP_Death_Rat_C::Eyes' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UDamage_LavaBlack_C \ -static_assert(alignof(UDamage_LavaBlack_C) == 0x000008, "Wrong alignment on UDamage_LavaBlack_C"); \ -static_assert(sizeof(UDamage_LavaBlack_C) == 0x000040, "Wrong size on UDamage_LavaBlack_C"); \ +#define DUMPER7_ASSERTS_UWBP_ControllerPS5_C \ +static_assert(alignof(UWBP_ControllerPS5_C) == 0x000008, "Wrong alignment on UWBP_ControllerPS5_C"); \ +static_assert(sizeof(UWBP_ControllerPS5_C) == 0x000390, "Wrong size on UWBP_ControllerPS5_C"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Bindings_PS) == 0x000338, "Member 'UWBP_ControllerPS5_C::Controller_Bindings_PS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon) == 0x000340, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_8) == 0x000348, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_9) == 0x000350, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_10) == 0x000358, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_11) == 0x000360, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_12) == 0x000368, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_12' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_13) == 0x000370, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_13' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_14) == 0x000378, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_14' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_15) == 0x000380, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_15' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControllerPS5_C, Controller_PS) == 0x000388, "Member 'UWBP_ControllerPS5_C::Controller_PS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InputRedirector_C \ +static_assert(alignof(UBP_InputRedirector_C) == 0x000008, "Wrong alignment on UBP_InputRedirector_C"); \ +static_assert(sizeof(UBP_InputRedirector_C) == 0x000088, "Wrong size on UBP_InputRedirector_C"); \ + +#define DUMPER7_ASSERTS_UDamage_Burn_C \ +static_assert(alignof(UDamage_Burn_C) == 0x000008, "Wrong alignment on UDamage_Burn_C"); \ +static_assert(sizeof(UDamage_Burn_C) == 0x000040, "Wrong size on UDamage_Burn_C"); \ #define DUMPER7_ASSERTS_BP_AlienMushrooms_C_BndEvt__BP_AlienMushrooms_SK_AlienMushroom_Adult_01_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_AlienMushrooms_C_BndEvt__BP_AlienMushrooms_SK_AlienMushroom_Adult_01_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AlienMushrooms_C_BndEvt__BP_AlienMushrooms_SK_AlienMushroom_Adult_01_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ @@ -141908,6 +143069,370 @@ static_assert(offsetof(ABP_AlienMushrooms_C, DMI_Adult03_2) == 0x000360, "Member static_assert(offsetof(ABP_AlienMushrooms_C, BreakableVelocity) == 0x000368, "Member 'ABP_AlienMushrooms_C::BreakableVelocity' has a wrong offset!"); \ static_assert(offsetof(ABP_AlienMushrooms_C, BounceIntensity) == 0x000370, "Member 'ABP_AlienMushrooms_C::BounceIntensity' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod \ +static_assert(alignof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod) == 0x000008, "Wrong alignment on BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod"); \ +static_assert(sizeof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod) == 0x000028, "Wrong size on BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod"); \ +static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, EntryPoint) == 0x000000, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, K2Node_CustomEvent_GameControlParameters) == 0x000018, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::K2Node_CustomEvent_GameControlParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_CameraMod_C_ExecuteUbergraph_BP_CameraMod::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event \ +static_assert(alignof(BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event) == 0x000008, "Wrong alignment on BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event"); \ +static_assert(sizeof(BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event) == 0x000008, "Wrong size on BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event"); \ +static_assert(offsetof(BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event, GameControlParameters) == 0x000000, "Member 'BP_CameraMod_C_OnHandleActorsHandleActionBPEvent_Event::GameControlParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CameraMod_C \ +static_assert(alignof(ABP_CameraMod_C) == 0x000008, "Wrong alignment on ABP_CameraMod_C"); \ +static_assert(sizeof(ABP_CameraMod_C) == 0x000548, "Wrong size on ABP_CameraMod_C"); \ +static_assert(offsetof(ABP_CameraMod_C, UberGraphFrame) == 0x000538, "Member 'ABP_CameraMod_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CameraMod_C, ZGameControlAction) == 0x000540, "Member 'ABP_CameraMod_C::ZGameControlAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition \ +static_assert(alignof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition) == 0x000004, "Wrong alignment on WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition"); \ +static_assert(sizeof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition) == 0x000040, "Wrong size on WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition, EntryPoint) == 0x000000, "Member 'WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_DebugCameraPosition_C_ExecuteUbergraph_WBP_DebugCameraPosition::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugCameraPosition_C_Tick \ +static_assert(alignof(WBP_DebugCameraPosition_C_Tick) == 0x000004, "Wrong alignment on WBP_DebugCameraPosition_C_Tick"); \ +static_assert(sizeof(WBP_DebugCameraPosition_C_Tick) == 0x00003C, "Wrong size on WBP_DebugCameraPosition_C_Tick"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_DebugCameraPosition_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_DebugCameraPosition_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugCameraPosition_C_Update \ +static_assert(alignof(WBP_DebugCameraPosition_C_Update) == 0x000008, "Wrong alignment on WBP_DebugCameraPosition_C_Update"); \ +static_assert(sizeof(WBP_DebugCameraPosition_C_Update) == 0x0001F0, "Wrong size on WBP_DebugCameraPosition_C_Update"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, LastModOverlap) == 0x000000, "Member 'WBP_DebugCameraPosition_C_Update::LastModOverlap' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, LastZoneOverlap) == 0x000010, "Member 'WBP_DebugCameraPosition_C_Update::LastZoneOverlap' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, NbOverlapsMods) == 0x000020, "Member 'WBP_DebugCameraPosition_C_Update::NbOverlapsMods' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, NbOverlapsZone) == 0x000024, "Member 'WBP_DebugCameraPosition_C_Update::NbOverlapsZone' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'WBP_DebugCameraPosition_C_Update::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000048, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerCamera_ReturnValue) == 0x000050, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerCamera_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetModifier_ReturnValue) == 0x000058, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetState_ReturnValue) == 0x000060, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetDisplayName_ReturnValue) == 0x000088, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000AC, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_IntToString_ReturnValue) == 0x0000B0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsOverlappingActor_ReturnValue) == 0x000108, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000111, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000118, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000128, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000138, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000148, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Add_IntInt_ReturnValue_3) == 0x000158, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000160, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetPlayerCamera_ReturnValue_1) == 0x000170, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetPlayerCamera_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Get_Item_1) == 0x000178, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetZoneOwner_ReturnValue) == 0x000180, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetZoneOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsValid_ReturnValue_1) == 0x000188, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_GetDisplayName_ReturnValue_1) == 0x000190, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_IsOverlappingActor_ReturnValue_1) == 0x0001A0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_IsOverlappingActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001A8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001B8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Array_Length_ReturnValue_1) == 0x0001D0, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Conv_VectorToText_ReturnValue) == 0x0001D8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Conv_VectorToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugCameraPosition_C_Update, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E8, "Member 'WBP_DebugCameraPosition_C_Update::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DebugCameraPosition_C \ +static_assert(alignof(UWBP_DebugCameraPosition_C) == 0x000008, "Wrong alignment on UWBP_DebugCameraPosition_C"); \ +static_assert(sizeof(UWBP_DebugCameraPosition_C) == 0x000330, "Wrong size on UWBP_DebugCameraPosition_C"); \ +static_assert(offsetof(UWBP_DebugCameraPosition_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_DebugCameraPosition_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_CurrentMod) == 0x000300, "Member 'UWBP_DebugCameraPosition_C::Text_CurrentMod' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_CurrentZoneOwner) == 0x000308, "Member 'UWBP_DebugCameraPosition_C::Text_CurrentZoneOwner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_ModTag) == 0x000310, "Member 'UWBP_DebugCameraPosition_C::Text_ModTag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_Position) == 0x000318, "Member 'UWBP_DebugCameraPosition_C::Text_Position' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_State) == 0x000320, "Member 'UWBP_DebugCameraPosition_C::Text_State' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugCameraPosition_C, Text_Zone) == 0x000328, "Member 'UWBP_DebugCameraPosition_C::Text_Zone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat \ +static_assert(alignof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat"); \ +static_assert(sizeof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat) == 0x000070, "Wrong size on BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, EntryPoint) == 0x000000, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000014, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_RandomFloatInRange_ReturnValue) == 0x000030, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, K2Node_Event_Pawn) == 0x000038, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, K2Node_Event_DeathActorInstigator) == 0x000040, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_MakeRotator_ReturnValue) == 0x000048, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000060, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_PostEvent_ReturnValue) == 0x000068, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x00006C, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_CrunchFlat_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_CrunchFlat_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_CrunchFlat_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_CrunchFlat_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_CrunchFlat_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_CrunchFlat_C \ +static_assert(alignof(ABP_Death_CrunchFlat_C) == 0x000008, "Wrong alignment on ABP_Death_CrunchFlat_C"); \ +static_assert(sizeof(ABP_Death_CrunchFlat_C) == 0x000310, "Wrong size on ABP_Death_CrunchFlat_C"); \ +static_assert(offsetof(ABP_Death_CrunchFlat_C, UberGraphFrame_BP_Death_CrunchFlat_C) == 0x0002F8, "Member 'ABP_Death_CrunchFlat_C::UberGraphFrame_BP_Death_CrunchFlat_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_CrunchFlat_C, Crunched) == 0x000300, "Member 'ABP_Death_CrunchFlat_C::Crunched' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_CrunchFlat_C, Decal) == 0x000308, "Member 'ABP_Death_CrunchFlat_C::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal \ +static_assert(alignof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal"); \ +static_assert(sizeof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal) == 0x000070, "Wrong size on BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, EntryPoint) == 0x000000, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000014, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_RandomFloatInRange_ReturnValue) == 0x000030, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, K2Node_Event_Pawn) == 0x000038, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, K2Node_Event_DeathActorInstigator) == 0x000040, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_MakeRotator_ReturnValue) == 0x000048, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000060, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_PostEvent_ReturnValue) == 0x000068, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x00006C, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_CrunchFlat_NoDecal_C \ +static_assert(alignof(ABP_Death_CrunchFlat_NoDecal_C) == 0x000008, "Wrong alignment on ABP_Death_CrunchFlat_NoDecal_C"); \ +static_assert(sizeof(ABP_Death_CrunchFlat_NoDecal_C) == 0x000310, "Wrong size on ABP_Death_CrunchFlat_NoDecal_C"); \ +static_assert(offsetof(ABP_Death_CrunchFlat_NoDecal_C, UberGraphFrame_BP_Death_CrunchFlat_NoDecal_C) == 0x0002F8, "Member 'ABP_Death_CrunchFlat_NoDecal_C::UberGraphFrame_BP_Death_CrunchFlat_NoDecal_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_CrunchFlat_NoDecal_C, Crunched) == 0x000300, "Member 'ABP_Death_CrunchFlat_NoDecal_C::Crunched' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_CrunchFlat_NoDecal_C, Decal) == 0x000308, "Member 'ABP_Death_CrunchFlat_NoDecal_C::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamage_ElecRed_C \ +static_assert(alignof(UDamage_ElecRed_C) == 0x000008, "Wrong alignment on UDamage_ElecRed_C"); \ +static_assert(sizeof(UDamage_ElecRed_C) == 0x000040, "Wrong size on UDamage_ElecRed_C"); \ + +#define DUMPER7_ASSERTS_BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn \ +static_assert(alignof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn) == 0x000008, "Wrong alignment on BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn"); \ +static_assert(sizeof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn) == 0x000018, "Wrong size on BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn"); \ +static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, EntryPoint) == 0x000000, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000004, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000010, "Member 'BP_SpectatorPawn_C_ExecuteUbergraph_BP_SpectatorPawn::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpectatorPawn_C \ +static_assert(alignof(ABP_SpectatorPawn_C) == 0x000008, "Wrong alignment on ABP_SpectatorPawn_C"); \ +static_assert(sizeof(ABP_SpectatorPawn_C) == 0x0003B0, "Wrong size on ABP_SpectatorPawn_C"); \ +static_assert(offsetof(ABP_SpectatorPawn_C, UberGraphFrame) == 0x0003A0, "Member 'ABP_SpectatorPawn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpectatorPawn_C, Camera) == 0x0003A8, "Member 'ABP_SpectatorPawn_C::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Military_Light_C_UpdateLightRange \ +static_assert(alignof(BP_Military_Light_C_UpdateLightRange) == 0x000008, "Wrong alignment on BP_Military_Light_C_UpdateLightRange"); \ +static_assert(sizeof(BP_Military_Light_C_UpdateLightRange) == 0x000040, "Wrong size on BP_Military_Light_C_UpdateLightRange"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_GetAttachOwner_ReturnValue) == 0x000000, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_GetAttachOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_GetPeripheralVisionAngle_ReturnValue) == 0x000014, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_GetPeripheralVisionAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x000030, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_SetInnerConeAngle_NewInnerConeAngle_ImplicitCast) == 0x000038, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_SetInnerConeAngle_NewInnerConeAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_UpdateLightRange, CallFunc_SetOuterConeAngle_NewOuterConeAngle_ImplicitCast) == 0x00003C, "Member 'BP_Military_Light_C_UpdateLightRange::CallFunc_SetOuterConeAngle_NewOuterConeAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Military_Light_C_SetupAttachment \ +static_assert(alignof(BP_Military_Light_C_SetupAttachment) == 0x000008, "Wrong alignment on BP_Military_Light_C_SetupAttachment"); \ +static_assert(sizeof(BP_Military_Light_C_SetupAttachment) == 0x000008, "Wrong size on BP_Military_Light_C_SetupAttachment"); \ +static_assert(offsetof(BP_Military_Light_C_SetupAttachment, Owner_0) == 0x000000, "Member 'BP_Military_Light_C_SetupAttachment::Owner_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Military_Light_C_OnBehaviorChanged \ +static_assert(alignof(BP_Military_Light_C_OnBehaviorChanged) == 0x000001, "Wrong alignment on BP_Military_Light_C_OnBehaviorChanged"); \ +static_assert(sizeof(BP_Military_Light_C_OnBehaviorChanged) == 0x000002, "Wrong size on BP_Military_Light_C_OnBehaviorChanged"); \ +static_assert(offsetof(BP_Military_Light_C_OnBehaviorChanged, PreviousBehavior) == 0x000000, "Member 'BP_Military_Light_C_OnBehaviorChanged::PreviousBehavior' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_OnBehaviorChanged, NewBehavior) == 0x000001, "Member 'BP_Military_Light_C_OnBehaviorChanged::NewBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light \ +static_assert(alignof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light) == 0x000008, "Wrong alignment on BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light"); \ +static_assert(sizeof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light) == 0x0000F8, "Wrong size on BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, EntryPoint) == 0x000000, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_byte_Variable) == 0x000004, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable) == 0x000008, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_1) == 0x000018, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_2) == 0x000028, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_3) == 0x000038, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_4) == 0x000048, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_5) == 0x000058, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_6) == 0x000068, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, Temp_struct_Variable_7) == 0x000078, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CustomEvent_PreviousBehavior) == 0x000098, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CustomEvent_PreviousBehavior' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CustomEvent_NewBehavior) == 0x000099, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CustomEvent_NewBehavior' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_GetLightColor_ReturnValue) == 0x00009C, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_Select_Default) == 0x0000AC, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_ComponentBoundEvent_Owner_1) == 0x0000C0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_ComponentBoundEvent_Owner_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_ComponentBoundEvent_Owner) == 0x0000C8, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_ComponentBoundEvent_Owner' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, K2Node_CustomEvent_Owner) == 0x0000E0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::K2Node_CustomEvent_Owner' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000E8, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light, CallFunc_IsValid_ReturnValue_1) == 0x0000F0, "Member 'BP_Military_Light_C_ExecuteUbergraph_BP_Military_Light::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature \ +static_assert(alignof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature) == 0x000008, "Wrong alignment on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature"); \ +static_assert(sizeof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature) == 0x000008, "Wrong size on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature"); \ +static_assert(offsetof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature, Owner_0) == 0x000000, "Member 'BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_1_OnDetached__DelegateSignature::Owner_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature \ +static_assert(alignof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature) == 0x000008, "Wrong alignment on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature"); \ +static_assert(sizeof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature) == 0x000008, "Wrong size on BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature"); \ +static_assert(offsetof(BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature, Owner_0) == 0x000000, "Member 'BP_Military_Light_C_BndEvt__BP_Military_Light_ZAttachable_K2Node_ComponentBoundEvent_0_OnAttached__DelegateSignature::Owner_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Military_Light_C \ +static_assert(alignof(ABP_Military_Light_C) == 0x000008, "Wrong alignment on ABP_Military_Light_C"); \ +static_assert(sizeof(ABP_Military_Light_C) == 0x0002C8, "Wrong size on ABP_Military_Light_C"); \ +static_assert(offsetof(ABP_Military_Light_C, UberGraphFrame) == 0x000290, "Member 'ABP_Military_Light_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Military_Light_C, ZAttachable) == 0x000298, "Member 'ABP_Military_Light_C::ZAttachable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Military_Light_C, SpotLight) == 0x0002A0, "Member 'ABP_Military_Light_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Military_Light_C, StaticMesh) == 0x0002A8, "Member 'ABP_Military_Light_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Military_Light_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Military_Light_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Military_Light_C, DefaultLightColor) == 0x0002B8, "Member 'ABP_Military_Light_C::DefaultLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MGS_Headband_C \ +static_assert(alignof(ABP_MGS_Headband_C) == 0x000008, "Wrong alignment on ABP_MGS_Headband_C"); \ +static_assert(sizeof(ABP_MGS_Headband_C) == 0x0002A0, "Wrong size on ABP_MGS_Headband_C"); \ +static_assert(offsetof(ABP_MGS_Headband_C, SK_MGS_Ribbon) == 0x000290, "Member 'ABP_MGS_Headband_C::SK_MGS_Ribbon' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Headband_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_MGS_Headband_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MGS_Ribbon__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData) == 0x000200, "Wrong size on ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __FloatProperty_16) == 0x000004, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__FloatProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __StructProperty_17) == 0x000008, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__StructProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __FloatProperty_18) == 0x000034, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__FloatProperty_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __BoolProperty_19) == 0x000038, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__BoolProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __EnumProperty_20) == 0x000039, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__EnumProperty_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __ByteProperty_21) == 0x00003A, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__ByteProperty_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __NameProperty_22) == 0x00003C, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__NameProperty_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __NameProperty_23) == 0x000044, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__NameProperty_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __NameProperty_24) == 0x00004C, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__NameProperty_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __StructProperty_25) == 0x000058, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__StructProperty_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000078, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000F8, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000110, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000140, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RigidBody) == 0x000170, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RigidBody' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0001A0, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0001D0, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon \ +static_assert(alignof(ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon) == 0x000004, "Wrong alignment on ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon"); \ +static_assert(sizeof(ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon) == 0x000004, "Wrong size on ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon"); \ +static_assert(offsetof(ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon, EntryPoint) == 0x000000, "Member 'ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MGS_Ribbon_C_AnimGraph \ +static_assert(alignof(ABP_MGS_Ribbon_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MGS_Ribbon_C_AnimGraph"); \ +static_assert(sizeof(ABP_MGS_Ribbon_C_AnimGraph) == 0x000010, "Wrong size on ABP_MGS_Ribbon_C_AnimGraph"); \ +static_assert(offsetof(ABP_MGS_Ribbon_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MGS_Ribbon_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_MGS_Ribbon_C \ +static_assert(alignof(UABP_MGS_Ribbon_C) == 0x000010, "Wrong alignment on UABP_MGS_Ribbon_C"); \ +static_assert(sizeof(UABP_MGS_Ribbon_C) == 0x000DA0, "Wrong size on UABP_MGS_Ribbon_C"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, UberGraphFrame) == 0x000370, "Member 'UABP_MGS_Ribbon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_MGS_Ribbon_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_MGS_Ribbon_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_SequencePlayer) == 0x000388, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_Root) == 0x0003D0, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_RigidBody) == 0x0003F0, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_RigidBody' has a wrong offset!"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_LocalToComponentSpace) == 0x000D60, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_ComponentToLocalSpace) == 0x000D80, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn \ +static_assert(alignof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn) == 0x000010, "Wrong alignment on BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn"); \ +static_assert(sizeof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn) == 0x000290, "Wrong size on BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, EntryPoint) == 0x000000, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_Event_DeathActorInstigator) == 0x000010, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000021, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_GetBoneTransform_ReturnValue) == 0x000030, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_GetBoneTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_GetBoneTransform_ReturnValue_1) == 0x000090, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_GetBoneTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Location) == 0x0000F0, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Rotation) == 0x000108, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Scale) == 0x000120, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Location_1) == 0x000138, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Rotation_1) == 0x000150, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_BreakTransform_Scale_1) == 0x000168, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000180, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_IsInWaterVolume_ReturnValue) == 0x000278, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, Temp_delegate_Variable) == 0x00027C, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn, CallFunc_PostEvent_ReturnValue) == 0x00028C, "Member 'BP_Death_Burn_C_ExecuteUbergraph_BP_Death_Burn::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Burn_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_Burn_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Burn_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_Burn_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Burn_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_Burn_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Burn_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Burn_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Burn_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_Burn_C \ +static_assert(alignof(ABP_Death_Burn_C) == 0x000008, "Wrong alignment on ABP_Death_Burn_C"); \ +static_assert(sizeof(ABP_Death_Burn_C) == 0x000310, "Wrong size on ABP_Death_Burn_C"); \ +static_assert(offsetof(ABP_Death_Burn_C, UberGraphFrame_BP_Death_Burn_C) == 0x0002F8, "Member 'ABP_Death_Burn_C::UberGraphFrame_BP_Death_Burn_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Burn_C, FX_DEATH_BurnUnderwater) == 0x000300, "Member 'ABP_Death_Burn_C::FX_DEATH_BurnUnderwater' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Burn_C, FX_DEATH_Burn) == 0x000308, "Member 'ABP_Death_Burn_C::FX_DEATH_Burn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight \ +static_assert(alignof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight) == 0x000008, "Wrong alignment on BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight"); \ +static_assert(sizeof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight) == 0x000048, "Wrong size on BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, EntryPoint) == 0x000000, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000008, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000010, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000020, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight, CallFunc_SetIntensity_NewIntensity_ImplicitCast) == 0x000040, "Member 'BP_GreenMatterFootstepsLight_C_ExecuteUbergraph_BP_GreenMatterFootstepsLight::CallFunc_SetIntensity_NewIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GreenMatterFootstepsLight_C_ReceiveTick \ +static_assert(alignof(BP_GreenMatterFootstepsLight_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GreenMatterFootstepsLight_C_ReceiveTick"); \ +static_assert(sizeof(BP_GreenMatterFootstepsLight_C_ReceiveTick) == 0x000004, "Wrong size on BP_GreenMatterFootstepsLight_C_ReceiveTick"); \ +static_assert(offsetof(BP_GreenMatterFootstepsLight_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GreenMatterFootstepsLight_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GreenMatterFootstepsLight_C \ +static_assert(alignof(ABP_GreenMatterFootstepsLight_C) == 0x000008, "Wrong alignment on ABP_GreenMatterFootstepsLight_C"); \ +static_assert(sizeof(ABP_GreenMatterFootstepsLight_C) == 0x0002C8, "Wrong size on ABP_GreenMatterFootstepsLight_C"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, UberGraphFrame) == 0x000290, "Member 'ABP_GreenMatterFootstepsLight_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, PointLight) == 0x000298, "Member 'ABP_GreenMatterFootstepsLight_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, _TriggerCapsule) == 0x0002A0, "Member 'ABP_GreenMatterFootstepsLight_C::_TriggerCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_GreenMatterFootstepsLight_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, TimelineEaseIn_NewTrack_0_CA70A1844B2CE23933CE5784B4BC7D04) == 0x0002B0, "Member 'ABP_GreenMatterFootstepsLight_C::TimelineEaseIn_NewTrack_0_CA70A1844B2CE23933CE5784B4BC7D04' has a wrong offset!"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, TimelineEaseIn__Direction_CA70A1844B2CE23933CE5784B4BC7D04) == 0x0002B4, "Member 'ABP_GreenMatterFootstepsLight_C::TimelineEaseIn__Direction_CA70A1844B2CE23933CE5784B4BC7D04' has a wrong offset!"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, TimelineEaseIn) == 0x0002B8, "Member 'ABP_GreenMatterFootstepsLight_C::TimelineEaseIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_GreenMatterFootstepsLight_C, Ref_Intensity) == 0x0002C0, "Member 'ABP_GreenMatterFootstepsLight_C::Ref_Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSFoliageInfos \ +static_assert(alignof(FSFoliageInfos) == 0x000010, "Wrong alignment on FSFoliageInfos"); \ +static_assert(sizeof(FSFoliageInfos) == 0x000080, "Wrong size on FSFoliageInfos"); \ +static_assert(offsetof(FSFoliageInfos, InstanceTransform_6_0C4116014874008DC5D829ABDAA820E2) == 0x000000, "Member 'FSFoliageInfos::InstanceTransform_6_0C4116014874008DC5D829ABDAA820E2' has a wrong offset!"); \ +static_assert(offsetof(FSFoliageInfos, SpawnedPhysicsFoliage_11_465C529F40E5C0C938CD5AA98D2BE947) == 0x000060, "Member 'FSFoliageInfos::SpawnedPhysicsFoliage_11_465C529F40E5C0C938CD5AA98D2BE947' has a wrong offset!"); \ +static_assert(offsetof(FSFoliageInfos, FoliageIndex_15_BEDF2B0E4C60DFD4071C0ABEBBCF414B) == 0x000068, "Member 'FSFoliageInfos::FoliageIndex_15_BEDF2B0E4C60DFD4071C0ABEBBCF414B' has a wrong offset!"); \ +static_assert(offsetof(FSFoliageInfos, FoliageActor_14_FFBC744145A378756AF249A678A8631C) == 0x000070, "Member 'FSFoliageInfos::FoliageActor_14_FFBC744145A378756AF249A678A8631C' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_BP_FoliageInteraction_AC_C_ExecuteUbergraph_BP_FoliageInteraction_AC \ static_assert(alignof(BP_FoliageInteraction_AC_C_ExecuteUbergraph_BP_FoliageInteraction_AC) == 0x000010, "Wrong alignment on BP_FoliageInteraction_AC_C_ExecuteUbergraph_BP_FoliageInteraction_AC"); \ static_assert(sizeof(BP_FoliageInteraction_AC_C_ExecuteUbergraph_BP_FoliageInteraction_AC) == 0x0004E0, "Wrong size on BP_FoliageInteraction_AC_C_ExecuteUbergraph_BP_FoliageInteraction_AC"); \ @@ -141995,1503 +143520,286 @@ static_assert(offsetof(UBP_FoliageInteraction_AC_C, Draw_Debug_Type) == 0x0000C9 static_assert(offsetof(UBP_FoliageInteraction_AC_C, SpawnedClass) == 0x0000D0, "Member 'UBP_FoliageInteraction_AC_C::SpawnedClass' has a wrong offset!"); \ static_assert(offsetof(UBP_FoliageInteraction_AC_C, Object_Types) == 0x0000D8, "Member 'UBP_FoliageInteraction_AC_C::Object_Types' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_ControllerXbox_C \ -static_assert(alignof(UWBP_ControllerXbox_C) == 0x000008, "Wrong alignment on UWBP_ControllerXbox_C"); \ -static_assert(sizeof(UWBP_ControllerXbox_C) == 0x000390, "Wrong size on UWBP_ControllerXbox_C"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Bindings_XB_3) == 0x000338, "Member 'UWBP_ControllerXbox_C::Controller_Bindings_XB_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon) == 0x000340, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_24) == 0x000348, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_24' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_25) == 0x000350, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_25' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_26) == 0x000358, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_26' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_27) == 0x000360, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_27' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_28) == 0x000368, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_28' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_29) == 0x000370, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_29' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_30) == 0x000378, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_30' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Label_Icon_31) == 0x000380, "Member 'UWBP_ControllerXbox_C::Controller_Label_Icon_31' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerXbox_C, Controller_Xbox_3) == 0x000388, "Member 'UWBP_ControllerXbox_C::Controller_Xbox_3' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ControllerSwitch_C \ -static_assert(alignof(UWBP_ControllerSwitch_C) == 0x000008, "Wrong alignment on UWBP_ControllerSwitch_C"); \ -static_assert(sizeof(UWBP_ControllerSwitch_C) == 0x000390, "Wrong size on UWBP_ControllerSwitch_C"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Bindings_SW) == 0x000338, "Member 'UWBP_ControllerSwitch_C::Controller_Bindings_SW' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon) == 0x000340, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_1) == 0x000348, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_2) == 0x000350, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_3) == 0x000358, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_4) == 0x000360, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_4' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_5) == 0x000368, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_5' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_6) == 0x000370, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_6' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_7) == 0x000378, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_7' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Label_Icon_8) == 0x000380, "Member 'UWBP_ControllerSwitch_C::Controller_Label_Icon_8' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerSwitch_C, Controller_Switch) == 0x000388, "Member 'UWBP_ControllerSwitch_C::Controller_Switch' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture \ -static_assert(alignof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture) == 0x000008, "Wrong alignment on BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture"); \ -static_assert(sizeof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture) == 0x0000B8, "Wrong size on BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, EntryPoint) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetZGameInstance_ReturnValue) == 0x000038, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000040, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_Event_EndPlayReason) == 0x000058, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_Event_EndPlayReason' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_4) == 0x00005C, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_5) == 0x00006C, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_6) == 0x00007C, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000090, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_GetCollectibleSystem_ReturnValue_1) == 0x000098, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_GetCollectibleSystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000A0, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_IsGamePaused_ReturnValue) == 0x0000B0, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_IsMainMenu_ReturnValue) == 0x0000B1, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_IsMainMenu_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture, CallFunc_BooleanOR_ReturnValue) == 0x0000B2, "Member 'BP_CollectibleViewSceneCapture_C_ExecuteUbergraph_BP_CollectibleViewSceneCapture::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_On_Init_Finished \ -static_assert(alignof(BP_CollectibleViewSceneCapture_C_On_Init_Finished) == 0x000008, "Wrong alignment on BP_CollectibleViewSceneCapture_C_On_Init_Finished"); \ -static_assert(sizeof(BP_CollectibleViewSceneCapture_C_On_Init_Finished) == 0x000110, "Wrong size on BP_CollectibleViewSceneCapture_C_On_Init_Finished"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_On_Init_Finished, CallFunc_Add_VectorVector_ReturnValue) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_On_Init_Finished::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_On_Init_Finished, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000018, "Member 'BP_CollectibleViewSceneCapture_C_On_Init_Finished::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_PlayRotation \ -static_assert(alignof(BP_CollectibleViewSceneCapture_C_PlayRotation) == 0x000004, "Wrong alignment on BP_CollectibleViewSceneCapture_C_PlayRotation"); \ -static_assert(sizeof(BP_CollectibleViewSceneCapture_C_PlayRotation) == 0x00002C, "Wrong size on BP_CollectibleViewSceneCapture_C_PlayRotation"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, Temp_delegate_Variable) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, Temp_delegate_Variable_1) == 0x000010, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_IsPlaying_ReturnValue) == 0x000020, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_IsPlaying_ReturnValue_1) == 0x000021, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_PlayRotation, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'BP_CollectibleViewSceneCapture_C_PlayRotation::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CollectibleViewSceneCapture_C_ReceiveEndPlay \ -static_assert(alignof(BP_CollectibleViewSceneCapture_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CollectibleViewSceneCapture_C_ReceiveEndPlay"); \ -static_assert(sizeof(BP_CollectibleViewSceneCapture_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CollectibleViewSceneCapture_C_ReceiveEndPlay"); \ -static_assert(offsetof(BP_CollectibleViewSceneCapture_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CollectibleViewSceneCapture_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_CollectibleViewSceneCapture_C \ -static_assert(alignof(ABP_CollectibleViewSceneCapture_C) == 0x000008, "Wrong alignment on ABP_CollectibleViewSceneCapture_C"); \ -static_assert(sizeof(ABP_CollectibleViewSceneCapture_C) == 0x000368, "Wrong size on ABP_CollectibleViewSceneCapture_C"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, UberGraphFrame) == 0x000290, "Member 'ABP_CollectibleViewSceneCapture_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, RectLight_02) == 0x000298, "Member 'ABP_CollectibleViewSceneCapture_C::RectLight_02' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SpotLight_03) == 0x0002A0, "Member 'ABP_CollectibleViewSceneCapture_C::SpotLight_03' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SpotLight_02) == 0x0002A8, "Member 'ABP_CollectibleViewSceneCapture_C::SpotLight_02' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, RectLight_01) == 0x0002B0, "Member 'ABP_CollectibleViewSceneCapture_C::RectLight_01' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, Sphere) == 0x0002B8, "Member 'ABP_CollectibleViewSceneCapture_C::Sphere' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SpotLight_01) == 0x0002C0, "Member 'ABP_CollectibleViewSceneCapture_C::SpotLight_01' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, StaticMesh) == 0x0002C8, "Member 'ABP_CollectibleViewSceneCapture_C::StaticMesh' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, DummyLights) == 0x0002D0, "Member 'ABP_CollectibleViewSceneCapture_C::DummyLights' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, Scene) == 0x0002D8, "Member 'ABP_CollectibleViewSceneCapture_C::Scene' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SequencePitchRot) == 0x0002E0, "Member 'ABP_CollectibleViewSceneCapture_C::SequencePitchRot' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SequenceYawRot) == 0x0002E8, "Member 'ABP_CollectibleViewSceneCapture_C::SequenceYawRot' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, ZSceneCollectible) == 0x0002F0, "Member 'ABP_CollectibleViewSceneCapture_C::ZSceneCollectible' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SceneCaptureComponent2D) == 0x0002F8, "Member 'ABP_CollectibleViewSceneCapture_C::SceneCaptureComponent2D' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, LoreText) == 0x000300, "Member 'ABP_CollectibleViewSceneCapture_C::LoreText' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, CurrentRot) == 0x000310, "Member 'ABP_CollectibleViewSceneCapture_C::CurrentRot' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, SMCSoft) == 0x000328, "Member 'ABP_CollectibleViewSceneCapture_C::SMCSoft' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, ExtraDisplayPlayMode) == 0x000350, "Member 'ABP_CollectibleViewSceneCapture_C::ExtraDisplayPlayMode' has a wrong offset!"); \ -static_assert(offsetof(ABP_CollectibleViewSceneCapture_C, OnRotationFinishedEvent) == 0x000358, "Member 'ABP_CollectibleViewSceneCapture_C::OnRotationFinishedEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase \ -static_assert(alignof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase) == 0x000010, "Wrong alignment on WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase"); \ -static_assert(sizeof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase) == 0x000430, "Wrong size on WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase"); \ -static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, EntryPoint) == 0x000000, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_Event_InFocusEvent_1) == 0x000014, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_Event_InFocusEvent) == 0x00001C, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_Event_IsDesignTime) == 0x000024, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, K2Node_MakeStruct_ButtonStyle) == 0x000030, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase, CallFunc_PostEvent_ReturnValue) == 0x000420, "Member 'WBP_ButtonBase_C_ExecuteUbergraph_WBP_ButtonBase::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_ButtonBase_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_ButtonBase_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_ButtonBase_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_ButtonBase_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_ButtonBase_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_ButtonBase_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_C_PreConstruct \ -static_assert(alignof(WBP_ButtonBase_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonBase_C_PreConstruct"); \ -static_assert(sizeof(WBP_ButtonBase_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonBase_C_PreConstruct"); \ -static_assert(offsetof(WBP_ButtonBase_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonBase_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_C_SetButtonText \ -static_assert(alignof(WBP_ButtonBase_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_ButtonBase_C_SetButtonText"); \ -static_assert(sizeof(WBP_ButtonBase_C_SetButtonText) == 0x000010, "Wrong size on WBP_ButtonBase_C_SetButtonText"); \ -static_assert(offsetof(WBP_ButtonBase_C_SetButtonText, Text) == 0x000000, "Member 'WBP_ButtonBase_C_SetButtonText::Text' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_C_SetFontSize \ -static_assert(alignof(WBP_ButtonBase_C_SetFontSize) == 0x000008, "Wrong alignment on WBP_ButtonBase_C_SetFontSize"); \ -static_assert(sizeof(WBP_ButtonBase_C_SetFontSize) == 0x000078, "Wrong size on WBP_ButtonBase_C_SetFontSize"); \ -static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, Size) == 0x000000, "Member 'WBP_ButtonBase_C_SetFontSize::Size' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_ButtonBase_C_SetFontSize::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, K2Node_MakeStruct_SlateFontInfo) == 0x000010, "Member 'WBP_ButtonBase_C_SetFontSize::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_C_SetFontSize, K2Node_MakeStruct_Size_ImplicitCast) == 0x000070, "Member 'WBP_ButtonBase_C_SetFontSize::K2Node_MakeStruct_Size_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ButtonBase_C \ -static_assert(alignof(UWBP_ButtonBase_C) == 0x000010, "Wrong alignment on UWBP_ButtonBase_C"); \ -static_assert(sizeof(UWBP_ButtonBase_C) == 0x0007B0, "Wrong size on UWBP_ButtonBase_C"); \ -static_assert(offsetof(UWBP_ButtonBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ButtonBase_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, Button) == 0x000300, "Member 'UWBP_ButtonBase_C::Button' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, TextBlock) == 0x000308, "Member 'UWBP_ButtonBase_C::TextBlock' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, OnClicked) == 0x000310, "Member 'UWBP_ButtonBase_C::OnClicked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, OnFocusOn) == 0x000320, "Member 'UWBP_ButtonBase_C::OnFocusOn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, OnFocusOff) == 0x000330, "Member 'UWBP_ButtonBase_C::OnFocusOff' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, Button_Text) == 0x000340, "Member 'UWBP_ButtonBase_C::Button_Text' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, DefaultBackgroundColor) == 0x000350, "Member 'UWBP_ButtonBase_C::DefaultBackgroundColor' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, Focused) == 0x000360, "Member 'UWBP_ButtonBase_C::Focused' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, TextColor) == 0x000364, "Member 'UWBP_ButtonBase_C::TextColor' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, Style) == 0x000380, "Member 'UWBP_ButtonBase_C::Style' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, HoveredFeatures) == 0x000770, "Member 'UWBP_ButtonBase_C::HoveredFeatures' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, FocusedSound) == 0x000778, "Member 'UWBP_ButtonBase_C::FocusedSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, TextColor_Hover) == 0x000780, "Member 'UWBP_ButtonBase_C::TextColor_Hover' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, BackgroundColor_Hover) == 0x000794, "Member 'UWBP_ButtonBase_C::BackgroundColor_Hover' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, HoveredFontSize) == 0x0007A4, "Member 'UWBP_ButtonBase_C::HoveredFontSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_C, ButtonIndex) == 0x0007A8, "Member 'UWBP_ButtonBase_C::ButtonIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature) == 0x000004, "Wrong size on WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature, Index_0) == 0x000000, "Member 'WBP_Debug_Streaming_C_BndEvt__WBP_Debug_Streaming_WBP_ButtonBase_K2Node_ComponentBoundEvent_0_OnClicked__DelegateSignature::Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming \ -static_assert(alignof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming) == 0x000008, "Wrong alignment on WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming"); \ -static_assert(sizeof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming) == 0x000018, "Wrong size on WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming, EntryPoint) == 0x000000, "Member 'WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming, CallFunc_GetZGameMode_ReturnValue) == 0x000008, "Member 'WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming, K2Node_ComponentBoundEvent_Index) == 0x000010, "Member 'WBP_Debug_Streaming_C_ExecuteUbergraph_WBP_Debug_Streaming::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_FillLevels \ -static_assert(alignof(WBP_Debug_Streaming_C_FillLevels) == 0x000008, "Wrong alignment on WBP_Debug_Streaming_C_FillLevels"); \ -static_assert(sizeof(WBP_Debug_Streaming_C_FillLevels) == 0x000060, "Wrong size on WBP_Debug_Streaming_C_FillLevels"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Debug_Streaming_C_FillLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Debug_Streaming_C_FillLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_AddChild_ReturnValue) == 0x000018, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_GetStreamingStatus_ReturnValue) == 0x000020, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_GetStreamingStatus_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillLevels, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_Debug_Streaming_C_FillLevels::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Debug_Streaming_C_FillsPlayerRestart \ -static_assert(alignof(WBP_Debug_Streaming_C_FillsPlayerRestart) == 0x000008, "Wrong alignment on WBP_Debug_Streaming_C_FillsPlayerRestart"); \ -static_assert(sizeof(WBP_Debug_Streaming_C_FillsPlayerRestart) == 0x000068, "Wrong size on WBP_Debug_Streaming_C_FillsPlayerRestart"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_AddChild_ReturnValue) == 0x000018, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_GetZGameMode_ReturnValue) == 0x000020, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_GetBoundPlayerRestartObjects_ReturnValue) == 0x000028, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_GetBoundPlayerRestartObjects_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Debug_Streaming_C_FillsPlayerRestart, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_Debug_Streaming_C_FillsPlayerRestart::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Debug_Streaming_C \ -static_assert(alignof(UWBP_Debug_Streaming_C) == 0x000008, "Wrong alignment on UWBP_Debug_Streaming_C"); \ -static_assert(sizeof(UWBP_Debug_Streaming_C) == 0x000318, "Wrong size on UWBP_Debug_Streaming_C"); \ -static_assert(offsetof(UWBP_Debug_Streaming_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Debug_Streaming_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Streaming_C, ScrollBox_BoundPlayerRestart) == 0x000300, "Member 'UWBP_Debug_Streaming_C::ScrollBox_BoundPlayerRestart' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Streaming_C, ScrollBox_StreamingInfo) == 0x000308, "Member 'UWBP_Debug_Streaming_C::ScrollBox_StreamingInfo' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Debug_Streaming_C, WBP_ButtonBase) == 0x000310, "Member 'UWBP_Debug_Streaming_C::WBP_ButtonBase' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug \ -static_assert(alignof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug"); \ -static_assert(sizeof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug) == 0x000260, "Wrong size on WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, EntryPoint) == 0x000000, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_Event_MyGeometry) == 0x000040, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_Event_MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_Event_InDeltaTime) == 0x000078, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_Event_InDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_CustomEvent_Index) == 0x00007C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_CustomEvent_Index' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_InputKeyEvent_Key) == 0x000080, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsVisible_ReturnValue) == 0x000098, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetChildrenCount_ReturnValue) == 0x00009C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000A8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetDisplayName_ReturnValue) == 0x0000C8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F8, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_BooleanAND_ReturnValue) == 0x000111, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_1) == 0x000112, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_2) == 0x000113, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000118, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000210, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_3) == 0x000211, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, Temp_int_Variable) == 0x000214, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_IsValid_ReturnValue_4) == 0x000218, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetChildAt_ReturnValue) == 0x000220, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_DynamicCast_AsWBP_Button_Base) == 0x000228, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_DynamicCast_AsWBP_Button_Base' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_GetText_ReturnValue) == 0x000238, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Conv_TextToString_ReturnValue) == 0x000248, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000258, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000259, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug, CallFunc_Add_IntInt_ReturnValue_1) == 0x00025C, "Member 'WBP_AI_Debug_C_ExecuteUbergraph_WBP_AI_Debug::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AI_Debug_C_FillAiInfo \ -static_assert(alignof(WBP_AI_Debug_C_FillAiInfo) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_FillAiInfo"); \ -static_assert(sizeof(WBP_AI_Debug_C_FillAiInfo) == 0x000388, "Wrong size on WBP_AI_Debug_C_FillAiInfo"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, SkActivated) == 0x000000, "Member 'WBP_AI_Debug_C_FillAiInfo::SkActivated' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, TickText) == 0x000010, "Member 'WBP_AI_Debug_C_FillAiInfo::TickText' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_AI_Debug_C_FillAiInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_AI_Debug_C_FillAiInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetPlayerPawn_ReturnValue) == 0x000030, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavigationDataForAgent_ReturnValue) == 0x000038, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavigationDataForAgent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x000058, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000070, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavigationDataForAgent_ReturnValue_1) == 0x000078, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavigationDataForAgent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000080, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavigationDataForAgent_ReturnValue_2) == 0x0000A0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavigationDataForAgent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000F0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, Temp_bool_True_if_break_was_hit_Variable) == 0x000100, "Member 'WBP_AI_Debug_C_FillAiInfo::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000108, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Not_PreBool_ReturnValue) == 0x000118, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000120, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000128, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetSeenPawn_ReturnValue) == 0x000140, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetSeenPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsValid_ReturnValue_1) == 0x000148, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetDisplayName_ReturnValue) == 0x000150, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000160, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetController_ReturnValue) == 0x000170, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_AsZAIController) == 0x000178, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_AsZAIController' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000188, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetBehaviorTreeDebug_ReturnValue) == 0x000190, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetBehaviorTreeDebug_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsActive_ReturnValue) == 0x0001A0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001A8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetBlackboardDebug_ReturnValue) == 0x0001B8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetBlackboardDebug_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetController_ReturnValue_1) == 0x0001C8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0001D0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_AsAIController) == 0x0001E0, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_bSuccess_1) == 0x0001E8, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_HasPath_ReturnValue) == 0x0001E9, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_HasPath_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetController_ReturnValue_2) == 0x0001F0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_AsAIController_1) == 0x0001F8, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_AsAIController_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, K2Node_DynamicCast_bSuccess_2) == 0x000200, "Member 'WBP_AI_Debug_C_FillAiInfo::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000208, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetNavAgentLocation_ReturnValue) == 0x000220, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetNavAgentLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Vector_Distance_ReturnValue) == 0x000238, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1) == 0x000240, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ReturnValue_1) == 0x000258, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000260, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000270, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsActive_ReturnValue_1) == 0x000278, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsActive_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsValid_ReturnValue_2) == 0x000279, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetCoordinator_ReturnValue) == 0x000280, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetCoordinator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetCurrentBehavior_ReturnValue) == 0x000288, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetCurrentBehavior_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetSmartObjects_ReturnValue) == 0x000290, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetSmartObjects_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0002A0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_SortByDistance_ReturnValue) == 0x0002B0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_SortByDistance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_6) == 0x0002C0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Array_Get_Item) == 0x0002D0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Array_Length_ReturnValue) == 0x0002D8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002E0, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Less_IntInt_ReturnValue) == 0x0002F8, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_HasPath_ReturnValue_1) == 0x0002F9, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_HasPath_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_BooleanAND_ReturnValue) == 0x0002FA, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_2) == 0x000300, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_K2_ProjectPointToNavigation_ReturnValue_2) == 0x000318, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_K2_ProjectPointToNavigation_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetDisplayName_ReturnValue_1) == 0x000320, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000330, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_VectorToText_ReturnValue) == 0x000340, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_VectorToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000350, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_GetDisplayName_ReturnValue_2) == 0x000358, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsEmitting_ReturnValue) == 0x000368, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsEmitting_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000370, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAiInfo, CallFunc_IsComponentTickEnabled_ReturnValue) == 0x000380, "Member 'WBP_AI_Debug_C_FillAiInfo::CallFunc_IsComponentTickEnabled_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AI_Debug_C_FillAIList \ -static_assert(alignof(WBP_AI_Debug_C_FillAIList) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_FillAIList"); \ -static_assert(sizeof(WBP_AI_Debug_C_FillAIList) == 0x0000E0, "Wrong size on WBP_AI_Debug_C_FillAIList"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_AI_Debug_C_FillAIList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_AI_Debug_C_FillAIList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_MakeStruct_Margin) == 0x000040, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_MakeStruct_Margin' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Create_ReturnValue) == 0x000050, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_AddChild_ReturnValue) == 0x000058, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_SortByDistance_ReturnValue) == 0x000070, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_SortByDistance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Array_Get_Item) == 0x000088, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Greater_IntInt_ReturnValue) == 0x000090, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_DynamicCast_AsZCharacter) == 0x000098, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_AI_Debug_C_FillAIList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetController_ReturnValue) == 0x0000A8, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_GetDisplayName_ReturnValue) == 0x0000B0, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Array_Length_ReturnValue_1) == 0x0000D8, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_FillAIList, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'WBP_AI_Debug_C_FillAIList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0 \ -static_assert(alignof(WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0"); \ -static_assert(sizeof(WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0"); \ -static_assert(offsetof(WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'WBP_AI_Debug_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AI_Debug_C_OnAIClicked \ -static_assert(alignof(WBP_AI_Debug_C_OnAIClicked) == 0x000004, "Wrong alignment on WBP_AI_Debug_C_OnAIClicked"); \ -static_assert(sizeof(WBP_AI_Debug_C_OnAIClicked) == 0x000004, "Wrong size on WBP_AI_Debug_C_OnAIClicked"); \ -static_assert(offsetof(WBP_AI_Debug_C_OnAIClicked, Index_0) == 0x000000, "Member 'WBP_AI_Debug_C_OnAIClicked::Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AI_Debug_C_Tick \ -static_assert(alignof(WBP_AI_Debug_C_Tick) == 0x000004, "Wrong alignment on WBP_AI_Debug_C_Tick"); \ -static_assert(sizeof(WBP_AI_Debug_C_Tick) == 0x00003C, "Wrong size on WBP_AI_Debug_C_Tick"); \ -static_assert(offsetof(WBP_AI_Debug_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_AI_Debug_C_Tick::MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_AI_Debug_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_AI_Debug_C_Tick::InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_AI_Debug_C \ -static_assert(alignof(UWBP_AI_Debug_C) == 0x000008, "Wrong alignment on UWBP_AI_Debug_C"); \ -static_assert(sizeof(UWBP_AI_Debug_C) == 0x000380, "Wrong size on UWBP_AI_Debug_C"); \ -static_assert(offsetof(UWBP_AI_Debug_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_AI_Debug_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, ClosestSOName) == 0x0002E8, "Member 'UWBP_AI_Debug_C::ClosestSOName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, ClosestSONavPath) == 0x0002F0, "Member 'UWBP_AI_Debug_C::ClosestSONavPath' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, ClosestSONavPos) == 0x0002F8, "Member 'UWBP_AI_Debug_C::ClosestSONavPos' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, PanelInfos) == 0x000300, "Member 'UWBP_AI_Debug_C::PanelInfos' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, PathToPlayer) == 0x000308, "Member 'UWBP_AI_Debug_C::PathToPlayer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, ScrollBox_AIs) == 0x000310, "Member 'UWBP_AI_Debug_C::ScrollBox_AIs' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextBehavior) == 0x000318, "Member 'UWBP_AI_Debug_C::TextBehavior' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextBhvr) == 0x000320, "Member 'UWBP_AI_Debug_C::TextBhvr' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextBlackboard) == 0x000328, "Member 'UWBP_AI_Debug_C::TextBlackboard' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextCanNav) == 0x000330, "Member 'UWBP_AI_Debug_C::TextCanNav' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextCoordinator) == 0x000338, "Member 'UWBP_AI_Debug_C::TextCoordinator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextDebugName) == 0x000340, "Member 'UWBP_AI_Debug_C::TextDebugName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextDistance) == 0x000348, "Member 'UWBP_AI_Debug_C::TextDistance' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextModementMode) == 0x000350, "Member 'UWBP_AI_Debug_C::TextModementMode' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextMoveCompActivated) == 0x000358, "Member 'UWBP_AI_Debug_C::TextMoveCompActivated' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextSk) == 0x000360, "Member 'UWBP_AI_Debug_C::TextSk' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, TextTarget) == 0x000368, "Member 'UWBP_AI_Debug_C::TextTarget' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, SelectedCharacter) == 0x000370, "Member 'UWBP_AI_Debug_C::SelectedCharacter' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AI_Debug_C, DebugSphere) == 0x000378, "Member 'UWBP_AI_Debug_C::DebugSphere' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst \ -static_assert(alignof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst) == 0x000008, "Wrong alignment on BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst"); \ -static_assert(sizeof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst) == 0x0005E0, "Wrong size on BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, EntryPoint) == 0x000000, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_Event_DeathActorInstigator) == 0x000010, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_DynamicCast_AsZCharacter) == 0x000018, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_GetDarwinGPTagComponent_GameplayTagComponent) == 0x000028, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_GetDarwinGPTagComponent_GameplayTagComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_GetActorForwardVector_ReturnValue) == 0x000030, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_AttachToActor_ReturnValue) == 0x000060, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000061, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000068, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_NativeIsClimbing_ReturnValue) == 0x000160, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, Temp_object_Variable) == 0x000168, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_SphereTraceSingle_OutHit) == 0x000178, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_SphereTraceSingle_ReturnValue) == 0x000270, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_bBlockingHit) == 0x000271, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_bInitialOverlap) == 0x000272, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Time) == 0x000274, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Distance) == 0x000278, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Location) == 0x000280, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_ImpactPoint) == 0x000298, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_Normal) == 0x0002B0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_ImpactNormal) == 0x0002C8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_PhysMat) == 0x0002E0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitActor) == 0x0002E8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitComponent) == 0x0002F0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitBoneName) == 0x0002F8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_BoneName) == 0x000300, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_HitItem) == 0x000308, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_ElementIndex) == 0x00030C, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_FaceIndex) == 0x000310, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_TraceStart) == 0x000318, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakHitResult_TraceEnd) == 0x000330, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakVector_X) == 0x000348, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakVector_X' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakVector_Y) == 0x000350, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakVector_Y' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_BreakVector_Z) == 0x000358, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_BreakVector_Z' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_MakeVector_ReturnValue) == 0x000360, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_MakeRotFromZX_ReturnValue) == 0x000378, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_IsInWaterVolume_ReturnValue) == 0x000390, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000398, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0003B0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_Add_VectorVector_ReturnValue) == 0x0003C8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0003E0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0004D8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0004E0, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0005D8, "Member 'BP_Death_BalloonBurst_C_ExecuteUbergraph_BP_Death_BalloonBurst::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_BalloonBurst_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_BalloonBurst_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_BalloonBurst_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_BalloonBurst_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_BalloonBurst_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_BalloonBurst_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_BalloonBurst_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_BalloonBurst_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_BalloonBurst_C \ -static_assert(alignof(ABP_Death_BalloonBurst_C) == 0x000008, "Wrong alignment on ABP_Death_BalloonBurst_C"); \ -static_assert(sizeof(ABP_Death_BalloonBurst_C) == 0x000318, "Wrong size on ABP_Death_BalloonBurst_C"); \ -static_assert(offsetof(ABP_Death_BalloonBurst_C, UberGraphFrame_BP_Death_BalloonBurst_C) == 0x0002F8, "Member 'ABP_Death_BalloonBurst_C::UberGraphFrame_BP_Death_BalloonBurst_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_BalloonBurst_C, Bubbles) == 0x000300, "Member 'ABP_Death_BalloonBurst_C::Bubbles' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_BalloonBurst_C, Dust) == 0x000308, "Member 'ABP_Death_BalloonBurst_C::Dust' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_BalloonBurst_C, WasClimbing) == 0x000310, "Member 'ABP_Death_BalloonBurst_C::WasClimbing' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec \ -static_assert(alignof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec) == 0x000008, "Wrong alignment on BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec"); \ -static_assert(sizeof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec) == 0x0006A0, "Wrong size on BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, EntryPoint) == 0x000000, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName) == 0x000014, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, Temp_name_Variable) == 0x00002C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::Temp_name_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, Temp_object_Variable) == 0x000038, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000048, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_Event_DeltaSeconds) == 0x000060, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_Event_Pawn) == 0x000068, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_Event_DeathActorInstigator) == 0x000070, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_DynamicCast_AsZCharacter) == 0x000078, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000090, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_GetActorForwardVector_ReturnValue) == 0x000098, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_AttachToActor_ReturnValue) == 0x0000C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_SphereTraceSingle_OutHit) == 0x0000D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_SphereTraceSingle_ReturnValue) == 0x0001C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0001D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_bBlockingHit) == 0x0002C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002C9, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Time) == 0x0002CC, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Distance) == 0x0002D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Location) == 0x0002D8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_ImpactPoint) == 0x0002F0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_Normal) == 0x000308, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_ImpactNormal) == 0x000320, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_PhysMat) == 0x000338, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitActor) == 0x000340, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitComponent) == 0x000348, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitBoneName) == 0x000350, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_BoneName) == 0x000358, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_HitItem) == 0x000360, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_ElementIndex) == 0x000364, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_FaceIndex) == 0x000368, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_TraceStart) == 0x000370, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakHitResult_TraceEnd) == 0x000388, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003A0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0003A8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakVector_X) == 0x0003C0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakVector_X' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakVector_Y) == 0x0003C8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakVector_Y' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakVector_Z) == 0x0003D0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakVector_Z' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Add_VectorVector_ReturnValue) == 0x0003D8, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_MakeVector_ReturnValue) == 0x0003F0, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000408, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000500, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_MakeRotFromZX_ReturnValue) == 0x000508, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakRotator_Roll) == 0x000520, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakRotator_Pitch) == 0x000524, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_BreakRotator_Yaw) == 0x000528, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000530, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000538, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000630, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_NativeIsClimbing_ReturnValue) == 0x000631, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_1) == 0x000634, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_2) == 0x00063C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_IsInWaterVolume_ReturnValue) == 0x00064C, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_2) == 0x000650, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_GetDarwinGPTagComponent_GameplayTagComponent) == 0x000658, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_GetDarwinGPTagComponent_GameplayTagComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_3) == 0x000660, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_3) == 0x000670, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CreateDelegate_OutputDelegate_4) == 0x000678, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, K2Node_CustomEvent_NotifyName_4) == 0x000688, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000690, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000698, "Member 'BP_Death_Elec_C_ExecuteUbergraph_BP_Death_Elec::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C \ -static_assert(alignof(BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(sizeof(BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(offsetof(BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnBlendOut_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C \ -static_assert(alignof(BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(sizeof(BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(offsetof(BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnCompleted_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_Elec_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Elec_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_Elec_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Elec_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_Elec_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Elec_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Elec_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Elec_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C \ -static_assert(alignof(BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(sizeof(BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(offsetof(BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnInterrupted_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C \ -static_assert(alignof(BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(sizeof(BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(offsetof(BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnNotifyBegin_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C \ -static_assert(alignof(BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C) == 0x000004, "Wrong alignment on BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(sizeof(BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C) == 0x000008, "Wrong size on BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C"); \ -static_assert(offsetof(BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C, NotifyName) == 0x000000, "Member 'BP_Death_Elec_C_OnNotifyEnd_27897FD949EF3D7F739472B6B6136A2C::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Elec_C_ReceiveTick \ -static_assert(alignof(BP_Death_Elec_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_Elec_C_ReceiveTick"); \ -static_assert(sizeof(BP_Death_Elec_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_Elec_C_ReceiveTick"); \ -static_assert(offsetof(BP_Death_Elec_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_Elec_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_Elec_C \ -static_assert(alignof(ABP_Death_Elec_C) == 0x000008, "Wrong alignment on ABP_Death_Elec_C"); \ -static_assert(sizeof(ABP_Death_Elec_C) == 0x000338, "Wrong size on ABP_Death_Elec_C"); \ -static_assert(offsetof(ABP_Death_Elec_C, UberGraphFrame_BP_Death_Elec_C) == 0x0002F8, "Member 'ABP_Death_Elec_C::UberGraphFrame_BP_Death_Elec_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Elec_C, Eyes_dropping_UnderW) == 0x000300, "Member 'ABP_Death_Elec_C::Eyes_dropping_UnderW' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Elec_C, FX_ElecAnim) == 0x000308, "Member 'ABP_Death_Elec_C::FX_ElecAnim' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Elec_C, Bubbles) == 0x000310, "Member 'ABP_Death_Elec_C::Bubbles' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Elec_C, Eyes) == 0x000318, "Member 'ABP_Death_Elec_C::Eyes' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Elec_C, Sparks) == 0x000320, "Member 'ABP_Death_Elec_C::Sparks' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Elec_C, Dust) == 0x000328, "Member 'ABP_Death_Elec_C::Dust' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Elec_C, WasClimbing) == 0x000330, "Member 'ABP_Death_Elec_C::WasClimbing' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished \ -static_assert(alignof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished) == 0x000008, "Wrong alignment on BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished"); \ -static_assert(sizeof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished) == 0x000088, "Wrong size on BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, EntryPoint) == 0x000000, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000018, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_Event_Pawn) == 0x000040, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_Event_DeathActorInstigator) == 0x000048, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_MakeRotator_ReturnValue) == 0x000050, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_DynamicCast_AsCharacter) == 0x000068, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000078, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000080, "Member 'BP_Death_Squished_C_ExecuteUbergraph_BP_Death_Squished::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_Squished_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_Squished_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Squished_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_Squished_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Squished_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_Squished_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Squished_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_Squished_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Squished_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_Squished_C \ -static_assert(alignof(ABP_Death_Squished_C) == 0x000008, "Wrong alignment on ABP_Death_Squished_C"); \ -static_assert(sizeof(ABP_Death_Squished_C) == 0x000310, "Wrong size on ABP_Death_Squished_C"); \ -static_assert(offsetof(ABP_Death_Squished_C, UberGraphFrame_BP_Death_Squished_C) == 0x0002F8, "Member 'ABP_Death_Squished_C::UberGraphFrame_BP_Death_Squished_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Squished_C, Squished) == 0x000300, "Member 'ABP_Death_Squished_C::Squished' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_Squished_C, Decal) == 0x000308, "Member 'ABP_Death_Squished_C::Decal' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_LocomotionState_Water_C \ -static_assert(alignof(UBP_LocomotionState_Water_C) == 0x000008, "Wrong alignment on UBP_LocomotionState_Water_C"); \ -static_assert(sizeof(UBP_LocomotionState_Water_C) == 0x000098, "Wrong size on UBP_LocomotionState_Water_C"); \ - -#define DUMPER7_ASSERTS_UBP_LocomotionStateMachine_C \ -static_assert(alignof(UBP_LocomotionStateMachine_C) == 0x000008, "Wrong alignment on UBP_LocomotionStateMachine_C"); \ -static_assert(sizeof(UBP_LocomotionStateMachine_C) == 0x000068, "Wrong size on UBP_LocomotionStateMachine_C"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AimAssistToggle_K2Node_ComponentBoundEvent_5_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_AmbianceSlider_K2Node_ComponentBoundEvent_8_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_HelpSystemToggle_K2Node_ComponentBoundEvent_3_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature, Index_0) == 0x000014, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_KeyboardLayoutCombo_K2Node_ComponentBoundEvent_4_OnSelectionChanged__DelegateSignature::Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, Index_0) == 0x000014, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_LanguageComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_RumbleToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotToggleY_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SlingshotXToggle_K2Node_ComponentBoundEvent_6_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GameplaySettings_C_BndEvt__WBP_GameplaySettings_SubtitlesToggle_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings \ -static_assert(alignof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings"); \ -static_assert(sizeof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings) == 0x000130, "Wrong size on WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, EntryPoint) == 0x000000, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectedItem_1) == 0x000008, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectedItem_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectionType_1) == 0x000018, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectionType_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_Index_1) == 0x00001C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000028, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000038, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000040, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetZPlayerController_ReturnValue) == 0x000050, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x000058, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_2) == 0x000068, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetHelpSystem_ReturnValue) == 0x000078, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetHelpSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetIsEnabled_ReturnValue) == 0x000080, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_IsValid_ReturnValue_1) == 0x000081, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectedItem) == 0x000088, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_SelectionType) == 0x000098, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_Index) == 0x00009C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_3) == 0x0000A0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_2) == 0x0000A8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_3) == 0x0000B0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_3) == 0x0000B8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_1) == 0x0000B9, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState) == 0x0000BA, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_NewSliderValue) == 0x0000C0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_NewSliderValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_4) == 0x0000C8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_5) == 0x0000D0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_4) == 0x0000D8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_4) == 0x0000E0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_5) == 0x0000E8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_6) == 0x0000F8, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_6) == 0x000100, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_6) == 0x000108, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_Event_bValue) == 0x000109, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_BooleanAND_ReturnValue) == 0x00010A, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_Event_InFocusEvent) == 0x00010C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_3) == 0x000114, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_4) == 0x000115, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_ComponentBoundEvent_ButtonState_5) == 0x000116, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_ComponentBoundEvent_ButtonState_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_GetGameUserSettings_ReturnValue_7) == 0x000118, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_GetGameUserSettings_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_AsDPGame_User_Settings_7) == 0x000120, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_AsDPGame_User_Settings_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, K2Node_DynamicCast_bSuccess_7) == 0x000128, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings, CallFunc_SetAimSensitivity_fNewSensitivity_ImplicitCast) == 0x00012C, "Member 'WBP_GameplaySettings_C_ExecuteUbergraph_WBP_GameplaySettings::CallFunc_SetAimSensitivity_fNewSensitivity_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_FindCulture \ -static_assert(alignof(WBP_GameplaySettings_C_FindCulture) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_FindCulture"); \ -static_assert(sizeof(WBP_GameplaySettings_C_FindCulture) == 0x000080, "Wrong size on WBP_GameplaySettings_C_FindCulture"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CultureName) == 0x000000, "Member 'WBP_GameplaySettings_C_FindCulture::CultureName' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CultureFound) == 0x000010, "Member 'WBP_GameplaySettings_C_FindCulture::CultureFound' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_ToLower_ReturnValue) == 0x000020, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_ToLower_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_GameplaySettings_C_FindCulture::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_GameplaySettings_C_FindCulture::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000058, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_ToLower_ReturnValue_1) == 0x000068, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_ToLower_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_FindCulture, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000078, "Member 'WBP_GameplaySettings_C_FindCulture::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_Init \ -static_assert(alignof(WBP_GameplaySettings_C_Init) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_Init"); \ -static_assert(sizeof(WBP_GameplaySettings_C_Init) == 0x000038, "Wrong size on WBP_GameplaySettings_C_Init"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_IsConsolePlateform_ReturnValue) == 0x000000, "Member 'WBP_GameplaySettings_C_Init::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000010, "Member 'WBP_GameplaySettings_C_Init::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GameplaySettings_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetAimSensitivity_ReturnValue) == 0x00001C, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetAimSensitivity_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetSlingshotInvertY_ReturnValue) == 0x000020, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetSlingshotInvertY_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetSlingshotInvertX_ReturnValue) == 0x000021, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetSlingshotInvertX_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetAimASsist_ReturnValue) == 0x000022, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetAimASsist_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetUserKeyboardLayout_ReturnValue) == 0x000024, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetUserKeyboardLayout_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetHelpSystemEnabled_ReturnValue) == 0x000028, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetHelpSystemEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetForceFeedback_ReturnValue) == 0x000029, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_GetSubtitle_ReturnValue) == 0x00002A, "Member 'WBP_GameplaySettings_C_Init::CallFunc_GetSubtitle_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast) == 0x000030, "Member 'WBP_GameplaySettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed \ -static_assert(alignof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed"); \ -static_assert(sizeof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed) == 0x000048, "Wrong size on WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, SelectedItem) == 0x000000, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_FindCulture_CultureFound) == 0x000020, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_FindCulture_CultureFound' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_IsEmpty_ReturnValue) == 0x000030, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000038, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000041, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed, CallFunc_Not_PreBool_ReturnValue_1) == 0x000042, "Member 'WBP_GameplaySettings_C_Language_Combo_on_Selection_Changed::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_OnAppFocus \ -static_assert(alignof(WBP_GameplaySettings_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_GameplaySettings_C_OnAppFocus"); \ -static_assert(sizeof(WBP_GameplaySettings_C_OnAppFocus) == 0x000001, "Wrong size on WBP_GameplaySettings_C_OnAppFocus"); \ -static_assert(offsetof(WBP_GameplaySettings_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_GameplaySettings_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_GameplaySettings_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_GameplaySettings_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_GameplaySettings_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_GameplaySettings_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_GameplaySettings_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GameplaySettings_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GameplaySettings_C_SetLanguageComboBox \ -static_assert(alignof(WBP_GameplaySettings_C_SetLanguageComboBox) == 0x000008, "Wrong alignment on WBP_GameplaySettings_C_SetLanguageComboBox"); \ -static_assert(sizeof(WBP_GameplaySettings_C_SetLanguageComboBox) == 0x0001B0, "Wrong size on WBP_GameplaySettings_C_SetLanguageComboBox"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, TempCulture) == 0x000000, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::TempCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Array_Index_Variable_2) == 0x000020, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000040, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_RightChop_ReturnValue) == 0x000050, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_RightChop_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCharacterArrayFromString_ReturnValue) == 0x000060, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCharacterArrayFromString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Loop_Counter_Variable_1) == 0x000070, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_ToUpper_ReturnValue) == 0x000078, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_ToUpper_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x0000B0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetLanguage_ReturnValue) == 0x0000B8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetLanguage_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCharacterArrayFromString_ReturnValue_1) == 0x0000C8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCharacterArrayFromString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, Temp_int_Loop_Counter_Variable_2) == 0x0000D8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Contains_ReturnValue) == 0x000108, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCultureDisplayName_ReturnValue_1) == 0x000110, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCultureDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_RightChop_ReturnValue_1) == 0x000120, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_RightChop_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetCharacterArrayFromString_ReturnValue_2) == 0x000130, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetCharacterArrayFromString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Length_ReturnValue_1) == 0x000140, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Less_IntInt_ReturnValue_1) == 0x000144, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_ToUpper_ReturnValue_1) == 0x000148, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_ToUpper_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000158, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetNativeCulture_ReturnValue) == 0x000168, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetNativeCulture_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Add_ReturnValue) == 0x000178, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_RemoveItem_ReturnValue) == 0x00017C, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_GetLocalizedCultures_ReturnValue) == 0x000180, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_GetLocalizedCultures_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Get_Item_2) == 0x000190, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Add_ReturnValue_1) == 0x0001A0, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Array_Length_ReturnValue_2) == 0x0001A4, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GameplaySettings_C_SetLanguageComboBox, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001A8, "Member 'WBP_GameplaySettings_C_SetLanguageComboBox::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_GameplaySettings_C \ -static_assert(alignof(UWBP_GameplaySettings_C) == 0x000008, "Wrong alignment on UWBP_GameplaySettings_C"); \ -static_assert(sizeof(UWBP_GameplaySettings_C) == 0x000398, "Wrong size on UWBP_GameplaySettings_C"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, UberGraphFrame_WBP_GameplaySettings_C) == 0x000320, "Member 'UWBP_GameplaySettings_C::UberGraphFrame_WBP_GameplaySettings_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, AimAssistToggle) == 0x000328, "Member 'UWBP_GameplaySettings_C::AimAssistToggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, AimSensitivitySlider) == 0x000330, "Member 'UWBP_GameplaySettings_C::AimSensitivitySlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, HelpSystemToggle) == 0x000338, "Member 'UWBP_GameplaySettings_C::HelpSystemToggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, HorizontalBox_Keyboard) == 0x000340, "Member 'UWBP_GameplaySettings_C::HorizontalBox_Keyboard' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, KeyboardLayoutCombo) == 0x000348, "Member 'UWBP_GameplaySettings_C::KeyboardLayoutCombo' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, LanguageComboBox) == 0x000350, "Member 'UWBP_GameplaySettings_C::LanguageComboBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, RumbleToggle) == 0x000358, "Member 'UWBP_GameplaySettings_C::RumbleToggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, SlingshotXToggle) == 0x000360, "Member 'UWBP_GameplaySettings_C::SlingshotXToggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, SlingshotYToggle) == 0x000368, "Member 'UWBP_GameplaySettings_C::SlingshotYToggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, SubtitlesToggle) == 0x000370, "Member 'UWBP_GameplaySettings_C::SubtitlesToggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, Cultures) == 0x000378, "Member 'UWBP_GameplaySettings_C::Cultures' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GameplaySettings_C, PreviousCultureOption) == 0x000388, "Member 'UWBP_GameplaySettings_C::PreviousCultureOption' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_ExecuteUbergraph_WBP_Notification \ -static_assert(alignof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification) == 0x000008, "Wrong alignment on WBP_Notification_C_ExecuteUbergraph_WBP_Notification"); \ -static_assert(sizeof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification) == 0x0000E0, "Wrong size on WBP_Notification_C_ExecuteUbergraph_WBP_Notification"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, EntryPoint) == 0x000000, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_name_Variable) == 0x000004, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_name_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_delegate_Variable) == 0x00000C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_PostEvent_ReturnValue) == 0x00001C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_bool_Variable) == 0x000020, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable) == 0x000021, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_1) == 0x000022, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_bool_Variable_1) == 0x000023, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_bool_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_2) == 0x000024, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_3) == 0x000025, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_bool_Variable_2) == 0x000026, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_bool_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_4) == 0x000027, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, Temp_byte_Variable_5) == 0x000028, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::Temp_byte_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_bValue) == 0x00003C, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_InFocusEvent) == 0x000040, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_PlayerInput) == 0x000050, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_PlayerInput' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetUIController_ReturnValue) == 0x000080, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_Array_Contains_ReturnValue) == 0x000088, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_IsDesignTime) == 0x000089, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Select_Default) == 0x00008A, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Select_Default_1) == 0x00008B, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Select_Default_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Event_PopUpTextData) == 0x000090, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Event_PopUpTextData' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, K2Node_Select_Default_2) == 0x0000C0, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::K2Node_Select_Default_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetValidFocusPathButton_NewParam) == 0x0000C8, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetValidFocusPathButton_NewParam' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetValidFocusPathButton_NewParam_1) == 0x0000D0, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetValidFocusPathButton_NewParam_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_ExecuteUbergraph_WBP_Notification, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x0000D8, "Member 'WBP_Notification_C_ExecuteUbergraph_WBP_Notification::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_GetValidFocusPathButton \ -static_assert(alignof(WBP_Notification_C_GetValidFocusPathButton) == 0x000008, "Wrong alignment on WBP_Notification_C_GetValidFocusPathButton"); \ -static_assert(sizeof(WBP_Notification_C_GetValidFocusPathButton) == 0x000018, "Wrong size on WBP_Notification_C_GetValidFocusPathButton"); \ -static_assert(offsetof(WBP_Notification_C_GetValidFocusPathButton, NewParam) == 0x000000, "Member 'WBP_Notification_C_GetValidFocusPathButton::NewParam' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_GetValidFocusPathButton, Temp_bool_Variable) == 0x000008, "Member 'WBP_Notification_C_GetValidFocusPathButton::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_GetValidFocusPathButton, K2Node_Select_Default) == 0x000010, "Member 'WBP_Notification_C_GetValidFocusPathButton::K2Node_Select_Default' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_HandleAspectRatio \ -static_assert(alignof(WBP_Notification_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_Notification_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_Notification_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_Notification_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_Notification_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_Notification_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_Notification_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_Notification_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_OnAppFocus \ -static_assert(alignof(WBP_Notification_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_Notification_C_OnAppFocus"); \ -static_assert(sizeof(WBP_Notification_C_OnAppFocus) == 0x000001, "Wrong size on WBP_Notification_C_OnAppFocus"); \ -static_assert(offsetof(WBP_Notification_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_Notification_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_OnCancelClickedEvent \ -static_assert(alignof(WBP_Notification_C_OnCancelClickedEvent) == 0x000008, "Wrong alignment on WBP_Notification_C_OnCancelClickedEvent"); \ -static_assert(sizeof(WBP_Notification_C_OnCancelClickedEvent) == 0x000020, "Wrong size on WBP_Notification_C_OnCancelClickedEvent"); \ -static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000010, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_OnCancelClickedEvent, CallFunc_GetUIController_ReturnValue_1) == 0x000018, "Member 'WBP_Notification_C_OnCancelClickedEvent::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_OnPlayerInputAction \ -static_assert(alignof(WBP_Notification_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_Notification_C_OnPlayerInputAction"); \ -static_assert(sizeof(WBP_Notification_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_Notification_C_OnPlayerInputAction"); \ -static_assert(offsetof(WBP_Notification_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_Notification_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_Notification_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Notification_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_Notification_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Notification_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_Notification_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Notification_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_PreConstruct \ -static_assert(alignof(WBP_Notification_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Notification_C_PreConstruct"); \ -static_assert(sizeof(WBP_Notification_C_PreConstruct) == 0x000001, "Wrong size on WBP_Notification_C_PreConstruct"); \ -static_assert(offsetof(WBP_Notification_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Notification_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_SetGenericPopUpText \ -static_assert(alignof(WBP_Notification_C_SetGenericPopUpText) == 0x000008, "Wrong alignment on WBP_Notification_C_SetGenericPopUpText"); \ -static_assert(sizeof(WBP_Notification_C_SetGenericPopUpText) == 0x000030, "Wrong size on WBP_Notification_C_SetGenericPopUpText"); \ -static_assert(offsetof(WBP_Notification_C_SetGenericPopUpText, PopUpTextData) == 0x000000, "Member 'WBP_Notification_C_SetGenericPopUpText::PopUpTextData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Notification_C_SetPopupText \ -static_assert(alignof(WBP_Notification_C_SetPopupText) == 0x000008, "Wrong alignment on WBP_Notification_C_SetPopupText"); \ -static_assert(sizeof(WBP_Notification_C_SetPopupText) == 0x000038, "Wrong size on WBP_Notification_C_SetPopupText"); \ -static_assert(offsetof(WBP_Notification_C_SetPopupText, Title) == 0x000000, "Member 'WBP_Notification_C_SetPopupText::Title' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_SetPopupText, QuestionText) == 0x000010, "Member 'WBP_Notification_C_SetPopupText::QuestionText' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_SetPopupText, WarningText) == 0x000020, "Member 'WBP_Notification_C_SetPopupText::WarningText' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_SetPopupText, CallFunc_TextIsEmpty_ReturnValue) == 0x000030, "Member 'WBP_Notification_C_SetPopupText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Notification_C_SetPopupText, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000031, "Member 'WBP_Notification_C_SetPopupText::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Notification_C \ -static_assert(alignof(UWBP_Notification_C) == 0x000008, "Wrong alignment on UWBP_Notification_C"); \ -static_assert(sizeof(UWBP_Notification_C) == 0x000370, "Wrong size on UWBP_Notification_C"); \ -static_assert(offsetof(UWBP_Notification_C, UberGraphFrame) == 0x000300, "Member 'UWBP_Notification_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, Background) == 0x000308, "Member 'UWBP_Notification_C::Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, ButtonSpacer) == 0x000310, "Member 'UWBP_Notification_C::ButtonSpacer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, PopupTitle) == 0x000318, "Member 'UWBP_Notification_C::PopupTitle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, Question) == 0x000320, "Member 'UWBP_Notification_C::Question' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, Separator) == 0x000328, "Member 'UWBP_Notification_C::Separator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, SizeBox_AspectRatio) == 0x000330, "Member 'UWBP_Notification_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, Warning) == 0x000338, "Member 'UWBP_Notification_C::Warning' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, WBP_ButtonCancel) == 0x000340, "Member 'UWBP_Notification_C::WBP_ButtonCancel' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, WBP_ButtonConfirm) == 0x000348, "Member 'UWBP_Notification_C::WBP_ButtonConfirm' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, OnCancelClicked) == 0x000350, "Member 'UWBP_Notification_C::OnCancelClicked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Notification_C, OnConfirmClicked) == 0x000360, "Member 'UWBP_Notification_C::OnConfirmClicked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification \ -static_assert(alignof(WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification) == 0x000004, "Wrong alignment on WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification"); \ -static_assert(sizeof(WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification) == 0x000004, "Wrong size on WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification"); \ -static_assert(offsetof(WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification, EntryPoint) == 0x000000, "Member 'WBP_SkinNotification_C_ExecuteUbergraph_WBP_SkinNotification::EntryPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SkinNotification_C \ -static_assert(alignof(UWBP_SkinNotification_C) == 0x000008, "Wrong alignment on UWBP_SkinNotification_C"); \ -static_assert(sizeof(UWBP_SkinNotification_C) == 0x000388, "Wrong size on UWBP_SkinNotification_C"); \ -static_assert(offsetof(UWBP_SkinNotification_C, UberGraphFrame_WBP_SkinNotification_C) == 0x000370, "Member 'UWBP_SkinNotification_C::UberGraphFrame_WBP_SkinNotification_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinNotification_C, SkinText) == 0x000378, "Member 'UWBP_SkinNotification_C::SkinText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_ConstructElapsedTimeString \ -static_assert(alignof(WBP_Profile_Cards_C_ConstructElapsedTimeString) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_ConstructElapsedTimeString"); \ -static_assert(sizeof(WBP_Profile_Cards_C_ConstructElapsedTimeString) == 0x0002F0, "Wrong size on WBP_Profile_Cards_C_ConstructElapsedTimeString"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, EndString) == 0x000000, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::EndString' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, TempSecondString) == 0x000010, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::TempSecondString' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, TempMinuteString) == 0x000020, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::TempMinuteString' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, TempHourString) == 0x000030, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::TempHourString' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralText_ReturnValue) == 0x000040, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000080, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0000C0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000D0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_GetZGameInstance_ReturnValue) == 0x0000E0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_GetSaveManager_ReturnValue) == 0x0000E8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_GetPlayerSlotData_ReturnValue) == 0x0000F0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_GetPlayerSlotData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_MakeLiteralDouble_ReturnValue) == 0x0001A8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_FromSeconds_ReturnValue) == 0x0001B0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Days) == 0x0001B8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Hours) == 0x0001BC, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Minutes) == 0x0001C0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Seconds) == 0x0001C4, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_BreakTimespan_Milliseconds) == 0x0001C8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Multiply_IntInt_ReturnValue) == 0x0001CC, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_IntToString_ReturnValue) == 0x0001D0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Add_IntInt_ReturnValue) == 0x0001E0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0001E8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0001F8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000208, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000218, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000228, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000238, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Len_ReturnValue) == 0x000248, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Len_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000250, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000260, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Len_ReturnValue_1) == 0x000264, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_SelectString_ReturnValue) == 0x000268, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000278, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_SelectString_ReturnValue_1) == 0x000280, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000290, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0002A0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0002B0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0002C0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_Len_ReturnValue_2) == 0x0002D0, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_Len_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x0002D4, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_SelectString_ReturnValue_2) == 0x0002D8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_SelectString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ConstructElapsedTimeString, CallFunc_FromSeconds_Seconds_ImplicitCast) == 0x0002E8, "Member 'WBP_Profile_Cards_C_ConstructElapsedTimeString::CallFunc_FromSeconds_Seconds_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards \ -static_assert(alignof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards"); \ -static_assert(sizeof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards) == 0x000128, "Wrong size on WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, EntryPoint) == 0x000000, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_MakeStruct_WidgetTransform) == 0x000008, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, Temp_delegate_Variable) == 0x000040, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, Temp_delegate_Variable_1) == 0x000050, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_PostEvent_ReturnValue) == 0x000060, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_PostEvent_ReturnValue_1) == 0x000064, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_Event_InFocusEvent_1) == 0x000068, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_MakeStruct_WidgetTransform_1) == 0x000070, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_MakeStruct_WidgetTransform_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetZGameInstance_ReturnValue) == 0x0000A8, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetSaveManager_ReturnValue) == 0x0000B0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x0000B8, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_LoadPlayerData_ReturnValue) == 0x0000B9, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_LoadPlayerData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetZGameInstance_ReturnValue_1) == 0x0000C0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetCollectibleSystem_ReturnValue) == 0x0000C8, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F0, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000100, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_GetZSaveManager_ReturnValue) == 0x000110, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_GetZSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_IsSlotDataEmpty_ReturnValue_1) == 0x000118, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_IsSlotDataEmpty_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, K2Node_Event_InFocusEvent) == 0x00011C, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards, CallFunc_Not_PreBool_ReturnValue) == 0x000124, "Member 'WBP_Profile_Cards_C_ExecuteUbergraph_WBP_Profile_Cards::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_Profile_Cards_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Profile_Cards_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_Profile_Cards_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Profile_Cards_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_Profile_Cards_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Profile_Cards_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_Profile_Cards_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Profile_Cards_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_Profile_Cards_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Profile_Cards_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_Profile_Cards_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Profile_Cards_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_RefreshActiveSlot \ -static_assert(alignof(WBP_Profile_Cards_C_RefreshActiveSlot) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_RefreshActiveSlot"); \ -static_assert(sizeof(WBP_Profile_Cards_C_RefreshActiveSlot) == 0x000010, "Wrong size on WBP_Profile_Cards_C_RefreshActiveSlot"); \ -static_assert(offsetof(WBP_Profile_Cards_C_RefreshActiveSlot, CallFunc_GetZSaveManager_ReturnValue) == 0x000000, "Member 'WBP_Profile_Cards_C_RefreshActiveSlot::CallFunc_GetZSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_RefreshActiveSlot, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x000008, "Member 'WBP_Profile_Cards_C_RefreshActiveSlot::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_RefreshActiveSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_Profile_Cards_C_RefreshActiveSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Profile_Cards_C_SetActive \ -static_assert(alignof(WBP_Profile_Cards_C_SetActive) == 0x000008, "Wrong alignment on WBP_Profile_Cards_C_SetActive"); \ -static_assert(sizeof(WBP_Profile_Cards_C_SetActive) == 0x000120, "Wrong size on WBP_Profile_Cards_C_SetActive"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, bEnabled) == 0x000000, "Member 'WBP_Profile_Cards_C_SetActive::bEnabled' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_ConstructElapsedTimeString_EndString) == 0x000008, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_ConstructElapsedTimeString_EndString' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_MakeDateTime_ReturnValue) == 0x000028, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_MakeDateTime_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_GetZGameInstance_ReturnValue) == 0x000030, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_GetSaveManager_ReturnValue) == 0x000038, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_GetPlayerSlotData_ReturnValue) == 0x000040, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_GetPlayerSlotData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_AsDate_DateTime_ReturnValue) == 0x0000F8, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_AsDate_DateTime_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_Greater_DateTimeDateTime_ReturnValue) == 0x000108, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_Greater_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Profile_Cards_C_SetActive, CallFunc_AsDate_DateTime_ReturnValue_1) == 0x000110, "Member 'WBP_Profile_Cards_C_SetActive::CallFunc_AsDate_DateTime_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Profile_Cards_C \ -static_assert(alignof(UWBP_Profile_Cards_C) == 0x000008, "Wrong alignment on UWBP_Profile_Cards_C"); \ -static_assert(sizeof(UWBP_Profile_Cards_C) == 0x0003F8, "Wrong size on UWBP_Profile_Cards_C"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Profile_Cards_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Card_BG) == 0x000300, "Member 'UWBP_Profile_Cards_C::Card_BG' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Card_Frame) == 0x000308, "Member 'UWBP_Profile_Cards_C::Card_Frame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Card_Img) == 0x000310, "Member 'UWBP_Profile_Cards_C::Card_Img' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Card_Img_darken) == 0x000318, "Member 'UWBP_Profile_Cards_C::Card_Img_darken' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Card_Img_inactive_overlay) == 0x000320, "Member 'UWBP_Profile_Cards_C::Card_Img_inactive_overlay' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Card_inactive_plus) == 0x000328, "Member 'UWBP_Profile_Cards_C::Card_inactive_plus' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, DiffButton) == 0x000330, "Member 'UWBP_Profile_Cards_C::DiffButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, GreenPressedMask) == 0x000338, "Member 'UWBP_Profile_Cards_C::GreenPressedMask' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, LastPlayed_Container) == 0x000340, "Member 'UWBP_Profile_Cards_C::LastPlayed_Container' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, NewProfileText) == 0x000348, "Member 'UWBP_Profile_Cards_C::NewProfileText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Overlay_Card) == 0x000350, "Member 'UWBP_Profile_Cards_C::Overlay_Card' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, PlayTime_Container) == 0x000358, "Member 'UWBP_Profile_Cards_C::PlayTime_Container' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Selection_Frame) == 0x000360, "Member 'UWBP_Profile_Cards_C::Selection_Frame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Slot_LastPlayed) == 0x000368, "Member 'UWBP_Profile_Cards_C::Slot_LastPlayed' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Slot_LastTimePlayed) == 0x000370, "Member 'UWBP_Profile_Cards_C::Slot_LastTimePlayed' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Slot_PlayTime) == 0x000378, "Member 'UWBP_Profile_Cards_C::Slot_PlayTime' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Slot_Time) == 0x000380, "Member 'UWBP_Profile_Cards_C::Slot_Time' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Focused_Sound) == 0x000388, "Member 'UWBP_Profile_Cards_C::Focused_Sound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, OnFocus) == 0x000390, "Member 'UWBP_Profile_Cards_C::OnFocus' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, OnUnFocus) == 0x0003A0, "Member 'UWBP_Profile_Cards_C::OnUnFocus' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, OnClickedDiff) == 0x0003B0, "Member 'UWBP_Profile_Cards_C::OnClickedDiff' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Focused) == 0x0003C0, "Member 'UWBP_Profile_Cards_C::Focused' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Transform_Angle) == 0x0003C4, "Member 'UWBP_Profile_Cards_C::Transform_Angle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Hover_Transform_Scale) == 0x0003C8, "Member 'UWBP_Profile_Cards_C::Hover_Transform_Scale' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Diff_Texture) == 0x0003D8, "Member 'UWBP_Profile_Cards_C::Diff_Texture' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, FirstTime) == 0x0003E0, "Member 'UWBP_Profile_Cards_C::FirstTime' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, Diff_Texture_inactive) == 0x0003E8, "Member 'UWBP_Profile_Cards_C::Diff_Texture_inactive' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, SlotIndex) == 0x0003F0, "Member 'UWBP_Profile_Cards_C::SlotIndex' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Profile_Cards_C, DebugData) == 0x0003F4, "Member 'UWBP_Profile_Cards_C::DebugData' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UBP_WorldPopUps_C \ +static_assert(alignof(UBP_WorldPopUps_C) == 0x000008, "Wrong alignment on UBP_WorldPopUps_C"); \ +static_assert(sizeof(UBP_WorldPopUps_C) == 0x000030, "Wrong size on UBP_WorldPopUps_C"); \ #define DUMPER7_ASSERTS_UBP_TutoDecorator_C \ static_assert(alignof(UBP_TutoDecorator_C) == 0x000008, "Wrong alignment on UBP_TutoDecorator_C"); \ static_assert(sizeof(UBP_TutoDecorator_C) == 0x000030, "Wrong size on UBP_TutoDecorator_C"); \ -#define DUMPER7_ASSERTS_WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon \ -static_assert(alignof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon) == 0x000008, "Wrong alignment on WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon"); \ -static_assert(sizeof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon) == 0x000038, "Wrong size on WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, EntryPoint) == 0x000000, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, CallFunc_GetInputMode_ReturnValue) == 0x000010, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000018, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, K2Node_CustomEvent_OldMode) == 0x000030, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon, K2Node_CustomEvent_NewMode) == 0x000031, "Member 'WBP_PromptInputIcon_C_ExecuteUbergraph_WBP_PromptInputIcon::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinDisguise \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinDisguise) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinDisguise"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinDisguise) == 0x000028, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinDisguise"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinDisguise, DisguiseMaterial) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinDisguise::DisguiseMaterial' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_PromptInputIcon_C_OnInputModeChanged_Event \ -static_assert(alignof(WBP_PromptInputIcon_C_OnInputModeChanged_Event) == 0x000001, "Wrong alignment on WBP_PromptInputIcon_C_OnInputModeChanged_Event"); \ -static_assert(sizeof(WBP_PromptInputIcon_C_OnInputModeChanged_Event) == 0x000002, "Wrong size on WBP_PromptInputIcon_C_OnInputModeChanged_Event"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_OnInputModeChanged_Event, OldMode) == 0x000000, "Member 'WBP_PromptInputIcon_C_OnInputModeChanged_Event::OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_OnInputModeChanged_Event, NewMode) == 0x000001, "Member 'WBP_PromptInputIcon_C_OnInputModeChanged_Event::NewMode' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_ApplyDarwinLayers \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_ApplyDarwinLayers"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers) == 0x0002B0, "Wrong size on BP_CharacterCosmeticComponent_C_ApplyDarwinLayers"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, GameplayTag) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, SkinData) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::SkinData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, Tags) == 0x0001E8, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::Tags' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, NewLocalVar) == 0x000208, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue) == 0x000238, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000239, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_1) == 0x00023A, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_2) == 0x00023B, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_3) == 0x00023C, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_4) == 0x00023D, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_GetOwner_ReturnValue) == 0x000240, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_AsZCharacter) == 0x000248, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_bSuccess) == 0x000250, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, Temp_name_Variable) == 0x000254, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_GetOwner_ReturnValue_1) == 0x000260, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_Map_Find_Value) == 0x000268, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_Map_Find_ReturnValue) == 0x000290, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_AsZCharacter_1) == 0x000298, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_AsZCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_GetNiagaraSystemByTag_System) == 0x0002A8, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_GetNiagaraSystemByTag_System' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_PromptInputIcon_C_OverrideInput \ -static_assert(alignof(WBP_PromptInputIcon_C_OverrideInput) == 0x000008, "Wrong alignment on WBP_PromptInputIcon_C_OverrideInput"); \ -static_assert(sizeof(WBP_PromptInputIcon_C_OverrideInput) == 0x000020, "Wrong size on WBP_PromptInputIcon_C_OverrideInput"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_OverrideInput, InputText_0) == 0x000000, "Member 'WBP_PromptInputIcon_C_OverrideInput::InputText_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_OverrideInput, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_PromptInputIcon_C_OverrideInput::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_PromptInputIcon_C_OverrideInput, CallFunc_GetInputMode_ReturnValue) == 0x000018, "Member 'WBP_PromptInputIcon_C_OverrideInput::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow) == 0x000018, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow, NiagaraSystem) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow, K2Node_MakeStruct_LinearColor) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_PromptInputIcon_C \ -static_assert(alignof(UWBP_PromptInputIcon_C) == 0x000008, "Wrong alignment on UWBP_PromptInputIcon_C"); \ -static_assert(sizeof(UWBP_PromptInputIcon_C) == 0x000328, "Wrong size on UWBP_PromptInputIcon_C"); \ -static_assert(offsetof(UWBP_PromptInputIcon_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_PromptInputIcon_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PromptInputIcon_C, InputProgressBar) == 0x000300, "Member 'UWBP_PromptInputIcon_C::InputProgressBar' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PromptInputIcon_C, InputText) == 0x000308, "Member 'UWBP_PromptInputIcon_C::InputText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PromptInputIcon_C, NewVar) == 0x000310, "Member 'UWBP_PromptInputIcon_C::NewVar' has a wrong offset!"); \ -static_assert(offsetof(UWBP_PromptInputIcon_C, InputIconText) == 0x000318, "Member 'UWBP_PromptInputIcon_C::InputIconText' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter) == 0x000048, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, NiagaraSystem) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_LinearColor) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_MaterialParameterInfo) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x000038, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt \ -static_assert(alignof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt"); \ -static_assert(sizeof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt) == 0x000068, "Wrong size on WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, EntryPoint) == 0x000000, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_Event_IsDesignTime) == 0x000024, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CustomEvent_NewCulture) == 0x000030, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetUIController_ReturnValue) == 0x000040, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000048, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetPlatformType_ReturnValue) == 0x000050, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000051, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetUIController_ReturnValue_1) == 0x000058, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CustomEvent_OldMode) == 0x000060, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CustomEvent_NewMode) == 0x000061, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinMud \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinMud) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinMud"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinMud) == 0x000080, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinMud"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, NiagaraSystem) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_LinearColor) == 0x00001C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x00002C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x00003C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_3) == 0x00004C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_4) == 0x00005C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_5) == 0x00006C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_5' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_Init_Text \ -static_assert(alignof(WBP_InputPrompt_C_Init_Text) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_Init_Text"); \ -static_assert(sizeof(WBP_InputPrompt_C_Init_Text) == 0x0000F8, "Wrong size on WBP_InputPrompt_C_Init_Text"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_1) == 0x000010, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_2) == 0x000020, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_3) == 0x000030, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_4) == 0x000040, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_5) == 0x000050, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_6) == 0x000060, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_7) == 0x000070, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_8) == 0x000080, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_IsSwitchDocked_ReturnValue) == 0x000090, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_9) == 0x000094, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000A4, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A5, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x0000A8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x0000B0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x0000B8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x0000C0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_4) == 0x0000C8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_5) == 0x0000D0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_6) == 0x0000D8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_7) == 0x0000E0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_8) == 0x0000E8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_9) == 0x0000F0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_9' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue) == 0x000028, "Wrong size on BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue, ParameterName) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue, NiagaraSystem) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue::NiagaraSystem' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_InputModeChangedEvent \ -static_assert(alignof(WBP_InputPrompt_C_InputModeChangedEvent) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_InputModeChangedEvent"); \ -static_assert(sizeof(WBP_InputPrompt_C_InputModeChangedEvent) == 0x000002, "Wrong size on WBP_InputPrompt_C_InputModeChangedEvent"); \ -static_assert(offsetof(WBP_InputPrompt_C_InputModeChangedEvent, OldMode) == 0x000000, "Member 'WBP_InputPrompt_C_InputModeChangedEvent::OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_InputModeChangedEvent, NewMode) == 0x000001, "Member 'WBP_InputPrompt_C_InputModeChangedEvent::NewMode' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue) == 0x000020, "Wrong size on BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, ParameterName) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, NiagaraSystem) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_OnCultureChanged_Event \ -static_assert(alignof(WBP_InputPrompt_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_OnCultureChanged_Event"); \ -static_assert(sizeof(WBP_InputPrompt_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_InputPrompt_C_OnCultureChanged_Event"); \ -static_assert(offsetof(WBP_InputPrompt_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_InputPrompt_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag) == 0x000020, "Wrong size on BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, SystemTag) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::SystemTag' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, System) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::System' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, CallFunc_FindComponentByTag_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::CallFunc_FindComponentByTag_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_OverrideInput \ -static_assert(alignof(WBP_InputPrompt_C_OverrideInput) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_OverrideInput"); \ -static_assert(sizeof(WBP_InputPrompt_C_OverrideInput) == 0x00000A, "Wrong size on WBP_InputPrompt_C_OverrideInput"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue) == 0x000000, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000001, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_2) == 0x000004, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_3) == 0x000005, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_2) == 0x000006, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_3) == 0x000007, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_4) == 0x000008, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_4) == 0x000009, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved) == 0x0002D8, "Wrong size on BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, GameplayTagRemoved) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::GameplayTagRemoved' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_AsZCharacter) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo) == 0x000024, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x000034, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x000044, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetSkinSystem_ReturnValue) == 0x000060, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetOwner_ReturnValue_1) == 0x000068, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000070, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_AsZCharacter_1) == 0x000238, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_AsZCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_bSuccess_1) == 0x000240, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000248, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_AsMaterial_Instance) == 0x000250, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_AsMaterial_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_bSuccess_2) == 0x000258, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_3) == 0x00025C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_4) == 0x00026C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_5) == 0x00027C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_LinearColor) == 0x00028C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_6) == 0x00029C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_7) == 0x0002AC, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_8) == 0x0002BC, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetNiagaraSystemByTag_System) == 0x0002D0, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetNiagaraSystemByTag_System' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_PreConstruct \ -static_assert(alignof(WBP_InputPrompt_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_PreConstruct"); \ -static_assert(sizeof(WBP_InputPrompt_C_PreConstruct) == 0x000001, "Wrong size on WBP_InputPrompt_C_PreConstruct"); \ -static_assert(offsetof(WBP_InputPrompt_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_InputPrompt_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGameplayTagAdded \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGameplayTagAdded"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded) == 0x0001F0, "Wrong size on BP_CharacterCosmeticComponent_C_OnGameplayTagAdded"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, GameplayTagAdded) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::GameplayTagAdded' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetSkinSystem_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowExtra \ -static_assert(alignof(WBP_InputPrompt_C_ShowExtra) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowExtra"); \ -static_assert(sizeof(WBP_InputPrompt_C_ShowExtra) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowExtra"); \ -static_assert(offsetof(WBP_InputPrompt_C_ShowExtra, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowExtra::bShow' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnAbilityFailed \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnAbilityFailed) == 0x000004, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnAbilityFailed"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnAbilityFailed) == 0x000014, "Wrong size on BP_CharacterCosmeticComponent_C_OnAbilityFailed"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, Tag) == 0x000004, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::Tag' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, CallFunc_Array_RemoveItem_ReturnValue) == 0x00000C, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowNavigation \ -static_assert(alignof(WBP_InputPrompt_C_ShowNavigation) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowNavigation"); \ -static_assert(sizeof(WBP_InputPrompt_C_ShowNavigation) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowNavigation"); \ -static_assert(offsetof(WBP_InputPrompt_C_ShowNavigation, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowNavigation::bShow' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo) == 0x000038, "Wrong size on BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, MaterialIndex) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, ParameterInfo) == 0x000014, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, CallFunc_GetMaterial_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowSpecial \ -static_assert(alignof(WBP_InputPrompt_C_ShowSpecial) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowSpecial"); \ -static_assert(sizeof(WBP_InputPrompt_C_ShowSpecial) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowSpecial"); \ -static_assert(offsetof(WBP_InputPrompt_C_ShowSpecial, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowSpecial::bShow' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetVectorParameterValue \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetVectorParameterValue"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue) == 0x000030, "Wrong size on BP_CharacterCosmeticComponent_C_SetVectorParameterValue"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, Param) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::Param' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, MaterialIndex) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, CallFunc_GetMaterial_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowValidate \ -static_assert(alignof(WBP_InputPrompt_C_ShowValidate) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowValidate"); \ -static_assert(sizeof(WBP_InputPrompt_C_ShowValidate) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowValidate"); \ -static_assert(offsetof(WBP_InputPrompt_C_ShowValidate, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowValidate::bShow' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo) == 0x000030, "Wrong size on BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, MaterialIndex) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, ParameterInfo) == 0x00000C, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, CallFunc_GetMaterial_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, CallFunc_SetScalarParameterValueByInfo_Value_ImplicitCast) == 0x00002C, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::CallFunc_SetScalarParameterValueByInfo_Value_ImplicitCast' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_Update_Override_Text \ -static_assert(alignof(WBP_InputPrompt_C_Update_Override_Text) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_Update_Override_Text"); \ -static_assert(sizeof(WBP_InputPrompt_C_Update_Override_Text) == 0x000017, "Wrong size on WBP_InputPrompt_C_Update_Override_Text"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue) == 0x000000, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000002, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_2) == 0x000004, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_3) == 0x000006, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_3) == 0x000007, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_4) == 0x000008, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_4) == 0x000009, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x00000A, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_IsSwitchDocked_ReturnValue) == 0x00000C, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_5) == 0x00000D, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_5) == 0x00000E, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_6) == 0x00000F, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_6) == 0x000010, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_7) == 0x000011, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_7) == 0x000012, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_8) == 0x000013, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_8) == 0x000014, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_9) == 0x000015, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_9) == 0x000016, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetScalarParameterValue \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetScalarParameterValue"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue) == 0x000028, "Wrong size on BP_CharacterCosmeticComponent_C_SetScalarParameterValue"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, Param) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::Param' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, MaterialIndex) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, CallFunc_GetMaterial_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000024, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_InputPrompt_C_UpdateVisual \ -static_assert(alignof(WBP_InputPrompt_C_UpdateVisual) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_UpdateVisual"); \ -static_assert(sizeof(WBP_InputPrompt_C_UpdateVisual) == 0x000018, "Wrong size on WBP_InputPrompt_C_UpdateVisual"); \ -static_assert(offsetof(WBP_InputPrompt_C_UpdateVisual, Size) == 0x000000, "Member 'WBP_InputPrompt_C_UpdateVisual::Size' has a wrong offset!"); \ -static_assert(offsetof(WBP_InputPrompt_C_UpdateVisual, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000010, "Member 'WBP_InputPrompt_C_UpdateVisual::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnSkinApplied \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnSkinApplied) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnSkinApplied"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnSkinApplied) == 0x0001C8, "Wrong size on BP_CharacterCosmeticComponent_C_OnSkinApplied"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnSkinApplied, SkinData) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnSkinApplied::SkinData' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UWBP_InputPrompt_C \ -static_assert(alignof(UWBP_InputPrompt_C) == 0x000008, "Wrong alignment on UWBP_InputPrompt_C"); \ -static_assert(sizeof(UWBP_InputPrompt_C) == 0x000480, "Wrong size on UWBP_InputPrompt_C"); \ -static_assert(offsetof(UWBP_InputPrompt_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_InputPrompt_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, CancelIcon) == 0x000300, "Member 'UWBP_InputPrompt_C::CancelIcon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, CancelText) == 0x000308, "Member 'UWBP_InputPrompt_C::CancelText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, ExtraIcon) == 0x000310, "Member 'UWBP_InputPrompt_C::ExtraIcon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, ExtraText) == 0x000318, "Member 'UWBP_InputPrompt_C::ExtraText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, NavigationIcon) == 0x000320, "Member 'UWBP_InputPrompt_C::NavigationIcon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, NavigationText) == 0x000328, "Member 'UWBP_InputPrompt_C::NavigationText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, PromptBase) == 0x000330, "Member 'UWBP_InputPrompt_C::PromptBase' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerCancelInput) == 0x000338, "Member 'UWBP_InputPrompt_C::SpacerCancelInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerExtraInput) == 0x000340, "Member 'UWBP_InputPrompt_C::SpacerExtraInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerExtraText) == 0x000348, "Member 'UWBP_InputPrompt_C::SpacerExtraText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerNavInput) == 0x000350, "Member 'UWBP_InputPrompt_C::SpacerNavInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerNavText) == 0x000358, "Member 'UWBP_InputPrompt_C::SpacerNavText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerSpecialInput) == 0x000360, "Member 'UWBP_InputPrompt_C::SpacerSpecialInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerSpecialText) == 0x000368, "Member 'UWBP_InputPrompt_C::SpacerSpecialText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerValidateInput) == 0x000370, "Member 'UWBP_InputPrompt_C::SpacerValidateInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpacerValidateText) == 0x000378, "Member 'UWBP_InputPrompt_C::SpacerValidateText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpecialIcon) == 0x000380, "Member 'UWBP_InputPrompt_C::SpecialIcon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, SpecialText) == 0x000388, "Member 'UWBP_InputPrompt_C::SpecialText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, ValidateIcon) == 0x000390, "Member 'UWBP_InputPrompt_C::ValidateIcon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, ValidateText) == 0x000398, "Member 'UWBP_InputPrompt_C::ValidateText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, bShowValidateInput) == 0x0003A0, "Member 'UWBP_InputPrompt_C::bShowValidateInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, bShowExtraInput) == 0x0003A1, "Member 'UWBP_InputPrompt_C::bShowExtraInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, bSpecialInput) == 0x0003A2, "Member 'UWBP_InputPrompt_C::bSpecialInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, bShowCancelInput) == 0x0003A3, "Member 'UWBP_InputPrompt_C::bShowCancelInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, bShowNavigationInput) == 0x0003A4, "Member 'UWBP_InputPrompt_C::bShowNavigationInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideValidateText) == 0x0003A8, "Member 'UWBP_InputPrompt_C::OverrideValidateText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideValidateInput) == 0x0003B8, "Member 'UWBP_InputPrompt_C::OverrideValidateInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideSpecialText) == 0x0003C8, "Member 'UWBP_InputPrompt_C::OverrideSpecialText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideSpecialInput) == 0x0003D8, "Member 'UWBP_InputPrompt_C::OverrideSpecialInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideExtraText) == 0x0003E8, "Member 'UWBP_InputPrompt_C::OverrideExtraText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideExtraInput) == 0x0003F8, "Member 'UWBP_InputPrompt_C::OverrideExtraInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideCancelText) == 0x000408, "Member 'UWBP_InputPrompt_C::OverrideCancelText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideCancelInput) == 0x000418, "Member 'UWBP_InputPrompt_C::OverrideCancelInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideNavigationText) == 0x000428, "Member 'UWBP_InputPrompt_C::OverrideNavigationText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, OverrideNavigationInput) == 0x000438, "Member 'UWBP_InputPrompt_C::OverrideNavigationInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, RowStyleName) == 0x000448, "Member 'UWBP_InputPrompt_C::RowStyleName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, RowStyleNameSagePlatform) == 0x000458, "Member 'UWBP_InputPrompt_C::RowStyleNameSagePlatform' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, PaddingTest) == 0x000468, "Member 'UWBP_InputPrompt_C::PaddingTest' has a wrong offset!"); \ -static_assert(offsetof(UWBP_InputPrompt_C, WidgetSwitch2Size) == 0x000470, "Member 'UWBP_InputPrompt_C::WidgetSwitch2Size' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate) == 0x000008, "Wrong size on BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate, ALpha) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate::ALpha' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_Gamma_Correction_C_BndEvt__WBP_Gamma_Correction_WBP_Slider_K2Node_ComponentBoundEvent_0_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnMovementModeChanged \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnMovementModeChanged"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged) == 0x000010, "Wrong size on BP_CharacterCosmeticComponent_C_OnMovementModeChanged"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged, Character) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnMovementModeChanged::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'BP_CharacterCosmeticComponent_C_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction \ -static_assert(alignof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction) == 0x000008, "Wrong alignment on WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction"); \ -static_assert(sizeof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction) == 0x000178, "Wrong size on WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, EntryPoint) == 0x000000, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000018, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetUIController_ReturnValue) == 0x000020, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RequestScreenUI_ReturnValue) == 0x000028, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_ComponentBoundEvent_NewSliderValue) == 0x000030, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_ComponentBoundEvent_NewSliderValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000038, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000048, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_Event_InputActionName) == 0x000070, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_Event_InputActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_3) == 0x000078, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_SwitchName_CmpSuccess) == 0x000080, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_Event_bValue) == 0x000081, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_4) == 0x000090, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetUIController_ReturnValue_1) == 0x000098, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetEffectMaterial_ReturnValue) == 0x0000A0, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface) == 0x0000A8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000BC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000CC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000CD, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetIsEnabled_ReturnValue) == 0x0000CE, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_IsSwitchDocked_ReturnValue) == 0x0000CF, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0000D0, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CustomEvent_bIsDocked) == 0x0000D8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000DC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RetrieveCurrentPlatform_ReturnValue_1) == 0x0000EC, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RetrieveCurrentPlatform_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000F0, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000F8, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetZGameInstance_ReturnValue_5) == 0x000100, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetZGameInstance_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGameUserSettings_ReturnValue) == 0x000108, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000110, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000118, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000128, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, K2Node_DynamicCast_bSuccess_2) == 0x000130, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetGammaCorrection_ReturnValue) == 0x000134, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000138, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetPlayerController_ReturnValue_1) == 0x000140, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_RetrieveCurrentPlatform_ReturnValue_2) == 0x000148, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_RetrieveCurrentPlatform_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000149, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000150, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetGamma_Value_ImplicitCast) == 0x000158, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetGamma_Value_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetGamma_Value_ImplicitCast_1) == 0x00015C, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetGamma_Value_ImplicitCast_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetGamma_Value_ImplicitCast_2) == 0x000160, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetGamma_Value_ImplicitCast_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000168, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x000170, "Member 'WBP_Gamma_Correction_C_ExecuteUbergraph_WBP_Gamma_Correction::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGreenMatterStart \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGreenMatterStart) == 0x000001, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGreenMatterStart"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGreenMatterStart) == 0x000001, "Wrong size on BP_CharacterCosmeticComponent_C_OnGreenMatterStart"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGreenMatterStart, AffectsSpeed) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGreenMatterStart::AffectsSpeed' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_HandleAspectRatio \ -static_assert(alignof(WBP_Gamma_Correction_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_Gamma_Correction_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_Gamma_Correction_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_Gamma_Correction_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_Gamma_Correction_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_Gamma_Correction_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_Gamma_Correction_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_ReceiveTick \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CharacterCosmeticComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CharacterCosmeticComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_OnAppFocus \ -static_assert(alignof(WBP_Gamma_Correction_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_Gamma_Correction_C_OnAppFocus"); \ -static_assert(sizeof(WBP_Gamma_Correction_C_OnAppFocus) == 0x000001, "Wrong size on WBP_Gamma_Correction_C_OnAppFocus"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_Gamma_Correction_C_OnAppFocus::bValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnThreatAdded \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_OnThreatAdded) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnThreatAdded"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnThreatAdded) == 0x000008, "Wrong size on BP_CharacterCosmeticComponent_C_OnThreatAdded"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnThreatAdded, Threat) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnThreatAdded::Threat' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_OnInputAction \ -static_assert(alignof(WBP_Gamma_Correction_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_Gamma_Correction_C_OnInputAction"); \ -static_assert(sizeof(WBP_Gamma_Correction_C_OnInputAction) == 0x000008, "Wrong size on WBP_Gamma_Correction_C_OnInputAction"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_Gamma_Correction_C_OnInputAction::InputActionName' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent \ +static_assert(alignof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent) == 0x000010, "Wrong alignment on BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent"); \ +static_assert(sizeof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent) == 0x001200, "Wrong size on BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, EntryPoint) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_Event_SkinData) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_Event_SkinData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo) == 0x0001F0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetTagName_ReturnValue) == 0x000200, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetTagName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue) == 0x000208, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Conv_NameToString_ReturnValue) == 0x000210, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetDisplayName_ReturnValue) == 0x000220, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x000230, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000240, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000250, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000258, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000268, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000270, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue) == 0x000280, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x000284, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_Alpha) == 0x000298, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FClamp_ReturnValue) == 0x0002A0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FClamp_ReturnValue_1) == 0x0002A8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FClamp_ReturnValue_2) == 0x0002B0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_2) == 0x0002B8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_Character) == 0x0002C0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_PrevMovementMode) == 0x0002C8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_PreviousCustomMode) == 0x0002C9, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_PreviousCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0002D0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0002D8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_1) == 0x0002E0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_SwitchEnum_CmpSuccess) == 0x0002E1, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_DynamicCast_AsCharacter) == 0x0002E8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_3) == 0x0002F4, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_AffectsSpeed) == 0x000304, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_AffectsSpeed' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_Event_DeltaSeconds) == 0x000308, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_4) == 0x00030C, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Array_IsEmpty_ReturnValue) == 0x00031C, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_5) == 0x000320, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000330, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_PostProcessSettings) == 0x000340, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_2) == 0x000A30, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x000A34, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x000A44, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_PostProcessSettings_1) == 0x000A60, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_PostProcessSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_3) == 0x001150, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FindComponentByTag_ReturnValue) == 0x001158, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FindComponentByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_4) == 0x001160, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_3) == 0x001168, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_3) == 0x001170, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_Threat) == 0x001178, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_Threat' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x001180, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_6) == 0x001190, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetNiagaraSystemByTag_System) == 0x0011A0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetNiagaraSystemByTag_System' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_5) == 0x0011A8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0011B0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_4) == 0x0011B8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_6) == 0x0011BC, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_7) == 0x0011CC, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_7) == 0x0011DC, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetNiagaraSystemByTag_System_1) == 0x0011F0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetNiagaraSystemByTag_System_1' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked \ -static_assert(alignof(WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(sizeof(WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_Gamma_Correction_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Gamma_Correction_C_SetLoadmainMenu \ -static_assert(alignof(WBP_Gamma_Correction_C_SetLoadmainMenu) == 0x000001, "Wrong alignment on WBP_Gamma_Correction_C_SetLoadmainMenu"); \ -static_assert(sizeof(WBP_Gamma_Correction_C_SetLoadmainMenu) == 0x000001, "Wrong size on WBP_Gamma_Correction_C_SetLoadmainMenu"); \ -static_assert(offsetof(WBP_Gamma_Correction_C_SetLoadmainMenu, bShouldLoadMainMenu) == 0x000000, "Member 'WBP_Gamma_Correction_C_SetLoadmainMenu::bShouldLoadMainMenu' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Gamma_Correction_C \ -static_assert(alignof(UWBP_Gamma_Correction_C) == 0x000008, "Wrong alignment on UWBP_Gamma_Correction_C"); \ -static_assert(sizeof(UWBP_Gamma_Correction_C) == 0x0003C8, "Wrong size on UWBP_Gamma_Correction_C"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, UberGraphFrame_WBP_Gamma_Correction_C) == 0x000338, "Member 'UWBP_Gamma_Correction_C::UberGraphFrame_WBP_Gamma_Correction_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, gamma_bg) == 0x000340, "Member 'UWBP_Gamma_Correction_C::gamma_bg' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, gamma_bg_test) == 0x000348, "Member 'UWBP_Gamma_Correction_C::gamma_bg_test' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, PromptBase) == 0x000350, "Member 'UWBP_Gamma_Correction_C::PromptBase' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, RetainerBox_0) == 0x000358, "Member 'UWBP_Gamma_Correction_C::RetainerBox_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, Separator) == 0x000360, "Member 'UWBP_Gamma_Correction_C::Separator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, SizeBox_AspectRatio) == 0x000368, "Member 'UWBP_Gamma_Correction_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, WBP_InputPrompt) == 0x000370, "Member 'UWBP_Gamma_Correction_C::WBP_InputPrompt' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, WBP_Slider) == 0x000378, "Member 'UWBP_Gamma_Correction_C::WBP_Slider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, CanSlide) == 0x000380, "Member 'UWBP_Gamma_Correction_C::CanSlide' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, Increment) == 0x000388, "Member 'UWBP_Gamma_Correction_C::Increment' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, LoadMainMenu) == 0x000390, "Member 'UWBP_Gamma_Correction_C::LoadMainMenu' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, OnCloseEvent) == 0x000398, "Member 'UWBP_Gamma_Correction_C::OnCloseEvent' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, GammaDefaultValue) == 0x0003A8, "Member 'UWBP_Gamma_Correction_C::GammaDefaultValue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, SwitchSize) == 0x0003B0, "Member 'UWBP_Gamma_Correction_C::SwitchSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Gamma_Correction_C, SwitchGammaDefaultValue) == 0x0003C0, "Member 'UWBP_Gamma_Correction_C::SwitchGammaDefaultValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_WorldPopUps_C \ -static_assert(alignof(UBP_WorldPopUps_C) == 0x000008, "Wrong alignment on UBP_WorldPopUps_C"); \ -static_assert(sizeof(UBP_WorldPopUps_C) == 0x000030, "Wrong size on UBP_WorldPopUps_C"); \ - -#define DUMPER7_ASSERTS_WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp \ -static_assert(alignof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp) == 0x000008, "Wrong alignment on WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp"); \ -static_assert(sizeof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp) == 0x000058, "Wrong size on WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, EntryPoint) == 0x000000, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, K2Node_CustomEvent_OldMode) == 0x000030, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, K2Node_CustomEvent_NewMode) == 0x000031, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000038, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_WorldPopUp_C_OnInputModeChanged_Event \ -static_assert(alignof(WBP_WorldPopUp_C_OnInputModeChanged_Event) == 0x000001, "Wrong alignment on WBP_WorldPopUp_C_OnInputModeChanged_Event"); \ -static_assert(sizeof(WBP_WorldPopUp_C_OnInputModeChanged_Event) == 0x000002, "Wrong size on WBP_WorldPopUp_C_OnInputModeChanged_Event"); \ -static_assert(offsetof(WBP_WorldPopUp_C_OnInputModeChanged_Event, OldMode) == 0x000000, "Member 'WBP_WorldPopUp_C_OnInputModeChanged_Event::OldMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_OnInputModeChanged_Event, NewMode) == 0x000001, "Member 'WBP_WorldPopUp_C_OnInputModeChanged_Event::NewMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_WorldPopUp_C_SetPopupText \ -static_assert(alignof(WBP_WorldPopUp_C_SetPopupText) == 0x000008, "Wrong alignment on WBP_WorldPopUp_C_SetPopupText"); \ -static_assert(sizeof(WBP_WorldPopUp_C_SetPopupText) == 0x000050, "Wrong size on WBP_WorldPopUp_C_SetPopupText"); \ -static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, newText) == 0x000000, "Member 'WBP_WorldPopUp_C_SetPopupText::newText' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_GetZGameInstance_ReturnValue) == 0x000020, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_GetInputMode_ReturnValue) == 0x000028, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000030, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_WorldPopUp_C \ -static_assert(alignof(UWBP_WorldPopUp_C) == 0x000008, "Wrong alignment on UWBP_WorldPopUp_C"); \ -static_assert(sizeof(UWBP_WorldPopUp_C) == 0x000330, "Wrong size on UWBP_WorldPopUp_C"); \ -static_assert(offsetof(UWBP_WorldPopUp_C, UberGraphFrame_WBP_WorldPopUp_C) == 0x000310, "Member 'UWBP_WorldPopUp_C::UberGraphFrame_WBP_WorldPopUp_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WorldPopUp_C, WBP_RichText_C_0) == 0x000318, "Member 'UWBP_WorldPopUp_C::WBP_RichText_C_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_WorldPopUp_C, PopupText) == 0x000320, "Member 'UWBP_WorldPopUp_C::PopupText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent \ -static_assert(alignof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent) == 0x000008, "Wrong alignment on BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent"); \ -static_assert(sizeof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent) == 0x000048, "Wrong size on BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, EntryPoint) == 0x000000, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetWidget_ReturnValue) == 0x000018, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetWidget_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, K2Node_DynamicCast_AsWBP_World_Pop_Up) == 0x000028, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::K2Node_DynamicCast_AsWBP_World_Pop_Up' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetObjectClass_ReturnValue) == 0x000038, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_ClassIsChildOf_ReturnValue) == 0x000040, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_ObjectHelpComponent_C \ -static_assert(alignof(UBP_ObjectHelpComponent_C) == 0x000008, "Wrong alignment on UBP_ObjectHelpComponent_C"); \ -static_assert(sizeof(UBP_ObjectHelpComponent_C) == 0x0001B0, "Wrong size on UBP_ObjectHelpComponent_C"); \ -static_assert(offsetof(UBP_ObjectHelpComponent_C, UberGraphFrame) == 0x0001A8, "Member 'UBP_ObjectHelpComponent_C::UberGraphFrame' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput \ -static_assert(alignof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput) == 0x000008, "Wrong alignment on WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput"); \ -static_assert(sizeof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput) == 0x0000B8, "Wrong size on WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, EntryPoint) == 0x000000, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, K2Node_Event_NewInputMode) == 0x000014, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::K2Node_Event_NewInputMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetInputMode_ReturnValue) == 0x000020, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000030, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000038, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_HasGameFact_ReturnValue) == 0x000040, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_HasGameFact_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000068, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_ReplaceInputStringRichText_ReturnValue_1) == 0x000098, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_ReplaceInputStringRichText_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_HelpInput_C_OnInputModeChanged \ -static_assert(alignof(WBP_HelpInput_C_OnInputModeChanged) == 0x000001, "Wrong alignment on WBP_HelpInput_C_OnInputModeChanged"); \ -static_assert(sizeof(WBP_HelpInput_C_OnInputModeChanged) == 0x000001, "Wrong size on WBP_HelpInput_C_OnInputModeChanged"); \ -static_assert(offsetof(WBP_HelpInput_C_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'WBP_HelpInput_C_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_HelpInput_C \ -static_assert(alignof(UWBP_HelpInput_C) == 0x000008, "Wrong alignment on UWBP_HelpInput_C"); \ -static_assert(sizeof(UWBP_HelpInput_C) == 0x000340, "Wrong size on UWBP_HelpInput_C"); \ -static_assert(offsetof(UWBP_HelpInput_C, UberGraphFrame_WBP_HelpInput_C) == 0x000318, "Member 'UWBP_HelpInput_C::UberGraphFrame_WBP_HelpInput_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_HelpInput_C, RichTextDisableMessage) == 0x000320, "Member 'UWBP_HelpInput_C::RichTextDisableMessage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_HelpInput_C, RichTextHelp) == 0x000328, "Member 'UWBP_HelpInput_C::RichTextHelp' has a wrong offset!"); \ -static_assert(offsetof(UWBP_HelpInput_C, InitialText) == 0x000330, "Member 'UWBP_HelpInput_C::InitialText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_HelpSystem_C \ -static_assert(alignof(UBP_HelpSystem_C) == 0x000008, "Wrong alignment on UBP_HelpSystem_C"); \ -static_assert(sizeof(UBP_HelpSystem_C) == 0x0000B0, "Wrong size on UBP_HelpSystem_C"); \ +#define DUMPER7_ASSERTS_UBP_CharacterCosmeticComponent_C \ +static_assert(alignof(UBP_CharacterCosmeticComponent_C) == 0x000008, "Wrong alignment on UBP_CharacterCosmeticComponent_C"); \ +static_assert(sizeof(UBP_CharacterCosmeticComponent_C) == 0x000148, "Wrong size on UBP_CharacterCosmeticComponent_C"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, UberGraphFrame) == 0x0000E8, "Member 'UBP_CharacterCosmeticComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, FailedAbilities) == 0x0000F0, "Member 'UBP_CharacterCosmeticComponent_C::FailedAbilities' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, IsTargetted) == 0x000100, "Member 'UBP_CharacterCosmeticComponent_C::IsTargetted' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, CamoFailTargetedMaterial) == 0x000108, "Member 'UBP_CharacterCosmeticComponent_C::CamoFailTargetedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, PostProcessComponent) == 0x000118, "Member 'UBP_CharacterCosmeticComponent_C::PostProcessComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, OutlineTargetedMaterial) == 0x000120, "Member 'UBP_CharacterCosmeticComponent_C::OutlineTargetedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, DMI_BasicDarwin) == 0x000130, "Member 'UBP_CharacterCosmeticComponent_C::DMI_BasicDarwin' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, As_CH_Darwin) == 0x000138, "Member 'UBP_CharacterCosmeticComponent_C::As_CH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterCosmeticComponent_C, IsDripping) == 0x000140, "Member 'UBP_CharacterCosmeticComponent_C::IsDripping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerPC_C_ExecuteUbergraph_WBP_ControllerPC \ static_assert(alignof(WBP_ControllerPC_C_ExecuteUbergraph_WBP_ControllerPC) == 0x000008, "Wrong alignment on WBP_ControllerPC_C_ExecuteUbergraph_WBP_ControllerPC"); \ @@ -143678,6 +143986,732 @@ static_assert(offsetof(UWBP_ControllerSwitch2_C, Controller_Label_Icon_8) == 0x0 static_assert(offsetof(UWBP_ControllerSwitch2_C, Controller_Switch) == 0x000398, "Member 'UWBP_ControllerSwitch2_C::Controller_Switch' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerSwitch2_C, Controller_SwitchPro) == 0x0003A0, "Member 'UWBP_ControllerSwitch2_C::Controller_SwitchPro' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt \ +static_assert(alignof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt"); \ +static_assert(sizeof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt) == 0x000068, "Wrong size on WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, EntryPoint) == 0x000000, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_Event_IsDesignTime) == 0x000024, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CustomEvent_NewCulture) == 0x000030, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetUIController_ReturnValue) == 0x000040, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000048, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetPlatformType_ReturnValue) == 0x000050, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000051, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, CallFunc_GetUIController_ReturnValue_1) == 0x000058, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CustomEvent_OldMode) == 0x000060, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt, K2Node_CustomEvent_NewMode) == 0x000061, "Member 'WBP_InputPrompt_C_ExecuteUbergraph_WBP_InputPrompt::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_Init_Text \ +static_assert(alignof(WBP_InputPrompt_C_Init_Text) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_Init_Text"); \ +static_assert(sizeof(WBP_InputPrompt_C_Init_Text) == 0x0000F8, "Wrong size on WBP_InputPrompt_C_Init_Text"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_1) == 0x000010, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_2) == 0x000020, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_3) == 0x000030, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_4) == 0x000040, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_5) == 0x000050, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_6) == 0x000060, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_7) == 0x000070, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_8) == 0x000080, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_IsSwitchDocked_ReturnValue) == 0x000090, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, K2Node_MakeStruct_Margin_9) == 0x000094, "Member 'WBP_InputPrompt_C_Init_Text::K2Node_MakeStruct_Margin_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000A4, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A5, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x0000A8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x0000B0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x0000B8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x0000C0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_4) == 0x0000C8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_5) == 0x0000D0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_6) == 0x0000D8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_7) == 0x0000E0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_8) == 0x0000E8, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Init_Text, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_9) == 0x0000F0, "Member 'WBP_InputPrompt_C_Init_Text::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_InputModeChangedEvent \ +static_assert(alignof(WBP_InputPrompt_C_InputModeChangedEvent) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_InputModeChangedEvent"); \ +static_assert(sizeof(WBP_InputPrompt_C_InputModeChangedEvent) == 0x000002, "Wrong size on WBP_InputPrompt_C_InputModeChangedEvent"); \ +static_assert(offsetof(WBP_InputPrompt_C_InputModeChangedEvent, OldMode) == 0x000000, "Member 'WBP_InputPrompt_C_InputModeChangedEvent::OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_InputModeChangedEvent, NewMode) == 0x000001, "Member 'WBP_InputPrompt_C_InputModeChangedEvent::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_OnCultureChanged_Event \ +static_assert(alignof(WBP_InputPrompt_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_OnCultureChanged_Event"); \ +static_assert(sizeof(WBP_InputPrompt_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_InputPrompt_C_OnCultureChanged_Event"); \ +static_assert(offsetof(WBP_InputPrompt_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_InputPrompt_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_OverrideInput \ +static_assert(alignof(WBP_InputPrompt_C_OverrideInput) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_OverrideInput"); \ +static_assert(sizeof(WBP_InputPrompt_C_OverrideInput) == 0x00000A, "Wrong size on WBP_InputPrompt_C_OverrideInput"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue) == 0x000000, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000001, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_2) == 0x000004, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_3) == 0x000005, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_2) == 0x000006, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_3) == 0x000007, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_TextIsEmpty_ReturnValue_4) == 0x000008, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_TextIsEmpty_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_OverrideInput, CallFunc_Not_PreBool_ReturnValue_4) == 0x000009, "Member 'WBP_InputPrompt_C_OverrideInput::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_PreConstruct \ +static_assert(alignof(WBP_InputPrompt_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_PreConstruct"); \ +static_assert(sizeof(WBP_InputPrompt_C_PreConstruct) == 0x000001, "Wrong size on WBP_InputPrompt_C_PreConstruct"); \ +static_assert(offsetof(WBP_InputPrompt_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_InputPrompt_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowExtra \ +static_assert(alignof(WBP_InputPrompt_C_ShowExtra) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowExtra"); \ +static_assert(sizeof(WBP_InputPrompt_C_ShowExtra) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowExtra"); \ +static_assert(offsetof(WBP_InputPrompt_C_ShowExtra, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowExtra::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowNavigation \ +static_assert(alignof(WBP_InputPrompt_C_ShowNavigation) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowNavigation"); \ +static_assert(sizeof(WBP_InputPrompt_C_ShowNavigation) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowNavigation"); \ +static_assert(offsetof(WBP_InputPrompt_C_ShowNavigation, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowNavigation::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowSpecial \ +static_assert(alignof(WBP_InputPrompt_C_ShowSpecial) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowSpecial"); \ +static_assert(sizeof(WBP_InputPrompt_C_ShowSpecial) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowSpecial"); \ +static_assert(offsetof(WBP_InputPrompt_C_ShowSpecial, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowSpecial::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_ShowValidate \ +static_assert(alignof(WBP_InputPrompt_C_ShowValidate) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_ShowValidate"); \ +static_assert(sizeof(WBP_InputPrompt_C_ShowValidate) == 0x000001, "Wrong size on WBP_InputPrompt_C_ShowValidate"); \ +static_assert(offsetof(WBP_InputPrompt_C_ShowValidate, bShow) == 0x000000, "Member 'WBP_InputPrompt_C_ShowValidate::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_Update_Override_Text \ +static_assert(alignof(WBP_InputPrompt_C_Update_Override_Text) == 0x000001, "Wrong alignment on WBP_InputPrompt_C_Update_Override_Text"); \ +static_assert(sizeof(WBP_InputPrompt_C_Update_Override_Text) == 0x000017, "Wrong size on WBP_InputPrompt_C_Update_Override_Text"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue) == 0x000000, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000002, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_2) == 0x000004, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_3) == 0x000006, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_3) == 0x000007, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_4) == 0x000008, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_4) == 0x000009, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x00000A, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_IsSwitchDocked_ReturnValue) == 0x00000C, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_5) == 0x00000D, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_5) == 0x00000E, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_6) == 0x00000F, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_6) == 0x000010, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_7) == 0x000011, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_7) == 0x000012, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_8) == 0x000013, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_8) == 0x000014, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_TextIsEmpty_ReturnValue_9) == 0x000015, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_TextIsEmpty_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_Update_Override_Text, CallFunc_Not_PreBool_ReturnValue_9) == 0x000016, "Member 'WBP_InputPrompt_C_Update_Override_Text::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputPrompt_C_UpdateVisual \ +static_assert(alignof(WBP_InputPrompt_C_UpdateVisual) == 0x000008, "Wrong alignment on WBP_InputPrompt_C_UpdateVisual"); \ +static_assert(sizeof(WBP_InputPrompt_C_UpdateVisual) == 0x000018, "Wrong size on WBP_InputPrompt_C_UpdateVisual"); \ +static_assert(offsetof(WBP_InputPrompt_C_UpdateVisual, Size) == 0x000000, "Member 'WBP_InputPrompt_C_UpdateVisual::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputPrompt_C_UpdateVisual, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000010, "Member 'WBP_InputPrompt_C_UpdateVisual::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_InputPrompt_C \ +static_assert(alignof(UWBP_InputPrompt_C) == 0x000008, "Wrong alignment on UWBP_InputPrompt_C"); \ +static_assert(sizeof(UWBP_InputPrompt_C) == 0x000480, "Wrong size on UWBP_InputPrompt_C"); \ +static_assert(offsetof(UWBP_InputPrompt_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_InputPrompt_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, CancelIcon) == 0x000300, "Member 'UWBP_InputPrompt_C::CancelIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, CancelText) == 0x000308, "Member 'UWBP_InputPrompt_C::CancelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, ExtraIcon) == 0x000310, "Member 'UWBP_InputPrompt_C::ExtraIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, ExtraText) == 0x000318, "Member 'UWBP_InputPrompt_C::ExtraText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, NavigationIcon) == 0x000320, "Member 'UWBP_InputPrompt_C::NavigationIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, NavigationText) == 0x000328, "Member 'UWBP_InputPrompt_C::NavigationText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, PromptBase) == 0x000330, "Member 'UWBP_InputPrompt_C::PromptBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerCancelInput) == 0x000338, "Member 'UWBP_InputPrompt_C::SpacerCancelInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerExtraInput) == 0x000340, "Member 'UWBP_InputPrompt_C::SpacerExtraInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerExtraText) == 0x000348, "Member 'UWBP_InputPrompt_C::SpacerExtraText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerNavInput) == 0x000350, "Member 'UWBP_InputPrompt_C::SpacerNavInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerNavText) == 0x000358, "Member 'UWBP_InputPrompt_C::SpacerNavText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerSpecialInput) == 0x000360, "Member 'UWBP_InputPrompt_C::SpacerSpecialInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerSpecialText) == 0x000368, "Member 'UWBP_InputPrompt_C::SpacerSpecialText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerValidateInput) == 0x000370, "Member 'UWBP_InputPrompt_C::SpacerValidateInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpacerValidateText) == 0x000378, "Member 'UWBP_InputPrompt_C::SpacerValidateText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpecialIcon) == 0x000380, "Member 'UWBP_InputPrompt_C::SpecialIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, SpecialText) == 0x000388, "Member 'UWBP_InputPrompt_C::SpecialText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, ValidateIcon) == 0x000390, "Member 'UWBP_InputPrompt_C::ValidateIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, ValidateText) == 0x000398, "Member 'UWBP_InputPrompt_C::ValidateText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, bShowValidateInput) == 0x0003A0, "Member 'UWBP_InputPrompt_C::bShowValidateInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, bShowExtraInput) == 0x0003A1, "Member 'UWBP_InputPrompt_C::bShowExtraInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, bSpecialInput) == 0x0003A2, "Member 'UWBP_InputPrompt_C::bSpecialInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, bShowCancelInput) == 0x0003A3, "Member 'UWBP_InputPrompt_C::bShowCancelInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, bShowNavigationInput) == 0x0003A4, "Member 'UWBP_InputPrompt_C::bShowNavigationInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideValidateText) == 0x0003A8, "Member 'UWBP_InputPrompt_C::OverrideValidateText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideValidateInput) == 0x0003B8, "Member 'UWBP_InputPrompt_C::OverrideValidateInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideSpecialText) == 0x0003C8, "Member 'UWBP_InputPrompt_C::OverrideSpecialText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideSpecialInput) == 0x0003D8, "Member 'UWBP_InputPrompt_C::OverrideSpecialInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideExtraText) == 0x0003E8, "Member 'UWBP_InputPrompt_C::OverrideExtraText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideExtraInput) == 0x0003F8, "Member 'UWBP_InputPrompt_C::OverrideExtraInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideCancelText) == 0x000408, "Member 'UWBP_InputPrompt_C::OverrideCancelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideCancelInput) == 0x000418, "Member 'UWBP_InputPrompt_C::OverrideCancelInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideNavigationText) == 0x000428, "Member 'UWBP_InputPrompt_C::OverrideNavigationText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, OverrideNavigationInput) == 0x000438, "Member 'UWBP_InputPrompt_C::OverrideNavigationInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, RowStyleName) == 0x000448, "Member 'UWBP_InputPrompt_C::RowStyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, RowStyleNameSagePlatform) == 0x000458, "Member 'UWBP_InputPrompt_C::RowStyleNameSagePlatform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, PaddingTest) == 0x000468, "Member 'UWBP_InputPrompt_C::PaddingTest' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputPrompt_C, WidgetSwitch2Size) == 0x000470, "Member 'UWBP_InputPrompt_C::WidgetSwitch2Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature \ +static_assert(alignof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature"); \ +static_assert(sizeof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature) == 0x000004, "Wrong size on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature"); \ +static_assert(offsetof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature, SlotIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature \ +static_assert(alignof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature"); \ +static_assert(sizeof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature) == 0x000004, "Wrong size on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature"); \ +static_assert(offsetof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature, SlotIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature \ +static_assert(alignof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature"); \ +static_assert(sizeof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature) == 0x000004, "Wrong size on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature"); \ +static_assert(offsetof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature, SlotIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_CheckClearSlot \ +static_assert(alignof(WBP_ProfileSelect_C_CheckClearSlot) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_CheckClearSlot"); \ +static_assert(sizeof(WBP_ProfileSelect_C_CheckClearSlot) == 0x000020, "Wrong size on WBP_ProfileSelect_C_CheckClearSlot"); \ +static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_GetCurrentCard_CurrentCard) == 0x000000, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_GetCurrentCard_CurrentCard' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_GetZSaveManager_ReturnValue) == 0x000008, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_GetZSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_GetZSaveManager_ReturnValue_1) == 0x000010, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_GetZSaveManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect \ +static_assert(alignof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect"); \ +static_assert(sizeof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect) == 0x000130, "Wrong size on WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, EntryPoint) == 0x000000, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_PlayerInput) == 0x000018, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_bValue) == 0x000048, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_InFocusEvent) == 0x00004C, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_ComponentBoundEvent_SlotIndex_2) == 0x000054, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_ComponentBoundEvent_SlotIndex_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_ComponentBoundEvent_SlotIndex_1) == 0x000058, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_ComponentBoundEvent_SlotIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_ComponentBoundEvent_SlotIndex) == 0x00005C, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_ComponentBoundEvent_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetIsEnabled_ReturnValue) == 0x000060, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_BooleanAND_ReturnValue) == 0x000061, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Add_ReturnValue_1) == 0x000078, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate_2) == 0x00007C, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetZGameInstance_ReturnValue) == 0x000090, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Add_ReturnValue_2) == 0x000098, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetSaveManager_ReturnValue) == 0x0000A0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetCurrentSaveSlotIndex_ReturnValue) == 0x0000A8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetCurrentSaveSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, Temp_name_Variable) == 0x0000B8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Contains_ReturnValue) == 0x0000C0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0000C1, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000C8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsVisible_ReturnValue) == 0x0000D0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_NewInputMode) == 0x0000D1, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_NewInputMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_SwitchEnum_CmpSuccess) == 0x0000D2, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x0000D3, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsMouseCursorEnabled_ReturnValue_1) == 0x0000D4, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsMouseCursorEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000D5, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsValid_ReturnValue) == 0x0000D6, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D7, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0000D8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000E0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CustomEvent_bIsDocked) == 0x0000F0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, Temp_name_Variable_1) == 0x0000F4, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Contains_ReturnValue_1) == 0x0000FC, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetUIController_ReturnValue) == 0x000110, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsValid_ReturnValue_1) == 0x000118, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000120, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsValid_ReturnValue_2) == 0x000128, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_Focus \ +static_assert(alignof(WBP_ProfileSelect_C_Focus) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_Focus"); \ +static_assert(sizeof(WBP_ProfileSelect_C_Focus) == 0x000050, "Wrong size on WBP_ProfileSelect_C_Focus"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Concat_StrStr_ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x000011, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_GetInputMode_ReturnValue) == 0x000020, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'WBP_ProfileSelect_C_Focus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_GetCurrentCard \ +static_assert(alignof(WBP_ProfileSelect_C_GetCurrentCard) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_GetCurrentCard"); \ +static_assert(sizeof(WBP_ProfileSelect_C_GetCurrentCard) == 0x000010, "Wrong size on WBP_ProfileSelect_C_GetCurrentCard"); \ +static_assert(offsetof(WBP_ProfileSelect_C_GetCurrentCard, CurrentCard) == 0x000000, "Member 'WBP_ProfileSelect_C_GetCurrentCard::CurrentCard' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_GetCurrentCard, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'WBP_ProfileSelect_C_GetCurrentCard::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_IsValidationAnimationPlaying \ +static_assert(alignof(WBP_ProfileSelect_C_IsValidationAnimationPlaying) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_IsValidationAnimationPlaying"); \ +static_assert(sizeof(WBP_ProfileSelect_C_IsValidationAnimationPlaying) == 0x000002, "Wrong size on WBP_ProfileSelect_C_IsValidationAnimationPlaying"); \ +static_assert(offsetof(WBP_ProfileSelect_C_IsValidationAnimationPlaying, ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_IsValidationAnimationPlaying::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_IsValidationAnimationPlaying, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000001, "Member 'WBP_ProfileSelect_C_IsValidationAnimationPlaying::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnAppFocus \ +static_assert(alignof(WBP_ProfileSelect_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_OnAppFocus"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnAppFocus) == 0x000001, "Wrong size on WBP_ProfileSelect_C_OnAppFocus"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_ProfileSelect_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnBackInputpressed \ +static_assert(alignof(WBP_ProfileSelect_C_OnBackInputpressed) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_OnBackInputpressed"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnBackInputpressed) == 0x000058, "Wrong size on WBP_ProfileSelect_C_OnBackInputpressed"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetZPlayerController_ReturnValue) == 0x000008, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetIsEnabled_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetRenderOpacity_ReturnValue) == 0x00001C, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetZGameInstance_ReturnValue) == 0x000020, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetUIController_ReturnValue) == 0x000030, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, Temp_delegate_Variable) == 0x00003C, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_PostEvent_ReturnValue) == 0x00004C, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnInputModeChanged \ +static_assert(alignof(WBP_ProfileSelect_C_OnInputModeChanged) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_OnInputModeChanged"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnInputModeChanged) == 0x000001, "Wrong size on WBP_ProfileSelect_C_OnInputModeChanged"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'WBP_ProfileSelect_C_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked \ +static_assert(alignof(WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnPlayerInputAction \ +static_assert(alignof(WBP_ProfileSelect_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_OnPlayerInputAction"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_ProfileSelect_C_OnPlayerInputAction"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_ProfileSelect_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnPopUpCanceled \ +static_assert(alignof(WBP_ProfileSelect_C_OnPopUpCanceled) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_OnPopUpCanceled"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnPopUpCanceled) == 0x000008, "Wrong size on WBP_ProfileSelect_C_OnPopUpCanceled"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnPopUpCanceled, CallFunc_Array_Get_Item) == 0x000000, "Member 'WBP_ProfileSelect_C_OnPopUpCanceled::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_ProfileSelect_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ProfileSelect_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ProfileSelect_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnVisibillityChanged_Impl \ +static_assert(alignof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_OnVisibillityChanged_Impl"); \ +static_assert(sizeof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl) == 0x000034, "Wrong size on WBP_ProfileSelect_C_OnVisibillityChanged_Impl"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, InVisibility) == 0x000000, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, Temp_delegate_Variable_1) == 0x00001C, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, CallFunc_IsMGSDemo_ReturnValue) == 0x00002C, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, CallFunc_PostEvent_ReturnValue_1) == 0x000030, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_SpawnPopUp \ +static_assert(alignof(WBP_ProfileSelect_C_SpawnPopUp) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_SpawnPopUp"); \ +static_assert(sizeof(WBP_ProfileSelect_C_SpawnPopUp) == 0x0000A0, "Wrong size on WBP_ProfileSelect_C_SpawnPopUp"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_MakeStruct_PopUpTextData) == 0x000000, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000030, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetUIController_ReturnValue) == 0x000040, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_RequestGenericPopUp_ReturnValue) == 0x000048, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_RequestGenericPopUp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000050, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_DynamicCast_AsWBP_Pop_Up) == 0x000058, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_DynamicCast_AsWBP_Pop_Up' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000068, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetSaveManager_ReturnValue) == 0x000070, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x000078, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_CreateDelegate_OutputDelegate) == 0x00007C, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_UpdateSwitchInputPrompt \ +static_assert(alignof(WBP_ProfileSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_UpdateSwitchInputPrompt"); \ +static_assert(sizeof(WBP_ProfileSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_ProfileSelect_C_UpdateSwitchInputPrompt"); \ +static_assert(offsetof(WBP_ProfileSelect_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_ValidateEngagementScreen \ +static_assert(alignof(WBP_ProfileSelect_C_ValidateEngagementScreen) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_ValidateEngagementScreen"); \ +static_assert(sizeof(WBP_ProfileSelect_C_ValidateEngagementScreen) == 0x000010, "Wrong size on WBP_ProfileSelect_C_ValidateEngagementScreen"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ValidateEngagementScreen, UserIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_ValidateEngagementScreen::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ProfileSelect_C_ValidateEngagementScreen, finisher) == 0x000008, "Member 'WBP_ProfileSelect_C_ValidateEngagementScreen::finisher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ProfileSelect_C \ +static_assert(alignof(UWBP_ProfileSelect_C) == 0x000008, "Wrong alignment on UWBP_ProfileSelect_C"); \ +static_assert(sizeof(UWBP_ProfileSelect_C) == 0x0003B8, "Wrong size on UWBP_ProfileSelect_C"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, UberGraphFrame_WBP_ProfileSelect_C) == 0x000338, "Member 'UWBP_ProfileSelect_C::UberGraphFrame_WBP_ProfileSelect_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, ValidationAnimation) == 0x000340, "Member 'UWBP_ProfileSelect_C::ValidationAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, Background) == 0x000348, "Member 'UWBP_ProfileSelect_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, ScreenTitle) == 0x000350, "Member 'UWBP_ProfileSelect_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, Separator) == 0x000358, "Member 'UWBP_ProfileSelect_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, WBP_InputPrompt) == 0x000360, "Member 'UWBP_ProfileSelect_C::WBP_InputPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, WBP_Profile_Card_1) == 0x000368, "Member 'UWBP_ProfileSelect_C::WBP_Profile_Card_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, WBP_Profile_Cards_2) == 0x000370, "Member 'UWBP_ProfileSelect_C::WBP_Profile_Cards_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, WBP_Profile_Cards_3) == 0x000378, "Member 'UWBP_ProfileSelect_C::WBP_Profile_Cards_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, CurrentSlot) == 0x000380, "Member 'UWBP_ProfileSelect_C::CurrentSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, Buttons) == 0x000388, "Member 'UWBP_ProfileSelect_C::Buttons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, DeleteProfilePopUp) == 0x000398, "Member 'UWBP_ProfileSelect_C::DeleteProfilePopUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, CanGoBack) == 0x0003A0, "Member 'UWBP_ProfileSelect_C::CanGoBack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, bHasSpawnPopUp) == 0x0003A1, "Member 'UWBP_ProfileSelect_C::bHasSpawnPopUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ProfileSelect_C, SwitchSize) == 0x0003A8, "Member 'UWBP_ProfileSelect_C::SwitchSize' 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) == 0x0002B8, "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_EnhancedInputActionEvent_ActionValue_4) == 0x000008, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000028, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x00002C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x000030, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000038, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000058, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x00005C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x000060, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000068, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x000069, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000070, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000090, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000094, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x000098, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_object_Variable) == 0x0000A0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x0000A8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable) == 0x0000B0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1) == 0x0000B8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_0) == 0x0000C0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_0) == 0x0000C8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_1) == 0x0000D0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_2) == 0x0000D8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1) == 0x0000E0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2) == 0x0000E8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_bool_Variable) == 0x0000F0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0000F8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000118, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00011C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000120, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000128, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000130, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000150, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000154, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000158, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_object_Variable_1) == 0x000160, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000168, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2) == 0x000170, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3) == 0x000178, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2_0) == 0x000180, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3_0) == 0x000188, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3_1) == 0x000190, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2_1) == 0x000198, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_4) == 0x0001A0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_delegate_Variable) == 0x0001A8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PostEvent_ReturnValue) == 0x0001B8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0001BC, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_delegate_Variable_1) == 0x0001C0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_delegate_Variable_2) == 0x0001D0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PostEvent_ReturnValue_1) == 0x0001E0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PostEvent_ReturnValue_2) == 0x0001E4, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CreateDelegate_OutputDelegate) == 0x0001E8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001F8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000200, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000208, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x000228, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x00022C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x000230, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3) == 0x000238, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_3) == 0x000240, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000248, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetTrophySystem_ReturnValue) == 0x000250, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetTrophySystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_Event_IsDesignTime) == 0x000258, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetZGameInstance_ReturnValue) == 0x000260, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PlayAnimation_ReturnValue) == 0x000268, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetUIController_ReturnValue) == 0x000270, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_HasScreenWidgetOfType_ReturnValue) == 0x000278, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_HasScreenWidgetOfType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000280, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetUIController_ReturnValue_1) == 0x000288, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_HasScreenWidgetOfType_ReturnValue_1) == 0x000290, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_HasScreenWidgetOfType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000291, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000292, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CreateDelegate_OutputDelegate_1) == 0x000294, "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_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0002A8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CustomEvent_bIsDocked) == 0x0002B0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3 \ +static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4 \ +static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5 \ +static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_OnNintendoConsoleDockedOrUndocked \ +static_assert(alignof(WBP_Credits_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_Credits_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(sizeof(WBP_Credits_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_Credits_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(offsetof(WBP_Credits_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_Credits_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' 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_ReadDataTableCredit \ +static_assert(alignof(WBP_Credits_C_ReadDataTableCredit) == 0x000008, "Wrong alignment on WBP_Credits_C_ReadDataTableCredit"); \ +static_assert(sizeof(WBP_Credits_C_ReadDataTableCredit) == 0x0000A8, "Wrong size on WBP_Credits_C_ReadDataTableCredit"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, DataTable) == 0x000000, "Member 'WBP_Credits_C_ReadDataTableCredit::DataTable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Credits_C_ReadDataTableCredit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'WBP_Credits_C_ReadDataTableCredit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_SpawnObject_ReturnValue) == 0x000088, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_SpawnObject_ReturnValue_1) == 0x000098, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_AddChild_ReturnValue_1) == 0x0000A0, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_ReadDataTableSpecial \ +static_assert(alignof(WBP_Credits_C_ReadDataTableSpecial) == 0x000008, "Wrong alignment on WBP_Credits_C_ReadDataTableSpecial"); \ +static_assert(sizeof(WBP_Credits_C_ReadDataTableSpecial) == 0x0000A8, "Wrong size on WBP_Credits_C_ReadDataTableSpecial"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, DataTable) == 0x000000, "Member 'WBP_Credits_C_ReadDataTableSpecial::DataTable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Credits_C_ReadDataTableSpecial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'WBP_Credits_C_ReadDataTableSpecial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_SpawnObject_ReturnValue) == 0x000088, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_SpawnObject_ReturnValue_1) == 0x000098, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_AddChild_ReturnValue_1) == 0x0000A0, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_UpdateSwitchInputPrompt \ +static_assert(alignof(WBP_Credits_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_Credits_C_UpdateSwitchInputPrompt"); \ +static_assert(sizeof(WBP_Credits_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_Credits_C_UpdateSwitchInputPrompt"); \ +static_assert(offsetof(WBP_Credits_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_Credits_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' 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) == 0x0003E0, "Wrong size on UWBP_Credits_C"); \ +static_assert(offsetof(UWBP_Credits_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Credits_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, RollCredits) == 0x000300, "Member 'UWBP_Credits_C::RollCredits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, ToBeContinued) == 0x000308, "Member 'UWBP_Credits_C::ToBeContinued' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Background) == 0x000310, "Member 'UWBP_Credits_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, CanvasPanel_29) == 0x000318, "Member 'UWBP_Credits_C::CanvasPanel_29' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Cloud) == 0x000320, "Member 'UWBP_Credits_C::Cloud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, cloud_02) == 0x000328, "Member 'UWBP_Credits_C::cloud_02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Galaxies) == 0x000330, "Member 'UWBP_Credits_C::Galaxies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Logos) == 0x000338, "Member 'UWBP_Credits_C::Logos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, MainContainer) == 0x000340, "Member 'UWBP_Credits_C::MainContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Stars01) == 0x000348, "Member 'UWBP_Credits_C::Stars01' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Stars01_2) == 0x000350, "Member 'UWBP_Credits_C::Stars01_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Stars02) == 0x000358, "Member 'UWBP_Credits_C::Stars02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, Stars02_2) == 0x000360, "Member 'UWBP_Credits_C::Stars02_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, TBC) == 0x000368, "Member 'UWBP_Credits_C::TBC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, UFO) == 0x000370, "Member 'UWBP_Credits_C::UFO' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, WBP_InputPrompt) == 0x000378, "Member 'UWBP_Credits_C::WBP_InputPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, CreditDT) == 0x000380, "Member 'UWBP_Credits_C::CreditDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, SkipTime) == 0x000388, "Member 'UWBP_Credits_C::SkipTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, OnCreditClosed) == 0x000390, "Member 'UWBP_Credits_C::OnCreditClosed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, DT_ZDT_Credits) == 0x0003A0, "Member 'UWBP_Credits_C::DT_ZDT_Credits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, DT_ZDT_SpecialThanks) == 0x0003A8, "Member 'UWBP_Credits_C::DT_ZDT_SpecialThanks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, DT_Konami_Credits) == 0x0003B0, "Member 'UWBP_Credits_C::DT_Konami_Credits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, DT_LegalMentions) == 0x0003B8, "Member 'UWBP_Credits_C::DT_LegalMentions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, OnRollingAnimationStart) == 0x0003C0, "Member 'UWBP_Credits_C::OnRollingAnimationStart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, SwitchSize) == 0x0003D0, "Member 'UWBP_Credits_C::SwitchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Credits_Retainer_C \ +static_assert(alignof(UWBP_Credits_Retainer_C) == 0x000008, "Wrong alignment on UWBP_Credits_Retainer_C"); \ +static_assert(sizeof(UWBP_Credits_Retainer_C) == 0x000308, "Wrong size on UWBP_Credits_Retainer_C"); \ +static_assert(offsetof(UWBP_Credits_Retainer_C, CreditRetainerBox) == 0x0002F8, "Member 'UWBP_Credits_Retainer_C::CreditRetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_Retainer_C, WBP_Credits) == 0x000300, "Member 'UWBP_Credits_Retainer_C::WBP_Credits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual \ +static_assert(alignof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual) == 0x000008, "Wrong alignment on WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual"); \ +static_assert(sizeof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual) == 0x000030, "Wrong size on WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, EntryPoint) == 0x000000, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000028, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_FinalVisual_C_HandleAspectRatio \ +static_assert(alignof(WBP_Credits_FinalVisual_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_Credits_FinalVisual_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_Credits_FinalVisual_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_Credits_FinalVisual_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_Credits_FinalVisual_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_Credits_FinalVisual_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_FinalVisual_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_Credits_FinalVisual_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Credits_FinalVisual_C \ +static_assert(alignof(UWBP_Credits_FinalVisual_C) == 0x000008, "Wrong alignment on UWBP_Credits_FinalVisual_C"); \ +static_assert(sizeof(UWBP_Credits_FinalVisual_C) == 0x000328, "Wrong size on UWBP_Credits_FinalVisual_C"); \ +static_assert(offsetof(UWBP_Credits_FinalVisual_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Credits_FinalVisual_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_FinalVisual_C, SizeBox_AspectRatio) == 0x000300, "Member 'UWBP_Credits_FinalVisual_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_FinalVisual_C, WBP_Credits_BGRetainer) == 0x000308, "Member 'UWBP_Credits_FinalVisual_C::WBP_Credits_BGRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_FinalVisual_C, WBP_Credits_Retainer) == 0x000310, "Member 'UWBP_Credits_FinalVisual_C::WBP_Credits_Retainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_FinalVisual_C, OnCreditClosed) == 0x000318, "Member 'UWBP_Credits_FinalVisual_C::OnCreditClosed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing \ +static_assert(alignof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing) == 0x000008, "Wrong alignment on WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing"); \ +static_assert(sizeof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing) == 0x0000A0, "Wrong size on WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, EntryPoint) == 0x000000, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetUIController_ReturnValue) == 0x000030, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000040, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_SaveGame_ReturnValue) == 0x000048, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_SaveGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000049, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_Event_InputActionName) == 0x00004C, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_Event_InputActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000054, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_IsSwitchDocked_ReturnValue) == 0x000055, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000058, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_CustomEvent_bIsDocked) == 0x000060, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, Temp_delegate_Variable) == 0x000064, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PostEvent_ReturnValue) == 0x000074, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, Temp_delegate_Variable_1) == 0x000078, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PostEvent_ReturnValue_1) == 0x000088, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000090, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000098, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_HandleAspectRatio \ +static_assert(alignof(WBP_DemoMarketing_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_DemoMarketing_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_DemoMarketing_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_DemoMarketing_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_DemoMarketing_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_DemoMarketing_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_DemoMarketing_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_DemoMarketing_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_HandleInput \ +static_assert(alignof(WBP_DemoMarketing_C_HandleInput) == 0x000004, "Wrong alignment on WBP_DemoMarketing_C_HandleInput"); \ +static_assert(sizeof(WBP_DemoMarketing_C_HandleInput) == 0x00000C, "Wrong size on WBP_DemoMarketing_C_HandleInput"); \ +static_assert(offsetof(WBP_DemoMarketing_C_HandleInput, InputAction) == 0x000000, "Member 'WBP_DemoMarketing_C_HandleInput::InputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_HandleInput, K2Node_SwitchName_CmpSuccess) == 0x000008, "Member 'WBP_DemoMarketing_C_HandleInput::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_HandleInput, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'WBP_DemoMarketing_C_HandleInput::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_OnInputAction \ +static_assert(alignof(WBP_DemoMarketing_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_DemoMarketing_C_OnInputAction"); \ +static_assert(sizeof(WBP_DemoMarketing_C_OnInputAction) == 0x000008, "Wrong size on WBP_DemoMarketing_C_OnInputAction"); \ +static_assert(offsetof(WBP_DemoMarketing_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_DemoMarketing_C_OnInputAction::InputActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked \ +static_assert(alignof(WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(sizeof(WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(offsetof(WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_ResumeGame \ +static_assert(alignof(WBP_DemoMarketing_C_ResumeGame) == 0x000008, "Wrong alignment on WBP_DemoMarketing_C_ResumeGame"); \ +static_assert(sizeof(WBP_DemoMarketing_C_ResumeGame) == 0x000040, "Wrong size on WBP_DemoMarketing_C_ResumeGame"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, Animation) == 0x000000, "Member 'WBP_DemoMarketing_C_ResumeGame::Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, Temp_delegate_Variable) == 0x000008, "Member 'WBP_DemoMarketing_C_ResumeGame::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_DemoMarketing_C_ResumeGame::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_DemoMarketing_C_ResumeGame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_DemoMarketing_C_ResumeGame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000038, "Member 'WBP_DemoMarketing_C_ResumeGame::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DemoMarketing_C \ +static_assert(alignof(UWBP_DemoMarketing_C) == 0x000008, "Wrong alignment on UWBP_DemoMarketing_C"); \ +static_assert(sizeof(UWBP_DemoMarketing_C) == 0x0003B0, "Wrong size on UWBP_DemoMarketing_C"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, UberGraphFrame_WBP_DemoMarketing_C) == 0x000338, "Member 'UWBP_DemoMarketing_C::UberGraphFrame_WBP_DemoMarketing_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, Fade) == 0x000340, "Member 'UWBP_DemoMarketing_C::Fade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, Bgd) == 0x000348, "Member 'UWBP_DemoMarketing_C::Bgd' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, CanvasPanel_MainMenu) == 0x000350, "Member 'UWBP_DemoMarketing_C::CanvasPanel_MainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, Iris) == 0x000358, "Member 'UWBP_DemoMarketing_C::Iris' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, Logo) == 0x000360, "Member 'UWBP_DemoMarketing_C::Logo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, RichText_MainText) == 0x000368, "Member 'UWBP_DemoMarketing_C::RichText_MainText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, RichText_WishList) == 0x000370, "Member 'UWBP_DemoMarketing_C::RichText_WishList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, Separator) == 0x000378, "Member 'UWBP_DemoMarketing_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, SizeBox_AspectRatio) == 0x000380, "Member 'UWBP_DemoMarketing_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, Vignette) == 0x000388, "Member 'UWBP_DemoMarketing_C::Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, WBP_InputPrompt) == 0x000390, "Member 'UWBP_DemoMarketing_C::WBP_InputPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, AnimationPlayRate) == 0x000398, "Member 'UWBP_DemoMarketing_C::AnimationPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DemoMarketing_C, SwitchSize) == 0x0003A0, "Member 'UWBP_DemoMarketing_C::SwitchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GenericTextPopUp_C_SetText \ +static_assert(alignof(WBP_GenericTextPopUp_C_SetText) == 0x000008, "Wrong alignment on WBP_GenericTextPopUp_C_SetText"); \ +static_assert(sizeof(WBP_GenericTextPopUp_C_SetText) == 0x000050, "Wrong size on WBP_GenericTextPopUp_C_SetText"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_SetText, newText) == 0x000000, "Member 'WBP_GenericTextPopUp_C_SetText::newText' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_SetText, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'WBP_GenericTextPopUp_C_SetText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_SetText, CallFunc_GetZGameInstance_ReturnValue) == 0x000020, "Member 'WBP_GenericTextPopUp_C_SetText::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_SetText, CallFunc_GetInputMode_ReturnValue) == 0x000028, "Member 'WBP_GenericTextPopUp_C_SetText::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_SetText, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000030, "Member 'WBP_GenericTextPopUp_C_SetText::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_SetText, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_GenericTextPopUp_C_SetText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GenericTextPopUp_C_OnInputModeChanged \ +static_assert(alignof(WBP_GenericTextPopUp_C_OnInputModeChanged) == 0x000001, "Wrong alignment on WBP_GenericTextPopUp_C_OnInputModeChanged"); \ +static_assert(sizeof(WBP_GenericTextPopUp_C_OnInputModeChanged) == 0x000001, "Wrong size on WBP_GenericTextPopUp_C_OnInputModeChanged"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'WBP_GenericTextPopUp_C_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp \ +static_assert(alignof(WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp) == 0x000008, "Wrong alignment on WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp"); \ +static_assert(sizeof(WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp) == 0x000040, "Wrong size on WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp, EntryPoint) == 0x000000, "Member 'WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp, CallFunc_Conv_TextToString_ReturnValue) == 0x000008, "Member 'WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp, K2Node_Event_NewInputMode) == 0x000018, "Member 'WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp::K2Node_Event_NewInputMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000020, "Member 'WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'WBP_GenericTextPopUp_C_ExecuteUbergraph_WBP_GenericTextPopUp::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GenericTextPopUp_C \ +static_assert(alignof(UWBP_GenericTextPopUp_C) == 0x000008, "Wrong alignment on UWBP_GenericTextPopUp_C"); \ +static_assert(sizeof(UWBP_GenericTextPopUp_C) == 0x000338, "Wrong size on UWBP_GenericTextPopUp_C"); \ +static_assert(offsetof(UWBP_GenericTextPopUp_C, UberGraphFrame_WBP_GenericTextPopUp_C) == 0x000318, "Member 'UWBP_GenericTextPopUp_C::UberGraphFrame_WBP_GenericTextPopUp_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GenericTextPopUp_C, RichTextPopUp) == 0x000320, "Member 'UWBP_GenericTextPopUp_C::RichTextPopUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GenericTextPopUp_C, PopupText) == 0x000328, "Member 'UWBP_GenericTextPopUp_C::PopupText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual \ +static_assert(alignof(WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual) == 0x000004, "Wrong alignment on WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual"); \ +static_assert(sizeof(WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual) == 0x000004, "Wrong size on WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual"); \ +static_assert(offsetof(WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual, EntryPoint) == 0x000000, "Member 'WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CodecCallVisual_C \ +static_assert(alignof(UWBP_CodecCallVisual_C) == 0x000008, "Wrong alignment on UWBP_CodecCallVisual_C"); \ +static_assert(sizeof(UWBP_CodecCallVisual_C) == 0x000310, "Wrong size on UWBP_CodecCallVisual_C"); \ +static_assert(offsetof(UWBP_CodecCallVisual_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CodecCallVisual_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCallVisual_C, RetainerBox_11) == 0x000300, "Member 'UWBP_CodecCallVisual_C::RetainerBox_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CodecCallVisual_C, WBP_CodecCall) == 0x000308, "Member 'UWBP_CodecCallVisual_C::WBP_CodecCall' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_CollectibleViewSceneCapture_C_CloseScreen \ static_assert(alignof(WBP_CollectibleViewSceneCapture_C_CloseScreen) == 0x000008, "Wrong alignment on WBP_CollectibleViewSceneCapture_C_CloseScreen"); \ static_assert(sizeof(WBP_CollectibleViewSceneCapture_C_CloseScreen) == 0x000028, "Wrong size on WBP_CollectibleViewSceneCapture_C_CloseScreen"); \ @@ -144015,28 +145049,295 @@ static_assert(offsetof(UWBP_CollectibleViewSceneCapture_C, bCanRotate) == 0x0004 static_assert(offsetof(UWBP_CollectibleViewSceneCapture_C, bIsOpeningAnimationFinished) == 0x000439, "Member 'UWBP_CollectibleViewSceneCapture_C::bIsOpeningAnimationFinished' has a wrong offset!"); \ static_assert(offsetof(UWBP_CollectibleViewSceneCapture_C, SwitchSize) == 0x000440, "Member 'UWBP_CollectibleViewSceneCapture_C::SwitchSize' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem \ -static_assert(alignof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem) == 0x000008, "Wrong alignment on BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem"); \ -static_assert(sizeof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem) == 0x000110, "Wrong size on BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, EntryPoint) == 0x000000, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_GetCurrentScreenWidget_ReturnValue) == 0x000010, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_GetCurrentScreenWidget_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_RequestScreenUI_ReturnValue) == 0x000018, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture) == 0x000020, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, K2Node_Event_CollectibleID) == 0x00002C, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::K2Node_Event_CollectibleID' has a wrong offset!"); \ -static_assert(offsetof(BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem, CallFunc_GetCollectibleDataByID_ReturnValue) == 0x000040, "Member 'BP_CollectibleSystem_C_ExecuteUbergraph_BP_CollectibleSystem::CallFunc_GetCollectibleDataByID_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase \ +static_assert(alignof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase) == 0x000008, "Wrong alignment on WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase"); \ +static_assert(sizeof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase) == 0x000088, "Wrong size on WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, EntryPoint) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, Temp_delegate_Variable) == 0x000004, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, Temp_delegate_Variable_1) == 0x000018, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_Event_InFocusEvent_1) == 0x00002C, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_Event_InFocusEvent) == 0x000034, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetZGameInstance_ReturnValue) == 0x000040, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000048, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_HasBeenCollected_ReturnValue) == 0x000050, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_HasBeenCollected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000058, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetCurrentScreenWidget_ReturnValue) == 0x000068, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetCurrentScreenWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture) == 0x000070, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_DynamicCast_AsWBP_Collectible_View_Scene_Capture' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_RequestScreenUI_ReturnValue) == 0x000079, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase, CallFunc_GetCurrentScreenWidget_ReturnValue_1) == 0x000080, "Member 'WBP_CollectibleButtonBase_C_ExecuteUbergraph_WBP_CollectibleButtonBase::CallFunc_GetCurrentScreenWidget_ReturnValue_1' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CollectibleSystem_C_RequestCollectibleUI \ -static_assert(alignof(BP_CollectibleSystem_C_RequestCollectibleUI) == 0x000004, "Wrong alignment on BP_CollectibleSystem_C_RequestCollectibleUI"); \ -static_assert(sizeof(BP_CollectibleSystem_C_RequestCollectibleUI) == 0x000010, "Wrong size on BP_CollectibleSystem_C_RequestCollectibleUI"); \ -static_assert(offsetof(BP_CollectibleSystem_C_RequestCollectibleUI, CollectibleID) == 0x000000, "Member 'BP_CollectibleSystem_C_RequestCollectibleUI::CollectibleID' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_InitCollectibleButton \ +static_assert(alignof(WBP_CollectibleButtonBase_C_InitCollectibleButton) == 0x000008, "Wrong alignment on WBP_CollectibleButtonBase_C_InitCollectibleButton"); \ +static_assert(sizeof(WBP_CollectibleButtonBase_C_InitCollectibleButton) == 0x000140, "Wrong size on WBP_CollectibleButtonBase_C_InitCollectibleButton"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, NewCollectibleData) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::NewCollectibleData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, StyleIndex) == 0x0000D0, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::StyleIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000D4, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_SwitchInteger_CmpSuccess) == 0x0000D5, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D6, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000D8, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_AsTexture) == 0x0000E0, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_AsTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000F0, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_AsTexture_1) == 0x000100, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_AsTexture_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_AsTexture_2D) == 0x000110, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000120, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_GetZGameInstance_ReturnValue) == 0x000128, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000130, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_InitCollectibleButton, CallFunc_HasBeenCollected_ReturnValue) == 0x000138, "Member 'WBP_CollectibleButtonBase_C_InitCollectibleButton::CallFunc_HasBeenCollected_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UBP_CollectibleSystem_C \ -static_assert(alignof(UBP_CollectibleSystem_C) == 0x000008, "Wrong alignment on UBP_CollectibleSystem_C"); \ -static_assert(sizeof(UBP_CollectibleSystem_C) == 0x0000E8, "Wrong size on UBP_CollectibleSystem_C"); \ -static_assert(offsetof(UBP_CollectibleSystem_C, UberGraphFrame) == 0x0000E0, "Member 'UBP_CollectibleSystem_C::UberGraphFrame' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_CollectibleButtonBase_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_CollectibleButtonBase_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_CollectibleButtonBase_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_CollectibleButtonBase_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CollectibleButtonBase_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CollectibleButtonBase_C \ +static_assert(alignof(UWBP_CollectibleButtonBase_C) == 0x000008, "Wrong alignment on UWBP_CollectibleButtonBase_C"); \ +static_assert(sizeof(UWBP_CollectibleButtonBase_C) == 0x000500, "Wrong size on UWBP_CollectibleButtonBase_C"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CollectibleButtonBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border) == 0x000300, "Member 'UWBP_CollectibleButtonBase_C::Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, CollectibleButton) == 0x000308, "Member 'UWBP_CollectibleButtonBase_C::CollectibleButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, InnerButtonOverlay) == 0x000310, "Member 'UWBP_CollectibleButtonBase_C::InnerButtonOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Item_Image) == 0x000318, "Member 'UWBP_CollectibleButtonBase_C::Item_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask) == 0x000320, "Member 'UWBP_CollectibleButtonBase_C::LockMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline) == 0x000328, "Member 'UWBP_CollectibleButtonBase_C::Outline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette) == 0x000330, "Member 'UWBP_CollectibleButtonBase_C::Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, CollectibleData) == 0x000338, "Member 'UWBP_CollectibleButtonBase_C::CollectibleData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, BaseColour) == 0x000408, "Member 'UWBP_CollectibleButtonBase_C::BaseColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, HoveredColour) == 0x000418, "Member 'UWBP_CollectibleButtonBase_C::HoveredColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, HoverScale) == 0x000428, "Member 'UWBP_CollectibleButtonBase_C::HoverScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_0) == 0x000438, "Member 'UWBP_CollectibleButtonBase_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_1) == 0x000440, "Member 'UWBP_CollectibleButtonBase_C::Border_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_2) == 0x000448, "Member 'UWBP_CollectibleButtonBase_C::Border_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_3) == 0x000450, "Member 'UWBP_CollectibleButtonBase_C::Border_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Border_4) == 0x000458, "Member 'UWBP_CollectibleButtonBase_C::Border_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_0) == 0x000460, "Member 'UWBP_CollectibleButtonBase_C::LockMask_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_1) == 0x000468, "Member 'UWBP_CollectibleButtonBase_C::LockMask_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_2) == 0x000470, "Member 'UWBP_CollectibleButtonBase_C::LockMask_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_3) == 0x000478, "Member 'UWBP_CollectibleButtonBase_C::LockMask_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, LockMask_4) == 0x000480, "Member 'UWBP_CollectibleButtonBase_C::LockMask_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_0) == 0x000488, "Member 'UWBP_CollectibleButtonBase_C::Outline_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_1) == 0x000490, "Member 'UWBP_CollectibleButtonBase_C::Outline_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_2) == 0x000498, "Member 'UWBP_CollectibleButtonBase_C::Outline_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_3) == 0x0004A0, "Member 'UWBP_CollectibleButtonBase_C::Outline_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Outline_4) == 0x0004A8, "Member 'UWBP_CollectibleButtonBase_C::Outline_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_0) == 0x0004B0, "Member 'UWBP_CollectibleButtonBase_C::Vignette_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_1) == 0x0004B8, "Member 'UWBP_CollectibleButtonBase_C::Vignette_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_2) == 0x0004C0, "Member 'UWBP_CollectibleButtonBase_C::Vignette_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_3) == 0x0004C8, "Member 'UWBP_CollectibleButtonBase_C::Vignette_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Vignette_4) == 0x0004D0, "Member 'UWBP_CollectibleButtonBase_C::Vignette_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_0) == 0x0004D8, "Member 'UWBP_CollectibleButtonBase_C::Mark_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_1) == 0x0004E0, "Member 'UWBP_CollectibleButtonBase_C::Mark_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_2) == 0x0004E8, "Member 'UWBP_CollectibleButtonBase_C::Mark_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Mark_3) == 0x0004F0, "Member 'UWBP_CollectibleButtonBase_C::Mark_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleButtonBase_C, Viewed) == 0x0004F8, "Member 'UWBP_CollectibleButtonBase_C::Viewed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu \ +static_assert(alignof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu) == 0x000004, "Wrong alignment on WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu"); \ +static_assert(sizeof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu) == 0x000014, "Wrong size on WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, EntryPoint) == 0x000000, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, K2Node_Event_bValue) == 0x000004, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, K2Node_Event_InFocusEvent) == 0x000008, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_GenerateCollectibleButtons \ +static_assert(alignof(WBP_CollectibleMenu_C_GenerateCollectibleButtons) == 0x000008, "Wrong alignment on WBP_CollectibleMenu_C_GenerateCollectibleButtons"); \ +static_assert(sizeof(WBP_CollectibleMenu_C_GenerateCollectibleButtons) == 0x000138, "Wrong size on WBP_CollectibleMenu_C_GenerateCollectibleButtons"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetChildrenCount_ReturnValue) == 0x000008, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000010, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetCollectibleData_ReturnValue) == 0x000020, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetCollectibleData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetCollectibleData_ReturnValue_1) == 0x000028, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetCollectibleData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, Temp_int_Variable) == 0x00003C, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000118, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000119, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Add_IntInt_ReturnValue) == 0x00011C, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000120, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Array_Get_Item_1) == 0x000124, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Create_ReturnValue) == 0x000128, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_AddChildToWrapBox_ReturnValue) == 0x000130, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_AddChildToWrapBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_OnAppFocus \ +static_assert(alignof(WBP_CollectibleMenu_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_CollectibleMenu_C_OnAppFocus"); \ +static_assert(sizeof(WBP_CollectibleMenu_C_OnAppFocus) == 0x000001, "Wrong size on WBP_CollectibleMenu_C_OnAppFocus"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_CollectibleMenu_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_CollectibleMenu_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_CollectibleMenu_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_CollectibleMenu_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_CollectibleMenu_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_CollectibleMenu_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CollectibleMenu_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CollectibleMenu_C \ +static_assert(alignof(UWBP_CollectibleMenu_C) == 0x000008, "Wrong alignment on UWBP_CollectibleMenu_C"); \ +static_assert(sizeof(UWBP_CollectibleMenu_C) == 0x000390, "Wrong size on UWBP_CollectibleMenu_C"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, UberGraphFrame_WBP_CollectibleMenu_C) == 0x000320, "Member 'UWBP_CollectibleMenu_C::UberGraphFrame_WBP_CollectibleMenu_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, CollectibleWrapBox) == 0x000328, "Member 'UWBP_CollectibleMenu_C::CollectibleWrapBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, CollectibleData) == 0x000330, "Member 'UWBP_CollectibleMenu_C::CollectibleData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, CurrentHorizontalBox) == 0x000358, "Member 'UWBP_CollectibleMenu_C::CurrentHorizontalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, FirstButton) == 0x000360, "Member 'UWBP_CollectibleMenu_C::FirstButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, SlotPadding) == 0x000368, "Member 'UWBP_CollectibleMenu_C::SlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, StyleIndex) == 0x000378, "Member 'UWBP_CollectibleMenu_C::StyleIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CollectibleMenu_C, CollectibleSelection) == 0x000388, "Member 'UWBP_CollectibleMenu_C::CollectibleSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase \ +static_assert(alignof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase) == 0x000008, "Wrong alignment on WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase"); \ +static_assert(sizeof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase) == 0x000058, "Wrong size on WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase"); \ +static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, EntryPoint) == 0x000000, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'WBP_WorldWidgetBase_C_ExecuteUbergraph_WBP_WorldWidgetBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WorldWidgetBase_C \ +static_assert(alignof(UWBP_WorldWidgetBase_C) == 0x000008, "Wrong alignment on UWBP_WorldWidgetBase_C"); \ +static_assert(sizeof(UWBP_WorldWidgetBase_C) == 0x000310, "Wrong size on UWBP_WorldWidgetBase_C"); \ +static_assert(offsetof(UWBP_WorldWidgetBase_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_WorldWidgetBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldWidgetBase_C, FadeOut) == 0x000300, "Member 'UWBP_WorldWidgetBase_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldWidgetBase_C, FadeIn) == 0x000308, "Member 'UWBP_WorldWidgetBase_C::FadeIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp \ +static_assert(alignof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp) == 0x000008, "Wrong alignment on WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp"); \ +static_assert(sizeof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp) == 0x000058, "Wrong size on WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, EntryPoint) == 0x000000, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, K2Node_CustomEvent_OldMode) == 0x000030, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, K2Node_CustomEvent_NewMode) == 0x000031, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000038, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'WBP_WorldPopUp_C_ExecuteUbergraph_WBP_WorldPopUp::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldPopUp_C_OnInputModeChanged_Event \ +static_assert(alignof(WBP_WorldPopUp_C_OnInputModeChanged_Event) == 0x000001, "Wrong alignment on WBP_WorldPopUp_C_OnInputModeChanged_Event"); \ +static_assert(sizeof(WBP_WorldPopUp_C_OnInputModeChanged_Event) == 0x000002, "Wrong size on WBP_WorldPopUp_C_OnInputModeChanged_Event"); \ +static_assert(offsetof(WBP_WorldPopUp_C_OnInputModeChanged_Event, OldMode) == 0x000000, "Member 'WBP_WorldPopUp_C_OnInputModeChanged_Event::OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_OnInputModeChanged_Event, NewMode) == 0x000001, "Member 'WBP_WorldPopUp_C_OnInputModeChanged_Event::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldPopUp_C_SetPopupText \ +static_assert(alignof(WBP_WorldPopUp_C_SetPopupText) == 0x000008, "Wrong alignment on WBP_WorldPopUp_C_SetPopupText"); \ +static_assert(sizeof(WBP_WorldPopUp_C_SetPopupText) == 0x000050, "Wrong size on WBP_WorldPopUp_C_SetPopupText"); \ +static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, newText) == 0x000000, "Member 'WBP_WorldPopUp_C_SetPopupText::newText' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_GetZGameInstance_ReturnValue) == 0x000020, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_GetInputMode_ReturnValue) == 0x000028, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000030, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldPopUp_C_SetPopupText, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_WorldPopUp_C_SetPopupText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WorldPopUp_C \ +static_assert(alignof(UWBP_WorldPopUp_C) == 0x000008, "Wrong alignment on UWBP_WorldPopUp_C"); \ +static_assert(sizeof(UWBP_WorldPopUp_C) == 0x000330, "Wrong size on UWBP_WorldPopUp_C"); \ +static_assert(offsetof(UWBP_WorldPopUp_C, UberGraphFrame_WBP_WorldPopUp_C) == 0x000310, "Member 'UWBP_WorldPopUp_C::UberGraphFrame_WBP_WorldPopUp_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldPopUp_C, WBP_RichText_C_0) == 0x000318, "Member 'UWBP_WorldPopUp_C::WBP_RichText_C_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldPopUp_C, PopupText) == 0x000320, "Member 'UWBP_WorldPopUp_C::PopupText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent \ +static_assert(alignof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent) == 0x000008, "Wrong alignment on BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent"); \ +static_assert(sizeof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent) == 0x000048, "Wrong size on BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, EntryPoint) == 0x000000, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetWidget_ReturnValue) == 0x000018, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, K2Node_DynamicCast_AsWBP_World_Pop_Up) == 0x000028, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::K2Node_DynamicCast_AsWBP_World_Pop_Up' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_GetObjectClass_ReturnValue) == 0x000038, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent, CallFunc_ClassIsChildOf_ReturnValue) == 0x000040, "Member 'BP_ObjectHelpComponent_C_ExecuteUbergraph_BP_ObjectHelpComponent::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ObjectHelpComponent_C \ +static_assert(alignof(UBP_ObjectHelpComponent_C) == 0x000008, "Wrong alignment on UBP_ObjectHelpComponent_C"); \ +static_assert(sizeof(UBP_ObjectHelpComponent_C) == 0x0001B0, "Wrong size on UBP_ObjectHelpComponent_C"); \ +static_assert(offsetof(UBP_ObjectHelpComponent_C, UberGraphFrame) == 0x0001A8, "Member 'UBP_ObjectHelpComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base \ +static_assert(alignof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base) == 0x000008, "Wrong alignment on WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base"); \ +static_assert(sizeof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base) == 0x000098, "Wrong size on WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, EntryPoint) == 0x000000, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_PlayAnimation_ReturnValue_1) == 0x000050, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CustomEvent_OldMode) == 0x000060, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, K2Node_CustomEvent_NewMode) == 0x000061, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_PlayAnimation_ReturnValue_2) == 0x000088, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000090, "Member 'WBP_PopUp_Base_C_ExecuteUbergraph_WBP_PopUp_Base::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PopUp_Base_C_OnInputModeChanged_Event \ +static_assert(alignof(WBP_PopUp_Base_C_OnInputModeChanged_Event) == 0x000001, "Wrong alignment on WBP_PopUp_Base_C_OnInputModeChanged_Event"); \ +static_assert(sizeof(WBP_PopUp_Base_C_OnInputModeChanged_Event) == 0x000002, "Wrong size on WBP_PopUp_Base_C_OnInputModeChanged_Event"); \ +static_assert(offsetof(WBP_PopUp_Base_C_OnInputModeChanged_Event, OldMode) == 0x000000, "Member 'WBP_PopUp_Base_C_OnInputModeChanged_Event::OldMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PopUp_Base_C_OnInputModeChanged_Event, NewMode) == 0x000001, "Member 'WBP_PopUp_Base_C_OnInputModeChanged_Event::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PopUp_Base_C \ +static_assert(alignof(UWBP_PopUp_Base_C) == 0x000008, "Wrong alignment on UWBP_PopUp_Base_C"); \ +static_assert(sizeof(UWBP_PopUp_Base_C) == 0x000318, "Wrong size on UWBP_PopUp_Base_C"); \ +static_assert(offsetof(UWBP_PopUp_Base_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_PopUp_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_Base_C, FadeOut) == 0x000300, "Member 'UWBP_PopUp_Base_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_Base_C, Collapse) == 0x000308, "Member 'UWBP_PopUp_Base_C::Collapse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PopUp_Base_C, FadeIn) == 0x000310, "Member 'UWBP_PopUp_Base_C::FadeIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput \ +static_assert(alignof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput) == 0x000008, "Wrong alignment on WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput"); \ +static_assert(sizeof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput) == 0x0000B8, "Wrong size on WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, EntryPoint) == 0x000000, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, K2Node_Event_NewInputMode) == 0x000014, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::K2Node_Event_NewInputMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetInputMode_ReturnValue) == 0x000020, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000030, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000038, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_HasGameFact_ReturnValue) == 0x000040, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_HasGameFact_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000068, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_ReplaceInputStringRichText_ReturnValue_1) == 0x000098, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_ReplaceInputStringRichText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'WBP_HelpInput_C_ExecuteUbergraph_WBP_HelpInput::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HelpInput_C_OnInputModeChanged \ +static_assert(alignof(WBP_HelpInput_C_OnInputModeChanged) == 0x000001, "Wrong alignment on WBP_HelpInput_C_OnInputModeChanged"); \ +static_assert(sizeof(WBP_HelpInput_C_OnInputModeChanged) == 0x000001, "Wrong size on WBP_HelpInput_C_OnInputModeChanged"); \ +static_assert(offsetof(WBP_HelpInput_C_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'WBP_HelpInput_C_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HelpInput_C \ +static_assert(alignof(UWBP_HelpInput_C) == 0x000008, "Wrong alignment on UWBP_HelpInput_C"); \ +static_assert(sizeof(UWBP_HelpInput_C) == 0x000340, "Wrong size on UWBP_HelpInput_C"); \ +static_assert(offsetof(UWBP_HelpInput_C, UberGraphFrame_WBP_HelpInput_C) == 0x000318, "Member 'UWBP_HelpInput_C::UberGraphFrame_WBP_HelpInput_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HelpInput_C, RichTextDisableMessage) == 0x000320, "Member 'UWBP_HelpInput_C::RichTextDisableMessage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HelpInput_C, RichTextHelp) == 0x000328, "Member 'UWBP_HelpInput_C::RichTextHelp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HelpInput_C, InitialText) == 0x000330, "Member 'UWBP_HelpInput_C::InitialText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_HelpSystem_C \ +static_assert(alignof(UBP_HelpSystem_C) == 0x000008, "Wrong alignment on UBP_HelpSystem_C"); \ +static_assert(sizeof(UBP_HelpSystem_C) == 0x0000B0, "Wrong size on UBP_HelpSystem_C"); \ + +#define DUMPER7_ASSERTS_ABP_ProjectileTrajectory_C \ +static_assert(alignof(ABP_ProjectileTrajectory_C) == 0x000008, "Wrong alignment on ABP_ProjectileTrajectory_C"); \ +static_assert(sizeof(ABP_ProjectileTrajectory_C) == 0x0002F8, "Wrong size on ABP_ProjectileTrajectory_C"); \ #define DUMPER7_ASSERTS_BP_Slingshot_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Slingshot_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Slingshot_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ @@ -145204,7 +146505,7 @@ static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, K2Node_DynamicCas static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, K2Node_DynamicCast_bSuccess_12) == 0x001A60, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, CallFunc_BooleanAND_ReturnValue_9) == 0x001A61, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, CallFunc_GetAimSensitivity_ReturnValue) == 0x001A64, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::CallFunc_GetAimSensitivity_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, CallFunc_GetAimASsist_ReturnValue) == 0x001A68, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::CallFunc_GetAimASsist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, CallFunc_GetAimAssist_ReturnValue) == 0x001A68, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::CallFunc_GetAimAssist_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, Temp_bool_Variable_14) == 0x001A69, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, Temp_int_Array_Index_Variable) == 0x001A6C, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(CH_Darwin_C_ExecuteUbergraph_CH_Darwin, CallFunc_Array_Get_Item) == 0x001A70, "Member 'CH_Darwin_C_ExecuteUbergraph_CH_Darwin::CallFunc_Array_Get_Item' has a wrong offset!"); \ @@ -146506,215 +147807,6 @@ static_assert(offsetof(ACH_Darwin_C, Balloon_Z_Offset) == 0x0010C0, "Member 'ACH static_assert(offsetof(ACH_Darwin_C, SweepBalloon) == 0x0010C8, "Member 'ACH_Darwin_C::SweepBalloon' has a wrong offset!"); \ static_assert(offsetof(ACH_Darwin_C, InteractMontageTimerHandle) == 0x0010D0, "Member 'ACH_Darwin_C::InteractMontageTimerHandle' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_CanGetDamaged \ -static_assert(alignof(BP_Projectile_BlackInk_C_CanGetDamaged) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_CanGetDamaged"); \ -static_assert(sizeof(BP_Projectile_BlackInk_C_CanGetDamaged) == 0x000020, "Wrong size on BP_Projectile_BlackInk_C_CanGetDamaged"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, Actor) == 0x000000, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::Actor' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, Value) == 0x000008, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, CallFunc_ObjectIsA_ReturnValue) == 0x000018, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::CallFunc_ObjectIsA_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk \ -static_assert(alignof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk"); \ -static_assert(sizeof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk) == 0x0007F8, "Wrong size on BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, EntryPoint) == 0x000000, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_RandomFloatInRange_ReturnValue) == 0x000020, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeVector_ReturnValue) == 0x000028, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000040, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetClosestOverlappingAICoordinator_ReturnValue) == 0x000058, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetClosestOverlappingAICoordinator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_PostEventAtLocation_ReturnValue) == 0x000060, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000068, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000070, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000088, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000090, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0000A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_VSize_ReturnValue) == 0x0000C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_UseCamAim_1) == 0x0000C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_UseCamAim_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_ScreenX) == 0x0000D0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_ScreenX' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_ScreenY) == 0x0000D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_ScreenY' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_CrosshairColor) == 0x0000E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_CrosshairColor' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_real_Variable) == 0x0000F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_UseCamAim) == 0x0000F4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_TargetLogation) == 0x0000F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_TargetLogation' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_HomingTargetComp) == 0x000110, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_HomingTargetComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_real_Variable_1) == 0x000118, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_CanJumpOutWater) == 0x00011C, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_CanJumpOutWater' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPlayerPawn_ReturnValue) == 0x000120, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_bool_Variable) == 0x000128, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000130, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000148, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000160, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_bool_Variable_1) == 0x000168, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_bool_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000170, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeVector_ReturnValue_1) == 0x000188, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Roll) == 0x0001A0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Pitch) == 0x0001A4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Yaw) == 0x0001A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Abs_ReturnValue) == 0x0001B0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0001B8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0001C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_DynamicCast_AsCH_Darwin) == 0x0001C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SelectFloat_ReturnValue) == 0x0001D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity) == 0x0001E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue) == 0x0001F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ClampVectorSize_ReturnValue) == 0x000200, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000218, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_MakeStruct_PredictProjectilePathParams) == 0x000230, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_MakeStruct_PredictProjectilePathParams' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Vector_Distance_ReturnValue) == 0x0002A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Blueprint_PredictProjectilePath_Advanced_PredictResult) == 0x0002B0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Blueprint_PredictProjectilePath_Advanced_PredictResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Blueprint_PredictProjectilePath_Advanced_ReturnValue) == 0x0003F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Blueprint_PredictProjectilePath_Advanced_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0003F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Events) == 0x000410, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Events' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_On_Off) == 0x000411, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_On_Off' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Index) == 0x000414, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Index' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Actor) == 0x000418, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Actor' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x000420, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_VSize_ReturnValue_1) == 0x000438, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000440, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_delegate_Variable) == 0x000444, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_PostAkEvent_ReturnValue) == 0x000454, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_MyComp) == 0x000458, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_MyComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Other) == 0x000460, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Other' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_OtherComp) == 0x000468, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_OtherComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_bSelfMoved) == 0x000470, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_bSelfMoved' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_HitLocation) == 0x000478, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_HitLocation' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_HitNormal) == 0x000490, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_HitNormal' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_NormalImpulse) == 0x0004A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_NormalImpulse' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Hit) == 0x0004C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Hit' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsValid_ReturnValue_1) == 0x0005B8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_bBlockingHit) == 0x0005B9, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_bInitialOverlap) == 0x0005BA, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Time) == 0x0005BC, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Distance) == 0x0005C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Location) == 0x0005C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_ImpactPoint) == 0x0005E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Normal) == 0x0005F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_ImpactNormal) == 0x000610, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_PhysMat) == 0x000628, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitActor) == 0x000630, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitComponent) == 0x000638, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitBoneName) == 0x000640, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_BoneName) == 0x000648, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitItem) == 0x000650, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_ElementIndex) == 0x000654, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_FaceIndex) == 0x000658, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_TraceStart) == 0x000660, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_TraceEnd) == 0x000678, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000690, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeRotFromX_ReturnValue) == 0x0006A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x0006C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Roll_1) == 0x0006C4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Pitch_1) == 0x0006C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Yaw_1) == 0x0006CC, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ComponentHasTag_ReturnValue) == 0x0006D0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeRotator_ReturnValue) == 0x0006D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SpawnDecalAttached_ReturnValue) == 0x0006F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ActorHasTag_ReturnValue) == 0x0006F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsValid_ReturnValue_2) == 0x0006F9, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BooleanOR_ReturnValue) == 0x0006FA, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Select_Default) == 0x000700, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Select_Default_1) == 0x000718, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Select_Default_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ApplyDamage_ReturnValue) == 0x00071C, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_CanGetDamaged_Value) == 0x000720, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_CanGetDamaged_Value' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_CanGetDamaged_Value_1) == 0x000721, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_CanGetDamaged_Value_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BooleanAND_ReturnValue) == 0x000722, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000728, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000740, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000748, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000760, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Add_VectorVector_ReturnValue) == 0x000778, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000790, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0007A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BlueprintSuggestProjectileVelocity_TossVelocity) == 0x0007C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BlueprintSuggestProjectileVelocity_TossVelocity' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BlueprintSuggestProjectileVelocity_ReturnValue) == 0x0007D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BlueprintSuggestProjectileVelocity_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x0007DC, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_VariableSet_InitialSpeed_ImplicitCast) == 0x0007E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_VariableSet_InitialSpeed_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Abs_A_ImplicitCast) == 0x0007E8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SuggestProjectileVelocity_CustomArc_ArcParam_ImplicitCast) == 0x0007F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SuggestProjectileVelocity_CustomArc_ArcParam_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BlueprintSuggestProjectileVelocity_LaunchSpeed_ImplicitCast) == 0x0007F4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BlueprintSuggestProjectileVelocity_LaunchSpeed_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_GameEvents \ -static_assert(alignof(BP_Projectile_BlackInk_C_GameEvents) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_GameEvents"); \ -static_assert(sizeof(BP_Projectile_BlackInk_C_GameEvents) == 0x000010, "Wrong size on BP_Projectile_BlackInk_C_GameEvents"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Events) == 0x000000, "Member 'BP_Projectile_BlackInk_C_GameEvents::Events' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Off) == 0x000001, "Member 'BP_Projectile_BlackInk_C_GameEvents::Off' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Index_0) == 0x000004, "Member 'BP_Projectile_BlackInk_C_GameEvents::Index_0' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Actor) == 0x000008, "Member 'BP_Projectile_BlackInk_C_GameEvents::Actor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_JumpOutWater \ -static_assert(alignof(BP_Projectile_BlackInk_C_JumpOutWater) == 0x000001, "Wrong alignment on BP_Projectile_BlackInk_C_JumpOutWater"); \ -static_assert(sizeof(BP_Projectile_BlackInk_C_JumpOutWater) == 0x000001, "Wrong size on BP_Projectile_BlackInk_C_JumpOutWater"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_JumpOutWater, CanJumpOutWater) == 0x000000, "Member 'BP_Projectile_BlackInk_C_JumpOutWater::CanJumpOutWater' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_PlayerCrosshair \ -static_assert(alignof(BP_Projectile_BlackInk_C_PlayerCrosshair) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_PlayerCrosshair"); \ -static_assert(sizeof(BP_Projectile_BlackInk_C_PlayerCrosshair) == 0x000028, "Wrong size on BP_Projectile_BlackInk_C_PlayerCrosshair"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, UseCamAim) == 0x000000, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, ScreenX) == 0x000008, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::ScreenX' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, ScreenY) == 0x000010, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::ScreenY' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, CrosshairColor) == 0x000018, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::CrosshairColor' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_ReceiveHit \ -static_assert(alignof(BP_Projectile_BlackInk_C_ReceiveHit) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_ReceiveHit"); \ -static_assert(sizeof(BP_Projectile_BlackInk_C_ReceiveHit) == 0x000160, "Wrong size on BP_Projectile_BlackInk_C_ReceiveHit"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, MyComp) == 0x000000, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::MyComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, Other) == 0x000008, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::Other' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::OtherComp' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, HitLocation) == 0x000020, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::HitLocation' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, HitNormal) == 0x000038, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::HitNormal' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, NormalImpulse) == 0x000050, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, Hit) == 0x000068, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::Hit' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_WeaponIni \ -static_assert(alignof(BP_Projectile_BlackInk_C_WeaponIni) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_WeaponIni"); \ -static_assert(sizeof(BP_Projectile_BlackInk_C_WeaponIni) == 0x000028, "Wrong size on BP_Projectile_BlackInk_C_WeaponIni"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_WeaponIni, UseCamAim) == 0x000000, "Member 'BP_Projectile_BlackInk_C_WeaponIni::UseCamAim' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_WeaponIni, TargetLogation) == 0x000008, "Member 'BP_Projectile_BlackInk_C_WeaponIni::TargetLogation' has a wrong offset!"); \ -static_assert(offsetof(BP_Projectile_BlackInk_C_WeaponIni, HomingTargetComp) == 0x000020, "Member 'BP_Projectile_BlackInk_C_WeaponIni::HomingTargetComp' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Projectile_BlackInk_C \ -static_assert(alignof(ABP_Projectile_BlackInk_C) == 0x000008, "Wrong alignment on ABP_Projectile_BlackInk_C"); \ -static_assert(sizeof(ABP_Projectile_BlackInk_C) == 0x0002F0, "Wrong size on ABP_Projectile_BlackInk_C"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, UberGraphFrame) == 0x000290, "Member 'ABP_Projectile_BlackInk_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, Ak_Projectile_Ink) == 0x000298, "Member 'ABP_Projectile_BlackInk_C::Ak_Projectile_Ink' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, RadialForce) == 0x0002A0, "Member 'ABP_Projectile_BlackInk_C::RadialForce' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, ProjectileMovement1) == 0x0002A8, "Member 'ABP_Projectile_BlackInk_C::ProjectileMovement1' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, Effect) == 0x0002B0, "Member 'ABP_Projectile_BlackInk_C::Effect' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, Collision) == 0x0002B8, "Member 'ABP_Projectile_BlackInk_C::Collision' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, Velocity) == 0x0002C0, "Member 'ABP_Projectile_BlackInk_C::Velocity' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, Debug) == 0x0002D8, "Member 'ABP_Projectile_BlackInk_C::Debug' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, Repulse) == 0x0002D9, "Member 'ABP_Projectile_BlackInk_C::Repulse' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, Target_Comp) == 0x0002E0, "Member 'ABP_Projectile_BlackInk_C::Target_Comp' has a wrong offset!"); \ -static_assert(offsetof(ABP_Projectile_BlackInk_C, LaunchSpeed) == 0x0002E8, "Member 'ABP_Projectile_BlackInk_C::LaunchSpeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline \ -static_assert(alignof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline) == 0x000008, "Wrong alignment on BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline"); \ -static_assert(sizeof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline) == 0x000060, "Wrong size on BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, EntryPoint) == 0x000000, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000028, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, CallFunc_GetZGameMode_ReturnValue) == 0x000050, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CustomEvent_RespawnOccurence) == 0x000058, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CustomEvent_RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_AimOutline_C_OnPlayerRestart_Event \ -static_assert(alignof(BP_AimOutline_C_OnPlayerRestart_Event) == 0x000004, "Wrong alignment on BP_AimOutline_C_OnPlayerRestart_Event"); \ -static_assert(sizeof(BP_AimOutline_C_OnPlayerRestart_Event) == 0x000004, "Wrong size on BP_AimOutline_C_OnPlayerRestart_Event"); \ -static_assert(offsetof(BP_AimOutline_C_OnPlayerRestart_Event, RespawnOccurence) == 0x000000, "Member 'BP_AimOutline_C_OnPlayerRestart_Event::RespawnOccurence' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_AimOutline_C \ -static_assert(alignof(UBP_AimOutline_C) == 0x000008, "Wrong alignment on UBP_AimOutline_C"); \ -static_assert(sizeof(UBP_AimOutline_C) == 0x000100, "Wrong size on UBP_AimOutline_C"); \ -static_assert(offsetof(UBP_AimOutline_C, UberGraphFrame) == 0x0000F8, "Member 'UBP_AimOutline_C::UberGraphFrame' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_AnimBP_Darwin__FAnimBlueprintGeneratedConstantData \ static_assert(alignof(AnimBP_Darwin::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on AnimBP_Darwin::FAnimBlueprintGeneratedConstantData"); \ static_assert(sizeof(AnimBP_Darwin::FAnimBlueprintGeneratedConstantData) == 0x001550, "Wrong size on AnimBP_Darwin::FAnimBlueprintGeneratedConstantData"); \ @@ -147500,6 +148592,193 @@ static_assert(offsetof(UAnimBP_Darwin_C, DarwinGameplayModifiers) == 0x001DE8, " static_assert(offsetof(UAnimBP_Darwin_C, IsPoulpy) == 0x001E08, "Member 'UAnimBP_Darwin_C::IsPoulpy' has a wrong offset!"); \ static_assert(offsetof(UAnimBP_Darwin_C, IsFloatingObjectGrab) == 0x001E09, "Member 'UAnimBP_Darwin_C::IsFloatingObjectGrab' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Valve_C_BndEvt__BP_Lever_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature \ +static_assert(alignof(BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature"); \ +static_assert(sizeof(BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature"); \ +static_assert(offsetof(BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_Valve_C_BndEvt__BP_Valve_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_ExecuteUbergraph_BP_Valve \ +static_assert(alignof(BP_Valve_C_ExecuteUbergraph_BP_Valve) == 0x000010, "Wrong alignment on BP_Valve_C_ExecuteUbergraph_BP_Valve"); \ +static_assert(sizeof(BP_Valve_C_ExecuteUbergraph_BP_Valve) == 0x000510, "Wrong size on BP_Valve_C_ExecuteUbergraph_BP_Valve"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, EntryPoint) == 0x000000, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_byte_Variable) == 0x000004, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable) == 0x000008, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable_1) == 0x000010, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_bool_Variable) == 0x000018, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_AsCH_Darwin_1) == 0x000040, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_AsCH_Darwin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable_2) == 0x000050, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000058, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000060, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000068, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000070, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000074, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000080, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000E8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherComp) == 0x0000F8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000100, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_bFromSweep) == 0x000104, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_SweepResult) == 0x000108, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000200, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_UseCamAim_1) == 0x000201, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_UseCamAim_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_TargetLogation) == 0x000208, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_HomingTargetComp) == 0x000220, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_HomingTargetComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteractAnimToPlay_AnimToPlay) == 0x000228, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteractAnimToPlay_AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteracAnimLocation_ReturnValue) == 0x000230, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteracAnimLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000248, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetPlayLength_ReturnValue) == 0x000340, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_object_Variable_3) == 0x000348, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, Temp_byte_Variable_1) == 0x000350, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_UseCamAim) == 0x000351, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_ScreenX) == 0x000358, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_ScreenX' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_ScreenY) == 0x000360, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_ScreenY' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_CrosshairColor) == 0x000368, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_CrosshairColor' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_IsPlaying_ReturnValue) == 0x000378, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteractAnimToPlay_AnimToPlay_1) == 0x000380, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteractAnimToPlay_AnimToPlay_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetPlayLength_ReturnValue_1) == 0x000388, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000390, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000398, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000399, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_SwitchEnum_CmpSuccess_1) == 0x00039A, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_InteracAnimLocation_ReturnValue_1) == 0x0003A0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_InteracAnimLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_CanJumpOutWater) == 0x0003B8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_CanJumpOutWater' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0003C0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_Events) == 0x0004B8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_Events' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_On_Off) == 0x0004B9, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_On_Off' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_Index) == 0x0004BC, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Event_Actor) == 0x0004C0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Event_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x0004C8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Select_Default) == 0x0004D0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Select_Default_1) == 0x0004D8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x0004E0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, K2Node_Select_Default_2) == 0x0004E8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_IsOverlappingActor_ReturnValue) == 0x0004F0, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x0004F8, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_ExecuteUbergraph_BP_Valve, CallFunc_Delay_Duration_ImplicitCast) == 0x000500, "Member 'BP_Valve_C_ExecuteUbergraph_BP_Valve::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_GameEvents \ +static_assert(alignof(BP_Valve_C_GameEvents) == 0x000008, "Wrong alignment on BP_Valve_C_GameEvents"); \ +static_assert(sizeof(BP_Valve_C_GameEvents) == 0x000010, "Wrong size on BP_Valve_C_GameEvents"); \ +static_assert(offsetof(BP_Valve_C_GameEvents, Events) == 0x000000, "Member 'BP_Valve_C_GameEvents::Events' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_GameEvents, Off) == 0x000001, "Member 'BP_Valve_C_GameEvents::Off' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_GameEvents, Index_0) == 0x000004, "Member 'BP_Valve_C_GameEvents::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_GameEvents, Actor) == 0x000008, "Member 'BP_Valve_C_GameEvents::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_InteracAnimLocation \ +static_assert(alignof(BP_Valve_C_InteracAnimLocation) == 0x000008, "Wrong alignment on BP_Valve_C_InteracAnimLocation"); \ +static_assert(sizeof(BP_Valve_C_InteracAnimLocation) == 0x0000D0, "Wrong size on BP_Valve_C_InteracAnimLocation"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, ReturnValue) == 0x000000, "Member 'BP_Valve_C_InteracAnimLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_byte_Variable) == 0x000018, "Member 'BP_Valve_C_InteracAnimLocation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable) == 0x000020, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable_1) == 0x000038, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_byte_Variable_1) == 0x000050, "Member 'BP_Valve_C_InteracAnimLocation::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable_2) == 0x000058, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, Temp_struct_Variable_3) == 0x000070, "Member 'BP_Valve_C_InteracAnimLocation::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, K2Node_Select_Default) == 0x000088, "Member 'BP_Valve_C_InteracAnimLocation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, K2Node_Select_Default_1) == 0x0000A0, "Member 'BP_Valve_C_InteracAnimLocation::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteracAnimLocation, CallFunc_SelectVector_ReturnValue) == 0x0000B8, "Member 'BP_Valve_C_InteracAnimLocation::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_InteractAnimToPlay \ +static_assert(alignof(BP_Valve_C_InteractAnimToPlay) == 0x000008, "Wrong alignment on BP_Valve_C_InteractAnimToPlay"); \ +static_assert(sizeof(BP_Valve_C_InteractAnimToPlay) == 0x000028, "Wrong size on BP_Valve_C_InteractAnimToPlay"); \ +static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, AnimToPlay) == 0x000000, "Member 'BP_Valve_C_InteractAnimToPlay::AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, Temp_byte_Variable) == 0x000008, "Member 'BP_Valve_C_InteractAnimToPlay::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, Temp_object_Variable) == 0x000010, "Member 'BP_Valve_C_InteractAnimToPlay::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, Temp_object_Variable_1) == 0x000018, "Member 'BP_Valve_C_InteractAnimToPlay::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_InteractAnimToPlay, K2Node_Select_Default) == 0x000020, "Member 'BP_Valve_C_InteractAnimToPlay::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_JumpOutWater \ +static_assert(alignof(BP_Valve_C_JumpOutWater) == 0x000001, "Wrong alignment on BP_Valve_C_JumpOutWater"); \ +static_assert(sizeof(BP_Valve_C_JumpOutWater) == 0x000001, "Wrong size on BP_Valve_C_JumpOutWater"); \ +static_assert(offsetof(BP_Valve_C_JumpOutWater, CanJumpOutWater) == 0x000000, "Member 'BP_Valve_C_JumpOutWater::CanJumpOutWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_PlayerCrosshair \ +static_assert(alignof(BP_Valve_C_PlayerCrosshair) == 0x000008, "Wrong alignment on BP_Valve_C_PlayerCrosshair"); \ +static_assert(sizeof(BP_Valve_C_PlayerCrosshair) == 0x000028, "Wrong size on BP_Valve_C_PlayerCrosshair"); \ +static_assert(offsetof(BP_Valve_C_PlayerCrosshair, UseCamAim) == 0x000000, "Member 'BP_Valve_C_PlayerCrosshair::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_PlayerCrosshair, ScreenX) == 0x000008, "Member 'BP_Valve_C_PlayerCrosshair::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_PlayerCrosshair, ScreenY) == 0x000010, "Member 'BP_Valve_C_PlayerCrosshair::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_PlayerCrosshair, CrosshairColor) == 0x000018, "Member 'BP_Valve_C_PlayerCrosshair::CrosshairColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_SetEnable \ +static_assert(alignof(BP_Valve_C_SetEnable) == 0x000001, "Wrong alignment on BP_Valve_C_SetEnable"); \ +static_assert(sizeof(BP_Valve_C_SetEnable) == 0x000005, "Wrong size on BP_Valve_C_SetEnable"); \ +static_assert(offsetof(BP_Valve_C_SetEnable, bEnabled_0) == 0x000000, "Member 'BP_Valve_C_SetEnable::bEnabled_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_SetEnable, Temp_byte_Variable) == 0x000001, "Member 'BP_Valve_C_SetEnable::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_SetEnable, Temp_byte_Variable_1) == 0x000002, "Member 'BP_Valve_C_SetEnable::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_SetEnable, Temp_bool_Variable) == 0x000003, "Member 'BP_Valve_C_SetEnable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_SetEnable, K2Node_Select_Default) == 0x000004, "Member 'BP_Valve_C_SetEnable::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_UserConstructionScript \ +static_assert(alignof(BP_Valve_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Valve_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Valve_C_UserConstructionScript) == 0x000130, "Wrong size on BP_Valve_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Valve_C_UserConstructionScript, CallFunc_InteractAnimToPlay_AnimToPlay) == 0x000000, "Member 'BP_Valve_C_UserConstructionScript::CallFunc_InteractAnimToPlay_AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_UserConstructionScript, CallFunc_InteracAnimLocation_ReturnValue) == 0x000008, "Member 'BP_Valve_C_UserConstructionScript::CallFunc_InteracAnimLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_UserConstructionScript, K2Node_MakeStruct_SingleAnimationPlayData) == 0x000020, "Member 'BP_Valve_C_UserConstructionScript::K2Node_MakeStruct_SingleAnimationPlayData' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000038, "Member 'BP_Valve_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Valve_C_WeaponIni \ +static_assert(alignof(BP_Valve_C_WeaponIni) == 0x000008, "Wrong alignment on BP_Valve_C_WeaponIni"); \ +static_assert(sizeof(BP_Valve_C_WeaponIni) == 0x000028, "Wrong size on BP_Valve_C_WeaponIni"); \ +static_assert(offsetof(BP_Valve_C_WeaponIni, UseCamAim) == 0x000000, "Member 'BP_Valve_C_WeaponIni::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_WeaponIni, TargetLogation) == 0x000008, "Member 'BP_Valve_C_WeaponIni::TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(BP_Valve_C_WeaponIni, HomingTargetComp) == 0x000020, "Member 'BP_Valve_C_WeaponIni::HomingTargetComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Valve_C \ +static_assert(alignof(ABP_Valve_C) == 0x000008, "Wrong alignment on ABP_Valve_C"); \ +static_assert(sizeof(ABP_Valve_C) == 0x000358, "Wrong size on ABP_Valve_C"); \ +static_assert(offsetof(ABP_Valve_C, UberGraphFrame) == 0x000290, "Member 'ABP_Valve_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, ZPlayerDistance) == 0x000298, "Member 'ABP_Valve_C::ZPlayerDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, ZHelpWidget) == 0x0002A0, "Member 'ABP_Valve_C::ZHelpWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, BP_ObjectHelpComponent) == 0x0002A8, "Member 'ABP_Valve_C::BP_ObjectHelpComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, ZPlayerEventListener) == 0x0002B0, "Member 'ABP_Valve_C::ZPlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, ZGameControlTurnRight) == 0x0002B8, "Member 'ABP_Valve_C::ZGameControlTurnRight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, ZGameControlTurnLeft) == 0x0002C0, "Member 'ABP_Valve_C::ZGameControlTurnLeft' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, TriggerBox) == 0x0002C8, "Member 'ABP_Valve_C::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, Arrow_Interact_Transform) == 0x0002D0, "Member 'ABP_Valve_C::Arrow_Interact_Transform' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, Scene) == 0x0002D8, "Member 'ABP_Valve_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, SKM_Valve) == 0x0002E0, "Member 'ABP_Valve_C::SKM_Valve' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, ResetOnRespawn) == 0x0002E8, "Member 'ABP_Valve_C::ResetOnRespawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, StartEnum_Interact) == 0x0002E9, "Member 'ABP_Valve_C::StartEnum_Interact' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, Enum_Interact) == 0x0002EA, "Member 'ABP_Valve_C::Enum_Interact' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, NewWalkSpeed) == 0x0002F0, "Member 'ABP_Valve_C::NewWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, In_Water) == 0x0002F8, "Member 'ABP_Valve_C::In_Water' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, IsGameAction_L) == 0x0002F9, "Member 'ABP_Valve_C::IsGameAction_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, Game_Action_L) == 0x000300, "Member 'ABP_Valve_C::Game_Action_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, Double_Action) == 0x000310, "Member 'ABP_Valve_C::Double_Action' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, SingleDoOnce) == 0x000311, "Member 'ABP_Valve_C::SingleDoOnce' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, DoReverse) == 0x000312, "Member 'ABP_Valve_C::DoReverse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, ReverseCooldown) == 0x000314, "Member 'ABP_Valve_C::ReverseCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, Game_Action_R) == 0x000318, "Member 'ABP_Valve_C::Game_Action_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, Debug) == 0x000328, "Member 'ABP_Valve_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, OnInteracted) == 0x000330, "Member 'ABP_Valve_C::OnInteracted' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, bEnabled) == 0x000340, "Member 'ABP_Valve_C::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_Valve_C, OnInteractionAnimStart) == 0x000348, "Member 'ABP_Valve_C::OnInteractionAnimStart' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_BP_GreenMatterComponent_C_ExecuteUbergraph_BP_GreenMatterComponent \ static_assert(alignof(BP_GreenMatterComponent_C_ExecuteUbergraph_BP_GreenMatterComponent) == 0x000008, "Wrong alignment on BP_GreenMatterComponent_C_ExecuteUbergraph_BP_GreenMatterComponent"); \ static_assert(sizeof(BP_GreenMatterComponent_C_ExecuteUbergraph_BP_GreenMatterComponent) == 0x000070, "Wrong size on BP_GreenMatterComponent_C_ExecuteUbergraph_BP_GreenMatterComponent"); \ @@ -147594,278 +148873,214 @@ static_assert(offsetof(UBP_GreenMatterComponent_C, OnGreenMatterUpdate) == 0x000 static_assert(offsetof(UBP_GreenMatterComponent_C, OnGreenMatterEmpty) == 0x000118, "Member 'UBP_GreenMatterComponent_C::OnGreenMatterEmpty' has a wrong offset!"); \ static_assert(offsetof(UBP_GreenMatterComponent_C, OnGreenMatterFull) == 0x000128, "Member 'UBP_GreenMatterComponent_C::OnGreenMatterFull' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinDisguise \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinDisguise) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinDisguise"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinDisguise) == 0x000028, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinDisguise"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinDisguise, DisguiseMaterial) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinDisguise::DisguiseMaterial' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline \ +static_assert(alignof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline) == 0x000008, "Wrong alignment on BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline"); \ +static_assert(sizeof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline) == 0x000060, "Wrong size on BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, EntryPoint) == 0x000000, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000028, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, CallFunc_GetZGameMode_ReturnValue) == 0x000050, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline, K2Node_CustomEvent_RespawnOccurence) == 0x000058, "Member 'BP_AimOutline_C_ExecuteUbergraph_BP_AimOutline::K2Node_CustomEvent_RespawnOccurence' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_ApplyDarwinLayers \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_ApplyDarwinLayers"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers) == 0x0002B0, "Wrong size on BP_CharacterCosmeticComponent_C_ApplyDarwinLayers"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, GameplayTag) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::GameplayTag' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, SkinData) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::SkinData' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, Tags) == 0x0001E8, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::Tags' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, NewLocalVar) == 0x000208, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::NewLocalVar' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue) == 0x000238, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000239, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_1) == 0x00023A, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_2) == 0x00023B, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_3) == 0x00023C, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_HasTag_ReturnValue_4) == 0x00023D, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_HasTag_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_GetOwner_ReturnValue) == 0x000240, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_AsZCharacter) == 0x000248, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_bSuccess) == 0x000250, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, Temp_name_Variable) == 0x000254, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::Temp_name_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_GetOwner_ReturnValue_1) == 0x000260, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_Map_Find_Value) == 0x000268, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_Map_Find_Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_Map_Find_ReturnValue) == 0x000290, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_AsZCharacter_1) == 0x000298, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_AsZCharacter_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ApplyDarwinLayers, CallFunc_GetNiagaraSystemByTag_System) == 0x0002A8, "Member 'BP_CharacterCosmeticComponent_C_ApplyDarwinLayers::CallFunc_GetNiagaraSystemByTag_System' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_AimOutline_C_OnPlayerRestart_Event \ +static_assert(alignof(BP_AimOutline_C_OnPlayerRestart_Event) == 0x000004, "Wrong alignment on BP_AimOutline_C_OnPlayerRestart_Event"); \ +static_assert(sizeof(BP_AimOutline_C_OnPlayerRestart_Event) == 0x000004, "Wrong size on BP_AimOutline_C_OnPlayerRestart_Event"); \ +static_assert(offsetof(BP_AimOutline_C_OnPlayerRestart_Event, RespawnOccurence) == 0x000000, "Member 'BP_AimOutline_C_OnPlayerRestart_Event::RespawnOccurence' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow) == 0x000018, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow, NiagaraSystem) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow::NiagaraSystem' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow, K2Node_MakeStruct_LinearColor) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatterGlow::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UBP_AimOutline_C \ +static_assert(alignof(UBP_AimOutline_C) == 0x000008, "Wrong alignment on UBP_AimOutline_C"); \ +static_assert(sizeof(UBP_AimOutline_C) == 0x000100, "Wrong size on UBP_AimOutline_C"); \ +static_assert(offsetof(UBP_AimOutline_C, UberGraphFrame) == 0x0000F8, "Member 'UBP_AimOutline_C::UberGraphFrame' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter) == 0x000048, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, NiagaraSystem) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::NiagaraSystem' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_LinearColor) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_MaterialParameterInfo) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x000038, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinGreenMatter::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_CanGetDamaged \ +static_assert(alignof(BP_Projectile_BlackInk_C_CanGetDamaged) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_CanGetDamaged"); \ +static_assert(sizeof(BP_Projectile_BlackInk_C_CanGetDamaged) == 0x000020, "Wrong size on BP_Projectile_BlackInk_C_CanGetDamaged"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, Actor) == 0x000000, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, Value) == 0x000008, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, CallFunc_ObjectIsA_ReturnValue) == 0x000018, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::CallFunc_ObjectIsA_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_CanGetDamaged, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_Projectile_BlackInk_C_CanGetDamaged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_AddDarwinMud \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_AddDarwinMud) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_AddDarwinMud"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_AddDarwinMud) == 0x000080, "Wrong size on BP_CharacterCosmeticComponent_C_AddDarwinMud"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, NiagaraSystem) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::NiagaraSystem' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_LinearColor) == 0x00001C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x00002C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x00003C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_3) == 0x00004C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_4) == 0x00005C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_AddDarwinMud, K2Node_MakeStruct_MaterialParameterInfo_5) == 0x00006C, "Member 'BP_CharacterCosmeticComponent_C_AddDarwinMud::K2Node_MakeStruct_MaterialParameterInfo_5' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk \ +static_assert(alignof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk"); \ +static_assert(sizeof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk) == 0x0007F8, "Wrong size on BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, EntryPoint) == 0x000000, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_RandomFloatInRange_ReturnValue) == 0x000020, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeVector_ReturnValue) == 0x000028, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000040, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetClosestOverlappingAICoordinator_ReturnValue) == 0x000058, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetClosestOverlappingAICoordinator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_PostEventAtLocation_ReturnValue) == 0x000060, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000068, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000070, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000088, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000090, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0000A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_VSize_ReturnValue) == 0x0000C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_UseCamAim_1) == 0x0000C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_UseCamAim_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_ScreenX) == 0x0000D0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_ScreenX' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_ScreenY) == 0x0000D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_ScreenY' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_CrosshairColor) == 0x0000E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_CrosshairColor' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_real_Variable) == 0x0000F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_UseCamAim) == 0x0000F4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_TargetLogation) == 0x0000F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_HomingTargetComp) == 0x000110, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_HomingTargetComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_real_Variable_1) == 0x000118, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_CanJumpOutWater) == 0x00011C, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_CanJumpOutWater' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPlayerPawn_ReturnValue) == 0x000120, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_bool_Variable) == 0x000128, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000130, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000148, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000160, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_bool_Variable_1) == 0x000168, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000170, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeVector_ReturnValue_1) == 0x000188, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Roll) == 0x0001A0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Pitch) == 0x0001A4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Yaw) == 0x0001A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Abs_ReturnValue) == 0x0001B0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0001B8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0001C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_DynamicCast_AsCH_Darwin) == 0x0001C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SelectFloat_ReturnValue) == 0x0001D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity) == 0x0001E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue) == 0x0001F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ClampVectorSize_ReturnValue) == 0x000200, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000218, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_MakeStruct_PredictProjectilePathParams) == 0x000230, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_MakeStruct_PredictProjectilePathParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Vector_Distance_ReturnValue) == 0x0002A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Blueprint_PredictProjectilePath_Advanced_PredictResult) == 0x0002B0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Blueprint_PredictProjectilePath_Advanced_PredictResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Blueprint_PredictProjectilePath_Advanced_ReturnValue) == 0x0003F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Blueprint_PredictProjectilePath_Advanced_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0003F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Events) == 0x000410, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Events' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_On_Off) == 0x000411, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_On_Off' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Index) == 0x000414, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Actor) == 0x000418, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x000420, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_VSize_ReturnValue_1) == 0x000438, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000440, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, Temp_delegate_Variable) == 0x000444, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_PostAkEvent_ReturnValue) == 0x000454, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_MyComp) == 0x000458, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Other) == 0x000460, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Other' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_OtherComp) == 0x000468, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_bSelfMoved) == 0x000470, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_HitLocation) == 0x000478, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_HitNormal) == 0x000490, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_NormalImpulse) == 0x0004A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Event_Hit) == 0x0004C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsValid_ReturnValue_1) == 0x0005B8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_bBlockingHit) == 0x0005B9, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_bInitialOverlap) == 0x0005BA, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Time) == 0x0005BC, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Distance) == 0x0005C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Location) == 0x0005C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_ImpactPoint) == 0x0005E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_Normal) == 0x0005F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_ImpactNormal) == 0x000610, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_PhysMat) == 0x000628, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitActor) == 0x000630, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitComponent) == 0x000638, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitBoneName) == 0x000640, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_BoneName) == 0x000648, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_HitItem) == 0x000650, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_ElementIndex) == 0x000654, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_FaceIndex) == 0x000658, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_TraceStart) == 0x000660, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakHitResult_TraceEnd) == 0x000678, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000690, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeRotFromX_ReturnValue) == 0x0006A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x0006C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Roll_1) == 0x0006C4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Pitch_1) == 0x0006C8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BreakRotator_Yaw_1) == 0x0006CC, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ComponentHasTag_ReturnValue) == 0x0006D0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeRotator_ReturnValue) == 0x0006D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SpawnDecalAttached_ReturnValue) == 0x0006F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ActorHasTag_ReturnValue) == 0x0006F8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_IsValid_ReturnValue_2) == 0x0006F9, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BooleanOR_ReturnValue) == 0x0006FA, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Select_Default) == 0x000700, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_Select_Default_1) == 0x000718, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_ApplyDamage_ReturnValue) == 0x00071C, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_CanGetDamaged_Value) == 0x000720, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_CanGetDamaged_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_CanGetDamaged_Value_1) == 0x000721, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_CanGetDamaged_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BooleanAND_ReturnValue) == 0x000722, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000728, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000740, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000748, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000760, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Add_VectorVector_ReturnValue) == 0x000778, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000790, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0007A8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BlueprintSuggestProjectileVelocity_TossVelocity) == 0x0007C0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BlueprintSuggestProjectileVelocity_TossVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BlueprintSuggestProjectileVelocity_ReturnValue) == 0x0007D8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BlueprintSuggestProjectileVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x0007DC, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, K2Node_VariableSet_InitialSpeed_ImplicitCast) == 0x0007E0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::K2Node_VariableSet_InitialSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_Abs_A_ImplicitCast) == 0x0007E8, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_SuggestProjectileVelocity_CustomArc_ArcParam_ImplicitCast) == 0x0007F0, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_SuggestProjectileVelocity_CustomArc_ArcParam_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk, CallFunc_BlueprintSuggestProjectileVelocity_LaunchSpeed_ImplicitCast) == 0x0007F4, "Member 'BP_Projectile_BlackInk_C_ExecuteUbergraph_BP_Projectile_BlackInk::CallFunc_BlueprintSuggestProjectileVelocity_LaunchSpeed_ImplicitCast' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue) == 0x000028, "Wrong size on BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue, ParameterName) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue::ParameterName' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue, NiagaraSystem) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraVectorParameterValue::NiagaraSystem' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_GameEvents \ +static_assert(alignof(BP_Projectile_BlackInk_C_GameEvents) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_GameEvents"); \ +static_assert(sizeof(BP_Projectile_BlackInk_C_GameEvents) == 0x000010, "Wrong size on BP_Projectile_BlackInk_C_GameEvents"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Events) == 0x000000, "Member 'BP_Projectile_BlackInk_C_GameEvents::Events' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Off) == 0x000001, "Member 'BP_Projectile_BlackInk_C_GameEvents::Off' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Index_0) == 0x000004, "Member 'BP_Projectile_BlackInk_C_GameEvents::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_GameEvents, Actor) == 0x000008, "Member 'BP_Projectile_BlackInk_C_GameEvents::Actor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue) == 0x000020, "Wrong size on BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, ParameterName) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::ParameterName' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, NiagaraSystem) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::NiagaraSystem' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetNiagaraScalarParameterValue::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_JumpOutWater \ +static_assert(alignof(BP_Projectile_BlackInk_C_JumpOutWater) == 0x000001, "Wrong alignment on BP_Projectile_BlackInk_C_JumpOutWater"); \ +static_assert(sizeof(BP_Projectile_BlackInk_C_JumpOutWater) == 0x000001, "Wrong size on BP_Projectile_BlackInk_C_JumpOutWater"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_JumpOutWater, CanJumpOutWater) == 0x000000, "Member 'BP_Projectile_BlackInk_C_JumpOutWater::CanJumpOutWater' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag) == 0x000020, "Wrong size on BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, SystemTag) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::SystemTag' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, System) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::System' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag, CallFunc_FindComponentByTag_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_GetNiagaraSystemByTag::CallFunc_FindComponentByTag_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_PlayerCrosshair \ +static_assert(alignof(BP_Projectile_BlackInk_C_PlayerCrosshair) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_PlayerCrosshair"); \ +static_assert(sizeof(BP_Projectile_BlackInk_C_PlayerCrosshair) == 0x000028, "Wrong size on BP_Projectile_BlackInk_C_PlayerCrosshair"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, UseCamAim) == 0x000000, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, ScreenX) == 0x000008, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, ScreenY) == 0x000010, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_PlayerCrosshair, CrosshairColor) == 0x000018, "Member 'BP_Projectile_BlackInk_C_PlayerCrosshair::CrosshairColor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved) == 0x0002D8, "Wrong size on BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, GameplayTagRemoved) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::GameplayTagRemoved' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_AsZCharacter) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo) == 0x000024, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x000034, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x000044, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetSkinSystem_ReturnValue) == 0x000060, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetOwner_ReturnValue_1) == 0x000068, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000070, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_AsZCharacter_1) == 0x000238, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_AsZCharacter_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_bSuccess_1) == 0x000240, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000248, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_AsMaterial_Instance) == 0x000250, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_AsMaterial_Instance' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_DynamicCast_bSuccess_2) == 0x000258, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_3) == 0x00025C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_4) == 0x00026C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_5) == 0x00027C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_5' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_LinearColor) == 0x00028C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_6) == 0x00029C, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_6' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_7) == 0x0002AC, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_7' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, K2Node_MakeStruct_MaterialParameterInfo_8) == 0x0002BC, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::K2Node_MakeStruct_MaterialParameterInfo_8' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved, CallFunc_GetNiagaraSystemByTag_System) == 0x0002D0, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagRemoved::CallFunc_GetNiagaraSystemByTag_System' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_ReceiveHit \ +static_assert(alignof(BP_Projectile_BlackInk_C_ReceiveHit) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_ReceiveHit"); \ +static_assert(sizeof(BP_Projectile_BlackInk_C_ReceiveHit) == 0x000160, "Wrong size on BP_Projectile_BlackInk_C_ReceiveHit"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, MyComp) == 0x000000, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, Other) == 0x000008, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, HitLocation) == 0x000020, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, HitNormal) == 0x000038, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, NormalImpulse) == 0x000050, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_ReceiveHit, Hit) == 0x000068, "Member 'BP_Projectile_BlackInk_C_ReceiveHit::Hit' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGameplayTagAdded \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGameplayTagAdded"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded) == 0x0001F0, "Wrong size on BP_CharacterCosmeticComponent_C_OnGameplayTagAdded"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, GameplayTagAdded) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::GameplayTagAdded' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetSkinSystem_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGameplayTagAdded, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_OnGameplayTagAdded::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Projectile_BlackInk_C_WeaponIni \ +static_assert(alignof(BP_Projectile_BlackInk_C_WeaponIni) == 0x000008, "Wrong alignment on BP_Projectile_BlackInk_C_WeaponIni"); \ +static_assert(sizeof(BP_Projectile_BlackInk_C_WeaponIni) == 0x000028, "Wrong size on BP_Projectile_BlackInk_C_WeaponIni"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_WeaponIni, UseCamAim) == 0x000000, "Member 'BP_Projectile_BlackInk_C_WeaponIni::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_WeaponIni, TargetLogation) == 0x000008, "Member 'BP_Projectile_BlackInk_C_WeaponIni::TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_BlackInk_C_WeaponIni, HomingTargetComp) == 0x000020, "Member 'BP_Projectile_BlackInk_C_WeaponIni::HomingTargetComp' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnAbilityFailed \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnAbilityFailed) == 0x000004, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnAbilityFailed"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnAbilityFailed) == 0x000014, "Wrong size on BP_CharacterCosmeticComponent_C_OnAbilityFailed"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, Tag) == 0x000004, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::Tag' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, CallFunc_Array_RemoveItem_ReturnValue) == 0x00000C, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnAbilityFailed, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_OnAbilityFailed::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo) == 0x000038, "Wrong size on BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, MaterialIndex) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::MaterialIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, ParameterInfo) == 0x000014, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, CallFunc_GetMaterial_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValueByInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetVectorParameterValue \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetVectorParameterValue"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue) == 0x000030, "Wrong size on BP_CharacterCosmeticComponent_C_SetVectorParameterValue"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, Param) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::Param' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, MaterialIndex) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::MaterialIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, CallFunc_GetMaterial_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetVectorParameterValue, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_SetVectorParameterValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo) == 0x000030, "Wrong size on BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, MaterialIndex) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::MaterialIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, ParameterInfo) == 0x00000C, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, CallFunc_GetMaterial_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo, CallFunc_SetScalarParameterValueByInfo_Value_ImplicitCast) == 0x00002C, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValueByInfo::CallFunc_SetScalarParameterValueByInfo_Value_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_SetScalarParameterValue \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_SetScalarParameterValue"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue) == 0x000028, "Wrong size on BP_CharacterCosmeticComponent_C_SetScalarParameterValue"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, Value) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, Param) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::Param' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, MaterialIndex) == 0x000010, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::MaterialIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, CallFunc_GetMaterial_ReturnValue) == 0x000018, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_SetScalarParameterValue, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000024, "Member 'BP_CharacterCosmeticComponent_C_SetScalarParameterValue::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnSkinApplied \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnSkinApplied) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnSkinApplied"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnSkinApplied) == 0x0001C8, "Wrong size on BP_CharacterCosmeticComponent_C_OnSkinApplied"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnSkinApplied, SkinData) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnSkinApplied::SkinData' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate) == 0x000008, "Wrong size on BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate, ALpha) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGreenMatterUpdate::ALpha' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnMovementModeChanged \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnMovementModeChanged"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged) == 0x000010, "Wrong size on BP_CharacterCosmeticComponent_C_OnMovementModeChanged"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged, Character) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnMovementModeChanged::Character' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'BP_CharacterCosmeticComponent_C_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'BP_CharacterCosmeticComponent_C_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnGreenMatterStart \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnGreenMatterStart) == 0x000001, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnGreenMatterStart"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnGreenMatterStart) == 0x000001, "Wrong size on BP_CharacterCosmeticComponent_C_OnGreenMatterStart"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnGreenMatterStart, AffectsSpeed) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnGreenMatterStart::AffectsSpeed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_ReceiveTick \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CharacterCosmeticComponent_C_ReceiveTick"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CharacterCosmeticComponent_C_ReceiveTick"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_OnThreatAdded \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_OnThreatAdded) == 0x000008, "Wrong alignment on BP_CharacterCosmeticComponent_C_OnThreatAdded"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_OnThreatAdded) == 0x000008, "Wrong size on BP_CharacterCosmeticComponent_C_OnThreatAdded"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_OnThreatAdded, Threat) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_OnThreatAdded::Threat' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent \ -static_assert(alignof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent) == 0x000010, "Wrong alignment on BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent"); \ -static_assert(sizeof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent) == 0x001200, "Wrong size on BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, EntryPoint) == 0x000000, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_Event_SkinData) == 0x000028, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_Event_SkinData' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo) == 0x0001F0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetTagName_ReturnValue) == 0x000200, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetTagName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue) == 0x000208, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Conv_NameToString_ReturnValue) == 0x000210, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetDisplayName_ReturnValue) == 0x000220, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_1) == 0x000230, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000240, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000250, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000258, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000268, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000270, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue) == 0x000280, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_2) == 0x000284, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_Alpha) == 0x000298, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_Alpha' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FClamp_ReturnValue) == 0x0002A0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FClamp_ReturnValue_1) == 0x0002A8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FClamp_ReturnValue_2) == 0x0002B0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_2) == 0x0002B8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_Character) == 0x0002C0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_Character' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_PrevMovementMode) == 0x0002C8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_PrevMovementMode' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_PreviousCustomMode) == 0x0002C9, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_PreviousCustomMode' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0002D0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0002D8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_1) == 0x0002E0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_SwitchEnum_CmpSuccess) == 0x0002E1, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_DynamicCast_AsCharacter) == 0x0002E8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_3) == 0x0002F4, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_AffectsSpeed) == 0x000304, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_AffectsSpeed' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_Event_DeltaSeconds) == 0x000308, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_4) == 0x00030C, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_Array_IsEmpty_ReturnValue) == 0x00031C, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_5) == 0x000320, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_5' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000330, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_PostProcessSettings) == 0x000340, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_2) == 0x000A30, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x000A34, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x000A44, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_PostProcessSettings_1) == 0x000A60, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_PostProcessSettings_1' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_3) == 0x001150, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_FindComponentByTag_ReturnValue) == 0x001158, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_FindComponentByTag_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_4) == 0x001160, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_3) == 0x001168, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_3) == 0x001170, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CustomEvent_Threat) == 0x001178, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CustomEvent_Threat' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x001180, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_6) == 0x001190, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetNiagaraSystemByTag_System) == 0x0011A0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetNiagaraSystemByTag_System' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetOwner_ReturnValue_5) == 0x0011A8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0011B0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_IsValid_ReturnValue_4) == 0x0011B8, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_6) == 0x0011BC, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_6' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_CreateDelegate_OutputDelegate_7) == 0x0011CC, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, K2Node_MakeStruct_MaterialParameterInfo_7) == 0x0011DC, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::K2Node_MakeStruct_MaterialParameterInfo_7' has a wrong offset!"); \ -static_assert(offsetof(BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent, CallFunc_GetNiagaraSystemByTag_System_1) == 0x0011F0, "Member 'BP_CharacterCosmeticComponent_C_ExecuteUbergraph_BP_CharacterCosmeticComponent::CallFunc_GetNiagaraSystemByTag_System_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_CharacterCosmeticComponent_C \ -static_assert(alignof(UBP_CharacterCosmeticComponent_C) == 0x000008, "Wrong alignment on UBP_CharacterCosmeticComponent_C"); \ -static_assert(sizeof(UBP_CharacterCosmeticComponent_C) == 0x000148, "Wrong size on UBP_CharacterCosmeticComponent_C"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, UberGraphFrame) == 0x0000E8, "Member 'UBP_CharacterCosmeticComponent_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, FailedAbilities) == 0x0000F0, "Member 'UBP_CharacterCosmeticComponent_C::FailedAbilities' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, IsTargetted) == 0x000100, "Member 'UBP_CharacterCosmeticComponent_C::IsTargetted' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, CamoFailTargetedMaterial) == 0x000108, "Member 'UBP_CharacterCosmeticComponent_C::CamoFailTargetedMaterial' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, PostProcessComponent) == 0x000118, "Member 'UBP_CharacterCosmeticComponent_C::PostProcessComponent' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, OutlineTargetedMaterial) == 0x000120, "Member 'UBP_CharacterCosmeticComponent_C::OutlineTargetedMaterial' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, DMI_BasicDarwin) == 0x000130, "Member 'UBP_CharacterCosmeticComponent_C::DMI_BasicDarwin' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, As_CH_Darwin) == 0x000138, "Member 'UBP_CharacterCosmeticComponent_C::As_CH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(UBP_CharacterCosmeticComponent_C, IsDripping) == 0x000140, "Member 'UBP_CharacterCosmeticComponent_C::IsDripping' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ABP_Projectile_BlackInk_C \ +static_assert(alignof(ABP_Projectile_BlackInk_C) == 0x000008, "Wrong alignment on ABP_Projectile_BlackInk_C"); \ +static_assert(sizeof(ABP_Projectile_BlackInk_C) == 0x0002F0, "Wrong size on ABP_Projectile_BlackInk_C"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, UberGraphFrame) == 0x000290, "Member 'ABP_Projectile_BlackInk_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, Ak_Projectile_Ink) == 0x000298, "Member 'ABP_Projectile_BlackInk_C::Ak_Projectile_Ink' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, RadialForce) == 0x0002A0, "Member 'ABP_Projectile_BlackInk_C::RadialForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, ProjectileMovement1) == 0x0002A8, "Member 'ABP_Projectile_BlackInk_C::ProjectileMovement1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, Effect) == 0x0002B0, "Member 'ABP_Projectile_BlackInk_C::Effect' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, Collision) == 0x0002B8, "Member 'ABP_Projectile_BlackInk_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, Velocity) == 0x0002C0, "Member 'ABP_Projectile_BlackInk_C::Velocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, Debug) == 0x0002D8, "Member 'ABP_Projectile_BlackInk_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, Repulse) == 0x0002D9, "Member 'ABP_Projectile_BlackInk_C::Repulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, Target_Comp) == 0x0002E0, "Member 'ABP_Projectile_BlackInk_C::Target_Comp' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_BlackInk_C, LaunchSpeed) == 0x0002E8, "Member 'ABP_Projectile_BlackInk_C::LaunchSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameMode_Debug_C_ExecuteUbergraph_BP_GameMode_Debug \ static_assert(alignof(BP_GameMode_Debug_C_ExecuteUbergraph_BP_GameMode_Debug) == 0x000008, "Wrong alignment on BP_GameMode_Debug_C_ExecuteUbergraph_BP_GameMode_Debug"); \ @@ -147882,111 +149097,419 @@ static_assert(sizeof(ABP_GameMode_Debug_C) == 0x000338, "Wrong size on ABP_GameM static_assert(offsetof(ABP_GameMode_Debug_C, UberGraphFrame) == 0x000328, "Member 'ABP_GameMode_Debug_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_Debug_C, DefaultSceneRoot) == 0x000330, "Member 'ABP_GameMode_Debug_C::DefaultSceneRoot' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_Exosuit__FAnimBlueprintGeneratedConstantData \ -static_assert(alignof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Exosuit::FAnimBlueprintGeneratedConstantData"); \ -static_assert(sizeof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData) == 0x0001E0, "Wrong size on ABP_Exosuit::FAnimBlueprintGeneratedConstantData"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_20) == 0x000004, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_20' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __BoolProperty_21) == 0x00000C, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__BoolProperty_21' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __FloatProperty_22) == 0x000010, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__FloatProperty_22' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __FloatProperty_23) == 0x000014, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__FloatProperty_23' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __BoolProperty_24) == 0x000018, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__BoolProperty_24' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __EnumProperty_25) == 0x000019, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__EnumProperty_25' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __ByteProperty_26) == 0x00001A, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__ByteProperty_26' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_27) == 0x00001C, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_27' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_28) == 0x000024, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_28' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __NameProperty_29) == 0x00002C, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__NameProperty_29' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __IntProperty_30) == 0x000034, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__IntProperty_30' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, __StructProperty_31) == 0x000038, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::__StructProperty_31' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000058, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000D8, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000F0, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000120, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000150, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000180, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0001B0, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_CanPawnDie \ +static_assert(alignof(BP_Darwin_PlayerController_C_CanPawnDie) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_CanPawnDie"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_CanPawnDie) == 0x000028, "Wrong size on BP_Darwin_PlayerController_C_CanPawnDie"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CanDie) == 0x000000, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CanDie' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_CanPawnDie, CallFunc_HasTag_ReturnValue) == 0x000020, "Member 'BP_Darwin_PlayerController_C_CanPawnDie::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_Exosuit__FAnimBlueprintGeneratedMutableData \ -static_assert(alignof(ABP_Exosuit::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ABP_Exosuit::FAnimBlueprintGeneratedMutableData"); \ -static_assert(sizeof(ABP_Exosuit::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong size on ABP_Exosuit::FAnimBlueprintGeneratedMutableData"); \ -static_assert(offsetof(ABP_Exosuit::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_Exosuit::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_CE_SlomoOn \ +static_assert(alignof(BP_Darwin_PlayerController_C_CE_SlomoOn) == 0x000004, "Wrong alignment on BP_Darwin_PlayerController_C_CE_SlomoOn"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_CE_SlomoOn) == 0x000004, "Wrong size on BP_Darwin_PlayerController_C_CE_SlomoOn"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_CE_SlomoOn, TimeDilation) == 0x000000, "Member 'BP_Darwin_PlayerController_C_CE_SlomoOn::TimeDilation' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_Exosuit_C_AnimGraph \ -static_assert(alignof(ABP_Exosuit_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Exosuit_C_AnimGraph"); \ -static_assert(sizeof(ABP_Exosuit_C_AnimGraph) == 0x000010, "Wrong size on ABP_Exosuit_C_AnimGraph"); \ -static_assert(offsetof(ABP_Exosuit_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Exosuit_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController \ +static_assert(alignof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController) == 0x000648, "Wrong size on BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, EntryPoint) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable) == 0x000010, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x000018, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x000038, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x00003C, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_6) == 0x000040, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000058, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable) == 0x000060, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_1) == 0x000068, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_1_0) == 0x000070, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_2) == 0x000078, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_1) == 0x000080, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_2_0) == 0x000088, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000090, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x0000B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x0000B4, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x0000B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0000C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_1) == 0x0000C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_3) == 0x0000D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_3_0) == 0x0000D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_4) == 0x0000E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_2) == 0x0000E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_4_0) == 0x0000F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x0000F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000118, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x00011C, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x000120, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_2) == 0x000128, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000130, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_5) == 0x000138, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_6) == 0x000140, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_5_0) == 0x000148, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_5_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_6_0) == 0x000150, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_6_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_3) == 0x000158, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000160, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000180, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x000184, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x000188, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000190, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_3) == 0x000198, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_7) == 0x0001A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_7_0) == 0x0001A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_7_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_8) == 0x0001B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_4) == 0x0001B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_8_0) == 0x0001C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_8_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0001C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x0001E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x0001EC, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x0001F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_4) == 0x0001F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_4) == 0x000200, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_9) == 0x000208, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_9_0) == 0x000210, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_9_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_10) == 0x000218, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_5) == 0x000220, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_10_0) == 0x000228, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_10_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000230, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000250, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000254, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000258, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_5) == 0x000260, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_5) == 0x000268, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_11) == 0x000270, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_12) == 0x000278, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_11_0) == 0x000280, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_11_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_12_0) == 0x000288, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_12_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_6) == 0x000290, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CreateDelegate_OutputDelegate_1) == 0x000294, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0002A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0002C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0002CC, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0002D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_6) == 0x0002D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_6) == 0x0002E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_13) == 0x0002E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_14) == 0x0002F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_13_0) == 0x0002F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_13_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_14_0) == 0x000300, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_14_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_7) == 0x000308, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue) == 0x000310, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000318, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_TimeDilation) == 0x000320, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000324, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000328, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_15) == 0x000330, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_Event_bPlayIntro) == 0x000338, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_Event_bPlayIntro' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000340, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_7) == 0x000348, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue) == 0x000350, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000358, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetGameInstance_ReturnValue) == 0x000360, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue) == 0x000368, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsZGame_Instance) == 0x000370, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsZGame_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess) == 0x000378, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_ApplyDamage_ReturnValue) == 0x00037C, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x000380, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_1) == 0x000388, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CreateDelegate_OutputDelegate_2) == 0x000390, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x0003A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x0003C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x0003C4, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_7) == 0x0003C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue) == 0x0003D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_15_0) == 0x0003D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_15_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_0) == 0x0003E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_7) == 0x0003E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_1) == 0x0003E9, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_2) == 0x0003F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamagedActor) == 0x0003F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_Damage) == 0x000400, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamageType_1) == 0x000408, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamageType_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_InstigatedBy_1) == 0x000410, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_InstigatedBy_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamageCauser) == 0x000418, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_Event_PossessedPawn) == 0x000420, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_MakeStruct_S_DamageCache) == 0x000428, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_MakeStruct_S_DamageCache' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsZCharacter) == 0x000448, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess_1) == 0x000450, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetHealthComponent_HealthComponent) == 0x000458, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetHealthComponent_HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000460, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000468, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_3) == 0x000470, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_2) == 0x000478, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_3) == 0x000480, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetViewTarget_ReturnValue) == 0x000488, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsGameplayReady_ReturnValue) == 0x000490, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsGameplayReady_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCamera_ReturnValue) == 0x000498, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCamera_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0004A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_ShouldShowLoadingScreen_Value) == 0x0004A1, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_ShouldShowLoadingScreen_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_4) == 0x0004A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0004B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetDeathFactory_ReturnValue) == 0x0004B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetDeathFactory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsZCharacter_1) == 0x0004C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsZCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess_2) == 0x0004C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue_2) == 0x0004D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_3) == 0x0004D8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_4) == 0x0004E0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_K2_GetPawn_ReturnValue_3) == 0x0004E8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_K2_GetPawn_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCamera_ReturnValue_1) == 0x0004F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCamera_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_ApplyDamage_ReturnValue_1) == 0x0004F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_ApplyDamage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameMode_ReturnValue) == 0x000500, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_bool_Variable_8) == 0x000508, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_4) == 0x000509, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Create_ReturnValue_5) == 0x000510, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Create_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetZGameInstance_ReturnValue_5) == 0x000518, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetZGameInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SetGamePaused_ReturnValue) == 0x000520, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetUIController_ReturnValue) == 0x000528, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_HasDebugFeatures_ReturnValue) == 0x000530, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_HasDebugFeatures_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_RequestScreenUI_ReturnValue) == 0x000531, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsInSpectator_ReturnValue) == 0x000532, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsInSpectator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_HasDebugFeatures_ReturnValue_1) == 0x000533, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_HasDebugFeatures_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Not_PreBool_ReturnValue) == 0x000534, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_DamageType) == 0x000538, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_InstigatedBy) == 0x000540, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_Value) == 0x000548, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_CustomEvent_Causer) == 0x000550, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_CustomEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPawnDeathDataByDamageType_ReturnValue) == 0x000558, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPawnDeathDataByDamageType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SpawnExecutor_ExecutorActor) == 0x000578, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SpawnExecutor_ExecutorActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_5) == 0x000580, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_CanPawnDie_CanDie) == 0x000581, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_CanPawnDie_CanDie' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetGameUserSettings_ReturnValue) == 0x000588, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_16) == 0x000590, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000598, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_DynamicCast_bSuccess_3) == 0x0005A0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_17) == 0x0005A8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetForceFeedback_ReturnValue) == 0x0005B0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_6) == 0x0005B1, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0005B8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_7) == 0x0005C0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_object_Variable_8) == 0x0005C8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x0005D0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x0005F0, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x0005F4, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_EnhancedInputActionEvent_SourceAction_8) == 0x0005F8, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_EnhancedInputActionEvent_SourceAction_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_IsValid_ReturnValue_8) == 0x000600, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_17_0) == 0x000608, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_17_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000610, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, Temp_real_Variable_16_0) == 0x000618, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::Temp_real_Variable_16_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_8) == 0x000620, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000628, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_VariableSet_CustomTimeDilation_ImplicitCast) == 0x000630, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_VariableSet_CustomTimeDilation_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SetPlayRate_NewRate_ImplicitCast) == 0x000634, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SetPlayRate_NewRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, CallFunc_SetPlayRate_NewRate_ImplicitCast_1) == 0x000638, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::CallFunc_SetPlayRate_NewRate_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController, K2Node_MakeStruct_Value_8_CB57B1274024BE9F2DB06A8DD38EE03E_ImplicitCast) == 0x000640, "Member 'BP_Darwin_PlayerController_C_ExecuteUbergraph_BP_Darwin_PlayerController::K2Node_MakeStruct_Value_8_CB57B1274024BE9F2DB06A8DD38EE03E_ImplicitCast' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_Exosuit_C_BlueprintUpdateAnimation \ -static_assert(alignof(ABP_Exosuit_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Exosuit_C_BlueprintUpdateAnimation"); \ -static_assert(sizeof(ABP_Exosuit_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Exosuit_C_BlueprintUpdateAnimation"); \ -static_assert(offsetof(ABP_Exosuit_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Exosuit_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_GetHealthComponent \ +static_assert(alignof(BP_Darwin_PlayerController_C_GetHealthComponent) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_GetHealthComponent"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_GetHealthComponent) == 0x000048, "Wrong size on BP_Darwin_PlayerController_C_GetHealthComponent"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, Pawn_0) == 0x000000, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::Pawn_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, HealthComponent) == 0x000008, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_GetGaugeName_ReturnValue) == 0x000030, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_GetGaugeName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003C, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_GetHealthComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_Darwin_PlayerController_C_GetHealthComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit \ -static_assert(alignof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit) == 0x000008, "Wrong alignment on ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit"); \ -static_assert(sizeof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit) == 0x000130, "Wrong size on ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, EntryPoint) == 0x000000, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_1) == 0x000010, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, K2Node_Event_DeltaTimeX) == 0x000018, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, K2Node_DynamicCast_AsCH_Exosuit) == 0x000020, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::K2Node_DynamicCast_AsCH_Exosuit' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000030, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable) == 0x000040, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_1) == 0x000050, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_2) == 0x000060, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_2) == 0x000068, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_3) == 0x000078, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_3) == 0x000080, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_4) == 0x000090, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue) == 0x000098, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_1) == 0x00009C, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_5) == 0x0000A0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_4) == 0x0000A8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_2) == 0x0000B8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_3) == 0x0000BC, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, Temp_delegate_Variable_5) == 0x0000C0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::Temp_delegate_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_6) == 0x0000D0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_4) == 0x0000D8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_PostEvent_ReturnValue_5) == 0x0000DC, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x0000E0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_GetOwningActor_ReturnValue_7) == 0x0000E8, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_GetOwningActor_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000F0, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000108, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000120, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000128, "Member 'ABP_Exosuit_C_ExecuteUbergraph_ABP_Exosuit::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AddDamage_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_Exosuit_C_SetSpeed \ -static_assert(alignof(ABP_Exosuit_C_SetSpeed) == 0x000008, "Wrong alignment on ABP_Exosuit_C_SetSpeed"); \ -static_assert(sizeof(ABP_Exosuit_C_SetSpeed) == 0x000090, "Wrong size on ABP_Exosuit_C_SetSpeed"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_GetForwardVector_ReturnValue) == 0x000008, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_GetMaxSpeed_ReturnValue) == 0x000020, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_VSize_ReturnValue) == 0x000028, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000030, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_SafeDivide_ReturnValue) == 0x000038, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Normal_ReturnValue) == 0x000040, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Dot_VectorVector_ReturnValue) == 0x000058, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000060, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_SelectFloat_ReturnValue) == 0x000068, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000070, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_SafeDivide_B_ImplicitCast) == 0x000078, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_SafeDivide_B_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'ABP_Exosuit_C_SetSpeed::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(ABP_Exosuit_C_SetSpeed, K2Node_VariableSet_Speed_ImplicitCast) == 0x000088, "Member 'ABP_Exosuit_C_SetSpeed::K2Node_VariableSet_Speed_ImplicitCast' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_AI_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_UABP_Exosuit_C \ -static_assert(alignof(UABP_Exosuit_C) == 0x000010, "Wrong alignment on UABP_Exosuit_C"); \ -static_assert(sizeof(UABP_Exosuit_C) == 0x0005A0, "Wrong size on UABP_Exosuit_C"); \ -static_assert(offsetof(UABP_Exosuit_C, UberGraphFrame) == 0x0003B0, "Member 'UABP_Exosuit_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, __AnimBlueprintMutables) == 0x0003B8, "Member 'UABP_Exosuit_C::__AnimBlueprintMutables' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, AnimBlueprintExtension_PropertyAccess) == 0x0003C0, "Member 'UABP_Exosuit_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, AnimBlueprintExtension_Base) == 0x0003C8, "Member 'UABP_Exosuit_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_Root) == 0x0003D0, "Member 'UABP_Exosuit_C::AnimGraphNode_Root' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_BlendSpacePlayer) == 0x0003F0, "Member 'UABP_Exosuit_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_StateResult) == 0x000460, "Member 'UABP_Exosuit_C::AnimGraphNode_StateResult' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_StateMachine) == 0x000480, "Member 'UABP_Exosuit_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, AnimGraphNode_Slot) == 0x000548, "Member 'UABP_Exosuit_C::AnimGraphNode_Slot' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, As_CH_Exosuit) == 0x000590, "Member 'UABP_Exosuit_C::As_CH_Exosuit' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, Speed) == 0x000598, "Member 'UABP_Exosuit_C::Speed' has a wrong offset!"); \ -static_assert(offsetof(UABP_Exosuit_C, Debug) == 0x00059C, "Member 'UABP_Exosuit_C::Debug' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_CameraPosition_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DebugMenu_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_DisplayHelpComponentEnabled_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_FreeCam_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_KillPlayer_K2Node_EnhancedInputActionEvent_7::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Debug_Locomotion_K2Node_EnhancedInputActionEvent_6::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8 \ +static_assert(alignof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8) == 0x000030, "Wrong size on BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000020, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000024, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8, SourceAction) == 0x000028, "Member 'BP_Darwin_PlayerController_C_InpActEvt_IA_Gameplay_Wave_K2Node_EnhancedInputActionEvent_8::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_InterruptMontages \ +static_assert(alignof(BP_Darwin_PlayerController_C_InterruptMontages) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_InterruptMontages"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_InterruptMontages) == 0x000018, "Wrong size on BP_Darwin_PlayerController_C_InterruptMontages"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_K2_GetPawn_ReturnValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_InterruptMontages, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_Darwin_PlayerController_C_InterruptMontages::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_OnPlayerDamaged \ +static_assert(alignof(BP_Darwin_PlayerController_C_OnPlayerDamaged) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_OnPlayerDamaged"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_OnPlayerDamaged) == 0x000020, "Wrong size on BP_Darwin_PlayerController_C_OnPlayerDamaged"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, DamageType) == 0x000000, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, InstigatedBy) == 0x000008, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, Value) == 0x000010, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerDamaged, Causer) == 0x000018, "Member 'BP_Darwin_PlayerController_C_OnPlayerDamaged::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_OnPlayerStart \ +static_assert(alignof(BP_Darwin_PlayerController_C_OnPlayerStart) == 0x000001, "Wrong alignment on BP_Darwin_PlayerController_C_OnPlayerStart"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_OnPlayerStart) == 0x000001, "Wrong size on BP_Darwin_PlayerController_C_OnPlayerStart"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnPlayerStart, bPlayIntro) == 0x000000, "Member 'BP_Darwin_PlayerController_C_OnPlayerStart::bPlayIntro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event \ +static_assert(alignof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event) == 0x000028, "Wrong size on BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, DamagedActor) == 0x000000, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, Damage) == 0x000008, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, DamageType) == 0x000010, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, InstigatedBy) == 0x000018, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event, DamageCauser) == 0x000020, "Member 'BP_Darwin_PlayerController_C_OnTakeAnyDamage_Event::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_PreProcessDeath \ +static_assert(alignof(BP_Darwin_PlayerController_C_PreProcessDeath) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_PreProcessDeath"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_PreProcessDeath) == 0x000020, "Wrong size on BP_Darwin_PlayerController_C_PreProcessDeath"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_PreProcessDeath, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_Darwin_PlayerController_C_PreProcessDeath::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ReceivePossess \ +static_assert(alignof(BP_Darwin_PlayerController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ReceivePossess"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_ReceivePossess) == 0x000008, "Wrong size on BP_Darwin_PlayerController_C_ReceivePossess"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ShouldShowLoadingScreen \ +static_assert(alignof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ShouldShowLoadingScreen"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen) == 0x000028, "Wrong size on BP_Darwin_PlayerController_C_ShouldShowLoadingScreen"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, Value) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_GetWorldManager_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_GetWorldManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_GetGameMode_ReturnValue) == 0x000018, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_IsTransitioningToWorld_ReturnValue) == 0x000020, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_IsTransitioningToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShouldShowLoadingScreen, CallFunc_ObjectIsA_ReturnValue) == 0x000021, "Member 'BP_Darwin_PlayerController_C_ShouldShowLoadingScreen::CallFunc_ObjectIsA_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ShowDebugCamera \ +static_assert(alignof(BP_Darwin_PlayerController_C_ShowDebugCamera) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ShowDebugCamera"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_ShowDebugCamera) == 0x000010, "Wrong size on BP_Darwin_PlayerController_C_ShowDebugCamera"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShowDebugCamera, Value) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ShowDebugCamera::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShowDebugCamera, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ShowDebugCamera::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_ShowThreats \ +static_assert(alignof(BP_Darwin_PlayerController_C_ShowThreats) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_ShowThreats"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_ShowThreats) == 0x000018, "Wrong size on BP_Darwin_PlayerController_C_ShowThreats"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShowThreats, Value) == 0x000000, "Member 'BP_Darwin_PlayerController_C_ShowThreats::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShowThreats, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_Darwin_PlayerController_C_ShowThreats::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_ShowThreats, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_ShowThreats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_SpawnDamageSound \ +static_assert(alignof(BP_Darwin_PlayerController_C_SpawnDamageSound) == 0x000008, "Wrong alignment on BP_Darwin_PlayerController_C_SpawnDamageSound"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_SpawnDamageSound) == 0x000088, "Wrong size on BP_Darwin_PlayerController_C_SpawnDamageSound"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, DamageType) == 0x000000, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, AudioComponent) == 0x000008, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Rat) == 0x000010, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Rat' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Lava) == 0x000020, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Lava' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Elec_Red) == 0x000030, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Elec_Red' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_2) == 0x000038, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Elec) == 0x000040, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Elec' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_3) == 0x000048, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Crunched) == 0x000050, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Crunched' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_4) == 0x000058, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsDamage_Burn) == 0x000060, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsDamage_Burn' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_5) == 0x000068, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000070, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_AsCH_Darwin) == 0x000078, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnDamageSound, K2Node_DynamicCast_bSuccess_6) == 0x000080, "Member 'BP_Darwin_PlayerController_C_SpawnDamageSound::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Darwin_PlayerController_C_SpawnExecutor \ +static_assert(alignof(BP_Darwin_PlayerController_C_SpawnExecutor) == 0x000010, "Wrong alignment on BP_Darwin_PlayerController_C_SpawnExecutor"); \ +static_assert(sizeof(BP_Darwin_PlayerController_C_SpawnExecutor) == 0x000090, "Wrong size on BP_Darwin_PlayerController_C_SpawnExecutor"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, ExecutorClass) == 0x000000, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::ExecutorClass' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, ExecutorActor) == 0x000008, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::ExecutorActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000080, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Darwin_PlayerController_C_SpawnExecutor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000088, "Member 'BP_Darwin_PlayerController_C_SpawnExecutor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Darwin_PlayerController_C \ +static_assert(alignof(ABP_Darwin_PlayerController_C) == 0x000008, "Wrong alignment on ABP_Darwin_PlayerController_C"); \ +static_assert(sizeof(ABP_Darwin_PlayerController_C) == 0x000B60, "Wrong size on ABP_Darwin_PlayerController_C"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, UberGraphFrame) == 0x000A88, "Member 'ABP_Darwin_PlayerController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, Fadeintimeline_Alpha_76A568EF4F9B48D163E11B8527A8AB0F) == 0x000A90, "Member 'ABP_Darwin_PlayerController_C::Fadeintimeline_Alpha_76A568EF4F9B48D163E11B8527A8AB0F' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, Fadeintimeline__Direction_76A568EF4F9B48D163E11B8527A8AB0F) == 0x000A94, "Member 'ABP_Darwin_PlayerController_C::Fadeintimeline__Direction_76A568EF4F9B48D163E11B8527A8AB0F' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, Fadeintimeline) == 0x000A98, "Member 'ABP_Darwin_PlayerController_C::Fadeintimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutTimeline_Alpha_E57A63D14CDCF23D1E6CB09DFCEDEDEF) == 0x000AA0, "Member 'ABP_Darwin_PlayerController_C::FadeOutTimeline_Alpha_E57A63D14CDCF23D1E6CB09DFCEDEDEF' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutTimeline__Direction_E57A63D14CDCF23D1E6CB09DFCEDEDEF) == 0x000AA4, "Member 'ABP_Darwin_PlayerController_C::FadeOutTimeline__Direction_E57A63D14CDCF23D1E6CB09DFCEDEDEF' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutTimeline) == 0x000AA8, "Member 'ABP_Darwin_PlayerController_C::FadeOutTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, OnRespawn) == 0x000AB0, "Member 'ABP_Darwin_PlayerController_C::OnRespawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, OnFadeOutComplete) == 0x000AC0, "Member 'ABP_Darwin_PlayerController_C::OnFadeOutComplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeInFactor) == 0x000AD0, "Member 'ABP_Darwin_PlayerController_C::FadeInFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, IsFadingIn) == 0x000AD8, "Member 'ABP_Darwin_PlayerController_C::IsFadingIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, LoadingScreen) == 0x000AE0, "Member 'ABP_Darwin_PlayerController_C::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeOutPlayrate) == 0x000AE8, "Member 'ABP_Darwin_PlayerController_C::FadeOutPlayrate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, FadeInPlayRate) == 0x000AF0, "Member 'ABP_Darwin_PlayerController_C::FadeInPlayRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, OnWave) == 0x000AF8, "Member 'ABP_Darwin_PlayerController_C::OnWave' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, LocomotionDebugWidget) == 0x000B08, "Member 'ABP_Darwin_PlayerController_C::LocomotionDebugWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, CameraDebugWidget) == 0x000B10, "Member 'ABP_Darwin_PlayerController_C::CameraDebugWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, AIDebugWidget) == 0x000B18, "Member 'ABP_Darwin_PlayerController_C::AIDebugWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, DamageCache) == 0x000B20, "Member 'ABP_Darwin_PlayerController_C::DamageCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, OnPreRespawn) == 0x000B40, "Member 'ABP_Darwin_PlayerController_C::OnPreRespawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, HelpSystemDebugWidget) == 0x000B50, "Member 'ABP_Darwin_PlayerController_C::HelpSystemDebugWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Darwin_PlayerController_C, ThreatsWidget) == 0x000B58, "Member 'ABP_Darwin_PlayerController_C::ThreatsWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CH_Exosuit_C_BndEvt__CH_Exosuit_ZCharacterState_K2Node_ComponentBoundEvent_0_OnAnimNotify__DelegateSignature \ static_assert(alignof(CH_Exosuit_C_BndEvt__CH_Exosuit_ZCharacterState_K2Node_ComponentBoundEvent_0_OnAnimNotify__DelegateSignature) == 0x000004, "Wrong alignment on CH_Exosuit_C_BndEvt__CH_Exosuit_ZCharacterState_K2Node_ComponentBoundEvent_0_OnAnimNotify__DelegateSignature"); \ @@ -148369,6 +149892,232 @@ static_assert(offsetof(UABP_ExosuitDarwin_C, Delta_Time_X) == 0x000668, "Member static_assert(offsetof(UABP_ExosuitDarwin_C, IsExosuitMoving) == 0x000670, "Member 'UABP_ExosuitDarwin_C::IsExosuitMoving' has a wrong offset!"); \ static_assert(offsetof(UABP_ExosuitDarwin_C, Camo) == 0x000671, "Member 'UABP_ExosuitDarwin_C::Camo' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_AC_OceanManager_C_Set_Parameters \ +static_assert(alignof(AC_OceanManager_C_Set_Parameters) == 0x000008, "Wrong alignment on AC_OceanManager_C_Set_Parameters"); \ +static_assert(sizeof(AC_OceanManager_C_Set_Parameters) == 0x000010, "Wrong size on AC_OceanManager_C_Set_Parameters"); \ +static_assert(offsetof(AC_OceanManager_C_Set_Parameters, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000000, "Member 'AC_OceanManager_C_Set_Parameters::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Set_Parameters, K2Node_VariableSet_Ocean_Level_ImplicitCast) == 0x000008, "Member 'AC_OceanManager_C_Set_Parameters::K2Node_VariableSet_Ocean_Level_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_OceanManager_C_ReceiveTick \ +static_assert(alignof(AC_OceanManager_C_ReceiveTick) == 0x000004, "Wrong alignment on AC_OceanManager_C_ReceiveTick"); \ +static_assert(sizeof(AC_OceanManager_C_ReceiveTick) == 0x000004, "Wrong size on AC_OceanManager_C_ReceiveTick"); \ +static_assert(offsetof(AC_OceanManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AC_OceanManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_OceanManager_C_ProcessWaveHeightAtPoint \ +static_assert(alignof(AC_OceanManager_C_ProcessWaveHeightAtPoint) == 0x000010, "Wrong alignment on AC_OceanManager_C_ProcessWaveHeightAtPoint"); \ +static_assert(sizeof(AC_OceanManager_C_ProcessWaveHeightAtPoint) == 0x0001D0, "Wrong size on AC_OceanManager_C_ProcessWaveHeightAtPoint"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Point_Location) == 0x000000, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Point_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Primitive_Component) == 0x000018, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Primitive_Component' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Actor_Transform) == 0x000020, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Actor_Transform' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Mass_Of_Points) == 0x000080, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Mass_Of_Points' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Point_Thickness) == 0x000088, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Point_Thickness' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Displacement_Ratio) == 0x000090, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Displacement_Ratio' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Time) == 0x000098, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, Is_Under) == 0x0000A0, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::Is_Under' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_EvaluateWaveHeight_IsUnder) == 0x0000A1, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_EvaluateWaveHeight_IsUnder' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_EvaluateWaveHeight_Amount) == 0x0000A8, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_EvaluateWaveHeight_Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_EvaluateWaveHeight_Wave_Height) == 0x0000B0, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_EvaluateWaveHeight_Wave_Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_EvaluateWaveHeight_Water_Intersect_Location) == 0x0000B8, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_EvaluateWaveHeight_Water_Intersect_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_MakeLiteralBool_ReturnValue) == 0x0000D0, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_TransformLocation_ReturnValue) == 0x0000E0, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000F8, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x000100, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_MakeVector_ReturnValue) == 0x000118, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000130, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000148, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000160, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_MakeVector_ReturnValue_1) == 0x000178, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000190, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0001A8, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x0001C0, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_DrawDebugArrow_ArrowSize_ImplicitCast) == 0x0001C4, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_DrawDebugArrow_ArrowSize_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ProcessWaveHeightAtPoint, CallFunc_DrawDebugArrow_ArrowSize_ImplicitCast_1) == 0x0001C8, "Member 'AC_OceanManager_C_ProcessWaveHeightAtPoint::CallFunc_DrawDebugArrow_ArrowSize_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_OceanManager_C_GetWaveHeight \ +static_assert(alignof(AC_OceanManager_C_GetWaveHeight) == 0x000008, "Wrong alignment on AC_OceanManager_C_GetWaveHeight"); \ +static_assert(sizeof(AC_OceanManager_C_GetWaveHeight) == 0x000098, "Wrong size on AC_OceanManager_C_GetWaveHeight"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, Location) == 0x000000, "Member 'AC_OceanManager_C_GetWaveHeight::Location' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, Time) == 0x000018, "Member 'AC_OceanManager_C_GetWaveHeight::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, Height) == 0x000020, "Member 'AC_OceanManager_C_GetWaveHeight::Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_GerstnerWaveCombined_Height) == 0x000048, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_GerstnerWaveCombined_Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_BreakVector_X) == 0x000060, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_BreakVector_Y) == 0x000068, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_BreakVector_Z) == 0x000070, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000078, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GetWaveHeight, CallFunc_MakeVector_ReturnValue) == 0x000080, "Member 'AC_OceanManager_C_GetWaveHeight::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_OceanManager_C_GerstnerWaveCombined \ +static_assert(alignof(AC_OceanManager_C_GerstnerWaveCombined) == 0x000008, "Wrong alignment on AC_OceanManager_C_GerstnerWaveCombined"); \ +static_assert(sizeof(AC_OceanManager_C_GerstnerWaveCombined) == 0x0003A8, "Wrong size on AC_OceanManager_C_GerstnerWaveCombined"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, Rotation_Angle) == 0x000000, "Member 'AC_OceanManager_C_GerstnerWaveCombined::Rotation_Angle' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, World_Position) == 0x000008, "Member 'AC_OceanManager_C_GerstnerWaveCombined::World_Position' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, Wave_Length) == 0x000020, "Member 'AC_OceanManager_C_GerstnerWaveCombined::Wave_Length' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, Amplitude_0) == 0x000028, "Member 'AC_OceanManager_C_GerstnerWaveCombined::Amplitude_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, Steepness_0) == 0x000030, "Member 'AC_OceanManager_C_GerstnerWaveCombined::Steepness_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, Wave_Speed_0) == 0x000038, "Member 'AC_OceanManager_C_GerstnerWaveCombined::Wave_Speed_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, NumWaves_0) == 0x000040, "Member 'AC_OceanManager_C_GerstnerWaveCombined::NumWaves_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, Height) == 0x000048, "Member 'AC_OceanManager_C_GerstnerWaveCombined::Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000070, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000078, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000080, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000088, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000090, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000098, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x0000A0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x0000A8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x0000B0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x0000B8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_12) == 0x0000C0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_13) == 0x0000C8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_14) == 0x0000D0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_15) == 0x0000D8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_16) == 0x0000E0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_17) == 0x0000E8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_18) == 0x0000F0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_19) == 0x0000F8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_20) == 0x000100, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_21) == 0x000108, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_22) == 0x000110, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_23) == 0x000118, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_24) == 0x000120, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_25) == 0x000128, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height) == 0x000130, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_1) == 0x000148, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_26) == 0x000160, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_27) == 0x000168, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_2) == 0x000170, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_3) == 0x000188, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_3' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_28) == 0x0001A0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_29) == 0x0001A8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_4) == 0x0001B0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_4' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_5) == 0x0001C8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_5' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_30) == 0x0001E0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_31) == 0x0001E8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_6) == 0x0001F0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_6' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_7) == 0x000208, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_7' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_32) == 0x000220, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_33) == 0x000228, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_8) == 0x000230, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_8' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_9) == 0x000248, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_9' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_34) == 0x000260, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Multiply_DoubleDouble_ReturnValue_35) == 0x000268, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Multiply_DoubleDouble_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_10) == 0x000270, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_10' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Gerstner_Wave_Height_11) == 0x000288, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Gerstner_Wave_Height_11' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue) == 0x0002A0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0002B8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0002D0, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0002E8, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000300, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000318, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000330, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_7) == 0x000348, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_8) == 0x000360, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_9) == 0x000378, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_GerstnerWaveCombined, CallFunc_Add_VectorVector_ReturnValue_10) == 0x000390, "Member 'AC_OceanManager_C_GerstnerWaveCombined::CallFunc_Add_VectorVector_ReturnValue_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_OceanManager_C_Gerstner_Wave \ +static_assert(alignof(AC_OceanManager_C_Gerstner_Wave) == 0x000008, "Wrong alignment on AC_OceanManager_C_Gerstner_Wave"); \ +static_assert(sizeof(AC_OceanManager_C_Gerstner_Wave) == 0x0001D0, "Wrong size on AC_OceanManager_C_Gerstner_Wave"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, Direction_XY) == 0x000000, "Member 'AC_OceanManager_C_Gerstner_Wave::Direction_XY' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, Rotation_Angle) == 0x000018, "Member 'AC_OceanManager_C_Gerstner_Wave::Rotation_Angle' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, World_Position) == 0x000020, "Member 'AC_OceanManager_C_Gerstner_Wave::World_Position' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, Wave_Length) == 0x000038, "Member 'AC_OceanManager_C_Gerstner_Wave::Wave_Length' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, Amplitude_0) == 0x000040, "Member 'AC_OceanManager_C_Gerstner_Wave::Amplitude_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, Steepness_0) == 0x000048, "Member 'AC_OceanManager_C_Gerstner_Wave::Steepness_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, Wave_Speed_0) == 0x000050, "Member 'AC_OceanManager_C_Gerstner_Wave::Wave_Speed_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, NumWaves_0) == 0x000058, "Member 'AC_OceanManager_C_Gerstner_Wave::NumWaves_0' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, Height) == 0x000060, "Member 'AC_OceanManager_C_Gerstner_Wave::Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_MultiplyByPi_ReturnValue) == 0x000078, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_MultiplyByPi_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_X) == 0x000080, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_Y) == 0x000088, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_Z) == 0x000090, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000098, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000C0, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000C8, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_MapRangeUnclamped_ReturnValue) == 0x0000D0, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0000D8, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_RotateAngleAxis_ReturnValue) == 0x0000E0, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0000F8, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_X_1) == 0x000100, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_Y_1) == 0x000108, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_Z_1) == 0x000110, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_MakeVector_ReturnValue_1) == 0x000118, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Normal_ReturnValue) == 0x000130, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_X_2) == 0x000148, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_Y_2) == 0x000150, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_BreakVector_Z_2) == 0x000158, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Dot_VectorVector_ReturnValue) == 0x000160, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000168, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000170, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Cos_ReturnValue) == 0x000178, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Sin_ReturnValue) == 0x000180, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000188, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000190, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000198, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x0001A0, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x0001A8, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_MakeVector_ReturnValue_2) == 0x0001B0, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_Gerstner_Wave, CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast) == 0x0001C8, "Member 'AC_OceanManager_C_Gerstner_Wave::CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager \ +static_assert(alignof(AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager) == 0x000004, "Wrong alignment on AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager"); \ +static_assert(sizeof(AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager) == 0x000008, "Wrong size on AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager"); \ +static_assert(offsetof(AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager, EntryPoint) == 0x000000, "Member 'AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'AC_OceanManager_C_ExecuteUbergraph_AC_OceanManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_OceanManager_C_EvaluateWaveHeight \ +static_assert(alignof(AC_OceanManager_C_EvaluateWaveHeight) == 0x000010, "Wrong alignment on AC_OceanManager_C_EvaluateWaveHeight"); \ +static_assert(sizeof(AC_OceanManager_C_EvaluateWaveHeight) == 0x0001A0, "Wrong size on AC_OceanManager_C_EvaluateWaveHeight"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, Point_Location) == 0x000000, "Member 'AC_OceanManager_C_EvaluateWaveHeight::Point_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, Actor_Transform) == 0x000020, "Member 'AC_OceanManager_C_EvaluateWaveHeight::Actor_Transform' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, Point_Thickness) == 0x000080, "Member 'AC_OceanManager_C_EvaluateWaveHeight::Point_Thickness' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, Time) == 0x000088, "Member 'AC_OceanManager_C_EvaluateWaveHeight::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, IsUnder) == 0x000090, "Member 'AC_OceanManager_C_EvaluateWaveHeight::IsUnder' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, Amount) == 0x000098, "Member 'AC_OceanManager_C_EvaluateWaveHeight::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, Wave_Height) == 0x0000A0, "Member 'AC_OceanManager_C_EvaluateWaveHeight::Wave_Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, Water_Intersect_Location) == 0x0000A8, "Member 'AC_OceanManager_C_EvaluateWaveHeight::Water_Intersect_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_TransformLocation_ReturnValue) == 0x0000C0, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_X) == 0x0000D8, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_Y) == 0x0000E0, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_Z) == 0x0000E8, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_GetWaveHeight_Height) == 0x0000F0, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_GetWaveHeight_Height' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_X_1) == 0x000108, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_Y_1) == 0x000110, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_Z_1) == 0x000118, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_Add_VectorVector_ReturnValue) == 0x000120, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000138, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_X_2) == 0x000140, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_Y_2) == 0x000148, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_BreakVector_Z_2) == 0x000150, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000158, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_MakeVector_ReturnValue) == 0x000160, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000178, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000180, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_FClamp_ReturnValue) == 0x000188, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_OceanManager_C_EvaluateWaveHeight, CallFunc_Abs_ReturnValue) == 0x000190, "Member 'AC_OceanManager_C_EvaluateWaveHeight::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_OceanManager_C \ +static_assert(alignof(UAC_OceanManager_C) == 0x000008, "Wrong alignment on UAC_OceanManager_C"); \ +static_assert(sizeof(UAC_OceanManager_C) == 0x0000F8, "Wrong size on UAC_OceanManager_C"); \ +static_assert(offsetof(UAC_OceanManager_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_OceanManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, WaveLength) == 0x0000A8, "Member 'UAC_OceanManager_C::WaveLength' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, Amplitude) == 0x0000B0, "Member 'UAC_OceanManager_C::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, Steepness) == 0x0000B8, "Member 'UAC_OceanManager_C::Steepness' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, GlobalWaveSpeed) == 0x0000C0, "Member 'UAC_OceanManager_C::GlobalWaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, Wave_Speed) == 0x0000C8, "Member 'UAC_OceanManager_C::Wave_Speed' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, Wind_Direction) == 0x0000D0, "Member 'UAC_OceanManager_C::Wind_Direction' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, NumWaves) == 0x0000D8, "Member 'UAC_OceanManager_C::NumWaves' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, Ocean_Level) == 0x0000E0, "Member 'UAC_OceanManager_C::Ocean_Level' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, Fluid_Density) == 0x0000E8, "Member 'UAC_OceanManager_C::Fluid_Density' has a wrong offset!"); \ +static_assert(offsetof(UAC_OceanManager_C, RuntimeDebug) == 0x0000F0, "Member 'UAC_OceanManager_C::RuntimeDebug' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_BP_Death_ElecRed_Exosuit_C_ExecuteUbergraph_BP_Death_ElecRed_Exosuit \ static_assert(alignof(BP_Death_ElecRed_Exosuit_C_ExecuteUbergraph_BP_Death_ElecRed_Exosuit) == 0x000008, "Wrong alignment on BP_Death_ElecRed_Exosuit_C_ExecuteUbergraph_BP_Death_ElecRed_Exosuit"); \ static_assert(sizeof(BP_Death_ElecRed_Exosuit_C_ExecuteUbergraph_BP_Death_ElecRed_Exosuit) == 0x000380, "Wrong size on BP_Death_ElecRed_Exosuit_C_ExecuteUbergraph_BP_Death_ElecRed_Exosuit"); \ @@ -148543,6 +150292,161 @@ static_assert(alignof(ABP_Death_Fall_C) == 0x000008, "Wrong alignment on ABP_Dea static_assert(sizeof(ABP_Death_Fall_C) == 0x000300, "Wrong size on ABP_Death_Fall_C"); \ static_assert(offsetof(ABP_Death_Fall_C, UberGraphFrame_BP_Death_Fall_C) == 0x0002F8, "Member 'ABP_Death_Fall_C::UberGraphFrame_BP_Death_Fall_C' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_SkinPreview_C_Clear \ +static_assert(alignof(BP_SkinPreview_C_Clear) == 0x000001, "Wrong alignment on BP_SkinPreview_C_Clear"); \ +static_assert(sizeof(BP_SkinPreview_C_Clear) == 0x000002, "Wrong size on BP_SkinPreview_C_Clear"); \ +static_assert(offsetof(BP_SkinPreview_C_Clear, CallFunc_Array_RemoveItem_ReturnValue) == 0x000000, "Member 'BP_SkinPreview_C_Clear::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkinPreview_C_Clear, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000001, "Member 'BP_SkinPreview_C_Clear::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview \ +static_assert(alignof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview) == 0x000004, "Wrong alignment on BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview"); \ +static_assert(sizeof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview) == 0x000014, "Wrong size on BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview"); \ +static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, EntryPoint) == 0x000000, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_Array_Add_ReturnValue) == 0x000004, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_Array_Add_ReturnValue_1) == 0x000008, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, K2Node_Event_DeltaSeconds) == 0x00000C, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000010, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkinPreview_C_ReceiveTick \ +static_assert(alignof(BP_SkinPreview_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SkinPreview_C_ReceiveTick"); \ +static_assert(sizeof(BP_SkinPreview_C_ReceiveTick) == 0x000004, "Wrong size on BP_SkinPreview_C_ReceiveTick"); \ +static_assert(offsetof(BP_SkinPreview_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SkinPreview_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SkinPreview_C \ +static_assert(alignof(ABP_SkinPreview_C) == 0x000008, "Wrong alignment on ABP_SkinPreview_C"); \ +static_assert(sizeof(ABP_SkinPreview_C) == 0x000320, "Wrong size on ABP_SkinPreview_C"); \ +static_assert(offsetof(ABP_SkinPreview_C, UberGraphFrame) == 0x000290, "Member 'ABP_SkinPreview_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, SpotLight_04) == 0x000298, "Member 'ABP_SkinPreview_C::SpotLight_04' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, SpotLight_03) == 0x0002A0, "Member 'ABP_SkinPreview_C::SpotLight_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, RectLight_03) == 0x0002A8, "Member 'ABP_SkinPreview_C::RectLight_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, SpotLight_02) == 0x0002B0, "Member 'ABP_SkinPreview_C::SpotLight_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, RectLight_02) == 0x0002B8, "Member 'ABP_SkinPreview_C::RectLight_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, DummyLights1) == 0x0002C0, "Member 'ABP_SkinPreview_C::DummyLights1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, Sphere) == 0x0002C8, "Member 'ABP_SkinPreview_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, SceneCaptureComponent2D_FinalColor) == 0x0002D0, "Member 'ABP_SkinPreview_C::SceneCaptureComponent2D_FinalColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, ZEquipment) == 0x0002D8, "Member 'ABP_SkinPreview_C::ZEquipment' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, PostProcess) == 0x0002E0, "Member 'ABP_SkinPreview_C::PostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, Box) == 0x0002E8, "Member 'ABP_SkinPreview_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, Scene) == 0x0002F0, "Member 'ABP_SkinPreview_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, BP_CharacterCosmeticComponent) == 0x0002F8, "Member 'ABP_SkinPreview_C::BP_CharacterCosmeticComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, SceneCaptureComponent2D) == 0x000300, "Member 'ABP_SkinPreview_C::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, SkeletalMeshComponent) == 0x000308, "Member 'ABP_SkinPreview_C::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, DefaultSceneRoot) == 0x000310, "Member 'ABP_SkinPreview_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkinPreview_C, CanRender) == 0x000318, "Member 'ABP_SkinPreview_C::CanRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen \ +static_assert(alignof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen) == 0x000008, "Wrong alignment on BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen"); \ +static_assert(sizeof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen) == 0x000140, "Wrong size on BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, EntryPoint) == 0x000000, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_AsZCharacter) == 0x000008, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_Event_Pawn) == 0x000018, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_Event_DeathActorInstigator) == 0x000020, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000040, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000138, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen, CallFunc_NativeIsClimbing_ReturnValue) == 0x000139, "Member 'BP_Death_LavaGreen_C_ExecuteUbergraph_BP_Death_LavaGreen::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_LavaGreen_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_LavaGreen_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_LavaGreen_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_LavaGreen_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_LavaGreen_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_LavaGreen_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_LavaGreen_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_LavaGreen_C_ReceiveTick \ +static_assert(alignof(BP_Death_LavaGreen_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_LavaGreen_C_ReceiveTick"); \ +static_assert(sizeof(BP_Death_LavaGreen_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_LavaGreen_C_ReceiveTick"); \ +static_assert(offsetof(BP_Death_LavaGreen_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_LavaGreen_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_LavaGreen_C \ +static_assert(alignof(ABP_Death_LavaGreen_C) == 0x000008, "Wrong alignment on ABP_Death_LavaGreen_C"); \ +static_assert(sizeof(ABP_Death_LavaGreen_C) == 0x000328, "Wrong size on ABP_Death_LavaGreen_C"); \ +static_assert(offsetof(ABP_Death_LavaGreen_C, UberGraphFrame_BP_Death_LavaGreen_C) == 0x0002F8, "Member 'ABP_Death_LavaGreen_C::UberGraphFrame_BP_Death_LavaGreen_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaGreen_C, FX_DEATH_LavaBurn) == 0x000300, "Member 'ABP_Death_LavaGreen_C::FX_DEATH_LavaBurn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaGreen_C, FX_SurfaceBubbles) == 0x000308, "Member 'ABP_Death_LavaGreen_C::FX_SurfaceBubbles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaGreen_C, Niagara) == 0x000310, "Member 'ABP_Death_LavaGreen_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaGreen_C, Color) == 0x000318, "Member 'ABP_Death_LavaGreen_C::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalFog_C_Get_Normal_Size \ +static_assert(alignof(BP_LocalFog_C_Get_Normal_Size) == 0x000008, "Wrong alignment on BP_LocalFog_C_Get_Normal_Size"); \ +static_assert(sizeof(BP_LocalFog_C_Get_Normal_Size) == 0x000060, "Wrong size on BP_LocalFog_C_Get_Normal_Size"); \ +static_assert(offsetof(BP_LocalFog_C_Get_Normal_Size, NormalizedSize) == 0x000000, "Member 'BP_LocalFog_C_Get_Normal_Size::NormalizedSize' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_Get_Normal_Size, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000018, "Member 'BP_LocalFog_C_Get_Normal_Size::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_Get_Normal_Size, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_LocalFog_C_Get_Normal_Size::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_Get_Normal_Size, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_LocalFog_C_Get_Normal_Size::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_Get_Normal_Size, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_LocalFog_C_Get_Normal_Size::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_Get_Normal_Size, CallFunc_MakeVector_ReturnValue) == 0x000048, "Member 'BP_LocalFog_C_Get_Normal_Size::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalFog_C_UserConstructionScript \ +static_assert(alignof(BP_LocalFog_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_LocalFog_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LocalFog_C_UserConstructionScript) == 0x000118, "Wrong size on BP_LocalFog_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_GetActorScale3D_ReturnValue) == 0x000008, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000020, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000028, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000030, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_GetActorScale3D_ReturnValue_1) == 0x000060, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_GetActorScale3D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000078, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x000080, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x000088, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000098, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x0000A0, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x0000A8, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3) == 0x0000B0, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_4) == 0x0000B8, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000C0, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0000C8, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, K2Node_VariableSet_AutoRadius_ImplicitCast) == 0x0000D0, "Member 'BP_LocalFog_C_UserConstructionScript::K2Node_VariableSet_AutoRadius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, K2Node_VariableSet_AutoRadius_ImplicitCast_1) == 0x0000D4, "Member 'BP_LocalFog_C_UserConstructionScript::K2Node_VariableSet_AutoRadius_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x0000D8, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000E0, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0000E8, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1) == 0x0000F0, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, K2Node_VariableSet_AutoRadius_ImplicitCast_2) == 0x0000F8, "Member 'BP_LocalFog_C_UserConstructionScript::K2Node_VariableSet_AutoRadius_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, K2Node_VariableSet_AutoRadius_ImplicitCast_3) == 0x0000FC, "Member 'BP_LocalFog_C_UserConstructionScript::K2Node_VariableSet_AutoRadius_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, K2Node_VariableSet_AutoRadius_ImplicitCast_4) == 0x000100, "Member 'BP_LocalFog_C_UserConstructionScript::K2Node_VariableSet_AutoRadius_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000108, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalFog_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000110, "Member 'BP_LocalFog_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LocalFog_C \ +static_assert(alignof(ABP_LocalFog_C) == 0x000008, "Wrong alignment on ABP_LocalFog_C"); \ +static_assert(sizeof(ABP_LocalFog_C) == 0x000330, "Wrong size on ABP_LocalFog_C"); \ +static_assert(offsetof(ABP_LocalFog_C, S_1_Unit_Sphere) == 0x000290, "Member 'ABP_LocalFog_C::S_1_Unit_Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_LocalFog_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, OnlyGround_) == 0x0002A0, "Member 'ABP_LocalFog_C::OnlyGround_' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, DMI) == 0x0002A8, "Member 'ABP_LocalFog_C::DMI' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Opacity) == 0x0002B0, "Member 'ABP_LocalFog_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Hardness) == 0x0002B4, "Member 'ABP_LocalFog_C::Hardness' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, NoiseScale) == 0x0002B8, "Member 'ABP_LocalFog_C::NoiseScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, NoiseWeight) == 0x0002BC, "Member 'ABP_LocalFog_C::NoiseWeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Radius) == 0x0002C0, "Member 'ABP_LocalFog_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Distance) == 0x0002C4, "Member 'ABP_LocalFog_C::Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, DistanceFieldEdgeHardness) == 0x0002C8, "Member 'ABP_LocalFog_C::DistanceFieldEdgeHardness' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Color) == 0x0002CC, "Member 'ABP_LocalFog_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Emissive) == 0x0002DC, "Member 'ABP_LocalFog_C::Emissive' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, AutoRadius) == 0x0002EC, "Member 'ABP_LocalFog_C::AutoRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, WindSpeed) == 0x0002F0, "Member 'ABP_LocalFog_C::WindSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, UseGradientForColor_) == 0x000300, "Member 'ABP_LocalFog_C::UseGradientForColor_' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Gradient_for_Color___Down) == 0x000304, "Member 'ABP_LocalFog_C::Gradient_for_Color___Down' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Gradient_for_Color___Up) == 0x000308, "Member 'ABP_LocalFog_C::Gradient_for_Color___Up' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Gradient_for_Color___Center_Offset) == 0x00030C, "Member 'ABP_LocalFog_C::Gradient_for_Color___Center_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Gradient_Color___Color_2) == 0x000310, "Member 'ABP_LocalFog_C::Gradient_Color___Color_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, UseGradient_forOpacity_) == 0x000320, "Member 'ABP_LocalFog_C::UseGradient_forOpacity_' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Gradient_for_Opacity___Down) == 0x000324, "Member 'ABP_LocalFog_C::Gradient_for_Opacity___Down' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Gradient_for_Opacity___Up) == 0x000328, "Member 'ABP_LocalFog_C::Gradient_for_Opacity___Up' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalFog_C, Gradient_for_Opacity___CenterOffset) == 0x00032C, "Member 'ABP_LocalFog_C::Gradient_for_Opacity___CenterOffset' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_BP_Death_Burn_Exosuit_C_ExecuteUbergraph_BP_Death_Burn_Exosuit \ static_assert(alignof(BP_Death_Burn_Exosuit_C_ExecuteUbergraph_BP_Death_Burn_Exosuit) == 0x000008, "Wrong alignment on BP_Death_Burn_Exosuit_C_ExecuteUbergraph_BP_Death_Burn_Exosuit"); \ static_assert(sizeof(BP_Death_Burn_Exosuit_C_ExecuteUbergraph_BP_Death_Burn_Exosuit) == 0x000338, "Wrong size on BP_Death_Burn_Exosuit_C_ExecuteUbergraph_BP_Death_Burn_Exosuit"); \ @@ -148644,6 +150548,286 @@ static_assert(offsetof(ABP_Death_Burn_Exosuit_C, UberGraphFrame_BP_Death_Burn_Ex static_assert(offsetof(ABP_Death_Burn_Exosuit_C, FX_DEATH_BurnExo) == 0x000300, "Member 'ABP_Death_Burn_Exosuit_C::FX_DEATH_BurnExo' has a wrong offset!"); \ static_assert(offsetof(ABP_Death_Burn_Exosuit_C, FX_DEATH_Burn) == 0x000308, "Member 'ABP_Death_Burn_Exosuit_C::FX_DEATH_Burn' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed \ +static_assert(alignof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed) == 0x000008, "Wrong alignment on BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed"); \ +static_assert(sizeof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed) == 0x0006A8, "Wrong size on BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, EntryPoint) == 0x000000, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_1) == 0x000004, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName) == 0x00000C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, Temp_name_Variable) == 0x000024, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, Temp_object_Variable) == 0x000030, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000040, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_Event_Pawn) == 0x000058, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_Event_DeathActorInstigator) == 0x000060, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_DynamicCast_AsCH_Darwin) == 0x000068, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000078, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000080, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_GetActorForwardVector_ReturnValue) == 0x000088, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_AttachToActor_ReturnValue) == 0x0000B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_SphereTraceSingle_OutHit) == 0x0000C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_SphereTraceSingle_ReturnValue) == 0x0001B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0001C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_bBlockingHit) == 0x0002B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002B9, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Time) == 0x0002BC, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Distance) == 0x0002C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Location) == 0x0002C8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_ImpactPoint) == 0x0002E0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Normal) == 0x0002F8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_ImpactNormal) == 0x000310, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_PhysMat) == 0x000328, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitActor) == 0x000330, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitComponent) == 0x000338, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitBoneName) == 0x000340, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_BoneName) == 0x000348, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitItem) == 0x000350, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_ElementIndex) == 0x000354, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_FaceIndex) == 0x000358, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_TraceStart) == 0x000360, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_TraceEnd) == 0x000378, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000390, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000398, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakVector_X) == 0x0003B0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakVector_Y) == 0x0003B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakVector_Z) == 0x0003C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Add_VectorVector_ReturnValue) == 0x0003C8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_MakeVector_ReturnValue) == 0x0003E0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0003F8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0004F0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_MakeRotFromZX_ReturnValue) == 0x0004F8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakRotator_Roll) == 0x000510, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakRotator_Pitch) == 0x000514, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakRotator_Yaw) == 0x000518, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000520, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000618, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000620, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_NativeIsClimbing_ReturnValue) == 0x000628, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_Event_DeltaSeconds) == 0x00062C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_IsInWaterVolume_ReturnValue) == 0x000630, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_2) == 0x000634, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_1) == 0x00063C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_2) == 0x00064C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_3) == 0x00065C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_3) == 0x000664, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_4) == 0x000674, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_4) == 0x00067C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_GetDarwinGPTagComponent_GameplayTagComponent) == 0x000690, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_GetDarwinGPTagComponent_GameplayTagComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000698, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0006A0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2 \ +static_assert(alignof(BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(sizeof(BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(offsetof(BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2 \ +static_assert(alignof(BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(sizeof(BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(offsetof(BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_ElecRed_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_ElecRed_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_ElecRed_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_ElecRed_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_ElecRed_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_ElecRed_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_ElecRed_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_ElecRed_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2 \ +static_assert(alignof(BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(sizeof(BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(offsetof(BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2 \ +static_assert(alignof(BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(sizeof(BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(offsetof(BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2 \ +static_assert(alignof(BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(sizeof(BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ +static_assert(offsetof(BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_ReceiveTick \ +static_assert(alignof(BP_Death_ElecRed_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_ReceiveTick"); \ +static_assert(sizeof(BP_Death_ElecRed_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_ElecRed_C_ReceiveTick"); \ +static_assert(offsetof(BP_Death_ElecRed_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_ElecRed_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_ElecRed_C \ +static_assert(alignof(ABP_Death_ElecRed_C) == 0x000008, "Wrong alignment on ABP_Death_ElecRed_C"); \ +static_assert(sizeof(ABP_Death_ElecRed_C) == 0x000370, "Wrong size on ABP_Death_ElecRed_C"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, UberGraphFrame_BP_Death_ElecRed_C) == 0x0002F8, "Member 'ABP_Death_ElecRed_C::UberGraphFrame_BP_Death_ElecRed_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, FX_ElecAnim2) == 0x000300, "Member 'ABP_Death_ElecRed_C::FX_ElecAnim2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, Eyes_dropping_UnderW) == 0x000308, "Member 'ABP_Death_ElecRed_C::Eyes_dropping_UnderW' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, FX_ElecAnim) == 0x000310, "Member 'ABP_Death_ElecRed_C::FX_ElecAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, Bubbles) == 0x000318, "Member 'ABP_Death_ElecRed_C::Bubbles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, Eyes) == 0x000320, "Member 'ABP_Death_ElecRed_C::Eyes' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, Sparks) == 0x000328, "Member 'ABP_Death_ElecRed_C::Sparks' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, Dust) == 0x000330, "Member 'ABP_Death_ElecRed_C::Dust' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, RedColor) == 0x000338, "Member 'ABP_Death_ElecRed_C::RedColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, WhiteColor) == 0x000348, "Member 'ABP_Death_ElecRed_C::WhiteColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, SparksColor) == 0x000358, "Member 'ABP_Death_ElecRed_C::SparksColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_ElecRed_C, WasClimbing) == 0x000368, "Member 'ABP_Death_ElecRed_C::WasClimbing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack \ +static_assert(alignof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack) == 0x000008, "Wrong alignment on BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack"); \ +static_assert(sizeof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack) == 0x000140, "Wrong size on BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, EntryPoint) == 0x000000, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_AsZCharacter) == 0x000008, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_Event_Pawn) == 0x000018, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_Event_DeathActorInstigator) == 0x000020, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000039, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000040, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack, CallFunc_NativeIsClimbing_ReturnValue) == 0x000138, "Member 'BP_Death_LavaBlack_C_ExecuteUbergraph_BP_Death_LavaBlack::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_LavaBlack_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_LavaBlack_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_LavaBlack_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_LavaBlack_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_LavaBlack_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_LavaBlack_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_LavaBlack_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_LavaBlack_C_ReceiveTick \ +static_assert(alignof(BP_Death_LavaBlack_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_LavaBlack_C_ReceiveTick"); \ +static_assert(sizeof(BP_Death_LavaBlack_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_LavaBlack_C_ReceiveTick"); \ +static_assert(offsetof(BP_Death_LavaBlack_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_LavaBlack_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_LavaBlack_C \ +static_assert(alignof(ABP_Death_LavaBlack_C) == 0x000008, "Wrong alignment on ABP_Death_LavaBlack_C"); \ +static_assert(sizeof(ABP_Death_LavaBlack_C) == 0x000338, "Wrong size on ABP_Death_LavaBlack_C"); \ +static_assert(offsetof(ABP_Death_LavaBlack_C, UberGraphFrame_BP_Death_LavaBlack_C) == 0x0002F8, "Member 'ABP_Death_LavaBlack_C::UberGraphFrame_BP_Death_LavaBlack_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaBlack_C, FX_SurfaceBubbles) == 0x000300, "Member 'ABP_Death_LavaBlack_C::FX_SurfaceBubbles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaBlack_C, FX_DEATH_LavaGM) == 0x000308, "Member 'ABP_Death_LavaBlack_C::FX_DEATH_LavaGM' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaBlack_C, Niagara) == 0x000310, "Member 'ABP_Death_LavaBlack_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaBlack_C, Color) == 0x000318, "Member 'ABP_Death_LavaBlack_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_LavaBlack_C, color_bubbles) == 0x000328, "Member 'ABP_Death_LavaBlack_C::color_bubbles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc \ +static_assert(alignof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc) == 0x000008, "Wrong alignment on BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc"); \ +static_assert(sizeof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc) == 0x000438, "Wrong size on BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, EntryPoint) == 0x000000, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_IsInWaterVolume_ReturnValue) == 0x000014, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, Temp_delegate_Variable_1) == 0x00001C, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_DynamicCast_AsCH_Darwin) == 0x000030, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_RandomFloatInRange_ReturnValue) == 0x000040, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_MakeRotator_ReturnValue) == 0x000060, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_GetUpVector_ReturnValue) == 0x000078, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_Event_Pawn) == 0x000090, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_Event_DeathActorInstigator) == 0x000098, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_ActorHasTag_ReturnValue) == 0x0000A0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_PostEvent_ReturnValue_1) == 0x0000B8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, Temp_delegate_Variable_2) == 0x0000D0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_PostEvent_ReturnValue_2) == 0x0000E0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000E8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000100, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_Add_VectorVector_ReturnValue) == 0x000118, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_SphereTraceSingle_OutHit) == 0x000130, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_SphereTraceSingle_ReturnValue) == 0x000228, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_bBlockingHit) == 0x000229, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_bInitialOverlap) == 0x00022A, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Time) == 0x00022C, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Distance) == 0x000230, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Location) == 0x000238, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_ImpactPoint) == 0x000250, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_Normal) == 0x000268, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_ImpactNormal) == 0x000280, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_PhysMat) == 0x000298, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitActor) == 0x0002A0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitComponent) == 0x0002A8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitBoneName) == 0x0002B0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_BoneName) == 0x0002B8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_HitItem) == 0x0002C0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_ElementIndex) == 0x0002C4, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_FaceIndex) == 0x0002C8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_TraceStart) == 0x0002D0, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_BreakHitResult_TraceEnd) == 0x0002E8, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_NegateVector_ReturnValue) == 0x000300, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_MakeRotFromX_ReturnValue) == 0x000318, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000330, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000338, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000430, "Member 'BP_Death_Crunc_C_ExecuteUbergraph_BP_Death_Crunc::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Death_Crunc_C_OnExecutionStarted \ +static_assert(alignof(BP_Death_Crunc_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_Crunc_C_OnExecutionStarted"); \ +static_assert(sizeof(BP_Death_Crunc_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_Crunc_C_OnExecutionStarted"); \ +static_assert(offsetof(BP_Death_Crunc_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_Crunc_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Death_Crunc_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_Crunc_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Death_Crunc_C \ +static_assert(alignof(ABP_Death_Crunc_C) == 0x000008, "Wrong alignment on ABP_Death_Crunc_C"); \ +static_assert(sizeof(ABP_Death_Crunc_C) == 0x000328, "Wrong size on ABP_Death_Crunc_C"); \ +static_assert(offsetof(ABP_Death_Crunc_C, UberGraphFrame_BP_Death_Crunc_C) == 0x0002F8, "Member 'ABP_Death_Crunc_C::UberGraphFrame_BP_Death_Crunc_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Crunc_C, CrunchedFlat) == 0x000300, "Member 'ABP_Death_Crunc_C::CrunchedFlat' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Crunc_C, FX_UnderwaterExplo) == 0x000308, "Member 'ABP_Death_Crunc_C::FX_UnderwaterExplo' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Crunc_C, DEATH_CrunchSphere_UnderW) == 0x000310, "Member 'ABP_Death_Crunc_C::DEATH_CrunchSphere_UnderW' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Crunc_C, Crunched) == 0x000318, "Member 'ABP_Death_Crunc_C::Crunched' has a wrong offset!"); \ +static_assert(offsetof(ABP_Death_Crunc_C, Decal) == 0x000320, "Member 'ABP_Death_Crunc_C::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode \ +static_assert(alignof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode) == 0x000008, "Wrong alignment on Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode"); \ +static_assert(sizeof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode) == 0x000120, "Wrong size on Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, EntryPoint) == 0x000000, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_GetZPlayerController_ReturnValue) == 0x000008, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable) == 0x000010, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_1) == 0x000020, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_2) == 0x000030, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_1) == 0x000044, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_3) == 0x000048, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_4) == 0x000058, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_2) == 0x000068, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_3) == 0x00006C, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_5) == 0x000070, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_6) == 0x000080, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_7) == 0x000090, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_4) == 0x0000A0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_5) == 0x0000A4, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000A8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_8) == 0x0000B0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_9) == 0x0000C0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_Event_NewState) == 0x0000D0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_SwitchEnum_CmpSuccess) == 0x0000D1, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_6) == 0x0000D4, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_7) == 0x0000D8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_8) == 0x0000DC, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_9) == 0x0000E0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_Event_NewPlayer) == 0x0000E8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_Event_NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_K2_GetPawn_ReturnValue) == 0x0000F0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_10) == 0x0000FC, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_10) == 0x00010C, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_CreateDelegate_OutputDelegate) == 0x000110, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_GameMode_C_K2_OnRestartPlayer \ +static_assert(alignof(Darwin_GameMode_C_K2_OnRestartPlayer) == 0x000008, "Wrong alignment on Darwin_GameMode_C_K2_OnRestartPlayer"); \ +static_assert(sizeof(Darwin_GameMode_C_K2_OnRestartPlayer) == 0x000008, "Wrong size on Darwin_GameMode_C_K2_OnRestartPlayer"); \ +static_assert(offsetof(Darwin_GameMode_C_K2_OnRestartPlayer, NewPlayer) == 0x000000, "Member 'Darwin_GameMode_C_K2_OnRestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Darwin_GameMode_C_OnGameplayStateChanged \ +static_assert(alignof(Darwin_GameMode_C_OnGameplayStateChanged) == 0x000001, "Wrong alignment on Darwin_GameMode_C_OnGameplayStateChanged"); \ +static_assert(sizeof(Darwin_GameMode_C_OnGameplayStateChanged) == 0x000001, "Wrong size on Darwin_GameMode_C_OnGameplayStateChanged"); \ +static_assert(offsetof(Darwin_GameMode_C_OnGameplayStateChanged, NewState) == 0x000000, "Member 'Darwin_GameMode_C_OnGameplayStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADarwin_GameMode_C \ +static_assert(alignof(ADarwin_GameMode_C) == 0x000010, "Wrong alignment on ADarwin_GameMode_C"); \ +static_assert(sizeof(ADarwin_GameMode_C) == 0x000710, "Wrong size on ADarwin_GameMode_C"); \ +static_assert(offsetof(ADarwin_GameMode_C, UberGraphFrame) == 0x0006F0, "Member 'ADarwin_GameMode_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_GameMode_C, DefaultSceneRoot) == 0x0006F8, "Member 'ADarwin_GameMode_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ADarwin_GameMode_C, PlayerPawn) == 0x000700, "Member 'ADarwin_GameMode_C::PlayerPawn' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_DebugPlayer_C_Init \ static_assert(alignof(WBP_DebugPlayer_C_Init) == 0x000008, "Wrong alignment on WBP_DebugPlayer_C_Init"); \ static_assert(sizeof(WBP_DebugPlayer_C_Init) == 0x000320, "Wrong size on WBP_DebugPlayer_C_Init"); \ @@ -148730,58 +150914,6 @@ static_assert(offsetof(UWBP_DebugPlayer_C, Text_PlayerPawn) == 0x000328, "Member static_assert(offsetof(UWBP_DebugPlayer_C, Text_Tags) == 0x000330, "Member 'UWBP_DebugPlayer_C::Text_Tags' has a wrong offset!"); \ static_assert(offsetof(UWBP_DebugPlayer_C, Text_World) == 0x000338, "Member 'UWBP_DebugPlayer_C::Text_World' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode \ -static_assert(alignof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode) == 0x000008, "Wrong alignment on Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode"); \ -static_assert(sizeof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode) == 0x000120, "Wrong size on Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, EntryPoint) == 0x000000, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_GetZPlayerController_ReturnValue) == 0x000008, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable) == 0x000010, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_1) == 0x000020, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_2) == 0x000030, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_1) == 0x000044, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_3) == 0x000048, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_4) == 0x000058, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_2) == 0x000068, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_3) == 0x00006C, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_5) == 0x000070, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_6) == 0x000080, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_6' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_7) == 0x000090, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_7' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_4) == 0x0000A0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_5) == 0x0000A4, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000A8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_8) == 0x0000B0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_8' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_9) == 0x0000C0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_9' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_Event_NewState) == 0x0000D0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_Event_NewState' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_SwitchEnum_CmpSuccess) == 0x0000D1, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_6) == 0x0000D4, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_7) == 0x0000D8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_8) == 0x0000DC, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_9) == 0x0000E0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_Event_NewPlayer) == 0x0000E8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_Event_NewPlayer' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_K2_GetPawn_ReturnValue) == 0x0000F0, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, Temp_delegate_Variable_10) == 0x0000FC, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::Temp_delegate_Variable_10' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, CallFunc_PostEvent_ReturnValue_10) == 0x00010C, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ -static_assert(offsetof(Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode, K2Node_CreateDelegate_OutputDelegate) == 0x000110, "Member 'Darwin_GameMode_C_ExecuteUbergraph_Darwin_GameMode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_Darwin_GameMode_C_K2_OnRestartPlayer \ -static_assert(alignof(Darwin_GameMode_C_K2_OnRestartPlayer) == 0x000008, "Wrong alignment on Darwin_GameMode_C_K2_OnRestartPlayer"); \ -static_assert(sizeof(Darwin_GameMode_C_K2_OnRestartPlayer) == 0x000008, "Wrong size on Darwin_GameMode_C_K2_OnRestartPlayer"); \ -static_assert(offsetof(Darwin_GameMode_C_K2_OnRestartPlayer, NewPlayer) == 0x000000, "Member 'Darwin_GameMode_C_K2_OnRestartPlayer::NewPlayer' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_Darwin_GameMode_C_OnGameplayStateChanged \ -static_assert(alignof(Darwin_GameMode_C_OnGameplayStateChanged) == 0x000001, "Wrong alignment on Darwin_GameMode_C_OnGameplayStateChanged"); \ -static_assert(sizeof(Darwin_GameMode_C_OnGameplayStateChanged) == 0x000001, "Wrong size on Darwin_GameMode_C_OnGameplayStateChanged"); \ -static_assert(offsetof(Darwin_GameMode_C_OnGameplayStateChanged, NewState) == 0x000000, "Member 'Darwin_GameMode_C_OnGameplayStateChanged::NewState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ADarwin_GameMode_C \ -static_assert(alignof(ADarwin_GameMode_C) == 0x000010, "Wrong alignment on ADarwin_GameMode_C"); \ -static_assert(sizeof(ADarwin_GameMode_C) == 0x000710, "Wrong size on ADarwin_GameMode_C"); \ -static_assert(offsetof(ADarwin_GameMode_C, UberGraphFrame) == 0x0006F0, "Member 'ADarwin_GameMode_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_GameMode_C, DefaultSceneRoot) == 0x0006F8, "Member 'ADarwin_GameMode_C::DefaultSceneRoot' has a wrong offset!"); \ -static_assert(offsetof(ADarwin_GameMode_C, PlayerPawn) == 0x000700, "Member 'ADarwin_GameMode_C::PlayerPawn' has a wrong offset!"); \ - #define DUMPER7_ASSERTS_WBP_DebugNewMenu_C_BndEvt__WBP_DebugMenu_Button_AI_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature \ static_assert(alignof(WBP_DebugNewMenu_C_BndEvt__WBP_DebugMenu_Button_AI_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_DebugNewMenu_C_BndEvt__WBP_DebugMenu_Button_AI_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature"); \ static_assert(sizeof(WBP_DebugNewMenu_C_BndEvt__WBP_DebugMenu_Button_AI_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature) == 0x000004, "Wrong size on WBP_DebugNewMenu_C_BndEvt__WBP_DebugMenu_Button_AI_K2Node_ComponentBoundEvent_7_OnClicked__DelegateSignature"); \ @@ -149395,2471 +151527,571 @@ static_assert(offsetof(UWBP_DebugNewMenu_C, RespawnIndex) == 0x00055C, "Member ' static_assert(offsetof(UWBP_DebugNewMenu_C, ChosenCheckpointData) == 0x000560, "Member 'UWBP_DebugNewMenu_C::ChosenCheckpointData' has a wrong offset!"); \ static_assert(offsetof(UWBP_DebugNewMenu_C, CollectibleDataAsset) == 0x0005E0, "Member 'UWBP_DebugNewMenu_C::CollectibleDataAsset' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_AmbianceSlider_K2Node_ComponentBoundEvent_4_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_CinematicSlider_K2Node_ComponentBoundEvent_6_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MasterSlider_K2Node_ComponentBoundEvent_1_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_MusicSlider_K2Node_ComponentBoundEvent_2_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_SoundEffectSlider_K2Node_ComponentBoundEvent_3_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_UISlider_K2Node_ComponentBoundEvent_7_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature, NewSliderValue) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_VoiceSlider_K2Node_ComponentBoundEvent_5_OnSliderValueChanged__DelegateSignature::NewSliderValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, Index_0) == 0x000014, "Member 'WBP_AudioSettings_C_BndEvt__WBP_AudioSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings \ -static_assert(alignof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings"); \ -static_assert(sizeof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings) == 0x0001A8, "Wrong size on WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, EntryPoint) == 0x000000, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetIsEnabled_ReturnValue) == 0x000004, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_Event_InFocusEvent) == 0x000008, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_Event_bValue) == 0x000010, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000011, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000012, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_6) == 0x000018, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_SelectedItem) == 0x000028, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_SelectionType) == 0x000038, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_Index) == 0x00003C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000040, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_5) == 0x000050, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000058, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_4) == 0x000060, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000068, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x000078, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_2) == 0x000080, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_3) == 0x000090, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_3) == 0x000098, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_3) == 0x0000A8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_4) == 0x0000B0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_Event_InputActionName) == 0x0000B8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_Event_InputActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_4) == 0x0000C0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_SwitchName_CmpSuccess) == 0x0000C9, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_2) == 0x0000D0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_5) == 0x0000D8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_5) == 0x0000E0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_5) == 0x0000E8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue_1) == 0x0000F0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_6) == 0x0000F8, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_6) == 0x000100, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_6) == 0x000108, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_CreateDelegate_OutputDelegate) == 0x00010C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000120, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000128, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Array_Get_Item) == 0x000130, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000138, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_ComponentBoundEvent_NewSliderValue) == 0x000140, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_ComponentBoundEvent_NewSliderValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameUserSettings_ReturnValue_7) == 0x000148, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameUserSettings_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_AsDPGame_User_Settings_7) == 0x000150, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_AsDPGame_User_Settings_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, K2Node_DynamicCast_bSuccess_7) == 0x000158, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000160, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, Temp_delegate_Variable) == 0x000168, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue) == 0x000178, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_PostEvent_ReturnValue) == 0x00017C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Not_PreBool_ReturnValue) == 0x000180, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_BooleanAND_ReturnValue_1) == 0x000181, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x000182, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_Not_PreBool_ReturnValue_1) == 0x000183, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_BooleanAND_ReturnValue_2) == 0x000184, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetMasterVolume_NewValue_ImplicitCast) == 0x000188, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetMasterVolume_NewValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetPlayingBinkAudioVolume_Volume_ImplicitCast) == 0x00018C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetPlayingBinkAudioVolume_Volume_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetMusicVolume_NewValue_ImplicitCast) == 0x000190, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetMusicVolume_NewValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetSoundEffectVolume_NewValue_ImplicitCast) == 0x000194, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetSoundEffectVolume_NewValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetAmbianceVolume_NewValue_ImplicitCast) == 0x000198, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetAmbianceVolume_NewValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetVoiceVolume_NewValue_ImplicitCast) == 0x00019C, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetVoiceVolume_NewValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetUIVolume_NewValue_ImplicitCast) == 0x0001A0, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetUIVolume_NewValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings, CallFunc_SetCinematicVolume_NewValue_ImplicitCast) == 0x0001A4, "Member 'WBP_AudioSettings_C_ExecuteUbergraph_WBP_AudioSettings::CallFunc_SetCinematicVolume_NewValue_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_Init \ -static_assert(alignof(WBP_AudioSettings_C_Init) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_Init"); \ -static_assert(sizeof(WBP_AudioSettings_C_Init) == 0x000070, "Wrong size on WBP_AudioSettings_C_Init"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000008, "Member 'WBP_AudioSettings_C_Init::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_AudioSettings_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetCinematicVolume_ReturnValue) == 0x000014, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetCinematicVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetUIVolume_ReturnValue) == 0x000018, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetVoiceVolume_ReturnValue) == 0x00001C, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetVoiceVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetAmbianceVolume_ReturnValue) == 0x000020, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetAmbianceVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetSoundEffectVolume_ReturnValue) == 0x000024, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetSoundEffectVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetMusicVolume_ReturnValue) == 0x000028, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetMasterVolume_ReturnValue) == 0x00002C, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_GetAudioOutputDevice_ReturnValue) == 0x000030, "Member 'WBP_AudioSettings_C_Init::CallFunc_GetAudioOutputDevice_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast) == 0x000038, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_1) == 0x000040, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_2) == 0x000048, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_3) == 0x000050, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_4) == 0x000058, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_5) == 0x000060, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_Init, CallFunc_Initialise_InitValue_ImplicitCast_6) == 0x000068, "Member 'WBP_AudioSettings_C_Init::CallFunc_Initialise_InitValue_ImplicitCast_6' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_OnAppFocus \ -static_assert(alignof(WBP_AudioSettings_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_AudioSettings_C_OnAppFocus"); \ -static_assert(sizeof(WBP_AudioSettings_C_OnAppFocus) == 0x000001, "Wrong size on WBP_AudioSettings_C_OnAppFocus"); \ -static_assert(offsetof(WBP_AudioSettings_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_AudioSettings_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_OnInputAction \ -static_assert(alignof(WBP_AudioSettings_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_AudioSettings_C_OnInputAction"); \ -static_assert(sizeof(WBP_AudioSettings_C_OnInputAction) == 0x000008, "Wrong size on WBP_AudioSettings_C_OnInputAction"); \ -static_assert(offsetof(WBP_AudioSettings_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_AudioSettings_C_OnInputAction::InputActionName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_AudioSettings_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_AudioSettings_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_AudioSettings_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_AudioSettings_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_AudioSettings_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_AudioSettings_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_AudioSettings_C_ResetToDefaults \ -static_assert(alignof(WBP_AudioSettings_C_ResetToDefaults) == 0x000008, "Wrong alignment on WBP_AudioSettings_C_ResetToDefaults"); \ -static_assert(sizeof(WBP_AudioSettings_C_ResetToDefaults) == 0x000018, "Wrong size on WBP_AudioSettings_C_ResetToDefaults"); \ -static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_AudioSettings_C_ResetToDefaults::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000008, "Member 'WBP_AudioSettings_C_ResetToDefaults::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_AudioSettings_C_ResetToDefaults::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_AudioSettings_C_ResetToDefaults, CallFunc_GetDefaultAudioOutputDevice_ReturnValue) == 0x000014, "Member 'WBP_AudioSettings_C_ResetToDefaults::CallFunc_GetDefaultAudioOutputDevice_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_AudioSettings_C \ -static_assert(alignof(UWBP_AudioSettings_C) == 0x000008, "Wrong alignment on UWBP_AudioSettings_C"); \ -static_assert(sizeof(UWBP_AudioSettings_C) == 0x000390, "Wrong size on UWBP_AudioSettings_C"); \ -static_assert(offsetof(UWBP_AudioSettings_C, UberGraphFrame_WBP_AudioSettings_C) == 0x000320, "Member 'UWBP_AudioSettings_C::UberGraphFrame_WBP_AudioSettings_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, AmbianceSlider) == 0x000328, "Member 'UWBP_AudioSettings_C::AmbianceSlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, CinematicSlider) == 0x000330, "Member 'UWBP_AudioSettings_C::CinematicSlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, HorizontalBox_Cinematic) == 0x000338, "Member 'UWBP_AudioSettings_C::HorizontalBox_Cinematic' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, MasterSlider) == 0x000340, "Member 'UWBP_AudioSettings_C::MasterSlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, MusicSlider) == 0x000348, "Member 'UWBP_AudioSettings_C::MusicSlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, SoundEffectSlider) == 0x000350, "Member 'UWBP_AudioSettings_C::SoundEffectSlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, Spacer_20) == 0x000358, "Member 'UWBP_AudioSettings_C::Spacer_20' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, UISlider) == 0x000360, "Member 'UWBP_AudioSettings_C::UISlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, VoiceSlider) == 0x000368, "Member 'UWBP_AudioSettings_C::VoiceSlider' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, WBP_ComboBox) == 0x000370, "Member 'UWBP_AudioSettings_C::WBP_ComboBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, AudioDeviceEvent) == 0x000378, "Member 'UWBP_AudioSettings_C::AudioDeviceEvent' has a wrong offset!"); \ -static_assert(offsetof(UWBP_AudioSettings_C, IsInitialized) == 0x000388, "Member 'UWBP_AudioSettings_C::IsInitialized' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Credits_BGRetainer_C \ -static_assert(alignof(UWBP_Credits_BGRetainer_C) == 0x000008, "Wrong alignment on UWBP_Credits_BGRetainer_C"); \ -static_assert(sizeof(UWBP_Credits_BGRetainer_C) == 0x000308, "Wrong size on UWBP_Credits_BGRetainer_C"); \ -static_assert(offsetof(UWBP_Credits_BGRetainer_C, BGRetainer) == 0x0002F8, "Member 'UWBP_Credits_BGRetainer_C::BGRetainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_BGRetainer_C, WBP_CreditsBGD) == 0x000300, "Member 'UWBP_Credits_BGRetainer_C::WBP_CreditsBGD' 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) == 0x0002B8, "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_EnhancedInputActionEvent_ActionValue_4) == 0x000008, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000028, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x00002C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x000030, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000038, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000058, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x00005C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x000060, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000068, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x000069, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000070, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000090, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000094, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x000098, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_object_Variable) == 0x0000A0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x0000A8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable) == 0x0000B0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1) == 0x0000B8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_0) == 0x0000C0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_0) == 0x0000C8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_1) == 0x0000D0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_2) == 0x0000D8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1) == 0x0000E0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2) == 0x0000E8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_bool_Variable) == 0x0000F0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0000F8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000118, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00011C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000120, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000128, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000130, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000150, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000154, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000158, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_object_Variable_1) == 0x000160, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_object_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000168, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2) == 0x000170, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3) == 0x000178, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2_0) == 0x000180, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3_0) == 0x000188, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3_1) == 0x000190, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_2_1) == 0x000198, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_2_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_4) == 0x0001A0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_delegate_Variable) == 0x0001A8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PostEvent_ReturnValue) == 0x0001B8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0001BC, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_delegate_Variable_1) == 0x0001C0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_delegate_Variable_2) == 0x0001D0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PostEvent_ReturnValue_1) == 0x0001E0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PostEvent_ReturnValue_2) == 0x0001E4, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CreateDelegate_OutputDelegate) == 0x0001E8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001F8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000200, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000208, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x000228, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x00022C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x000230, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_3) == 0x000238, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, Temp_real_Variable_1_3) == 0x000240, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::Temp_real_Variable_1_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000248, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetTrophySystem_ReturnValue) == 0x000250, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetTrophySystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_Event_IsDesignTime) == 0x000258, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetZGameInstance_ReturnValue) == 0x000260, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PlayAnimation_ReturnValue) == 0x000268, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetUIController_ReturnValue) == 0x000270, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_HasScreenWidgetOfType_ReturnValue) == 0x000278, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_HasScreenWidgetOfType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000280, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetUIController_ReturnValue_1) == 0x000288, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_HasScreenWidgetOfType_ReturnValue_1) == 0x000290, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_HasScreenWidgetOfType_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000291, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000292, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CreateDelegate_OutputDelegate_1) == 0x000294, "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_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0002A8, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CustomEvent_bIsDocked) == 0x0002B0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2 \ -static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2"); \ -static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3 \ -static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3"); \ -static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4 \ -static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4"); \ -static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5 \ -static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5"); \ -static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_Back_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0 \ -static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1 \ -static_assert(alignof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(sizeof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_Credits_C_InpActEvt_IA_UI_CreditSpeed_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_OnNintendoConsoleDockedOrUndocked \ -static_assert(alignof(WBP_Credits_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_Credits_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(sizeof(WBP_Credits_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_Credits_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(offsetof(WBP_Credits_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_Credits_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' 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_ReadDataTableCredit \ -static_assert(alignof(WBP_Credits_C_ReadDataTableCredit) == 0x000008, "Wrong alignment on WBP_Credits_C_ReadDataTableCredit"); \ -static_assert(sizeof(WBP_Credits_C_ReadDataTableCredit) == 0x0000A8, "Wrong size on WBP_Credits_C_ReadDataTableCredit"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, DataTable) == 0x000000, "Member 'WBP_Credits_C_ReadDataTableCredit::DataTable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Credits_C_ReadDataTableCredit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'WBP_Credits_C_ReadDataTableCredit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_SpawnObject_ReturnValue) == 0x000088, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_SpawnObject_ReturnValue_1) == 0x000098, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableCredit, CallFunc_AddChild_ReturnValue_1) == 0x0000A0, "Member 'WBP_Credits_C_ReadDataTableCredit::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_ReadDataTableSpecial \ -static_assert(alignof(WBP_Credits_C_ReadDataTableSpecial) == 0x000008, "Wrong alignment on WBP_Credits_C_ReadDataTableSpecial"); \ -static_assert(sizeof(WBP_Credits_C_ReadDataTableSpecial) == 0x0000A8, "Wrong size on WBP_Credits_C_ReadDataTableSpecial"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, DataTable) == 0x000000, "Member 'WBP_Credits_C_ReadDataTableSpecial::DataTable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Credits_C_ReadDataTableSpecial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'WBP_Credits_C_ReadDataTableSpecial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_SpawnObject_ReturnValue) == 0x000088, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_SpawnObject_ReturnValue_1) == 0x000098, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_C_ReadDataTableSpecial, CallFunc_AddChild_ReturnValue_1) == 0x0000A0, "Member 'WBP_Credits_C_ReadDataTableSpecial::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_C_UpdateSwitchInputPrompt \ -static_assert(alignof(WBP_Credits_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_Credits_C_UpdateSwitchInputPrompt"); \ -static_assert(sizeof(WBP_Credits_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_Credits_C_UpdateSwitchInputPrompt"); \ -static_assert(offsetof(WBP_Credits_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_Credits_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' 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) == 0x0003E0, "Wrong size on UWBP_Credits_C"); \ -static_assert(offsetof(UWBP_Credits_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Credits_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, RollCredits) == 0x000300, "Member 'UWBP_Credits_C::RollCredits' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, ToBeContinued) == 0x000308, "Member 'UWBP_Credits_C::ToBeContinued' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Background) == 0x000310, "Member 'UWBP_Credits_C::Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, CanvasPanel_29) == 0x000318, "Member 'UWBP_Credits_C::CanvasPanel_29' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Cloud) == 0x000320, "Member 'UWBP_Credits_C::Cloud' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, cloud_02) == 0x000328, "Member 'UWBP_Credits_C::cloud_02' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Galaxies) == 0x000330, "Member 'UWBP_Credits_C::Galaxies' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Logos) == 0x000338, "Member 'UWBP_Credits_C::Logos' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, MainContainer) == 0x000340, "Member 'UWBP_Credits_C::MainContainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Stars01) == 0x000348, "Member 'UWBP_Credits_C::Stars01' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Stars01_2) == 0x000350, "Member 'UWBP_Credits_C::Stars01_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Stars02) == 0x000358, "Member 'UWBP_Credits_C::Stars02' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, Stars02_2) == 0x000360, "Member 'UWBP_Credits_C::Stars02_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, TBC) == 0x000368, "Member 'UWBP_Credits_C::TBC' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, UFO) == 0x000370, "Member 'UWBP_Credits_C::UFO' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, WBP_InputPrompt) == 0x000378, "Member 'UWBP_Credits_C::WBP_InputPrompt' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, CreditDT) == 0x000380, "Member 'UWBP_Credits_C::CreditDT' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, SkipTime) == 0x000388, "Member 'UWBP_Credits_C::SkipTime' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, OnCreditClosed) == 0x000390, "Member 'UWBP_Credits_C::OnCreditClosed' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, DT_ZDT_Credits) == 0x0003A0, "Member 'UWBP_Credits_C::DT_ZDT_Credits' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, DT_ZDT_SpecialThanks) == 0x0003A8, "Member 'UWBP_Credits_C::DT_ZDT_SpecialThanks' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, DT_Konami_Credits) == 0x0003B0, "Member 'UWBP_Credits_C::DT_Konami_Credits' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, DT_LegalMentions) == 0x0003B8, "Member 'UWBP_Credits_C::DT_LegalMentions' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, OnRollingAnimationStart) == 0x0003C0, "Member 'UWBP_Credits_C::OnRollingAnimationStart' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_C, SwitchSize) == 0x0003D0, "Member 'UWBP_Credits_C::SwitchSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Credits_Retainer_C \ -static_assert(alignof(UWBP_Credits_Retainer_C) == 0x000008, "Wrong alignment on UWBP_Credits_Retainer_C"); \ -static_assert(sizeof(UWBP_Credits_Retainer_C) == 0x000308, "Wrong size on UWBP_Credits_Retainer_C"); \ -static_assert(offsetof(UWBP_Credits_Retainer_C, CreditRetainerBox) == 0x0002F8, "Member 'UWBP_Credits_Retainer_C::CreditRetainerBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_Retainer_C, WBP_Credits) == 0x000300, "Member 'UWBP_Credits_Retainer_C::WBP_Credits' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual \ -static_assert(alignof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual) == 0x000008, "Wrong alignment on WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual"); \ -static_assert(sizeof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual) == 0x000030, "Wrong size on WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, EntryPoint) == 0x000000, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000028, "Member 'WBP_Credits_FinalVisual_C_ExecuteUbergraph_WBP_Credits_FinalVisual::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Credits_FinalVisual_C_HandleAspectRatio \ -static_assert(alignof(WBP_Credits_FinalVisual_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_Credits_FinalVisual_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_Credits_FinalVisual_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_Credits_FinalVisual_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_Credits_FinalVisual_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_Credits_FinalVisual_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Credits_FinalVisual_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_Credits_FinalVisual_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Credits_FinalVisual_C \ -static_assert(alignof(UWBP_Credits_FinalVisual_C) == 0x000008, "Wrong alignment on UWBP_Credits_FinalVisual_C"); \ -static_assert(sizeof(UWBP_Credits_FinalVisual_C) == 0x000328, "Wrong size on UWBP_Credits_FinalVisual_C"); \ -static_assert(offsetof(UWBP_Credits_FinalVisual_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Credits_FinalVisual_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_FinalVisual_C, SizeBox_AspectRatio) == 0x000300, "Member 'UWBP_Credits_FinalVisual_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_FinalVisual_C, WBP_Credits_BGRetainer) == 0x000308, "Member 'UWBP_Credits_FinalVisual_C::WBP_Credits_BGRetainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_FinalVisual_C, WBP_Credits_Retainer) == 0x000310, "Member 'UWBP_Credits_FinalVisual_C::WBP_Credits_Retainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Credits_FinalVisual_C, OnCreditClosed) == 0x000318, "Member 'UWBP_Credits_FinalVisual_C::OnCreditClosed' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_MGS_Ribbon__FAnimBlueprintGeneratedMutableData \ -static_assert(alignof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_MGS_Ribbon::FAnimBlueprintGeneratedMutableData"); \ -static_assert(sizeof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong size on ABP_MGS_Ribbon::FAnimBlueprintGeneratedMutableData"); \ - -#define DUMPER7_ASSERTS_ABP_MGS_Ribbon__FAnimBlueprintGeneratedConstantData \ -static_assert(alignof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData"); \ -static_assert(sizeof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData) == 0x000200, "Wrong size on ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __FloatProperty_16) == 0x000004, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__FloatProperty_16' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __StructProperty_17) == 0x000008, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__StructProperty_17' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __FloatProperty_18) == 0x000034, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__FloatProperty_18' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __BoolProperty_19) == 0x000038, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__BoolProperty_19' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __EnumProperty_20) == 0x000039, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__EnumProperty_20' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __ByteProperty_21) == 0x00003A, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__ByteProperty_21' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __NameProperty_22) == 0x00003C, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__NameProperty_22' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __NameProperty_23) == 0x000044, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__NameProperty_23' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __NameProperty_24) == 0x00004C, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__NameProperty_24' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, __StructProperty_25) == 0x000058, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::__StructProperty_25' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000078, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000F8, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000110, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000140, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RigidBody) == 0x000170, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RigidBody' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0001A0, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ -static_assert(offsetof(ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0001D0, "Member 'ABP_MGS_Ribbon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon \ -static_assert(alignof(ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon) == 0x000004, "Wrong alignment on ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon"); \ -static_assert(sizeof(ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon) == 0x000004, "Wrong size on ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon"); \ -static_assert(offsetof(ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon, EntryPoint) == 0x000000, "Member 'ABP_MGS_Ribbon_C_ExecuteUbergraph_ABP_MGS_Ribbon::EntryPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_MGS_Ribbon_C_AnimGraph \ -static_assert(alignof(ABP_MGS_Ribbon_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MGS_Ribbon_C_AnimGraph"); \ -static_assert(sizeof(ABP_MGS_Ribbon_C_AnimGraph) == 0x000010, "Wrong size on ABP_MGS_Ribbon_C_AnimGraph"); \ -static_assert(offsetof(ABP_MGS_Ribbon_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MGS_Ribbon_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UABP_MGS_Ribbon_C \ -static_assert(alignof(UABP_MGS_Ribbon_C) == 0x000010, "Wrong alignment on UABP_MGS_Ribbon_C"); \ -static_assert(sizeof(UABP_MGS_Ribbon_C) == 0x000DA0, "Wrong size on UABP_MGS_Ribbon_C"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, UberGraphFrame) == 0x000370, "Member 'UABP_MGS_Ribbon_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_MGS_Ribbon_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_MGS_Ribbon_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_SequencePlayer) == 0x000388, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_Root) == 0x0003D0, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_Root' has a wrong offset!"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_RigidBody) == 0x0003F0, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_RigidBody' has a wrong offset!"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_LocalToComponentSpace) == 0x000D60, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ -static_assert(offsetof(UABP_MGS_Ribbon_C, AnimGraphNode_ComponentToLocalSpace) == 0x000D80, "Member 'UABP_MGS_Ribbon_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat \ -static_assert(alignof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat"); \ -static_assert(sizeof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat) == 0x000070, "Wrong size on BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, EntryPoint) == 0x000000, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000014, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_RandomFloatInRange_ReturnValue) == 0x000030, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, K2Node_Event_Pawn) == 0x000038, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, K2Node_Event_DeathActorInstigator) == 0x000040, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_MakeRotator_ReturnValue) == 0x000048, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000060, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_PostEvent_ReturnValue) == 0x000068, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x00006C, "Member 'BP_Death_CrunchFlat_C_ExecuteUbergraph_BP_Death_CrunchFlat::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_CrunchFlat_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_CrunchFlat_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_CrunchFlat_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_CrunchFlat_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_CrunchFlat_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_CrunchFlat_C \ -static_assert(alignof(ABP_Death_CrunchFlat_C) == 0x000008, "Wrong alignment on ABP_Death_CrunchFlat_C"); \ -static_assert(sizeof(ABP_Death_CrunchFlat_C) == 0x000310, "Wrong size on ABP_Death_CrunchFlat_C"); \ -static_assert(offsetof(ABP_Death_CrunchFlat_C, UberGraphFrame_BP_Death_CrunchFlat_C) == 0x0002F8, "Member 'ABP_Death_CrunchFlat_C::UberGraphFrame_BP_Death_CrunchFlat_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_CrunchFlat_C, Crunched) == 0x000300, "Member 'ABP_Death_CrunchFlat_C::Crunched' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_CrunchFlat_C, Decal) == 0x000308, "Member 'ABP_Death_CrunchFlat_C::Decal' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal \ -static_assert(alignof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal"); \ -static_assert(sizeof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal) == 0x000070, "Wrong size on BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, EntryPoint) == 0x000000, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, Temp_delegate_Variable) == 0x000004, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000014, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_RandomFloatInRange_ReturnValue) == 0x000030, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, K2Node_Event_Pawn) == 0x000038, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, K2Node_Event_DeathActorInstigator) == 0x000040, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_MakeRotator_ReturnValue) == 0x000048, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000060, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_PostEvent_ReturnValue) == 0x000068, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x00006C, "Member 'BP_Death_CrunchFlat_NoDecal_C_ExecuteUbergraph_BP_Death_CrunchFlat_NoDecal::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_CrunchFlat_NoDecal_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_CrunchFlat_NoDecal_C \ -static_assert(alignof(ABP_Death_CrunchFlat_NoDecal_C) == 0x000008, "Wrong alignment on ABP_Death_CrunchFlat_NoDecal_C"); \ -static_assert(sizeof(ABP_Death_CrunchFlat_NoDecal_C) == 0x000310, "Wrong size on ABP_Death_CrunchFlat_NoDecal_C"); \ -static_assert(offsetof(ABP_Death_CrunchFlat_NoDecal_C, UberGraphFrame_BP_Death_CrunchFlat_NoDecal_C) == 0x0002F8, "Member 'ABP_Death_CrunchFlat_NoDecal_C::UberGraphFrame_BP_Death_CrunchFlat_NoDecal_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_CrunchFlat_NoDecal_C, Crunched) == 0x000300, "Member 'ABP_Death_CrunchFlat_NoDecal_C::Crunched' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_CrunchFlat_NoDecal_C, Decal) == 0x000308, "Member 'ABP_Death_CrunchFlat_NoDecal_C::Decal' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed \ -static_assert(alignof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed) == 0x000008, "Wrong alignment on BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed"); \ -static_assert(sizeof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed) == 0x0006A8, "Wrong size on BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, EntryPoint) == 0x000000, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_1) == 0x000004, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName) == 0x00000C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, Temp_name_Variable) == 0x000024, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::Temp_name_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, Temp_object_Variable) == 0x000030, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000040, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_Event_Pawn) == 0x000058, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_Event_Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_Event_DeathActorInstigator) == 0x000060, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_Event_DeathActorInstigator' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_DynamicCast_AsCH_Darwin) == 0x000068, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000078, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000080, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_GetActorForwardVector_ReturnValue) == 0x000088, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_AttachToActor_ReturnValue) == 0x0000B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_SphereTraceSingle_OutHit) == 0x0000C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_SphereTraceSingle_ReturnValue) == 0x0001B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0001C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_bBlockingHit) == 0x0002B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002B9, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Time) == 0x0002BC, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Distance) == 0x0002C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Location) == 0x0002C8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_ImpactPoint) == 0x0002E0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_Normal) == 0x0002F8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_ImpactNormal) == 0x000310, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_PhysMat) == 0x000328, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitActor) == 0x000330, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitComponent) == 0x000338, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitBoneName) == 0x000340, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_BoneName) == 0x000348, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_HitItem) == 0x000350, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_ElementIndex) == 0x000354, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_FaceIndex) == 0x000358, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_TraceStart) == 0x000360, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakHitResult_TraceEnd) == 0x000378, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000390, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000398, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakVector_X) == 0x0003B0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakVector_X' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakVector_Y) == 0x0003B8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakVector_Y' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakVector_Z) == 0x0003C0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakVector_Z' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Add_VectorVector_ReturnValue) == 0x0003C8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_MakeVector_ReturnValue) == 0x0003E0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0003F8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0004F0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_MakeRotFromZX_ReturnValue) == 0x0004F8, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakRotator_Roll) == 0x000510, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakRotator_Pitch) == 0x000514, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_BreakRotator_Yaw) == 0x000518, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000520, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000618, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000620, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_NativeIsClimbing_ReturnValue) == 0x000628, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_Event_DeltaSeconds) == 0x00062C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_IsInWaterVolume_ReturnValue) == 0x000630, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_2) == 0x000634, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_1) == 0x00063C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_2) == 0x00064C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_3) == 0x00065C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_3) == 0x000664, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CustomEvent_NotifyName_4) == 0x000674, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, K2Node_CreateDelegate_OutputDelegate_4) == 0x00067C, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_GetDarwinGPTagComponent_GameplayTagComponent) == 0x000690, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_GetDarwinGPTagComponent_GameplayTagComponent' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000698, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0006A0, "Member 'BP_Death_ElecRed_C_ExecuteUbergraph_BP_Death_ElecRed::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2 \ -static_assert(alignof(BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(sizeof(BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(offsetof(BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnBlendOut_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2 \ -static_assert(alignof(BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(sizeof(BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(offsetof(BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnCompleted_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnExecutionStarted \ -static_assert(alignof(BP_Death_ElecRed_C_OnExecutionStarted) == 0x000008, "Wrong alignment on BP_Death_ElecRed_C_OnExecutionStarted"); \ -static_assert(sizeof(BP_Death_ElecRed_C_OnExecutionStarted) == 0x000010, "Wrong size on BP_Death_ElecRed_C_OnExecutionStarted"); \ -static_assert(offsetof(BP_Death_ElecRed_C_OnExecutionStarted, Pawn) == 0x000000, "Member 'BP_Death_ElecRed_C_OnExecutionStarted::Pawn' has a wrong offset!"); \ -static_assert(offsetof(BP_Death_ElecRed_C_OnExecutionStarted, DeathActorInstigator) == 0x000008, "Member 'BP_Death_ElecRed_C_OnExecutionStarted::DeathActorInstigator' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2 \ -static_assert(alignof(BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(sizeof(BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(offsetof(BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnInterrupted_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2 \ -static_assert(alignof(BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(sizeof(BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(offsetof(BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnNotifyBegin_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2 \ -static_assert(alignof(BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(sizeof(BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2) == 0x000008, "Wrong size on BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2"); \ -static_assert(offsetof(BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2, NotifyName) == 0x000000, "Member 'BP_Death_ElecRed_C_OnNotifyEnd_5C0CE2AB4B22A1462575F6BD2EA367A2::NotifyName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_Death_ElecRed_C_ReceiveTick \ -static_assert(alignof(BP_Death_ElecRed_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Death_ElecRed_C_ReceiveTick"); \ -static_assert(sizeof(BP_Death_ElecRed_C_ReceiveTick) == 0x000004, "Wrong size on BP_Death_ElecRed_C_ReceiveTick"); \ -static_assert(offsetof(BP_Death_ElecRed_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Death_ElecRed_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_Death_ElecRed_C \ -static_assert(alignof(ABP_Death_ElecRed_C) == 0x000008, "Wrong alignment on ABP_Death_ElecRed_C"); \ -static_assert(sizeof(ABP_Death_ElecRed_C) == 0x000370, "Wrong size on ABP_Death_ElecRed_C"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, UberGraphFrame_BP_Death_ElecRed_C) == 0x0002F8, "Member 'ABP_Death_ElecRed_C::UberGraphFrame_BP_Death_ElecRed_C' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, FX_ElecAnim2) == 0x000300, "Member 'ABP_Death_ElecRed_C::FX_ElecAnim2' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, Eyes_dropping_UnderW) == 0x000308, "Member 'ABP_Death_ElecRed_C::Eyes_dropping_UnderW' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, FX_ElecAnim) == 0x000310, "Member 'ABP_Death_ElecRed_C::FX_ElecAnim' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, Bubbles) == 0x000318, "Member 'ABP_Death_ElecRed_C::Bubbles' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, Eyes) == 0x000320, "Member 'ABP_Death_ElecRed_C::Eyes' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, Sparks) == 0x000328, "Member 'ABP_Death_ElecRed_C::Sparks' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, Dust) == 0x000330, "Member 'ABP_Death_ElecRed_C::Dust' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, RedColor) == 0x000338, "Member 'ABP_Death_ElecRed_C::RedColor' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, WhiteColor) == 0x000348, "Member 'ABP_Death_ElecRed_C::WhiteColor' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, SparksColor) == 0x000358, "Member 'ABP_Death_ElecRed_C::SparksColor' has a wrong offset!"); \ -static_assert(offsetof(ABP_Death_ElecRed_C, WasClimbing) == 0x000368, "Member 'ABP_Death_ElecRed_C::WasClimbing' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview \ -static_assert(alignof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview) == 0x000004, "Wrong alignment on BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview"); \ -static_assert(sizeof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview) == 0x000014, "Wrong size on BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview"); \ -static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, EntryPoint) == 0x000000, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_Array_Add_ReturnValue) == 0x000004, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_Array_Add_ReturnValue_1) == 0x000008, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, K2Node_Event_DeltaSeconds) == 0x00000C, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ -static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000010, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_SkinPreview_C_ExecuteUbergraph_BP_SkinPreview::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_BP_SkinPreview_C_ReceiveTick \ -static_assert(alignof(BP_SkinPreview_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SkinPreview_C_ReceiveTick"); \ -static_assert(sizeof(BP_SkinPreview_C_ReceiveTick) == 0x000004, "Wrong size on BP_SkinPreview_C_ReceiveTick"); \ -static_assert(offsetof(BP_SkinPreview_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SkinPreview_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_ABP_SkinPreview_C \ -static_assert(alignof(ABP_SkinPreview_C) == 0x000008, "Wrong alignment on ABP_SkinPreview_C"); \ -static_assert(sizeof(ABP_SkinPreview_C) == 0x000318, "Wrong size on ABP_SkinPreview_C"); \ -static_assert(offsetof(ABP_SkinPreview_C, UberGraphFrame) == 0x000290, "Member 'ABP_SkinPreview_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, SpotLight_04) == 0x000298, "Member 'ABP_SkinPreview_C::SpotLight_04' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, SpotLight_03) == 0x0002A0, "Member 'ABP_SkinPreview_C::SpotLight_03' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, RectLight_03) == 0x0002A8, "Member 'ABP_SkinPreview_C::RectLight_03' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, SpotLight_02) == 0x0002B0, "Member 'ABP_SkinPreview_C::SpotLight_02' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, RectLight_02) == 0x0002B8, "Member 'ABP_SkinPreview_C::RectLight_02' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, DummyLights1) == 0x0002C0, "Member 'ABP_SkinPreview_C::DummyLights1' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, Sphere) == 0x0002C8, "Member 'ABP_SkinPreview_C::Sphere' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, SceneCaptureComponent2D_FinalColor) == 0x0002D0, "Member 'ABP_SkinPreview_C::SceneCaptureComponent2D_FinalColor' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, ZEquipment) == 0x0002D8, "Member 'ABP_SkinPreview_C::ZEquipment' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, PostProcess) == 0x0002E0, "Member 'ABP_SkinPreview_C::PostProcess' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, Box) == 0x0002E8, "Member 'ABP_SkinPreview_C::Box' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, Scene) == 0x0002F0, "Member 'ABP_SkinPreview_C::Scene' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, BP_CharacterCosmeticComponent) == 0x0002F8, "Member 'ABP_SkinPreview_C::BP_CharacterCosmeticComponent' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, SceneCaptureComponent2D) == 0x000300, "Member 'ABP_SkinPreview_C::SceneCaptureComponent2D' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, SkeletalMeshComponent) == 0x000308, "Member 'ABP_SkinPreview_C::SkeletalMeshComponent' has a wrong offset!"); \ -static_assert(offsetof(ABP_SkinPreview_C, DefaultSceneRoot) == 0x000310, "Member 'ABP_SkinPreview_C::DefaultSceneRoot' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Chapter_Cards_C_SwapData \ -static_assert(alignof(WBP_Chapter_Cards_C_SwapData) == 0x000008, "Wrong alignment on WBP_Chapter_Cards_C_SwapData"); \ -static_assert(sizeof(WBP_Chapter_Cards_C_SwapData) == 0x000018, "Wrong size on WBP_Chapter_Cards_C_SwapData"); \ -static_assert(offsetof(WBP_Chapter_Cards_C_SwapData, ChapterImage) == 0x000000, "Member 'WBP_Chapter_Cards_C_SwapData::ChapterImage' has a wrong offset!"); \ -static_assert(offsetof(WBP_Chapter_Cards_C_SwapData, ChapterText) == 0x000008, "Member 'WBP_Chapter_Cards_C_SwapData::ChapterText' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Chapter_Cards_C \ -static_assert(alignof(UWBP_Chapter_Cards_C) == 0x000008, "Wrong alignment on UWBP_Chapter_Cards_C"); \ -static_assert(sizeof(UWBP_Chapter_Cards_C) == 0x000308, "Wrong size on UWBP_Chapter_Cards_C"); \ -static_assert(offsetof(UWBP_Chapter_Cards_C, Card_background) == 0x0002E0, "Member 'UWBP_Chapter_Cards_C::Card_background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Chapter_Cards_C, Card_Chapter_preview) == 0x0002E8, "Member 'UWBP_Chapter_Cards_C::Card_Chapter_preview' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Chapter_Cards_C, Card_ChapterName) == 0x0002F0, "Member 'UWBP_Chapter_Cards_C::Card_ChapterName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Chapter_Cards_C, ChapterName) == 0x0002F8, "Member 'UWBP_Chapter_Cards_C::ChapterName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature \ -static_assert(alignof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature"); \ -static_assert(sizeof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature) == 0x000004, "Wrong size on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature"); \ -static_assert(offsetof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature, SlotIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Card_1_K2Node_ComponentBoundEvent_3_OnFocus__DelegateSignature::SlotIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature \ -static_assert(alignof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature"); \ -static_assert(sizeof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature) == 0x000004, "Wrong size on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature"); \ -static_assert(offsetof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature, SlotIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_2_K2Node_ComponentBoundEvent_4_OnFocus__DelegateSignature::SlotIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature \ -static_assert(alignof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature"); \ -static_assert(sizeof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature) == 0x000004, "Wrong size on WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature"); \ -static_assert(offsetof(WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature, SlotIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_BndEvt__WBP_ProfileSelect_WBP_Profile_Cards_3_K2Node_ComponentBoundEvent_5_OnFocus__DelegateSignature::SlotIndex' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_CheckClearSlot \ -static_assert(alignof(WBP_ProfileSelect_C_CheckClearSlot) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_CheckClearSlot"); \ -static_assert(sizeof(WBP_ProfileSelect_C_CheckClearSlot) == 0x000020, "Wrong size on WBP_ProfileSelect_C_CheckClearSlot"); \ -static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_GetCurrentCard_CurrentCard) == 0x000000, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_GetCurrentCard_CurrentCard' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_GetZSaveManager_ReturnValue) == 0x000008, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_GetZSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_GetZSaveManager_ReturnValue_1) == 0x000010, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_GetZSaveManager_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_CheckClearSlot, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_CheckClearSlot::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect \ -static_assert(alignof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect"); \ -static_assert(sizeof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect) == 0x000130, "Wrong size on WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, EntryPoint) == 0x000000, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_PlayerInput) == 0x000018, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_PlayerInput' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_bValue) == 0x000048, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_InFocusEvent) == 0x00004C, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_ComponentBoundEvent_SlotIndex_2) == 0x000054, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_ComponentBoundEvent_SlotIndex_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_ComponentBoundEvent_SlotIndex_1) == 0x000058, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_ComponentBoundEvent_SlotIndex_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_ComponentBoundEvent_SlotIndex) == 0x00005C, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_ComponentBoundEvent_SlotIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetIsEnabled_ReturnValue) == 0x000060, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_BooleanAND_ReturnValue) == 0x000061, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Add_ReturnValue_1) == 0x000078, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate_2) == 0x00007C, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetZGameInstance_ReturnValue) == 0x000090, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Add_ReturnValue_2) == 0x000098, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetSaveManager_ReturnValue) == 0x0000A0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetCurrentSaveSlotIndex_ReturnValue) == 0x0000A8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetCurrentSaveSlotIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, Temp_name_Variable) == 0x0000B8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::Temp_name_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Contains_ReturnValue) == 0x0000C0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0000C1, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000C8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsVisible_ReturnValue) == 0x0000D0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_Event_NewInputMode) == 0x0000D1, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_Event_NewInputMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_SwitchEnum_CmpSuccess) == 0x0000D2, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x0000D3, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsMouseCursorEnabled_ReturnValue_1) == 0x0000D4, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsMouseCursorEnabled_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0000D5, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsValid_ReturnValue) == 0x0000D6, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D7, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0000D8, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000E0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, K2Node_CustomEvent_bIsDocked) == 0x0000F0, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, Temp_name_Variable_1) == 0x0000F4, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::Temp_name_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Array_Contains_ReturnValue_1) == 0x0000FC, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetUIController_ReturnValue) == 0x000110, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsValid_ReturnValue_1) == 0x000118, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000120, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect, CallFunc_IsValid_ReturnValue_2) == 0x000128, "Member 'WBP_ProfileSelect_C_ExecuteUbergraph_WBP_ProfileSelect::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_Focus \ -static_assert(alignof(WBP_ProfileSelect_C_Focus) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_Focus"); \ -static_assert(sizeof(WBP_ProfileSelect_C_Focus) == 0x000050, "Wrong size on WBP_ProfileSelect_C_Focus"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Concat_StrStr_ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x000011, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_GetInputMode_ReturnValue) == 0x000020, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'WBP_ProfileSelect_C_Focus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_Focus, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'WBP_ProfileSelect_C_Focus::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_GetCurrentCard \ -static_assert(alignof(WBP_ProfileSelect_C_GetCurrentCard) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_GetCurrentCard"); \ -static_assert(sizeof(WBP_ProfileSelect_C_GetCurrentCard) == 0x000010, "Wrong size on WBP_ProfileSelect_C_GetCurrentCard"); \ -static_assert(offsetof(WBP_ProfileSelect_C_GetCurrentCard, CurrentCard) == 0x000000, "Member 'WBP_ProfileSelect_C_GetCurrentCard::CurrentCard' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_GetCurrentCard, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'WBP_ProfileSelect_C_GetCurrentCard::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_IsValidationAnimationPlaying \ -static_assert(alignof(WBP_ProfileSelect_C_IsValidationAnimationPlaying) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_IsValidationAnimationPlaying"); \ -static_assert(sizeof(WBP_ProfileSelect_C_IsValidationAnimationPlaying) == 0x000002, "Wrong size on WBP_ProfileSelect_C_IsValidationAnimationPlaying"); \ -static_assert(offsetof(WBP_ProfileSelect_C_IsValidationAnimationPlaying, ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_IsValidationAnimationPlaying::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_IsValidationAnimationPlaying, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000001, "Member 'WBP_ProfileSelect_C_IsValidationAnimationPlaying::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnAppFocus \ -static_assert(alignof(WBP_ProfileSelect_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_OnAppFocus"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnAppFocus) == 0x000001, "Wrong size on WBP_ProfileSelect_C_OnAppFocus"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_ProfileSelect_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnBackInputpressed \ -static_assert(alignof(WBP_ProfileSelect_C_OnBackInputpressed) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_OnBackInputpressed"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnBackInputpressed) == 0x000058, "Wrong size on WBP_ProfileSelect_C_OnBackInputpressed"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetZPlayerController_ReturnValue) == 0x000008, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetIsEnabled_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetRenderOpacity_ReturnValue) == 0x00001C, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetZGameInstance_ReturnValue) == 0x000020, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_GetUIController_ReturnValue) == 0x000030, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, Temp_delegate_Variable) == 0x00003C, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_PostEvent_ReturnValue) == 0x00004C, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnBackInputpressed, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'WBP_ProfileSelect_C_OnBackInputpressed::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnInputModeChanged \ -static_assert(alignof(WBP_ProfileSelect_C_OnInputModeChanged) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_OnInputModeChanged"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnInputModeChanged) == 0x000001, "Wrong size on WBP_ProfileSelect_C_OnInputModeChanged"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'WBP_ProfileSelect_C_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked \ -static_assert(alignof(WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_ProfileSelect_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnPlayerInputAction \ -static_assert(alignof(WBP_ProfileSelect_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_OnPlayerInputAction"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_ProfileSelect_C_OnPlayerInputAction"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_ProfileSelect_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnPopUpCanceled \ -static_assert(alignof(WBP_ProfileSelect_C_OnPopUpCanceled) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_OnPopUpCanceled"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnPopUpCanceled) == 0x000008, "Wrong size on WBP_ProfileSelect_C_OnPopUpCanceled"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnPopUpCanceled, CallFunc_Array_Get_Item) == 0x000000, "Member 'WBP_ProfileSelect_C_OnPopUpCanceled::CallFunc_Array_Get_Item' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_ProfileSelect_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ProfileSelect_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ProfileSelect_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_OnVisibillityChanged_Impl \ -static_assert(alignof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl) == 0x000004, "Wrong alignment on WBP_ProfileSelect_C_OnVisibillityChanged_Impl"); \ -static_assert(sizeof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl) == 0x000034, "Wrong size on WBP_ProfileSelect_C_OnVisibillityChanged_Impl"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, InVisibility) == 0x000000, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::InVisibility' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, Temp_delegate_Variable) == 0x000004, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, Temp_delegate_Variable_1) == 0x00001C, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, CallFunc_IsMGSDemo_ReturnValue) == 0x00002C, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_OnVisibillityChanged_Impl, CallFunc_PostEvent_ReturnValue_1) == 0x000030, "Member 'WBP_ProfileSelect_C_OnVisibillityChanged_Impl::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_SpawnPopUp \ -static_assert(alignof(WBP_ProfileSelect_C_SpawnPopUp) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_SpawnPopUp"); \ -static_assert(sizeof(WBP_ProfileSelect_C_SpawnPopUp) == 0x0000A0, "Wrong size on WBP_ProfileSelect_C_SpawnPopUp"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_MakeStruct_PopUpTextData) == 0x000000, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000030, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetUIController_ReturnValue) == 0x000040, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_RequestGenericPopUp_ReturnValue) == 0x000048, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_RequestGenericPopUp_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000050, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_DynamicCast_AsWBP_Pop_Up) == 0x000058, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_DynamicCast_AsWBP_Pop_Up' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000068, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_GetSaveManager_ReturnValue) == 0x000070, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, CallFunc_IsSlotDataEmpty_ReturnValue) == 0x000078, "Member 'WBP_ProfileSelect_C_SpawnPopUp::CallFunc_IsSlotDataEmpty_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_CreateDelegate_OutputDelegate) == 0x00007C, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_SpawnPopUp, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'WBP_ProfileSelect_C_SpawnPopUp::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_UpdateSwitchInputPrompt \ -static_assert(alignof(WBP_ProfileSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_ProfileSelect_C_UpdateSwitchInputPrompt"); \ -static_assert(sizeof(WBP_ProfileSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_ProfileSelect_C_UpdateSwitchInputPrompt"); \ -static_assert(offsetof(WBP_ProfileSelect_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_ProfileSelect_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ProfileSelect_C_ValidateEngagementScreen \ -static_assert(alignof(WBP_ProfileSelect_C_ValidateEngagementScreen) == 0x000008, "Wrong alignment on WBP_ProfileSelect_C_ValidateEngagementScreen"); \ -static_assert(sizeof(WBP_ProfileSelect_C_ValidateEngagementScreen) == 0x000010, "Wrong size on WBP_ProfileSelect_C_ValidateEngagementScreen"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ValidateEngagementScreen, UserIndex) == 0x000000, "Member 'WBP_ProfileSelect_C_ValidateEngagementScreen::UserIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_ProfileSelect_C_ValidateEngagementScreen, finisher) == 0x000008, "Member 'WBP_ProfileSelect_C_ValidateEngagementScreen::finisher' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ProfileSelect_C \ -static_assert(alignof(UWBP_ProfileSelect_C) == 0x000008, "Wrong alignment on UWBP_ProfileSelect_C"); \ -static_assert(sizeof(UWBP_ProfileSelect_C) == 0x0003B8, "Wrong size on UWBP_ProfileSelect_C"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, UberGraphFrame_WBP_ProfileSelect_C) == 0x000338, "Member 'UWBP_ProfileSelect_C::UberGraphFrame_WBP_ProfileSelect_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, ValidationAnimation) == 0x000340, "Member 'UWBP_ProfileSelect_C::ValidationAnimation' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, Background) == 0x000348, "Member 'UWBP_ProfileSelect_C::Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, ScreenTitle) == 0x000350, "Member 'UWBP_ProfileSelect_C::ScreenTitle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, Separator) == 0x000358, "Member 'UWBP_ProfileSelect_C::Separator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, WBP_InputPrompt) == 0x000360, "Member 'UWBP_ProfileSelect_C::WBP_InputPrompt' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, WBP_Profile_Card_1) == 0x000368, "Member 'UWBP_ProfileSelect_C::WBP_Profile_Card_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, WBP_Profile_Cards_2) == 0x000370, "Member 'UWBP_ProfileSelect_C::WBP_Profile_Cards_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, WBP_Profile_Cards_3) == 0x000378, "Member 'UWBP_ProfileSelect_C::WBP_Profile_Cards_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, CurrentSlot) == 0x000380, "Member 'UWBP_ProfileSelect_C::CurrentSlot' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, Buttons) == 0x000388, "Member 'UWBP_ProfileSelect_C::Buttons' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, DeleteProfilePopUp) == 0x000398, "Member 'UWBP_ProfileSelect_C::DeleteProfilePopUp' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, CanGoBack) == 0x0003A0, "Member 'UWBP_ProfileSelect_C::CanGoBack' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, bHasSpawnPopUp) == 0x0003A1, "Member 'UWBP_ProfileSelect_C::bHasSpawnPopUp' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ProfileSelect_C, SwitchSize) == 0x0003A8, "Member 'UWBP_ProfileSelect_C::SwitchSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinContainerImage_C_SetBorder \ -static_assert(alignof(WBP_SkinContainerImage_C_SetBorder) == 0x000008, "Wrong alignment on WBP_SkinContainerImage_C_SetBorder"); \ -static_assert(sizeof(WBP_SkinContainerImage_C_SetBorder) == 0x000008, "Wrong size on WBP_SkinContainerImage_C_SetBorder"); \ -static_assert(offsetof(WBP_SkinContainerImage_C_SetBorder, NewTexture) == 0x000000, "Member 'WBP_SkinContainerImage_C_SetBorder::NewTexture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinContainerImage_C_SetNotification \ -static_assert(alignof(WBP_SkinContainerImage_C_SetNotification) == 0x000001, "Wrong alignment on WBP_SkinContainerImage_C_SetNotification"); \ -static_assert(sizeof(WBP_SkinContainerImage_C_SetNotification) == 0x000005, "Wrong size on WBP_SkinContainerImage_C_SetNotification"); \ -static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, bShouldNotify) == 0x000000, "Member 'WBP_SkinContainerImage_C_SetNotification::bShouldNotify' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, Temp_bool_Variable) == 0x000001, "Member 'WBP_SkinContainerImage_C_SetNotification::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, Temp_byte_Variable) == 0x000002, "Member 'WBP_SkinContainerImage_C_SetNotification::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_SkinContainerImage_C_SetNotification::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinContainerImage_C_SetNotification, K2Node_Select_Default) == 0x000004, "Member 'WBP_SkinContainerImage_C_SetNotification::K2Node_Select_Default' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SkinContainerImage_C \ -static_assert(alignof(UWBP_SkinContainerImage_C) == 0x000008, "Wrong alignment on UWBP_SkinContainerImage_C"); \ -static_assert(sizeof(UWBP_SkinContainerImage_C) == 0x000338, "Wrong size on UWBP_SkinContainerImage_C"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, Border) == 0x0002F8, "Member 'UWBP_SkinContainerImage_C::Border' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, CheckedMark) == 0x000300, "Member 'UWBP_SkinContainerImage_C::CheckedMark' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, LockerMask) == 0x000308, "Member 'UWBP_SkinContainerImage_C::LockerMask' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, LockMask) == 0x000310, "Member 'UWBP_SkinContainerImage_C::LockMask' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, Notification_Mark) == 0x000318, "Member 'UWBP_SkinContainerImage_C::Notification_Mark' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, Skin_Image) == 0x000320, "Member 'UWBP_SkinContainerImage_C::Skin_Image' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, Vignette) == 0x000328, "Member 'UWBP_SkinContainerImage_C::Vignette' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinContainerImage_C, bMarked) == 0x000330, "Member 'UWBP_SkinContainerImage_C::bMarked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_AddSkinID \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_AddSkinID) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_AddSkinID"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_AddSkinID) == 0x000040, "Wrong size on WBP_SkinsMenuButtonContainer_C_AddSkinID"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, SkinID) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::SkinID' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_AddChildToHorizontalBox_ReturnValue_1) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_AddChildToHorizontalBox_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_AddSkinID, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_AddSkinID::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer) == 0x000078, "Wrong size on WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, EntryPoint) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_Event_bValue) == 0x000004, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_IsVisible_ReturnValue) == 0x000005, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_LeftCustomNavigation_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_LeftCustomNavigation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_RightCustomNavigation_ReturnValue) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_RightCustomNavigation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, K2Node_Event_InFocusEvent) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_LeftCustomNavigation_ReturnValue_1) == 0x000040, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_LeftCustomNavigation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_RightCustomNavigation_ReturnValue_1) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_RightCustomNavigation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, Temp_delegate_Variable) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_PostEvent_ReturnValue) == 0x000060, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, Temp_delegate_Variable_1) == 0x000064, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer, CallFunc_PostEvent_ReturnValue_1) == 0x000074, "Member 'WBP_SkinsMenuButtonContainer_C_ExecuteUbergraph_WBP_SkinsMenuButtonContainer::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin) == 0x000448, "Wrong size on WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Index_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Index_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Image) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Image' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_GetSkinsData_OutSkinData) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_GetSkinsData_OutSkinData' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000218, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Max_ReturnValue) == 0x00021C, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Max_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000220, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_AsTexture_2D) == 0x000228, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000238, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_IsValid_ReturnValue) == 0x000240, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Contains_ReturnValue) == 0x000241, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Get_Item_1) == 0x000248, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Length_ReturnValue_1) == 0x000410, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Less_IntInt_ReturnValue) == 0x000414, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000418, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_BooleanAND_ReturnValue) == 0x000420, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_AsTexture_2D_1) == 0x000428, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, K2Node_DynamicCast_bSuccess_1) == 0x000430, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_IsValid_ReturnValue_1) == 0x000431, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000438, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin, CallFunc_Array_Contains_ReturnValue_1) == 0x000440, "Member 'WBP_SkinsMenuButtonContainer_C_Get_Next_Locked_Skin::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex) == 0x000208, "Wrong size on WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CurIndex) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CurIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, Texture2D) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::Texture2D' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_GetSkinDataById_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_GetSkinDataById_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0001E8, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001F0, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, K2Node_DynamicCast_AsTexture_2D) == 0x0001F8, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex, CallFunc_IsValid_ReturnValue) == 0x000201, "Member 'WBP_SkinsMenuButtonContainer_C_GetTextureDataByIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock) == 0x000200, "Wrong size on WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, bHasFoundSkin) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::bHasFoundSkin' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, bSkinFound) == 0x000001, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::bSkinFound' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, Temp_bool_True_if_break_was_hit_Variable) == 0x000002, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_GetSkinsData_OutSkinData) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_GetSkinsData_OutSkinData' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Less_IntInt_ReturnValue) == 0x0001F8, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_BooleanAND_ReturnValue) == 0x0001F9, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock, CallFunc_Array_Contains_ReturnValue) == 0x0001FA, "Member 'WBP_SkinsMenuButtonContainer_C_HasSkinLeftToUnlock::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_Init \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_Init) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_Init"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_Init) == 0x000040, "Wrong size on WBP_SkinsMenuButtonContainer_C_Init"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CurrentId) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CurrentId' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_RandomInteger_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_RandomInteger_ReturnValue_1) == 0x00001C, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_RandomInteger_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Length_ReturnValue_2) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_RandomInteger_ReturnValue_2) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_RandomInteger_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_Init, CallFunc_Array_Get_Item_2) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_Init::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation) == 0x000068, "Wrong size on WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Navigation_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Navigation_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Temp_int_Variable) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Temp_int_Variable_1) == 0x000024, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Temp_int_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_Get_Item_2) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00004C, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, Temp_delegate_Variable) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_PostEvent_ReturnValue) == 0x000060, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000064, "Member 'WBP_SkinsMenuButtonContainer_C_LeftCustomNavigation::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_OnAppFocus \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_OnAppFocus"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_OnAppFocus) == 0x000001, "Wrong size on WBP_SkinsMenuButtonContainer_C_OnAppFocus"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_RightCustomNavigation \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_RightCustomNavigation"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation) == 0x000060, "Wrong size on WBP_SkinsMenuButtonContainer_C_RightCustomNavigation"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, Navigation_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::Navigation_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, Temp_int_Variable) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000031, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Array_Get_Item_2) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, Temp_delegate_Variable) == 0x000044, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_PostEvent_ReturnValue) == 0x000054, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_RightCustomNavigation, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_SkinsMenuButtonContainer_C_RightCustomNavigation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetCurrentID \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetCurrentID) == 0x000004, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetCurrentID"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetCurrentID) == 0x000010, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetCurrentID"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentID, CurrentSkinID_0) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentID::CurrentSkinID_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex) == 0x000038, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'WBP_SkinsMenuButtonContainer_C_SetCurrentSkinIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetSelectedImage \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetSelectedImage"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage) == 0x000208, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetSelectedImage"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, NewSkinID) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::NewSkinID' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Find_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_GetZGameInstance_ReturnValue) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_GetSkinSystem_ReturnValue) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Find_ReturnValue_1) == 0x0001F8, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSelectedImage, CallFunc_Array_Get_Item_1) == 0x000200, "Member 'WBP_SkinsMenuButtonContainer_C_SetSelectedImage::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex) == 0x000010, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex) == 0x0004B0, "Wrong size on WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, ImageContainerRef) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::ImageContainerRef' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, Index_0) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::Index_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_Get_Next_Locked_Skin_Image) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_Get_Next_Locked_Skin_Image' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, K2Node_MakeStruct_SlateBrush) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetZGameInstance_ReturnValue) == 0x0000F0, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetSkinSystem_ReturnValue) == 0x0000F8, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_Array_Get_Item) == 0x000100, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000110, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_GetSkinDataById_ReturnValue) == 0x0002D8, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_GetSkinDataById_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0004A0, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x0004A1, "Member 'WBP_SkinsMenuButtonContainer_C_SetSkinImageContainerByIndex::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_UpdateButtonByID \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_UpdateButtonByID"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID) == 0x000080, "Wrong size on WBP_SkinsMenuButtonContainer_C_UpdateButtonByID"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, SkinID) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::SkinID' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, bSkinFound) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::bSkinFound' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CurIndex) == 0x000014, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CurIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_GetUIController_ReturnValue_1) == 0x000020, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_GetUIController_ReturnValue_2) == 0x000028, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_GetUIController_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_HasSkinLeftToUnlock_bHasFoundSkin) == 0x000030, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_HasSkinLeftToUnlock_bHasFoundSkin' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_HasSkinLeftToUnlock_bHasFoundSkin_1) == 0x000038, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_HasSkinLeftToUnlock_bHasFoundSkin_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Length_ReturnValue_2) == 0x000044, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000048, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_Find_ReturnValue) == 0x00004C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, Temp_bool_Variable) == 0x000050, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000054, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, K2Node_Select_Default) == 0x00005C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000064, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000068, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00006D, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00006E, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x00006F, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x000070, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, Temp_int_Variable) == 0x000074, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, Temp_bool_Variable_1) == 0x000078, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::Temp_bool_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateButtonByID, K2Node_Select_Default_1) == 0x00007C, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateButtonByID::K2Node_Select_Default_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinsMenuButtonContainer_C_UpdateNotification \ -static_assert(alignof(WBP_SkinsMenuButtonContainer_C_UpdateNotification) == 0x000008, "Wrong alignment on WBP_SkinsMenuButtonContainer_C_UpdateNotification"); \ -static_assert(sizeof(WBP_SkinsMenuButtonContainer_C_UpdateNotification) == 0x000020, "Wrong size on WBP_SkinsMenuButtonContainer_C_UpdateNotification"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, ImageContainer) == 0x000000, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::ImageContainer' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, Index_0) == 0x000008, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::Index_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, CallFunc_GetUIController_ReturnValue) == 0x000010, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000018, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinsMenuButtonContainer_C_UpdateNotification, CallFunc_HasNotificationMark_ReturnValue) == 0x000019, "Member 'WBP_SkinsMenuButtonContainer_C_UpdateNotification::CallFunc_HasNotificationMark_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SkinsMenuButtonContainer_C \ -static_assert(alignof(UWBP_SkinsMenuButtonContainer_C) == 0x000008, "Wrong alignment on UWBP_SkinsMenuButtonContainer_C"); \ -static_assert(sizeof(UWBP_SkinsMenuButtonContainer_C) == 0x0003B8, "Wrong size on UWBP_SkinsMenuButtonContainer_C"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_SkinsMenuButtonContainer_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_Left) == 0x000300, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_Left' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_Leftarrow) == 0x000308, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_Leftarrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_Right) == 0x000310, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_Right' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, Button_RightArrow) == 0x000318, "Member 'UWBP_SkinsMenuButtonContainer_C::Button_RightArrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, LeftArrow) == 0x000320, "Member 'UWBP_SkinsMenuButtonContainer_C::LeftArrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, RightArrow) == 0x000328, "Member 'UWBP_SkinsMenuButtonContainer_C::RightArrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, SkinSelectionContainer) == 0x000330, "Member 'UWBP_SkinsMenuButtonContainer_C::SkinSelectionContainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, WBP_SkinButton) == 0x000338, "Member 'UWBP_SkinsMenuButtonContainer_C::WBP_SkinButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, WBP_SkinContainerImageLeft) == 0x000340, "Member 'UWBP_SkinsMenuButtonContainer_C::WBP_SkinContainerImageLeft' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, WBP_SkinContainerImageRight) == 0x000348, "Member 'UWBP_SkinsMenuButtonContainer_C::WBP_SkinContainerImageRight' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, CurrentIndex) == 0x000350, "Member 'UWBP_SkinsMenuButtonContainer_C::CurrentIndex' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, OnSkinSelected) == 0x000358, "Member 'UWBP_SkinsMenuButtonContainer_C::OnSkinSelected' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, OnSelectionChanged) == 0x000368, "Member 'UWBP_SkinsMenuButtonContainer_C::OnSelectionChanged' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, SkinIDArray) == 0x000378, "Member 'UWBP_SkinsMenuButtonContainer_C::SkinIDArray' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, CurrentSkinID) == 0x000388, "Member 'UWBP_SkinsMenuButtonContainer_C::CurrentSkinID' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, SelectionImageArray) == 0x000398, "Member 'UWBP_SkinsMenuButtonContainer_C::SelectionImageArray' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinsMenuButtonContainer_C, BorderArray) == 0x0003A8, "Member 'UWBP_SkinsMenuButtonContainer_C::BorderArray' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu \ -static_assert(alignof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu) == 0x000004, "Wrong alignment on WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu"); \ -static_assert(sizeof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu) == 0x000014, "Wrong size on WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, EntryPoint) == 0x000000, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, K2Node_Event_bValue) == 0x000004, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, K2Node_Event_InFocusEvent) == 0x000008, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'WBP_CollectibleMenu_C_ExecuteUbergraph_WBP_CollectibleMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_GenerateCollectibleButtons \ -static_assert(alignof(WBP_CollectibleMenu_C_GenerateCollectibleButtons) == 0x000008, "Wrong alignment on WBP_CollectibleMenu_C_GenerateCollectibleButtons"); \ -static_assert(sizeof(WBP_CollectibleMenu_C_GenerateCollectibleButtons) == 0x000138, "Wrong size on WBP_CollectibleMenu_C_GenerateCollectibleButtons"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetChildrenCount_ReturnValue) == 0x000008, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetCollectibleSystem_ReturnValue) == 0x000010, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetCollectibleSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetCollectibleData_ReturnValue) == 0x000020, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetCollectibleData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_GetCollectibleData_ReturnValue_1) == 0x000028, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_GetCollectibleData_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, Temp_int_Variable) == 0x00003C, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::Temp_int_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000118, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000119, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Add_IntInt_ReturnValue) == 0x00011C, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000120, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Array_Get_Item_1) == 0x000124, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_Create_ReturnValue) == 0x000128, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_GenerateCollectibleButtons, CallFunc_AddChildToWrapBox_ReturnValue) == 0x000130, "Member 'WBP_CollectibleMenu_C_GenerateCollectibleButtons::CallFunc_AddChildToWrapBox_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_OnAppFocus \ -static_assert(alignof(WBP_CollectibleMenu_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_CollectibleMenu_C_OnAppFocus"); \ -static_assert(sizeof(WBP_CollectibleMenu_C_OnAppFocus) == 0x000001, "Wrong size on WBP_CollectibleMenu_C_OnAppFocus"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_CollectibleMenu_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CollectibleMenu_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_CollectibleMenu_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_CollectibleMenu_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_CollectibleMenu_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_CollectibleMenu_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_CollectibleMenu_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CollectibleMenu_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CollectibleMenu_C \ -static_assert(alignof(UWBP_CollectibleMenu_C) == 0x000008, "Wrong alignment on UWBP_CollectibleMenu_C"); \ -static_assert(sizeof(UWBP_CollectibleMenu_C) == 0x000390, "Wrong size on UWBP_CollectibleMenu_C"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, UberGraphFrame_WBP_CollectibleMenu_C) == 0x000320, "Member 'UWBP_CollectibleMenu_C::UberGraphFrame_WBP_CollectibleMenu_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, CollectibleWrapBox) == 0x000328, "Member 'UWBP_CollectibleMenu_C::CollectibleWrapBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, CollectibleData) == 0x000330, "Member 'UWBP_CollectibleMenu_C::CollectibleData' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, CurrentHorizontalBox) == 0x000358, "Member 'UWBP_CollectibleMenu_C::CurrentHorizontalBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, FirstButton) == 0x000360, "Member 'UWBP_CollectibleMenu_C::FirstButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, SlotPadding) == 0x000368, "Member 'UWBP_CollectibleMenu_C::SlotPadding' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, StyleIndex) == 0x000378, "Member 'UWBP_CollectibleMenu_C::StyleIndex' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CollectibleMenu_C, CollectibleSelection) == 0x000388, "Member 'UWBP_CollectibleMenu_C::CollectibleSelection' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing \ -static_assert(alignof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing) == 0x000008, "Wrong alignment on WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing"); \ -static_assert(sizeof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing) == 0x0000A0, "Wrong size on WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, EntryPoint) == 0x000000, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetUIController_ReturnValue) == 0x000030, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000040, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_SaveGame_ReturnValue) == 0x000048, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_SaveGame_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000049, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_Event_InputActionName) == 0x00004C, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_Event_InputActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000054, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_IsSwitchDocked_ReturnValue) == 0x000055, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000058, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, K2Node_CustomEvent_bIsDocked) == 0x000060, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, Temp_delegate_Variable) == 0x000064, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PostEvent_ReturnValue) == 0x000074, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, Temp_delegate_Variable_1) == 0x000078, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PostEvent_ReturnValue_1) == 0x000088, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000090, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000098, "Member 'WBP_DemoMarketing_C_ExecuteUbergraph_WBP_DemoMarketing::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_HandleAspectRatio \ -static_assert(alignof(WBP_DemoMarketing_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_DemoMarketing_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_DemoMarketing_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_DemoMarketing_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_DemoMarketing_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_DemoMarketing_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_DemoMarketing_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_DemoMarketing_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_HandleInput \ -static_assert(alignof(WBP_DemoMarketing_C_HandleInput) == 0x000004, "Wrong alignment on WBP_DemoMarketing_C_HandleInput"); \ -static_assert(sizeof(WBP_DemoMarketing_C_HandleInput) == 0x00000C, "Wrong size on WBP_DemoMarketing_C_HandleInput"); \ -static_assert(offsetof(WBP_DemoMarketing_C_HandleInput, InputAction) == 0x000000, "Member 'WBP_DemoMarketing_C_HandleInput::InputAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_HandleInput, K2Node_SwitchName_CmpSuccess) == 0x000008, "Member 'WBP_DemoMarketing_C_HandleInput::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_HandleInput, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'WBP_DemoMarketing_C_HandleInput::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_OnInputAction \ -static_assert(alignof(WBP_DemoMarketing_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_DemoMarketing_C_OnInputAction"); \ -static_assert(sizeof(WBP_DemoMarketing_C_OnInputAction) == 0x000008, "Wrong size on WBP_DemoMarketing_C_OnInputAction"); \ -static_assert(offsetof(WBP_DemoMarketing_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_DemoMarketing_C_OnInputAction::InputActionName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked \ -static_assert(alignof(WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(sizeof(WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(offsetof(WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_DemoMarketing_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DemoMarketing_C_ResumeGame \ -static_assert(alignof(WBP_DemoMarketing_C_ResumeGame) == 0x000008, "Wrong alignment on WBP_DemoMarketing_C_ResumeGame"); \ -static_assert(sizeof(WBP_DemoMarketing_C_ResumeGame) == 0x000040, "Wrong size on WBP_DemoMarketing_C_ResumeGame"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, Animation) == 0x000000, "Member 'WBP_DemoMarketing_C_ResumeGame::Animation' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, Temp_delegate_Variable) == 0x000008, "Member 'WBP_DemoMarketing_C_ResumeGame::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_DemoMarketing_C_ResumeGame::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_DemoMarketing_C_ResumeGame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_DemoMarketing_C_ResumeGame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DemoMarketing_C_ResumeGame, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000038, "Member 'WBP_DemoMarketing_C_ResumeGame::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_DemoMarketing_C \ -static_assert(alignof(UWBP_DemoMarketing_C) == 0x000008, "Wrong alignment on UWBP_DemoMarketing_C"); \ -static_assert(sizeof(UWBP_DemoMarketing_C) == 0x0003B0, "Wrong size on UWBP_DemoMarketing_C"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, UberGraphFrame_WBP_DemoMarketing_C) == 0x000338, "Member 'UWBP_DemoMarketing_C::UberGraphFrame_WBP_DemoMarketing_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, Fade) == 0x000340, "Member 'UWBP_DemoMarketing_C::Fade' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, Bgd) == 0x000348, "Member 'UWBP_DemoMarketing_C::Bgd' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, CanvasPanel_MainMenu) == 0x000350, "Member 'UWBP_DemoMarketing_C::CanvasPanel_MainMenu' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, Iris) == 0x000358, "Member 'UWBP_DemoMarketing_C::Iris' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, Logo) == 0x000360, "Member 'UWBP_DemoMarketing_C::Logo' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, RichText_MainText) == 0x000368, "Member 'UWBP_DemoMarketing_C::RichText_MainText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, RichText_WishList) == 0x000370, "Member 'UWBP_DemoMarketing_C::RichText_WishList' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, Separator) == 0x000378, "Member 'UWBP_DemoMarketing_C::Separator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, SizeBox_AspectRatio) == 0x000380, "Member 'UWBP_DemoMarketing_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, Vignette) == 0x000388, "Member 'UWBP_DemoMarketing_C::Vignette' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, WBP_InputPrompt) == 0x000390, "Member 'UWBP_DemoMarketing_C::WBP_InputPrompt' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, AnimationPlayrate) == 0x000398, "Member 'UWBP_DemoMarketing_C::AnimationPlayrate' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DemoMarketing_C, SwitchSize) == 0x0003A0, "Member 'UWBP_DemoMarketing_C::SwitchSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature, CurrentId) == 0x000000, "Member 'WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_1_OnSelectionChanged__DelegateSignature::CurrentId' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature \ -static_assert(alignof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature"); \ -static_assert(sizeof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature) == 0x000010, "Wrong size on WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature"); \ -static_assert(offsetof(WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature, NewSkinID) == 0x000000, "Member 'WBP_SkinSelect_C_BndEvt__WBP_SkinSelect_WBP_SkinContainer_K2Node_ComponentBoundEvent_2_OnSkinSelected__DelegateSignature::NewSkinID' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_ClearAttachment \ -static_assert(alignof(WBP_SkinSelect_C_ClearAttachment) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_ClearAttachment"); \ -static_assert(sizeof(WBP_SkinSelect_C_ClearAttachment) == 0x000028, "Wrong size on WBP_SkinSelect_C_ClearAttachment"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SkinSelect_C_ClearAttachment::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SkinSelect_C_ClearAttachment::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_RemoveItem_ReturnValue) == 0x000018, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000019, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ClearAttachment, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'WBP_SkinSelect_C_ClearAttachment::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect \ -static_assert(alignof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect) == 0x000010, "Wrong alignment on WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect"); \ -static_assert(sizeof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect) == 0x000A70, "Wrong size on WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, EntryPoint) == 0x000000, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_Event_PlayerInput) == 0x000028, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_Event_PlayerInput' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_ComponentBoundEvent_CurrentID) == 0x000068, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_ComponentBoundEvent_CurrentID' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinDataById_ReturnValue) == 0x000078, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinDataById_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_ComponentBoundEvent_NewSkinID) == 0x000240, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_ComponentBoundEvent_NewSkinID' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinDataById_ReturnValue_1) == 0x000250, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinDataById_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Array_Length_ReturnValue) == 0x000418, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Greater_IntInt_ReturnValue) == 0x00041C, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000420, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinSystem_ReturnValue) == 0x000428, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000430, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSkinSystem_ReturnValue_1) == 0x000438, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSkinSystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000440, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetComponentByClass_ReturnValue) == 0x000608, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue) == 0x000610, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_bool_Variable) == 0x000611, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_1) == 0x000612, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_2) == 0x000613, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000618, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable) == 0x000620, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_3) == 0x000628, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000630, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_4) == 0x000638, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_CanCustomize_ReturnValue) == 0x000639, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_CanCustomize_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_1) == 0x000640, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_3) == 0x000648, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_object_Variable) == 0x000650, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_object_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetUIController_ReturnValue_1) == 0x000658, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000660, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000680, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000684, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000688, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_HasScreenWidgetOfType_ReturnValue) == 0x000690, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_HasScreenWidgetOfType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_1_0) == 0x000698, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_1_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_0) == 0x0006A0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x0006A8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetZGameInstance_ReturnValue_4) == 0x0006B0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetSaveManager_ReturnValue) == 0x0006B8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_5) == 0x0006C0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_6) == 0x0006C1, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetPlayerController_ReturnValue) == 0x0006C8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeTransform_ReturnValue) == 0x0006D0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetInputMouseDelta_DeltaX) == 0x000730, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetInputMouseDelta_DeltaX' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetInputMouseDelta_DeltaY) == 0x000734, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetInputMouseDelta_DeltaY' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000738, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000740, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_FinishSpawningActor_ReturnValue) == 0x000748, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000750, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_ReturnValue) == 0x000758, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000770, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_K2_AddWorldRotation_SweepHitResult) == 0x000778, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_K2_AddWorldRotation_SweepHitResult' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsValid_ReturnValue_7) == 0x000870, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Array_Length_ReturnValue_1) == 0x000874, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000878, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_IsMGSDemo_ReturnValue) == 0x000879, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetUIController_ReturnValue_2) == 0x000880, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetUIController_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_HasScreenWidgetOfType_ReturnValue_1) == 0x000888, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_HasScreenWidgetOfType_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000889, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000890, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000898, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_CustomEvent_bIsDocked) == 0x000899, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetPlayerPawn_ReturnValue) == 0x0008A0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_DynamicCast_AsCH_Darwin) == 0x0008A8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_DynamicCast_bSuccess) == 0x0008B0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue_1) == 0x0008B1, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0008B2, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_2) == 0x0008B8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0008C0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_3) == 0x0008C8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0008D0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue_2) == 0x0008D8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_ReturnValue_1) == 0x0008E0, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0008F8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_K2_AddWorldRotation_SweepHitResult_1) == 0x000900, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_K2_AddWorldRotation_SweepHitResult_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_4) == 0x0009F8, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_RetrieveCurrentPlatform_ReturnValue_3) == 0x000A00, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_RetrieveCurrentPlatform_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000A01, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_object_Variable_1) == 0x000A08, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_object_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000A10, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000A30, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000A34, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000A38, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000A40, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_4_0) == 0x000A48, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_4_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, Temp_real_Variable_3_0) == 0x000A50, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::Temp_real_Variable_3_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000A58, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000A60, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000A68, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect, CallFunc_MakeRotator_Yaw_ImplicitCast_1) == 0x000A6C, "Member 'WBP_SkinSelect_C_ExecuteUbergraph_WBP_SkinSelect::CallFunc_MakeRotator_Yaw_ImplicitCast_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_HandleAspectRatio \ -static_assert(alignof(WBP_SkinSelect_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_HandleAspectRatio"); \ -static_assert(sizeof(WBP_SkinSelect_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_SkinSelect_C_HandleAspectRatio"); \ -static_assert(offsetof(WBP_SkinSelect_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_SkinSelect_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_SkinSelect_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_InitWidget \ -static_assert(alignof(WBP_SkinSelect_C_InitWidget) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_InitWidget"); \ -static_assert(sizeof(WBP_SkinSelect_C_InitWidget) == 0x0003E0, "Wrong size on WBP_SkinSelect_C_InitWidget"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SkinSelect_C_InitWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SkinSelect_C_InitWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetSkinSystem_ReturnValue) == 0x000018, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetUnlockedSkinsData_ReturnValue) == 0x000020, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetUnlockedSkinsData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Array_Length_ReturnValue) == 0x0001F8, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_Less_IntInt_ReturnValue) == 0x0001FC, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000200, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetSkinSystem_ReturnValue_1) == 0x000208, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetSkinSystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_GetPlayerCurrentSkinData_ReturnValue) == 0x000210, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_GetPlayerCurrentSkinData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InitWidget, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x0003D8, "Member 'WBP_SkinSelect_C_InitWidget::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0 \ -static_assert(alignof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(sizeof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_LeftMouse_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1 \ -static_assert(alignof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(sizeof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_SkinSelect_C_InpActEvt_IA_UI_RightAxis_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked \ -static_assert(alignof(WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(sizeof(WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(offsetof(WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_SkinSelect_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_OnPlayerInputAction \ -static_assert(alignof(WBP_SkinSelect_C_OnPlayerInputAction) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_OnPlayerInputAction"); \ -static_assert(sizeof(WBP_SkinSelect_C_OnPlayerInputAction) == 0x000030, "Wrong size on WBP_SkinSelect_C_OnPlayerInputAction"); \ -static_assert(offsetof(WBP_SkinSelect_C_OnPlayerInputAction, PlayerInput) == 0x000000, "Member 'WBP_SkinSelect_C_OnPlayerInputAction::PlayerInput' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_UpdateAttachment \ -static_assert(alignof(WBP_SkinSelect_C_UpdateAttachment) == 0x000008, "Wrong alignment on WBP_SkinSelect_C_UpdateAttachment"); \ -static_assert(sizeof(WBP_SkinSelect_C_UpdateAttachment) == 0x000040, "Wrong size on WBP_SkinSelect_C_UpdateAttachment"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SkinSelect_C_UpdateAttachment::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SkinSelect_C_UpdateAttachment::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_GetAttachedActors_OutActors) == 0x000010, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Add_ReturnValue_1) == 0x000034, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateAttachment, CallFunc_Array_Add_ReturnValue_2) == 0x000038, "Member 'WBP_SkinSelect_C_UpdateAttachment::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_SkinSelect_C_UpdateSwitchInputPrompt \ -static_assert(alignof(WBP_SkinSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_SkinSelect_C_UpdateSwitchInputPrompt"); \ -static_assert(sizeof(WBP_SkinSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_SkinSelect_C_UpdateSwitchInputPrompt"); \ -static_assert(offsetof(WBP_SkinSelect_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_SkinSelect_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_SkinSelect_C \ -static_assert(alignof(UWBP_SkinSelect_C) == 0x000008, "Wrong alignment on UWBP_SkinSelect_C"); \ -static_assert(sizeof(UWBP_SkinSelect_C) == 0x0003F0, "Wrong size on UWBP_SkinSelect_C"); \ -static_assert(offsetof(UWBP_SkinSelect_C, UberGraphFrame_WBP_SkinSelect_C) == 0x000338, "Member 'UWBP_SkinSelect_C::UberGraphFrame_WBP_SkinSelect_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, Eff_Blur_SkinMenu) == 0x000340, "Member 'UWBP_SkinSelect_C::Eff_Blur_SkinMenu' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, Img_Background) == 0x000348, "Member 'UWBP_SkinSelect_C::Img_Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, Img_Separator) == 0x000350, "Member 'UWBP_SkinSelect_C::Img_Separator' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, MainGame_Background) == 0x000358, "Member 'UWBP_SkinSelect_C::MainGame_Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, MT_UIMedia_MainMenu_30) == 0x000360, "Member 'UWBP_SkinSelect_C::MT_UIMedia_MainMenu_30' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, SceneRenderCaptureImage) == 0x000368, "Member 'UWBP_SkinSelect_C::SceneRenderCaptureImage' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, SizeBox_AspectRatio) == 0x000370, "Member 'UWBP_SkinSelect_C::SizeBox_AspectRatio' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, Txt_SkinName) == 0x000378, "Member 'UWBP_SkinSelect_C::Txt_SkinName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, Vignette) == 0x000380, "Member 'UWBP_SkinSelect_C::Vignette' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, WBP_InputPrompt_SkinsMenu) == 0x000388, "Member 'UWBP_SkinSelect_C::WBP_InputPrompt_SkinsMenu' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, WBP_SkinContainer) == 0x000390, "Member 'UWBP_SkinSelect_C::WBP_SkinContainer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, CurrentSlot) == 0x000398, "Member 'UWBP_SkinSelect_C::CurrentSlot' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, Buttons) == 0x0003A0, "Member 'UWBP_SkinSelect_C::Buttons' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, SkinPreviewRef) == 0x0003B0, "Member 'UWBP_SkinSelect_C::SkinPreviewRef' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, RotationSpeedMulplier) == 0x0003B8, "Member 'UWBP_SkinSelect_C::RotationSpeedMulplier' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, CallOnScreenClosing) == 0x0003C0, "Member 'UWBP_SkinSelect_C::CallOnScreenClosing' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, AttachmentArray) == 0x0003D0, "Member 'UWBP_SkinSelect_C::AttachmentArray' has a wrong offset!"); \ -static_assert(offsetof(UWBP_SkinSelect_C, SwitchSize) == 0x0003E0, "Member 'UWBP_SkinSelect_C::SwitchSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall \ -static_assert(alignof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall) == 0x000008, "Wrong alignment on WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall"); \ -static_assert(sizeof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall) == 0x000230, "Wrong size on WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, EntryPoint) == 0x000000, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable) == 0x000004, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_2) == 0x00002C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_3) == 0x00003C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_2) == 0x00004C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_3) == 0x000050, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_4) == 0x000054, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_4) == 0x000074, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_Event_IsDesignTime) == 0x000078, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetZGameInstance_ReturnValue) == 0x000080, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetUIController_ReturnValue) == 0x000088, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_5) == 0x000090, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_5) == 0x0000A0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PlayAnimation_ReturnValue) == 0x0000A8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000C0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000F8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetSequencePlayer_ReturnValue) == 0x000108, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_6) == 0x000114, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_7) == 0x000124, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_6) == 0x000134, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_7) == 0x000138, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_8) == 0x00013C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_9) == 0x00014C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_8) == 0x00015C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_9) == 0x000160, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_10) == 0x000164, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_11) == 0x000174, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_10) == 0x000184, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_11) == 0x000188, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000190, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue_1) == 0x000198, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x0001A0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue_2) == 0x0001A8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_LoadAsset_Blocking_ReturnValue_2) == 0x0001B0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_LoadAsset_Blocking_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_IsValid_ReturnValue_3) == 0x0001B8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_12) == 0x0001BC, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_12' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_12) == 0x0001CC, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_12' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x0001D0, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D1, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_13) == 0x0001D4, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_13' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_13) == 0x0001E4, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_13' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_14) == 0x0001E8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_14' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x0001F8, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_14) == 0x000200, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_14' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, K2Node_CustomEvent_bIsDocked) == 0x000204, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_15) == 0x000208, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_15' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, Temp_delegate_Variable_16) == 0x000218, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::Temp_delegate_Variable_16' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_15) == 0x000228, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_15' has a wrong offset!"); \ -static_assert(offsetof(WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall, CallFunc_PostEvent_ReturnValue_16) == 0x00022C, "Member 'WBP_CodecCall_C_ExecuteUbergraph_WBP_CodecCall::CallFunc_PostEvent_ReturnValue_16' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked \ -static_assert(alignof(WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(sizeof(WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked"); \ -static_assert(offsetof(WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_CodecCall_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CodecCall_C_PreConstruct \ -static_assert(alignof(WBP_CodecCall_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CodecCall_C_PreConstruct"); \ -static_assert(sizeof(WBP_CodecCall_C_PreConstruct) == 0x000001, "Wrong size on WBP_CodecCall_C_PreConstruct"); \ -static_assert(offsetof(WBP_CodecCall_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CodecCall_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CodecCall_C_UpdateSwitchInputPrompt \ -static_assert(alignof(WBP_CodecCall_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_CodecCall_C_UpdateSwitchInputPrompt"); \ -static_assert(sizeof(WBP_CodecCall_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_CodecCall_C_UpdateSwitchInputPrompt"); \ -static_assert(offsetof(WBP_CodecCall_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_CodecCall_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CodecCall_C \ -static_assert(alignof(UWBP_CodecCall_C) == 0x000008, "Wrong alignment on UWBP_CodecCall_C"); \ -static_assert(sizeof(UWBP_CodecCall_C) == 0x000440, "Wrong size on UWBP_CodecCall_C"); \ -static_assert(offsetof(UWBP_CodecCall_C, UberGraphFrame_WBP_CodecCall_C) == 0x000338, "Member 'UWBP_CodecCall_C::UberGraphFrame_WBP_CodecCall_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, EndAnimation) == 0x000340, "Member 'UWBP_CodecCall_C::EndAnimation' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, ConstructAnim) == 0x000348, "Member 'UWBP_CodecCall_C::ConstructAnim' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, Img_Background) == 0x000350, "Member 'UWBP_CodecCall_C::Img_Background' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, Img_Octocon) == 0x000358, "Member 'UWBP_CodecCall_C::Img_Octocon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, Img_Octocon_Noise) == 0x000360, "Member 'UWBP_CodecCall_C::Img_Octocon_Noise' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, Img_ScanLines) == 0x000368, "Member 'UWBP_CodecCall_C::Img_ScanLines' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, Img_Vignette) == 0x000370, "Member 'UWBP_CodecCall_C::Img_Vignette' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, Img_Waveform_Mat) == 0x000378, "Member 'UWBP_CodecCall_C::Img_Waveform_Mat' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, LogoCodec) == 0x000380, "Member 'UWBP_CodecCall_C::LogoCodec' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, RT_Mission) == 0x000388, "Member 'UWBP_CodecCall_C::RT_Mission' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, WBP_Dialogue) == 0x000390, "Member 'UWBP_CodecCall_C::WBP_Dialogue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, WBP_InputPrompt) == 0x000398, "Member 'UWBP_CodecCall_C::WBP_InputPrompt' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, VideoInput) == 0x0003A0, "Member 'UWBP_CodecCall_C::VideoInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, AudioInput) == 0x0003A8, "Member 'UWBP_CodecCall_C::AudioInput' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, SequenceActor) == 0x0003B0, "Member 'UWBP_CodecCall_C::SequenceActor' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, MT_OctoconNoise) == 0x0003B8, "Member 'UWBP_CodecCall_C::MT_OctoconNoise' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, MT_Octocon) == 0x0003E0, "Member 'UWBP_CodecCall_C::MT_Octocon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, MT_Waveform) == 0x000408, "Member 'UWBP_CodecCall_C::MT_Waveform' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCall_C, SwitchSize) == 0x000430, "Member 'UWBP_CodecCall_C::SwitchSize' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual \ -static_assert(alignof(WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual) == 0x000004, "Wrong alignment on WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual"); \ -static_assert(sizeof(WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual) == 0x000004, "Wrong size on WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual"); \ -static_assert(offsetof(WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual, EntryPoint) == 0x000000, "Member 'WBP_CodecCallVisual_C_ExecuteUbergraph_WBP_CodecCallVisual::EntryPoint' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_CodecCallVisual_C \ -static_assert(alignof(UWBP_CodecCallVisual_C) == 0x000008, "Wrong alignment on UWBP_CodecCallVisual_C"); \ -static_assert(sizeof(UWBP_CodecCallVisual_C) == 0x000310, "Wrong size on UWBP_CodecCallVisual_C"); \ -static_assert(offsetof(UWBP_CodecCallVisual_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_CodecCallVisual_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCallVisual_C, RetainerBox_11) == 0x000300, "Member 'UWBP_CodecCallVisual_C::RetainerBox_11' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CodecCallVisual_C, WBP_CodecCall) == 0x000308, "Member 'UWBP_CodecCallVisual_C::WBP_CodecCall' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ControllerPS5_C \ -static_assert(alignof(UWBP_ControllerPS5_C) == 0x000008, "Wrong alignment on UWBP_ControllerPS5_C"); \ -static_assert(sizeof(UWBP_ControllerPS5_C) == 0x000390, "Wrong size on UWBP_ControllerPS5_C"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Bindings_PS) == 0x000338, "Member 'UWBP_ControllerPS5_C::Controller_Bindings_PS' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon) == 0x000340, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_8) == 0x000348, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_8' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_9) == 0x000350, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_9' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_10) == 0x000358, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_10' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_11) == 0x000360, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_11' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_12) == 0x000368, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_12' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_13) == 0x000370, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_13' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_14) == 0x000378, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_14' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_Label_Icon_15) == 0x000380, "Member 'UWBP_ControllerPS5_C::Controller_Label_Icon_15' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ControllerPS5_C, Controller_PS) == 0x000388, "Member 'UWBP_ControllerPS5_C::Controller_PS' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button \ -static_assert(alignof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button"); \ -static_assert(sizeof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button) == 0x000078, "Wrong size on WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, EntryPoint) == 0x000000, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_InFocusEvent_2) == 0x00002C, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_InFocusEvent_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_InFocusEvent_1) == 0x000034, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_InFocusEvent) == 0x00003C, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_CustomEvent_NewCulture) == 0x000050, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_DynamicCast_AsBP_UIController) == 0x000068, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_DynamicCast_AsBP_UIController' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_GetValueByIndex \ -static_assert(alignof(WBP_Carousel_Button_C_GetValueByIndex) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_GetValueByIndex"); \ -static_assert(sizeof(WBP_Carousel_Button_C_GetValueByIndex) == 0x000004, "Wrong size on WBP_Carousel_Button_C_GetValueByIndex"); \ -static_assert(offsetof(WBP_Carousel_Button_C_GetValueByIndex, IndexValue) == 0x000000, "Member 'WBP_Carousel_Button_C_GetValueByIndex::IndexValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_Carousel_Button_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_Carousel_Button_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Carousel_Button_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Carousel_Button_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnCultureChanged \ -static_assert(alignof(WBP_Carousel_Button_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_OnCultureChanged"); \ -static_assert(sizeof(WBP_Carousel_Button_C_OnCultureChanged) == 0x000010, "Wrong size on WBP_Carousel_Button_C_OnCultureChanged"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnCultureChanged, NewCulture) == 0x000000, "Member 'WBP_Carousel_Button_C_OnCultureChanged::NewCulture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnDirectionAction \ -static_assert(alignof(WBP_Carousel_Button_C_OnDirectionAction) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnDirectionAction"); \ -static_assert(sizeof(WBP_Carousel_Button_C_OnDirectionAction) == 0x000040, "Wrong size on WBP_Carousel_Button_C_OnDirectionAction"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, bIsLeft) == 0x000000, "Member 'WBP_Carousel_Button_C_OnDirectionAction::bIsLeft' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Carousel_Button_C_OnDirectionAction::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Clamp_ReturnValue) == 0x00002C, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000034, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Clamp_ReturnValue_1) == 0x000038, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnFocusLost \ -static_assert(alignof(WBP_Carousel_Button_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnFocusLost"); \ -static_assert(sizeof(WBP_Carousel_Button_C_OnFocusLost) == 0x000008, "Wrong size on WBP_Carousel_Button_C_OnFocusLost"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_Carousel_Button_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_Carousel_Button_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_Carousel_Button_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Carousel_Button_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Carousel_Button_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_Override_Right_Navigation \ -static_assert(alignof(WBP_Carousel_Button_C_Override_Right_Navigation) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_Override_Right_Navigation"); \ -static_assert(sizeof(WBP_Carousel_Button_C_Override_Right_Navigation) == 0x000010, "Wrong size on WBP_Carousel_Button_C_Override_Right_Navigation"); \ -static_assert(offsetof(WBP_Carousel_Button_C_Override_Right_Navigation, Navigation_0) == 0x000000, "Member 'WBP_Carousel_Button_C_Override_Right_Navigation::Navigation_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_Override_Right_Navigation, ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_Override_Right_Navigation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OverrideLeftNavigation \ -static_assert(alignof(WBP_Carousel_Button_C_OverrideLeftNavigation) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_OverrideLeftNavigation"); \ -static_assert(sizeof(WBP_Carousel_Button_C_OverrideLeftNavigation) == 0x000010, "Wrong size on WBP_Carousel_Button_C_OverrideLeftNavigation"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OverrideLeftNavigation, Navigation_0) == 0x000000, "Member 'WBP_Carousel_Button_C_OverrideLeftNavigation::Navigation_0' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_OverrideLeftNavigation, ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_OverrideLeftNavigation::ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_PreConstruct \ -static_assert(alignof(WBP_Carousel_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Carousel_Button_C_PreConstruct"); \ -static_assert(sizeof(WBP_Carousel_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_Carousel_Button_C_PreConstruct"); \ -static_assert(offsetof(WBP_Carousel_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Carousel_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_SetValueByIndex \ -static_assert(alignof(WBP_Carousel_Button_C_SetValueByIndex) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_SetValueByIndex"); \ -static_assert(sizeof(WBP_Carousel_Button_C_SetValueByIndex) == 0x000010, "Wrong size on WBP_Carousel_Button_C_SetValueByIndex"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, OptionIndex) == 0x000000, "Member 'WBP_Carousel_Button_C_SetValueByIndex::OptionIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Carousel_Button_C_SetValueByIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_SetValueByIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Carousel_Button_C_SetValueByIndex::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_SetValueByString \ -static_assert(alignof(WBP_Carousel_Button_C_SetValueByString) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_SetValueByString"); \ -static_assert(sizeof(WBP_Carousel_Button_C_SetValueByString) == 0x000050, "Wrong size on WBP_Carousel_Button_C_SetValueByString"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, StringValue) == 0x000000, "Member 'WBP_Carousel_Button_C_SetValueByString::StringValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Carousel_Button_C_SetValueByString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Carousel_Button_C_SetValueByString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Contains_ReturnValue) == 0x000048, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_UpdateArrowVisual \ -static_assert(alignof(WBP_Carousel_Button_C_UpdateArrowVisual) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_UpdateArrowVisual"); \ -static_assert(sizeof(WBP_Carousel_Button_C_UpdateArrowVisual) == 0x000014, "Wrong size on WBP_Carousel_Button_C_UpdateArrowVisual"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_1) == 0x000001, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_2) == 0x000002, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_3) == 0x000003, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_4) == 0x000005, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_5) == 0x000006, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_Carousel_Button_C \ -static_assert(alignof(UWBP_Carousel_Button_C) == 0x000010, "Wrong alignment on UWBP_Carousel_Button_C"); \ -static_assert(sizeof(UWBP_Carousel_Button_C) == 0x000580, "Wrong size on UWBP_Carousel_Button_C"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Carousel_Button_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Border_0) == 0x000300, "Member 'UWBP_Carousel_Button_C::Border_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, CarouselButton) == 0x000308, "Member 'UWBP_Carousel_Button_C::CarouselButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, LeftArrow) == 0x000310, "Member 'UWBP_Carousel_Button_C::LeftArrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, RightArrow) == 0x000318, "Member 'UWBP_Carousel_Button_C::RightArrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, WBP_RichText) == 0x000320, "Member 'UWBP_Carousel_Button_C::WBP_RichText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Style_name) == 0x000328, "Member 'UWBP_Carousel_Button_C::Style_name' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Text) == 0x000338, "Member 'UWBP_Carousel_Button_C::Text' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Text_Transform_Policy) == 0x000348, "Member 'UWBP_Carousel_Button_C::Text_Transform_Policy' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, In_Brush) == 0x000350, "Member 'UWBP_Carousel_Button_C::In_Brush' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Hover_In_Brush) == 0x000420, "Member 'UWBP_Carousel_Button_C::Hover_In_Brush' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Background_Color) == 0x0004F0, "Member 'UWBP_Carousel_Button_C::Background_Color' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Hover_Bg_Color) == 0x000500, "Member 'UWBP_Carousel_Button_C::Hover_Bg_Color' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Text_Color_And_Opacity) == 0x000510, "Member 'UWBP_Carousel_Button_C::Text_Color_And_Opacity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, OnFocusOn) == 0x000520, "Member 'UWBP_Carousel_Button_C::OnFocusOn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, OnFocusOff) == 0x000530, "Member 'UWBP_Carousel_Button_C::OnFocusOff' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Text_Hover_Color_And_Opacity) == 0x000540, "Member 'UWBP_Carousel_Button_C::Text_Hover_Color_And_Opacity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Focused) == 0x000550, "Member 'UWBP_Carousel_Button_C::Focused' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, Options) == 0x000558, "Member 'UWBP_Carousel_Button_C::Options' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, TextArrayIndex) == 0x000568, "Member 'UWBP_Carousel_Button_C::TextArrayIndex' has a wrong offset!"); \ -static_assert(offsetof(UWBP_Carousel_Button_C, OnValueChanged) == 0x000570, "Member 'UWBP_Carousel_Button_C::OnValueChanged' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UBP_UIController_C \ -static_assert(alignof(UBP_UIController_C) == 0x000008, "Wrong alignment on UBP_UIController_C"); \ -static_assert(sizeof(UBP_UIController_C) == 0x0002D0, "Wrong size on UBP_UIController_C"); \ - -#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button \ -static_assert(alignof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button) == 0x000008, "Wrong alignment on WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button"); \ -static_assert(sizeof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button) == 0x000078, "Wrong size on WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, EntryPoint) == 0x000000, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, Temp_delegate_Variable) == 0x000004, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_InFocusEvent_2) == 0x00002C, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_InFocusEvent_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_InFocusEvent_1) == 0x000034, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_InFocusEvent) == 0x00003C, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_CustomEvent_NewCulture) == 0x000050, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_DynamicCast_AsBP_UIController) == 0x000068, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_DynamicCast_AsBP_UIController' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_Not_PreBool_ReturnValue) == 0x000071, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_DropDown_Button_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_DropDown_Button_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_DropDown_Button_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_DropDown_Button_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_DropDown_Button_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_DropDown_Button_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnCultureChanged \ -static_assert(alignof(WBP_DropDown_Button_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_DropDown_Button_C_OnCultureChanged"); \ -static_assert(sizeof(WBP_DropDown_Button_C_OnCultureChanged) == 0x000010, "Wrong size on WBP_DropDown_Button_C_OnCultureChanged"); \ -static_assert(offsetof(WBP_DropDown_Button_C_OnCultureChanged, NewCulture) == 0x000000, "Member 'WBP_DropDown_Button_C_OnCultureChanged::NewCulture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnFocusLost \ -static_assert(alignof(WBP_DropDown_Button_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_DropDown_Button_C_OnFocusLost"); \ -static_assert(sizeof(WBP_DropDown_Button_C_OnFocusLost) == 0x000008, "Wrong size on WBP_DropDown_Button_C_OnFocusLost"); \ -static_assert(offsetof(WBP_DropDown_Button_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_DropDown_Button_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_DropDown_Button_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_DropDown_Button_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_DropDown_Button_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_DropDown_Button_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_DropDown_Button_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_DropDown_Button_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_PreConstruct \ -static_assert(alignof(WBP_DropDown_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DropDown_Button_C_PreConstruct"); \ -static_assert(sizeof(WBP_DropDown_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_DropDown_Button_C_PreConstruct"); \ -static_assert(offsetof(WBP_DropDown_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DropDown_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_DropDown_Button_C \ -static_assert(alignof(UWBP_DropDown_Button_C) == 0x000010, "Wrong alignment on UWBP_DropDown_Button_C"); \ -static_assert(sizeof(UWBP_DropDown_Button_C) == 0x000590, "Wrong size on UWBP_DropDown_Button_C"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_DropDown_Button_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Border_0) == 0x000300, "Member 'UWBP_DropDown_Button_C::Border_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, CarouselButton) == 0x000308, "Member 'UWBP_DropDown_Button_C::CarouselButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, LeftArrow) == 0x000310, "Member 'UWBP_DropDown_Button_C::LeftArrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, RightArrow) == 0x000318, "Member 'UWBP_DropDown_Button_C::RightArrow' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, WBP_RichText) == 0x000320, "Member 'UWBP_DropDown_Button_C::WBP_RichText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Style_name) == 0x000328, "Member 'UWBP_DropDown_Button_C::Style_name' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Text) == 0x000338, "Member 'UWBP_DropDown_Button_C::Text' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Text_Transform_Policy) == 0x000348, "Member 'UWBP_DropDown_Button_C::Text_Transform_Policy' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, In_Brush) == 0x000350, "Member 'UWBP_DropDown_Button_C::In_Brush' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Hover_In_Brush) == 0x000420, "Member 'UWBP_DropDown_Button_C::Hover_In_Brush' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Background_Color) == 0x0004F0, "Member 'UWBP_DropDown_Button_C::Background_Color' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Hover_Bg_Color) == 0x000500, "Member 'UWBP_DropDown_Button_C::Hover_Bg_Color' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Text_Color_And_Opacity) == 0x000510, "Member 'UWBP_DropDown_Button_C::Text_Color_And_Opacity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, OnFocusOn) == 0x000520, "Member 'UWBP_DropDown_Button_C::OnFocusOn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, OnFocusOff) == 0x000530, "Member 'UWBP_DropDown_Button_C::OnFocusOff' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Text_Hover_Color_And_Opacity) == 0x000540, "Member 'UWBP_DropDown_Button_C::Text_Hover_Color_And_Opacity' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, Focused) == 0x000550, "Member 'UWBP_DropDown_Button_C::Focused' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, OnValueChanged) == 0x000558, "Member 'UWBP_DropDown_Button_C::OnValueChanged' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, OnClicked) == 0x000568, "Member 'UWBP_DropDown_Button_C::OnClicked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, BIsOpened) == 0x000578, "Member 'UWBP_DropDown_Button_C::BIsOpened' has a wrong offset!"); \ -static_assert(offsetof(UWBP_DropDown_Button_C, PCImage) == 0x000580, "Member 'UWBP_DropDown_Button_C::PCImage' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature \ -static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_DisableButtonForPlatform \ -static_assert(alignof(WBP_GraphicsSettings_C_DisableButtonForPlatform) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_DisableButtonForPlatform"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_DisableButtonForPlatform) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_DisableButtonForPlatform"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_GetUpscalingQuality_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_GetUpscalingQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_IsConsolePlateform_ReturnValue) == 0x000015, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings \ -static_assert(alignof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings) == 0x000378, "Wrong size on WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, EntryPoint) == 0x000000, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetPlatformType_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000020, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetUIController_ReturnValue) == 0x000028, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetCurrentScreenWidget_ReturnValue) == 0x000030, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetCurrentScreenWidget_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_RequestScreenUI_ReturnValue) == 0x000038, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_AsWBP_Gamma_Correction) == 0x000040, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_AsWBP_Gamma_Correction' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem_3) == 0x000050, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType_3) == 0x000060, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_12) == 0x000064, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_12' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000068, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_1) == 0x000070, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetPlatformType_ReturnValue_1) == 0x000078, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetPlatformType_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem_2) == 0x000080, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType_2) == 0x000090, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_11) == 0x000094, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess) == 0x000098, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x0000A0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x0000A8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_FindOptionIndex_ReturnValue) == 0x0000B4, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_FindOptionIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchInteger_CmpSuccess) == 0x0000B8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_8) == 0x0000C0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_10) == 0x0000D0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x0000D8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue) == 0x0000E0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_7) == 0x0000E8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_9) == 0x0000F8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x000100, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000108, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_6) == 0x000110, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_8) == 0x000120, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_3) == 0x000128, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_2) == 0x000130, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_5) == 0x000138, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_7) == 0x000148, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_4) == 0x000150, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_3) == 0x000158, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality) == 0x00015C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_1) == 0x000160, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_2) == 0x000164, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_3) == 0x000168, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_4) == 0x00016C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_5) == 0x000170, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_6) == 0x000174, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_5) == 0x000178, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000180, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_bSuccess_2) == 0x000188, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityPresetCustomValue_ReturnValue) == 0x00018C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityPresetCustomValue_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_6) == 0x000190, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetIsEnabled_ReturnValue) == 0x000198, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_4) == 0x0001A0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_6) == 0x0001B0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_2) == 0x0001B8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetUpscalingMode_UpscalingMethod) == 0x0001C0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetUpscalingMode_UpscalingMethod' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001C1, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x0001C4, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_3) == 0x0001C8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_5) == 0x0001D8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_3) == 0x0001E0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_2) == 0x0001E8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_4) == 0x0001F8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_4) == 0x0001FC, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetUpscalingMethod_ReturnValue) == 0x000200, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetUpscalingMethod_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess_2) == 0x000201, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000202, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_bValue) == 0x000203, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_BooleanAND_ReturnValue) == 0x000204, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_InFocusEvent) == 0x000208, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_InputActionName) == 0x000210, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_InputActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_CreateDelegate_OutputDelegate) == 0x000218, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchName_CmpSuccess) == 0x000228, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_7) == 0x000230, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_8) == 0x000238, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_8' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_ButtonState) == 0x000240, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_ButtonState' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetValueByIndex_IndexValue) == 0x000244, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetValueByIndex_IndexValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_9) == 0x000248, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000250, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_IsVisible_ReturnValue) == 0x000251, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_9) == 0x000258, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_13) == 0x000268, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_13' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_10) == 0x000270, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_5) == 0x000278, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_10) == 0x000280, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_14) == 0x000290, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_14' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_6) == 0x000294, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem_1) == 0x000298, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType_1) == 0x0002A8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_3) == 0x0002AC, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_4) == 0x0002B0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_5) == 0x0002B8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetFullscreenMode_ReturnValue) == 0x0002C0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess_3) == 0x0002C1, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002C4, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_MyGeometry) == 0x0002D4, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_InDeltaTime) == 0x00030C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_InDeltaTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem) == 0x000310, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType) == 0x000320, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_2) == 0x000324, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_FindOptionIndex_ReturnValue_1) == 0x000328, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_FindOptionIndex_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_11) == 0x000330, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Conv_IntToByte_ReturnValue) == 0x000338, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_1) == 0x000340, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_1) == 0x000350, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetValidValue_ReturnValue) == 0x000354, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_7) == 0x000358, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00035C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_MakeLiteralByte_ReturnValue) == 0x00035D, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue) == 0x000360, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index) == 0x000370, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000374, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget \ -static_assert(alignof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget) == 0x000058, "Wrong size on WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_byte_Variable) == 0x000000, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_text_Variable) == 0x000008, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_text_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_text_Variable_1) == 0x000018, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_text_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsConsolePlateform_ReturnValue) == 0x00002C, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_byte_Variable_1) == 0x00002D, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_1) == 0x000030, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_byte_Variable_2) == 0x000034, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_byte_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_2) == 0x000038, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_3) == 0x00003C, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000040, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsFSRSupported_ReturnValue) == 0x000048, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsFSRSupported_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_4) == 0x00004C, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsDLSSSupported_ReturnValue) == 0x000051, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsDLSSSupported_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsFSRSupported_ReturnValue_1) == 0x000052, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsFSRSupported_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Not_PreBool_ReturnValue_1) == 0x000053, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsDLSSSupported_ReturnValue_1) == 0x000055, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsDLSSSupported_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GetQualityCustomValue \ -static_assert(alignof(WBP_GraphicsSettings_C_GetQualityCustomValue) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_GetQualityCustomValue"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_GetQualityCustomValue) == 0x000020, "Wrong size on WBP_GraphicsSettings_C_GetQualityCustomValue"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, CustomQuality) == 0x000000, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::CustomQuality' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000010, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, CallFunc_GetQualityPresetCustomValue_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::CallFunc_GetQualityPresetCustomValue_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GetUIUpscalingMethod \ -static_assert(alignof(WBP_GraphicsSettings_C_GetUIUpscalingMethod) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_GetUIUpscalingMethod"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_GetUIUpscalingMethod) == 0x000024, "Wrong size on WBP_GraphicsSettings_C_GetUIUpscalingMethod"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, BackendValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::BackendValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, FinalValue) == 0x000004, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::FinalValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, Value) == 0x000008, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::Value' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Less_IntInt_ReturnValue) == 0x000021, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GetUpscalingMode \ -static_assert(alignof(WBP_GraphicsSettings_C_GetUpscalingMode) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_GetUpscalingMode"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_GetUpscalingMode) == 0x000008, "Wrong size on WBP_GraphicsSettings_C_GetUpscalingMode"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUpscalingMode, UpscalingIndex) == 0x000000, "Member 'WBP_GraphicsSettings_C_GetUpscalingMode::UpscalingIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_GetUpscalingMode, UpscalingMethod) == 0x000004, "Member 'WBP_GraphicsSettings_C_GetUpscalingMode::UpscalingMethod' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_Init \ -static_assert(alignof(WBP_GraphicsSettings_C_Init) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_Init"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_Init) == 0x000090, "Wrong size on WBP_GraphicsSettings_C_Init"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000010, "Member 'WBP_GraphicsSettings_C_Init::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GraphicsSettings_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetDeviceProfileMode_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetDeviceProfileMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_GraphicsSettings_C_Init::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetFullscreenMode_ReturnValue) == 0x000029, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetUpscalingQuality_ReturnValue) == 0x00002C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetUpscalingQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_SwitchEnum_CmpSuccess_1) == 0x000030, "Member 'WBP_GraphicsSettings_C_Init::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetUpscalingMethod_ReturnValue) == 0x000031, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetUpscalingMethod_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetGammaCorrection_ReturnValue) == 0x000034, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetUIUpscalingMethod_FinalValue) == 0x000038, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetUIUpscalingMethod_FinalValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x00003C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000040, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000048, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetReflectionQuality_ReturnValue) == 0x00004C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetReflectionQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetShadowQuality_ReturnValue) == 0x000050, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000054, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000058, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetTextureQuality_ReturnValue) == 0x00005C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000060, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000064, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000068, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetOverallScalabilityLevel_ReturnValue) == 0x00006C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetOverallScalabilityLevel_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000070, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x000074, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetFullscreenMode_ReturnValue_1) == 0x000078, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetFullscreenMode_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00007C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetOptionAtIndex_ReturnValue) == 0x000080, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetOptionAtIndex_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_InitFrameRateUI \ -static_assert(alignof(WBP_GraphicsSettings_C_InitFrameRateUI) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_InitFrameRateUI"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_InitFrameRateUI) == 0x000038, "Wrong size on WBP_GraphicsSettings_C_InitFrameRateUI"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_GetFrameRateLimit_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_GetFrameRateLimit_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000028, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_InitQualitySetting \ -static_assert(alignof(WBP_GraphicsSettings_C_InitQualitySetting) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_InitQualitySetting"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_InitQualitySetting) == 0x000048, "Wrong size on WBP_GraphicsSettings_C_InitQualitySetting"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, GameUserSetting) == 0x000000, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::GameUserSetting' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetQualityCustomValue_CustomQuality) == 0x000008, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetQualityCustomValue_CustomQuality' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x00000C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000014, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000019, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetReflectionQuality_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetReflectionQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetTextureQuality_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x000024, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetShadowQuality_ReturnValue) == 0x000028, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x00002C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_3) == 0x000030, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_Subtract_IntInt_ReturnValue) == 0x000034, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_4) == 0x000038, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_5) == 0x000039, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_6) == 0x00003A, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_1) == 0x00003C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_2) == 0x00003D, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_3) == 0x00003E, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_4) == 0x00003F, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_5) == 0x000040, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_OnAppFocus \ -static_assert(alignof(WBP_GraphicsSettings_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_GraphicsSettings_C_OnAppFocus"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_OnAppFocus) == 0x000001, "Wrong size on WBP_GraphicsSettings_C_OnAppFocus"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_OnAppFocus::bValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_OnInputAction \ -static_assert(alignof(WBP_GraphicsSettings_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_OnInputAction"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_OnInputAction) == 0x000008, "Wrong size on WBP_GraphicsSettings_C_OnInputAction"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_GraphicsSettings_C_OnInputAction::InputActionName' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_GraphicsSettings_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_GraphicsSettings_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GraphicsSettings_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_ResetToDefault \ -static_assert(alignof(WBP_GraphicsSettings_C_ResetToDefault) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_ResetToDefault"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_ResetToDefault) == 0x000040, "Wrong size on WBP_GraphicsSettings_C_ResetToDefault"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetIsEnabled_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetOptionAtIndex_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetOptionAtIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetFullscreenMode_ReturnValue) == 0x000028, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00002C, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetOptionAtIndex_ReturnValue_1) == 0x000030, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetOptionAtIndex_ReturnValue_1' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_SetMonitorComboBox \ -static_assert(alignof(WBP_GraphicsSettings_C_SetMonitorComboBox) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_SetMonitorComboBox"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_SetMonitorComboBox) == 0x000058, "Wrong size on WBP_GraphicsSettings_C_SetMonitorComboBox"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_ShouldShowMonitorSelector_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_ShouldShowMonitorSelector_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_GetMonitorIndex_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_GetMonitorIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_GetMonitorNameList_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_GetMonitorNameList_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_SetResolutionComboBox \ -static_assert(alignof(WBP_GraphicsSettings_C_SetResolutionComboBox) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_SetResolutionComboBox"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_SetResolutionComboBox) == 0x000118, "Wrong size on WBP_GraphicsSettings_C_SetResolutionComboBox"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, ForceFirstResolution) == 0x000000, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::ForceFirstResolution' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetSupportedFullscreenResolutionsForCurrentMonitor_Resolutions) == 0x000018, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetSupportedFullscreenResolutionsForCurrentMonitor_Resolutions' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000048, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000080, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_3) == 0x000090, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetGameUserSettings_ReturnValue) == 0x0000C0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetScreenResolution_ReturnValue) == 0x0000C8, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_4) == 0x0000D0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_5) == 0x0000E0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000F0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000100, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_FindOptionIndex_ReturnValue) == 0x000110, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_FindOptionIndex_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Greater_IntInt_ReturnValue) == 0x000114, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_BooleanAND_ReturnValue) == 0x000115, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_Tick \ -static_assert(alignof(WBP_GraphicsSettings_C_Tick) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_Tick"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_Tick) == 0x00003C, "Wrong size on WBP_GraphicsSettings_C_Tick"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_GraphicsSettings_C_Tick::MyGeometry' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_GraphicsSettings_C_Tick::InDeltaTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_UpdateMonitorFromIndex \ -static_assert(alignof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_UpdateMonitorFromIndex"); \ -static_assert(sizeof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex) == 0x000010, "Wrong size on WBP_GraphicsSettings_C_UpdateMonitorFromIndex"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex, MonitorIndex) == 0x000000, "Member 'WBP_GraphicsSettings_C_UpdateMonitorFromIndex::MonitorIndex' has a wrong offset!"); \ -static_assert(offsetof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_UpdateMonitorFromIndex::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_GraphicsSettings_C \ -static_assert(alignof(UWBP_GraphicsSettings_C) == 0x000008, "Wrong alignment on UWBP_GraphicsSettings_C"); \ -static_assert(sizeof(UWBP_GraphicsSettings_C) == 0x0004D0, "Wrong size on UWBP_GraphicsSettings_C"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, UberGraphFrame_WBP_GraphicsSettings_C) == 0x000320, "Member 'UWBP_GraphicsSettings_C::UberGraphFrame_WBP_GraphicsSettings_C' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, AA) == 0x000328, "Member 'UWBP_GraphicsSettings_C::AA' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, AdvanceSettingBox) == 0x000330, "Member 'UWBP_GraphicsSettings_C::AdvanceSettingBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, AntiAliasingCarousel) == 0x000338, "Member 'UWBP_GraphicsSettings_C::AntiAliasingCarousel' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Display) == 0x000340, "Member 'UWBP_GraphicsSettings_C::Display' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, DisplayComboBox) == 0x000348, "Member 'UWBP_GraphicsSettings_C::DisplayComboBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, DisplayComboBox_1) == 0x000350, "Member 'UWBP_GraphicsSettings_C::DisplayComboBox_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, DropDown_Button) == 0x000358, "Member 'UWBP_GraphicsSettings_C::DropDown_Button' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, EffectQuality) == 0x000360, "Member 'UWBP_GraphicsSettings_C::EffectQuality' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, EffectQualitySet) == 0x000368, "Member 'UWBP_GraphicsSettings_C::EffectQualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, FrameRate) == 0x000370, "Member 'UWBP_GraphicsSettings_C::FrameRate' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, FrameRateSet) == 0x000378, "Member 'UWBP_GraphicsSettings_C::FrameRateSet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Gamma) == 0x000380, "Member 'UWBP_GraphicsSettings_C::Gamma' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, GammaSetButton) == 0x000388, "Member 'UWBP_GraphicsSettings_C::GammaSetButton' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Graphics_ScrollBox) == 0x000390, "Member 'UWBP_GraphicsSettings_C::Graphics_ScrollBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, GraphicVerticalBox) == 0x000398, "Member 'UWBP_GraphicsSettings_C::GraphicVerticalBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Monitor) == 0x0003A0, "Member 'UWBP_GraphicsSettings_C::Monitor' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, MonitorComboBox) == 0x0003A8, "Member 'UWBP_GraphicsSettings_C::MonitorComboBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, PostProcessQuality) == 0x0003B0, "Member 'UWBP_GraphicsSettings_C::PostProcessQuality' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, PostProcessQualitySet) == 0x0003B8, "Member 'UWBP_GraphicsSettings_C::PostProcessQualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Quality) == 0x0003C0, "Member 'UWBP_GraphicsSettings_C::Quality' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, QualitySet) == 0x0003C8, "Member 'UWBP_GraphicsSettings_C::QualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ReflectionQuality) == 0x0003D0, "Member 'UWBP_GraphicsSettings_C::ReflectionQuality' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ReflectionQualitySet) == 0x0003D8, "Member 'UWBP_GraphicsSettings_C::ReflectionQualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, RenderingMode) == 0x0003E0, "Member 'UWBP_GraphicsSettings_C::RenderingMode' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, RenderingModeList) == 0x0003E8, "Member 'UWBP_GraphicsSettings_C::RenderingModeList' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Resolution) == 0x0003F0, "Member 'UWBP_GraphicsSettings_C::Resolution' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ResolutionsListBox) == 0x0003F8, "Member 'UWBP_GraphicsSettings_C::ResolutionsListBox' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ShadowQuality) == 0x000400, "Member 'UWBP_GraphicsSettings_C::ShadowQuality' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ShadowQualitySet) == 0x000408, "Member 'UWBP_GraphicsSettings_C::ShadowQualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Spacer_AA) == 0x000410, "Member 'UWBP_GraphicsSettings_C::Spacer_AA' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, TexQualitySet) == 0x000418, "Member 'UWBP_GraphicsSettings_C::TexQualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, TextSize) == 0x000420, "Member 'UWBP_GraphicsSettings_C::TextSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, TextureQ) == 0x000428, "Member 'UWBP_GraphicsSettings_C::TextureQ' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, UpscalingMethodSet) == 0x000430, "Member 'UWBP_GraphicsSettings_C::UpscalingMethodSet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Upscalingmode) == 0x000438, "Member 'UWBP_GraphicsSettings_C::Upscalingmode' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, UpscalingQuality) == 0x000440, "Member 'UWBP_GraphicsSettings_C::UpscalingQuality' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, UpscalingQualitySet) == 0x000448, "Member 'UWBP_GraphicsSettings_C::UpscalingQualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ViewDistanceQuality) == 0x000450, "Member 'UWBP_GraphicsSettings_C::ViewDistanceQuality' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ViewDistanceQualitySet) == 0x000458, "Member 'UWBP_GraphicsSettings_C::ViewDistanceQualitySet' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Vsynch) == 0x000460, "Member 'UWBP_GraphicsSettings_C::Vsynch' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, VSyncToggle) == 0x000468, "Member 'UWBP_GraphicsSettings_C::VSyncToggle' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, GammaScreen) == 0x000470, "Member 'UWBP_GraphicsSettings_C::GammaScreen' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, DefaultSettingValue) == 0x000478, "Member 'UWBP_GraphicsSettings_C::DefaultSettingValue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ResolutionArray) == 0x000480, "Member 'UWBP_GraphicsSettings_C::ResolutionArray' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Index_0) == 0x000490, "Member 'UWBP_GraphicsSettings_C::Index_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, SupportedUpscaling) == 0x000498, "Member 'UWBP_GraphicsSettings_C::SupportedUpscaling' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, DefaultUpscalingValueIndex) == 0x0004A8, "Member 'UWBP_GraphicsSettings_C::DefaultUpscalingValueIndex' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, NoUpscalingAAValue) == 0x0004AC, "Member 'UWBP_GraphicsSettings_C::NoUpscalingAAValue' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, ToolTipTimer) == 0x0004B0, "Member 'UWBP_GraphicsSettings_C::ToolTipTimer' has a wrong offset!"); \ -static_assert(offsetof(UWBP_GraphicsSettings_C, Key) == 0x0004B8, "Member 'UWBP_GraphicsSettings_C::Key' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_Highlight \ -static_assert(alignof(WBP_ButtonBase_Menu_C_Highlight) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_Highlight"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_Highlight) == 0x000001, "Wrong size on WBP_ButtonBase_Menu_C_Highlight"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_Highlight, Value) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_Highlight::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_SetHighlight \ -static_assert(alignof(WBP_ButtonBase_Menu_C_SetHighlight) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_SetHighlight"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_SetHighlight) == 0x000001, "Wrong size on WBP_ButtonBase_Menu_C_SetHighlight"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetHighlight, Value) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_SetHighlight::Value' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_Set_Notification \ -static_assert(alignof(WBP_ButtonBase_Menu_C_Set_Notification) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_Set_Notification"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_Set_Notification) == 0x000005, "Wrong size on WBP_ButtonBase_Menu_C_Set_Notification"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, bShouldNotify) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::bShouldNotify' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, Temp_bool_Variable) == 0x000001, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, Temp_byte_Variable) == 0x000002, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_Set_Notification, K2Node_Select_Default) == 0x000004, "Member 'WBP_ButtonBase_Menu_C_Set_Notification::K2Node_Select_Default' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_SetRowStyleText \ -static_assert(alignof(WBP_ButtonBase_Menu_C_SetRowStyleText) == 0x000008, "Wrong alignment on WBP_ButtonBase_Menu_C_SetRowStyleText"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_SetRowStyleText) == 0x0000B0, "Wrong size on WBP_ButtonBase_Menu_C_SetRowStyleText"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, RowStyleName) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::RowStyleName' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, TextTransformPolicy) == 0x000010, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::TextTransformPolicy' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, TempText) == 0x000018, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::TempText' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_TextToUpper_ReturnValue) == 0x000080, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_SetRowStyleText, CallFunc_TextToLower_ReturnValue) == 0x0000A0, "Member 'WBP_ButtonBase_Menu_C_SetRowStyleText::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath \ -static_assert(alignof(WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_OnAddedToFocusPath \ -static_assert(alignof(WBP_ButtonBase_Menu_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ButtonBase_Menu_C_OnAddedToFocusPath"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ButtonBase_Menu_C_OnAddedToFocusPath"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_OnCultureChanged_Event \ -static_assert(alignof(WBP_ButtonBase_Menu_C_OnCultureChanged_Event) == 0x000008, "Wrong alignment on WBP_ButtonBase_Menu_C_OnCultureChanged_Event"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_OnCultureChanged_Event) == 0x000010, "Wrong size on WBP_ButtonBase_Menu_C_OnCultureChanged_Event"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_OnCultureChanged_Event, NewCulture) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_OnCultureChanged_Event::NewCulture' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_PreConstruct \ -static_assert(alignof(WBP_ButtonBase_Menu_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonBase_Menu_C_PreConstruct"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonBase_Menu_C_PreConstruct"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu \ -static_assert(alignof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu) == 0x000008, "Wrong alignment on WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu"); \ -static_assert(sizeof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu) == 0x0000A0, "Wrong size on WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, EntryPoint) == 0x000000, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_BreakVector2D_X) == 0x000018, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_BreakVector2D_X' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_Event_InFocusEvent_1) == 0x000028, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_Event_InFocusEvent) == 0x000030, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_Event_InFocusEvent' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_CustomEvent_NewCulture) == 0x000038, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_IsVisible_ReturnValue) == 0x000048, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_GetZGameInstance_ReturnValue) == 0x000050, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_GetUIController_ReturnValue) == 0x000058, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, Temp_delegate_Variable) == 0x000060, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_DynamicCast_AsBP_UIController) == 0x000070, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_DynamicCast_AsBP_UIController' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_PostEvent_ReturnValue) == 0x00007C, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, Temp_delegate_Variable_1) == 0x000080, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_PostEvent_ReturnValue_1) == 0x000090, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, K2Node_Event_IsDesignTime) == 0x000094, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000098, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu, CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast) == 0x00009C, "Member 'WBP_ButtonBase_Menu_C_ExecuteUbergraph_WBP_ButtonBase_Menu::CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast' has a wrong offset!"); \ - -#define DUMPER7_ASSERTS_UWBP_ButtonBase_Menu_C \ -static_assert(alignof(UWBP_ButtonBase_Menu_C) == 0x000010, "Wrong alignment on UWBP_ButtonBase_Menu_C"); \ -static_assert(sizeof(UWBP_ButtonBase_Menu_C) == 0x0007F0, "Wrong size on UWBP_ButtonBase_Menu_C"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ButtonBase_Menu_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Button) == 0x000300, "Member 'UWBP_ButtonBase_Menu_C::Button' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, HoverBG) == 0x000308, "Member 'UWBP_ButtonBase_Menu_C::HoverBG' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark) == 0x000310, "Member 'UWBP_ButtonBase_Menu_C::Mark' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, SizeBox_1) == 0x000318, "Member 'UWBP_ButtonBase_Menu_C::SizeBox_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, WBP_RichText) == 0x000320, "Member 'UWBP_ButtonBase_Menu_C::WBP_RichText' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnClicked) == 0x000328, "Member 'UWBP_ButtonBase_Menu_C::OnClicked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnFocusOn) == 0x000338, "Member 'UWBP_ButtonBase_Menu_C::OnFocusOn' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnFocusOff) == 0x000348, "Member 'UWBP_ButtonBase_Menu_C::OnFocusOff' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Button_Text) == 0x000358, "Member 'UWBP_ButtonBase_Menu_C::Button_Text' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Focused) == 0x000368, "Member 'UWBP_ButtonBase_Menu_C::Focused' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Style) == 0x000370, "Member 'UWBP_ButtonBase_Menu_C::Style' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, FocusedSound) == 0x000760, "Member 'UWBP_ButtonBase_Menu_C::FocusedSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, HoveredStyleName) == 0x000768, "Member 'UWBP_ButtonBase_Menu_C::HoveredStyleName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, NormalStyleName) == 0x000778, "Member 'UWBP_ButtonBase_Menu_C::NormalStyleName' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, MinSize) == 0x000788, "Member 'UWBP_ButtonBase_Menu_C::MinSize' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, ButtonTextPadding) == 0x000798, "Member 'UWBP_ButtonBase_Menu_C::ButtonTextPadding' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_0) == 0x0007A8, "Member 'UWBP_ButtonBase_Menu_C::Mark_0' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_1) == 0x0007B0, "Member 'UWBP_ButtonBase_Menu_C::Mark_1' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_2) == 0x0007B8, "Member 'UWBP_ButtonBase_Menu_C::Mark_2' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Mark_3) == 0x0007C0, "Member 'UWBP_ButtonBase_Menu_C::Mark_3' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, Marked) == 0x0007C8, "Member 'UWBP_ButtonBase_Menu_C::Marked' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, OnReleased) == 0x0007D0, "Member 'UWBP_ButtonBase_Menu_C::OnReleased' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, ValidationSound) == 0x0007E0, "Member 'UWBP_ButtonBase_Menu_C::ValidationSound' has a wrong offset!"); \ -static_assert(offsetof(UWBP_ButtonBase_Menu_C, bStayHighlighted) == 0x0007E8, "Member 'UWBP_ButtonBase_Menu_C::bStayHighlighted' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen \ +static_assert(alignof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen"); \ +static_assert(sizeof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen) == 0x000250, "Wrong size on WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, EntryPoint) == 0x000000, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x000064, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_7) == 0x000074, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_8) == 0x000084, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_9) == 0x000094, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable) == 0x0000A8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CustomEvent_Logo) == 0x0000B8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CustomEvent_Logo' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_SwitchEnum_CmpSuccess) == 0x0000B9, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable_1) == 0x0000C0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x0000C8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x0000D0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_object_Variable) == 0x0000D8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x0000E8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x0000F0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_1) == 0x0000F8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000100, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000120, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000124, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000128, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable_1_0) == 0x000130, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_real_Variable_0) == 0x000138, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000140, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_2) == 0x000148, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2) == 0x000150, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_2) == 0x000158, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_3) == 0x000160, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3) == 0x000168, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_3) == 0x000170, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue) == 0x000178, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_4) == 0x000180, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_4) == 0x000188, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetPlatformType_ReturnValue) == 0x000190, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000191, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_4) == 0x000192, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_CreateDelegate_OutputDelegate_10) == 0x000194, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_1) == 0x0001A8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetUIController_ReturnValue) == 0x0001B0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_5) == 0x0001B8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_5) == 0x0001C0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_5) == 0x0001C8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001C9, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_2) == 0x0001D0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetPlatformType_ReturnValue_1) == 0x0001D8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetPlatformType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001D9, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_Event_InputActionName) == 0x0001DC, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_Event_InputActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_3) == 0x0001E8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetZGameInstance_ReturnValue_4) == 0x0001F0, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetSaveManager_ReturnValue) == 0x0001F8, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_DynamicCast_AsBP_Darwin_Game_Instance) == 0x000200, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_DynamicCast_AsBP_Darwin_Game_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, K2Node_DynamicCast_bSuccess) == 0x000208, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000209, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_BooleanAND_ReturnValue) == 0x00020A, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_6) == 0x000210, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_6) == 0x000218, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_6) == 0x000220, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000228, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_Result_7) == 0x000230, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_Result_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_7) == 0x000238, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_IsValid_ReturnValue_7) == 0x000240, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_GetShaderCount_ReturnValue) == 0x000244, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_GetShaderCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, Temp_bool_Variable) == 0x000248, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_Greater_IntInt_ReturnValue) == 0x000249, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen, CallFunc_Delay_Duration_ImplicitCast) == 0x00024C, "Member 'WBP_LogoScreen_C_ExecuteUbergraph_WBP_LogoScreen::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LogoScreen_C_HandleAspectRatio \ +static_assert(alignof(WBP_LogoScreen_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_LogoScreen_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_LogoScreen_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_LogoScreen_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_LogoScreen_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_LogoScreen_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_LogoScreen_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LogoScreen_C_HideLogos \ +static_assert(alignof(WBP_LogoScreen_C_HideLogos) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_HideLogos"); \ +static_assert(sizeof(WBP_LogoScreen_C_HideLogos) == 0x000038, "Wrong size on WBP_LogoScreen_C_HideLogos"); \ +static_assert(offsetof(WBP_LogoScreen_C_HideLogos, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_LogoScreen_C_HideLogos::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HideLogos, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_LogoScreen_C_HideLogos::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_HideLogos, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_LogoScreen_C_HideLogos::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_LogoScreen_C_InpActEvt_IA_System_Any_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LogoScreen_C_OnInputAction \ +static_assert(alignof(WBP_LogoScreen_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_LogoScreen_C_OnInputAction"); \ +static_assert(sizeof(WBP_LogoScreen_C_OnInputAction) == 0x000008, "Wrong size on WBP_LogoScreen_C_OnInputAction"); \ +static_assert(offsetof(WBP_LogoScreen_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_LogoScreen_C_OnInputAction::InputActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LogoScreen_C_PrecacheStuff \ +static_assert(alignof(WBP_LogoScreen_C_PrecacheStuff) == 0x000008, "Wrong alignment on WBP_LogoScreen_C_PrecacheStuff"); \ +static_assert(sizeof(WBP_LogoScreen_C_PrecacheStuff) == 0x0000D0, "Wrong size on WBP_LogoScreen_C_PrecacheStuff"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, Materials) == 0x000000, "Member 'WBP_LogoScreen_C_PrecacheStuff::Materials' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CamoNormal) == 0x000010, "Member 'WBP_LogoScreen_C_PrecacheStuff::CamoNormal' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CamoAlbedo) == 0x000038, "Member 'WBP_LogoScreen_C_PrecacheStuff::CamoAlbedo' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_LogoScreen_C_PrecacheStuff::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'WBP_LogoScreen_C_PrecacheStuff::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'WBP_LogoScreen_C_PrecacheStuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_LogoScreen_C_PrecacheStuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_LogoScreen_C_PrecacheStuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'WBP_LogoScreen_C_PrecacheStuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000B0, "Member 'WBP_LogoScreen_C_PrecacheStuff::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_LogoScreen_C_PrecacheStuff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x0000C0, "Member 'WBP_LogoScreen_C_PrecacheStuff::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LogoScreen_C_PrecacheStuff, CallFunc_LoadAsset_Blocking_ReturnValue_2) == 0x0000C8, "Member 'WBP_LogoScreen_C_PrecacheStuff::CallFunc_LoadAsset_Blocking_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LogoScreen_C_StartLogo \ +static_assert(alignof(WBP_LogoScreen_C_StartLogo) == 0x000001, "Wrong alignment on WBP_LogoScreen_C_StartLogo"); \ +static_assert(sizeof(WBP_LogoScreen_C_StartLogo) == 0x000001, "Wrong size on WBP_LogoScreen_C_StartLogo"); \ +static_assert(offsetof(WBP_LogoScreen_C_StartLogo, Logo) == 0x000000, "Member 'WBP_LogoScreen_C_StartLogo::Logo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LogoScreen_C \ +static_assert(alignof(UWBP_LogoScreen_C) == 0x000008, "Wrong alignment on UWBP_LogoScreen_C"); \ +static_assert(sizeof(UWBP_LogoScreen_C) == 0x0003D0, "Wrong size on UWBP_LogoScreen_C"); \ +static_assert(offsetof(UWBP_LogoScreen_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_LogoScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, ShaderCompilation) == 0x000300, "Member 'UWBP_LogoScreen_C::ShaderCompilation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, PCController) == 0x000308, "Member 'UWBP_LogoScreen_C::PCController' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, WarningSensitivity) == 0x000310, "Member 'UWBP_LogoScreen_C::WarningSensitivity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, AutoSave) == 0x000318, "Member 'UWBP_LogoScreen_C::AutoSave' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Wwise) == 0x000320, "Member 'UWBP_LogoScreen_C::Wwise' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Unreal) == 0x000328, "Member 'UWBP_LogoScreen_C::Unreal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, ZDT) == 0x000330, "Member 'UWBP_LogoScreen_C::ZDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Konami) == 0x000338, "Member 'UWBP_LogoScreen_C::Konami' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Close) == 0x000340, "Member 'UWBP_LogoScreen_C::Close' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Open) == 0x000348, "Member 'UWBP_LogoScreen_C::Open' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Background) == 0x000350, "Member 'UWBP_LogoScreen_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Logo_Konami) == 0x000358, "Member 'UWBP_LogoScreen_C::Logo_Konami' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Logo_Unreal) == 0x000360, "Member 'UWBP_LogoScreen_C::Logo_Unreal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Logo_Wwise) == 0x000368, "Member 'UWBP_LogoScreen_C::Logo_Wwise' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Logo_ZDT) == 0x000370, "Member 'UWBP_LogoScreen_C::Logo_ZDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, Overlay_Logos) == 0x000378, "Member 'UWBP_LogoScreen_C::Overlay_Logos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, SizeBox_AspectRatio) == 0x000380, "Member 'UWBP_LogoScreen_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, WBP_AutoSaveScreen) == 0x000388, "Member 'UWBP_LogoScreen_C::WBP_AutoSaveScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, WBP_ConsolControllerScreen) == 0x000390, "Member 'UWBP_LogoScreen_C::WBP_ConsolControllerScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, WBP_ShaderCompilation) == 0x000398, "Member 'UWBP_LogoScreen_C::WBP_ShaderCompilation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, WBP_WarningSensitivity) == 0x0003A0, "Member 'UWBP_LogoScreen_C::WBP_WarningSensitivity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, CanSkip) == 0x0003A8, "Member 'UWBP_LogoScreen_C::CanSkip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, IsFinished) == 0x0003A9, "Member 'UWBP_LogoScreen_C::IsFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, OnLogoScreenFinished) == 0x0003B0, "Member 'UWBP_LogoScreen_C::OnLogoScreenFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, State) == 0x0003C0, "Member 'UWBP_LogoScreen_C::State' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LogoScreen_C, AllowedSkipDelay) == 0x0003C8, "Member 'UWBP_LogoScreen_C::AllowedSkipDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance \ +static_assert(alignof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance"); \ +static_assert(sizeof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance) == 0x0000E0, "Wrong size on BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, EntryPoint) == 0x000000, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, K2Node_Event_AvailableDevices) == 0x000008, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::K2Node_Event_AvailableDevices' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Conv_IntToString_ReturnValue) == 0x000068, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B8, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C8, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_DarwinGameInstance_C_ExecuteUbergraph_BP_DarwinGameInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_OnAudioOutputDevices \ +static_assert(alignof(BP_DarwinGameInstance_C_OnAudioOutputDevices) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_OnAudioOutputDevices"); \ +static_assert(sizeof(BP_DarwinGameInstance_C_OnAudioOutputDevices) == 0x000010, "Wrong size on BP_DarwinGameInstance_C_OnAudioOutputDevices"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_OnAudioOutputDevices, AvailableDevices) == 0x000000, "Member 'BP_DarwinGameInstance_C_OnAudioOutputDevices::AvailableDevices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetAudioSettings \ +static_assert(alignof(BP_DarwinGameInstance_C_SetAudioSettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetAudioSettings"); \ +static_assert(sizeof(BP_DarwinGameInstance_C_SetAudioSettings) == 0x000050, "Wrong size on BP_DarwinGameInstance_C_SetAudioSettings"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, GameUserSettings) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, Temp_delegate_Variable) == 0x000008, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetUIVolume_ReturnValue) == 0x000018, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetVoiceVolume_ReturnValue) == 0x00001C, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetVoiceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetAmbianceVolume_ReturnValue) == 0x000020, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetAmbianceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetSoundEffectVolume_ReturnValue) == 0x000024, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetSoundEffectVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetMusicVolume_ReturnValue) == 0x000028, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetMasterVolume_ReturnValue) == 0x00002C, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetAudioOutputDevice_ReturnValue) == 0x000030, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetAudioOutputDevice_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetAudioSettings, CallFunc_PostEvent_ReturnValue) == 0x000048, "Member 'BP_DarwinGameInstance_C_SetAudioSettings::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetGameplaySettings \ +static_assert(alignof(BP_DarwinGameInstance_C_SetGameplaySettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetGameplaySettings"); \ +static_assert(sizeof(BP_DarwinGameInstance_C_SetGameplaySettings) == 0x000030, "Wrong size on BP_DarwinGameInstance_C_SetGameplaySettings"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, GameUserSettings) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetZPlayerController_ReturnValue) == 0x000008, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetHelpSystemEnabled_ReturnValue) == 0x000010, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetHelpSystemEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetHelpSystem_ReturnValue) == 0x000018, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetHelpSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetForceFeedback_ReturnValue) == 0x000020, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetSubtitle_ReturnValue) == 0x000021, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetSubtitle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGameplaySettings, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'BP_DarwinGameInstance_C_SetGameplaySettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetGraphicSettings \ +static_assert(alignof(BP_DarwinGameInstance_C_SetGraphicSettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetGraphicSettings"); \ +static_assert(sizeof(BP_DarwinGameInstance_C_SetGraphicSettings) == 0x000010, "Wrong size on BP_DarwinGameInstance_C_SetGraphicSettings"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGraphicSettings, GameUserSettings) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetGraphicSettings::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetGraphicSettings, CallFunc_GetGammaCorrection_ReturnValue) == 0x000008, "Member 'BP_DarwinGameInstance_C_SetGraphicSettings::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_SetUserSettings \ +static_assert(alignof(BP_DarwinGameInstance_C_SetUserSettings) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_SetUserSettings"); \ +static_assert(sizeof(BP_DarwinGameInstance_C_SetUserSettings) == 0x000048, "Wrong size on BP_DarwinGameInstance_C_SetUserSettings"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, Temp_delegate_Variable) == 0x000000, "Member 'BP_DarwinGameInstance_C_SetUserSettings::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000020, "Member 'BP_DarwinGameInstance_C_SetUserSettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_DarwinGameInstance_C_SetUserSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetAudioOutputDevice_ReturnValue) == 0x00002C, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetAudioOutputDevice_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_GetGammaCorrection_ReturnValue) == 0x000030, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_SetUserSettings, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'BP_DarwinGameInstance_C_SetUserSettings::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DarwinGameInstance_C_StartChapterFromCheckpoint \ +static_assert(alignof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint) == 0x000008, "Wrong alignment on BP_DarwinGameInstance_C_StartChapterFromCheckpoint"); \ +static_assert(sizeof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint) == 0x000158, "Wrong size on BP_DarwinGameInstance_C_StartChapterFromCheckpoint"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Checkpoint) == 0x000000, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Checkpoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Temp_bool_True_if_break_was_hit_Variable) == 0x000060, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Temp_int_Array_Index_Variable) == 0x000064, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_GetZGameInstance_ReturnValue) == 0x000070, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_GetAllCheckpoints_ReturnValue) == 0x000078, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_GetAllCheckpoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_FindWorld_MapOutput) == 0x000118, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_FindWorld_MapOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_Less_IntInt_ReturnValue) == 0x000150, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_BooleanAND_ReturnValue) == 0x000151, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DarwinGameInstance_C_StartChapterFromCheckpoint, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x000152, "Member 'BP_DarwinGameInstance_C_StartChapterFromCheckpoint::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DarwinGameInstance_C \ +static_assert(alignof(UBP_DarwinGameInstance_C) == 0x000008, "Wrong alignment on UBP_DarwinGameInstance_C"); \ +static_assert(sizeof(UBP_DarwinGameInstance_C) == 0x000438, "Wrong size on UBP_DarwinGameInstance_C"); \ +static_assert(offsetof(UBP_DarwinGameInstance_C, UberGraphFrame) == 0x000418, "Member 'UBP_DarwinGameInstance_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DarwinGameInstance_C, AudioDeviceEvents) == 0x000420, "Member 'UBP_DarwinGameInstance_C::AudioDeviceEvents' has a wrong offset!"); \ +static_assert(offsetof(UBP_DarwinGameInstance_C, HasSeenLogos) == 0x000430, "Member 'UBP_DarwinGameInstance_C::HasSeenLogos' has a wrong offset!"); \ +static_assert(offsetof(UBP_DarwinGameInstance_C, HasStartedGame) == 0x000431, "Member 'UBP_DarwinGameInstance_C::HasStartedGame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DarwinGameInstance_C, IsPlayingMainTheme) == 0x000432, "Member 'UBP_DarwinGameInstance_C::IsPlayingMainTheme' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature) == 0x000001, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature, bShouldDisableChapterSelection) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_ChaptersSelect_K2Node_ComponentBoundEvent_7_OnButtonGenerationFinished__DelegateSignature::bShouldDisableChapterSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_DisplaySkinNotification \ +static_assert(alignof(WBP_PauseMenu_C_DisplaySkinNotification) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_DisplaySkinNotification"); \ +static_assert(sizeof(WBP_PauseMenu_C_DisplaySkinNotification) == 0x000018, "Wrong size on WBP_PauseMenu_C_DisplaySkinNotification"); \ +static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_IsMGSDemo_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_GetUIController_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_DisplaySkinNotification, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_PauseMenu_C_DisplaySkinNotification::CallFunc_Greater_IntInt_ReturnValue' 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) == 0x000190, "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, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000008, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000028, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00002C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000030, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_object_Variable) == 0x000038, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000040, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable) == 0x000048, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable_1) == 0x000050, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable_0) == 0x000058, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_real_Variable_1_0) == 0x000060, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_bool_Variable) == 0x000068, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000070, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000078, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000088, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x000098, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_InFocusEvent) == 0x0000A8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue) == 0x0000B0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_bShouldDisableChapterSelection) == 0x0000B1, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_bShouldDisableChapterSelection' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_InputActionName) == 0x0000B4, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_InputActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000BC, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_ResumeGame_Animation) == 0x0000D0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_ResumeGame_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetZGameInstance_ReturnValue) == 0x0000D8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetUIController_ReturnValue) == 0x0000E0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue) == 0x0000E8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000F0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x0000F8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000100, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue) == 0x000108, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsRequiringExclusiveInputsAccess_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000109, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsValid_ReturnValue) == 0x00010A, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_BooleanAND_ReturnValue) == 0x00010B, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_ResumeGame_Animation_1) == 0x000110, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_ResumeGame_Animation_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_NewInputMode) == 0x000118, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_NewInputMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_bValue) == 0x000119, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_1) == 0x00011A, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_2) == 0x00011B, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_3) == 0x00011C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_4) == 0x00011D, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x00011E, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x00011F, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_BooleanAND_ReturnValue_1) == 0x000120, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_5) == 0x000121, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_BooleanAND_ReturnValue_2) == 0x000122, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetBackInputDelay_Delay) == 0x000128, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetBackInputDelay_Delay' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_delegate_Variable) == 0x000130, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEvent_ReturnValue) == 0x000140, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsVisible_ReturnValue_6) == 0x000144, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsVisible_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000145, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_delegate_Variable_1) == 0x000148, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000158, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEvent_ReturnValue_1) == 0x00015C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000160, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_bIsDocked) == 0x000168, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_delegate_Variable_2) == 0x00016C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEvent_ReturnValue_2) == 0x00017C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000180, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast) == 0x000188, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Delay_Duration_ImplicitCast) == 0x00018C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_FindWorld \ +static_assert(alignof(WBP_PauseMenu_C_FindWorld) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_FindWorld"); \ +static_assert(sizeof(WBP_PauseMenu_C_FindWorld) == 0x0000C0, "Wrong size on WBP_PauseMenu_C_FindWorld"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, MapName) == 0x000000, "Member 'WBP_PauseMenu_C_FindWorld::MapName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, MapOutPut) == 0x000010, "Member 'WBP_PauseMenu_C_FindWorld::MapOutPut' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, MapNameToWorld) == 0x000048, "Member 'WBP_PauseMenu_C_FindWorld::MapNameToWorld' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, Temp_int_Array_Index_Variable) == 0x000058, "Member 'WBP_PauseMenu_C_FindWorld::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'WBP_PauseMenu_C_FindWorld::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, K2Node_MakeArray_Array) == 0x000068, "Member 'WBP_PauseMenu_C_FindWorld::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_FindWorld, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x0000B9, "Member 'WBP_PauseMenu_C_FindWorld::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_GetBackInputDelay \ +static_assert(alignof(WBP_PauseMenu_C_GetBackInputDelay) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_GetBackInputDelay"); \ +static_assert(sizeof(WBP_PauseMenu_C_GetBackInputDelay) == 0x000018, "Wrong size on WBP_PauseMenu_C_GetBackInputDelay"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, Delay) == 0x000000, "Member 'WBP_PauseMenu_C_GetBackInputDelay::Delay' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_GetBackInputDelay::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, CallFunc_GetInputMode_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_GetBackInputDelay::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBackInputDelay, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'WBP_PauseMenu_C_GetBackInputDelay::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_GetBrush \ +static_assert(alignof(WBP_PauseMenu_C_GetBrush) == 0x000010, "Wrong alignment on WBP_PauseMenu_C_GetBrush"); \ +static_assert(sizeof(WBP_PauseMenu_C_GetBrush) == 0x0000D0, "Wrong size on WBP_PauseMenu_C_GetBrush"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBrush, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_GetBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_HandleAspectRatio \ +static_assert(alignof(WBP_PauseMenu_C_HandleAspectRatio) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_HandleAspectRatio"); \ +static_assert(sizeof(WBP_PauseMenu_C_HandleAspectRatio) == 0x000010, "Wrong size on WBP_PauseMenu_C_HandleAspectRatio"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleAspectRatio, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_HandleAspectRatio::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleAspectRatio, CallFunc_GetGlobalAspectRatio_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_HandleAspectRatio::CallFunc_GetGlobalAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleAspectRatio, CallFunc_ShouldHandleAspectRatio_ReturnValue) == 0x00000C, "Member 'WBP_PauseMenu_C_HandleAspectRatio::CallFunc_ShouldHandleAspectRatio_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_HandleFocus \ +static_assert(alignof(WBP_PauseMenu_C_HandleFocus) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_HandleFocus"); \ +static_assert(sizeof(WBP_PauseMenu_C_HandleFocus) == 0x000038, "Wrong size on WBP_PauseMenu_C_HandleFocus"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetUIController_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_DynamicCast_AsWBP_Pop_Up) == 0x000018, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_DynamicCast_AsWBP_Pop_Up' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_IsMouseCursorEnabled_ReturnValue) == 0x000022, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_IsMouseCursorEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, CallFunc_GetInputMode_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_HandleFocus::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandleFocus, K2Node_SwitchEnum_CmpSuccess_1) == 0x000031, "Member 'WBP_PauseMenu_C_HandleFocus::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_HandlePauseMenuInput \ +static_assert(alignof(WBP_PauseMenu_C_HandlePauseMenuInput) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_HandlePauseMenuInput"); \ +static_assert(sizeof(WBP_PauseMenu_C_HandlePauseMenuInput) == 0x000020, "Wrong size on WBP_PauseMenu_C_HandlePauseMenuInput"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, InputAction) == 0x000000, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::InputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, K2Node_SwitchName_CmpSuccess) == 0x000008, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_ResumeGame_Animation) == 0x000010, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_ResumeGame_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_GetIsEnabled_ReturnValue) == 0x000019, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsVisible_ReturnValue_1) == 0x00001A, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_IsVisible_ReturnValue_2) == 0x00001B, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_HandlePauseMenuInput, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'WBP_PauseMenu_C_HandlePauseMenuInput::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_PauseMenu_C_InpActEvt_IA_System_Menu_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnAppFocus \ +static_assert(alignof(WBP_PauseMenu_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnAppFocus"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnAppFocus) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnAppFocus"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_PauseMenu_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnFadeOutCompleted \ +static_assert(alignof(WBP_PauseMenu_C_OnFadeOutCompleted) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnFadeOutCompleted"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnFadeOutCompleted) == 0x0000B8, "Wrong size on WBP_PauseMenu_C_OnFadeOutCompleted"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetZGameMode_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_AsDarwin_Game_Mode) == 0x000018, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_AsDarwin_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_AsBP_Darwin_Player_Controller) == 0x000030, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_AsBP_Darwin_Player_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetPlayerController_ReturnValue_1) == 0x000040, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_AsBP_Darwin_Player_Controller_1) == 0x000048, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_AsBP_Darwin_Player_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetZGameInstance_ReturnValue) == 0x000058, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_FindWorld_MapOutput) == 0x000068, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_FindWorld_MapOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_GetCurrentLevelName_ReturnValue) == 0x0000A0, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFadeOutCompleted, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x0000B0, "Member 'WBP_PauseMenu_C_OnFadeOutCompleted::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnInputAction \ +static_assert(alignof(WBP_PauseMenu_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_PauseMenu_C_OnInputAction"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnInputAction) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnInputAction"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_PauseMenu_C_OnInputAction::InputActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnInputModeChanged \ +static_assert(alignof(WBP_PauseMenu_C_OnInputModeChanged) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnInputModeChanged"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnInputModeChanged) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnInputModeChanged"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnInputModeChanged, NewInputMode) == 0x000000, "Member 'WBP_PauseMenu_C_OnInputModeChanged::NewInputMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnMainMenuClicked \ +static_assert(alignof(WBP_PauseMenu_C_OnMainMenuClicked) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnMainMenuClicked"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnMainMenuClicked) == 0x000028, "Wrong size on WBP_PauseMenu_C_OnMainMenuClicked"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, Temp_delegate_Variable) == 0x000000, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, CallFunc_PostEvent_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMainMenuClicked, CallFunc_GetUIController_ReturnValue) == 0x000020, "Member 'WBP_PauseMenu_C_OnMainMenuClicked::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked \ +static_assert(alignof(WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked, bIsDocked) == 0x000000, "Member 'WBP_PauseMenu_C_OnNintendoConsoleDockedOrUndocked::bIsDocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnNotifyFlushed \ +static_assert(alignof(WBP_PauseMenu_C_OnNotifyFlushed) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnNotifyFlushed"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnNotifyFlushed) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnNotifyFlushed"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnNotifyFlushed, Notify) == 0x000000, "Member 'WBP_PauseMenu_C_OnNotifyFlushed::Notify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnNotifyReceveived \ +static_assert(alignof(WBP_PauseMenu_C_OnNotifyReceveived) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnNotifyReceveived"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnNotifyReceveived) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnNotifyReceveived"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnNotifyReceveived, Notify) == 0x000000, "Member 'WBP_PauseMenu_C_OnNotifyReceveived::Notify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_PauseMenu_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_PauseMenu_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_PauseMenu_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_PauseMenu_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_PopUpMainMenu \ +static_assert(alignof(WBP_PauseMenu_C_PopUpMainMenu) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_PopUpMainMenu"); \ +static_assert(sizeof(WBP_PauseMenu_C_PopUpMainMenu) == 0x000080, "Wrong size on WBP_PauseMenu_C_PopUpMainMenu"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_GetCurrentWidgetByType_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_GetCurrentWidgetByType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_DynamicCast_AsWBP_Pop_Up) == 0x000038, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_DynamicCast_AsWBP_Pop_Up' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, K2Node_MakeStruct_PopUpTextData) == 0x000048, "Member 'WBP_PauseMenu_C_PopUpMainMenu::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_PopUpMainMenu, CallFunc_RequestGenericPopUp_ReturnValue) == 0x000078, "Member 'WBP_PauseMenu_C_PopUpMainMenu::CallFunc_RequestGenericPopUp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_RestartFromLastCheckPoint \ +static_assert(alignof(WBP_PauseMenu_C_RestartFromLastCheckPoint) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_RestartFromLastCheckPoint"); \ +static_assert(sizeof(WBP_PauseMenu_C_RestartFromLastCheckPoint) == 0x0000D8, "Wrong size on WBP_PauseMenu_C_RestartFromLastCheckPoint"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetUIController_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_SetGamePaused_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, K2Node_DynamicCast_AsBP_Darwin_Player_Controller) == 0x000030, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::K2Node_DynamicCast_AsBP_Darwin_Player_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetZGameMode_ReturnValue) == 0x000040, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetCurrentCheckPointData_ReturnValue) == 0x000048, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetCurrentCheckPointData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_GetComponentByClass_ReturnValue) == 0x0000C8, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_Vector_IsZero_ReturnValue) == 0x0000D0, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RestartFromLastCheckPoint, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'WBP_PauseMenu_C_RestartFromLastCheckPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ResumeGame \ +static_assert(alignof(WBP_PauseMenu_C_ResumeGame) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_ResumeGame"); \ +static_assert(sizeof(WBP_PauseMenu_C_ResumeGame) == 0x000060, "Wrong size on WBP_PauseMenu_C_ResumeGame"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, Animation) == 0x000000, "Member 'WBP_PauseMenu_C_ResumeGame::Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, Temp_delegate_Variable) == 0x000008, "Member 'WBP_PauseMenu_C_ResumeGame::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_GetGameUserSettings_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000030, "Member 'WBP_PauseMenu_C_ResumeGame::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PauseMenu_C_ResumeGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_PauseMenu_C_ResumeGame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_GetForceFeedback_ReturnValue) == 0x00004C, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_GetForceFeedback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ResumeGame, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000058, "Member 'WBP_PauseMenu_C_ResumeGame::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_RetrieveCurrentCPData \ +static_assert(alignof(WBP_PauseMenu_C_RetrieveCurrentCPData) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_RetrieveCurrentCPData"); \ +static_assert(sizeof(WBP_PauseMenu_C_RetrieveCurrentCPData) == 0x0000D0, "Wrong size on WBP_PauseMenu_C_RetrieveCurrentCPData"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetAllCheckpoints_ReturnValue) == 0x000020, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetAllCheckpoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetZGameMode_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_GetCurrentCheckPointId_ReturnValue) == 0x0000B8, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_GetCurrentCheckPointId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x0000CC, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_Less_IntInt_ReturnValue) == 0x0000CD, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveCurrentCPData, CallFunc_BooleanAND_ReturnValue) == 0x0000CE, "Member 'WBP_PauseMenu_C_RetrieveCurrentCPData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_SetPauseMenuElementVisibility \ +static_assert(alignof(WBP_PauseMenu_C_SetPauseMenuElementVisibility) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_SetPauseMenuElementVisibility"); \ +static_assert(sizeof(WBP_PauseMenu_C_SetPauseMenuElementVisibility) == 0x000001, "Wrong size on WBP_PauseMenu_C_SetPauseMenuElementVisibility"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetPauseMenuElementVisibility, NewVisibility) == 0x000000, "Member 'WBP_PauseMenu_C_SetPauseMenuElementVisibility::NewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_UpdateSwitchInputPrompt \ +static_assert(alignof(WBP_PauseMenu_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_UpdateSwitchInputPrompt"); \ +static_assert(sizeof(WBP_PauseMenu_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong size on WBP_PauseMenu_C_UpdateSwitchInputPrompt"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateSwitchInputPrompt, CallFunc_IsSwitchDocked_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_UpdateSwitchInputPrompt::CallFunc_IsSwitchDocked_ReturnValue' 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) == 0x000488, "Wrong size on UWBP_PauseMenu_C"); \ +static_assert(offsetof(UWBP_PauseMenu_C, UberGraphFrame_WBP_PauseMenu_C) == 0x000338, "Member 'UWBP_PauseMenu_C::UberGraphFrame_WBP_PauseMenu_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Fade) == 0x000340, "Member 'UWBP_PauseMenu_C::Fade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Button_ChapterSelect) == 0x000348, "Member 'UWBP_PauseMenu_C::Button_ChapterSelect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Button_Extras) == 0x000350, "Member 'UWBP_PauseMenu_C::Button_Extras' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Button_MainMenu) == 0x000358, "Member 'UWBP_PauseMenu_C::Button_MainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Button_RestartCheckpoint) == 0x000360, "Member 'UWBP_PauseMenu_C::Button_RestartCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Button_Resume) == 0x000368, "Member 'UWBP_PauseMenu_C::Button_Resume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Button_Settings) == 0x000370, "Member 'UWBP_PauseMenu_C::Button_Settings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, CanvasPanel_MainMenu) == 0x000378, "Member 'UWBP_PauseMenu_C::CanvasPanel_MainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, PauseButtonVerticalBox) == 0x000380, "Member 'UWBP_PauseMenu_C::PauseButtonVerticalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, PauseTitle) == 0x000388, "Member 'UWBP_PauseMenu_C::PauseTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ScreenTitle) == 0x000390, "Member 'UWBP_PauseMenu_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Separator) == 0x000398, "Member 'UWBP_PauseMenu_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SideMenu_BG) == 0x0003A0, "Member 'UWBP_PauseMenu_C::SideMenu_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SideMenu_Dimm) == 0x0003A8, "Member 'UWBP_PauseMenu_C::SideMenu_Dimm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SizeBox_AspectRatio) == 0x0003B0, "Member 'UWBP_PauseMenu_C::SizeBox_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Vignette) == 0x0003B8, "Member 'UWBP_PauseMenu_C::Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_ChaptersSelect) == 0x0003C0, "Member 'UWBP_PauseMenu_C::WBP_ChaptersSelect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_Extras) == 0x0003C8, "Member 'UWBP_PauseMenu_C::WBP_Extras' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_InputPrompt) == 0x0003D0, "Member 'UWBP_PauseMenu_C::WBP_InputPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_PopUp) == 0x0003D8, "Member 'UWBP_PauseMenu_C::WBP_PopUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_Settings) == 0x0003E0, "Member 'UWBP_PauseMenu_C::WBP_Settings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, CurrentCPData) == 0x0003E8, "Member 'UWBP_PauseMenu_C::CurrentCPData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, AnimationPlayRate) == 0x000468, "Member 'UWBP_PauseMenu_C::AnimationPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, CanQuit) == 0x000470, "Member 'UWBP_PauseMenu_C::CanQuit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, State) == 0x000471, "Member 'UWBP_PauseMenu_C::State' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SwitchSize) == 0x000478, "Member 'UWBP_PauseMenu_C::SwitchSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChaptersSelect_C_UpdateSwitchInputPrompt \ static_assert(alignof(WBP_ChaptersSelect_C_UpdateSwitchInputPrompt) == 0x000001, "Wrong alignment on WBP_ChaptersSelect_C_UpdateSwitchInputPrompt"); \ @@ -152272,10 +152504,10 @@ static_assert(offsetof(WBP_Settings_C_HandleBackInput, K2Node_SwitchEnum_CmpSucc #define DUMPER7_ASSERTS_WBP_Settings_C_DisplayControllerBasedOnPlatform \ static_assert(alignof(WBP_Settings_C_DisplayControllerBasedOnPlatform) == 0x000008, "Wrong alignment on WBP_Settings_C_DisplayControllerBasedOnPlatform"); \ static_assert(sizeof(WBP_Settings_C_DisplayControllerBasedOnPlatform) == 0x000030, "Wrong size on WBP_Settings_C_DisplayControllerBasedOnPlatform"); \ -static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetControllerStringForPC_ReturnValue) == 0x000008, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetControllerStringForPC_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetInputMode_ReturnValue) == 0x000018, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, K2Node_SwitchString_CmpSuccess) == 0x000019, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetControllerStringForPC_ReturnValue) == 0x000000, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetControllerStringForPC_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, K2Node_SwitchString_CmpSuccess) == 0x000018, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetInputMode_ReturnValue) == 0x000019, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Settings_C_DisplayControllerBasedOnPlatform, CallFunc_GetPlatformType_ReturnValue) == 0x000028, "Member 'WBP_Settings_C_DisplayControllerBasedOnPlatform::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ @@ -152355,6 +152587,7 @@ static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_Ge static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_GetZGameInstance_ReturnValue_5) == 0x0000B8, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_GetZGameInstance_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_IsEmpty_ReturnValue) == 0x0000D0, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_SwitchEnum_CmpSuccess_4) == 0x0000D1, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_Settings_C \ static_assert(alignof(UWBP_Settings_C) == 0x000010, "Wrong alignment on UWBP_Settings_C"); \ @@ -152387,6 +152620,605 @@ static_assert(offsetof(UWBP_Settings_C, State) == 0x0010B0, "Member 'UWBP_Settin static_assert(offsetof(UWBP_Settings_C, New_Tooltip_Widget) == 0x0010B8, "Member 'UWBP_Settings_C::New_Tooltip_Widget' has a wrong offset!"); \ static_assert(offsetof(UWBP_Settings_C, SwitchSize) == 0x0010C0, "Member 'UWBP_Settings_C::SwitchSize' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_UBP_UIController_C \ +static_assert(alignof(UBP_UIController_C) == 0x000008, "Wrong alignment on UBP_UIController_C"); \ +static_assert(sizeof(UBP_UIController_C) == 0x0002D0, "Wrong size on UBP_UIController_C"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton \ +static_assert(alignof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton"); \ +static_assert(sizeof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton) == 0x000058, "Wrong size on WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, EntryPoint) == 0x000000, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_Event_InFocusEvent) == 0x000004, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_Event_InFocusEvent_1) == 0x00000C, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, Temp_delegate_Variable) == 0x000014, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, Temp_delegate_Variable_1) == 0x000024, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_PostEvent_ReturnValue) == 0x000034, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_PostEvent_ReturnValue_1) == 0x000038, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_IsValid_Guid_ReturnValue) == 0x00003C, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_GetGameInstance_ReturnValue) == 0x000040, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_DynamicCast_AsBP_Darwin_Game_Instance) == 0x000048, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_DynamicCast_AsBP_Darwin_Game_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000054, "Member 'WBP_ChapterSelectButton_C_ExecuteUbergraph_WBP_ChapterSelectButton::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_InitChapterButton \ +static_assert(alignof(WBP_ChapterSelectButton_C_InitChapterButton) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_InitChapterButton"); \ +static_assert(sizeof(WBP_ChapterSelectButton_C_InitChapterButton) == 0x000060, "Wrong size on WBP_ChapterSelectButton_C_InitChapterButton"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_InitChapterButton, InChapterData) == 0x000000, "Member 'WBP_ChapterSelectButton_C_InitChapterButton::InChapterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_ChapterSelectButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_ChapterSelectButton_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_ChapterSelectButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_ChapterSelectButton_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ChapterSelectButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_ChapterSelectButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_ChapterSelectButton_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_ChapterSelectButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_ChapterSelectButton_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_ChapterSelectButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_OverrideNavigation \ +static_assert(alignof(WBP_ChapterSelectButton_C_OverrideNavigation) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_OverrideNavigation"); \ +static_assert(sizeof(WBP_ChapterSelectButton_C_OverrideNavigation) == 0x000010, "Wrong size on WBP_ChapterSelectButton_C_OverrideNavigation"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_OverrideNavigation, NavigationOverride) == 0x000000, "Member 'WBP_ChapterSelectButton_C_OverrideNavigation::NavigationOverride' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_OverrideNavigation, Widget) == 0x000008, "Member 'WBP_ChapterSelectButton_C_OverrideNavigation::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ChapterSelectButton_C_StartChapter \ +static_assert(alignof(WBP_ChapterSelectButton_C_StartChapter) == 0x000008, "Wrong alignment on WBP_ChapterSelectButton_C_StartChapter"); \ +static_assert(sizeof(WBP_ChapterSelectButton_C_StartChapter) == 0x000020, "Wrong size on WBP_ChapterSelectButton_C_StartChapter"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetZGameMode_ReturnValue) == 0x000000, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetZGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000010, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ChapterSelectButton_C_StartChapter, CallFunc_GetUIController_ReturnValue) == 0x000018, "Member 'WBP_ChapterSelectButton_C_StartChapter::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ChapterSelectButton_C \ +static_assert(alignof(UWBP_ChapterSelectButton_C) == 0x000008, "Wrong alignment on UWBP_ChapterSelectButton_C"); \ +static_assert(sizeof(UWBP_ChapterSelectButton_C) == 0x0003D8, "Wrong size on UWBP_ChapterSelectButton_C"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_ChapterSelectButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, Button) == 0x000300, "Member 'UWBP_ChapterSelectButton_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, ButtonImage) == 0x000308, "Member 'UWBP_ChapterSelectButton_C::ButtonImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, NormalColour) == 0x000310, "Member 'UWBP_ChapterSelectButton_C::NormalColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, SelectedColour) == 0x000320, "Member 'UWBP_ChapterSelectButton_C::SelectedColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, SheerAngle) == 0x000330, "Member 'UWBP_ChapterSelectButton_C::SheerAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, OriginSize) == 0x000338, "Member 'UWBP_ChapterSelectButton_C::OriginSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, SelectSize) == 0x000348, "Member 'UWBP_ChapterSelectButton_C::SelectSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, ChapterData) == 0x000358, "Member 'UWBP_ChapterSelectButton_C::ChapterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, OnButtonFocus) == 0x0003B8, "Member 'UWBP_ChapterSelectButton_C::OnButtonFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ChapterSelectButton_C, OnChapterRequest) == 0x0003C8, "Member 'UWBP_ChapterSelectButton_C::OnChapterRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_AASet_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_DLSSSet_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_EffectQualitySet_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FrameRateSet_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_FSRSet_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_MonitorComboBox_K2Node_ComponentBoundEvent_9_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_PostProcessQualitySet_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_QualitySet_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ReflectionQualitySet_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_RenderingModeList_K2Node_ComponentBoundEvent_10_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ResolutionsListBox_K2Node_ComponentBoundEvent_7_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ShadowQualitySet_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_SteamDeckModeToggle_K2Node_ComponentBoundEvent_17_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_SteamDeckModeToggle_K2Node_ComponentBoundEvent_17_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_SteamDeckModeToggle_K2Node_ComponentBoundEvent_17_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_SteamDeckModeToggle_K2Node_ComponentBoundEvent_17_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_SteamDeckModeToggle_K2Node_ComponentBoundEvent_17_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_SteamDeckModeToggle_K2Node_ComponentBoundEvent_17_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_SteamDeckModeToggle_K2Node_ComponentBoundEvent_17_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_TexQualitySet_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, NewValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Param_Index_0) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_ViewDistanceQualitySet_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature) == 0x000001, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature, ButtonState) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_VSyncToggle_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature::ButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, Param_Index_0) == 0x000014, "Member 'WBP_GraphicsSettings_C_BndEvt__WBP_GraphicsSettings_WBP_ComboBox_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::Param_Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_DeactivateDLSSOrFSRUpscaling \ +static_assert(alignof(WBP_GraphicsSettings_C_DeactivateDLSSOrFSRUpscaling) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_DeactivateDLSSOrFSRUpscaling"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_DeactivateDLSSOrFSRUpscaling) == 0x000008, "Wrong size on WBP_GraphicsSettings_C_DeactivateDLSSOrFSRUpscaling"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DeactivateDLSSOrFSRUpscaling, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_DeactivateDLSSOrFSRUpscaling::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_DisableButtonForPlatform \ +static_assert(alignof(WBP_GraphicsSettings_C_DisableButtonForPlatform) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_DisableButtonForPlatform"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_DisableButtonForPlatform) == 0x000018, "Wrong size on WBP_GraphicsSettings_C_DisableButtonForPlatform"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_GetUpscalingQuality_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_GetUpscalingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x00000D, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue) == 0x00000E, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_RetrieveCurrentUnaryPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, K2Node_SwitchEnum_CmpSuccess) == 0x00000F, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_DisableButtonForPlatform, CallFunc_IsConsolePlateform_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_DisableButtonForPlatform::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings \ +static_assert(alignof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings) == 0x000390, "Wrong size on WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, EntryPoint) == 0x000000, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetZGameInstance_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetPlatformType_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000020, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetUIController_ReturnValue) == 0x000028, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetCurrentScreenWidget_ReturnValue) == 0x000030, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetCurrentScreenWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_RequestScreenUI_ReturnValue) == 0x000038, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_AsWBP_Gamma_Correction) == 0x000040, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_AsWBP_Gamma_Correction' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000050, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_1) == 0x000058, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetPlatformType_ReturnValue_1) == 0x000060, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetPlatformType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem_2) == 0x000068, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType_2) == 0x000078, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_13) == 0x00007C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess) == 0x000080, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000088, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000090, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_FindOptionIndex_ReturnValue) == 0x00009C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_FindOptionIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchInteger_CmpSuccess) == 0x0000A0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_10) == 0x0000A8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_12) == 0x0000B8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x0000C0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_9) == 0x0000D0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_11) == 0x0000E0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x0000E8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_8) == 0x0000F8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_10) == 0x000108, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_3) == 0x000110, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_2) == 0x000118, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_7) == 0x000120, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_9) == 0x000130, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_4) == 0x000138, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_3) == 0x000140, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality) == 0x000144, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_1) == 0x000148, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_2) == 0x00014C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_3) == 0x000150, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_4) == 0x000154, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_5) == 0x000158, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityCustomValue_CustomQuality_6) == 0x00015C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityCustomValue_CustomQuality_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_5) == 0x000160, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_AsDPGame_User_Settings_1) == 0x000168, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_AsDPGame_User_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_DynamicCast_bSuccess_2) == 0x000170, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetQualityPresetCustomValue_ReturnValue) == 0x000174, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetQualityPresetCustomValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_6) == 0x000178, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_6) == 0x000180, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_8) == 0x000190, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem_3) == 0x000198, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType_3) == 0x0001A8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_14) == 0x0001AC, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_4) == 0x0001B0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_5) == 0x0001B8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_7) == 0x0001C8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_2) == 0x0001D0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetUpscalingMode_UpscalingMethod) == 0x0001D8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetUpscalingMode_UpscalingMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001D9, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_4) == 0x0001E0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_6) == 0x0001F0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_3) == 0x0001F8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetUpscalingMethod_ReturnValue) == 0x000200, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetUpscalingMethod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess_2) == 0x000201, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_bValue) == 0x000202, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_InFocusEvent) == 0x000204, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_InputActionName) == 0x00020C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_InputActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchName_CmpSuccess) == 0x000214, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_CreateDelegate_OutputDelegate) == 0x000218, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetValueByIndex_IndexValue) == 0x000228, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetValueByIndex_IndexValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00022C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_IsVisible_ReturnValue) == 0x00022D, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_7) == 0x000230, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_ButtonState_1) == 0x000238, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_ButtonState_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_8) == 0x000240, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem_1) == 0x000248, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType_1) == 0x000258, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_5) == 0x00025C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_3) == 0x000260, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_4) == 0x000270, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_5) == 0x000274, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_4) == 0x000278, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_5) == 0x000280, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_MyGeometry) == 0x000288, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_Event_InDeltaTime) == 0x0002C0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetFullscreenMode_ReturnValue) == 0x0002C4, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess_3) == 0x0002C5, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectedItem) == 0x0002C8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_SelectionType) == 0x0002D8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_3) == 0x0002DC, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_FindOptionIndex_ReturnValue_1) == 0x0002E0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_FindOptionIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_9) == 0x0002E8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Conv_IntToByte_ReturnValue) == 0x0002F0, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_2) == 0x0002F8, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_2) == 0x000308, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetValidValue_ReturnValue) == 0x00030C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_6) == 0x000310, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetGameUserSettings_ReturnValue_10) == 0x000318, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetGameUserSettings_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue_1) == 0x000320, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index_1) == 0x000330, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Add_IntInt_ReturnValue_7) == 0x000334, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000338, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetDPGameUserSettings_ReturnValue_6) == 0x000340, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetDPGameUserSettings_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_CreateDelegate_OutputDelegate_1) == 0x000348, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetMonitorIndex_ReturnValue) == 0x000358, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetMonitorIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_MakeLiteralByte_ReturnValue) == 0x00035C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x00035D, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000360, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_ButtonState) == 0x000364, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_ButtonState' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000365, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_IsRunningOnSteamDeck_ReturnValue_1) == 0x000366, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_IsRunningOnSteamDeck_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_NewValue) == 0x000368, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_ComponentBoundEvent_Index) == 0x000378, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_IsRunningOnSteamDeck_ReturnValue_2) == 0x00037C, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_IsRunningOnSteamDeck_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetIsEnabled_ReturnValue) == 0x00037D, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetIsEnabled_ReturnValue_1) == 0x00037E, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_BooleanAND_ReturnValue) == 0x00037F, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetZGameInstance_ReturnValue_3) == 0x000380, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_GetPlatformType_ReturnValue_2) == 0x000388, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_GetPlatformType_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, K2Node_SwitchEnum_CmpSuccess_4) == 0x000389, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings, CallFunc_IsRunningOnSteamDeck_ReturnValue_3) == 0x00038A, "Member 'WBP_GraphicsSettings_C_ExecuteUbergraph_WBP_GraphicsSettings::CallFunc_IsRunningOnSteamDeck_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget \ +static_assert(alignof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget) == 0x000058, "Wrong size on WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_byte_Variable) == 0x000000, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_text_Variable) == 0x000008, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_text_Variable_1) == 0x000018, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsConsolePlateform_ReturnValue) == 0x00002C, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_byte_Variable_1) == 0x00002D, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_1) == 0x000030, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, Temp_byte_Variable_2) == 0x000034, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_2) == 0x000038, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_3) == 0x00003C, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000040, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsFSRSupported_ReturnValue) == 0x000048, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsFSRSupported_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Array_Add_ReturnValue_4) == 0x00004C, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsDLSSSupported_ReturnValue) == 0x000051, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsDLSSSupported_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsFSRSupported_ReturnValue_1) == 0x000052, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsFSRSupported_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_Not_PreBool_ReturnValue_1) == 0x000053, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget, CallFunc_IsDLSSSupported_ReturnValue_1) == 0x000055, "Member 'WBP_GraphicsSettings_C_GenerateUpscalingOptionWidget::CallFunc_IsDLSSSupported_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GetQualityCustomValue \ +static_assert(alignof(WBP_GraphicsSettings_C_GetQualityCustomValue) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_GetQualityCustomValue"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_GetQualityCustomValue) == 0x000020, "Wrong size on WBP_GraphicsSettings_C_GetQualityCustomValue"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, CustomQuality) == 0x000000, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::CustomQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000010, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetQualityCustomValue, CallFunc_GetQualityPresetCustomValue_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_GetQualityCustomValue::CallFunc_GetQualityPresetCustomValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GetUIUpscalingMethod \ +static_assert(alignof(WBP_GraphicsSettings_C_GetUIUpscalingMethod) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_GetUIUpscalingMethod"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_GetUIUpscalingMethod) == 0x000024, "Wrong size on WBP_GraphicsSettings_C_GetUIUpscalingMethod"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, BackendValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::BackendValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, FinalValue) == 0x000004, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::FinalValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, Value) == 0x000008, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUIUpscalingMethod, CallFunc_Less_IntInt_ReturnValue) == 0x000021, "Member 'WBP_GraphicsSettings_C_GetUIUpscalingMethod::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_GetUpscalingMode \ +static_assert(alignof(WBP_GraphicsSettings_C_GetUpscalingMode) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_GetUpscalingMode"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_GetUpscalingMode) == 0x000008, "Wrong size on WBP_GraphicsSettings_C_GetUpscalingMode"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUpscalingMode, UpscalingIndex) == 0x000000, "Member 'WBP_GraphicsSettings_C_GetUpscalingMode::UpscalingIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_GetUpscalingMode, UpscalingMethod) == 0x000004, "Member 'WBP_GraphicsSettings_C_GetUpscalingMode::UpscalingMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_HideUIForSteamDeck \ +static_assert(alignof(WBP_GraphicsSettings_C_HideUIForSteamDeck) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_HideUIForSteamDeck"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_HideUIForSteamDeck) == 0x000010, "Wrong size on WBP_GraphicsSettings_C_HideUIForSteamDeck"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_HideUIForSteamDeck, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_HideUIForSteamDeck::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_HideUIForSteamDeck, CallFunc_IsSteamDeckModeActive_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_HideUIForSteamDeck::CallFunc_IsSteamDeckModeActive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_Init \ +static_assert(alignof(WBP_GraphicsSettings_C_Init) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_Init"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_Init) == 0x000098, "Wrong size on WBP_GraphicsSettings_C_Init"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetZGameInstance_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000010, "Member 'WBP_GraphicsSettings_C_Init::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GraphicsSettings_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetDeviceProfileMode_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetDeviceProfileMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_GraphicsSettings_C_Init::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetFullscreenMode_ReturnValue) == 0x000029, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetUpscalingQuality_ReturnValue) == 0x00002C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetUpscalingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, K2Node_SwitchEnum_CmpSuccess_1) == 0x000030, "Member 'WBP_GraphicsSettings_C_Init::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetUpscalingMethod_ReturnValue) == 0x000031, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetUpscalingMethod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetGammaCorrection_ReturnValue) == 0x000034, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetGammaCorrection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetUIUpscalingMethod_FinalValue) == 0x000038, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetUIUpscalingMethod_FinalValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_IsSteamDeckModeActive_ReturnValue) == 0x00003C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_IsSteamDeckModeActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000040, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000044, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000048, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00004C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetReflectionQuality_ReturnValue) == 0x000050, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetReflectionQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetShadowQuality_ReturnValue) == 0x000054, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000058, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x00005C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetTextureQuality_ReturnValue) == 0x000060, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000064, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000068, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x00006C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetOverallScalabilityLevel_ReturnValue) == 0x000070, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetOverallScalabilityLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000074, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x000078, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetFullscreenMode_ReturnValue_1) == 0x00007C, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetFullscreenMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000080, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Init, CallFunc_GetOptionAtIndex_ReturnValue) == 0x000088, "Member 'WBP_GraphicsSettings_C_Init::CallFunc_GetOptionAtIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_InitFrameRateUI \ +static_assert(alignof(WBP_GraphicsSettings_C_InitFrameRateUI) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_InitFrameRateUI"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_InitFrameRateUI) == 0x000038, "Wrong size on WBP_GraphicsSettings_C_InitFrameRateUI"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_GetFrameRateLimit_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_GetFrameRateLimit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000028, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitFrameRateUI, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'WBP_GraphicsSettings_C_InitFrameRateUI::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_InitQualitySetting \ +static_assert(alignof(WBP_GraphicsSettings_C_InitQualitySetting) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_InitQualitySetting"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_InitQualitySetting) == 0x000048, "Wrong size on WBP_GraphicsSettings_C_InitQualitySetting"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, GameUserSetting) == 0x000000, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::GameUserSetting' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetQualityCustomValue_CustomQuality) == 0x000008, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetQualityCustomValue_CustomQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x00000C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000014, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000019, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetReflectionQuality_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetReflectionQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetTextureQuality_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x000024, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetShadowQuality_ReturnValue) == 0x000028, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x00002C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_3) == 0x000030, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_Subtract_IntInt_ReturnValue) == 0x000034, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_4) == 0x000038, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_5) == 0x000039, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_NotEqual_IntInt_ReturnValue_6) == 0x00003A, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_NotEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_1) == 0x00003C, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_2) == 0x00003D, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_3) == 0x00003E, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_4) == 0x00003F, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_InitQualitySetting, CallFunc_BooleanOR_ReturnValue_5) == 0x000040, "Member 'WBP_GraphicsSettings_C_InitQualitySetting::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_OnAppFocus \ +static_assert(alignof(WBP_GraphicsSettings_C_OnAppFocus) == 0x000001, "Wrong alignment on WBP_GraphicsSettings_C_OnAppFocus"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_OnAppFocus) == 0x000001, "Wrong size on WBP_GraphicsSettings_C_OnAppFocus"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_OnAppFocus, bValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_OnAppFocus::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_OnInputAction \ +static_assert(alignof(WBP_GraphicsSettings_C_OnInputAction) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_OnInputAction"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_OnInputAction) == 0x000008, "Wrong size on WBP_GraphicsSettings_C_OnInputAction"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_OnInputAction, InputActionName) == 0x000000, "Member 'WBP_GraphicsSettings_C_OnInputAction::InputActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_GraphicsSettings_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_GraphicsSettings_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GraphicsSettings_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_ResetToDefault \ +static_assert(alignof(WBP_GraphicsSettings_C_ResetToDefault) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_ResetToDefault"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_ResetToDefault) == 0x000048, "Wrong size on WBP_GraphicsSettings_C_ResetToDefault"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetIsEnabled_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetDPGameUserSettings_ReturnValue_1) == 0x000010, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetDPGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetFullscreenMode_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetOptionAtIndex_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetOptionAtIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_GetOptionAtIndex_ReturnValue_1) == 0x000030, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_GetOptionAtIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ResetToDefault, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_GraphicsSettings_C_ResetToDefault::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_SetMonitorComboBox \ +static_assert(alignof(WBP_GraphicsSettings_C_SetMonitorComboBox) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_SetMonitorComboBox"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_SetMonitorComboBox) == 0x000058, "Wrong size on WBP_GraphicsSettings_C_SetMonitorComboBox"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_ShouldShowMonitorSelector_ReturnValue) == 0x000018, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_ShouldShowMonitorSelector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_GetMonitorIndex_ReturnValue) == 0x00001C, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_GetMonitorIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_GetMonitorNameList_ReturnValue) == 0x000020, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_GetMonitorNameList_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetMonitorComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_GraphicsSettings_C_SetMonitorComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_SetResolutionComboBox \ +static_assert(alignof(WBP_GraphicsSettings_C_SetResolutionComboBox) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_SetResolutionComboBox"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_SetResolutionComboBox) == 0x000118, "Wrong size on WBP_GraphicsSettings_C_SetResolutionComboBox"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, ForceFirstResolution) == 0x000000, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::ForceFirstResolution' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000010, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetSupportedFullscreenResolutionsForCurrentMonitor_Resolutions) == 0x000018, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetSupportedFullscreenResolutionsForCurrentMonitor_Resolutions' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000048, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000080, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_3) == 0x000090, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetGameUserSettings_ReturnValue) == 0x0000C0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_GetScreenResolution_ReturnValue) == 0x0000C8, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_4) == 0x0000D0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Conv_IntToString_ReturnValue_5) == 0x0000E0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Conv_IntToString_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000F0, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000100, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_FindOptionIndex_ReturnValue) == 0x000110, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_FindOptionIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_Greater_IntInt_ReturnValue) == 0x000114, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_SetResolutionComboBox, CallFunc_BooleanAND_ReturnValue) == 0x000115, "Member 'WBP_GraphicsSettings_C_SetResolutionComboBox::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_Tick \ +static_assert(alignof(WBP_GraphicsSettings_C_Tick) == 0x000004, "Wrong alignment on WBP_GraphicsSettings_C_Tick"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_Tick) == 0x00003C, "Wrong size on WBP_GraphicsSettings_C_Tick"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_GraphicsSettings_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_GraphicsSettings_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_ToggleSteamDeck \ +static_assert(alignof(WBP_GraphicsSettings_C_ToggleSteamDeck) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_ToggleSteamDeck"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_ToggleSteamDeck) == 0x000010, "Wrong size on WBP_GraphicsSettings_C_ToggleSteamDeck"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ToggleSteamDeck, SteamDeckModeValue) == 0x000000, "Member 'WBP_GraphicsSettings_C_ToggleSteamDeck::SteamDeckModeValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_ToggleSteamDeck, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_ToggleSteamDeck::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsSettings_C_UpdateMonitorFromIndex \ +static_assert(alignof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex) == 0x000008, "Wrong alignment on WBP_GraphicsSettings_C_UpdateMonitorFromIndex"); \ +static_assert(sizeof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex) == 0x000010, "Wrong size on WBP_GraphicsSettings_C_UpdateMonitorFromIndex"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex, MonitorIndex) == 0x000000, "Member 'WBP_GraphicsSettings_C_UpdateMonitorFromIndex::MonitorIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsSettings_C_UpdateMonitorFromIndex, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_GraphicsSettings_C_UpdateMonitorFromIndex::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GraphicsSettings_C \ +static_assert(alignof(UWBP_GraphicsSettings_C) == 0x000008, "Wrong alignment on UWBP_GraphicsSettings_C"); \ +static_assert(sizeof(UWBP_GraphicsSettings_C) == 0x0004E8, "Wrong size on UWBP_GraphicsSettings_C"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, UberGraphFrame_WBP_GraphicsSettings_C) == 0x000320, "Member 'UWBP_GraphicsSettings_C::UberGraphFrame_WBP_GraphicsSettings_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, AA) == 0x000328, "Member 'UWBP_GraphicsSettings_C::AA' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, AdvanceSettingBox) == 0x000330, "Member 'UWBP_GraphicsSettings_C::AdvanceSettingBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, AntiAliasingCarousel) == 0x000338, "Member 'UWBP_GraphicsSettings_C::AntiAliasingCarousel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Display) == 0x000340, "Member 'UWBP_GraphicsSettings_C::Display' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, DisplayComboBox) == 0x000348, "Member 'UWBP_GraphicsSettings_C::DisplayComboBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, DisplayComboBox_1) == 0x000350, "Member 'UWBP_GraphicsSettings_C::DisplayComboBox_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, DropDown_Button) == 0x000358, "Member 'UWBP_GraphicsSettings_C::DropDown_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, EffectQuality) == 0x000360, "Member 'UWBP_GraphicsSettings_C::EffectQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, EffectQualitySet) == 0x000368, "Member 'UWBP_GraphicsSettings_C::EffectQualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, FrameRate) == 0x000370, "Member 'UWBP_GraphicsSettings_C::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, FrameRateSet) == 0x000378, "Member 'UWBP_GraphicsSettings_C::FrameRateSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Gamma) == 0x000380, "Member 'UWBP_GraphicsSettings_C::Gamma' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, GammaSetButton) == 0x000388, "Member 'UWBP_GraphicsSettings_C::GammaSetButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Graphics_ScrollBox) == 0x000390, "Member 'UWBP_GraphicsSettings_C::Graphics_ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, GraphicVerticalBox) == 0x000398, "Member 'UWBP_GraphicsSettings_C::GraphicVerticalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Monitor) == 0x0003A0, "Member 'UWBP_GraphicsSettings_C::Monitor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, MonitorComboBox) == 0x0003A8, "Member 'UWBP_GraphicsSettings_C::MonitorComboBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, PostProcessQuality) == 0x0003B0, "Member 'UWBP_GraphicsSettings_C::PostProcessQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, PostProcessQualitySet) == 0x0003B8, "Member 'UWBP_GraphicsSettings_C::PostProcessQualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Quality) == 0x0003C0, "Member 'UWBP_GraphicsSettings_C::Quality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, QualitySet) == 0x0003C8, "Member 'UWBP_GraphicsSettings_C::QualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ReflectionQuality) == 0x0003D0, "Member 'UWBP_GraphicsSettings_C::ReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ReflectionQualitySet) == 0x0003D8, "Member 'UWBP_GraphicsSettings_C::ReflectionQualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, RenderingMode) == 0x0003E0, "Member 'UWBP_GraphicsSettings_C::RenderingMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, RenderingModeList) == 0x0003E8, "Member 'UWBP_GraphicsSettings_C::RenderingModeList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Resolution) == 0x0003F0, "Member 'UWBP_GraphicsSettings_C::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ResolutionsListBox) == 0x0003F8, "Member 'UWBP_GraphicsSettings_C::ResolutionsListBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ShadowQuality) == 0x000400, "Member 'UWBP_GraphicsSettings_C::ShadowQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ShadowQualitySet) == 0x000408, "Member 'UWBP_GraphicsSettings_C::ShadowQualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Spacer_AA) == 0x000410, "Member 'UWBP_GraphicsSettings_C::Spacer_AA' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Spacer_SteamDeckMode) == 0x000418, "Member 'UWBP_GraphicsSettings_C::Spacer_SteamDeckMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, SteamDeckMode) == 0x000420, "Member 'UWBP_GraphicsSettings_C::SteamDeckMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, SteamDeckModeToggle) == 0x000428, "Member 'UWBP_GraphicsSettings_C::SteamDeckModeToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, TexQualitySet) == 0x000430, "Member 'UWBP_GraphicsSettings_C::TexQualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, TextSize) == 0x000438, "Member 'UWBP_GraphicsSettings_C::TextSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, TextureQ) == 0x000440, "Member 'UWBP_GraphicsSettings_C::TextureQ' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, UpscalingMethodSet) == 0x000448, "Member 'UWBP_GraphicsSettings_C::UpscalingMethodSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Upscalingmode) == 0x000450, "Member 'UWBP_GraphicsSettings_C::Upscalingmode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, UpscalingQuality) == 0x000458, "Member 'UWBP_GraphicsSettings_C::UpscalingQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, UpscalingQualitySet) == 0x000460, "Member 'UWBP_GraphicsSettings_C::UpscalingQualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ViewDistanceQuality) == 0x000468, "Member 'UWBP_GraphicsSettings_C::ViewDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ViewDistanceQualitySet) == 0x000470, "Member 'UWBP_GraphicsSettings_C::ViewDistanceQualitySet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Vsynch) == 0x000478, "Member 'UWBP_GraphicsSettings_C::Vsynch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, VSyncToggle) == 0x000480, "Member 'UWBP_GraphicsSettings_C::VSyncToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, GammaScreen) == 0x000488, "Member 'UWBP_GraphicsSettings_C::GammaScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, DefaultSettingValue) == 0x000490, "Member 'UWBP_GraphicsSettings_C::DefaultSettingValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ResolutionArray) == 0x000498, "Member 'UWBP_GraphicsSettings_C::ResolutionArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Index_0) == 0x0004A8, "Member 'UWBP_GraphicsSettings_C::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, SupportedUpscaling) == 0x0004B0, "Member 'UWBP_GraphicsSettings_C::SupportedUpscaling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, DefaultUpscalingValueIndex) == 0x0004C0, "Member 'UWBP_GraphicsSettings_C::DefaultUpscalingValueIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, NoUpscalingAAValue) == 0x0004C4, "Member 'UWBP_GraphicsSettings_C::NoUpscalingAAValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, ToolTipTimer) == 0x0004C8, "Member 'UWBP_GraphicsSettings_C::ToolTipTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GraphicsSettings_C, Key) == 0x0004D0, "Member 'UWBP_GraphicsSettings_C::Key' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_CinematicPause_C_ExecuteUbergraph_WBP_CinematicPause \ static_assert(alignof(WBP_CinematicPause_C_ExecuteUbergraph_WBP_CinematicPause) == 0x000008, "Wrong alignment on WBP_CinematicPause_C_ExecuteUbergraph_WBP_CinematicPause"); \ static_assert(sizeof(WBP_CinematicPause_C_ExecuteUbergraph_WBP_CinematicPause) == 0x0000E0, "Wrong size on WBP_CinematicPause_C_ExecuteUbergraph_WBP_CinematicPause"); \ @@ -152505,9 +153337,234 @@ static_assert(offsetof(UWBP_CinematicPause_C, SizeBox_AspectRatio) == 0x000380, static_assert(offsetof(UWBP_CinematicPause_C, Vignette) == 0x000388, "Member 'UWBP_CinematicPause_C::Vignette' has a wrong offset!"); \ static_assert(offsetof(UWBP_CinematicPause_C, WBP_InputPrompt) == 0x000390, "Member 'UWBP_CinematicPause_C::WBP_InputPrompt' has a wrong offset!"); \ static_assert(offsetof(UWBP_CinematicPause_C, CurrentCPData) == 0x000398, "Member 'UWBP_CinematicPause_C::CurrentCPData' has a wrong offset!"); \ -static_assert(offsetof(UWBP_CinematicPause_C, AnimationPlayrate) == 0x000418, "Member 'UWBP_CinematicPause_C::AnimationPlayrate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicPause_C, AnimationPlayRate) == 0x000418, "Member 'UWBP_CinematicPause_C::AnimationPlayRate' has a wrong offset!"); \ static_assert(offsetof(UWBP_CinematicPause_C, SwitchSize) == 0x000420, "Member 'UWBP_CinematicPause_C::SwitchSize' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer \ +static_assert(alignof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer) == 0x000010, "Wrong alignment on BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer"); \ +static_assert(sizeof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer) == 0x0000C0, "Wrong size on BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer"); \ +static_assert(offsetof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer, EntryPoint) == 0x000000, "Member 'BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000020, "Member 'BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer, CallFunc_FindLookAtRotation_ReturnValue) == 0x000038, "Member 'BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000B0, "Member 'BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B8, "Member 'BP_InkSmokeSpawnerSequencer_C_ExecuteUbergraph_BP_InkSmokeSpawnerSequencer::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InkSmokeSpawnerSequencer_C \ +static_assert(alignof(ABP_InkSmokeSpawnerSequencer_C) == 0x000008, "Wrong alignment on ABP_InkSmokeSpawnerSequencer_C"); \ +static_assert(sizeof(ABP_InkSmokeSpawnerSequencer_C) == 0x0002B8, "Wrong size on ABP_InkSmokeSpawnerSequencer_C"); \ +static_assert(offsetof(ABP_InkSmokeSpawnerSequencer_C, UberGraphFrame) == 0x000290, "Member 'ABP_InkSmokeSpawnerSequencer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_InkSmokeSpawnerSequencer_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_InkSmokeSpawnerSequencer_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_InkSmokeSpawnerSequencer_C, Target) == 0x0002A0, "Member 'ABP_InkSmokeSpawnerSequencer_C::Target' has a wrong offset!"); \ +static_assert(offsetof(ABP_InkSmokeSpawnerSequencer_C, Source) == 0x0002A8, "Member 'ABP_InkSmokeSpawnerSequencer_C::Source' has a wrong offset!"); \ +static_assert(offsetof(ABP_InkSmokeSpawnerSequencer_C, Debug) == 0x0002B0, "Member 'ABP_InkSmokeSpawnerSequencer_C::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button \ +static_assert(alignof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button"); \ +static_assert(sizeof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button) == 0x000078, "Wrong size on WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, EntryPoint) == 0x000000, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_InFocusEvent_2) == 0x00002C, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_InFocusEvent_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_InFocusEvent_1) == 0x000034, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_Event_InFocusEvent) == 0x00003C, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_CustomEvent_NewCulture) == 0x000050, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_DynamicCast_AsBP_UIController) == 0x000068, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_DynamicCast_AsBP_UIController' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_Carousel_Button_C_ExecuteUbergraph_WBP_Carousel_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_GetValueByIndex \ +static_assert(alignof(WBP_Carousel_Button_C_GetValueByIndex) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_GetValueByIndex"); \ +static_assert(sizeof(WBP_Carousel_Button_C_GetValueByIndex) == 0x000004, "Wrong size on WBP_Carousel_Button_C_GetValueByIndex"); \ +static_assert(offsetof(WBP_Carousel_Button_C_GetValueByIndex, IndexValue) == 0x000000, "Member 'WBP_Carousel_Button_C_GetValueByIndex::IndexValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_Carousel_Button_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_Carousel_Button_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Carousel_Button_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Carousel_Button_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnCultureChanged \ +static_assert(alignof(WBP_Carousel_Button_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_OnCultureChanged"); \ +static_assert(sizeof(WBP_Carousel_Button_C_OnCultureChanged) == 0x000010, "Wrong size on WBP_Carousel_Button_C_OnCultureChanged"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnCultureChanged, NewCulture) == 0x000000, "Member 'WBP_Carousel_Button_C_OnCultureChanged::NewCulture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnDirectionAction \ +static_assert(alignof(WBP_Carousel_Button_C_OnDirectionAction) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnDirectionAction"); \ +static_assert(sizeof(WBP_Carousel_Button_C_OnDirectionAction) == 0x000040, "Wrong size on WBP_Carousel_Button_C_OnDirectionAction"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, bIsLeft) == 0x000000, "Member 'WBP_Carousel_Button_C_OnDirectionAction::bIsLeft' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, Temp_delegate_Variable) == 0x000004, "Member 'WBP_Carousel_Button_C_OnDirectionAction::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_PostEvent_ReturnValue) == 0x000018, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Clamp_ReturnValue) == 0x00002C, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000034, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_Clamp_ReturnValue_1) == 0x000038, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnDirectionAction, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_Carousel_Button_C_OnDirectionAction::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnFocusLost \ +static_assert(alignof(WBP_Carousel_Button_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnFocusLost"); \ +static_assert(sizeof(WBP_Carousel_Button_C_OnFocusLost) == 0x000008, "Wrong size on WBP_Carousel_Button_C_OnFocusLost"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_Carousel_Button_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_Carousel_Button_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_Carousel_Button_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Carousel_Button_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Carousel_Button_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_Override_Right_Navigation \ +static_assert(alignof(WBP_Carousel_Button_C_Override_Right_Navigation) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_Override_Right_Navigation"); \ +static_assert(sizeof(WBP_Carousel_Button_C_Override_Right_Navigation) == 0x000010, "Wrong size on WBP_Carousel_Button_C_Override_Right_Navigation"); \ +static_assert(offsetof(WBP_Carousel_Button_C_Override_Right_Navigation, Navigation_0) == 0x000000, "Member 'WBP_Carousel_Button_C_Override_Right_Navigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_Override_Right_Navigation, ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_Override_Right_Navigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_OverrideLeftNavigation \ +static_assert(alignof(WBP_Carousel_Button_C_OverrideLeftNavigation) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_OverrideLeftNavigation"); \ +static_assert(sizeof(WBP_Carousel_Button_C_OverrideLeftNavigation) == 0x000010, "Wrong size on WBP_Carousel_Button_C_OverrideLeftNavigation"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OverrideLeftNavigation, Navigation_0) == 0x000000, "Member 'WBP_Carousel_Button_C_OverrideLeftNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_OverrideLeftNavigation, ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_OverrideLeftNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_PreConstruct \ +static_assert(alignof(WBP_Carousel_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Carousel_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_Carousel_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_Carousel_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_Carousel_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Carousel_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_SetValueByIndex \ +static_assert(alignof(WBP_Carousel_Button_C_SetValueByIndex) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_SetValueByIndex"); \ +static_assert(sizeof(WBP_Carousel_Button_C_SetValueByIndex) == 0x000010, "Wrong size on WBP_Carousel_Button_C_SetValueByIndex"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, OptionIndex) == 0x000000, "Member 'WBP_Carousel_Button_C_SetValueByIndex::OptionIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Carousel_Button_C_SetValueByIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_SetValueByIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByIndex, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Carousel_Button_C_SetValueByIndex::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_SetValueByString \ +static_assert(alignof(WBP_Carousel_Button_C_SetValueByString) == 0x000008, "Wrong alignment on WBP_Carousel_Button_C_SetValueByString"); \ +static_assert(sizeof(WBP_Carousel_Button_C_SetValueByString) == 0x000050, "Wrong size on WBP_Carousel_Button_C_SetValueByString"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, StringValue) == 0x000000, "Member 'WBP_Carousel_Button_C_SetValueByString::StringValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Carousel_Button_C_SetValueByString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Carousel_Button_C_SetValueByString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_SetValueByString, CallFunc_Contains_ReturnValue) == 0x000048, "Member 'WBP_Carousel_Button_C_SetValueByString::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Carousel_Button_C_UpdateArrowVisual \ +static_assert(alignof(WBP_Carousel_Button_C_UpdateArrowVisual) == 0x000004, "Wrong alignment on WBP_Carousel_Button_C_UpdateArrowVisual"); \ +static_assert(sizeof(WBP_Carousel_Button_C_UpdateArrowVisual) == 0x000014, "Wrong size on WBP_Carousel_Button_C_UpdateArrowVisual"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_1) == 0x000001, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_2) == 0x000002, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_3) == 0x000003, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_4) == 0x000005, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_IsVisible_ReturnValue_5) == 0x000006, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Carousel_Button_C_UpdateArrowVisual, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_Carousel_Button_C_UpdateArrowVisual::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Carousel_Button_C \ +static_assert(alignof(UWBP_Carousel_Button_C) == 0x000010, "Wrong alignment on UWBP_Carousel_Button_C"); \ +static_assert(sizeof(UWBP_Carousel_Button_C) == 0x000580, "Wrong size on UWBP_Carousel_Button_C"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_Carousel_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Border_0) == 0x000300, "Member 'UWBP_Carousel_Button_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, CarouselButton) == 0x000308, "Member 'UWBP_Carousel_Button_C::CarouselButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, LeftArrow) == 0x000310, "Member 'UWBP_Carousel_Button_C::LeftArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, RightArrow) == 0x000318, "Member 'UWBP_Carousel_Button_C::RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, WBP_RichText) == 0x000320, "Member 'UWBP_Carousel_Button_C::WBP_RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Style_name) == 0x000328, "Member 'UWBP_Carousel_Button_C::Style_name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Text) == 0x000338, "Member 'UWBP_Carousel_Button_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Text_Transform_Policy) == 0x000348, "Member 'UWBP_Carousel_Button_C::Text_Transform_Policy' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, In_Brush) == 0x000350, "Member 'UWBP_Carousel_Button_C::In_Brush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Hover_In_Brush) == 0x000420, "Member 'UWBP_Carousel_Button_C::Hover_In_Brush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Background_Color) == 0x0004F0, "Member 'UWBP_Carousel_Button_C::Background_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Hover_Bg_Color) == 0x000500, "Member 'UWBP_Carousel_Button_C::Hover_Bg_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Text_Color_And_Opacity) == 0x000510, "Member 'UWBP_Carousel_Button_C::Text_Color_And_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, OnFocusOn) == 0x000520, "Member 'UWBP_Carousel_Button_C::OnFocusOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, OnFocusOff) == 0x000530, "Member 'UWBP_Carousel_Button_C::OnFocusOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Text_Hover_Color_And_Opacity) == 0x000540, "Member 'UWBP_Carousel_Button_C::Text_Hover_Color_And_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Focused) == 0x000550, "Member 'UWBP_Carousel_Button_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, Options) == 0x000558, "Member 'UWBP_Carousel_Button_C::Options' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, TextArrayIndex) == 0x000568, "Member 'UWBP_Carousel_Button_C::TextArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Carousel_Button_C, OnValueChanged) == 0x000570, "Member 'UWBP_Carousel_Button_C::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button \ +static_assert(alignof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button) == 0x000008, "Wrong alignment on WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button"); \ +static_assert(sizeof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button) == 0x000078, "Wrong size on WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, EntryPoint) == 0x000000, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, Temp_delegate_Variable) == 0x000004, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_InFocusEvent_2) == 0x00002C, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_InFocusEvent_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_InFocusEvent_1) == 0x000034, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_Event_InFocusEvent) == 0x00003C, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_GetZGameInstance_ReturnValue) == 0x000048, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_CustomEvent_NewCulture) == 0x000050, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_GetUIController_ReturnValue) == 0x000060, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_DynamicCast_AsBP_UIController) == 0x000068, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_DynamicCast_AsBP_UIController' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button, CallFunc_Not_PreBool_ReturnValue) == 0x000071, "Member 'WBP_DropDown_Button_C_ExecuteUbergraph_WBP_DropDown_Button::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_DropDown_Button_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_DropDown_Button_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_DropDown_Button_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_DropDown_Button_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_DropDown_Button_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_DropDown_Button_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnCultureChanged \ +static_assert(alignof(WBP_DropDown_Button_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_DropDown_Button_C_OnCultureChanged"); \ +static_assert(sizeof(WBP_DropDown_Button_C_OnCultureChanged) == 0x000010, "Wrong size on WBP_DropDown_Button_C_OnCultureChanged"); \ +static_assert(offsetof(WBP_DropDown_Button_C_OnCultureChanged, NewCulture) == 0x000000, "Member 'WBP_DropDown_Button_C_OnCultureChanged::NewCulture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnFocusLost \ +static_assert(alignof(WBP_DropDown_Button_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_DropDown_Button_C_OnFocusLost"); \ +static_assert(sizeof(WBP_DropDown_Button_C_OnFocusLost) == 0x000008, "Wrong size on WBP_DropDown_Button_C_OnFocusLost"); \ +static_assert(offsetof(WBP_DropDown_Button_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_DropDown_Button_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_DropDown_Button_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_DropDown_Button_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_DropDown_Button_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_DropDown_Button_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_DropDown_Button_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_DropDown_Button_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DropDown_Button_C_PreConstruct \ +static_assert(alignof(WBP_DropDown_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DropDown_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_DropDown_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_DropDown_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_DropDown_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DropDown_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DropDown_Button_C \ +static_assert(alignof(UWBP_DropDown_Button_C) == 0x000010, "Wrong alignment on UWBP_DropDown_Button_C"); \ +static_assert(sizeof(UWBP_DropDown_Button_C) == 0x000590, "Wrong size on UWBP_DropDown_Button_C"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_DropDown_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Border_0) == 0x000300, "Member 'UWBP_DropDown_Button_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, CarouselButton) == 0x000308, "Member 'UWBP_DropDown_Button_C::CarouselButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, LeftArrow) == 0x000310, "Member 'UWBP_DropDown_Button_C::LeftArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, RightArrow) == 0x000318, "Member 'UWBP_DropDown_Button_C::RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, WBP_RichText) == 0x000320, "Member 'UWBP_DropDown_Button_C::WBP_RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Style_name) == 0x000328, "Member 'UWBP_DropDown_Button_C::Style_name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Text) == 0x000338, "Member 'UWBP_DropDown_Button_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Text_Transform_Policy) == 0x000348, "Member 'UWBP_DropDown_Button_C::Text_Transform_Policy' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, In_Brush) == 0x000350, "Member 'UWBP_DropDown_Button_C::In_Brush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Hover_In_Brush) == 0x000420, "Member 'UWBP_DropDown_Button_C::Hover_In_Brush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Background_Color) == 0x0004F0, "Member 'UWBP_DropDown_Button_C::Background_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Hover_Bg_Color) == 0x000500, "Member 'UWBP_DropDown_Button_C::Hover_Bg_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Text_Color_And_Opacity) == 0x000510, "Member 'UWBP_DropDown_Button_C::Text_Color_And_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, OnFocusOn) == 0x000520, "Member 'UWBP_DropDown_Button_C::OnFocusOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, OnFocusOff) == 0x000530, "Member 'UWBP_DropDown_Button_C::OnFocusOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Text_Hover_Color_And_Opacity) == 0x000540, "Member 'UWBP_DropDown_Button_C::Text_Hover_Color_And_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, Focused) == 0x000550, "Member 'UWBP_DropDown_Button_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, OnValueChanged) == 0x000558, "Member 'UWBP_DropDown_Button_C::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, OnClicked) == 0x000568, "Member 'UWBP_DropDown_Button_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, BIsOpened) == 0x000578, "Member 'UWBP_DropDown_Button_C::BIsOpened' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DropDown_Button_C, PCImage) == 0x000580, "Member 'UWBP_DropDown_Button_C::PCImage' has a wrong offset!"); \ + #define DUMPER7_ASSERTS_WBP_MainMenu_C_BackInputPressed \ static_assert(alignof(WBP_MainMenu_C_BackInputPressed) == 0x000008, "Wrong alignment on WBP_MainMenu_C_BackInputPressed"); \ static_assert(sizeof(WBP_MainMenu_C_BackInputPressed) == 0x000098, "Wrong size on WBP_MainMenu_C_BackInputPressed"); \ @@ -152557,30 +153614,32 @@ static_assert(offsetof(WBP_MainMenu_C_DisplayNotificationPopUp, CallFunc_Not_Pre #define DUMPER7_ASSERTS_WBP_MainMenu_C_DisplayPreOrderNotification \ static_assert(alignof(WBP_MainMenu_C_DisplayPreOrderNotification) == 0x000008, "Wrong alignment on WBP_MainMenu_C_DisplayPreOrderNotification"); \ -static_assert(sizeof(WBP_MainMenu_C_DisplayPreOrderNotification) == 0x000280, "Wrong size on WBP_MainMenu_C_DisplayPreOrderNotification"); \ +static_assert(sizeof(WBP_MainMenu_C_DisplayPreOrderNotification) == 0x000288, "Wrong size on WBP_MainMenu_C_DisplayPreOrderNotification"); \ static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_IsMGSDemo_ReturnValue) == 0x000010, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetZGameInstance_ReturnValue) == 0x000028, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetUIController_ReturnValue) == 0x000010, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Array_IsEmpty_ReturnValue) == 0x00001C, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_IsMGSDemo_ReturnValue) == 0x00001D, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_HasRecentGame_ReturnValue) == 0x000038, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_HasRecentGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetZGameInstance_ReturnValue) == 0x000038, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000040, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetSkinSystem_ReturnValue) == 0x000048, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetUnlockedSkinsData_ReturnValue) == 0x000060, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetUnlockedSkinsData_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, K2Node_MakeStruct_PopUpTextData) == 0x000070, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Array_Length_ReturnValue) == 0x000268, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Less_IntInt_ReturnValue) == 0x00026C, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x00026D, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_BooleanAND_ReturnValue) == 0x00026E, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x00026F, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_BooleanOR_ReturnValue) == 0x000270, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetUIController_ReturnValue) == 0x000278, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_HasRecentGame_ReturnValue) == 0x000048, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_HasRecentGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetSkinSystem_ReturnValue) == 0x000050, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetSkinSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetUnlockedSkinsData_ReturnValue) == 0x000058, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetUnlockedSkinsData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_MakeLiteralText_ReturnValue) == 0x000068, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, K2Node_MakeStruct_PopUpTextData) == 0x000240, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Array_Length_ReturnValue) == 0x000270, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000274, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_Less_IntInt_ReturnValue) == 0x000275, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x000276, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_BooleanAND_ReturnValue) == 0x000277, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_BooleanOR_ReturnValue) == 0x000278, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_DisplayPreOrderNotification, CallFunc_GetUIController_ReturnValue_1) == 0x000280, "Member 'WBP_MainMenu_C_DisplayPreOrderNotification::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MainMenu_C_DisplayProfileSelectBasedOnPlatform \ static_assert(alignof(WBP_MainMenu_C_DisplayProfileSelectBasedOnPlatform) == 0x000008, "Wrong alignment on WBP_MainMenu_C_DisplayProfileSelectBasedOnPlatform"); \ @@ -152610,41 +153669,43 @@ static_assert(offsetof(WBP_MainMenu_C_DisplaySkinNotification, CallFunc_Greater_ #define DUMPER7_ASSERTS_WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu \ static_assert(alignof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu) == 0x000008, "Wrong alignment on WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu"); \ -static_assert(sizeof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu) == 0x000468, "Wrong size on WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu"); \ +static_assert(sizeof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu) == 0x000458, "Wrong size on WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable) == 0x000004, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_1) == 0x000014, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue) == 0x000024, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_1) == 0x000028, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_2) == 0x00002C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_3) == 0x00003C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_2) == 0x00004C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_3) == 0x000050, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_4) == 0x000054, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_5) == 0x000064, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_4) == 0x000074, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_5) == 0x000078, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_6) == 0x00007C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_7) == 0x00008C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_6) == 0x00009C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_RetrieveCurrentStore_ReturnValue) == 0x000004, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_RetrieveCurrentStore_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable) == 0x000008, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_1) == 0x000018, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_1) == 0x00002C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_2) == 0x000030, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_3) == 0x000040, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_2) == 0x000050, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_3) == 0x000054, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_4) == 0x000058, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_5) == 0x000068, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_4) == 0x000078, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_5) == 0x00007C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_6) == 0x000080, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_7) == 0x000090, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_7' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_8) == 0x0000A0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_8' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_9) == 0x0000B0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_10) == 0x0000C0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_7) == 0x0000D0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_8) == 0x0000D4, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_6) == 0x0000C0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_7) == 0x0000C4, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_10) == 0x0000C8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_10' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_11) == 0x0000D8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_12) == 0x0000E8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_12' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_9) == 0x0000F8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_10) == 0x0000FC, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_13) == 0x000100, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_13' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_11) == 0x000110, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_11' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000114, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000124, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x000134, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_int_Array_Index_Variable) == 0x000144, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Event_InputActionName) == 0x000148, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Event_InputActionName' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Event_bValue) == 0x000150, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Event_bValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_ComponentBoundEvent_bShouldDisableChapterSelection) == 0x000151, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_ComponentBoundEvent_bShouldDisableChapterSelection' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_8) == 0x0000E8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_9) == 0x0000EC, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_12) == 0x0000F0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_10) == 0x000100, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000104, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000114, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x000124, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_int_Array_Index_Variable) == 0x000134, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_delegate_Variable_13) == 0x000138, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_delegate_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_11) == 0x000148, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Event_InputActionName) == 0x00014C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Event_InputActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Event_bValue) == 0x000154, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_ComponentBoundEvent_bShouldDisableChapterSelection) == 0x000155, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_ComponentBoundEvent_bShouldDisableChapterSelection' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZGameInstance_ReturnValue) == 0x000158, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetSaveManager_ReturnValue) == 0x000160, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetSaveManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Event_PlayerInput) == 0x000168, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Event_PlayerInput' has a wrong offset!"); \ @@ -152655,9 +153716,9 @@ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Ge static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_BooleanAND_ReturnValue) == 0x00019F, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001A0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_BooleanAND_ReturnValue_1) == 0x0001B0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_1) == 0x0001B1, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0001B8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_1) == 0x0001C0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsMGSDemo_ReturnValue) == 0x0001C1, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsMGSDemo_ReturnValue) == 0x0001C0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZGameInstance_ReturnValue_1) == 0x0001C8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetWorldManager_ReturnValue) == 0x0001D0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetWorldManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PlayAnimation_ReturnValue) == 0x0001D8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ @@ -152676,68 +153737,69 @@ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Is static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetUIController_ReturnValue_1) == 0x000240, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZGameInstance_ReturnValue_4) == 0x000248, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZGameInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetPlatformType_ReturnValue) == 0x000250, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000251, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000251, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsConsolePlateform_ReturnValue) == 0x000252, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_HasStartedGame_Value) == 0x000253, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_HasStartedGame_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_HasStartedGame_Value_1) == 0x000254, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_HasStartedGame_Value_1' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_text_Variable) == 0x000258, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_text_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsConsolePlateform_ReturnValue) == 0x000268, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsConsolePlateform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_HasStartedGame_Value) == 0x000269, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_HasStartedGame_Value' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_HasStartedGame_Value_1) == 0x00026A, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_HasStartedGame_Value_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_2) == 0x00026B, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_3) == 0x00026C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_BooleanAND_ReturnValue_2) == 0x00026D, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_4) == 0x00026E, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_2) == 0x000268, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_3) == 0x000269, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_BooleanAND_ReturnValue_2) == 0x00026A, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_4) == 0x00026B, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_BooleanAND_ReturnValue_3) == 0x00026C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Not_PreBool_ReturnValue) == 0x00026D, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_text_Variable_1) == 0x000270, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_text_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_BooleanAND_ReturnValue_3) == 0x000280, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000281, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_5) == 0x000280, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Event_NewInputMode) == 0x000281, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Event_NewInputMode' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_bool_Variable) == 0x000282, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_5) == 0x000283, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Select_Default) == 0x000288, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_MakeStruct_PopUpTextData) == 0x000298, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Event_NewInputMode) == 0x0002C8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Event_NewInputMode' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_4) == 0x0002CC, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetAllChildren_ReturnValue) == 0x0002E0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Array_Get_Item) == 0x0002F0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Array_Length_ReturnValue) == 0x0002F8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_AsZUser_Widget) == 0x000300, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_AsZUser_Widget' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_bSuccess_1) == 0x000308, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_6) == 0x000309, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000310, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZGameInstance_ReturnValue_5) == 0x000318, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZGameInstance_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_StartTask_ReturnValue) == 0x000320, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_StartTask_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetDatastore_ReturnValue) == 0x000328, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetDatastore_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsConsolePlateform_ReturnValue_1) == 0x000330, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsConsolePlateform_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsMGSDemo_ReturnValue_2) == 0x000331, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsMGSDemo_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZPlayerController_ReturnValue) == 0x000338, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZPlayerController_ReturnValue_1) == 0x000340, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZPlayerController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetHUD_ReturnValue) == 0x000348, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetHUD_ReturnValue_1) == 0x000350, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_12) == 0x000358, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_12' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_13) == 0x00035C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_13' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_5) == 0x000360, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_K2_SetTimer_ReturnValue) == 0x000370, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000378, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000379, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetAllChildren_ReturnValue) == 0x000288, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_Select_Default) == 0x000298, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Array_Get_Item) == 0x0002A8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_MakeStruct_PopUpTextData) == 0x0002B0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_MakeStruct_PopUpTextData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_AsZUser_Widget) == 0x0002E0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_AsZUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_bSuccess_1) == 0x0002E8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_6) == 0x0002E9, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Array_Length_ReturnValue) == 0x0002EC, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetPlayerController_ReturnValue) == 0x0002F0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZGameInstance_ReturnValue_5) == 0x0002F8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZGameInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_StartTask_ReturnValue) == 0x000300, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_StartTask_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetDatastore_ReturnValue) == 0x000308, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetDatastore_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsConsolePlateform_ReturnValue_1) == 0x000310, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsConsolePlateform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_BooleanOR_ReturnValue) == 0x000311, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_4) == 0x000314, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsMGSDemo_ReturnValue_2) == 0x000324, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsMGSDemo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZPlayerController_ReturnValue) == 0x000328, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetZPlayerController_ReturnValue_1) == 0x000330, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetZPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetHUD_ReturnValue) == 0x000338, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetHUD_ReturnValue_1) == 0x000340, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_12) == 0x000348, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PostEvent_ReturnValue_13) == 0x00034C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PostEvent_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_K2_SetTimer_ReturnValue) == 0x000350, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_5) == 0x000358, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000368, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000370, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000378, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CustomEvent_bIsDocked) == 0x000379, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CreateDelegate_OutputDelegate_6) == 0x00037C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue) == 0x000390, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetOnNintendoDockingUndockingChanged_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_CustomEvent_bIsDocked) == 0x000398, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_CustomEvent_bIsDocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_AsBink_Media_Texture) == 0x000390, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_AsBink_Media_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_bSuccess_2) == 0x000398, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0003A0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsMGSDemo_ReturnValue_3) == 0x0003A8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsMGSDemo_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_AsBink_Media_Texture) == 0x0003B0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_AsBink_Media_Texture' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_DynamicCast_bSuccess_2) == 0x0003B8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Rewind_ReturnValue) == 0x0003B9, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Rewind_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PlayAnimation_ReturnValue_5) == 0x0003C0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_MakeStruct_WorldTransitionParams) == 0x0003C8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_MakeStruct_WorldTransitionParams' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer) == 0x000420, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture) == 0x000428, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_TransitionToWorld_ReturnValue) == 0x000430, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_TransitionToWorld_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer_1) == 0x000438, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture_1) == 0x000440, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture_1' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_int_Loop_Counter_Variable) == 0x000448, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_7) == 0x00044C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_7' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Less_IntInt_ReturnValue) == 0x00044D, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000450, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000458, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000460, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ -static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast_1) == 0x000464, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Rewind_ReturnValue) == 0x0003A8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Rewind_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsMGSDemo_ReturnValue_3) == 0x0003A9, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsMGSDemo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PlayAnimation_ReturnValue_5) == 0x0003B0, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, K2Node_MakeStruct_WorldTransitionParams) == 0x0003B8, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::K2Node_MakeStruct_WorldTransitionParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer) == 0x000410, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture) == 0x000418, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_TransitionToWorld_ReturnValue) == 0x000420, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_TransitionToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer_1) == 0x000428, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaPlayer_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture_1) == 0x000430, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetBackgroundBinkMediaPlayer_MediaTexture_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, Temp_int_Loop_Counter_Variable) == 0x000438, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_IsVisible_ReturnValue_7) == 0x00043C, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_IsVisible_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Less_IntInt_ReturnValue) == 0x00043D, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000440, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_GetDPGameUserSettings_ReturnValue) == 0x000448, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_GetDPGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000450, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast_1) == 0x000454, "Member 'WBP_MainMenu_C_ExecuteUbergraph_WBP_MainMenu::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MainMenu_C_GetBackgroundBinkMediaPlayer \ static_assert(alignof(WBP_MainMenu_C_GetBackgroundBinkMediaPlayer) == 0x000008, "Wrong alignment on WBP_MainMenu_C_GetBackgroundBinkMediaPlayer"); \ @@ -152969,118 +154031,3305 @@ static_assert(offsetof(UWBP_MainMenu_C, WBP_Extras) == 0x0003E0, "Member 'UWBP_M static_assert(offsetof(UWBP_MainMenu_C, WBP_InputPrompt) == 0x0003E8, "Member 'UWBP_MainMenu_C::WBP_InputPrompt' has a wrong offset!"); \ static_assert(offsetof(UWBP_MainMenu_C, WBP_ProfileSelect) == 0x0003F0, "Member 'UWBP_MainMenu_C::WBP_ProfileSelect' has a wrong offset!"); \ static_assert(offsetof(UWBP_MainMenu_C, WBP_Settings) == 0x0003F8, "Member 'UWBP_MainMenu_C::WBP_Settings' has a wrong offset!"); \ -static_assert(offsetof(UWBP_MainMenu_C, AnimationPlayrate) == 0x000400, "Member 'UWBP_MainMenu_C::AnimationPlayrate' has a wrong offset!"); \ -static_assert(offsetof(UWBP_MainMenu_C, FadeOutPlayRate) == 0x000408, "Member 'UWBP_MainMenu_C::FadeOutPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_C, AnimationPlayRate) == 0x000400, "Member 'UWBP_MainMenu_C::AnimationPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_C, FadeOutPlayrate) == 0x000408, "Member 'UWBP_MainMenu_C::FadeOutPlayrate' has a wrong offset!"); \ static_assert(offsetof(UWBP_MainMenu_C, CanGoBack) == 0x000410, "Member 'UWBP_MainMenu_C::CanGoBack' has a wrong offset!"); \ static_assert(offsetof(UWBP_MainMenu_C, State) == 0x000411, "Member 'UWBP_MainMenu_C::State' has a wrong offset!"); \ static_assert(offsetof(UWBP_MainMenu_C, DLCUpdateTimerHandle) == 0x000418, "Member 'UWBP_MainMenu_C::DLCUpdateTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UWBP_MainMenu_C, SwitchSize) == 0x000420, "Member 'UWBP_MainMenu_C::SwitchSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_MainMenu_C, Transition_C0TransitionParamsCheckpointId) == 0x000430, "Member 'UWBP_MainMenu_C::Transition_C0TransitionParamsCheckpointId' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_AMainMenu_C \ -static_assert(alignof(AMainMenu_C) == 0x000008, "Wrong alignment on AMainMenu_C"); \ -static_assert(sizeof(AMainMenu_C) == 0x000298, "Wrong size on AMainMenu_C"); \ +#define DUMPER7_ASSERTS_AC0_A01_Bg_C \ +static_assert(alignof(AC0_A01_Bg_C) == 0x000008, "Wrong alignment on AC0_A01_Bg_C"); \ +static_assert(sizeof(AC0_A01_Bg_C) == 0x000298, "Wrong size on AC0_A01_Bg_C"); \ -#define DUMPER7_ASSERTS_BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode \ -static_assert(alignof(BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode) == 0x000004, "Wrong alignment on BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode"); \ -static_assert(sizeof(BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode) == 0x000018, "Wrong size on BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode"); \ -static_assert(offsetof(BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode, EntryPoint) == 0x000000, "Member 'BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode, Temp_delegate_Variable) == 0x000004, "Member 'BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode, CallFunc_PostEvent_ReturnValue) == 0x000014, "Member 'BP_MainMenu_GameMode_C_ExecuteUbergraph_BP_MainMenu_GameMode::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_DP_C0_C_ExecuteUbergraph_DP_C0 \ +static_assert(alignof(DP_C0_C_ExecuteUbergraph_DP_C0) == 0x000008, "Wrong alignment on DP_C0_C_ExecuteUbergraph_DP_C0"); \ +static_assert(sizeof(DP_C0_C_ExecuteUbergraph_DP_C0) == 0x000048, "Wrong size on DP_C0_C_ExecuteUbergraph_DP_C0"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, EntryPoint) == 0x000000, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, K2Node_ActorBoundEvent_OverlappedActor_1) == 0x000008, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::K2Node_ActorBoundEvent_OverlappedActor_1' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, K2Node_ActorBoundEvent_OtherActor_1) == 0x000010, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::K2Node_ActorBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000028, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, K2Node_ActorBoundEvent_OverlappedActor) == 0x000030, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::K2Node_ActorBoundEvent_OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, K2Node_ActorBoundEvent_OtherActor) == 0x000038, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::K2Node_ActorBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_ExecuteUbergraph_DP_C0, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000040, "Member 'DP_C0_C_ExecuteUbergraph_DP_C0::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_MainMenu_GameMode_C \ -static_assert(alignof(ABP_MainMenu_GameMode_C) == 0x000010, "Wrong alignment on ABP_MainMenu_GameMode_C"); \ -static_assert(sizeof(ABP_MainMenu_GameMode_C) == 0x000700, "Wrong size on ABP_MainMenu_GameMode_C"); \ -static_assert(offsetof(ABP_MainMenu_GameMode_C, UberGraphFrame) == 0x0006F0, "Member 'ABP_MainMenu_GameMode_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_MainMenu_GameMode_C, DefaultSceneRoot) == 0x0006F8, "Member 'ABP_MainMenu_GameMode_C::DefaultSceneRoot' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DP_C0_C_BndEvt__DP_C0_TriggerVolume_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_MainMenu_HUD_C_On_Engagement_Screen_Validated \ -static_assert(alignof(BP_MainMenu_HUD_C_On_Engagement_Screen_Validated) == 0x000008, "Wrong alignment on BP_MainMenu_HUD_C_On_Engagement_Screen_Validated"); \ -static_assert(sizeof(BP_MainMenu_HUD_C_On_Engagement_Screen_Validated) == 0x000010, "Wrong size on BP_MainMenu_HUD_C_On_Engagement_Screen_Validated"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_On_Engagement_Screen_Validated, UserIndex) == 0x000000, "Member 'BP_MainMenu_HUD_C_On_Engagement_Screen_Validated::UserIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_On_Engagement_Screen_Validated, finisher) == 0x000008, "Member 'BP_MainMenu_HUD_C_On_Engagement_Screen_Validated::finisher' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DP_C0_C_BndEvt__DP_C0_TriggerVolume_0_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_MainMenu_HUD_C_HasStartedGame \ -static_assert(alignof(BP_MainMenu_HUD_C_HasStartedGame) == 0x000008, "Wrong alignment on BP_MainMenu_HUD_C_HasStartedGame"); \ -static_assert(sizeof(BP_MainMenu_HUD_C_HasStartedGame) == 0x000020, "Wrong size on BP_MainMenu_HUD_C_HasStartedGame"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_HasStartedGame, Value) == 0x000000, "Member 'BP_MainMenu_HUD_C_HasStartedGame::Value' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_HasStartedGame, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'BP_MainMenu_HUD_C_HasStartedGame::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_HasStartedGame, K2Node_DynamicCast_AsBP_Darwin_Game_Instance) == 0x000010, "Member 'BP_MainMenu_HUD_C_HasStartedGame::K2Node_DynamicCast_AsBP_Darwin_Game_Instance' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_HasStartedGame, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_MainMenu_HUD_C_HasStartedGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_ADP_C0_C \ +static_assert(alignof(ADP_C0_C) == 0x000008, "Wrong alignment on ADP_C0_C"); \ +static_assert(sizeof(ADP_C0_C) == 0x0002A8, "Wrong size on ADP_C0_C"); \ +static_assert(offsetof(ADP_C0_C, UberGraphFrame) == 0x000298, "Member 'ADP_C0_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ADP_C0_C, ExponentialHeightFog_0_ExecuteUbergraph_DP_C0_RefProperty) == 0x0002A0, "Member 'ADP_C0_C::ExponentialHeightFog_0_ExecuteUbergraph_DP_C0_RefProperty' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD \ -static_assert(alignof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD) == 0x000008, "Wrong alignment on BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD"); \ -static_assert(sizeof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD) == 0x000140, "Wrong size on BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, EntryPoint) == 0x000000, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::EntryPoint' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, Temp_byte_Variable) == 0x000004, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::Temp_byte_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_Create_ReturnValue) == 0x000020, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_Create_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetGameUserSettings_ReturnValue) == 0x000048, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_CustomEvent_userIndex) == 0x000050, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_CustomEvent_userIndex' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_CustomEvent_finisher) == 0x000058, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_CustomEvent_finisher' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_DynamicCast_AsDPGame_User_Settings) == 0x000060, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_DynamicCast_AsDPGame_User_Settings' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetHasSetGammaCorrection_ReturnValue) == 0x000069, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetHasSetGammaCorrection_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetZGameInstance_ReturnValue) == 0x000070, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetUIController_ReturnValue) == 0x000078, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetUIController_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, Temp_byte_Variable_1) == 0x000080, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::Temp_byte_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_RequestScreenUI_ReturnValue) == 0x000081, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_RequestScreenUI_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000088, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetZGameInstance_ReturnValue_2) == 0x000090, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetZGameInstance_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetUIController_ReturnValue_1) == 0x000098, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetUIController_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetUIController_ReturnValue_2) == 0x0000A0, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetUIController_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_RequestScreenUI_ReturnValue_1) == 0x0000A8, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_RequestScreenUI_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, Temp_bool_Variable) == 0x0000A9, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::Temp_bool_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_Select_Default) == 0x0000AA, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_Select_Default' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_HasDebugFeatures_ReturnValue) == 0x0000AB, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_HasDebugFeatures_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetZGameInstance_ReturnValue_3) == 0x0000B0, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetZGameInstance_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_DynamicCast_AsBP_Darwin_Game_Instance) == 0x0000B8, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_DynamicCast_AsBP_Darwin_Game_Instance' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetUIController_ReturnValue_3) == 0x0000C8, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetUIController_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetCurrentScreenWidget_ReturnValue) == 0x0000D0, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetCurrentScreenWidget_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_DynamicCast_AsWBP_Logo_Screen) == 0x0000D8, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_DynamicCast_AsWBP_Logo_Screen' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_DynamicCast_bSuccess_2) == 0x0000E0, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_RequestScreenUI_ReturnValue_2) == 0x0000E1, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_RequestScreenUI_ReturnValue_2' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000E8, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_HasStartedGame_Value) == 0x0000F0, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_HasStartedGame_Value' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000F4, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_ShowEngagementScreenBP_ReturnValue) == 0x000104, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_ShowEngagementScreenBP_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetZSaveManager_ReturnValue) == 0x000108, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetZSaveManager_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetUIController_ReturnValue_4) == 0x000110, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetUIController_ReturnValue_4' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_RequestScreenUI_ReturnValue_3) == 0x000118, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_RequestScreenUI_ReturnValue_3' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetCurrentSaveGame_ReturnValue) == 0x000120, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetCurrentSaveGame_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_IsValid_ReturnValue) == 0x000128, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetZSaveManager_ReturnValue_1) == 0x000130, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetZSaveManager_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD, CallFunc_GetUIController_ReturnValue_5) == 0x000138, "Member 'BP_MainMenu_HUD_C_ExecuteUbergraph_BP_MainMenu_HUD::CallFunc_GetUIController_ReturnValue_5' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_WaterBody \ +static_assert(alignof(BP_Water_Ocean_C_WaterBody) == 0x000010, "Wrong alignment on BP_Water_Ocean_C_WaterBody"); \ +static_assert(sizeof(BP_Water_Ocean_C_WaterBody) == 0x000320, "Wrong size on BP_Water_Ocean_C_WaterBody"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, Temp_int_Variable) == 0x000000, "Member 'BP_Water_Ocean_C_WaterBody::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Multiply_IntInt_ReturnValue) == 0x000004, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000038, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeVector_ReturnValue_1) == 0x0000A0, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_AddComponent_ReturnValue) == 0x0000B8, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeTransform_ReturnValue_1) == 0x0000C0, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_AddComponent_ReturnValue_1) == 0x000120, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_SetStaticMesh_ReturnValue) == 0x000128, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000129, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000130, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00013C, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, Temp_int_Variable_1) == 0x000140, "Member 'BP_Water_Ocean_C_WaterBody::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000144, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Multiply_IntInt_ReturnValue_2) == 0x000148, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Multiply_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00014C, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000150, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeVector_ReturnValue_2) == 0x000158, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeVector_ReturnValue_3) == 0x000170, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeTransform_ReturnValue_2) == 0x000190, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeTransform_ReturnValue_3) == 0x0001F0, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_AddComponent_ReturnValue_2) == 0x000250, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_AddComponent_ReturnValue_3) == 0x000258, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000260, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_SetStaticMesh_ReturnValue_3) == 0x000261, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Conv_IntToDouble_ReturnValue_4) == 0x000268, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Conv_IntToDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeVector_ReturnValue_4) == 0x000270, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000288, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_MakeTransform_ReturnValue_4) == 0x000290, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_MakeTransform_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_AddComponent_ReturnValue_4) == 0x0002F0, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_AddComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_AddComponent_ReturnValue_5) == 0x0002F8, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_AddComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_SetStaticMesh_ReturnValue_4) == 0x000300, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_SetStaticMesh_ReturnValue_5) == 0x000301, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_SetStaticMesh_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_AddComponent_ReturnValue_6) == 0x000308, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_AddComponent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_Add_IntInt_ReturnValue_1) == 0x000310, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_WaterBody, CallFunc_SetStaticMesh_ReturnValue_6) == 0x000314, "Member 'BP_Water_Ocean_C_WaterBody::CallFunc_SetStaticMesh_ReturnValue_6' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_MainMenu_HUD_C_EvaluateAudioTheme \ -static_assert(alignof(BP_MainMenu_HUD_C_EvaluateAudioTheme) == 0x000004, "Wrong alignment on BP_MainMenu_HUD_C_EvaluateAudioTheme"); \ -static_assert(sizeof(BP_MainMenu_HUD_C_EvaluateAudioTheme) == 0x00002C, "Wrong size on BP_MainMenu_HUD_C_EvaluateAudioTheme"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_EvaluateAudioTheme, Temp_delegate_Variable) == 0x000000, "Member 'BP_MainMenu_HUD_C_EvaluateAudioTheme::Temp_delegate_Variable' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_EvaluateAudioTheme, Temp_delegate_Variable_1) == 0x000010, "Member 'BP_MainMenu_HUD_C_EvaluateAudioTheme::Temp_delegate_Variable_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_EvaluateAudioTheme, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'BP_MainMenu_HUD_C_EvaluateAudioTheme::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_EvaluateAudioTheme, CallFunc_PostEvent_ReturnValue_1) == 0x000024, "Member 'BP_MainMenu_HUD_C_EvaluateAudioTheme::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ -static_assert(offsetof(BP_MainMenu_HUD_C_EvaluateAudioTheme, CallFunc_IsMGSDemo_ReturnValue) == 0x000028, "Member 'BP_MainMenu_HUD_C_EvaluateAudioTheme::CallFunc_IsMGSDemo_ReturnValue' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_Water_Parameters \ +static_assert(alignof(BP_Water_Ocean_C_Water_Parameters) == 0x000008, "Wrong alignment on BP_Water_Ocean_C_Water_Parameters"); \ +static_assert(sizeof(BP_Water_Ocean_C_Water_Parameters) == 0x000140, "Wrong size on BP_Water_Ocean_C_Water_Parameters"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_MakeVector_ReturnValue) == 0x000000, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000048, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x00004C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000050, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x000054, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x000058, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x00005C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_6) == 0x000060, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000064, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_7) == 0x000068, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_8) == 0x00006C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_9) == 0x000070, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_10) == 0x000074, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_11) == 0x000078, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_12) == 0x00007C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_13) == 0x000080, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_14) == 0x000084, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_15) == 0x000088, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_16) == 0x00008C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_17) == 0x000090, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_18) == 0x000094, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_19) == 0x000098, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_20) == 0x00009C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_21) == 0x0000A0, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_22) == 0x0000A4, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_23) == 0x0000A8, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_24) == 0x0000AC, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_25) == 0x0000B0, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_26) == 0x0000B4, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_27) == 0x0000B8, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_28) == 0x0000BC, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_29) == 0x0000C0, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_30) == 0x0000C4, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_31) == 0x0000C8, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_32) == 0x0000CC, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_33) == 0x0000D0, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_34) == 0x0000D4, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_35) == 0x0000D8, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_36) == 0x0000DC, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_37) == 0x0000E0, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_38) == 0x0000E4, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_39) == 0x0000E8, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_40) == 0x0000EC, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_41) == 0x0000F0, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_42) == 0x0000F4, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_43) == 0x0000F8, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_43' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_44) == 0x0000FC, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_44' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_45) == 0x000100, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_45' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_46) == 0x000104, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_46' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_47) == 0x000108, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_47' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_48) == 0x00010C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_48' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_49) == 0x000110, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_49' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_50) == 0x000114, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_50' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_51) == 0x000118, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_51' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_52) == 0x00011C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_52' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_53) == 0x000120, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_53' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_54) == 0x000124, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_54' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_55) == 0x000128, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_55' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_56) == 0x00012C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_56' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_57) == 0x000130, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_57' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_58) == 0x000134, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_58' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_59) == 0x000138, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_59' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Water_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_60) == 0x00013C, "Member 'BP_Water_Ocean_C_Water_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_60' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_MainMenu_HUD_C \ -static_assert(alignof(ABP_MainMenu_HUD_C) == 0x000008, "Wrong alignment on ABP_MainMenu_HUD_C"); \ -static_assert(sizeof(ABP_MainMenu_HUD_C) == 0x000398, "Wrong size on ABP_MainMenu_HUD_C"); \ -static_assert(offsetof(ABP_MainMenu_HUD_C, UberGraphFrame) == 0x000380, "Member 'ABP_MainMenu_HUD_C::UberGraphFrame' has a wrong offset!"); \ -static_assert(offsetof(ABP_MainMenu_HUD_C, DefaultSceneRoot) == 0x000388, "Member 'ABP_MainMenu_HUD_C::DefaultSceneRoot' has a wrong offset!"); \ -static_assert(offsetof(ABP_MainMenu_HUD_C, WaterMarkWidget) == 0x000390, "Member 'ABP_MainMenu_HUD_C::WaterMarkWidget' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_UserConstructionScript \ +static_assert(alignof(BP_Water_Ocean_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Water_Ocean_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Water_Ocean_C_UserConstructionScript) == 0x000018, "Wrong size on BP_Water_Ocean_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Water_Ocean_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Water_Ocean_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_Water_Ocean_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000010, "Member 'BP_Water_Ocean_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_BP_MainMenu_PlayerController_C_ExecuteUbergraph_BP_MainMenu_PlayerController \ -static_assert(alignof(BP_MainMenu_PlayerController_C_ExecuteUbergraph_BP_MainMenu_PlayerController) == 0x000004, "Wrong alignment on BP_MainMenu_PlayerController_C_ExecuteUbergraph_BP_MainMenu_PlayerController"); \ -static_assert(sizeof(BP_MainMenu_PlayerController_C_ExecuteUbergraph_BP_MainMenu_PlayerController) == 0x000004, "Wrong size on BP_MainMenu_PlayerController_C_ExecuteUbergraph_BP_MainMenu_PlayerController"); \ -static_assert(offsetof(BP_MainMenu_PlayerController_C_ExecuteUbergraph_BP_MainMenu_PlayerController, EntryPoint) == 0x000000, "Member 'BP_MainMenu_PlayerController_C_ExecuteUbergraph_BP_MainMenu_PlayerController::EntryPoint' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_Set_Box_Mask \ +static_assert(alignof(BP_Water_Ocean_C_Set_Box_Mask) == 0x000008, "Wrong alignment on BP_Water_Ocean_C_Set_Box_Mask"); \ +static_assert(sizeof(BP_Water_Ocean_C_Set_Box_Mask) == 0x0000A0, "Wrong size on BP_Water_Ocean_C_Set_Box_Mask"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000000, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_GetComponentBounds_BoxExtent) == 0x000030, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_GetComponentBounds_SphereRadius) == 0x000048, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000050, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000068, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000080, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Set_Box_Mask, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x000090, "Member 'BP_Water_Ocean_C_Set_Box_Mask::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ -#define DUMPER7_ASSERTS_ABP_MainMenu_PlayerController_C \ -static_assert(alignof(ABP_MainMenu_PlayerController_C) == 0x000008, "Wrong alignment on ABP_MainMenu_PlayerController_C"); \ -static_assert(sizeof(ABP_MainMenu_PlayerController_C) == 0x000A90, "Wrong size on ABP_MainMenu_PlayerController_C"); \ -static_assert(offsetof(ABP_MainMenu_PlayerController_C, UberGraphFrame) == 0x000A88, "Member 'ABP_MainMenu_PlayerController_C::UberGraphFrame' has a wrong offset!"); \ +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_ReceiveTick \ +static_assert(alignof(BP_Water_Ocean_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Water_Ocean_C_ReceiveTick"); \ +static_assert(sizeof(BP_Water_Ocean_C_ReceiveTick) == 0x000004, "Wrong size on BP_Water_Ocean_C_ReceiveTick"); \ +static_assert(offsetof(BP_Water_Ocean_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Water_Ocean_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_ReceiveActorBeginOverlap \ +static_assert(alignof(BP_Water_Ocean_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_Water_Ocean_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(BP_Water_Ocean_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_Water_Ocean_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(BP_Water_Ocean_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_Water_Ocean_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_OnActorHit_Event \ +static_assert(alignof(BP_Water_Ocean_C_OnActorHit_Event) == 0x000008, "Wrong alignment on BP_Water_Ocean_C_OnActorHit_Event"); \ +static_assert(sizeof(BP_Water_Ocean_C_OnActorHit_Event) == 0x000120, "Wrong size on BP_Water_Ocean_C_OnActorHit_Event"); \ +static_assert(offsetof(BP_Water_Ocean_C_OnActorHit_Event, SelfActor) == 0x000000, "Member 'BP_Water_Ocean_C_OnActorHit_Event::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_OnActorHit_Event, OtherActor) == 0x000008, "Member 'BP_Water_Ocean_C_OnActorHit_Event::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_OnActorHit_Event, NormalImpulse) == 0x000010, "Member 'BP_Water_Ocean_C_OnActorHit_Event::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_OnActorHit_Event, Hit) == 0x000028, "Member 'BP_Water_Ocean_C_OnActorHit_Event::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_Lighting_Infos \ +static_assert(alignof(BP_Water_Ocean_C_Lighting_Infos) == 0x000008, "Wrong alignment on BP_Water_Ocean_C_Lighting_Infos"); \ +static_assert(sizeof(BP_Water_Ocean_C_Lighting_Infos) == 0x0000B0, "Wrong size on BP_Water_Ocean_C_Lighting_Infos"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_GetComponentByClass_ReturnValue) == 0x000000, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000008, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_GetForwardVector_ReturnValue) == 0x000020, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000038, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000050, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_BreakVector_X) == 0x000060, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_BreakVector_Y) == 0x000068, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, CallFunc_BreakVector_Z) == 0x000070, "Member 'BP_Water_Ocean_C_Lighting_Infos::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_LinearColor) == 0x000078, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_LinearColor_1) == 0x000088, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_R_ImplicitCast) == 0x000098, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_R_ImplicitCast_1) == 0x00009C, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_R_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_G_ImplicitCast) == 0x0000A0, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_G_ImplicitCast_1) == 0x0000A4, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_G_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_B_ImplicitCast) == 0x0000A8, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_Lighting_Infos, K2Node_MakeStruct_B_ImplicitCast_1) == 0x0000AC, "Member 'BP_Water_Ocean_C_Lighting_Infos::K2Node_MakeStruct_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean \ +static_assert(alignof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean) == 0x000008, "Wrong alignment on BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean"); \ +static_assert(sizeof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean) == 0x0007E0, "Wrong size on BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, EntryPoint) == 0x000000, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetActorBounds_Origin) == 0x000048, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetActorBounds_BoxExtent) == 0x000060, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetPlayerPawn_ReturnValue) == 0x000078, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_1) == 0x000080, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_1) == 0x000088, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_1) == 0x000090, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, K2Node_Event_OtherActor) == 0x000098, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000A8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000B0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000C0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_2) == 0x0000D8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_2) == 0x0000E0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_2) == 0x0000E8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x0000F0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0000F8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000100, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000118, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_3) == 0x000130, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_3) == 0x000138, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_3) == 0x000140, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000148, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000150, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000168, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000180, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_4) == 0x000198, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_4) == 0x0001A0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_4) == 0x0001A8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0001B0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, K2Node_CustomEvent_SelfActor) == 0x0001B8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::K2Node_CustomEvent_SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, K2Node_CustomEvent_OtherActor) == 0x0001C0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, K2Node_CustomEvent_NormalImpulse) == 0x0001C8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, K2Node_CustomEvent_Hit) == 0x0001E0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::K2Node_CustomEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Not_PreBool_ReturnValue) == 0x0002D8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_bBlockingHit) == 0x0002D9, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002DA, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_Time) == 0x0002DC, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_Distance) == 0x0002E0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_Location) == 0x0002E8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_ImpactPoint) == 0x000300, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_Normal) == 0x000318, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_ImpactNormal) == 0x000330, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_PhysMat) == 0x000348, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_HitActor) == 0x000350, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_HitComponent) == 0x000358, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_HitBoneName) == 0x000360, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_BoneName) == 0x000368, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_HitItem) == 0x000370, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_ElementIndex) == 0x000374, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_FaceIndex) == 0x000378, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_TraceStart) == 0x000380, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakHitResult_TraceEnd) == 0x000398, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_5) == 0x0003B0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_5) == 0x0003B8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_5) == 0x0003C0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_6) == 0x0003C8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_6) == 0x0003D0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_6) == 0x0003D8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x0003E0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, K2Node_CreateDelegate_OutputDelegate) == 0x0003E4, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetTimeSeconds_ReturnValue) == 0x0003F8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetWaveHeight_Height) == 0x000400, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetWaveHeight_Height' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000418, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_7) == 0x000420, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_7) == 0x000428, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_7) == 0x000430, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetWaveHeight_Height_1) == 0x000438, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetWaveHeight_Height_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000450, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_8) == 0x000458, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_8) == 0x000460, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_8) == 0x000468, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_FClamp_ReturnValue) == 0x000470, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000478, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_MakeVector_ReturnValue) == 0x000480, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_MakeVector_ReturnValue_1) == 0x000498, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0004B0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0005A8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0005B0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x0005B8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0005C0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_MakeVector_ReturnValue_2) == 0x0005C8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0005E0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0005E8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_MakeVector_ReturnValue_3) == 0x0005F0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, Temp_bool_Has_Been_Initd_Variable) == 0x000608, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000610, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetCameraLocation_ReturnValue) == 0x000618, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_9) == 0x000630, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_9) == 0x000638, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_9) == 0x000640, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_MakeVector_ReturnValue_4) == 0x000648, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000660, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetTimeSeconds_ReturnValue_2) == 0x000758, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetTimeSeconds_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, Temp_bool_IsClosed_Variable) == 0x000760, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_GetWaveHeight_Height_2) == 0x000768, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_GetWaveHeight_Height_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_10) == 0x000780, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_10) == 0x000788, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_10) == 0x000790, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000798, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0007A0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_X_11) == 0x0007B8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_X_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Y_11) == 0x0007C0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_BreakVector_Z_11) == 0x0007C8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0007D0, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0007D4, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x0007D8, "Member 'BP_Water_Ocean_C_ExecuteUbergraph_BP_Water_Ocean::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Water_Ocean_C \ +static_assert(alignof(ABP_Water_Ocean_C) == 0x000008, "Wrong alignment on ABP_Water_Ocean_C"); \ +static_assert(sizeof(ABP_Water_Ocean_C) == 0x0005B8, "Wrong size on ABP_Water_Ocean_C"); \ +static_assert(offsetof(ABP_Water_Ocean_C, UberGraphFrame) == 0x000290, "Member 'ABP_Water_Ocean_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, UnderWaterPostProcess) == 0x000298, "Member 'ABP_Water_Ocean_C::UnderWaterPostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Ak_Underwater) == 0x0002A0, "Member 'ABP_Water_Ocean_C::Ak_Underwater' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Billboard) == 0x0002A8, "Member 'ABP_Water_Ocean_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, PS_UnderwaterDirt) == 0x0002B0, "Member 'ABP_Water_Ocean_C::PS_UnderwaterDirt' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, MaskBox) == 0x0002B8, "Member 'ABP_Water_Ocean_C::MaskBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, AC_OceanManager) == 0x0002C0, "Member 'ABP_Water_Ocean_C::AC_OceanManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Underwater) == 0x0002C8, "Member 'ABP_Water_Ocean_C::Underwater' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, CartoonWaterDepth) == 0x0002D0, "Member 'ABP_Water_Ocean_C::CartoonWaterDepth' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, CartoonWater) == 0x0002D8, "Member 'ABP_Water_Ocean_C::CartoonWater' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Wave_Length) == 0x0002E0, "Member 'ABP_Water_Ocean_C::Wave_Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Amplitude) == 0x0002E8, "Member 'ABP_Water_Ocean_C::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Steepness) == 0x0002F0, "Member 'ABP_Water_Ocean_C::Steepness' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, AutoStart) == 0x0002F8, "Member 'ABP_Water_Ocean_C::AutoStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Number_of_Water_Planes_X) == 0x0002FC, "Member 'ABP_Water_Ocean_C::Number_of_Water_Planes_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Number_of_Water_Planes_Y) == 0x000300, "Member 'ABP_Water_Ocean_C::Number_of_Water_Planes_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, PhysicsVolume) == 0x000308, "Member 'ABP_Water_Ocean_C::PhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Wave_Speed) == 0x000310, "Member 'ABP_Water_Ocean_C::Wave_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Gerstner_Wave_Speed_) == 0x000318, "Member 'ABP_Water_Ocean_C::Gerstner_Wave_Speed_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Wind_Direction) == 0x000320, "Member 'ABP_Water_Ocean_C::Wind_Direction' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Global_Opacity) == 0x000328, "Member 'ABP_Water_Ocean_C::Global_Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Color_Distance_Fade) == 0x000330, "Member 'ABP_Water_Ocean_C::Color_Distance_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Color_Distance_Falloff) == 0x000338, "Member 'ABP_Water_Ocean_C::Color_Distance_Falloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Water_Depth_Distance_Fade) == 0x000340, "Member 'ABP_Water_Ocean_C::Water_Depth_Distance_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Water_Depth_Distance_Falloff) == 0x000348, "Member 'ABP_Water_Ocean_C::Water_Depth_Distance_Falloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_Distance_Fade) == 0x000350, "Member 'ABP_Water_Ocean_C::Foam_Distance_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_Distance_Falloff) == 0x000358, "Member 'ABP_Water_Ocean_C::Foam_Distance_Falloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Normal_Distance_Fade) == 0x000360, "Member 'ABP_Water_Ocean_C::Normal_Distance_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Normal_Distance_Falloff) == 0x000368, "Member 'ABP_Water_Ocean_C::Normal_Distance_Falloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Refraction_Distance_Fade) == 0x000370, "Member 'ABP_Water_Ocean_C::Refraction_Distance_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Refraction_Distance_Falloff) == 0x000378, "Member 'ABP_Water_Ocean_C::Refraction_Distance_Falloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, SSS_Distance_Fade) == 0x000380, "Member 'ABP_Water_Ocean_C::SSS_Distance_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, SSS_Distance_Falloff) == 0x000388, "Member 'ABP_Water_Ocean_C::SSS_Distance_Falloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Small_Normal_Speed) == 0x000390, "Member 'ABP_Water_Ocean_C::Small_Normal_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Small_Normal_Intensity) == 0x000398, "Member 'ABP_Water_Ocean_C::Small_Normal_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Small_Normal_Tiling) == 0x0003A0, "Member 'ABP_Water_Ocean_C::Small_Normal_Tiling' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Large_Normal_Speed) == 0x0003A8, "Member 'ABP_Water_Ocean_C::Large_Normal_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Large_Normal_Intensity) == 0x0003B0, "Member 'ABP_Water_Ocean_C::Large_Normal_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Large_Normal_Tiling) == 0x0003B8, "Member 'ABP_Water_Ocean_C::Large_Normal_Tiling' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Current_Material_) == 0x0003C0, "Member 'ABP_Water_Ocean_C::Current_Material_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Current_Depth_Material_) == 0x0003C8, "Member 'ABP_Water_Ocean_C::Current_Depth_Material_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Intensity) == 0x0003D0, "Member 'ABP_Water_Ocean_C::Seafoam_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Base_Height) == 0x0003D8, "Member 'ABP_Water_Ocean_C::Seafoam_Base_Height' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Softness) == 0x0003E0, "Member 'ABP_Water_Ocean_C::Seafoam_Softness' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Distorsion) == 0x0003E8, "Member 'ABP_Water_Ocean_C::Seafoam_Distorsion' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Tiling) == 0x0003F0, "Member 'ABP_Water_Ocean_C::Seafoam_Tiling' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_Intensity) == 0x0003F8, "Member 'ABP_Water_Ocean_C::Foam_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_Speed) == 0x000400, "Member 'ABP_Water_Ocean_C::Foam_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_X_Tile) == 0x000408, "Member 'ABP_Water_Ocean_C::Foam_X_Tile' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_Y_Tile) == 0x000410, "Member 'ABP_Water_Ocean_C::Foam_Y_Tile' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Intersection_Size) == 0x000418, "Member 'ABP_Water_Ocean_C::Intersection_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Intersection_Softness) == 0x000420, "Member 'ABP_Water_Ocean_C::Intersection_Softness' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, CubeMap_Intensity) == 0x000428, "Member 'ABP_Water_Ocean_C::CubeMap_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Reflection_Angle) == 0x000430, "Member 'ABP_Water_Ocean_C::Reflection_Angle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Shore_Distance) == 0x000438, "Member 'ABP_Water_Ocean_C::Shore_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Day_Intensity) == 0x000440, "Member 'ABP_Water_Ocean_C::Day_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Water_Depth) == 0x000448, "Member 'ABP_Water_Ocean_C::Water_Depth' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Refraction_Amount) == 0x000450, "Member 'ABP_Water_Ocean_C::Refraction_Amount' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Refraction_Amount_Depth) == 0x000458, "Member 'ABP_Water_Ocean_C::Refraction_Amount_Depth' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Highlight_Intensity) == 0x000460, "Member 'ABP_Water_Ocean_C::Highlight_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Highlight_Base_Height) == 0x000468, "Member 'ABP_Water_Ocean_C::Highlight_Base_Height' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Highlight_Softness) == 0x000470, "Member 'ABP_Water_Ocean_C::Highlight_Softness' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Highlight_Density) == 0x000478, "Member 'ABP_Water_Ocean_C::Highlight_Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Trough_Intensity) == 0x000480, "Member 'ABP_Water_Ocean_C::Trough_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Trough_Base_Height) == 0x000488, "Member 'ABP_Water_Ocean_C::Trough_Base_Height' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Trough_Softnes) == 0x000490, "Member 'ABP_Water_Ocean_C::Trough_Softnes' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, SSS_Intensity) == 0x000498, "Member 'ABP_Water_Ocean_C::SSS_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, SSS_Base_Height) == 0x0004A0, "Member 'ABP_Water_Ocean_C::SSS_Base_Height' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, SSS_Softness) == 0x0004A8, "Member 'ABP_Water_Ocean_C::SSS_Softness' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Base_Color) == 0x0004B0, "Member 'ABP_Water_Ocean_C::Base_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Far_Color) == 0x0004C0, "Member 'ABP_Water_Ocean_C::Far_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Shallow_Water_Color) == 0x0004D0, "Member 'ABP_Water_Ocean_C::Shallow_Water_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Trough_Color) == 0x0004E0, "Member 'ABP_Water_Ocean_C::Trough_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, SSS_Color) == 0x0004F0, "Member 'ABP_Water_Ocean_C::SSS_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_Color) == 0x000500, "Member 'ABP_Water_Ocean_C::Foam_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Color) == 0x000510, "Member 'ABP_Water_Ocean_C::Seafoam_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Cubemap) == 0x000520, "Member 'ABP_Water_Ocean_C::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Water_Normal_Large) == 0x000528, "Member 'ABP_Water_Ocean_C::Water_Normal_Large' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Water_Normal_Small) == 0x000530, "Member 'ABP_Water_Ocean_C::Water_Normal_Small' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Alpha_Tested__G_) == 0x000538, "Member 'ABP_Water_Ocean_C::Seafoam_Alpha_Tested__G_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Seafoam_Regular) == 0x000540, "Member 'ABP_Water_Ocean_C::Seafoam_Regular' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Foam_) == 0x000548, "Member 'ABP_Water_Ocean_C::Foam_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Sun_Reflection_Intensity) == 0x000550, "Member 'ABP_Water_Ocean_C::Sun_Reflection_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Sun_Reflection_Tightness) == 0x000558, "Member 'ABP_Water_Ocean_C::Sun_Reflection_Tightness' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Specular_Intensity) == 0x000560, "Member 'ABP_Water_Ocean_C::Specular_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Intersection_Size_Reduction_Over_Distance) == 0x000568, "Member 'ABP_Water_Ocean_C::Intersection_Size_Reduction_Over_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Underwater_Opacity) == 0x000570, "Member 'ABP_Water_Ocean_C::Underwater_Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Refraction_Depth) == 0x000578, "Member 'ABP_Water_Ocean_C::Refraction_Depth' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Underwater_Mesh_Z_scale) == 0x000580, "Member 'ABP_Water_Ocean_C::Underwater_Mesh_Z_scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Debug) == 0x000588, "Member 'ABP_Water_Ocean_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, DirectionnalLight) == 0x000590, "Member 'ABP_Water_Ocean_C::DirectionnalLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, CameraUnderwater) == 0x000598, "Member 'ABP_Water_Ocean_C::CameraUnderwater' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, DMI_Waterline) == 0x0005A0, "Member 'ABP_Water_Ocean_C::DMI_Waterline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, DMI_Underwater) == 0x0005A8, "Member 'ABP_Water_Ocean_C::DMI_Underwater' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, IsTranslucent) == 0x0005B0, "Member 'ABP_Water_Ocean_C::IsTranslucent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Ocean_C, Generates_Custom_Depth) == 0x0005B1, "Member 'ABP_Water_Ocean_C::Generates_Custom_Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Modulate_C_UserConstructionScript \ +static_assert(alignof(BP_Modulate_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Modulate_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Modulate_C_UserConstructionScript) == 0x000060, "Wrong size on BP_Modulate_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue) == 0x000000, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue_1) == 0x000008, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue_2) == 0x000010, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue_3) == 0x000018, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000028, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000030, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000034, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000038, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x00003C, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x000040, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x000044, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_6) == 0x000048, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_7) == 0x00004C, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_8) == 0x000050, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_9) == 0x000054, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_10) == 0x000058, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Modulate_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_11) == 0x00005C, "Member 'BP_Modulate_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_11' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Modulate_C \ +static_assert(alignof(ABP_Modulate_C) == 0x000008, "Wrong alignment on ABP_Modulate_C"); \ +static_assert(sizeof(ABP_Modulate_C) == 0x000328, "Wrong size on ABP_Modulate_C"); \ +static_assert(offsetof(ABP_Modulate_C, Plane) == 0x000290, "Member 'ABP_Modulate_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_Modulate_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, DMI) == 0x0002A0, "Member 'ABP_Modulate_C::DMI' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Color) == 0x0002A8, "Member 'ABP_Modulate_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Radius) == 0x0002B8, "Member 'ABP_Modulate_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, FadeDistance) == 0x0002BC, "Member 'ABP_Modulate_C::FadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Density) == 0x0002C0, "Member 'ABP_Modulate_C::Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, AddFadeX) == 0x0002C4, "Member 'ABP_Modulate_C::AddFadeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade_X_Offset) == 0x0002C8, "Member 'ABP_Modulate_C::Fade_X_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade_X_Density) == 0x0002D0, "Member 'ABP_Modulate_C::Fade_X_Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, AddFade_X) == 0x0002D8, "Member 'ABP_Modulate_C::AddFade_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade__X_Offset) == 0x0002E0, "Member 'ABP_Modulate_C::Fade__X_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade__X_Density) == 0x0002E8, "Member 'ABP_Modulate_C::Fade__X_Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, AddFadeY) == 0x0002F0, "Member 'ABP_Modulate_C::AddFadeY' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade_Y_Offset) == 0x0002F8, "Member 'ABP_Modulate_C::Fade_Y_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade_Y_Density) == 0x000300, "Member 'ABP_Modulate_C::Fade_Y_Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, AddFade_Y) == 0x000308, "Member 'ABP_Modulate_C::AddFade_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade__Y_Offset) == 0x000310, "Member 'ABP_Modulate_C::Fade__Y_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, Fade__Y_Density) == 0x000318, "Member 'ABP_Modulate_C::Fade__Y_Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_Modulate_C, DisableDepthTest) == 0x000320, "Member 'ABP_Modulate_C::DisableDepthTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume \ +static_assert(alignof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume) == 0x000008, "Wrong alignment on BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume"); \ +static_assert(sizeof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume) == 0x000030, "Wrong size on BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, isDarwinInside) == 0x000000, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::isDarwinInside' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, LocalIsDarwinInside) == 0x000001, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::LocalIsDarwinInside' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, CallFunc_IsOverlappingActor_ReturnValue) == 0x00002C, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume, CallFunc_BooleanOR_ReturnValue) == 0x00002E, "Member 'BP_CVarSetterVolume_C_IsDarwinInsideAnyVolume::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume \ +static_assert(alignof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume) == 0x000008, "Wrong alignment on BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume"); \ +static_assert(sizeof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume) == 0x000288, "Wrong size on BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, EntryPoint) == 0x000000, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_IsDarwinInsideAnyVolume_isDarwinInside) == 0x000004, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_IsDarwinInsideAnyVolume_isDarwinInside' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OverlappedComponent_1) == 0x000018, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OtherActor_1) == 0x000020, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OtherComp_1) == 0x000028, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OtherBodyIndex_1) == 0x000030, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_bFromSweep) == 0x000034, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_SweepResult) == 0x000038, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OverlappedComponent) == 0x000130, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OtherActor) == 0x000138, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OtherComp) == 0x000140, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CustomEvent_OtherBodyIndex) == 0x000148, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_DynamicCast_AsCH_Darwin) == 0x000150, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_DynamicCast_AsCH_Darwin_1) == 0x000160, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_DynamicCast_AsCH_Darwin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_DynamicCast_bSuccess_1) == 0x000168, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_GetCharacterStateComponent_ReturnValue) == 0x000170, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_GetCharacterStateComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_RetrieveCurrentPlatform_ReturnValue) == 0x000178, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_RetrieveCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000179, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Array_Contains_ReturnValue) == 0x00017A, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_GetConsoleVariableStringValue_ReturnValue) == 0x000180, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_GetConsoleVariableStringValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Concat_StrStr_ReturnValue) == 0x000190, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_RetrieveCurrentPlatform_ReturnValue_1) == 0x0001A0, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_RetrieveCurrentPlatform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001A8, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Array_Contains_ReturnValue_1) == 0x0001B8, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_IsDarwinInsideAnyVolume_isDarwinInside_1) == 0x0001B9, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_IsDarwinInsideAnyVolume_isDarwinInside_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001BA, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0001C0, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_BooleanAND_ReturnValue) == 0x0001D0, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D1, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001D8, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0001E8, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x0001F8, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Array_Get_Item) == 0x000208, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Array_IsEmpty_ReturnValue) == 0x000210, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Array_Length_ReturnValue) == 0x000214, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Less_IntInt_ReturnValue) == 0x000218, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CreateDelegate_OutputDelegate) == 0x00021C, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_GetDisplayName_ReturnValue) == 0x000230, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x000240, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000248, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_RetrieveCurrentPlatform_ReturnValue_2) == 0x000258, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_RetrieveCurrentPlatform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000260, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Array_Contains_ReturnValue_2) == 0x000270, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_BooleanAND_ReturnValue_2) == 0x000271, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, K2Node_CreateDelegate_OutputDelegate_1) == 0x000274, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_BooleanAND_ReturnValue_3) == 0x000284, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_Not_PreBool_ReturnValue_2) == 0x000285, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume, CallFunc_BooleanAND_ReturnValue_4) == 0x000286, "Member 'BP_CVarSetterVolume_C_ExecuteUbergraph_BP_CVarSetterVolume::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CVarSetterVolume_C_EndOverlap \ +static_assert(alignof(BP_CVarSetterVolume_C_EndOverlap) == 0x000008, "Wrong alignment on BP_CVarSetterVolume_C_EndOverlap"); \ +static_assert(sizeof(BP_CVarSetterVolume_C_EndOverlap) == 0x000020, "Wrong size on BP_CVarSetterVolume_C_EndOverlap"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_EndOverlap, OverlappedComponent) == 0x000000, "Member 'BP_CVarSetterVolume_C_EndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_EndOverlap, OtherActor) == 0x000008, "Member 'BP_CVarSetterVolume_C_EndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_EndOverlap, OtherComp) == 0x000010, "Member 'BP_CVarSetterVolume_C_EndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_EndOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_CVarSetterVolume_C_EndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CVarSetterVolume_C_BndEvt__BP_CVarSetterVolume_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature \ +static_assert(alignof(BP_CVarSetterVolume_C_BndEvt__BP_CVarSetterVolume_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_CVarSetterVolume_C_BndEvt__BP_CVarSetterVolume_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature"); \ +static_assert(sizeof(BP_CVarSetterVolume_C_BndEvt__BP_CVarSetterVolume_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_CVarSetterVolume_C_BndEvt__BP_CVarSetterVolume_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_BndEvt__BP_CVarSetterVolume_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_CVarSetterVolume_C_BndEvt__BP_CVarSetterVolume_ZPlayerEventListener_K2Node_ComponentBoundEvent_2_OnPlayerRestart__DelegateSignature::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CVarSetterVolume_C_BeginOverlap \ +static_assert(alignof(BP_CVarSetterVolume_C_BeginOverlap) == 0x000008, "Wrong alignment on BP_CVarSetterVolume_C_BeginOverlap"); \ +static_assert(sizeof(BP_CVarSetterVolume_C_BeginOverlap) == 0x000118, "Wrong size on BP_CVarSetterVolume_C_BeginOverlap"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'BP_CVarSetterVolume_C_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_BeginOverlap, OtherActor) == 0x000008, "Member 'BP_CVarSetterVolume_C_BeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_BeginOverlap, OtherComp) == 0x000010, "Member 'BP_CVarSetterVolume_C_BeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_CVarSetterVolume_C_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_BeginOverlap, bFromSweep) == 0x00001C, "Member 'BP_CVarSetterVolume_C_BeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_CVarSetterVolume_C_BeginOverlap, SweepResult) == 0x000020, "Member 'BP_CVarSetterVolume_C_BeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CVarSetterVolume_C \ +static_assert(alignof(ABP_CVarSetterVolume_C) == 0x000008, "Wrong alignment on ABP_CVarSetterVolume_C"); \ +static_assert(sizeof(ABP_CVarSetterVolume_C) == 0x0002F8, "Wrong size on ABP_CVarSetterVolume_C"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, UberGraphFrame) == 0x000290, "Member 'ABP_CVarSetterVolume_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, ZPlayerEventListener) == 0x000298, "Member 'ABP_CVarSetterVolume_C::ZPlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_CVarSetterVolume_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, CVarToSet) == 0x0002A8, "Member 'ABP_CVarSetterVolume_C::CVarToSet' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, CVarValueToApply) == 0x0002B8, "Member 'ABP_CVarSetterVolume_C::CVarValueToApply' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, CVarRegisteredValue) == 0x0002C8, "Member 'ABP_CVarSetterVolume_C::CVarRegisteredValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, PlatformsToUseCVarOn) == 0x0002D8, "Member 'ABP_CVarSetterVolume_C::PlatformsToUseCVarOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, WasCVarRegistered) == 0x0002E8, "Member 'ABP_CVarSetterVolume_C::WasCVarRegistered' has a wrong offset!"); \ +static_assert(offsetof(ABP_CVarSetterVolume_C, DarwinRef) == 0x0002F0, "Member 'ABP_CVarSetterVolume_C::DarwinRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Play_Music_C_OnRenderingEvent \ +static_assert(alignof(BP_Ak_Play_Music_C_OnRenderingEvent) == 0x000001, "Wrong alignment on BP_Ak_Play_Music_C_OnRenderingEvent"); \ +static_assert(sizeof(BP_Ak_Play_Music_C_OnRenderingEvent) == 0x000001, "Wrong size on BP_Ak_Play_Music_C_OnRenderingEvent"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_OnRenderingEvent, Event) == 0x000000, "Member 'BP_Ak_Play_Music_C_OnRenderingEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Play_Music_C_OnGameplayReady_Event \ +static_assert(alignof(BP_Ak_Play_Music_C_OnGameplayReady_Event) == 0x000001, "Wrong alignment on BP_Ak_Play_Music_C_OnGameplayReady_Event"); \ +static_assert(sizeof(BP_Ak_Play_Music_C_OnGameplayReady_Event) == 0x000001, "Wrong size on BP_Ak_Play_Music_C_OnGameplayReady_Event"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_OnGameplayReady_Event, bValue) == 0x000000, "Member 'BP_Ak_Play_Music_C_OnGameplayReady_Event::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music \ +static_assert(alignof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music) == 0x000008, "Wrong alignment on BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music"); \ +static_assert(sizeof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music) == 0x000028, "Wrong size on BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music, EntryPoint) == 0x000000, "Member 'BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music, K2Node_CustomEvent_Event) == 0x000020, "Member 'BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music::K2Node_CustomEvent_Event' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music, K2Node_CustomEvent_bValue) == 0x000022, "Member 'BP_Ak_Play_Music_C_ExecuteUbergraph_BP_Ak_Play_Music::K2Node_CustomEvent_bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Ak_Play_Music_C \ +static_assert(alignof(ABP_Ak_Play_Music_C) == 0x000008, "Wrong alignment on ABP_Ak_Play_Music_C"); \ +static_assert(sizeof(ABP_Ak_Play_Music_C) == 0x0002D8, "Wrong size on ABP_Ak_Play_Music_C"); \ +static_assert(offsetof(ABP_Ak_Play_Music_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_Ak_Play_Music_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FXFishSpline_C_SetupSplineFX \ +static_assert(alignof(BP_FXFishSpline_C_SetupSplineFX) == 0x000008, "Wrong alignment on BP_FXFishSpline_C_SetupSplineFX"); \ +static_assert(sizeof(BP_FXFishSpline_C_SetupSplineFX) == 0x000068, "Wrong size on BP_FXFishSpline_C_SetupSplineFX"); \ +static_assert(offsetof(BP_FXFishSpline_C_SetupSplineFX, CallFunc_EstimateSplineBounds_Min) == 0x000000, "Member 'BP_FXFishSpline_C_SetupSplineFX::CallFunc_EstimateSplineBounds_Min' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_SetupSplineFX, CallFunc_EstimateSplineBounds_Max) == 0x000018, "Member 'BP_FXFishSpline_C_SetupSplineFX::CallFunc_EstimateSplineBounds_Max' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_SetupSplineFX, CallFunc_MakeBox_ReturnValue) == 0x000030, "Member 'BP_FXFishSpline_C_SetupSplineFX::CallFunc_MakeBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FXFishSpline_C_ExecuteUbergraph_BP_FXFishSpline \ +static_assert(alignof(BP_FXFishSpline_C_ExecuteUbergraph_BP_FXFishSpline) == 0x000004, "Wrong alignment on BP_FXFishSpline_C_ExecuteUbergraph_BP_FXFishSpline"); \ +static_assert(sizeof(BP_FXFishSpline_C_ExecuteUbergraph_BP_FXFishSpline) == 0x000004, "Wrong size on BP_FXFishSpline_C_ExecuteUbergraph_BP_FXFishSpline"); \ +static_assert(offsetof(BP_FXFishSpline_C_ExecuteUbergraph_BP_FXFishSpline, EntryPoint) == 0x000000, "Member 'BP_FXFishSpline_C_ExecuteUbergraph_BP_FXFishSpline::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FXFishSpline_C_EstimateSplineBounds \ +static_assert(alignof(BP_FXFishSpline_C_EstimateSplineBounds) == 0x000008, "Wrong alignment on BP_FXFishSpline_C_EstimateSplineBounds"); \ +static_assert(sizeof(BP_FXFishSpline_C_EstimateSplineBounds) == 0x000220, "Wrong size on BP_FXFishSpline_C_EstimateSplineBounds"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, Min) == 0x000000, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::Min' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, Max) == 0x000018, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::Max' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, ThisSample) == 0x000030, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::ThisSample' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, ThisMax) == 0x000048, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::ThisMax' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, ThisMin) == 0x000060, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::ThisMin' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_X) == 0x000078, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_Y) == 0x000080, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_Z) == 0x000088, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000090, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, Temp_int_Variable) == 0x0000A8, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000B0, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000C8, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000D0, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E8, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Add_IntInt_ReturnValue) == 0x0000F4, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0000F8, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000110, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Add_VectorVector_ReturnValue) == 0x000128, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000140, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_X_1) == 0x000158, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_Y_1) == 0x000160, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_Z_1) == 0x000168, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_FMax_ReturnValue) == 0x000170, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_X_2) == 0x000178, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_Y_2) == 0x000180, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_BreakVector_Z_2) == 0x000188, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_FMax_ReturnValue_1) == 0x000190, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_FMin_ReturnValue) == 0x000198, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_FMin_ReturnValue_1) == 0x0001A0, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_FMin_ReturnValue_2) == 0x0001A8, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_FMin_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_FMax_ReturnValue_2) == 0x0001B0, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_FMax_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_MakeVector_ReturnValue) == 0x0001B8, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_MakeVector_ReturnValue_1) == 0x0001D0, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_GetLocationAtTime_ReturnValue) == 0x0001E8, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000200, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FXFishSpline_C_EstimateSplineBounds, CallFunc_GetLocationAtTime_Time_ImplicitCast) == 0x000218, "Member 'BP_FXFishSpline_C_EstimateSplineBounds::CallFunc_GetLocationAtTime_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FXFishSpline_C \ +static_assert(alignof(ABP_FXFishSpline_C) == 0x000008, "Wrong alignment on ABP_FXFishSpline_C"); \ +static_assert(sizeof(ABP_FXFishSpline_C) == 0x0002B8, "Wrong size on ABP_FXFishSpline_C"); \ +static_assert(offsetof(ABP_FXFishSpline_C, UberGraphFrame) == 0x000290, "Member 'ABP_FXFishSpline_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FXFishSpline_C, Spline) == 0x000298, "Member 'ABP_FXFishSpline_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_FXFishSpline_C, FX_Syst) == 0x0002A0, "Member 'ABP_FXFishSpline_C::FX_Syst' has a wrong offset!"); \ +static_assert(offsetof(ABP_FXFishSpline_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_FXFishSpline_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_FXFishSpline_C, BoundsOffset) == 0x0002B0, "Member 'ABP_FXFishSpline_C::BoundsOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC0_A01_Au_C \ +static_assert(alignof(AC0_A01_Au_C) == 0x000008, "Wrong alignment on AC0_A01_Au_C"); \ +static_assert(sizeof(AC0_A01_Au_C) == 0x000298, "Wrong size on AC0_A01_Au_C"); \ + +#define DUMPER7_ASSERTS_BP_WaterRipple_C_UserConstructionScript \ +static_assert(alignof(BP_WaterRipple_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_WaterRipple_C_UserConstructionScript"); \ +static_assert(sizeof(BP_WaterRipple_C_UserConstructionScript) == 0x000008, "Wrong size on BP_WaterRipple_C_UserConstructionScript"); \ +static_assert(offsetof(BP_WaterRipple_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_WaterRipple_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterRipple_C_Ripple_Parameters \ +static_assert(alignof(BP_WaterRipple_C_Ripple_Parameters) == 0x000004, "Wrong alignment on BP_WaterRipple_C_Ripple_Parameters"); \ +static_assert(sizeof(BP_WaterRipple_C_Ripple_Parameters) == 0x000010, "Wrong size on BP_WaterRipple_C_Ripple_Parameters"); \ +static_assert(offsetof(BP_WaterRipple_C_Ripple_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000000, "Member 'BP_WaterRipple_C_Ripple_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRipple_C_Ripple_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000004, "Member 'BP_WaterRipple_C_Ripple_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRipple_C_Ripple_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000008, "Member 'BP_WaterRipple_C_Ripple_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRipple_C_Ripple_Parameters, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x00000C, "Member 'BP_WaterRipple_C_Ripple_Parameters::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterRipple_C_ReceiveTick \ +static_assert(alignof(BP_WaterRipple_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_WaterRipple_C_ReceiveTick"); \ +static_assert(sizeof(BP_WaterRipple_C_ReceiveTick) == 0x000004, "Wrong size on BP_WaterRipple_C_ReceiveTick"); \ +static_assert(offsetof(BP_WaterRipple_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_WaterRipple_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple \ +static_assert(alignof(BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple) == 0x000004, "Wrong alignment on BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple"); \ +static_assert(sizeof(BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple) == 0x000008, "Wrong size on BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple"); \ +static_assert(offsetof(BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple, EntryPoint) == 0x000000, "Member 'BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_WaterRipple_C_ExecuteUbergraph_BP_WaterRipple::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WaterRipple_C \ +static_assert(alignof(ABP_WaterRipple_C) == 0x000008, "Wrong alignment on ABP_WaterRipple_C"); \ +static_assert(sizeof(ABP_WaterRipple_C) == 0x0002E0, "Wrong size on ABP_WaterRipple_C"); \ +static_assert(offsetof(ABP_WaterRipple_C, UberGraphFrame) == 0x000290, "Member 'ABP_WaterRipple_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, Water_Ripple) == 0x000298, "Member 'ABP_WaterRipple_C::Water_Ripple' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_WaterRipple_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, Ripple_Speed) == 0x0002A8, "Member 'ABP_WaterRipple_C::Ripple_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, Ripple_X_Tile) == 0x0002B0, "Member 'ABP_WaterRipple_C::Ripple_X_Tile' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, Ripple_Y_Tile) == 0x0002B8, "Member 'ABP_WaterRipple_C::Ripple_Y_Tile' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, Ripple_Pattern_Width) == 0x0002C0, "Member 'ABP_WaterRipple_C::Ripple_Pattern_Width' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, Ripple_Color) == 0x0002C8, "Member 'ABP_WaterRipple_C::Ripple_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterRipple_C, Current_Material) == 0x0002D8, "Member 'ABP_WaterRipple_C::Current_Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Audio_Volume_C_ReceiveEndPlay \ +static_assert(alignof(BP_Ak_Audio_Volume_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Ak_Audio_Volume_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Ak_Audio_Volume_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Ak_Audio_Volume_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Ak_Audio_Volume_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Audio_Volume_C_OnTriggerOverlap \ +static_assert(alignof(BP_Ak_Audio_Volume_C_OnTriggerOverlap) == 0x000008, "Wrong alignment on BP_Ak_Audio_Volume_C_OnTriggerOverlap"); \ +static_assert(sizeof(BP_Ak_Audio_Volume_C_OnTriggerOverlap) == 0x000010, "Wrong size on BP_Ak_Audio_Volume_C_OnTriggerOverlap"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnTriggerOverlap, OverlappedActor) == 0x000000, "Member 'BP_Ak_Audio_Volume_C_OnTriggerOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnTriggerOverlap, OtherActor) == 0x000008, "Member 'BP_Ak_Audio_Volume_C_OnTriggerOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Audio_Volume_C_OnTriggerEndOverlap \ +static_assert(alignof(BP_Ak_Audio_Volume_C_OnTriggerEndOverlap) == 0x000008, "Wrong alignment on BP_Ak_Audio_Volume_C_OnTriggerEndOverlap"); \ +static_assert(sizeof(BP_Ak_Audio_Volume_C_OnTriggerEndOverlap) == 0x000010, "Wrong size on BP_Ak_Audio_Volume_C_OnTriggerEndOverlap"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnTriggerEndOverlap, OverlappedActor) == 0x000000, "Member 'BP_Ak_Audio_Volume_C_OnTriggerEndOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnTriggerEndOverlap, OtherActor) == 0x000008, "Member 'BP_Ak_Audio_Volume_C_OnTriggerEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound \ +static_assert(alignof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound) == 0x000008, "Wrong alignment on BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound"); \ +static_assert(sizeof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound) == 0x000050, "Wrong size on BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000010, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_GetObjectClass_ReturnValue) == 0x000018, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000020, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000041, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_IsValid_ReturnValue) == 0x000042, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_Array_Length_ReturnValue_1) == 0x000044, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_Ak_Audio_Volume_C_OnRenderStartAmbianceSound::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Audio_Volume_C_OnRenderingEvent \ +static_assert(alignof(BP_Ak_Audio_Volume_C_OnRenderingEvent) == 0x000001, "Wrong alignment on BP_Ak_Audio_Volume_C_OnRenderingEvent"); \ +static_assert(sizeof(BP_Ak_Audio_Volume_C_OnRenderingEvent) == 0x000001, "Wrong size on BP_Ak_Audio_Volume_C_OnRenderingEvent"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_OnRenderingEvent, Event) == 0x000000, "Member 'BP_Ak_Audio_Volume_C_OnRenderingEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume \ +static_assert(alignof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume) == 0x000008, "Wrong alignment on BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume"); \ +static_assert(sizeof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume) == 0x000198, "Wrong size on BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, EntryPoint) == 0x000000, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_bool_IsClosed_Variable) == 0x000028, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_delegate_Variable) == 0x000050, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CustomEvent_OverlappedActor_1) == 0x000060, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CustomEvent_OverlappedActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CustomEvent_OtherActor_1) == 0x000068, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_Event_EndPlayReason) == 0x000070, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_IsValid_ReturnValue_1) == 0x000072, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_DynamicCast_AsZPlayer_Controller) == 0x000080, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_DynamicCast_AsZPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_delegate_Variable_1) == 0x00008C, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CustomEvent_OverlappedActor) == 0x0000A0, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CustomEvent_OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CustomEvent_OtherActor) == 0x0000A8, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000B0, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_DynamicCast_AsZPlayer_Controller_1) == 0x0000B8, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_DynamicCast_AsZPlayer_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C8, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, Temp_bool_Has_Been_Initd_Variable) == 0x0000D8, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_IsValid_ReturnValue_2) == 0x0000E8, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F8, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_PostEvent_ReturnValue) == 0x000108, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_GetZGameInstance_ReturnValue) == 0x000110, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_IsValid_ReturnValue_3) == 0x000118, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CreateDelegate_OutputDelegate_3) == 0x00011C, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Array_Get_Item_1) == 0x000130, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Array_Length_ReturnValue_1) == 0x000138, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_PostEvent_ReturnValue_1) == 0x00013C, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Less_IntInt_ReturnValue_1) == 0x000140, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000148, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000150, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x000158, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000160, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000168, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000178, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CustomEvent_Event) == 0x000180, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CustomEvent_Event' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_SwitchEnum_CmpSuccess) == 0x000181, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume, K2Node_CreateDelegate_OutputDelegate_4) == 0x000184, "Member 'BP_Ak_Audio_Volume_C_ExecuteUbergraph_BP_Ak_Audio_Volume::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Ak_Audio_Volume_C \ +static_assert(alignof(ABP_Ak_Audio_Volume_C) == 0x000008, "Wrong alignment on ABP_Ak_Audio_Volume_C"); \ +static_assert(sizeof(ABP_Ak_Audio_Volume_C) == 0x0002F0, "Wrong size on ABP_Ak_Audio_Volume_C"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, UberGraphFrame) == 0x000290, "Member 'ABP_Ak_Audio_Volume_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_Ak_Audio_Volume_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, Trigger) == 0x0002A0, "Member 'ABP_Ak_Audio_Volume_C::Trigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, OnOverlapAudioEvents) == 0x0002A8, "Member 'ABP_Ak_Audio_Volume_C::OnOverlapAudioEvents' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, Debug) == 0x0002B8, "Member 'ABP_Ak_Audio_Volume_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, DebugDisplay) == 0x0002C0, "Member 'ABP_Ak_Audio_Volume_C::DebugDisplay' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, BeginPlayAudioEvents) == 0x0002D0, "Member 'ABP_Ak_Audio_Volume_C::BeginPlayAudioEvents' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ak_Audio_Volume_C, EndOverlapAudioEvents) == 0x0002E0, "Member 'ABP_Ak_Audio_Volume_C::EndOverlapAudioEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone \ +static_assert(alignof(BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone) == 0x000008, "Wrong alignment on BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone"); \ +static_assert(sizeof(BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone) == 0x000018, "Wrong size on BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone"); \ +static_assert(offsetof(BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone, EntryPoint) == 0x000000, "Member 'BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone, K2Node_ComponentBoundEvent_GameControlParameters) == 0x000008, "Member 'BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone::K2Node_ComponentBoundEvent_GameControlParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BP_CameraZone_C_ExecuteUbergraph_BP_CameraZone::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraZone_C_BndEvt__BP_CameraZone_ZGameControlAction_K2Node_ComponentBoundEvent_0_OnHandleActorsActionBP__DelegateSignature \ +static_assert(alignof(BP_CameraZone_C_BndEvt__BP_CameraZone_ZGameControlAction_K2Node_ComponentBoundEvent_0_OnHandleActorsActionBP__DelegateSignature) == 0x000008, "Wrong alignment on BP_CameraZone_C_BndEvt__BP_CameraZone_ZGameControlAction_K2Node_ComponentBoundEvent_0_OnHandleActorsActionBP__DelegateSignature"); \ +static_assert(sizeof(BP_CameraZone_C_BndEvt__BP_CameraZone_ZGameControlAction_K2Node_ComponentBoundEvent_0_OnHandleActorsActionBP__DelegateSignature) == 0x000008, "Wrong size on BP_CameraZone_C_BndEvt__BP_CameraZone_ZGameControlAction_K2Node_ComponentBoundEvent_0_OnHandleActorsActionBP__DelegateSignature"); \ +static_assert(offsetof(BP_CameraZone_C_BndEvt__BP_CameraZone_ZGameControlAction_K2Node_ComponentBoundEvent_0_OnHandleActorsActionBP__DelegateSignature, GameControlParameters) == 0x000000, "Member 'BP_CameraZone_C_BndEvt__BP_CameraZone_ZGameControlAction_K2Node_ComponentBoundEvent_0_OnHandleActorsActionBP__DelegateSignature::GameControlParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CameraZone_C \ +static_assert(alignof(ABP_CameraZone_C) == 0x000008, "Wrong alignment on ABP_CameraZone_C"); \ +static_assert(sizeof(ABP_CameraZone_C) == 0x000648, "Wrong size on ABP_CameraZone_C"); \ +static_assert(offsetof(ABP_CameraZone_C, UberGraphFrame) == 0x000638, "Member 'ABP_CameraZone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CameraZone_C, ZGameControlAction) == 0x000640, "Member 'ABP_CameraZone_C::ZGameControlAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_ReceiveTick \ +static_assert(alignof(C0_A01S01_Gp_C_ReceiveTick) == 0x000004, "Wrong alignment on C0_A01S01_Gp_C_ReceiveTick"); \ +static_assert(sizeof(C0_A01S01_Gp_C_ReceiveTick) == 0x000004, "Wrong size on C0_A01S01_Gp_C_ReceiveTick"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'C0_A01S01_Gp_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_OnRenderingEvent \ +static_assert(alignof(C0_A01S01_Gp_C_OnRenderingEvent) == 0x000001, "Wrong alignment on C0_A01S01_Gp_C_OnRenderingEvent"); \ +static_assert(sizeof(C0_A01S01_Gp_C_OnRenderingEvent) == 0x000001, "Wrong size on C0_A01S01_Gp_C_OnRenderingEvent"); \ +static_assert(offsetof(C0_A01S01_Gp_C_OnRenderingEvent, Event) == 0x000000, "Member 'C0_A01S01_Gp_C_OnRenderingEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp \ +static_assert(alignof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp"); \ +static_assert(sizeof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp) == 0x000A78, "Wrong size on C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, EntryPoint) == 0x000000, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams) == 0x000008, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_1) == 0x000050, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue) == 0x000088, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000090, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_2) == 0x000098, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_2) == 0x0000D0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_3) == 0x0000D8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000110, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000118, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue) == 0x000120, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_4) == 0x000128, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_3) == 0x000160, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_4) == 0x000168, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_8) == 0x000170, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_8' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_8) == 0x000178, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_8' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000180, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000188, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_5) == 0x000190, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x000198, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_4) == 0x0001A0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_IsClosed_Variable) == 0x0001A8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_6) == 0x0001B0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_5) == 0x0001B8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001F0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_7) == 0x000200, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_8) == 0x000208, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_5) == 0x000210, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_7) == 0x000218, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_7' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_7) == 0x000220, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_7' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000228, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_6) == 0x000230, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_6) == 0x000238, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_6) == 0x000240, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_Has_Been_Initd_Variable) == 0x000248, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000249, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_5) == 0x000250, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_5) == 0x000258, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_7) == 0x000260, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000268, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_9) == 0x000270, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_IsClosed_Variable_1) == 0x000278, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_8) == 0x000280, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_4) == 0x000288, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_4) == 0x000290, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_3) == 0x000298, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_3) == 0x0002A0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_ActorHasTag_ReturnValue) == 0x0002A8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_ActorHasTag_ReturnValue_1) == 0x0002A9, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_Has_Been_Initd_Variable_1) == 0x0002AA, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_10) == 0x0002B0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_IsClosed_Variable_2) == 0x0002B8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_11) == 0x0002C0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002C8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_9) == 0x0002D8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_2) == 0x0002E0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_2) == 0x0002E8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002F0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000300, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_Has_Been_Initd_Variable_2) == 0x000301, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_IsClosed_Variable_3) == 0x000302, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_12) == 0x000308, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_10) == 0x000310, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor_1) == 0x000318, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor_1) == 0x000320, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000328, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_4) == 0x00032C, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_int_Array_Index_Variable) == 0x00033C, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_Has_Been_Initd_Variable_3) == 0x000340, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_RLerp_ReturnValue) == 0x000348, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_int_Loop_Counter_Variable) == 0x000360, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_BooleanAND_ReturnValue) == 0x000364, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_Add_IntInt_ReturnValue) == 0x000368, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_BooleanAND_ReturnValue_1) == 0x00036C, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_Event_DeltaSeconds) == 0x000370, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetZGameInstance_ReturnValue) == 0x000378, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CustomEvent_Event) == 0x000380, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CustomEvent_Event' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_SwitchEnum_CmpSuccess) == 0x000381, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_HasGameFact_ReturnValue) == 0x000382, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_HasGameFact_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_11) == 0x000388, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetComponentByClass_ReturnValue) == 0x000390, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000398, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OverlappedActor) == 0x0003B0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_ActorBoundEvent_OtherActor) == 0x0003B8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_ActorBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_12) == 0x0003C0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_Has_Been_Initd_Variable_4) == 0x0003C8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x0003C9, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_IsClosed_Variable_4) == 0x0003CA, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_IsClosed_Variable_5) == 0x0003CB, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_Has_Been_Initd_Variable_5) == 0x0003CC, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_13) == 0x0003D0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue_1) == 0x0003D8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_13) == 0x0003E0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue_2) == 0x0003E8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_6) == 0x0003F0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue_3) == 0x000428, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_14) == 0x000430, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_7) == 0x000438, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_7' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue_4) == 0x000470, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue_5) == 0x000471, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue_6) == 0x000472, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_15) == 0x000478, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_8) == 0x000480, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_8' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_9) == 0x0004B8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_9' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_10) == 0x0004F0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_10' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_16) == 0x000528, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_17) == 0x000530, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetPlayerCharacter_ReturnValue_14) == 0x000538, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetPlayerCharacter_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_5) == 0x000540, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_18) == 0x000550, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_19) == 0x000558, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_20) == 0x000560, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_11) == 0x000568, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_11' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_21) == 0x0005A0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_12) == 0x0005A8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_12' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_22) == 0x0005E0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_23) == 0x0005E8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_13) == 0x0005F0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_13' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_6) == 0x000628, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000638, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_7) == 0x000640, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsValid_ReturnValue) == 0x000650, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000658, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000660, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000678, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_VLerp_ReturnValue) == 0x000690, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0006A8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0007A0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x0007A8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetZPlayerController_ReturnValue) == 0x0007B0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetZPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_DynamicCast_AsCH_Darwin) == 0x0007B8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_DynamicCast_bSuccess) == 0x0007C0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_DynamicCast_AsBP_Darwin_Player_Controller) == 0x0007C8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_DynamicCast_AsBP_Darwin_Player_Controller' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_DynamicCast_bSuccess_1) == 0x0007D0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetZGameInstance_ReturnValue_1) == 0x0007D8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_IsOverlappingActor_ReturnValue_7) == 0x0007E0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_IsOverlappingActor_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_24) == 0x0007E8, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_8) == 0x0007F0, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_25) == 0x000800, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_14) == 0x000808, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_14' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_GetSequencePlayer_ReturnValue_26) == 0x000840, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_GetSequencePlayer_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1) == 0x000848, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1) == 0x000940, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_CreateDelegate_OutputDelegate_9) == 0x000944, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_Has_Been_Initd_Variable_6) == 0x000954, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, Temp_bool_IsClosed_Variable_6) == 0x000955, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, K2Node_MakeArray_Array) == 0x000958, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_Array_Get_Item) == 0x000968, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_Array_Length_ReturnValue) == 0x000970, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_Less_IntInt_ReturnValue) == 0x000974, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000978, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000A70, "Member 'C0_A01S01_Gp_C_ExecuteUbergraph_C0_A01S01_Gp::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_7_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_6_K2Node_ActorBoundEvent_11_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_5_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_4_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_3_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_2_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_1_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_4_ActorEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'C0_A01S01_Gp_C_BndEvt__C0_A01S01_Gp_TriggerVolume_0_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC0_A01S01_Gp_C \ +static_assert(alignof(AC0_A01S01_Gp_C) == 0x000008, "Wrong alignment on AC0_A01S01_Gp_C"); \ +static_assert(sizeof(AC0_A01S01_Gp_C) == 0x000380, "Wrong size on AC0_A01S01_Gp_C"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, UberGraphFrame) == 0x000298, "Member 'AC0_A01S01_Gp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, Timeline_RotDarwin_Alpha_854B6AC343E2A285C6AABF937721B4B1) == 0x0002A0, "Member 'AC0_A01S01_Gp_C::Timeline_RotDarwin_Alpha_854B6AC343E2A285C6AABF937721B4B1' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, Timeline_RotDarwin__Direction_854B6AC343E2A285C6AABF937721B4B1) == 0x0002A4, "Member 'AC0_A01S01_Gp_C::Timeline_RotDarwin__Direction_854B6AC343E2A285C6AABF937721B4B1' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, Timeline_RotDarwin) == 0x0002A8, "Member 'AC0_A01S01_Gp_C::Timeline_RotDarwin' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, DefaultBuoyancy) == 0x0002B0, "Member 'AC0_A01S01_Gp_C::DefaultBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, Timer_Seq2_Barrel) == 0x0002B8, "Member 'AC0_A01S01_Gp_C::Timer_Seq2_Barrel' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, RotRef) == 0x0002C0, "Member 'AC0_A01S01_Gp_C::RotRef' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, OnRespawn) == 0x0002D8, "Member 'AC0_A01S01_Gp_C::OnRespawn' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, PlayTutoCamo) == 0x0002D9, "Member 'AC0_A01S01_Gp_C::PlayTutoCamo' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, PlayTutoInk) == 0x0002DA, "Member 'AC0_A01S01_Gp_C::PlayTutoInk' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, LevelSequenceActor_4_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x0002E0, "Member 'AC0_A01S01_Gp_C::LevelSequenceActor_4_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, LevelSequenceActor_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x0002E8, "Member 'AC0_A01S01_Gp_C::LevelSequenceActor_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, LevelSequenceActor_3_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x0002F0, "Member 'AC0_A01S01_Gp_C::LevelSequenceActor_3_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, TriggerVolume_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x0002F8, "Member 'AC0_A01S01_Gp_C::TriggerVolume_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, LevelSequenceActor_5_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000300, "Member 'AC0_A01S01_Gp_C::LevelSequenceActor_5_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, LevelSequenceActor_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000308, "Member 'AC0_A01S01_Gp_C::LevelSequenceActor_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, LevelSequenceActor_2_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000310, "Member 'AC0_A01S01_Gp_C::LevelSequenceActor_2_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, LevelSequenceActor_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000318, "Member 'AC0_A01S01_Gp_C::LevelSequenceActor_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_PopUp_C_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000320, "Member 'AC0_A01S01_Gp_C::BP_PopUp_C_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, TargetPoint_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000328, "Member 'AC0_A01S01_Gp_C::TargetPoint_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_Checkpoint_C_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000330, "Member 'AC0_A01S01_Gp_C::BP_Checkpoint_C_0_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_Checkpoint_C_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000338, "Member 'AC0_A01S01_Gp_C::BP_Checkpoint_C_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_Checkpoint_C_2_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000340, "Member 'AC0_A01S01_Gp_C::BP_Checkpoint_C_2_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_Checkpoint_C_3_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000348, "Member 'AC0_A01S01_Gp_C::BP_Checkpoint_C_3_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_Checkpoint_C_4_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000350, "Member 'AC0_A01S01_Gp_C::BP_Checkpoint_C_4_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_Checkpoint_C_5_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000358, "Member 'AC0_A01S01_Gp_C::BP_Checkpoint_C_5_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_Checkpoint_C_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000360, "Member 'AC0_A01S01_Gp_C::BP_Checkpoint_C_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, CH_Darwin_C_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000368, "Member 'AC0_A01S01_Gp_C::CH_Darwin_C_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, TriggerVolume_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000370, "Member 'AC0_A01S01_Gp_C::TriggerVolume_6_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AC0_A01S01_Gp_C, BP_CustomPhysicFloatingBarrel_C_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty) == 0x000378, "Member 'AC0_A01S01_Gp_C::BP_CustomPhysicFloatingBarrel_C_1_ExecuteUbergraph_C0_A01S01_Gp_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopUp_C_UserConstructionScript \ +static_assert(alignof(BP_PopUp_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_PopUp_C_UserConstructionScript"); \ +static_assert(sizeof(BP_PopUp_C_UserConstructionScript) == 0x000030, "Wrong size on BP_PopUp_C_UserConstructionScript"); \ +static_assert(offsetof(BP_PopUp_C_UserConstructionScript, CallFunc_IsValidClass_ReturnValue) == 0x000000, "Member 'BP_PopUp_C_UserConstructionScript::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_UserConstructionScript, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x000008, "Member 'BP_PopUp_C_UserConstructionScript::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopUp_C_UpdateWidgetText \ +static_assert(alignof(BP_PopUp_C_UpdateWidgetText) == 0x000008, "Wrong alignment on BP_PopUp_C_UpdateWidgetText"); \ +static_assert(sizeof(BP_PopUp_C_UpdateWidgetText) == 0x000058, "Wrong size on BP_PopUp_C_UpdateWidgetText"); \ +static_assert(offsetof(BP_PopUp_C_UpdateWidgetText, GenericTextPopUp) == 0x000000, "Member 'BP_PopUp_C_UpdateWidgetText::GenericTextPopUp' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_UpdateWidgetText, Text) == 0x000008, "Member 'BP_PopUp_C_UpdateWidgetText::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_UpdateWidgetText, CallFunc_GetZGameInstance_ReturnValue) == 0x000018, "Member 'BP_PopUp_C_UpdateWidgetText::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_UpdateWidgetText, CallFunc_Conv_TextToString_ReturnValue) == 0x000020, "Member 'BP_PopUp_C_UpdateWidgetText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_UpdateWidgetText, CallFunc_GetInputMode_ReturnValue) == 0x000030, "Member 'BP_PopUp_C_UpdateWidgetText::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_UpdateWidgetText, CallFunc_ReplaceInputStringRichText_ReturnValue) == 0x000038, "Member 'BP_PopUp_C_UpdateWidgetText::CallFunc_ReplaceInputStringRichText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_UpdateWidgetText, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_PopUp_C_UpdateWidgetText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopUp_C_OnInputModeChanged \ +static_assert(alignof(BP_PopUp_C_OnInputModeChanged) == 0x000001, "Wrong alignment on BP_PopUp_C_OnInputModeChanged"); \ +static_assert(sizeof(BP_PopUp_C_OnInputModeChanged) == 0x000002, "Wrong size on BP_PopUp_C_OnInputModeChanged"); \ +static_assert(offsetof(BP_PopUp_C_OnInputModeChanged, OldMode) == 0x000000, "Member 'BP_PopUp_C_OnInputModeChanged::OldMode' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_OnInputModeChanged, NewMode) == 0x000001, "Member 'BP_PopUp_C_OnInputModeChanged::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopUp_C_ExecuteUbergraph_BP_PopUp \ +static_assert(alignof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp) == 0x000008, "Wrong alignment on BP_PopUp_C_ExecuteUbergraph_BP_PopUp"); \ +static_assert(sizeof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp) == 0x000070, "Wrong size on BP_PopUp_C_ExecuteUbergraph_BP_PopUp"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, EntryPoint) == 0x000000, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_ComponentBoundEvent_TextWidget) == 0x000018, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_ComponentBoundEvent_TextWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_DynamicCast_AsWBP_Generic_Text_Pop_Up) == 0x000020, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_DynamicCast_AsWBP_Generic_Text_Pop_Up' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_ComponentBoundEvent_GenericActionParam) == 0x00002C, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_ComponentBoundEvent_GenericActionParam' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_ComponentBoundEvent_GameControlParameters) == 0x000040, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_ComponentBoundEvent_GameControlParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_SwitchEnum_CmpSuccess_1) == 0x000049, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, CallFunc_GetZGameInstance_ReturnValue) == 0x000050, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_CustomEvent_OldMode) == 0x000058, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_CustomEvent_OldMode' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_CustomEvent_NewMode) == 0x000059, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_DynamicCast_AsWBP_Generic_Text_Pop_Up_1) == 0x000060, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_DynamicCast_AsWBP_Generic_Text_Pop_Up_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopUp_C_ExecuteUbergraph_BP_PopUp, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_PopUp_C_ExecuteUbergraph_BP_PopUp::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopUp_C_BndEvt__BP_PopUp_ZObjectHelp_K2Node_ComponentBoundEvent_0_OnTextWidgetCreated__DelegateSignature \ +static_assert(alignof(BP_PopUp_C_BndEvt__BP_PopUp_ZObjectHelp_K2Node_ComponentBoundEvent_0_OnTextWidgetCreated__DelegateSignature) == 0x000008, "Wrong alignment on BP_PopUp_C_BndEvt__BP_PopUp_ZObjectHelp_K2Node_ComponentBoundEvent_0_OnTextWidgetCreated__DelegateSignature"); \ +static_assert(sizeof(BP_PopUp_C_BndEvt__BP_PopUp_ZObjectHelp_K2Node_ComponentBoundEvent_0_OnTextWidgetCreated__DelegateSignature) == 0x000008, "Wrong size on BP_PopUp_C_BndEvt__BP_PopUp_ZObjectHelp_K2Node_ComponentBoundEvent_0_OnTextWidgetCreated__DelegateSignature"); \ +static_assert(offsetof(BP_PopUp_C_BndEvt__BP_PopUp_ZObjectHelp_K2Node_ComponentBoundEvent_0_OnTextWidgetCreated__DelegateSignature, TextWidget) == 0x000000, "Member 'BP_PopUp_C_BndEvt__BP_PopUp_ZObjectHelp_K2Node_ComponentBoundEvent_0_OnTextWidgetCreated__DelegateSignature::TextWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_2_OnHandleActorsActionBP__DelegateSignature \ +static_assert(alignof(BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_2_OnHandleActorsActionBP__DelegateSignature) == 0x000008, "Wrong alignment on BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_2_OnHandleActorsActionBP__DelegateSignature"); \ +static_assert(sizeof(BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_2_OnHandleActorsActionBP__DelegateSignature) == 0x000008, "Wrong size on BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_2_OnHandleActorsActionBP__DelegateSignature"); \ +static_assert(offsetof(BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_2_OnHandleActorsActionBP__DelegateSignature, GameControlParameters) == 0x000000, "Member 'BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_2_OnHandleActorsActionBP__DelegateSignature::GameControlParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_1_OnGenericActorActionEvent__DelegateSignature \ +static_assert(alignof(BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_1_OnGenericActorActionEvent__DelegateSignature) == 0x000004, "Wrong alignment on BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_1_OnGenericActorActionEvent__DelegateSignature"); \ +static_assert(sizeof(BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_1_OnGenericActorActionEvent__DelegateSignature) == 0x000010, "Wrong size on BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_1_OnGenericActorActionEvent__DelegateSignature"); \ +static_assert(offsetof(BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_1_OnGenericActorActionEvent__DelegateSignature, GenericActionParam) == 0x000000, "Member 'BP_PopUp_C_BndEvt__BP_PopUp_ZGameControlAction_K2Node_ComponentBoundEvent_1_OnGenericActorActionEvent__DelegateSignature::GenericActionParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PopUp_C \ +static_assert(alignof(ABP_PopUp_C) == 0x000008, "Wrong alignment on ABP_PopUp_C"); \ +static_assert(sizeof(ABP_PopUp_C) == 0x0002E0, "Wrong size on ABP_PopUp_C"); \ +static_assert(offsetof(ABP_PopUp_C, UberGraphFrame) == 0x000290, "Member 'ABP_PopUp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, ZGameControlAction) == 0x000298, "Member 'ABP_PopUp_C::ZGameControlAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, ZObjectHelp) == 0x0002A0, "Member 'ABP_PopUp_C::ZObjectHelp' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, ZPlayerEventListener) == 0x0002A8, "Member 'ABP_PopUp_C::ZPlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, TextRender) == 0x0002B0, "Member 'ABP_PopUp_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, TriggerBox) == 0x0002B8, "Member 'ABP_PopUp_C::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_PopUp_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, CurrentPopUp) == 0x0002C8, "Member 'ABP_PopUp_C::CurrentPopUp' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, Widget) == 0x0002D0, "Member 'ABP_PopUp_C::Widget' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, CanOverlap) == 0x0002D8, "Member 'ABP_PopUp_C::CanOverlap' has a wrong offset!"); \ +static_assert(offsetof(ABP_PopUp_C, Debug) == 0x0002D9, "Member 'ABP_PopUp_C::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_UserConstructionScript \ +static_assert(alignof(BP_Checkpoint_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Checkpoint_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Checkpoint_C_UserConstructionScript) == 0x000020, "Wrong size on BP_Checkpoint_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Checkpoint_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'BP_Checkpoint_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'BP_Checkpoint_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint \ +static_assert(alignof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint) == 0x000008, "Wrong alignment on BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint"); \ +static_assert(sizeof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint) == 0x0001C8, "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!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_GetZGameInstance_ReturnValue) == 0x000008, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x000020, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_IsOverlappingActor_ReturnValue) == 0x000024, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000028, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_ComponentBoundEvent_OtherActor) == 0x000030, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_ComponentBoundEvent_OtherComp) == 0x000038, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000040, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_ComponentBoundEvent_bFromSweep) == 0x000044, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_ComponentBoundEvent_SweepResult) == 0x000048, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000140, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000148, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_MakeStruct_FrameTime) == 0x00014C, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_MakeStruct_FrameTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_MakeStruct_MovieSceneSequencePlaybackParams) == 0x000158, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_MakeStruct_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000190, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_DynamicCast_AsLevel_Sequence_Actor) == 0x000198, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_DynamicCast_AsLevel_Sequence_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0001A8, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_GetSequencePlayer_ReturnValue) == 0x0001B0, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_DynamicCast_AsCH_Darwin) == 0x0001B8, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, CallFunc_IsValid_ReturnValue) == 0x0001C1, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, Temp_bool_IsClosed_Variable) == 0x0001C2, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, K2Node_MakeStruct_SubFrame_ImplicitCast) == 0x0001C4, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::K2Node_MakeStruct_SubFrame_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Checkpoint_C_BndEvt__BP_Checkpoint_TriggerBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_BndEvt__BP_Checkpoint_PlayerListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature \ +static_assert(alignof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_PlayerListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_Checkpoint_C_BndEvt__BP_Checkpoint_PlayerListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(sizeof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_PlayerListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_Checkpoint_C_BndEvt__BP_Checkpoint_PlayerListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(offsetof(BP_Checkpoint_C_BndEvt__BP_Checkpoint_PlayerListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_Checkpoint_C_BndEvt__BP_Checkpoint_PlayerListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature::RespawnOccurence' 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) == 0x000458, "Wrong size on ABP_Checkpoint_C"); \ +static_assert(offsetof(ABP_Checkpoint_C, UberGraphFrame) == 0x0003E0, "Member 'ABP_Checkpoint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, RespawnBillboard_Save) == 0x0003E8, "Member 'ABP_Checkpoint_C::RespawnBillboard_Save' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, RespawnBillboard_Invalid) == 0x0003F0, "Member 'ABP_Checkpoint_C::RespawnBillboard_Invalid' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, ZGameControlAction) == 0x0003F8, "Member 'ABP_Checkpoint_C::ZGameControlAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, RespawnBillboard_Valid) == 0x000400, "Member 'ABP_Checkpoint_C::RespawnBillboard_Valid' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, SceneRoot) == 0x000408, "Member 'ABP_Checkpoint_C::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, TextCheckpoint) == 0x000410, "Member 'ABP_Checkpoint_C::TextCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, TriggerBox) == 0x000418, "Member 'ABP_Checkpoint_C::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, TEMPORARY_LSEnvLight) == 0x000420, "Member 'ABP_Checkpoint_C::TEMPORARY_LSEnvLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, TEMPORARY_LSEnvLightFrame) == 0x000448, "Member 'ABP_Checkpoint_C::TEMPORARY_LSEnvLightFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, bEnableStartValue) == 0x000450, "Member 'ABP_Checkpoint_C::bEnableStartValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_SpawnGull \ +static_assert(alignof(BP_KillerGullSpawner_C_SpawnGull) == 0x000010, "Wrong alignment on BP_KillerGullSpawner_C_SpawnGull"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_SpawnGull) == 0x000240, "Wrong size on BP_KillerGullSpawner_C_SpawnGull"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, Gull) == 0x000000, "Member 'BP_KillerGullSpawner_C_SpawnGull::Gull' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CurrentAngle) == 0x000008, "Member 'BP_KillerGullSpawner_C_SpawnGull::CurrentAngle' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, MaxIteration) == 0x000010, "Member 'BP_KillerGullSpawner_C_SpawnGull::MaxIteration' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, AngleVariance) == 0x000018, "Member 'BP_KillerGullSpawner_C_SpawnGull::AngleVariance' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, Temp_int_Variable) == 0x000020, "Member 'BP_KillerGullSpawner_C_SpawnGull::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000028, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000048, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000068, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_KillerGullSpawner_C_SpawnGull::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000080, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_GetOutOfScreenPosition_ReturnValue) == 0x000098, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_GetOutOfScreenPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_Vector_IsZero_ReturnValue) == 0x0000B0, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_MakeTransform_ReturnValue) == 0x0000C0, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000120, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_SphereTraceSingle_OutHit) == 0x000128, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_SphereTraceSingle_ReturnValue) == 0x000220, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_FinishSpawningActor_ReturnValue) == 0x000228, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_GetOutOfScreenPosition_Angle_ImplicitCast) == 0x000230, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_GetOutOfScreenPosition_Angle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_GetOutOfScreenPosition_MaxDistance_ImplicitCast) == 0x000234, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_GetOutOfScreenPosition_MaxDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_SpawnGull, CallFunc_GetOutOfScreenPosition_MinDistance_ImplicitCast) == 0x000238, "Member 'BP_KillerGullSpawner_C_SpawnGull::CallFunc_GetOutOfScreenPosition_MinDistance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_ReceiveTick \ +static_assert(alignof(BP_KillerGullSpawner_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_KillerGullSpawner_C_ReceiveTick"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_ReceiveTick) == 0x000004, "Wrong size on BP_KillerGullSpawner_C_ReceiveTick"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_KillerGullSpawner_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_ReceiveActorEndOverlap \ +static_assert(alignof(BP_KillerGullSpawner_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_KillerGullSpawner_C_ReceiveActorEndOverlap"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_KillerGullSpawner_C_ReceiveActorEndOverlap"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_KillerGullSpawner_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_ReceiveActorBeginOverlap \ +static_assert(alignof(BP_KillerGullSpawner_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_KillerGullSpawner_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_KillerGullSpawner_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_KillerGullSpawner_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_OnGullDestroyed \ +static_assert(alignof(BP_KillerGullSpawner_C_OnGullDestroyed) == 0x000008, "Wrong alignment on BP_KillerGullSpawner_C_OnGullDestroyed"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_OnGullDestroyed) == 0x000008, "Wrong size on BP_KillerGullSpawner_C_OnGullDestroyed"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_OnGullDestroyed, DestroyedActor) == 0x000000, "Member 'BP_KillerGullSpawner_C_OnGullDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner \ +static_assert(alignof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner) == 0x000008, "Wrong alignment on BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner) == 0x000098, "Wrong size on BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, EntryPoint) == 0x000000, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, K2Node_Event_OtherActor_1) == 0x000018, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::K2Node_Event_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000020, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x00002C, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x000038, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000040, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, K2Node_CustomEvent_DestroyedActor) == 0x000050, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_Array_Contains_ReturnValue) == 0x000058, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, K2Node_Event_OtherActor) == 0x000060, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_IsValid_ReturnValue_2) == 0x000068, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_IsInFrustum_ReturnValue) == 0x000069, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_IsInFrustum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_ContainsPlayer_ContainsPlayer) == 0x00006A, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_ContainsPlayer_ContainsPlayer' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, K2Node_SwitchEnum_CmpSuccess) == 0x00006B, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_SpawnGull_Gull) == 0x000070, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_SpawnGull_Gull' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, K2Node_Event_DeltaSeconds) == 0x000078, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_IsValid_ReturnValue_3) == 0x00007C, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_GetZPlayerCharacter_ReturnValue_2) == 0x000080, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_GetZPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000088, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_IsValid_ReturnValue_4) == 0x000089, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_IsValid_ReturnValue_5) == 0x00008A, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_Delay_Duration_ImplicitCast) == 0x00008C, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000090, "Member 'BP_KillerGullSpawner_C_ExecuteUbergraph_BP_KillerGullSpawner::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_ContainsPlayer \ +static_assert(alignof(BP_KillerGullSpawner_C_ContainsPlayer) == 0x000008, "Wrong alignment on BP_KillerGullSpawner_C_ContainsPlayer"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_ContainsPlayer) == 0x000028, "Wrong size on BP_KillerGullSpawner_C_ContainsPlayer"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ContainsPlayer, ContainsPlayer_0) == 0x000000, "Member 'BP_KillerGullSpawner_C_ContainsPlayer::ContainsPlayer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ContainsPlayer, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_KillerGullSpawner_C_ContainsPlayer::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ContainsPlayer, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000010, "Member 'BP_KillerGullSpawner_C_ContainsPlayer::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_ContainsPlayer, CallFunc_Array_Contains_ReturnValue) == 0x000020, "Member 'BP_KillerGullSpawner_C_ContainsPlayer::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KillerGullSpawner_C_BndEvt__BP_KillerGullSpawner_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature \ +static_assert(alignof(BP_KillerGullSpawner_C_BndEvt__BP_KillerGullSpawner_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_KillerGullSpawner_C_BndEvt__BP_KillerGullSpawner_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(sizeof(BP_KillerGullSpawner_C_BndEvt__BP_KillerGullSpawner_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_KillerGullSpawner_C_BndEvt__BP_KillerGullSpawner_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(offsetof(BP_KillerGullSpawner_C_BndEvt__BP_KillerGullSpawner_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_KillerGullSpawner_C_BndEvt__BP_KillerGullSpawner_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_KillerGullSpawner_C \ +static_assert(alignof(ABP_KillerGullSpawner_C) == 0x000008, "Wrong alignment on ABP_KillerGullSpawner_C"); \ +static_assert(sizeof(ABP_KillerGullSpawner_C) == 0x0002E0, "Wrong size on ABP_KillerGullSpawner_C"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, UberGraphFrame) == 0x000298, "Member 'ABP_KillerGullSpawner_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, ZPlayerEventListener) == 0x0002A0, "Member 'ABP_KillerGullSpawner_C::ZPlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, GullCharacter) == 0x0002A8, "Member 'ABP_KillerGullSpawner_C::GullCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, MinDistanceToPlayer) == 0x0002B0, "Member 'ABP_KillerGullSpawner_C::MinDistanceToPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, MaxDistanceToPlayer) == 0x0002B8, "Member 'ABP_KillerGullSpawner_C::MaxDistanceToPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, UpVectorAngle) == 0x0002C0, "Member 'ABP_KillerGullSpawner_C::UpVectorAngle' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, KillDelay) == 0x0002C8, "Member 'ABP_KillerGullSpawner_C::KillDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, SpawnDelay) == 0x0002D0, "Member 'ABP_KillerGullSpawner_C::SpawnDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, PlayerInside) == 0x0002D8, "Member 'ABP_KillerGullSpawner_C::PlayerInside' has a wrong offset!"); \ +static_assert(offsetof(ABP_KillerGullSpawner_C, SpawnRequested) == 0x0002D9, "Member 'ABP_KillerGullSpawner_C::SpawnRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_UpdateSpeed \ +static_assert(alignof(CH_Gull_Killer_C_UpdateSpeed) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_UpdateSpeed"); \ +static_assert(sizeof(CH_Gull_Killer_C_UpdateSpeed) == 0x000030, "Wrong size on CH_Gull_Killer_C_UpdateSpeed"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_UpdateSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000008, "Member 'CH_Gull_Killer_C_UpdateSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000010, "Member 'CH_Gull_Killer_C_UpdateSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'CH_Gull_Killer_C_UpdateSpeed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, K2Node_VariableSet_MaxAcceleration_ImplicitCast) == 0x00001C, "Member 'CH_Gull_Killer_C_UpdateSpeed::K2Node_VariableSet_MaxAcceleration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, K2Node_VariableSet_MaxFlySpeed_ImplicitCast) == 0x000020, "Member 'CH_Gull_Killer_C_UpdateSpeed::K2Node_VariableSet_MaxFlySpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, K2Node_VariableSet_MaxFlySpeed_ImplicitCast_1) == 0x000024, "Member 'CH_Gull_Killer_C_UpdateSpeed::K2Node_VariableSet_MaxFlySpeed_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateSpeed, K2Node_VariableSet_MaxFlySpeed_ImplicitCast_2) == 0x000028, "Member 'CH_Gull_Killer_C_UpdateSpeed::K2Node_VariableSet_MaxFlySpeed_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_UpdateIdleTargetPosition \ +static_assert(alignof(CH_Gull_Killer_C_UpdateIdleTargetPosition) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_UpdateIdleTargetPosition"); \ +static_assert(sizeof(CH_Gull_Killer_C_UpdateIdleTargetPosition) == 0x0000E0, "Wrong size on CH_Gull_Killer_C_UpdateIdleTargetPosition"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000008, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000020, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000028, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_GetVelocity_ReturnValue) == 0x000060, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_Vector_Normal2D_ReturnValue) == 0x000078, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_Dot_VectorVector_ReturnValue) == 0x000090, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000098, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_SelectFloat_ReturnValue) == 0x0000A0, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_RotateAngleAxis_ReturnValue) == 0x0000A8, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C0, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateIdleTargetPosition, CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast) == 0x0000D8, "Member 'CH_Gull_Killer_C_UpdateIdleTargetPosition::CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_UpdateFrustumState \ +static_assert(alignof(CH_Gull_Killer_C_UpdateFrustumState) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_UpdateFrustumState"); \ +static_assert(sizeof(CH_Gull_Killer_C_UpdateFrustumState) == 0x000010, "Wrong size on CH_Gull_Killer_C_UpdateFrustumState"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateFrustumState, CallFunc_GetTimeSeconds_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_UpdateFrustumState::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_UpdateFrustumState, CallFunc_IsInFrustum_ReturnValue) == 0x000008, "Member 'CH_Gull_Killer_C_UpdateFrustumState::CallFunc_IsInFrustum_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_State_Idle \ +static_assert(alignof(CH_Gull_Killer_C_State_Idle) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_State_Idle"); \ +static_assert(sizeof(CH_Gull_Killer_C_State_Idle) == 0x000110, "Wrong size on CH_Gull_Killer_C_State_Idle"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000018, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000030, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000050, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000068, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000078, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x000090, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000A8, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_BreakRotator_Roll) == 0x0000C0, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_BreakRotator_Pitch) == 0x0000C4, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_BreakRotator_Yaw) == 0x0000C8, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_MakeRotator_ReturnValue) == 0x0000D0, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_RInterpTo_ReturnValue) == 0x0000E8, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000100, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_RInterpTo_DeltaTime_ImplicitCast) == 0x000104, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_RInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Idle, CallFunc_RInterpTo_InterpSpeed_ImplicitCast) == 0x000108, "Member 'CH_Gull_Killer_C_State_Idle::CallFunc_RInterpTo_InterpSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_State_FlyAway \ +static_assert(alignof(CH_Gull_Killer_C_State_FlyAway) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_State_FlyAway"); \ +static_assert(sizeof(CH_Gull_Killer_C_State_FlyAway) == 0x0000F0, "Wrong size on CH_Gull_Killer_C_State_FlyAway"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_GetActorForwardVector_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_IsInFrustum_ReturnValue) == 0x000018, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_IsInFrustum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000020, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000038, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000050, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_BreakRotator_Roll) == 0x000080, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_BreakRotator_Pitch) == 0x000084, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_BreakRotator_Yaw) == 0x000088, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_MakeRotator_ReturnValue) == 0x000090, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000A8, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000C0, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_RInterpTo_ReturnValue) == 0x0000C8, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000E0, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_RInterpTo_DeltaTime_ImplicitCast) == 0x0000E4, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_RInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_FlyAway, CallFunc_RInterpTo_InterpSpeed_ImplicitCast) == 0x0000E8, "Member 'CH_Gull_Killer_C_State_FlyAway::CallFunc_RInterpTo_InterpSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_State_Dive \ +static_assert(alignof(CH_Gull_Killer_C_State_Dive) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_State_Dive"); \ +static_assert(sizeof(CH_Gull_Killer_C_State_Dive) == 0x000128, "Wrong size on CH_Gull_Killer_C_State_Dive"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_GetTimeSeconds_ReturnValue) == 0x000008, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000010, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000018, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, K2Node_DynamicCast_AsCH_Darwin) == 0x000020, "Member 'CH_Gull_Killer_C_State_Dive::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'CH_Gull_Killer_C_State_Dive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000030, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000048, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000058, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_Array_Contains_ReturnValue) == 0x000060, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x000080, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000A8, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000C0, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_BreakRotator_Roll) == 0x0000D8, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_BreakRotator_Pitch) == 0x0000DC, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_BreakRotator_Yaw) == 0x0000E0, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_MakeRotator_ReturnValue) == 0x0000E8, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_RInterpTo_ReturnValue) == 0x000100, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000118, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_RInterpTo_DeltaTime_ImplicitCast) == 0x00011C, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_RInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_Dive, CallFunc_RInterpTo_InterpSpeed_ImplicitCast) == 0x000120, "Member 'CH_Gull_Killer_C_State_Dive::CallFunc_RInterpTo_InterpSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_State_AttackRequest \ +static_assert(alignof(CH_Gull_Killer_C_State_AttackRequest) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_State_AttackRequest"); \ +static_assert(sizeof(CH_Gull_Killer_C_State_AttackRequest) == 0x000358, "Wrong size on CH_Gull_Killer_C_State_AttackRequest"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000018, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, K2Node_DynamicCast_AsCH_Darwin) == 0x000020, "Member 'CH_Gull_Killer_C_State_AttackRequest::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'CH_Gull_Killer_C_State_AttackRequest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000030, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000040, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_Array_Contains_ReturnValue) == 0x000058, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000060, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000068, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x000080, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000088, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000A8, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000C0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, K2Node_MakeArray_Array) == 0x0000D8, "Member 'CH_Gull_Killer_C_State_AttackRequest::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakRotator_Roll) == 0x0000E8, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakRotator_Pitch) == 0x0000EC, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakRotator_Yaw) == 0x0000F0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000F8, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_MakeRotator_ReturnValue) == 0x000110, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_CompareDistance_ReturnValue) == 0x000128, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_CompareDistance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_RInterpTo_ReturnValue) == 0x000130, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000148, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_SphereTraceSingle_OutHit) == 0x000150, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_SphereTraceSingle_ReturnValue) == 0x000248, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_bBlockingHit) == 0x000249, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_bInitialOverlap) == 0x00024A, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_Time) == 0x00024C, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_Distance) == 0x000250, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_Location) == 0x000258, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_ImpactPoint) == 0x000270, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_Normal) == 0x000288, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_ImpactNormal) == 0x0002A0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_PhysMat) == 0x0002B8, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_HitActor) == 0x0002C0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_HitComponent) == 0x0002C8, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_HitBoneName) == 0x0002D0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_BoneName) == 0x0002D8, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_HitItem) == 0x0002E0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_ElementIndex) == 0x0002E4, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_FaceIndex) == 0x0002E8, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_TraceStart) == 0x0002F0, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakHitResult_TraceEnd) == 0x000308, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakVector_X) == 0x000320, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakVector_Y) == 0x000328, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_BreakVector_Z) == 0x000330, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_MakeVector_ReturnValue) == 0x000338, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_RInterpTo_DeltaTime_ImplicitCast) == 0x000350, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_RInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_State_AttackRequest, CallFunc_RInterpTo_InterpSpeed_ImplicitCast) == 0x000354, "Member 'CH_Gull_Killer_C_State_AttackRequest::CallFunc_RInterpTo_InterpSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_ReceiveTick \ +static_assert(alignof(CH_Gull_Killer_C_ReceiveTick) == 0x000004, "Wrong alignment on CH_Gull_Killer_C_ReceiveTick"); \ +static_assert(sizeof(CH_Gull_Killer_C_ReceiveTick) == 0x000004, "Wrong size on CH_Gull_Killer_C_ReceiveTick"); \ +static_assert(offsetof(CH_Gull_Killer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'CH_Gull_Killer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_ReceiveAnyDamage \ +static_assert(alignof(CH_Gull_Killer_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_ReceiveAnyDamage"); \ +static_assert(sizeof(CH_Gull_Killer_C_ReceiveAnyDamage) == 0x000020, "Wrong size on CH_Gull_Killer_C_ReceiveAnyDamage"); \ +static_assert(offsetof(CH_Gull_Killer_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'CH_Gull_Killer_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'CH_Gull_Killer_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'CH_Gull_Killer_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'CH_Gull_Killer_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_GrabPlayer \ +static_assert(alignof(CH_Gull_Killer_C_GrabPlayer) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_GrabPlayer"); \ +static_assert(sizeof(CH_Gull_Killer_C_GrabPlayer) == 0x000028, "Wrong size on CH_Gull_Killer_C_GrabPlayer"); \ +static_assert(offsetof(CH_Gull_Killer_C_GrabPlayer, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_GrabPlayer::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_GrabPlayer, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'CH_Gull_Killer_C_GrabPlayer::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_GrabPlayer, CallFunc_GetCurrentSkin_ReturnValue) == 0x000010, "Member 'CH_Gull_Killer_C_GrabPlayer::CallFunc_GetCurrentSkin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_GrabPlayer, CallFunc_GetZPlayerCharacter_ReturnValue_1) == 0x000018, "Member 'CH_Gull_Killer_C_GrabPlayer::CallFunc_GetZPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_GrabPlayer, CallFunc_ApplyDamage_ReturnValue) == 0x000020, "Member 'CH_Gull_Killer_C_GrabPlayer::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer \ +static_assert(alignof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer) == 0x000010, "Wrong alignment on CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer"); \ +static_assert(sizeof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer) == 0x0002D0, "Wrong size on CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, EntryPoint) == 0x000000, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, Temp_struct_Variable) == 0x000010, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_Event_DeltaSeconds) == 0x000078, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_CustomEvent_NewState) == 0x00007C, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_CustomEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_SwitchEnum_CmpSuccess) == 0x00007D, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_ComponentBoundEvent_bIsBeingRendered) == 0x00007E, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_ComponentBoundEvent_bIsBeingRendered' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_Event_Damage) == 0x000080, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_Event_Damage' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_Event_DamageType) == 0x000088, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_Event_DamageType' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_Event_InstigatedBy) == 0x000090, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_Event_InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_Event_DamageCauser) == 0x000098, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_Event_DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000A8, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_ComponentBoundEvent_OtherActor) == 0x0000B0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_ComponentBoundEvent_OtherComp) == 0x0000B8, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000C0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000C4, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_ComponentBoundEvent_SweepResult) == 0x0000C8, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_bBlockingHit) == 0x0001C0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001C1, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_Time) == 0x0001C4, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_Distance) == 0x0001C8, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_Location) == 0x0001D0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_ImpactPoint) == 0x0001E8, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_Normal) == 0x000200, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_ImpactNormal) == 0x000218, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_PhysMat) == 0x000230, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_HitActor) == 0x000238, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_HitComponent) == 0x000240, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_HitBoneName) == 0x000248, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_BoneName) == 0x000250, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_HitItem) == 0x000258, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_ElementIndex) == 0x00025C, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_FaceIndex) == 0x000260, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_TraceStart) == 0x000268, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BreakHitResult_TraceEnd) == 0x000280, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000298, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002A0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0002A8, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_DynamicCast_AsPhysics_Volume) == 0x0002B0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_DynamicCast_AsPhysics_Volume' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_DynamicCast_bSuccess) == 0x0002B8, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, CallFunc_BooleanAND_ReturnValue) == 0x0002B9, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer, K2Node_VariableSet_DefaultSpeed_ImplicitCast) == 0x0002C0, "Member 'CH_Gull_Killer_C_ExecuteUbergraph_CH_Gull_Killer::K2Node_VariableSet_DefaultSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_DebugDraw \ +static_assert(alignof(CH_Gull_Killer_C_DebugDraw) == 0x000001, "Wrong alignment on CH_Gull_Killer_C_DebugDraw"); \ +static_assert(sizeof(CH_Gull_Killer_C_DebugDraw) == 0x000001, "Wrong size on CH_Gull_Killer_C_DebugDraw"); \ +static_assert(offsetof(CH_Gull_Killer_C_DebugDraw, CallFunc_Vector_IsZero_ReturnValue) == 0x000000, "Member 'CH_Gull_Killer_C_DebugDraw::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_ChangeState \ +static_assert(alignof(CH_Gull_Killer_C_ChangeState) == 0x000001, "Wrong alignment on CH_Gull_Killer_C_ChangeState"); \ +static_assert(sizeof(CH_Gull_Killer_C_ChangeState) == 0x000001, "Wrong size on CH_Gull_Killer_C_ChangeState"); \ +static_assert(offsetof(CH_Gull_Killer_C_ChangeState, NewState) == 0x000000, "Member 'CH_Gull_Killer_C_ChangeState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_ZActorRenderDetection_K2Node_ComponentBoundEvent_0_OnActorRendered__DelegateSignature \ +static_assert(alignof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_ZActorRenderDetection_K2Node_ComponentBoundEvent_0_OnActorRendered__DelegateSignature) == 0x000001, "Wrong alignment on CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_ZActorRenderDetection_K2Node_ComponentBoundEvent_0_OnActorRendered__DelegateSignature"); \ +static_assert(sizeof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_ZActorRenderDetection_K2Node_ComponentBoundEvent_0_OnActorRendered__DelegateSignature) == 0x000001, "Wrong size on CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_ZActorRenderDetection_K2Node_ComponentBoundEvent_0_OnActorRendered__DelegateSignature"); \ +static_assert(offsetof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_ZActorRenderDetection_K2Node_ComponentBoundEvent_0_OnActorRendered__DelegateSignature, bIsBeingRendered) == 0x000000, "Member 'CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_ZActorRenderDetection_K2Node_ComponentBoundEvent_0_OnActorRendered__DelegateSignature::bIsBeingRendered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'CH_Gull_Killer_C_BndEvt__CH_Gull_Killer_CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Gull_Killer_C \ +static_assert(alignof(ACH_Gull_Killer_C) == 0x000010, "Wrong alignment on ACH_Gull_Killer_C"); \ +static_assert(sizeof(ACH_Gull_Killer_C) == 0x000710, "Wrong size on ACH_Gull_Killer_C"); \ +static_assert(offsetof(ACH_Gull_Killer_C, UberGraphFrame) == 0x000670, "Member 'ACH_Gull_Killer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, BP_CharacterCosmeticComponent) == 0x000678, "Member 'ACH_Gull_Killer_C::BP_CharacterCosmeticComponent' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, ZActorRenderDetection) == 0x000680, "Member 'ACH_Gull_Killer_C::ZActorRenderDetection' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, DarwinMesh) == 0x000688, "Member 'ACH_Gull_Killer_C::DarwinMesh' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, PlayerDetectionSphere) == 0x000690, "Member 'ACH_Gull_Killer_C::PlayerDetectionSphere' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, DistanceToPlayer) == 0x000698, "Member 'ACH_Gull_Killer_C::DistanceToPlayer' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, State) == 0x0006A0, "Member 'ACH_Gull_Killer_C::State' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, TargetPosition) == 0x0006A8, "Member 'ACH_Gull_Killer_C::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, Angle) == 0x0006C0, "Member 'ACH_Gull_Killer_C::Angle' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, LookAtSpeed) == 0x0006C8, "Member 'ACH_Gull_Killer_C::LookAtSpeed' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, Debug) == 0x0006D0, "Member 'ACH_Gull_Killer_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, IdleSpeedRatio) == 0x0006D8, "Member 'ACH_Gull_Killer_C::IdleSpeedRatio' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, DiveSpeedRatio) == 0x0006E0, "Member 'ACH_Gull_Killer_C::DiveSpeedRatio' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, FlyAwaySpeedRatio) == 0x0006E8, "Member 'ACH_Gull_Killer_C::FlyAwaySpeedRatio' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, DefaultSpeed) == 0x0006F0, "Member 'ACH_Gull_Killer_C::DefaultSpeed' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, DiveAcceleration) == 0x0006F8, "Member 'ACH_Gull_Killer_C::DiveAcceleration' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, InFrustumTimestamp) == 0x000700, "Member 'ACH_Gull_Killer_C::InFrustumTimestamp' has a wrong offset!"); \ +static_assert(offsetof(ACH_Gull_Killer_C, OutOfFrustumDestroyTolerance) == 0x000708, "Member 'ACH_Gull_Killer_C::OutOfFrustumDestroyTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_8 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_8) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_8"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_8) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_8"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_8, BP_SeqChDelegatePoulpyA5) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_8::BP_SeqChDelegatePoulpyA5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_4 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_4) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_4"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_4) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_4"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_4, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_4::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_3 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_3) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_3"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_3) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_3"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_3, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_3::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_2 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_2"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_2) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_2"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_2, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_2::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_1 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_1"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_1) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_1"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_1, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_1::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_0, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP_0::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A5_Gil_DirectorBP::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement) == 0x000010, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement, MovementEnabled) == 0x000008, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_EnableMovement::MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb) == 0x000010, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb, Enable) == 0x000008, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Climb::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo) == 0x000010, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo, Enable) == 0x000008, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Poulpy_Camo::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent2 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent2"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent2) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent2"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent2, Actor) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent2::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent1 \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent1"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent1) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent1"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent1, Actor) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_NarrAudioEvent1::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP) == 0x0002B0, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_BP_GrabPawnBarrel_Child4) == 0x000008, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_BP_GrabPawnBarrel_Child4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_Buoyancy) == 0x000010, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_bEnabled) == 0x000014, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_bEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__2) == 0x000018, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_MovementEnabled) == 0x000020, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_MovementEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__1) == 0x000028, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_Enable_1) == 0x000030, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_Enable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegate3) == 0x000038, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_UseDistance) == 0x000040, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_UseDistance' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000048, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_Actor_1) == 0x000058, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_Actor) == 0x000060, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA5) == 0x000068, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000070, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x000168, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000170, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x000268, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, Temp_delegate_Variable) == 0x00026C, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, Temp_delegate_Variable_1) == 0x00027C, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue) == 0x00028C, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_1) == 0x000290, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_) == 0x000298, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_CustomEvent_Enable) == 0x0002A0, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_CustomEvent_Enable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP, K2Node_VariableSet_Max_Buoyancy_ImplicitCast) == 0x0002A8, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A5_Gil_DirectorBP::K2Node_VariableSet_Max_Buoyancy_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_DelegateAttachToPoulpy \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_DelegateAttachToPoulpy, BP_SeqChDelegatePoulpyA5) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_DelegateAttachToPoulpy::BP_SeqChDelegatePoulpyA5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance) == 0x000010, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance::BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance, UseDistance) == 0x000008, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Delegate3_UseDistance::UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement \ +static_assert(alignof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement"); \ +static_assert(sizeof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement) == 0x000010, "Wrong size on LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement, BP_GrabPawnBarrel_Child4) == 0x000000, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement::BP_GrabPawnBarrel_Child4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement, Buoyancy) == 0x000008, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement, bEnabled) == 0x00000C, "Member 'LS_C0_A01S01_A5_Gil_DirectorBP_C_Barrel_Movement::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A5_Gil_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A5_Gil_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A5_Gil_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A5_Gil_DirectorBP_C) == 0x000050, "Wrong size on ULS_C0_A01S01_A5_Gil_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A5_Gil_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A5_Gil_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_4 \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_4) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_4"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_4) == 0x000008, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_4"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_4, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_4::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_3 \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_3) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_3"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_3) == 0x000008, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_3"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_3, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_3::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_2 \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_2"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_2) == 0x000008, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_2"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_2, BP_SeqChDelegatePoulpyA6) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_2::BP_SeqChDelegatePoulpyA6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_0, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP_0::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A6_Gil_DirectorBP::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement) == 0x000010, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement, MovementEnabled) == 0x000008, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_EnableMovement::MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb) == 0x000010, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb, Enable) == 0x000008, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Climb::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo) == 0x000010, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo, Enable) == 0x000008, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Poulpy_Camo::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP) == 0x000298, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_BP_GrabPawnBarrel_Child4) == 0x000008, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_BP_GrabPawnBarrel_Child4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_Buoyancy) == 0x000010, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_bEnabled) == 0x000014, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_bEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__3) == 0x000018, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_MovementEnabled) == 0x000020, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_MovementEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__2) == 0x000028, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_Enable_1) == 0x000030, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_Enable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegate3) == 0x000038, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_UseDistance) == 0x000040, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_UseDistance' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000048, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA6) == 0x000058, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA6' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000060, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000158, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__1) == 0x000250, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_Enable) == 0x000258, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_Enable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x000260, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x000268, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_) == 0x000270, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, CallFunc_GetAnimInstance_ReturnValue) == 0x000278, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_DynamicCast_AsAnim_BP_Darwin) == 0x000280, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_DynamicCast_AsAnim_BP_Darwin' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_DynamicCast_bSuccess) == 0x000288, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP, K2Node_VariableSet_Max_Buoyancy_ImplicitCast) == 0x000290, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A6_Gil_DirectorBP::K2Node_VariableSet_Max_Buoyancy_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_DelegateAttachToPoulpy \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_DelegateAttachToPoulpy, BP_SeqChDelegatePoulpyA6) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_DelegateAttachToPoulpy::BP_SeqChDelegatePoulpyA6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance) == 0x000010, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance::BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance, UseDistance) == 0x000008, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Delegate3_UseDistance::UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_CH_Darwin_Poulpy__Event \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_CH_Darwin_Poulpy__Event) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_CH_Darwin_Poulpy__Event"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_CH_Darwin_Poulpy__Event) == 0x000008, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_CH_Darwin_Poulpy__Event"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_CH_Darwin_Poulpy__Event, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_CH_Darwin_Poulpy__Event::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement \ +static_assert(alignof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement"); \ +static_assert(sizeof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement) == 0x000010, "Wrong size on LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement, BP_GrabPawnBarrel_Child4) == 0x000000, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement::BP_GrabPawnBarrel_Child4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement, Buoyancy) == 0x000008, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement, bEnabled) == 0x00000C, "Member 'LS_C0_A01S01_A6_Gil_DirectorBP_C_Barrel_Movement::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A6_Gil_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A6_Gil_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A6_Gil_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A6_Gil_DirectorBP_C) == 0x000050, "Wrong size on ULS_C0_A01S01_A6_Gil_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A6_Gil_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A6_Gil_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_9 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_9) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_9"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_9) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_9"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_9, BP_CustomPhysicFloatingBarrel) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_9::BP_CustomPhysicFloatingBarrel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_8 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_8) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_8"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_8) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_8"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_8, BP_CustomPhysicFloatingBarrel) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_8::BP_CustomPhysicFloatingBarrel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_7 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_7) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_7"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_7) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_7"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_7, BP_SeqChDelegatePoulpyA2) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_7::BP_SeqChDelegatePoulpyA2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_6 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_6) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_6"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_6) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_6"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_6, CameraActor4) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_6::CameraActor4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_5 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_5) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_5"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_5) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_5"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_5, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_5::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_4 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_4) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_4"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_4) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_4"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_4, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_4::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_3 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_3) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_3"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_3) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_3"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_3, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_3::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_2 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_2"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_2) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_2"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_2, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_2::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_10 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_10) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_10"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_10) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_10"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_10, BP_CustomPhysicFloatingBarrel) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_10::BP_CustomPhysicFloatingBarrel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_1 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_1"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_1) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_1"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_1, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_1::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_0, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP_0::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A2_Gil_DirectorBP::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement) == 0x000010, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement, MovementEnabled) == 0x000008, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_EnableMovement::MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb) == 0x000010, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb, Enable) == 0x000008, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Climb::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo) == 0x000010, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo, Enable) == 0x000008, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Poulpy_Camo::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable) == 0x000010, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable, BP_CustomPhysicFloatingBarrel) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable::BP_CustomPhysicFloatingBarrel' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable, bEnabled) == 0x000008, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_FloatingBarrel_TickEnable::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP) == 0x000600, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_BP_CustomPhysicFloatingBarrel) == 0x000008, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_BP_CustomPhysicFloatingBarrel' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_bEnabled) == 0x000010, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_bEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__1) == 0x000018, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_Enable_1) == 0x000020, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_Enable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_) == 0x000030, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_Enable) == 0x000038, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_Enable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_CameraActor4) == 0x000040, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_CameraActor4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_BreakVector_X) == 0x000060, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_BreakVector_Y) == 0x000068, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_BreakVector_Z) == 0x000070, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000078, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_BreakVector_X_1) == 0x0000A0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_BreakVector_Y_1) == 0x0000A8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_BreakVector_Z_1) == 0x0000B0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA2) == 0x0000B8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_MakeVector_ReturnValue) == 0x0000C0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x0000D8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0001D0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0002C8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x0002D0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__2) == 0x0003C8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_MovementEnabled) == 0x0003D0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_MovementEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x0003D8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x0003E0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_BP_CustomPhysicFloatingBarrel_1) == 0x0003E8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_BP_CustomPhysicFloatingBarrel_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1) == 0x0003F0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_GetBoundActor_ReturnValue_1) == 0x0004E8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_GetBoundActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult_1) == 0x0004F0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue_1) == 0x0005E8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegate3) == 0x0005F0, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP, K2Node_CustomEvent_UseDistance) == 0x0005F8, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A2_Gil_DirectorBP::K2Node_CustomEvent_UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_DelegateAttachToPoulpy \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_DelegateAttachToPoulpy, BP_SeqChDelegatePoulpyA2) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_DelegateAttachToPoulpy::BP_SeqChDelegatePoulpyA2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance) == 0x000010, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance::BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance, UseDistance) == 0x000008, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Delegate3_UseDistance::UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_Camera_YZLocation \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Camera_YZLocation) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_Camera_YZLocation"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Camera_YZLocation) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_Camera_YZLocation"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_Camera_YZLocation, CameraActor4) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_Camera_YZLocation::CameraActor4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A2_Gil_DirectorBP_C_BP_CustomPhysicFloatingBarrel_Event \ +static_assert(alignof(LS_C0_A01S01_A2_Gil_DirectorBP_C_BP_CustomPhysicFloatingBarrel_Event) == 0x000008, "Wrong alignment on LS_C0_A01S01_A2_Gil_DirectorBP_C_BP_CustomPhysicFloatingBarrel_Event"); \ +static_assert(sizeof(LS_C0_A01S01_A2_Gil_DirectorBP_C_BP_CustomPhysicFloatingBarrel_Event) == 0x000008, "Wrong size on LS_C0_A01S01_A2_Gil_DirectorBP_C_BP_CustomPhysicFloatingBarrel_Event"); \ +static_assert(offsetof(LS_C0_A01S01_A2_Gil_DirectorBP_C_BP_CustomPhysicFloatingBarrel_Event, BP_CustomPhysicFloatingBarrel) == 0x000000, "Member 'LS_C0_A01S01_A2_Gil_DirectorBP_C_BP_CustomPhysicFloatingBarrel_Event::BP_CustomPhysicFloatingBarrel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A2_Gil_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A2_Gil_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A2_Gil_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A2_Gil_DirectorBP_C) == 0x000050, "Wrong size on ULS_C0_A01S01_A2_Gil_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A2_Gil_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A2_Gil_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child \ +static_assert(alignof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child) == 0x000004, "Wrong alignment on BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child"); \ +static_assert(sizeof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child) == 0x000014, "Wrong size on BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child, EntryPoint) == 0x000000, "Member 'BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child, K2Node_Event_NewMovementMode) == 0x000004, "Member 'BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child::K2Node_Event_NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000005, "Member 'BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child, K2Node_ComponentBoundEvent_Value) == 0x000006, "Member 'BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child, K2Node_ComponentBoundEvent_Profile) == 0x000008, "Member 'BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child::K2Node_ComponentBoundEvent_Profile' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'BP_GrabPawnBarrel_Child_C_ExecuteUbergraph_BP_GrabPawnBarrel_Child::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabPawnBarrel_Child_C_CE_EventMoveChangedForChild \ +static_assert(alignof(BP_GrabPawnBarrel_Child_C_CE_EventMoveChangedForChild) == 0x000001, "Wrong alignment on BP_GrabPawnBarrel_Child_C_CE_EventMoveChangedForChild"); \ +static_assert(sizeof(BP_GrabPawnBarrel_Child_C_CE_EventMoveChangedForChild) == 0x000001, "Wrong size on BP_GrabPawnBarrel_Child_C_CE_EventMoveChangedForChild"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_CE_EventMoveChangedForChild, NewMovementMode) == 0x000000, "Member 'BP_GrabPawnBarrel_Child_C_CE_EventMoveChangedForChild::NewMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature \ +static_assert(alignof(BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature) == 0x000004, "Wrong alignment on BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature"); \ +static_assert(sizeof(BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature) == 0x00000C, "Wrong size on BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature, Value) == 0x000000, "Member 'BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature, Profile) == 0x000004, "Member 'BP_GrabPawnBarrel_Child_C_BndEvt__BP_GrabPawnBarrel_Child_ZPlayerDistance_K2Node_ComponentBoundEvent_0_OnPlayerRange__DelegateSignature::Profile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GrabPawnBarrel_Child_C \ +static_assert(alignof(ABP_GrabPawnBarrel_Child_C) == 0x000010, "Wrong alignment on ABP_GrabPawnBarrel_Child_C"); \ +static_assert(sizeof(ABP_GrabPawnBarrel_Child_C) == 0x0007C0, "Wrong size on ABP_GrabPawnBarrel_Child_C"); \ +static_assert(offsetof(ABP_GrabPawnBarrel_Child_C, UberGraphFrame_BP_GrabPawnBarrel_Child_C) == 0x000798, "Member 'ABP_GrabPawnBarrel_Child_C::UberGraphFrame_BP_GrabPawnBarrel_Child_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrabPawnBarrel_Child_C, ZStreamingSafety) == 0x0007A0, "Member 'ABP_GrabPawnBarrel_Child_C::ZStreamingSafety' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrabPawnBarrel_Child_C, VisibilityBlock) == 0x0007A8, "Member 'ABP_GrabPawnBarrel_Child_C::VisibilityBlock' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrabPawnBarrel_Child_C, Print_to_Screen) == 0x0007B0, "Member 'ABP_GrabPawnBarrel_Child_C::Print_to_Screen' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrabPawnBarrel_Child_C, PreviousMovement_Mode) == 0x0007B1, "Member 'ABP_GrabPawnBarrel_Child_C::PreviousMovement_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrabPawnBarrel_Child_C, CachedSpeed) == 0x0007B8, "Member 'ABP_GrabPawnBarrel_Child_C::CachedSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_WeaponIni \ +static_assert(alignof(BP_FloatingPawnB_C_WeaponIni) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_WeaponIni"); \ +static_assert(sizeof(BP_FloatingPawnB_C_WeaponIni) == 0x000028, "Wrong size on BP_FloatingPawnB_C_WeaponIni"); \ +static_assert(offsetof(BP_FloatingPawnB_C_WeaponIni, UseCamAim) == 0x000000, "Member 'BP_FloatingPawnB_C_WeaponIni::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_WeaponIni, TargetLogation) == 0x000008, "Member 'BP_FloatingPawnB_C_WeaponIni::TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_WeaponIni, HomingTargetComp) == 0x000020, "Member 'BP_FloatingPawnB_C_WeaponIni::HomingTargetComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_ReceiveTick \ +static_assert(alignof(BP_FloatingPawnB_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FloatingPawnB_C_ReceiveTick"); \ +static_assert(sizeof(BP_FloatingPawnB_C_ReceiveTick) == 0x000004, "Wrong size on BP_FloatingPawnB_C_ReceiveTick"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FloatingPawnB_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_ReceiveHit \ +static_assert(alignof(BP_FloatingPawnB_C_ReceiveHit) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_ReceiveHit"); \ +static_assert(sizeof(BP_FloatingPawnB_C_ReceiveHit) == 0x000160, "Wrong size on BP_FloatingPawnB_C_ReceiveHit"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, MyComp) == 0x000000, "Member 'BP_FloatingPawnB_C_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, Other) == 0x000008, "Member 'BP_FloatingPawnB_C_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BP_FloatingPawnB_C_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BP_FloatingPawnB_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, HitLocation) == 0x000020, "Member 'BP_FloatingPawnB_C_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, HitNormal) == 0x000038, "Member 'BP_FloatingPawnB_C_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, NormalImpulse) == 0x000050, "Member 'BP_FloatingPawnB_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ReceiveHit, Hit) == 0x000068, "Member 'BP_FloatingPawnB_C_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_PlayMoveSound \ +static_assert(alignof(BP_FloatingPawnB_C_PlayMoveSound) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_PlayMoveSound"); \ +static_assert(sizeof(BP_FloatingPawnB_C_PlayMoveSound) == 0x000098, "Wrong size on BP_FloatingPawnB_C_PlayMoveSound"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, Temp_bool_Variable) == 0x000000, "Member 'BP_FloatingPawnB_C_PlayMoveSound::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, Temp_delegate_Variable) == 0x000004, "Member 'BP_FloatingPawnB_C_PlayMoveSound::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, Temp_delegate_Variable_1) == 0x000014, "Member 'BP_FloatingPawnB_C_PlayMoveSound::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_GetDefaultPhysicsVolume_ReturnValue) == 0x000028, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_GetDefaultPhysicsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_GetPhysicsVolume_ReturnValue) == 0x000030, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_GetPhysicsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, Temp_bool_Variable_1) == 0x000039, "Member 'BP_FloatingPawnB_C_PlayMoveSound::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_VSize_ReturnValue) == 0x000040, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, K2Node_Select_Default) == 0x000048, "Member 'BP_FloatingPawnB_C_PlayMoveSound::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_PostEvent_ReturnValue) == 0x000050, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_GetDefaultPhysicsVolume_ReturnValue_1) == 0x000058, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_GetDefaultPhysicsVolume_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_GetPhysicsVolume_ReturnValue_1) == 0x000068, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_GetPhysicsVolume_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000070, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, K2Node_Select_Default_1) == 0x000078, "Member 'BP_FloatingPawnB_C_PlayMoveSound::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_PostEvent_ReturnValue_1) == 0x000080, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000084, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_IsFalling_ReturnValue) == 0x000085, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_VSize_ReturnValue_1) == 0x000088, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayMoveSound, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_FloatingPawnB_C_PlayMoveSound::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_PlayerCrosshair \ +static_assert(alignof(BP_FloatingPawnB_C_PlayerCrosshair) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_PlayerCrosshair"); \ +static_assert(sizeof(BP_FloatingPawnB_C_PlayerCrosshair) == 0x000028, "Wrong size on BP_FloatingPawnB_C_PlayerCrosshair"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayerCrosshair, UseCamAim) == 0x000000, "Member 'BP_FloatingPawnB_C_PlayerCrosshair::UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayerCrosshair, ScreenX) == 0x000008, "Member 'BP_FloatingPawnB_C_PlayerCrosshair::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayerCrosshair, ScreenY) == 0x000010, "Member 'BP_FloatingPawnB_C_PlayerCrosshair::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_PlayerCrosshair, CrosshairColor) == 0x000018, "Member 'BP_FloatingPawnB_C_PlayerCrosshair::CrosshairColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_OnLanded \ +static_assert(alignof(BP_FloatingPawnB_C_OnLanded) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_OnLanded"); \ +static_assert(sizeof(BP_FloatingPawnB_C_OnLanded) == 0x0000F8, "Wrong size on BP_FloatingPawnB_C_OnLanded"); \ +static_assert(offsetof(BP_FloatingPawnB_C_OnLanded, Hit) == 0x000000, "Member 'BP_FloatingPawnB_C_OnLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_K2_OnMovementModeChanged \ +static_assert(alignof(BP_FloatingPawnB_C_K2_OnMovementModeChanged) == 0x000001, "Wrong alignment on BP_FloatingPawnB_C_K2_OnMovementModeChanged"); \ +static_assert(sizeof(BP_FloatingPawnB_C_K2_OnMovementModeChanged) == 0x000004, "Wrong size on BP_FloatingPawnB_C_K2_OnMovementModeChanged"); \ +static_assert(offsetof(BP_FloatingPawnB_C_K2_OnMovementModeChanged, PrevMovementMode) == 0x000000, "Member 'BP_FloatingPawnB_C_K2_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_K2_OnMovementModeChanged, NewMovementMode) == 0x000001, "Member 'BP_FloatingPawnB_C_K2_OnMovementModeChanged::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_K2_OnMovementModeChanged, PrevCustomMode) == 0x000002, "Member 'BP_FloatingPawnB_C_K2_OnMovementModeChanged::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_K2_OnMovementModeChanged, NewCustomMode) == 0x000003, "Member 'BP_FloatingPawnB_C_K2_OnMovementModeChanged::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_JumpOutWater \ +static_assert(alignof(BP_FloatingPawnB_C_JumpOutWater) == 0x000001, "Wrong alignment on BP_FloatingPawnB_C_JumpOutWater"); \ +static_assert(sizeof(BP_FloatingPawnB_C_JumpOutWater) == 0x000001, "Wrong size on BP_FloatingPawnB_C_JumpOutWater"); \ +static_assert(offsetof(BP_FloatingPawnB_C_JumpOutWater, CanJumpOutWater) == 0x000000, "Member 'BP_FloatingPawnB_C_JumpOutWater::CanJumpOutWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_GameEvents \ +static_assert(alignof(BP_FloatingPawnB_C_GameEvents) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_GameEvents"); \ +static_assert(sizeof(BP_FloatingPawnB_C_GameEvents) == 0x000010, "Wrong size on BP_FloatingPawnB_C_GameEvents"); \ +static_assert(offsetof(BP_FloatingPawnB_C_GameEvents, Events) == 0x000000, "Member 'BP_FloatingPawnB_C_GameEvents::Events' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_GameEvents, Off) == 0x000001, "Member 'BP_FloatingPawnB_C_GameEvents::Off' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_GameEvents, Index_0) == 0x000004, "Member 'BP_FloatingPawnB_C_GameEvents::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_GameEvents, Actor) == 0x000008, "Member 'BP_FloatingPawnB_C_GameEvents::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB \ +static_assert(alignof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB"); \ +static_assert(sizeof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB) == 0x000AC0, "Wrong size on BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, EntryPoint) == 0x000000, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, Temp_delegate_Variable) == 0x000004, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, Temp_delegate_Variable_1) == 0x000014, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, Temp_delegate_Variable_2) == 0x000024, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000038, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000040, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000048, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000050, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_DynamicCast_AsCH_Darwin) == 0x000058, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_DynamicCast_AsCH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_IsInWaterVolume_ReturnValue) == 0x000061, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_SwitchEnum_CmpSuccess) == 0x000062, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000068, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OtherActor) == 0x000070, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OtherComp) == 0x000078, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000080, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_bFromSweep) == 0x000084, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_SweepResult) == 0x000088, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_DynamicCast_AsCH_Darwin_1) == 0x000180, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_DynamicCast_AsCH_Darwin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_PrevMovementMode) == 0x000189, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_NewMovementMode) == 0x00018A, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_PrevCustomMode) == 0x00018B, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_NewCustomMode) == 0x00018C, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_NewCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00018D, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_SwitchEnum_CmpSuccess_1) == 0x00018E, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_NativeIsClimbing_ReturnValue) == 0x00018F, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_NativeIsClimbing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetPlayerPawn_ReturnValue) == 0x000190, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001A8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001C0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0001D8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001E0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_SelectFloat_ReturnValue) == 0x0001F8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Vector_Distance_ReturnValue) == 0x000200, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000208, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000220, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_SelectVector_ReturnValue) == 0x000228, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_SelectFloat_ReturnValue_1) == 0x000240, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000248, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000260, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Add_VectorVector_ReturnValue) == 0x000278, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000290, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_MakeVector2D_ReturnValue) == 0x0002A8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0002B8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x0002D0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_SwitchEnum_CmpSuccess_2) == 0x0002E8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakVector_X) == 0x0002F0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakVector_Y) == 0x0002F8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakVector_Z) == 0x000300, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_MakeVector2D_ReturnValue_1) == 0x000308, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_DotProduct2D_ReturnValue) == 0x000318, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000320, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x000324, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000328, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_Events) == 0x000330, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_Events' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_On_Off) == 0x000331, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_On_Off' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_Index) == 0x000334, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_Actor) == 0x000338, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000340, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_SwitchEnum_CmpSuccess_3) == 0x000348, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_MakeVector_ReturnValue) == 0x000350, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_DeltaSeconds) == 0x000368, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00036C, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Abs_ReturnValue) == 0x000370, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_SelectFloat_ReturnValue_2) == 0x000378, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_Hit_1) == 0x000380, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_UseCamAim_1) == 0x000478, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_UseCamAim_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_TargetLogation) == 0x000480, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_TargetLogation' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_HomingTargetComp) == 0x000498, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_HomingTargetComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_IsValid_ReturnValue) == 0x0004A0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetPhysicsVolume_ReturnValue) == 0x0004A8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetPhysicsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetClimbSweepHitResult_ReturnValue) == 0x0004B0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetClimbSweepHitResult_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_bBlockingHit) == 0x0005A8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_bInitialOverlap) == 0x0005A9, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_Time) == 0x0005AC, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_Distance) == 0x0005B0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_Location) == 0x0005B8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_ImpactPoint) == 0x0005D0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_Normal) == 0x0005E8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_ImpactNormal) == 0x000600, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_PhysMat) == 0x000618, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_HitActor) == 0x000620, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_HitComponent) == 0x000628, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_HitBoneName) == 0x000630, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_BoneName) == 0x000638, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_HitItem) == 0x000640, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_ElementIndex) == 0x000644, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_FaceIndex) == 0x000648, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_TraceStart) == 0x000650, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BreakHitResult_TraceEnd) == 0x000668, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_IsPawnGrabbed_ReturnValue) == 0x000680, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_IsPawnGrabbed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000681, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BooleanAND_ReturnValue) == 0x000682, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_NativeIsOnPlatform_ReturnValue) == 0x000683, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_NativeIsOnPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_CustomEvent_NewMovementMode) == 0x000684, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_CustomEvent_NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000688, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_UseCamAim) == 0x0006A0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_UseCamAim' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_ScreenX) == 0x0006A8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_ScreenX' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_ScreenY) == 0x0006B0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_ScreenY' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_CrosshairColor) == 0x0006B8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_CrosshairColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetVelocity_ReturnValue) == 0x0006C8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_MakeVector_ReturnValue_1) == 0x0006E0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_VSize_ReturnValue) == 0x0006F8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_MyComp) == 0x000700, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_Other) == 0x000708, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_Other' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_OtherComp) == 0x000710, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_bSelfMoved) == 0x000718, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_HitLocation) == 0x000720, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_HitNormal) == 0x000738, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_NormalImpulse) == 0x000750, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_Hit) == 0x000768, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_Value) == 0x000860, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_ComponentBoundEvent_Profile) == 0x000864, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_ComponentBoundEvent_Profile' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Dot_VectorVector_ReturnValue) == 0x000870, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000878, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000879, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_DynamicCast_AsZCharacter) == 0x000880, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_DynamicCast_AsZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_DynamicCast_bSuccess_2) == 0x000888, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetComponentVelocity_ReturnValue) == 0x000890, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetComponentVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_VSize_ReturnValue_1) == 0x0008A8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x0008B0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BooleanAND_ReturnValue_1) == 0x0008B1, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_MakeVector_ReturnValue_2) == 0x0008B8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_PostEvent_ReturnValue) == 0x0008D0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_PostEvent_ReturnValue_1) == 0x0008D4, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_CharacterSafeTrace_HitWall) == 0x0008D8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_CharacterSafeTrace_HitWall' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_IsInWaterVolume_ReturnValue_1) == 0x0008D9, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_IsInWaterVolume_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Not_PreBool_ReturnValue) == 0x0008DA, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BooleanAND_ReturnValue_2) == 0x0008DB, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0008DC, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, Temp_byte_Variable) == 0x0008DD, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, Temp_byte_Variable_1) == 0x0008DE, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, Temp_bool_Variable) == 0x0008DF, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Select_Default) == 0x0008E0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_SphereTraceSingle_OutHit) == 0x0008E8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_SphereTraceSingle_ReturnValue) == 0x0009E0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0009E8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Conv_BoolToString_ReturnValue) == 0x0009F0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_Event_CanJumpOutWater) == 0x000A00, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_Event_CanJumpOutWater' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000A08, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_PostEvent_ReturnValue_2) == 0x000A10, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetTimeSeconds_ReturnValue) == 0x000A18, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000A20, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000A28, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x000A30, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BooleanAND_ReturnValue_3) == 0x000A31, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_MakeVector_ReturnValue_3) == 0x000A38, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_MakeVector_ReturnValue_4) == 0x000A50, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_IsOwnerRendered_ReturnValue) == 0x000A68, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_IsOwnerRendered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_IsEnabled_ReturnValue) == 0x000A69, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_IsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_BooleanAND_ReturnValue_4) == 0x000A6A, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_AddMovementInput_ScaleValue_ImplicitCast) == 0x000A6C, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_AddMovementInput_ScaleValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_AddMovementInput_ScaleValue_ImplicitCast_1) == 0x000A70, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_AddMovementInput_ScaleValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_SphereTraceSingle_Radius_ImplicitCast) == 0x000A74, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_SphereTraceSingle_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_AddMovementInput_ScaleValue_ImplicitCast_2) == 0x000A78, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_AddMovementInput_ScaleValue_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_AddMovementInput_ScaleValue_ImplicitCast_3) == 0x000A7C, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_AddMovementInput_ScaleValue_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000A80, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast) == 0x000A88, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_VariableSet_GameEventValue_ImplicitCast) == 0x000A8C, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_VariableSet_GameEventValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Abs_A_ImplicitCast) == 0x000A90, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000A98, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_1) == 0x000AA0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_AddMovementInput_ScaleValue_ImplicitCast_4) == 0x000AA4, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_AddMovementInput_ScaleValue_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_VariableSet_Buoyancy_ImplicitCast) == 0x000AA8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_VariableSet_Buoyancy_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_VariableSet_Buoyancy_ImplicitCast_1) == 0x000AAC, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_VariableSet_Buoyancy_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000AB0, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB, K2Node_VariableSet_MaxSwimSpeed_ImplicitCast) == 0x000AB8, "Member 'BP_FloatingPawnB_C_ExecuteUbergraph_BP_FloatingPawnB::K2Node_VariableSet_MaxSwimSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_EvaluatePlayerCollision \ +static_assert(alignof(BP_FloatingPawnB_C_EvaluatePlayerCollision) == 0x000001, "Wrong alignment on BP_FloatingPawnB_C_EvaluatePlayerCollision"); \ +static_assert(sizeof(BP_FloatingPawnB_C_EvaluatePlayerCollision) == 0x000002, "Wrong size on BP_FloatingPawnB_C_EvaluatePlayerCollision"); \ +static_assert(offsetof(BP_FloatingPawnB_C_EvaluatePlayerCollision, CallFunc_IsInWaterVolume_ReturnValue) == 0x000000, "Member 'BP_FloatingPawnB_C_EvaluatePlayerCollision::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_EvaluatePlayerCollision, CallFunc_CharacterSafeTrace_HitWall) == 0x000001, "Member 'BP_FloatingPawnB_C_EvaluatePlayerCollision::CallFunc_CharacterSafeTrace_HitWall' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_CharacterSafeTrace \ +static_assert(alignof(BP_FloatingPawnB_C_CharacterSafeTrace) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_CharacterSafeTrace"); \ +static_assert(sizeof(BP_FloatingPawnB_C_CharacterSafeTrace) == 0x000340, "Wrong size on BP_FloatingPawnB_C_CharacterSafeTrace"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, UseVelocity) == 0x000000, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::UseVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, HitWall) == 0x000001, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::HitWall' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, Temp_object_Variable) == 0x000028, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Normal_ReturnValue) == 0x000038, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000050, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Normal_ReturnValue_1) == 0x000078, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakVector_X) == 0x000090, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakVector_Y) == 0x000098, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakVector_Z) == 0x0000A0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_MakeVector_ReturnValue) == 0x0000A8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakVector_X_1) == 0x0000C0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakVector_Y_1) == 0x0000C8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakVector_Z_1) == 0x0000D0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_MakeVector_ReturnValue_1) == 0x0000D8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000F0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000108, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000120, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Add_VectorVector_ReturnValue) == 0x000128, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_SphereTraceMulti_OutHits) == 0x000140, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_SphereTraceMulti_OutHits' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_SphereTraceMulti_ReturnValue) == 0x000150, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_SphereTraceMulti_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Array_Get_Item) == 0x000158, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000250, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_bBlockingHit) == 0x000251, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_bInitialOverlap) == 0x000252, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_Time) == 0x000254, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_Distance) == 0x000258, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_Location) == 0x000260, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_ImpactPoint) == 0x000278, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_Normal) == 0x000290, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_ImpactNormal) == 0x0002A8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_PhysMat) == 0x0002C0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_HitActor) == 0x0002C8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_HitComponent) == 0x0002D0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_HitBoneName) == 0x0002D8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_BoneName) == 0x0002E0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_HitItem) == 0x0002E8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_ElementIndex) == 0x0002EC, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_FaceIndex) == 0x0002F0, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_TraceStart) == 0x0002F8, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BreakHitResult_TraceEnd) == 0x000310, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_IsValid_ReturnValue_1) == 0x000328, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000329, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_GetObjectClass_ReturnValue) == 0x000330, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Array_Length_ReturnValue) == 0x000338, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00033C, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_Less_IntInt_ReturnValue) == 0x00033D, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CharacterSafeTrace, CallFunc_BooleanOR_ReturnValue) == 0x00033E, "Member 'BP_FloatingPawnB_C_CharacterSafeTrace::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_CE_EventMoveChangedForChild \ +static_assert(alignof(BP_FloatingPawnB_C_CE_EventMoveChangedForChild) == 0x000001, "Wrong alignment on BP_FloatingPawnB_C_CE_EventMoveChangedForChild"); \ +static_assert(sizeof(BP_FloatingPawnB_C_CE_EventMoveChangedForChild) == 0x000001, "Wrong size on BP_FloatingPawnB_C_CE_EventMoveChangedForChild"); \ +static_assert(offsetof(BP_FloatingPawnB_C_CE_EventMoveChangedForChild, NewMovementMode) == 0x000000, "Member 'BP_FloatingPawnB_C_CE_EventMoveChangedForChild::NewMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature \ +static_assert(alignof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(sizeof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerEventListener_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature \ +static_assert(alignof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature) == 0x000004, "Wrong alignment on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature"); \ +static_assert(sizeof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature) == 0x00000C, "Wrong size on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature, Value) == 0x000000, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature, Profile) == 0x000004, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_ZPlayerDistance_K2Node_ComponentBoundEvent_4_OnPlayerRange__DelegateSignature::Profile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_FloatingPawnB_C_BndEvt__BP_FloatingPawnB_Box_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_AlignMeshToFloorQuat \ +static_assert(alignof(BP_FloatingPawnB_C_AlignMeshToFloorQuat) == 0x000010, "Wrong alignment on BP_FloatingPawnB_C_AlignMeshToFloorQuat"); \ +static_assert(sizeof(BP_FloatingPawnB_C_AlignMeshToFloorQuat) == 0x000480, "Wrong size on BP_FloatingPawnB_C_AlignMeshToFloorQuat"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, MeshToAlign) == 0x000000, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::MeshToAlign' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, Index_0) == 0x000008, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, Temp_struct_Variable) == 0x000010, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000028, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000040, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, Temp_bool_Variable) == 0x000058, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Conv_RotatorToQuaternion_ReturnValue) == 0x000060, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Conv_RotatorToQuaternion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Quat_VectorUp_ReturnValue) == 0x000080, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Quat_VectorUp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000098, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A0, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_K2_FindFloor_FloorResult) == 0x0000B8, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_K2_FindFloor_FloorResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_bBlockingHit) == 0x0001C0, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001C1, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_Time) == 0x0001C4, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_Distance) == 0x0001C8, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_Location) == 0x0001D0, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_ImpactPoint) == 0x0001E8, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_Normal) == 0x000200, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_ImpactNormal) == 0x000218, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_PhysMat) == 0x000230, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_HitActor) == 0x000238, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_HitComponent) == 0x000240, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_HitBoneName) == 0x000248, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_BoneName) == 0x000250, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_HitItem) == 0x000258, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_ElementIndex) == 0x00025C, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_FaceIndex) == 0x000260, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_TraceStart) == 0x000268, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_BreakHitResult_TraceEnd) == 0x000280, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Cross_VectorVector_ReturnValue) == 0x000298, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Cross_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Dot_VectorVector_ReturnValue) == 0x0002B0, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Normal_ReturnValue) == 0x0002B8, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_DegAcos_ReturnValue) == 0x0002D0, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_RotatorFromAxisAndAngle_ReturnValue) == 0x0002D8, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_RotatorFromAxisAndAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Conv_RotatorToQuaternion_ReturnValue_1) == 0x0002F0, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Conv_RotatorToQuaternion_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Multiply_QuatQuat_ReturnValue) == 0x000310, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Multiply_QuatQuat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_Quat_Rotator_ReturnValue) == 0x000330, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_Quat_Rotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, K2Node_Select_Default) == 0x000348, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_RInterpTo_ReturnValue) == 0x000360, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000378, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_RInterpTo_DeltaTime_ImplicitCast) == 0x000470, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_RInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_AlignMeshToFloorQuat, CallFunc_RotatorFromAxisAndAngle_Angle_ImplicitCast) == 0x000474, "Member 'BP_FloatingPawnB_C_AlignMeshToFloorQuat::CallFunc_RotatorFromAxisAndAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface \ +static_assert(alignof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface) == 0x000008, "Wrong alignment on BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface"); \ +static_assert(sizeof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface) == 0x0002A0, "Wrong size on BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, Buoyancy_0) == 0x000000, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::Buoyancy_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, MaxBuoyancy) == 0x000008, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::MaxBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, Debug_0) == 0x000010, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::Debug_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, Temp_object_Variable) == 0x000018, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, Temp_byte_Variable) == 0x000028, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, Temp_byte_Variable_1) == 0x000029, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000030, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, Temp_bool_Variable) == 0x000038, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, K2Node_Select_Default) == 0x000039, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_Add_VectorVector_ReturnValue) == 0x000058, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_LineTraceSingle_OutHit) == 0x000070, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_LineTraceSingle_ReturnValue) == 0x000168, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_bBlockingHit) == 0x000169, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_bInitialOverlap) == 0x00016A, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_Time) == 0x00016C, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_Distance) == 0x000170, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_Location) == 0x000178, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_ImpactPoint) == 0x000190, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_Normal) == 0x0001A8, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_ImpactNormal) == 0x0001C0, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_PhysMat) == 0x0001D8, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_HitActor) == 0x0001E0, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_HitComponent) == 0x0001E8, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_HitBoneName) == 0x0001F0, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_BoneName) == 0x0001F8, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_HitItem) == 0x000200, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_ElementIndex) == 0x000204, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_FaceIndex) == 0x000208, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_TraceStart) == 0x000210, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_BreakHitResult_TraceEnd) == 0x000228, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000240, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_SelectFloat_ReturnValue) == 0x000248, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_FInterpTo_ReturnValue) == 0x000250, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000258, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_Concat_StrStr_ReturnValue) == 0x000268, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, K2Node_VariableSet_Buoyancy_ImplicitCast) == 0x000278, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::K2Node_VariableSet_Buoyancy_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, K2Node_VariableSet_OriginalBuoyancy_ImplicitCast) == 0x000280, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::K2Node_VariableSet_OriginalBuoyancy_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_FInterpTo_Current_ImplicitCast) == 0x000288, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_FInterpTo_Current_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000290, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface, K2Node_VariableSet_Buoyancy_ImplicitCast_1) == 0x000298, "Member 'BP_FloatingPawnB_C_Add_Buoyancy_when_Near_Surface::K2Node_VariableSet_Buoyancy_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FloatingPawnB_C \ +static_assert(alignof(ABP_FloatingPawnB_C) == 0x000010, "Wrong alignment on ABP_FloatingPawnB_C"); \ +static_assert(sizeof(ABP_FloatingPawnB_C) == 0x0007A0, "Wrong size on ABP_FloatingPawnB_C"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, UberGraphFrame) == 0x000670, "Member 'ABP_FloatingPawnB_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, ZHelpWidget) == 0x000678, "Member 'ABP_FloatingPawnB_C::ZHelpWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, ZActorRenderDetection) == 0x000680, "Member 'ABP_FloatingPawnB_C::ZActorRenderDetection' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, BP_ObjectHelpComponent) == 0x000688, "Member 'ABP_FloatingPawnB_C::BP_ObjectHelpComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, ZInteractable) == 0x000690, "Member 'ABP_FloatingPawnB_C::ZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, ZPlayerDistance) == 0x000698, "Member 'ABP_FloatingPawnB_C::ZPlayerDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, TriggerBox) == 0x0006A0, "Member 'ABP_FloatingPawnB_C::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, ZPlayerEventListener) == 0x0006A8, "Member 'ABP_FloatingPawnB_C::ZPlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, StaticMesh) == 0x0006B0, "Member 'ABP_FloatingPawnB_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Timeline_NewTrack_0_30C120C741ACDCA90A9287A62729B1E6) == 0x0006B8, "Member 'ABP_FloatingPawnB_C::Timeline_NewTrack_0_30C120C741ACDCA90A9287A62729B1E6' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Timeline__Direction_30C120C741ACDCA90A9287A62729B1E6) == 0x0006BC, "Member 'ABP_FloatingPawnB_C::Timeline__Direction_30C120C741ACDCA90A9287A62729B1E6' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Timeline) == 0x0006C0, "Member 'ABP_FloatingPawnB_C::Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, As_CH_Darwin) == 0x0006C8, "Member 'ABP_FloatingPawnB_C::As_CH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Right_Axis_Value) == 0x0006D0, "Member 'ABP_FloatingPawnB_C::Right_Axis_Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Up_Axis_Value) == 0x0006D8, "Member 'ABP_FloatingPawnB_C::Up_Axis_Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, CanAddPlayerInput) == 0x0006E0, "Member 'ABP_FloatingPawnB_C::CanAddPlayerInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Is_on_Platform) == 0x0006E1, "Member 'ABP_FloatingPawnB_C::Is_on_Platform' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Grab_Pawn) == 0x0006E2, "Member 'ABP_FloatingPawnB_C::Grab_Pawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Debug) == 0x0006E3, "Member 'ABP_FloatingPawnB_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Buoyancy) == 0x0006E8, "Member 'ABP_FloatingPawnB_C::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Max_Buoyancy) == 0x0006F0, "Member 'ABP_FloatingPawnB_C::Max_Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Grab_Max_Speed) == 0x0006F8, "Member 'ABP_FloatingPawnB_C::Grab_Max_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, ByGameEvent) == 0x0006FC, "Member 'ABP_FloatingPawnB_C::ByGameEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, GameEventValue) == 0x000700, "Member 'ABP_FloatingPawnB_C::GameEventValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, AlignToFloor) == 0x000704, "Member 'ABP_FloatingPawnB_C::AlignToFloor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, OnBeginPlay) == 0x000705, "Member 'ABP_FloatingPawnB_C::OnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Box_Extent_REF) == 0x000708, "Member 'ABP_FloatingPawnB_C::Box_Extent_REF' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, Speed) == 0x000720, "Member 'ABP_FloatingPawnB_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, IsInPlayerRange) == 0x000728, "Member 'ABP_FloatingPawnB_C::IsInPlayerRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, AK_SoundMovePlay) == 0x000730, "Member 'ABP_FloatingPawnB_C::AK_SoundMovePlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, AK_SoundMoveWaterPlay) == 0x000738, "Member 'ABP_FloatingPawnB_C::AK_SoundMoveWaterPlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, AK_SoundMoveStop) == 0x000740, "Member 'ABP_FloatingPawnB_C::AK_SoundMoveStop' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, AK_SoundMoveWaterStop) == 0x000748, "Member 'ABP_FloatingPawnB_C::AK_SoundMoveWaterStop' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, SavedVelocityLength) == 0x000750, "Member 'ABP_FloatingPawnB_C::SavedVelocityLength' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, AK_SoundHit) == 0x000758, "Member 'ABP_FloatingPawnB_C::AK_SoundHit' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, AK_SoundLanded) == 0x000760, "Member 'ABP_FloatingPawnB_C::AK_SoundLanded' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, MoveDirectionVector) == 0x000768, "Member 'ABP_FloatingPawnB_C::MoveDirectionVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, OriginalBuoyancy) == 0x000780, "Member 'ABP_FloatingPawnB_C::OriginalBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, HitTimestamp) == 0x000788, "Member 'ABP_FloatingPawnB_C::HitTimestamp' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, bUseHelpSystem) == 0x000790, "Member 'ABP_FloatingPawnB_C::bUseHelpSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_FloatingPawnB_C, bGravityOptim) == 0x000791, "Member 'ABP_FloatingPawnB_C::bGravityOptim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomPhysicFloatingBarrel_C_OnMovingFloatingObject \ +static_assert(alignof(BP_CustomPhysicFloatingBarrel_C_OnMovingFloatingObject) == 0x000001, "Wrong alignment on BP_CustomPhysicFloatingBarrel_C_OnMovingFloatingObject"); \ +static_assert(sizeof(BP_CustomPhysicFloatingBarrel_C_OnMovingFloatingObject) == 0x000001, "Wrong size on BP_CustomPhysicFloatingBarrel_C_OnMovingFloatingObject"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_OnMovingFloatingObject, bMovementFactorSuperiorToThreshold) == 0x000000, "Member 'BP_CustomPhysicFloatingBarrel_C_OnMovingFloatingObject::bMovementFactorSuperiorToThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject \ +static_assert(alignof(BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject) == 0x000008, "Wrong alignment on BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject"); \ +static_assert(sizeof(BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject) == 0x000100, "Wrong size on BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject, OutHitResult) == 0x000000, "Member 'BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject::OutHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject, CollisionForceFactor) == 0x0000F8, "Member 'BP_CustomPhysicFloatingBarrel_C_OnCollidingFloatingObject::CollisionForceFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel \ +static_assert(alignof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel) == 0x000010, "Wrong alignment on BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel"); \ +static_assert(sizeof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel) == 0x0002D0, "Wrong size on BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, EntryPoint) == 0x000000, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, Temp_delegate_Variable) == 0x000004, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, Temp_delegate_Variable_1) == 0x000014, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, Temp_delegate_Variable_2) == 0x000024, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, Temp_delegate_Variable_3) == 0x000034, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, K2Node_Event_OutHitResult) == 0x000048, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::K2Node_Event_OutHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, K2Node_Event_CollisionForceFactor) == 0x000140, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::K2Node_Event_CollisionForceFactor' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, K2Node_Event_bMovementFactorSuperiorToThreshold) == 0x000144, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::K2Node_Event_bMovementFactorSuperiorToThreshold' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, CallFunc_GetTransform_ReturnValue) == 0x000150, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, CallFunc_PostEvent_ReturnValue) == 0x0001B0, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, CallFunc_PostEvent_ReturnValue_1) == 0x0001B4, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x0001B8, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0001C0, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0002B8, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, CallFunc_PostEvent_ReturnValue_2) == 0x0002BC, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel, CallFunc_PostEvent_ReturnValue_3) == 0x0002C0, "Member 'BP_CustomPhysicFloatingBarrel_C_ExecuteUbergraph_BP_CustomPhysicFloatingBarrel::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomPhysicFloatingBarrel_C_BndEvt__BP_CustomPhysicFloatingBarrel_EventListenerComponent_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature \ +static_assert(alignof(BP_CustomPhysicFloatingBarrel_C_BndEvt__BP_CustomPhysicFloatingBarrel_EventListenerComponent_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_CustomPhysicFloatingBarrel_C_BndEvt__BP_CustomPhysicFloatingBarrel_EventListenerComponent_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(sizeof(BP_CustomPhysicFloatingBarrel_C_BndEvt__BP_CustomPhysicFloatingBarrel_EventListenerComponent_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_CustomPhysicFloatingBarrel_C_BndEvt__BP_CustomPhysicFloatingBarrel_EventListenerComponent_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature"); \ +static_assert(offsetof(BP_CustomPhysicFloatingBarrel_C_BndEvt__BP_CustomPhysicFloatingBarrel_EventListenerComponent_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_CustomPhysicFloatingBarrel_C_BndEvt__BP_CustomPhysicFloatingBarrel_EventListenerComponent_K2Node_ComponentBoundEvent_0_OnPlayerRestart__DelegateSignature::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CustomPhysicFloatingBarrel_C \ +static_assert(alignof(ABP_CustomPhysicFloatingBarrel_C) == 0x000010, "Wrong alignment on ABP_CustomPhysicFloatingBarrel_C"); \ +static_assert(sizeof(ABP_CustomPhysicFloatingBarrel_C) == 0x0005C0, "Wrong size on ABP_CustomPhysicFloatingBarrel_C"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, UberGraphFrame) == 0x000510, "Member 'ABP_CustomPhysicFloatingBarrel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, ZActorRenderDetection) == 0x000518, "Member 'ABP_CustomPhysicFloatingBarrel_C::ZActorRenderDetection' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, ZHelpWidget) == 0x000520, "Member 'ABP_CustomPhysicFloatingBarrel_C::ZHelpWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, BP_ObjectHelpComponent) == 0x000528, "Member 'ABP_CustomPhysicFloatingBarrel_C::BP_ObjectHelpComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, Socket_4) == 0x000530, "Member 'ABP_CustomPhysicFloatingBarrel_C::Socket_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, Socket_3) == 0x000538, "Member 'ABP_CustomPhysicFloatingBarrel_C::Socket_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, Socket_2) == 0x000540, "Member 'ABP_CustomPhysicFloatingBarrel_C::Socket_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, Socket_1) == 0x000548, "Member 'ABP_CustomPhysicFloatingBarrel_C::Socket_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, InitialTransform) == 0x000550, "Member 'ABP_CustomPhysicFloatingBarrel_C::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomPhysicFloatingBarrel_C, ResetOnRespawn) == 0x0005B0, "Member 'ABP_CustomPhysicFloatingBarrel_C::ResetOnRespawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_TriggerUnderwaterAudio \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_TriggerUnderwaterAudio) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_TriggerUnderwaterAudio"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_TriggerUnderwaterAudio) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_TriggerUnderwaterAudio"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_TriggerUnderwaterAudio, Actor) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_TriggerUnderwaterAudio::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_4 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_4) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_4"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_4) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_4"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_4, CH_Darwin_Poulpy) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_4::CH_Darwin_Poulpy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_3 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_3) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_3"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_3) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_3"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_3, CH_Darwin_Poulpy) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_3::CH_Darwin_Poulpy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_24 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_24) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_24"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_24) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_24"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_24, CH_Darwin) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_24::CH_Darwin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_2 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_2"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_2) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_2"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_2, CH_Darwin_Poulpy) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_2::CH_Darwin_Poulpy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_1 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_1"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_1) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_1"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_1, CH_Darwin_Poulpy) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_1::CH_Darwin_Poulpy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_0, CH_Darwin) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP_0::CH_Darwin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP, CH_Darwin) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A0_Gil_DirectorBP::CH_Darwin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent, Actor) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_SequenceEvent::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event) == 0x000030, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event, CH_Darwin_Poulpy) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event::CH_Darwin_Poulpy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event, Off) == 0x000008, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event::Off' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event, Gravity_Scale) == 0x00000C, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event::Gravity_Scale' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event, NewMovementMode) == 0x000010, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event, CapsuleCollision) == 0x000011, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event::CapsuleCollision' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event, PhysicalAnimationDisabled) == 0x000012, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event::PhysicalAnimationDisabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event, NewRotation) == 0x000018, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyRootMotion_Event::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event) == 0x000010, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event, CH_Darwin_Poulpy) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event::CH_Darwin_Poulpy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event, OnOff) == 0x000008, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_PoulpyCamo_Event::OnOff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_05 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_05) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_05"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_05) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_05"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_05, Actor) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_05::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_04 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_04) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_04"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_04) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_04"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_04, Actor) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_04::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_03 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_03) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_03"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_03) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_03"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_03, Actor) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_03::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_02 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_02) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_02"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_02) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_02"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_02, Actor) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_02::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_01 \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_01) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_01"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_01) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_01"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_01, Actor) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_Narr_Event_01::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP) == 0x0001C0, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable) == 0x000004, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy) == 0x000018, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_OnOff) == 0x000020, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_OnOff' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_NewText) == 0x000028, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_NewText' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_1) == 0x000038, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_1) == 0x000048, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_ON_Off) == 0x000050, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_ON_Off' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Gravity_Scale) == 0x000054, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Gravity_Scale' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_NewMovementMode) == 0x000058, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_CapsuleCollision) == 0x000059, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_CapsuleCollision' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_PhysicalAnimationDisabled) == 0x00005A, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_PhysicalAnimationDisabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_NewRotation) == 0x000060, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_NewRotation' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_1) == 0x000078, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_ON_Off_1) == 0x000080, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_ON_Off_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Gravity_Scale_1) == 0x000084, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Gravity_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_NewMovementMode_1) == 0x000088, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_NewMovementMode_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_CapsuleCollision_1) == 0x000089, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_CapsuleCollision_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_PhysicalAnimationDisabled_1) == 0x00008A, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_PhysicalAnimationDisabled_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_NewRotation_1) == 0x000090, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_NewRotation_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_2) == 0x0000A8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_3) == 0x0000B8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_Create_ReturnValue) == 0x0000D0, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Actor_6) == 0x0000D8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Actor_6' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Actor_5) == 0x0000E0, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Actor_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue) == 0x0000E8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_1) == 0x0000EC, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Actor_4) == 0x0000F0, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Actor_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Actor_3) == 0x0000F8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Actor_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Actor_2) == 0x000100, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Actor_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Actor_1) == 0x000108, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_Actor) == 0x000110, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_4) == 0x000118, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_2) == 0x000128, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_3) == 0x00012C, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_4) == 0x000130, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_5) == 0x000134, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_6) == 0x000144, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_5) == 0x000154, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_6) == 0x000158, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin) == 0x000160, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x000168, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_GetComponentByClass_ReturnValue) == 0x000170, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000178, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000180, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_GetCurrentSkin_ReturnValue) == 0x000188, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_GetCurrentSkin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000190, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_7) == 0x000198, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, Temp_delegate_Variable_8) == 0x0001A8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_7) == 0x0001B8, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP, CallFunc_PostEvent_ReturnValue_8) == 0x0001BC, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A0_Gil_DirectorBP::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_DisplaySub \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DisplaySub) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_DisplaySub"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DisplaySub) == 0x000010, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_DisplaySub"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DisplaySub, newText) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DisplaySub::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event) == 0x000030, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event, CH_Darwin) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event::CH_Darwin' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event, Off) == 0x000008, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event::Off' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event, Gravity_Scale) == 0x00000C, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event::Gravity_Scale' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event, NewMovementMode) == 0x000010, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event, CapsuleCollision) == 0x000011, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event::CapsuleCollision' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event, PhysicalAnimationDisabled) == 0x000012, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event::PhysicalAnimationDisabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event, NewRotation) == 0x000018, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_DarwinRootMotion_Event::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A0_Gil_DirectorBP_C_CH_Darwin_Event \ +static_assert(alignof(LS_C0_A01S01_A0_Gil_DirectorBP_C_CH_Darwin_Event) == 0x000008, "Wrong alignment on LS_C0_A01S01_A0_Gil_DirectorBP_C_CH_Darwin_Event"); \ +static_assert(sizeof(LS_C0_A01S01_A0_Gil_DirectorBP_C_CH_Darwin_Event) == 0x000008, "Wrong size on LS_C0_A01S01_A0_Gil_DirectorBP_C_CH_Darwin_Event"); \ +static_assert(offsetof(LS_C0_A01S01_A0_Gil_DirectorBP_C_CH_Darwin_Event, CH_Darwin) == 0x000000, "Member 'LS_C0_A01S01_A0_Gil_DirectorBP_C_CH_Darwin_Event::CH_Darwin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A0_Gil_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A0_Gil_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A0_Gil_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A0_Gil_DirectorBP_C) == 0x000058, "Wrong size on ULS_C0_A01S01_A0_Gil_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A0_Gil_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A0_Gil_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ULS_C0_A01S01_A0_Gil_DirectorBP_C, CurWidget) == 0x000050, "Member 'ULS_C0_A01S01_A0_Gil_DirectorBP_C::CurWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_5 \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_5) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_5"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_5) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_5"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_5, BP_SeqChDelegatePoulpyA3) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_5::BP_SeqChDelegatePoulpyA3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_4 \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_4) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_4"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_4) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_4"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_4, BP_SeqChDelegatePoulpyA3) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_4::BP_SeqChDelegatePoulpyA3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_3 \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_3) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_3"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_3) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_3"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_3, BP_SeqChDelegatePoulpyA3) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_3::BP_SeqChDelegatePoulpyA3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_2 \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_2"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_2) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_2"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_2, BP_SeqChDelegatePoulpyA3) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_2::BP_SeqChDelegatePoulpyA3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_1 \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_1"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_1) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_1"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_1, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_1::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_0, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP_0::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A3_Gil_DirectorBP::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement) == 0x000010, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement, MovementEnabled) == 0x000008, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Movement::MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb) == 0x000010, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb, Enable) == 0x000008, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_Poulpy_Climb::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP) == 0x000240, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA3_1) == 0x000008, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA3_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, K2Node_CustomEvent_UseDistance) == 0x000010, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::K2Node_CustomEvent_UseDistance' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA3) == 0x000018, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000020, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000118, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__1) == 0x000210, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, K2Node_CustomEvent_Enable) == 0x000218, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::K2Node_CustomEvent_Enable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x000220, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x000228, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_) == 0x000230, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP, K2Node_CustomEvent_MovementEnabled) == 0x000238, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A3_Gil_DirectorBP::K2Node_CustomEvent_MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_DelegateAttachToPoulpy \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_DelegateAttachToPoulpy, BP_SeqChDelegatePoulpyA3) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_DelegateAttachToPoulpy::BP_SeqChDelegatePoulpyA3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance \ +static_assert(alignof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance) == 0x000008, "Wrong alignment on LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance"); \ +static_assert(sizeof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance) == 0x000010, "Wrong size on LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance, BP_SeqChDelegatePoulpyA3) == 0x000000, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance::BP_SeqChDelegatePoulpyA3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance, UseDistance) == 0x000008, "Member 'LS_C0_A01S01_A3_Gil_DirectorBP_C_Delegate_UseDistance::UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A3_Gil_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A3_Gil_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A3_Gil_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A3_Gil_DirectorBP_C) == 0x000050, "Wrong size on ULS_C0_A01S01_A3_Gil_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A3_Gil_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A3_Gil_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_7 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_7) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_7"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_7) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_7"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_7, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_7::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_6 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_6) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_6"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_6) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_6"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_6, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_6::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_5 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_5) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_5"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_5) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_5"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_5, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_5::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_4 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_4) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_4"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_4) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_4"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_4, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_4::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_3 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_3) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_3"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_3) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_3"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_3, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_3::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_2 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_2) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_2"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_2) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_2"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_2, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_2::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_1 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_1"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_1) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_1"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_1, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_1::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_0, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP_0::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A4_Gil_DirectorBP::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement) == 0x000010, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement, MovementEnabled) == 0x000008, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Movement::MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb) == 0x000010, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb, Enable) == 0x000008, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_Poulpy_Climb::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP) == 0x000240, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA4) == 0x000008, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000010, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x000108, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000110, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x000208, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA4_1) == 0x000210, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA4_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, K2Node_CustomEvent_UseDistance) == 0x000218, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::K2Node_CustomEvent_UseDistance' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__1) == 0x000220, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, K2Node_CustomEvent_Enable) == 0x000228, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::K2Node_CustomEvent_Enable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_) == 0x000230, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP, K2Node_CustomEvent_MovementEnabled) == 0x000238, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A4_Gil_DirectorBP::K2Node_CustomEvent_MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_DelegateAttachToPoulpy \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_DelegateAttachToPoulpy, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_DelegateAttachToPoulpy::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance \ +static_assert(alignof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance) == 0x000008, "Wrong alignment on LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance"); \ +static_assert(sizeof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance) == 0x000010, "Wrong size on LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance, BP_SeqChDelegatePoulpyA4) == 0x000000, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance::BP_SeqChDelegatePoulpyA4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance, UseDistance) == 0x000008, "Member 'LS_C0_A01S01_A4_Gil_DirectorBP_C_Delegate_UseDistance::UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A4_Gil_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A4_Gil_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A4_Gil_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A4_Gil_DirectorBP_C) == 0x000050, "Wrong size on ULS_C0_A01S01_A4_Gil_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A4_Gil_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A4_Gil_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_3 \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_3) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_3"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_3) == 0x000008, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_3"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_3, BP_SeqChDelegatePoulpyA7) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_3::BP_SeqChDelegatePoulpyA7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_1 \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_1"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_1) == 0x000008, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_1"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_1, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_1::CH_Darwin_Poulpy_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_0 \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_0) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_0"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_0) == 0x000008, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_0"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_0, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP_0::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP) == 0x000008, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_SequenceEvent__ENTRYPOINTLS_C0_A01S01_A7_ToOutro_DirectorBP::BP_SeqChDelegate3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement) == 0x000010, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement, MovementEnabled) == 0x000008, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_EnableMovement::MovementEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb) == 0x000010, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb, Enable) == 0x000008, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Climb::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo) == 0x000010, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo, CH_Darwin_Poulpy_) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo::CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo, Enable) == 0x000008, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Poulpy_Camo::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1 \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1) == 0x000118, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Array_Index_Variable) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Array_Index_Variable_2) == 0x000018, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Array_Index_Variable_3) == 0x000024, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Loop_Counter_Variable_3) == 0x000028, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Add_IntInt_ReturnValue_3) == 0x00002C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Loop_Counter_Variable_4) == 0x000030, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Loop_Counter_Variable_5) == 0x000034, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Add_IntInt_ReturnValue_4) == 0x000038, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Add_IntInt_ReturnValue_5) == 0x00003C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Array_Index_Variable_4) == 0x000040, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, Temp_int_Array_Index_Variable_5) == 0x000044, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetAllActorsOfClass_OutActors) == 0x000048, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000058, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Get_Item) == 0x000068, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Length_ReturnValue_1) == 0x00007C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Less_IntInt_ReturnValue_1) == 0x000081, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000088, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000098, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Get_Item_2) == 0x0000A8, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Get_Item_3) == 0x0000B0, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Length_ReturnValue_2) == 0x0000B8, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Length_ReturnValue_3) == 0x0000BC, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000C0, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000C1, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetZPlayerCharacter_ReturnValue) == 0x0000C8, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetZPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x0000D0, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Get_Item_4) == 0x0000E0, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Length_ReturnValue_4) == 0x0000E8, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000EC, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetAllActorsOfClass_OutActors_5) == 0x0000F0, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetAllActorsOfClass_OutActors_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Get_Item_5) == 0x000100, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Array_Length_ReturnValue_5) == 0x000108, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_Less_IntInt_ReturnValue_5) == 0x00010C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1, CallFunc_GetZGameInstance_ReturnValue) == 0x000110, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_HACK_TransitionToC1::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP) == 0x0002B0, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, EntryPoint) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__2) == 0x000008, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_MovementEnabled) == 0x000010, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_MovementEnabled' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy__1) == 0x000018, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy__1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_Enable_1) == 0x000020, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_Enable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegate3) == 0x000028, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_UseDistance) == 0x000030, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_UseDistance' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_GetZGameInstance_ReturnValue) == 0x000038, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_GetZGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_BP_SeqChDelegatePoulpyA7) == 0x000040, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_BP_SeqChDelegatePoulpyA7' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_GetWorldManager_ReturnValue) == 0x000048, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_GetWorldManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000050, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000148, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, Temp_delegate_Variable) == 0x000240, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x000250, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_PostEvent_ReturnValue) == 0x000258, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x00025C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, Temp_delegate_Variable_1) == 0x000260, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_CH_Darwin_Poulpy_) == 0x000270, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_CH_Darwin_Poulpy_' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, K2Node_CustomEvent_Enable) == 0x000278, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::K2Node_CustomEvent_Enable' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_PostEvent_ReturnValue_1) == 0x00027C, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_TransitionToWorld_ReturnValue) == 0x000280, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_TransitionToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_GetZGameInstance_ReturnValue_1) == 0x000288, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_GetZGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, Temp_delegate_Variable_2) == 0x000290, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_GetPlatformType_ReturnValue) == 0x0002A0, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_GetPlatformType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_PostEvent_ReturnValue_2) == 0x0002A4, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002A8, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_ExecuteUbergraph_LS_C0_A01S01_A7_ToOutro_DirectorBP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_DelegateAttachToPoulpy \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_DelegateAttachToPoulpy) == 0x000008, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_DelegateAttachToPoulpy"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_DelegateAttachToPoulpy, BP_SeqChDelegatePoulpyA7) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_DelegateAttachToPoulpy::BP_SeqChDelegatePoulpyA7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance \ +static_assert(alignof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance) == 0x000008, "Wrong alignment on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(sizeof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance) == 0x000010, "Wrong size on LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance, BP_SeqChDelegate3) == 0x000000, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance::BP_SeqChDelegate3' has a wrong offset!"); \ +static_assert(offsetof(LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance, UseDistance) == 0x000008, "Member 'LS_C0_A01S01_A7_ToOutro_DirectorBP_C_Delegate3_UseDistance::UseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_C0_A01S01_A7_ToOutro_DirectorBP_C \ +static_assert(alignof(ULS_C0_A01S01_A7_ToOutro_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_C0_A01S01_A7_ToOutro_DirectorBP_C"); \ +static_assert(sizeof(ULS_C0_A01S01_A7_ToOutro_DirectorBP_C) == 0x0000A8, "Wrong size on ULS_C0_A01S01_A7_ToOutro_DirectorBP_C"); \ +static_assert(offsetof(ULS_C0_A01S01_A7_ToOutro_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'ULS_C0_A01S01_A7_ToOutro_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ULS_C0_A01S01_A7_ToOutro_DirectorBP_C, Transition_Params) == 0x000050, "Member 'ULS_C0_A01S01_A7_ToOutro_DirectorBP_C::Transition_Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Projectile_InkSmoke_Sequencer_C_ReceiveTick \ +static_assert(alignof(BP_Projectile_InkSmoke_Sequencer_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Projectile_InkSmoke_Sequencer_C_ReceiveTick"); \ +static_assert(sizeof(BP_Projectile_InkSmoke_Sequencer_C_ReceiveTick) == 0x000004, "Wrong size on BP_Projectile_InkSmoke_Sequencer_C_ReceiveTick"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer \ +static_assert(alignof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer) == 0x000010, "Wrong alignment on BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer"); \ +static_assert(sizeof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer) == 0x000580, "Wrong size on BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, EntryPoint) == 0x000000, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_Has_Been_Initd_Variable_1) == 0x000006, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_IsClosed_Variable_1) == 0x000007, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000008, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_HitComponent) == 0x000020, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000028, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000030, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000038, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_Hit) == 0x000050, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000148, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000150, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_MakeTransform_ReturnValue) == 0x000170, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_GetInstanceCount_ReturnValue) == 0x0001D0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_GetInstanceCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_AddInstance_ReturnValue) == 0x0001D4, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_AddInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001D8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_int_Variable) == 0x0001DC, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001E0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001F8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_PostEventAtLocation_ReturnValue) == 0x0001FC, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_SelectVector_ReturnValue) == 0x000200, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_GetInstanceTransform_OutInstanceTransform) == 0x000220, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_GetInstanceTransform_OutInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_GetInstanceTransform_ReturnValue) == 0x000280, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_GetInstanceTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakTransform_Location) == 0x000288, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakTransform_Rotation) == 0x0002A0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakTransform_Scale) == 0x0002B8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0002D0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Add_IntInt_ReturnValue) == 0x0002D4, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0002D8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_OtherActor) == 0x0002E0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_OtherComp) == 0x0002E8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0002F0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_bFromSweep) == 0x0002F4, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_SweepResult) == 0x0002F8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0003F0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_Has_Been_Initd_Variable_2) == 0x0003F1, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_IsClosed_Variable_2) == 0x0003F2, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_Has_Been_Initd_Variable_3) == 0x0003F3, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, Temp_bool_IsClosed_Variable_3) == 0x0003F4, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Not_PreBool_ReturnValue) == 0x0003F5, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_Event_DeltaSeconds) == 0x0003F8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000400, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakVector_X) == 0x000418, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakVector_Y) == 0x000420, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakVector_Z) == 0x000428, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000430, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_MakeVector_ReturnValue) == 0x000438, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_VLerp_ReturnValue) == 0x000450, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_MakeTransform_ReturnValue_1) == 0x000470, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_UpdateInstanceTransform_ReturnValue) == 0x0004D0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_UpdateInstanceTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0004D8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0004F0, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, K2Node_ComponentBoundEvent_RespawnOccurence) == 0x0004F4, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::K2Node_ComponentBoundEvent_RespawnOccurence' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_IsValid_ReturnValue) == 0x0004F8, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000500, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakVector_X_1) == 0x000518, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakVector_Y_1) == 0x000520, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_BreakVector_Z_1) == 0x000528, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_MakeVector_ReturnValue_1) == 0x000530, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000548, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Vector_Distance_ReturnValue) == 0x000560, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000568, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_Multiply_VectorFloat_B_ImplicitCast) == 0x000570, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_Multiply_VectorFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_SetPlayRate_NewRate_ImplicitCast) == 0x000578, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_SetPlayRate_NewRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer, CallFunc_SetPlayRate_NewRate_ImplicitCast_1) == 0x00057C, "Member 'BP_Projectile_InkSmoke_Sequencer_C_ExecuteUbergraph_BP_Projectile_InkSmoke_Sequencer::CallFunc_SetPlayRate_NewRate_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000128, "Wrong size on BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__Collision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_ZPlayerEventListener_K2Node_ComponentBoundEvent_3_OnPlayerRestart__DelegateSignature \ +static_assert(alignof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_ZPlayerEventListener_K2Node_ComponentBoundEvent_3_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong alignment on BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_ZPlayerEventListener_K2Node_ComponentBoundEvent_3_OnPlayerRestart__DelegateSignature"); \ +static_assert(sizeof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_ZPlayerEventListener_K2Node_ComponentBoundEvent_3_OnPlayerRestart__DelegateSignature) == 0x000004, "Wrong size on BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_ZPlayerEventListener_K2Node_ComponentBoundEvent_3_OnPlayerRestart__DelegateSignature"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_ZPlayerEventListener_K2Node_ComponentBoundEvent_3_OnPlayerRestart__DelegateSignature, RespawnOccurence) == 0x000000, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_ZPlayerEventListener_K2Node_ComponentBoundEvent_3_OnPlayerRestart__DelegateSignature::RespawnOccurence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Projectile_InkSmoke_Sequencer_C_BndEvt__BP_Projectile_InkSmoke_Collision_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Projectile_InkSmoke_Sequencer_C \ +static_assert(alignof(ABP_Projectile_InkSmoke_Sequencer_C) == 0x000008, "Wrong alignment on ABP_Projectile_InkSmoke_Sequencer_C"); \ +static_assert(sizeof(ABP_Projectile_InkSmoke_Sequencer_C) == 0x000320, "Wrong size on ABP_Projectile_InkSmoke_Sequencer_C"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, UberGraphFrame) == 0x000290, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, ZPlayerEventListener) == 0x000298, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::ZPlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, InstancedStaticMesh) == 0x0002A0, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, SmokeCloud) == 0x0002A8, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::SmokeCloud' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, ProjectileMovement1) == 0x0002B0, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::ProjectileMovement1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, SmokeTrail) == 0x0002B8, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::SmokeTrail' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, Collision) == 0x0002C0, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, WaterFrictionTimeline_Scale_FA2836534CA483C00D8E48A4DE499189) == 0x0002C8, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::WaterFrictionTimeline_Scale_FA2836534CA483C00D8E48A4DE499189' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, WaterFrictionTimeline__Direction_FA2836534CA483C00D8E48A4DE499189) == 0x0002CC, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::WaterFrictionTimeline__Direction_FA2836534CA483C00D8E48A4DE499189' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, WaterFrictionTimeline) == 0x0002D0, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::WaterFrictionTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, AnimationTimeline_Alpha_0_1_FAC7D8724D697CED12CCAFB80968C861) == 0x0002D8, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::AnimationTimeline_Alpha_0_1_FAC7D8724D697CED12CCAFB80968C861' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, AnimationTimeline__Direction_FAC7D8724D697CED12CCAFB80968C861) == 0x0002DC, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::AnimationTimeline__Direction_FAC7D8724D697CED12CCAFB80968C861' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, AnimationTimeline) == 0x0002E0, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::AnimationTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, Debug) == 0x0002E8, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, Target) == 0x0002F0, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::Target' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, AnimDuration) == 0x0002F8, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::AnimDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, Velocity) == 0x000300, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::Velocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Projectile_InkSmoke_Sequencer_C, PawnScale) == 0x000318, "Member 'ABP_Projectile_InkSmoke_Sequencer_C::PawnScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PROTO_SequenceSubtitle_C_SetSub \ +static_assert(alignof(WBP_PROTO_SequenceSubtitle_C_SetSub) == 0x000008, "Wrong alignment on WBP_PROTO_SequenceSubtitle_C_SetSub"); \ +static_assert(sizeof(WBP_PROTO_SequenceSubtitle_C_SetSub) == 0x000010, "Wrong size on WBP_PROTO_SequenceSubtitle_C_SetSub"); \ +static_assert(offsetof(WBP_PROTO_SequenceSubtitle_C_SetSub, NewSubText) == 0x000000, "Member 'WBP_PROTO_SequenceSubtitle_C_SetSub::NewSubText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PROTO_SequenceSubtitle_C \ +static_assert(alignof(UWBP_PROTO_SequenceSubtitle_C) == 0x000008, "Wrong alignment on UWBP_PROTO_SequenceSubtitle_C"); \ +static_assert(sizeof(UWBP_PROTO_SequenceSubtitle_C) == 0x000300, "Wrong size on UWBP_PROTO_SequenceSubtitle_C"); \ +static_assert(offsetof(UWBP_PROTO_SequenceSubtitle_C, Subs) == 0x0002F8, "Member 'UWBP_PROTO_SequenceSubtitle_C::Subs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlowSheet_C_UserConstructionScript \ +static_assert(alignof(BP_GlowSheet_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_GlowSheet_C_UserConstructionScript"); \ +static_assert(sizeof(BP_GlowSheet_C_UserConstructionScript) == 0x000028, "Wrong size on BP_GlowSheet_C_UserConstructionScript"); \ +static_assert(offsetof(BP_GlowSheet_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_GlowSheet_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlowSheet_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_GlowSheet_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlowSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000010, "Member 'BP_GlowSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GlowSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000014, "Member 'BP_GlowSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GlowSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000018, "Member 'BP_GlowSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GlowSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x00001C, "Member 'BP_GlowSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GlowSheet_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x000020, "Member 'BP_GlowSheet_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlowSheet_C_ReceiveTick \ +static_assert(alignof(BP_GlowSheet_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GlowSheet_C_ReceiveTick"); \ +static_assert(sizeof(BP_GlowSheet_C_ReceiveTick) == 0x000004, "Wrong size on BP_GlowSheet_C_ReceiveTick"); \ +static_assert(offsetof(BP_GlowSheet_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GlowSheet_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet \ +static_assert(alignof(BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet) == 0x000004, "Wrong alignment on BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet"); \ +static_assert(sizeof(BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet) == 0x000008, "Wrong size on BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet"); \ +static_assert(offsetof(BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet, EntryPoint) == 0x000000, "Member 'BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_GlowSheet_C_ExecuteUbergraph_BP_GlowSheet::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GlowSheet_C \ +static_assert(alignof(ABP_GlowSheet_C) == 0x000008, "Wrong alignment on ABP_GlowSheet_C"); \ +static_assert(sizeof(ABP_GlowSheet_C) == 0x000328, "Wrong size on ABP_GlowSheet_C"); \ +static_assert(offsetof(ABP_GlowSheet_C, UberGraphFrame) == 0x000290, "Member 'ABP_GlowSheet_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, Plane) == 0x000298, "Member 'ABP_GlowSheet_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_GlowSheet_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, Activate) == 0x0002A8, "Member 'ABP_GlowSheet_C::Activate' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, Glow_Plane_MID) == 0x0002B0, "Member 'ABP_GlowSheet_C::Glow_Plane_MID' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlane_MasterMaterial) == 0x0002B8, "Member 'ABP_GlowSheet_C::GlowPlane_MasterMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlaneDensity) == 0x0002C0, "Member 'ABP_GlowSheet_C::GlowPlaneDensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlaneDepthFade) == 0x0002C4, "Member 'ABP_GlowSheet_C::GlowPlaneDepthFade' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, Glow_Plane_Gradient_Power) == 0x0002C8, "Member 'ABP_GlowSheet_C::Glow_Plane_Gradient_Power' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlaneEmissiveIntensity) == 0x0002CC, "Member 'ABP_GlowSheet_C::GlowPlaneEmissiveIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlaneFadeAngle) == 0x0002D0, "Member 'ABP_GlowSheet_C::GlowPlaneFadeAngle' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlaneRadius) == 0x0002D4, "Member 'ABP_GlowSheet_C::GlowPlaneRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlaneColor) == 0x0002D8, "Member 'ABP_GlowSheet_C::GlowPlaneColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, GlowPlaneCenterPosition) == 0x0002E8, "Member 'ABP_GlowSheet_C::GlowPlaneCenterPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, UseFadeAngle_) == 0x0002F8, "Member 'ABP_GlowSheet_C::UseFadeAngle_' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, UseBillboard) == 0x0002F9, "Member 'ABP_GlowSheet_C::UseBillboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, UseNoise) == 0x0002FA, "Member 'ABP_GlowSheet_C::UseNoise' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, Noise_Projection_Distance) == 0x000300, "Member 'ABP_GlowSheet_C::Noise_Projection_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, Noise_Size) == 0x000308, "Member 'ABP_GlowSheet_C::Noise_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, NoisePanning_Speed) == 0x000310, "Member 'ABP_GlowSheet_C::NoisePanning_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, NoiseMin) == 0x000318, "Member 'ABP_GlowSheet_C::NoiseMin' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlowSheet_C, NoiseMax) == 0x000320, "Member 'ABP_GlowSheet_C::NoiseMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SimpleSpline_C_UserConstructionScript \ +static_assert(alignof(BP_SimpleSpline_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SimpleSpline_C_UserConstructionScript"); \ +static_assert(sizeof(BP_SimpleSpline_C_UserConstructionScript) == 0x000010, "Wrong size on BP_SimpleSpline_C_UserConstructionScript"); \ +static_assert(offsetof(BP_SimpleSpline_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x000000, "Member 'BP_SimpleSpline_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SimpleSpline_C_UserConstructionScript, K2Node_VariableSet_Length_ImplicitCast) == 0x000008, "Member 'BP_SimpleSpline_C_UserConstructionScript::K2Node_VariableSet_Length_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SimpleSpline_C \ +static_assert(alignof(ABP_SimpleSpline_C) == 0x000008, "Wrong alignment on ABP_SimpleSpline_C"); \ +static_assert(sizeof(ABP_SimpleSpline_C) == 0x0002B0, "Wrong size on ABP_SimpleSpline_C"); \ +static_assert(offsetof(ABP_SimpleSpline_C, Billboard) == 0x000290, "Member 'ABP_SimpleSpline_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_SimpleSpline_C, Spline) == 0x000298, "Member 'ABP_SimpleSpline_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SimpleSpline_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_SimpleSpline_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SimpleSpline_C, Length) == 0x0002A8, "Member 'ABP_SimpleSpline_C::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SeqChDelegate_C_UserConstructionScript \ +static_assert(alignof(BP_SeqChDelegate_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SeqChDelegate_C_UserConstructionScript"); \ +static_assert(sizeof(BP_SeqChDelegate_C_UserConstructionScript) == 0x000020, "Wrong size on BP_SeqChDelegate_C_UserConstructionScript"); \ +static_assert(offsetof(BP_SeqChDelegate_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_SeqChDelegate_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_UserConstructionScript, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000018, "Member 'BP_SeqChDelegate_C_UserConstructionScript::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_UserConstructionScript, CallFunc_DrawDebugSphere_Radius_ImplicitCast_1) == 0x00001C, "Member 'BP_SeqChDelegate_C_UserConstructionScript::CallFunc_DrawDebugSphere_Radius_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SeqChDelegate_C_SetSequencePlayRate \ +static_assert(alignof(BP_SeqChDelegate_C_SetSequencePlayRate) == 0x000008, "Wrong alignment on BP_SeqChDelegate_C_SetSequencePlayRate"); \ +static_assert(sizeof(BP_SeqChDelegate_C_SetSequencePlayRate) == 0x000020, "Wrong size on BP_SeqChDelegate_C_SetSequencePlayRate"); \ +static_assert(offsetof(BP_SeqChDelegate_C_SetSequencePlayRate, NewPlayRate) == 0x000000, "Member 'BP_SeqChDelegate_C_SetSequencePlayRate::NewPlayRate' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_SetSequencePlayRate, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_SeqChDelegate_C_SetSequencePlayRate::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_SetSequencePlayRate, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_SeqChDelegate_C_SetSequencePlayRate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_SetSequencePlayRate, CallFunc_SetPlayRate_PlayRate_ImplicitCast) == 0x000014, "Member 'BP_SeqChDelegate_C_SetSequencePlayRate::CallFunc_SetPlayRate_PlayRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_SetSequencePlayRate, CallFunc_SetRTPCValue_Value_ImplicitCast) == 0x000018, "Member 'BP_SeqChDelegate_C_SetSequencePlayRate::CallFunc_SetRTPCValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SeqChDelegate_C_ReceiveTick \ +static_assert(alignof(BP_SeqChDelegate_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SeqChDelegate_C_ReceiveTick"); \ +static_assert(sizeof(BP_SeqChDelegate_C_ReceiveTick) == 0x000004, "Wrong size on BP_SeqChDelegate_C_ReceiveTick"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SeqChDelegate_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate \ +static_assert(alignof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate) == 0x000008, "Wrong alignment on BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate"); \ +static_assert(sizeof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate) == 0x000168, "Wrong size on BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, EntryPoint) == 0x000000, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x000010, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_VSize_ReturnValue) == 0x000028, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_FFloor_ReturnValue) == 0x000030, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_GetSequencePlayer_ReturnValue) == 0x000048, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000068, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000078, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_GetDistanceTo_ReturnValue) == 0x000080, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, K2Node_CustomEvent_IsOn_) == 0x0000A0, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::K2Node_CustomEvent_IsOn_' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x0000A8, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_IsPlaying_ReturnValue) == 0x0000B0, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_IsValid_ReturnValue_2) == 0x0000B1, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000B8, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_MapRangeClamped_ReturnValue) == 0x0000D0, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000D8, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_IsValid_ReturnValue_3) == 0x0000E0, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000E8, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000100, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_BreakVector_X) == 0x000118, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_BreakVector_Y) == 0x000120, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_BreakVector_Z) == 0x000128, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000130, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_Conv_BoolToString_ReturnValue) == 0x000138, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000148, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_DrawDebugSphere_Duration_ImplicitCast) == 0x000150, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_DrawDebugSphere_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_DrawDebugSphere_Duration_ImplicitCast_1) == 0x000154, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_DrawDebugSphere_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x000158, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000160, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate, CallFunc_DrawDebugSphere_Radius_ImplicitCast_1) == 0x000164, "Member 'BP_SeqChDelegate_C_ExecuteUbergraph_BP_SeqChDelegate::CallFunc_DrawDebugSphere_Radius_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SeqChDelegate_C_CE_OnOff \ +static_assert(alignof(BP_SeqChDelegate_C_CE_OnOff) == 0x000001, "Wrong alignment on BP_SeqChDelegate_C_CE_OnOff"); \ +static_assert(sizeof(BP_SeqChDelegate_C_CE_OnOff) == 0x000001, "Wrong size on BP_SeqChDelegate_C_CE_OnOff"); \ +static_assert(offsetof(BP_SeqChDelegate_C_CE_OnOff, IsOn_) == 0x000000, "Member 'BP_SeqChDelegate_C_CE_OnOff::IsOn_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SeqChDelegate_C \ +static_assert(alignof(ABP_SeqChDelegate_C) == 0x000008, "Wrong alignment on ABP_SeqChDelegate_C"); \ +static_assert(sizeof(ABP_SeqChDelegate_C) == 0x000308, "Wrong size on ABP_SeqChDelegate_C"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, UberGraphFrame) == 0x000290, "Member 'ABP_SeqChDelegate_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, ZPlayerEventListener) == 0x000298, "Member 'ABP_SeqChDelegate_C::ZPlayerEventListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, Scene) == 0x0002A0, "Member 'ABP_SeqChDelegate_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, Sphere) == 0x0002A8, "Member 'ABP_SeqChDelegate_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, Arrow) == 0x0002B0, "Member 'ABP_SeqChDelegate_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, Debug) == 0x0002B8, "Member 'ABP_SeqChDelegate_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, Sequencer) == 0x0002C0, "Member 'ABP_SeqChDelegate_C::Sequencer' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, UseDistance) == 0x0002C8, "Member 'ABP_SeqChDelegate_C::UseDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, In_Range) == 0x0002D0, "Member 'ABP_SeqChDelegate_C::In_Range' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, Out_Range) == 0x0002D8, "Member 'ABP_SeqChDelegate_C::Out_Range' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, MaxPlayRate) == 0x0002E0, "Member 'ABP_SeqChDelegate_C::MaxPlayRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, MinPlayRate) == 0x0002E8, "Member 'ABP_SeqChDelegate_C::MinPlayRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, CheckBypass) == 0x0002F0, "Member 'ABP_SeqChDelegate_C::CheckBypass' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, AkRtpc) == 0x0002F8, "Member 'ABP_SeqChDelegate_C::AkRtpc' has a wrong offset!"); \ +static_assert(offsetof(ABP_SeqChDelegate_C, CurrentPlayRate) == 0x000300, "Member 'ABP_SeqChDelegate_C::CurrentPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CameraActor_C \ +static_assert(alignof(ABP_CameraActor_C) == 0x000010, "Wrong alignment on ABP_CameraActor_C"); \ +static_assert(sizeof(ABP_CameraActor_C) == 0x0009B0, "Wrong size on ABP_CameraActor_C"); \ } diff --git a/DarwinsParadox/NameCollisions.inl b/DarwinsParadox/NameCollisions.inl index 2f2bb2d..3abf492 100644 --- a/DarwinsParadox/NameCollisions.inl +++ b/DarwinsParadox/NameCollisions.inl @@ -9,11 +9,8 @@ // FORWARD DECLARATIONS -namespace ABP_ExosuitDarwin -{ - struct FAnimBlueprintGeneratedConstantData; - struct FAnimBlueprintGeneratedMutableData; -} +namespace ABP_MGS_Ribbon { struct FAnimBlueprintGeneratedConstantData; } + namespace AnimBP_Darwin { @@ -21,14 +18,20 @@ namespace AnimBP_Darwin struct FAnimBlueprintGeneratedConstantData; } -namespace ABP_MGS_Ribbon -{ - struct FAnimBlueprintGeneratedConstantData; - struct FAnimBlueprintGeneratedMutableData; -} - namespace ABP_Exosuit { struct FAnimBlueprintGeneratedConstantData; struct FAnimBlueprintGeneratedMutableData; } + +namespace ABP_ExosuitDarwin +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace AnimBP_Gull_Killer +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} diff --git a/DarwinsParadox/SDK.hpp b/DarwinsParadox/SDK.hpp index 21ed452..a2b6f47 100644 --- a/DarwinsParadox/SDK.hpp +++ b/DarwinsParadox/SDK.hpp @@ -14,41 +14,29 @@ #include "SDK/Basic.hpp" #include "SDK/CoreUObject_structs.hpp" #include "SDK/CoreUObject_classes.hpp" -#include "SDK/InputCore_structs.hpp" -#include "SDK/Slate_structs.hpp" -#include "SDK/PhysicsCore_structs.hpp" -#include "SDK/Chaos_structs.hpp" -#include "SDK/Engine_structs.hpp" -#include "SDK/WBP_SwitchWidget_classes.hpp" #include "SDK/AnimationCore_structs.hpp" #include "SDK/AnimationCore_classes.hpp" +#include "SDK/InputCore_structs.hpp" #include "SDK/InputCore_classes.hpp" #include "SDK/DeveloperSettings_structs.hpp" #include "SDK/DeveloperSettings_classes.hpp" #include "SDK/SlateCore_structs.hpp" #include "SDK/SlateCore_classes.hpp" -#include "SDK/FieldNotification_structs.hpp" -#include "SDK/PhysicsCore_classes.hpp" -#include "SDK/AudioPlatformConfiguration_structs.hpp" -#include "SDK/AudioExtensions_structs.hpp" -#include "SDK/AudioExtensions_classes.hpp" -#include "SDK/NetCore_structs.hpp" -#include "SDK/NetCore_classes.hpp" -#include "SDK/Engine_classes.hpp" -#include "SDK/Enum_ValveInteract_structs.hpp" -#include "SDK/GameEvents_Enum_structs.hpp" -#include "SDK/GameInputs_Struct_structs.hpp" -#include "SDK/BP_Valve_classes.hpp" #include "SDK/ImageCore_structs.hpp" #include "SDK/ImageCore_classes.hpp" +#include "SDK/Slate_structs.hpp" #include "SDK/Slate_classes.hpp" #include "SDK/EngineSettings_structs.hpp" #include "SDK/EngineSettings_classes.hpp" -#include "SDK/AkAudio_structs.hpp" -#include "SDK/BP_Death_Soul_classes.hpp" #include "SDK/BuildPatchServices_structs.hpp" #include "SDK/BuildPatchServices_classes.hpp" +#include "SDK/PhysicsCore_structs.hpp" +#include "SDK/Chaos_structs.hpp" +#include "SDK/PhysicsCore_classes.hpp" +#include "SDK/FieldNotification_structs.hpp" #include "SDK/FieldNotification_classes.hpp" +#include "SDK/NetCore_structs.hpp" +#include "SDK/NetCore_classes.hpp" #include "SDK/IrisCore_structs.hpp" #include "SDK/IrisCore_classes.hpp" #include "SDK/MeshDescription_structs.hpp" @@ -61,6 +49,9 @@ #include "SDK/DataflowCore_classes.hpp" #include "SDK/PropertyPath_structs.hpp" #include "SDK/PropertyPath_classes.hpp" +#include "SDK/AudioExtensions_structs.hpp" +#include "SDK/AudioExtensions_classes.hpp" +#include "SDK/BP_LocomotionState_Water_classes.hpp" #include "SDK/TypedElementFramework_structs.hpp" #include "SDK/TypedElementFramework_classes.hpp" #include "SDK/TypedElementRuntime_structs.hpp" @@ -68,18 +59,25 @@ #include "SDK/AudioLinkCore_classes.hpp" #include "SDK/JsonUtilities_structs.hpp" #include "SDK/JsonUtilities_classes.hpp" +#include "SDK/WBP_ControllerSwitch_classes.hpp" #include "SDK/AssetRegistry_structs.hpp" #include "SDK/AssetRegistry_classes.hpp" -#include "SDK/BP_Death_Explode_ExoSuit_classes.hpp" +#include "SDK/Engine_structs.hpp" +#include "SDK/UMG_structs.hpp" +#include "SDK/AkAudio_structs.hpp" +#include "SDK/WBP_ButtonBase_Menu_classes.hpp" #include "SDK/PacketHandler_classes.hpp" #include "SDK/ClothingSystemRuntimeInterface_structs.hpp" #include "SDK/ClothingSystemRuntimeInterface_classes.hpp" +#include "SDK/AudioPlatformConfiguration_structs.hpp" +#include "SDK/Engine_classes.hpp" #include "SDK/ImageWriteQueue_structs.hpp" #include "SDK/ImageWriteQueue_classes.hpp" #include "SDK/MaterialShaderQualitySettings_structs.hpp" #include "SDK/MaterialShaderQualitySettings_classes.hpp" #include "SDK/EyeTracker_structs.hpp" #include "SDK/EyeTracker_classes.hpp" +#include "SDK/Damage_LavaBlack_classes.hpp" #include "SDK/Renderer_structs.hpp" #include "SDK/Renderer_classes.hpp" #include "SDK/HeadMountedDisplay_structs.hpp" @@ -92,32 +90,26 @@ #include "SDK/SlateRHIRenderer_classes.hpp" #include "SDK/TimeManagement_structs.hpp" #include "SDK/TimeManagement_classes.hpp" -#include "SDK/CustomMeshComponent_structs.hpp" -#include "SDK/CustomMeshComponent_classes.hpp" #include "SDK/UniversalObjectLocator_structs.hpp" #include "SDK/MovieScene_structs.hpp" #include "SDK/MovieScene_classes.hpp" -#include "SDK/GeometryCacheTracks_structs.hpp" -#include "SDK/GeometryCacheTracks_classes.hpp" #include "SDK/ChaosSolverEngine_structs.hpp" #include "SDK/ChaosSolverEngine_classes.hpp" +#include "SDK/WaveTable_structs.hpp" +#include "SDK/WaveTable_classes.hpp" #include "SDK/FieldSystemEngine_structs.hpp" #include "SDK/FieldSystemEngine_classes.hpp" -#include "SDK/WBP_AutoSaveScreen_classes.hpp" #include "SDK/DataflowEngine_structs.hpp" #include "SDK/DataflowEngine_classes.hpp" #include "SDK/GeometryCollectionEngine_structs.hpp" #include "SDK/GeometryCollectionEngine_classes.hpp" -#include "SDK/WBP_DebugLocomotion_classes.hpp" +#include "SDK/BP_Death_Explode_ExoSuit_classes.hpp" #include "SDK/AnimGraphRuntime_structs.hpp" #include "SDK/AnimGraphRuntime_classes.hpp" -#include "SDK/WBP_CreditsTeamMember_classes.hpp" -#include "SDK/WBP_MenuBase_classes.hpp" #include "SDK/Constraints_structs.hpp" #include "SDK/Constraints_classes.hpp" #include "SDK/MovieSceneTracks_structs.hpp" #include "SDK/MovieSceneTracks_classes.hpp" -#include "SDK/UMG_structs.hpp" #include "SDK/UMG_classes.hpp" #include "SDK/CinematicCamera_structs.hpp" #include "SDK/CinematicCamera_classes.hpp" @@ -138,63 +130,66 @@ #include "SDK/MoviePlayer_classes.hpp" #include "SDK/Overlay_structs.hpp" #include "SDK/Overlay_classes.hpp" +#include "SDK/BP_Death_Squished_classes.hpp" #include "SDK/ClothingSystemRuntimeCommon_structs.hpp" #include "SDK/ClothingSystemRuntimeCommon_classes.hpp" +#include "SDK/ClothingSystemRuntimeNv_structs.hpp" +#include "SDK/ClothingSystemRuntimeNv_classes.hpp" #include "SDK/BinkMediaPlayer_structs.hpp" #include "SDK/StructUtils_structs.hpp" #include "SDK/DarwinParadox_structs.hpp" +#include "SDK/AIModule_structs.hpp" +#include "SDK/AIModule_classes.hpp" #include "SDK/TRX_structs.hpp" -#include "SDK/EPauseMenuState_structs.hpp" -#include "SDK/WBP_PauseMenu_classes.hpp" -#include "SDK/ClothingSystemRuntimeNv_structs.hpp" -#include "SDK/ClothingSystemRuntimeNv_classes.hpp" +#include "SDK/DarwinParadox_classes.hpp" +#include "SDK/WBP_PromptInputIcon_classes.hpp" #include "SDK/OnlineSubsystem_structs.hpp" #include "SDK/OnlineSubsystem_classes.hpp" #include "SDK/NiagaraCore_structs.hpp" #include "SDK/NiagaraCore_classes.hpp" #include "SDK/NiagaraShader_structs.hpp" #include "SDK/NiagaraShader_classes.hpp" +#include "SDK/BP_CollectibleSystem_classes.hpp" #include "SDK/Niagara_structs.hpp" #include "SDK/Niagara_classes.hpp" #include "SDK/StructUtils_classes.hpp" #include "SDK/MotionWarping_structs.hpp" #include "SDK/MotionWarping_classes.hpp" +#include "SDK/BP_CollisionAvoidanceSystem_classes.hpp" #include "SDK/RawInput_structs.hpp" #include "SDK/RawInput_classes.hpp" -#include "SDK/WBP_InputsDisplayLayoutWidget_PS5_classes.hpp" #include "SDK/BinkMediaPlayer_classes.hpp" #include "SDK/GameplayTasks_structs.hpp" #include "SDK/GameplayTasks_classes.hpp" #include "SDK/NavigationSystem_structs.hpp" #include "SDK/NavigationSystem_classes.hpp" -#include "SDK/BP_Death_LavaBlack_classes.hpp" -#include "SDK/AIModule_structs.hpp" -#include "SDK/AIModule_classes.hpp" #include "SDK/Water_structs.hpp" #include "SDK/Water_classes.hpp" -#include "SDK/WBP_ToggleButton_classes.hpp" #include "SDK/CPathfinding_structs.hpp" #include "SDK/CPathfinding_classes.hpp" +#include "SDK/FFXFSR3Settings_structs.hpp" +#include "SDK/FFXFSR3Settings_classes.hpp" +#include "SDK/DLSS_structs.hpp" +#include "SDK/DLSS_classes.hpp" +#include "SDK/DLSSBlueprint_structs.hpp" +#include "SDK/DLSSBlueprint_classes.hpp" #include "SDK/TRXLoadingScreen_structs.hpp" #include "SDK/TRXLoadingScreen_classes.hpp" -#include "SDK/BP_DarwinGameInstance_classes.hpp" +#include "SDK/WBP_Gamma_Correction_classes.hpp" #include "SDK/EnhancedInput_structs.hpp" #include "SDK/EnhancedInput_classes.hpp" #include "SDK/CommonInput_structs.hpp" #include "SDK/CommonInput_classes.hpp" #include "SDK/CommonUI_structs.hpp" #include "SDK/CommonUI_classes.hpp" -#include "SDK/WBP_SkinButton_classes.hpp" #include "SDK/VariantManagerContent_structs.hpp" #include "SDK/VariantManagerContent_classes.hpp" #include "SDK/TRX_classes.hpp" #include "SDK/WwiseFileHandler_structs.hpp" #include "SDK/WwiseFileHandler_classes.hpp" -#include "SDK/BP_MGS_Headband_classes.hpp" #include "SDK/WwiseResourceLoader_structs.hpp" #include "SDK/WwiseResourceLoader_classes.hpp" #include "SDK/AkAudio_classes.hpp" -#include "SDK/DarwinParadox_classes.hpp" #include "SDK/OnlineSubsystemUtils_structs.hpp" #include "SDK/OnlineSubsystemUtils_classes.hpp" #include "SDK/OnlineSubsystemSteam_classes.hpp" @@ -210,20 +205,20 @@ #include "SDK/SequencerScripting_classes.hpp" #include "SDK/BlockoutToolsPlugin_structs.hpp" #include "SDK/BlockoutToolsPlugin_classes.hpp" -#include "SDK/WBP_Debug_ObjectHelpComponent_classes.hpp" #include "SDK/InteractiveToolsFramework_structs.hpp" #include "SDK/InteractiveToolsFramework_classes.hpp" #include "SDK/TextureUtilitiesCommon_structs.hpp" #include "SDK/TextureUtilitiesCommon_classes.hpp" #include "SDK/ModelingOperators_structs.hpp" #include "SDK/ModelingOperators_classes.hpp" -#include "SDK/BP_InputRedirector_classes.hpp" #include "SDK/GeometryFramework_structs.hpp" #include "SDK/GeometryFramework_classes.hpp" #include "SDK/ModelingComponents_structs.hpp" #include "SDK/ModelingComponents_classes.hpp" +#include "SDK/BP_Death_Lava_classes.hpp" #include "SDK/GeometryScriptingCore_structs.hpp" #include "SDK/GeometryScriptingCore_classes.hpp" +#include "SDK/WBP_Debug_Streaming_classes.hpp" #include "SDK/MeshModelingTools_structs.hpp" #include "SDK/MeshModelingTools_classes.hpp" #include "SDK/PCG_structs.hpp" @@ -237,6 +232,11 @@ #include "SDK/PreLoad_structs.hpp" #include "SDK/PreLoad_classes.hpp" #include "SDK/WinDualShock_classes.hpp" +#include "SDK/StreamlineRHI_structs.hpp" +#include "SDK/StreamlineRHI_classes.hpp" +#include "SDK/WBP_Debug_Log_classes.hpp" +#include "SDK/StreamlineBlueprint_structs.hpp" +#include "SDK/StreamlineBlueprint_classes.hpp" #include "SDK/TRXTests_classes.hpp" #include "SDK/WwiseSimpleExternalSource_structs.hpp" #include "SDK/WwiseSimpleExternalSource_classes.hpp" @@ -246,44 +246,39 @@ #include "SDK/IKRig_structs.hpp" #include "SDK/PBIK_structs.hpp" #include "SDK/IKRig_classes.hpp" -#include "SDK/LocalizableMessage_structs.hpp" +#include "SDK/BP_PlayerCamera_classes.hpp" #include "SDK/TemplateSequence_structs.hpp" #include "SDK/TemplateSequence_classes.hpp" #include "SDK/GameplayCameras_structs.hpp" #include "SDK/GameplayCameras_classes.hpp" -#include "SDK/WBP_CreditsBGD_classes.hpp" #include "SDK/ChaosCaching_structs.hpp" #include "SDK/ChaosCaching_classes.hpp" #include "SDK/ChaosCloth_structs.hpp" #include "SDK/ChaosCloth_classes.hpp" -#include "SDK/ANS_DisablePhysicalAnimation_classes.hpp" #include "SDK/TakeMovieScene_classes.hpp" -#include "SDK/FullBodyIK_structs.hpp" -#include "SDK/TraceUtilities_classes.hpp" #include "SDK/AudioCapture_structs.hpp" #include "SDK/AudioCapture_classes.hpp" -#include "SDK/WBP_CollectibleButtonBase_classes.hpp" +#include "SDK/ABP_Exosuit_structs.hpp" +#include "SDK/ABP_Exosuit_classes.hpp" #include "SDK/OodleNetworkHandlerComponent_structs.hpp" #include "SDK/OodleNetworkHandlerComponent_classes.hpp" #include "SDK/SignificanceManager_classes.hpp" +#include "SDK/WBP_CodecCall_classes.hpp" #include "SDK/AnimationSharing_structs.hpp" #include "SDK/AnimationSharing_classes.hpp" -#include "SDK/BP_Death_LavaGreen_classes.hpp" #include "SDK/UObjectPlugin_structs.hpp" #include "SDK/UObjectPlugin_classes.hpp" #include "SDK/FacialAnimation_classes.hpp" -#include "SDK/BP_Military_Light_classes.hpp" #include "SDK/AutomationUtils_classes.hpp" #include "SDK/GeometryCollectionTracks_structs.hpp" #include "SDK/GeometryCollectionTracks_classes.hpp" #include "SDK/ProceduralMeshComponent_structs.hpp" #include "SDK/ProceduralMeshComponent_classes.hpp" -#include "SDK/BP_Death_Crunc_classes.hpp" +#include "SDK/WBP_InputsDisplayLayoutWidget_Joycon_classes.hpp" #include "SDK/DataflowEnginePlugin_classes.hpp" +#include "SDK/WBP_SaveLoadingScreenWidget_classes.hpp" #include "SDK/MeshModelingToolsExp_structs.hpp" #include "SDK/MeshModelingToolsExp_classes.hpp" -#include "SDK/E_LogoScreenState_structs.hpp" -#include "SDK/WBP_LogoScreen_classes.hpp" #include "SDK/ChaosNiagara_structs.hpp" #include "SDK/ChaosNiagara_classes.hpp" #include "SDK/LocalizableMessageBlueprint_classes.hpp" @@ -291,23 +286,30 @@ #include "SDK/NiagaraSimCaching_classes.hpp" #include "SDK/GeometryCache_structs.hpp" #include "SDK/GeometryCache_classes.hpp" +#include "SDK/GeometryCacheTracks_structs.hpp" +#include "SDK/GeometryCacheTracks_classes.hpp" +#include "SDK/ANS_DisablePhysicalAnimation_classes.hpp" #include "SDK/InterchangeCore_structs.hpp" #include "SDK/InterchangeCore_classes.hpp" -#include "SDK/WorldMetricsCore_classes.hpp" +#include "SDK/LS_C0_A01S01_A1_Gil_classes.hpp" #include "SDK/InterchangeNodes_structs.hpp" #include "SDK/InterchangeNodes_classes.hpp" #include "SDK/InterchangeEngine_structs.hpp" #include "SDK/InterchangeEngine_classes.hpp" #include "SDK/InterchangeFactoryNodes_structs.hpp" #include "SDK/InterchangeFactoryNodes_classes.hpp" +#include "SDK/BP_LocomotionState_Air_classes.hpp" #include "SDK/InterchangeMessages_classes.hpp" #include "SDK/InterchangeImport_structs.hpp" #include "SDK/InterchangeImport_classes.hpp" #include "SDK/InterchangeExport_classes.hpp" +#include "SDK/WBP_DebugLocomotion_classes.hpp" #include "SDK/InterchangePipelines_structs.hpp" #include "SDK/InterchangeCommon_structs.hpp" #include "SDK/InterchangePipelines_classes.hpp" +#include "SDK/Damage_LavaGreen_classes.hpp" #include "SDK/TcpMessaging_classes.hpp" +#include "SDK/WBP_CreditsCompanyName_classes.hpp" #include "SDK/UdpMessaging_structs.hpp" #include "SDK/UdpMessaging_classes.hpp" #include "SDK/ActorSequence_structs.hpp" @@ -317,34 +319,36 @@ #include "SDK/AssetTags_structs.hpp" #include "SDK/AssetTags_classes.hpp" #include "SDK/CableComponent_classes.hpp" +#include "SDK/CustomMeshComponent_structs.hpp" +#include "SDK/CustomMeshComponent_classes.hpp" +#include "SDK/WBP_Dialogue_classes.hpp" #include "SDK/MetasoundFrontend_structs.hpp" #include "SDK/MetasoundFrontend_classes.hpp" -#include "SDK/WaveTable_structs.hpp" -#include "SDK/WaveTable_classes.hpp" #include "SDK/MetasoundEngine_structs.hpp" #include "SDK/MetasoundEngine_classes.hpp" -#include "SDK/BP_PlayerCamera_classes.hpp" +#include "SDK/WBP_SkinSelect_classes.hpp" #include "SDK/AudioAnalyzer_classes.hpp" #include "SDK/AudioSynesthesia_structs.hpp" #include "SDK/AudioSynesthesia_classes.hpp" #include "SDK/AdvancedWidgets_classes.hpp" #include "SDK/AudioWidgets_structs.hpp" #include "SDK/AudioWidgets_classes.hpp" -#include "SDK/WBP_Slider_classes.hpp" #include "SDK/ResonanceAudio_structs.hpp" #include "SDK/ResonanceAudio_classes.hpp" #include "SDK/SoundFields_classes.hpp" #include "SDK/Synthesis_structs.hpp" #include "SDK/Synthesis_classes.hpp" +#include "SDK/TraceUtilities_classes.hpp" +#include "SDK/WorldMetricsCore_classes.hpp" #include "SDK/CsvMetrics_classes.hpp" #include "SDK/CoreOnline_structs.hpp" #include "SDK/MediaUtils_structs.hpp" #include "SDK/LocalFileNetworkReplayStreaming_structs.hpp" #include "SDK/HttpNetworkReplayStreaming_structs.hpp" +#include "SDK/EExtraMenuState_structs.hpp" #include "SDK/VectorVM_structs.hpp" -#include "SDK/BP_CameraMod_classes.hpp" #include "SDK/Landmass_structs.hpp" -#include "SDK/Damage_Fall_classes.hpp" +#include "SDK/FullBodyIK_structs.hpp" #include "SDK/ControlRigSpline_structs.hpp" #include "SDK/FractureEngine_structs.hpp" #include "SDK/GeometryCollectionNodes_structs.hpp" @@ -355,24 +359,24 @@ #include "SDK/WidgetCarousel_structs.hpp" #include "SDK/WwiseObjectUtils_structs.hpp" #include "SDK/DataflowNodes_structs.hpp" +#include "SDK/LocalizableMessage_structs.hpp" #include "SDK/DmgTypeBP_Environmental_classes.hpp" #include "SDK/WBP_DefaultCursor_classes.hpp" +#include "SDK/WBP_SkinNotification_classes.hpp" #include "SDK/WBP_InputsRecordInfoWidget_classes.hpp" #include "SDK/WBP_InputsDisplayWidget_classes.hpp" #include "SDK/WBP_InputsDisplayLayoutWidget_classes.hpp" -#include "SDK/WBP_ChaptersInfoIcon_classes.hpp" #include "SDK/WBP_NotificationWidget_classes.hpp" #include "SDK/WBP_ControllerKeyWidget_classes.hpp" +#include "SDK/WBP_Debug_Camera_classes.hpp" #include "SDK/WBP_ProfileSwitchWidget_classes.hpp" #include "SDK/WBP_EngagementScreenWidget_classes.hpp" #include "SDK/WBP_PopupWidget_classes.hpp" #include "SDK/WBP_SaveProgressWidget_classes.hpp" -#include "SDK/BP_SubtitleSystem_classes.hpp" -#include "SDK/WBP_SaveLoadingScreenWidget_classes.hpp" #include "SDK/WBP_SaveProgressNotifyScreenWidget_classes.hpp" #include "SDK/WBP_InputsDisplayLayoutWidget_XSX_classes.hpp" #include "SDK/WBP_InputsDisplayLayoutWidget_PS4_classes.hpp" -#include "SDK/WBP_InputsDisplayLayoutWidget_Joycon_classes.hpp" +#include "SDK/WBP_InputsDisplayLayoutWidget_PS5_classes.hpp" #include "SDK/WBP_InputsDisplayLayoutWidget_ProController_classes.hpp" #include "SDK/WBP_PlatformImage_classes.hpp" #include "SDK/WBP_RichText_classes.hpp" @@ -381,183 +385,227 @@ #include "SDK/Transient_structs.hpp" #include "SDK/BP_AvoidanceManager_classes.hpp" #include "SDK/BP_Datastore_classes.hpp" -#include "SDK/WBP_ChapterSelectButton_classes.hpp" #include "SDK/BP_LocomotionState_Ground_classes.hpp" -#include "SDK/BP_DeathActor_Base_classes.hpp" -#include "SDK/EExtraMenuState_structs.hpp" -#include "SDK/WBP_CreditsCompanyImage_classes.hpp" -#include "SDK/SFoliageInfos_structs.hpp" -#include "SDK/WBP_PopUp_Base_classes.hpp" -#include "SDK/WBP_WorldWidgetBase_classes.hpp" -#include "SDK/BP_SkinSystem_classes.hpp" -#include "SDK/BP_Player_CameraManager_classes.hpp" +#include "SDK/Damage_Fall_classes.hpp" +#include "SDK/GameEvents_Enum_structs.hpp" +#include "SDK/FCreditsSpecialStruct_structs.hpp" +#include "SDK/WBP_Credits_SpecialContainer_classes.hpp" +#include "SDK/GameInputs_Struct_structs.hpp" #include "SDK/BP_LocomotionState_Dead_classes.hpp" -#include "SDK/BP_CollisionAvoidanceSystem_classes.hpp" -#include "SDK/BP_DarwinBaseSaveGame_classes.hpp" -#include "SDK/WBP_SimpleText_classes.hpp" -#include "SDK/WBP_DebugSaveGame_classes.hpp" -#include "SDK/WBP_ComboItem_classes.hpp" -#include "SDK/WBP_Watermark_classes.hpp" -#include "SDK/WBP_Debug_Camera_classes.hpp" -#include "SDK/WBP_Debug_Audio_classes.hpp" -#include "SDK/S_DamageCache_structs.hpp" -#include "SDK/BP_Darwin_PlayerController_classes.hpp" -#include "SDK/Damage_Squished_classes.hpp" +#include "SDK/BP_Player_CameraManager_classes.hpp" #include "SDK/WBP_Darwin_InkCrosshair_classes.hpp" -#include "SDK/BP_AIDirector_classes.hpp" -#include "SDK/BP_DarwinBaseSaveSettings_classes.hpp" -#include "SDK/BP_DarwinSaveManager_classes.hpp" +#include "SDK/WBP_SimpleText_classes.hpp" +#include "SDK/S_DamageCache_structs.hpp" #include "SDK/WBP_LoadingScreen_classes.hpp" -#include "SDK/BP_AbilitySystem_classes.hpp" #include "SDK/BP_GreenMatter_SpeedModifier_classes.hpp" -#include "SDK/Damage_CrunchedFlat_classes.hpp" -#include "SDK/Damage_LavaGreen_classes.hpp" -#include "SDK/BP_ProjectileTrajectory_classes.hpp" -#include "SDK/WBP_Debug_Actors_classes.hpp" -#include "SDK/WBP_ActorLog_classes.hpp" -#include "SDK/WBP_Debug_Log_classes.hpp" +#include "SDK/BP_AbilitySystem_classes.hpp" #include "SDK/AnimNotify_AkEvent_classes.hpp" -#include "SDK/WBP_PopUp_classes.hpp" -#include "SDK/Damage_CrunchedFlat_NoDecal_classes.hpp" -#include "SDK/ESettingsMenuState_structs.hpp" #include "SDK/AC_DarwinInteract_classes.hpp" +#include "SDK/Damage_Rat_classes.hpp" #include "SDK/WBP_HorizontalBox_classes.hpp" #include "SDK/Damage_Lava_classes.hpp" -#include "SDK/Damage_Rat_classes.hpp" #include "SDK/AC_DarwinEventComponent_classes.hpp" -#include "SDK/BP_Death_Burn_classes.hpp" #include "SDK/QuickAccessBlueprintLibrary_classes.hpp" -#include "SDK/Damage_GullAttached_classes.hpp" -#include "SDK/BP_Death_Lava_classes.hpp" #include "SDK/WBP_DebugThreat_classes.hpp" #include "SDK/Damage_BalloonBurst_classes.hpp" -#include "SDK/FCreditsSpecialStruct_structs.hpp" -#include "SDK/FTeamMembers_structs.hpp" -#include "SDK/FCreditsDepartment_structs.hpp" -#include "SDK/FCreditStruct_structs.hpp" -#include "SDK/WBP_SliderAudio_classes.hpp" #include "SDK/BPI_Game_classes.hpp" #include "SDK/Damage_Elec_classes.hpp" -#include "SDK/Darwin_HUD_classes.hpp" -#include "SDK/Enum_Timeline_structs.hpp" #include "SDK/WBP_DebugAI_classes.hpp" #include "SDK/Damage_Crunched_classes.hpp" -#include "SDK/BP_Death_GullAttached_classes.hpp" #include "SDK/BP_FootstepComponent_classes.hpp" #include "SDK/BP_CharacterAudioComponent_classes.hpp" +#include "SDK/BP_LocomotionStateMachine_classes.hpp" +#include "SDK/BP_SlingshotTarget_classes.hpp" +#include "SDK/Enum_ValveInteract_structs.hpp" +#include "SDK/WBP_Debug_ObjectHelpComponent_classes.hpp" +#include "SDK/BP_TrophiesSystem_classes.hpp" +#include "SDK/WBP_SkinSelectionImage_classes.hpp" +#include "SDK/BP_SubtitleSystem_classes.hpp" +#include "SDK/Damage_Soul_classes.hpp" +#include "SDK/EPauseMenuState_structs.hpp" +#include "SDK/BP_DeathActor_Base_classes.hpp" +#include "SDK/WBP_CreditsCompanyImage_classes.hpp" +#include "SDK/E_LogoScreenState_structs.hpp" +#include "SDK/BP_SkinSystem_classes.hpp" +#include "SDK/BP_DarwinBaseSaveGame_classes.hpp" +#include "SDK/WBP_MenuBase_classes.hpp" +#include "SDK/WBP_DebugSaveGame_classes.hpp" +#include "SDK/WBP_ComboItem_classes.hpp" +#include "SDK/WBP_Debug_Audio_classes.hpp" +#include "SDK/WBP_Watermark_classes.hpp" +#include "SDK/Damage_Squished_classes.hpp" +#include "SDK/BP_AIDirector_classes.hpp" +#include "SDK/WBP_SwitchWidget_classes.hpp" +#include "SDK/BP_DarwinBaseSaveSettings_classes.hpp" +#include "SDK/BP_DarwinSaveManager_classes.hpp" +#include "SDK/Damage_CrunchedFlat_classes.hpp" +#include "SDK/WBP_ActorLog_classes.hpp" +#include "SDK/WBP_Debug_Actors_classes.hpp" +#include "SDK/Damage_CrunchedFlat_NoDecal_classes.hpp" +#include "SDK/ESettingsMenuState_structs.hpp" +#include "SDK/Damage_GullAttached_classes.hpp" +#include "SDK/WBP_ChaptersInfoIcon_classes.hpp" +#include "SDK/FTeamMembers_structs.hpp" +#include "SDK/WBP_PopUp_classes.hpp" +#include "SDK/FCreditsDepartment_structs.hpp" +#include "SDK/FCreditStruct_structs.hpp" +#include "SDK/BP_Death_Soul_classes.hpp" +#include "SDK/WBP_SkinContainerImage_classes.hpp" +#include "SDK/WBP_ToggleButton_classes.hpp" +#include "SDK/WBP_Slider_classes.hpp" +#include "SDK/WBP_SliderAudio_classes.hpp" +#include "SDK/Darwin_HUD_classes.hpp" +#include "SDK/Enum_Timeline_structs.hpp" +#include "SDK/BP_Death_GullAttached_classes.hpp" +#include "SDK/WBP_SkinButton_classes.hpp" +#include "SDK/WBP_ButtonBase_classes.hpp" #include "SDK/WBP_Detection_classes.hpp" #include "SDK/BP_SensingComponent_classes.hpp" -#include "SDK/BP_LocomotionState_Air_classes.hpp" +#include "SDK/WBP_AI_Debug_classes.hpp" +#include "SDK/WBP_ButtonBase_PopUp_classes.hpp" +#include "SDK/AnimBP_Gull_Killer_structs.hpp" +#include "SDK/AnimBP_Gull_Killer_classes.hpp" +#include "SDK/WBP_Profile_Cards_classes.hpp" +#include "SDK/WBP_Chapter_Cards_classes.hpp" +#include "SDK/WBP_Notification_classes.hpp" +#include "SDK/WBP_CreditsTeamMember_classes.hpp" +#include "SDK/WBP_CreditsDepartmentContainer_classes.hpp" +#include "SDK/WBP_CreditsContainer_classes.hpp" +#include "SDK/WBP_Tooltip_classes.hpp" +#include "SDK/WBP_ControllerXbox_classes.hpp" +#include "SDK/WBP_ChapterTitle_classes.hpp" +#include "SDK/WBP_ShaderCompilation_classes.hpp" +#include "SDK/WBP_WarningSensitivity_classes.hpp" +#include "SDK/WBP_AutoSaveScreen_classes.hpp" +#include "SDK/WBP_SubtitleWidget_classes.hpp" +#include "SDK/WBP_ConsolControllerScreen_classes.hpp" +#include "SDK/BP_Death_BalloonBurst_classes.hpp" +#include "SDK/BP_Death_Elec_classes.hpp" +#include "SDK/WBP_SkinsMenuButtonContainer_classes.hpp" +#include "SDK/WBP_ComboBox_classes.hpp" +#include "SDK/WBP_AudioSettings_classes.hpp" +#include "SDK/WBP_GameplaySettings_classes.hpp" +#include "SDK/BP_FogSheet_classes.hpp" +#include "SDK/WBP_CreditsBGD_classes.hpp" +#include "SDK/WBP_Credits_BGRetainer_classes.hpp" +#include "SDK/WBP_RoundProgressBar_classes.hpp" #include "SDK/BC_FadeThisMesh_classes.hpp" #include "SDK/BC_PlayerToCameraChecker_classes.hpp" #include "SDK/BP_Projectile_InkSmoke_classes.hpp" -#include "SDK/WBP_ButtonBase_PopUp_classes.hpp" -#include "SDK/WBP_Credits_SpecialContainer_classes.hpp" -#include "SDK/WBP_CreditsCompanyName_classes.hpp" -#include "SDK/WBP_Tooltip_classes.hpp" -#include "SDK/WBP_CreditsDepartmentContainer_classes.hpp" -#include "SDK/WBP_CreditsContainer_classes.hpp" -#include "SDK/WBP_ChapterTitle_classes.hpp" -#include "SDK/WBP_Dialogue_classes.hpp" -#include "SDK/WBP_ConsolControllerScreen_classes.hpp" -#include "SDK/WBP_WarningSensitivity_classes.hpp" -#include "SDK/BP_SlingshotTarget_classes.hpp" -#include "SDK/WBP_ComboBox_classes.hpp" -#include "SDK/WBP_RoundProgressBar_classes.hpp" -#include "SDK/WBP_DebugCameraPosition_classes.hpp" -#include "SDK/Damage_Burn_classes.hpp" -#include "SDK/BP_TrophiesSystem_classes.hpp" -#include "SDK/WBP_SubtitleWidget_classes.hpp" -#include "SDK/WBP_SkinSelectionImage_classes.hpp" -#include "SDK/BP_GreenMatterFootstepsLight_classes.hpp" #include "SDK/BP_DisguiseCan_classes.hpp" +#include "SDK/BP_CollectibleViewSceneCapture_classes.hpp" +#include "SDK/BP_Death_Rat_classes.hpp" +#include "SDK/WBP_ControllerPS5_classes.hpp" +#include "SDK/BP_InputRedirector_classes.hpp" +#include "SDK/Damage_Burn_classes.hpp" +#include "SDK/BP_AlienMushrooms_classes.hpp" +#include "SDK/BP_CameraMod_classes.hpp" +#include "SDK/WBP_DebugCameraPosition_classes.hpp" +#include "SDK/BP_Death_CrunchFlat_classes.hpp" +#include "SDK/BP_Death_CrunchFlat_NoDecal_classes.hpp" #include "SDK/Damage_ElecRed_classes.hpp" #include "SDK/BP_SpectatorPawn_classes.hpp" -#include "SDK/Damage_Soul_classes.hpp" -#include "SDK/BP_Death_Rat_classes.hpp" -#include "SDK/Damage_LavaBlack_classes.hpp" -#include "SDK/BP_AlienMushrooms_classes.hpp" +#include "SDK/BP_Military_Light_classes.hpp" +#include "SDK/BP_MGS_Headband_classes.hpp" +#include "SDK/ABP_MGS_Ribbon_structs.hpp" +#include "SDK/ABP_MGS_Ribbon_classes.hpp" +#include "SDK/BP_Death_Burn_classes.hpp" +#include "SDK/BP_GreenMatterFootstepsLight_classes.hpp" +#include "SDK/SFoliageInfos_structs.hpp" #include "SDK/BP_FoliageInteraction_AC_classes.hpp" -#include "SDK/WBP_ControllerXbox_classes.hpp" -#include "SDK/WBP_ControllerSwitch_classes.hpp" -#include "SDK/BP_CollectibleViewSceneCapture_classes.hpp" -#include "SDK/WBP_ButtonBase_classes.hpp" -#include "SDK/WBP_Debug_Streaming_classes.hpp" -#include "SDK/WBP_AI_Debug_classes.hpp" -#include "SDK/BP_Death_BalloonBurst_classes.hpp" -#include "SDK/BP_Death_Elec_classes.hpp" -#include "SDK/BP_Death_Squished_classes.hpp" -#include "SDK/BP_LocomotionState_Water_classes.hpp" -#include "SDK/BP_LocomotionStateMachine_classes.hpp" -#include "SDK/WBP_GameplaySettings_classes.hpp" -#include "SDK/WBP_Notification_classes.hpp" -#include "SDK/WBP_SkinNotification_classes.hpp" -#include "SDK/WBP_Profile_Cards_classes.hpp" -#include "SDK/BP_TutoDecorator_classes.hpp" -#include "SDK/WBP_PromptInputIcon_classes.hpp" -#include "SDK/WBP_InputPrompt_classes.hpp" -#include "SDK/WBP_Gamma_Correction_classes.hpp" #include "SDK/BP_WorldPopUps_classes.hpp" -#include "SDK/WBP_WorldPopUp_classes.hpp" -#include "SDK/BP_ObjectHelpComponent_classes.hpp" -#include "SDK/WBP_HelpInput_classes.hpp" -#include "SDK/BP_HelpSystem_classes.hpp" +#include "SDK/BP_TutoDecorator_classes.hpp" +#include "SDK/BP_CharacterCosmeticComponent_classes.hpp" #include "SDK/WBP_ControllerPC_classes.hpp" #include "SDK/WBP_ControllerSwitch2_classes.hpp" -#include "SDK/WBP_CollectibleViewSceneCapture_classes.hpp" -#include "SDK/BP_CollectibleSystem_classes.hpp" -#include "SDK/BP_Slingshot_classes.hpp" -#include "SDK/CH_Darwin_classes.hpp" -#include "SDK/BP_Projectile_BlackInk_classes.hpp" -#include "SDK/BP_AimOutline_classes.hpp" -#include "SDK/AnimBP_Darwin_structs.hpp" -#include "SDK/AnimBP_Darwin_classes.hpp" -#include "SDK/BP_GreenMatterComponent_classes.hpp" -#include "SDK/BP_CharacterCosmeticComponent_classes.hpp" -#include "SDK/BP_GameMode_Debug_classes.hpp" -#include "SDK/ABP_Exosuit_structs.hpp" -#include "SDK/ABP_Exosuit_classes.hpp" -#include "SDK/CH_Exosuit_classes.hpp" -#include "SDK/ABP_ExosuitDarwin_structs.hpp" -#include "SDK/ABP_ExosuitDarwin_classes.hpp" -#include "SDK/BP_Death_ElecRed_Exosuit_classes.hpp" -#include "SDK/BP_Death_Fall_classes.hpp" -#include "SDK/BP_Death_Burn_Exosuit_classes.hpp" -#include "SDK/WBP_DebugPlayer_classes.hpp" -#include "SDK/Darwin_GameMode_classes.hpp" -#include "SDK/WBP_DebugNewMenu_classes.hpp" -#include "SDK/WBP_AudioSettings_classes.hpp" -#include "SDK/WBP_Credits_BGRetainer_classes.hpp" +#include "SDK/WBP_InputPrompt_classes.hpp" +#include "SDK/WBP_ProfileSelect_classes.hpp" #include "SDK/WBP_Credits_classes.hpp" #include "SDK/WBP_Credits_Retainer_classes.hpp" #include "SDK/WBP_Credits_FinalVisual_classes.hpp" -#include "SDK/ABP_MGS_Ribbon_structs.hpp" -#include "SDK/ABP_MGS_Ribbon_classes.hpp" -#include "SDK/BP_Death_CrunchFlat_classes.hpp" -#include "SDK/BP_Death_CrunchFlat_NoDecal_classes.hpp" -#include "SDK/BP_Death_ElecRed_classes.hpp" -#include "SDK/BP_SkinPreview_classes.hpp" -#include "SDK/WBP_Chapter_Cards_classes.hpp" -#include "SDK/WBP_ProfileSelect_classes.hpp" -#include "SDK/WBP_SkinContainerImage_classes.hpp" -#include "SDK/WBP_SkinsMenuButtonContainer_classes.hpp" -#include "SDK/WBP_CollectibleMenu_classes.hpp" #include "SDK/WBP_DemoMarketing_classes.hpp" -#include "SDK/WBP_SkinSelect_classes.hpp" -#include "SDK/WBP_CodecCall_classes.hpp" +#include "SDK/WBP_GenericTextPopUp_classes.hpp" #include "SDK/WBP_CodecCallVisual_classes.hpp" -#include "SDK/WBP_ControllerPS5_classes.hpp" -#include "SDK/WBP_Carousel_Button_classes.hpp" -#include "SDK/BP_UIController_classes.hpp" -#include "SDK/WBP_DropDown_Button_classes.hpp" -#include "SDK/WBP_GraphicsSettings_classes.hpp" -#include "SDK/WBP_ButtonBase_Menu_classes.hpp" +#include "SDK/WBP_CollectibleViewSceneCapture_classes.hpp" +#include "SDK/WBP_CollectibleButtonBase_classes.hpp" +#include "SDK/WBP_CollectibleMenu_classes.hpp" +#include "SDK/WBP_WorldWidgetBase_classes.hpp" +#include "SDK/WBP_WorldPopUp_classes.hpp" +#include "SDK/BP_ObjectHelpComponent_classes.hpp" +#include "SDK/WBP_PopUp_Base_classes.hpp" +#include "SDK/WBP_HelpInput_classes.hpp" +#include "SDK/BP_HelpSystem_classes.hpp" +#include "SDK/BP_ProjectileTrajectory_classes.hpp" +#include "SDK/BP_Slingshot_classes.hpp" +#include "SDK/CH_Darwin_classes.hpp" +#include "SDK/AnimBP_Darwin_structs.hpp" +#include "SDK/AnimBP_Darwin_classes.hpp" +#include "SDK/BP_Valve_classes.hpp" +#include "SDK/BP_GreenMatterComponent_classes.hpp" +#include "SDK/BP_AimOutline_classes.hpp" +#include "SDK/BP_Projectile_BlackInk_classes.hpp" +#include "SDK/BP_GameMode_Debug_classes.hpp" +#include "SDK/BP_Darwin_PlayerController_classes.hpp" +#include "SDK/CH_Exosuit_classes.hpp" +#include "SDK/ABP_ExosuitDarwin_structs.hpp" +#include "SDK/ABP_ExosuitDarwin_classes.hpp" +#include "SDK/AC_OceanManager_classes.hpp" +#include "SDK/BP_Death_ElecRed_Exosuit_classes.hpp" +#include "SDK/BP_Death_Fall_classes.hpp" +#include "SDK/BP_SkinPreview_classes.hpp" +#include "SDK/BP_Death_LavaGreen_classes.hpp" +#include "SDK/BP_LocalFog_classes.hpp" +#include "SDK/BP_Death_Burn_Exosuit_classes.hpp" +#include "SDK/BP_Death_ElecRed_classes.hpp" +#include "SDK/BP_Death_LavaBlack_classes.hpp" +#include "SDK/BP_Death_Crunc_classes.hpp" +#include "SDK/Darwin_GameMode_classes.hpp" +#include "SDK/WBP_DebugPlayer_classes.hpp" +#include "SDK/WBP_DebugNewMenu_classes.hpp" +#include "SDK/WBP_LogoScreen_classes.hpp" +#include "SDK/BP_DarwinGameInstance_classes.hpp" +#include "SDK/WBP_PauseMenu_classes.hpp" #include "SDK/WBP_ChaptersSelect_classes.hpp" #include "SDK/WBP_Extras_classes.hpp" #include "SDK/WBP_Settings_classes.hpp" +#include "SDK/BP_UIController_classes.hpp" +#include "SDK/WBP_ChapterSelectButton_classes.hpp" +#include "SDK/WBP_GraphicsSettings_classes.hpp" #include "SDK/WBP_CinematicPause_classes.hpp" +#include "SDK/BP_InkSmokeSpawnerSequencer_classes.hpp" +#include "SDK/WBP_Carousel_Button_classes.hpp" +#include "SDK/WBP_DropDown_Button_classes.hpp" #include "SDK/WBP_MainMenu_classes.hpp" -#include "SDK/MainMenu_classes.hpp" -#include "SDK/BP_MainMenu_GameMode_classes.hpp" -#include "SDK/BP_MainMenu_HUD_classes.hpp" -#include "SDK/BP_MainMenu_PlayerController_classes.hpp" +#include "SDK/C0_A01_Bg_classes.hpp" +#include "SDK/DP_C0_classes.hpp" +#include "SDK/BP_Water_Ocean_classes.hpp" +#include "SDK/BP_Modulate_classes.hpp" +#include "SDK/BP_CVarSetterVolume_classes.hpp" +#include "SDK/BP_Ak_Play_Music_classes.hpp" +#include "SDK/BP_FXFishSpline_classes.hpp" +#include "SDK/C0_A01_Au_classes.hpp" +#include "SDK/BP_WaterRipple_classes.hpp" +#include "SDK/BP_Ak_Audio_Volume_classes.hpp" +#include "SDK/BP_CameraZone_classes.hpp" +#include "SDK/C0_A01S01_Gp_classes.hpp" +#include "SDK/BP_PopUp_classes.hpp" +#include "SDK/BP_Checkpoint_classes.hpp" +#include "SDK/BP_KillerGullSpawner_classes.hpp" +#include "SDK/E_KillerGullState_structs.hpp" +#include "SDK/CH_Gull_Killer_classes.hpp" +#include "SDK/LS_C0_A01S01_A5_Gil_classes.hpp" +#include "SDK/LS_C0_A01S01_A6_Gil_classes.hpp" +#include "SDK/LS_C0_A01S01_A2_Gil_classes.hpp" +#include "SDK/BP_GrabPawnBarrel_Child_classes.hpp" +#include "SDK/BP_FloatingPawnB_classes.hpp" +#include "SDK/BP_CustomPhysicFloatingBarrel_classes.hpp" +#include "SDK/LS_C0_A01S01_A0_Gil_classes.hpp" +#include "SDK/LS_C0_A01S01_A3_Gil_classes.hpp" +#include "SDK/LS_C0_A01S01_A4_Gil_classes.hpp" +#include "SDK/LS_C0_A01S01_A7_ToOutro_classes.hpp" +#include "SDK/BP_Projectile_InkSmoke_Sequencer_classes.hpp" +#include "SDK/WBP_PROTO_SequenceSubtitle_classes.hpp" +#include "SDK/BP_GlowSheet_classes.hpp" +#include "SDK/BP_SimpleSpline_classes.hpp" +#include "SDK/BP_SeqChDelegate_classes.hpp" +#include "SDK/BP_CameraActor_classes.hpp"